Fix the MS-DOS build due to removal of P_.
[bpt/emacs.git] / src / ChangeLog
1 2010-07-02 Eli Zaretskii <eliz@gnu.org>
2
3 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
4 from prototypes.
5
6 * msdos.h (load_pixmap): Don't define away.
7
8 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
9
10 * lisp.h:
11 * atimer.h: Remove define for P_.
12
13 * alloc.c: Remove __P and P_ from .c and .m files.
14 * atimer.c:
15 * buffer.c:
16 * callint.c:
17 * category.c:
18 * charset.c:
19 * chartab.c:
20 * cm.c:
21 * coding.c:
22 * composite.c:
23 * data.c:
24 * dired.c:
25 * dispnew.c:
26 * doc.c:
27 * editfns.c:
28 * emacs.c:
29 * eval.c:
30 * fileio.c:
31 * filelock.c:
32 * fns.c:
33 * font.c:
34 * fontset.c:
35 * frame.c:
36 * ftfont.c:
37 * ftxfont.c:
38 * gmalloc.c:
39 * gtkutil.c:
40 * image.c:
41 * indent.c:
42 * intervals.c:
43 * keyboard.c:
44 * keymap.c:
45 * lread.c:
46 * marker.c:
47 * menu.c:
48 * minibuf.c:
49 * print.c:
50 * process.c:
51 * scroll.c:
52 * search.c:
53 * sound.c:
54 * strftime.c:
55 * syntax.c:
56 * sysdep.c:
57 * term.c:
58 * terminal.c:
59 * textprop.c:
60 * unexalpha.c:
61 * w32console.c:
62 * w32fns.c:
63 * w32font.c:
64 * w32menu.c:
65 * w32term.c:
66 * w32uniscribe.c:
67 * window.c:
68 * xdisp.c:
69 * xfaces.c:
70 * xfns.c:
71 * xfont.c:
72 * xftfont.c:
73 * xmenu.c:
74 * xselect.c:
75 * xterm.c: Likewise.
76
77 Remove P_ and __P macros.
78 * atimer.h: Remove P_ and __P macros.
79 * buffer.h:
80 * category.h:
81 * ccl.h:
82 * character.h:
83 * charset.h:
84 * cm.h:
85 * coding.h:
86 * composite.h:
87 * dispextern.h:
88 * disptab.h:
89 * font.h:
90 * fontset.h:
91 * frame.h:
92 * gtkutil.h:
93 * indent.h:
94 * intervals.h:
95 * keyboard.h:
96 * keymap.h:
97 * lisp.h:
98 * macros.h:
99 * md5.h:
100 * menu.h:
101 * msdos.h:
102 * nsterm.h:
103 * puresize.h:
104 * region-cache.h:
105 * syntax.h:
106 * syssignal.h:
107 * systime.h:
108 * termhooks.h:
109 * w32term.h:
110 * widget.h:
111 * window.h:
112 * xgselect.h:
113 * xsettings.h:
114 * xterm.h: Likewise.
115
116 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
117
118 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
119
120 Cleanup old code.
121 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
122 * syssignal.h: Remove code for Lynx, not supported anymore.
123 * vm-limit.c: Remove unused code the depends on emacs not being
124 defined and NO_LIM_DATA being defined.
125 * mem-limits.h: Remove dead code.
126
127 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
128
129 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
130
131 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
132 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
133
134 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
135 parameters, they are already absolute.
136
137 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
138 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
139
140 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
141
142 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
143 FRAME_TOOLBAR_HEIGHT.
144
145 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
146 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
147
148 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
149
150 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
151 check default-frame-alist.
152
153 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
154
155 * process.c (create_process): Avoid using invalid file descriptors.
156
157 * callproc.c (child_setup): Avoid closing a file descriptor twice.
158
159 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
160
161 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
162 Improve documentation. Return font regardless of use_system_font.
163 (syms_of_xsettings): Improve documentation for font-use-system-font.
164
165 2009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
166
167 * xftfont.c (xftfont_open): Check font width one by one also when
168 spacing is dual.
169
170 * ftfont.c (ftfont_open): Ditto.
171
172 2010-06-30 Glenn Morris <rgm@gnu.org>
173
174 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
175
176 * Makefile.in (CANNOT_DUMP): Update for configure name change.
177
178 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
179 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
180 * s/darwin.h (SYSTEM_MALLOC):
181 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
182
183 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
184
185 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
186 (ns_get_screen): Don't assign integer to f.
187 (Fx_display_color_cells): Declarations before statements.
188
189 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
190
191 * xfns.c (x_default_font_parameter): Remove got_from_system
192 (Bug#6526).
193
194 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
195 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
196 defines based on what configure finds.
197
198 * xterm.c (XTflash): Use gtk_widget_get_window.
199 (xg_scroll_callback): Use gtk_adjustment_get_upper and
200 gtk_adjustment_get_page_size.
201 (handle_one_xevent): Use gtk_widget_get_mapped.
202 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
203 messages.
204
205 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
206
207 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
208 HAVE_GTK_FILE_SELECTION_NEW.
209
210 * gtkutil.c (xg_display_open, xg_display_close): Remove
211 HAVE_GTK_MULTIDISPLAY, it is always defined.
212 (xg_display_open): Return type is void.
213 (gtk_widget_set_has_window)
214 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
215 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
216 (gtk_adjustment_set_page_increment)
217 (gtk_adjustment_get_step_increment): #define these if not found
218 by configure.
219 (remove_submenu): New define based on Gtk+ version.
220 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
221 gtk_widget_get_window.
222 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
223 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
224 (create_dialog): Use gtk_dialog_get_action_area and
225 gtk_dialog_get_content_area.
226 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
227 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
228 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
229 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
230 g_object_ref and g_object_unref.
231 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
232 gtk_widget_get_sensitive.
233 (xg_update_submenu): Use remove_submenu.
234 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
235 properties instead to get old x and y position.
236 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
237 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
238 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
239 (xg_get_tool_bar_widgets): New function.
240 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
241 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
242 (toolbar_set_orientation): New #define based on if configure
243 finds gtk_orientable_set_orientation.
244 (xg_create_tool_bar): Call toolbar_set_orientation.
245 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
246 instead of gtk_box_pack_start_defaults.
247
248 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
249
250 * cmds.c (Fdelete_backward_char): Move into Lisp.
251
252 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
253
254 * s/freebsd.h (BSD4_2): Remove redundant definition.
255 bsd-common.h defines it already.
256
257 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
258
259 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
260 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
261 tool-bar-mode, which are now set using these X resources at
262 startup, to determine the defaults (Bug#2249).
263
264 * w32fns.c (Fx_create_frame):
265 * nsfns.m (Fx_create_frame): Likewise.
266
267 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
268
269 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
270
271 * gtkutil.c (xg_update_scrollbar_pos):
272 Avoid C99 mid-block variable declaration.
273
274 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
275
276 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
277
278 * gtkutil.h (xg_show_scroll_bar): Remove.
279
280 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
281 if height is less than scroll bar min size.
282 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
283
284 * xfns.c (x_default_font_parameter): Try to open font from system
285 before using it (bug#6478). Rename got_from_gconf to got_from_system.
286
287 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
288
289 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
290
291 2010-06-20 Eli Zaretskii <eliz@gnu.org>
292
293 * xdisp.c (try_scrolling): When scroll-conservatively is set to
294 most-positive-fixnum, be extra accurate when scrolling window
295 start, to avoid missing the cursor line.
296
297 2010-06-19 Eli Zaretskii <eliz@gnu.org>
298
299 * xdisp.c (try_scrolling): Compute the limit for searching point
300 in forward scroll from scroll_max, instead of an arbitrary limit
301 of 10 screen lines. See
302 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
303 and
304 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
305 for details.
306
307 2010-06-16 Glenn Morris <rgm@gnu.org>
308
309 * editfns.c (Fbyte_to_string): Pacify compiler.
310
311 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * lread.c (read1): Phase out old-style backquotes a bit more.
314
315 2010-06-12 Eli Zaretskii <eliz@gnu.org>
316
317 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
318 bidimirror.h.
319
320 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
321
322 * bidi.c (bidi_initialize): Remove explicit initialization of
323 bidi_type_table; include biditype.h instead. Don't support
324 entries whose second codepoint is zero. Initialize bidi_mirror_table.
325 (bidi_mirror_char): Use bidi_mirror_table.
326
327 * biditype.h: New file.
328
329 * bidimirror.h: New file.
330
331 * window.c (syms_of_window): Doc fix (bug#6409).
332
333 2010-06-12 Romain Francoise <romain@orebokech.com>
334
335 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
336 ediff-hook.
337
338 2010-06-10 Glenn Morris <rgm@gnu.org>
339
340 * editfns.c (Fbyte_to_string): Pacify compiler.
341
342 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
343
344 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
347 Check `object's type before accessing its guts.
348
349 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
350
351 * s/usg5-4.h: Fix previous change.
352 Suggested by Lawrence Mitchell <wence@gmx.li>
353
354 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
355
356 * minibuf.c (Fall_completions): Add more checks.
357
358 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
359
360 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
361
362 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
363
364 * lread.c (X_OK): Remove, unused.
365
366 * dispnew.c: Remove obsolete comment.
367
368 Remove INCLUDED_FCNTL.
369 * xterm.c (INCLUDED_FCNTL):
370 * callproc.c (INCLUDED_FCNTL):
371 * alloc.c (INCLUDED_FCNTL):
372 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
373 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
374
375 2010-06-07 Martin Rudalics <rudalics@gmx.at>
376
377 * window.c (Fselect_window): Move `record_buffer' up to the
378 beginning of this function, so the buffer gets recorded
379 even if the selected window does not change.
380 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
381
382 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
383
384 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
385 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
386
387 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
388
389 Remove BSTRING related code, all platforms define it.
390 * s/usg5-4.h (BSTRING): Remove definition.
391 * s/template.h (BSTRING):
392 * s/msdos.h (BSTRING):
393 * s/ms-w32.h (BSTRING):
394 * s/hpux10-20.h (BSTRING):
395 * s/gnu-linux.h (BSTRING):
396 * s/darwin.h (BSTRING):
397 * s/cygwin.h (BSTRING):
398 * s/bsd-common.h (BSTRING):
399 * s/aix4-2.h (BSTRING): Likewise.
400 * sysdep.c: Remove code depending on BSTRING not being defined.
401
402 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
403
404 Remove obsolete macro BASE_LEADING_CODE_P.
405 * character.h (BASE_LEADING_CODE_P): Remove.
406 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
407 * buffer.c (Fset_buffer_multibyte):
408 * indent.c (scan_for_column, compute_motion):
409 * insdel.c (count_combining_before, count_combining_after):
410 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
411
412 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
413
414 Turn `directory-sep-char' into a noop.
415
416 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
417 (DIRECTORY_SEP): Define unconditionally.
418
419 * s/ms-w32.h (DIRECTORY_SEP): Remove.
420
421 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
422 call dostounix_filename directly.
423
424 * fileio.c (CORRECT_DIR_SEPS): Remove.
425 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
426 (Fsubstitute_in_file_name): Use dostounix_filename instead.
427 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
428 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
429
430 * w32proc.c (CORRECT_DIR_SEPS): Remove.
431 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
432
433 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
434
435 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
436 address. (Bug#6346)
437
438 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
439
440 * ccl.c (Fccl_program_p): Fix typo in docstring.
441
442 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
443
444 Move UNEXEC definition to autoconf.
445 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
446 * s/sol2-10.h (UNEXEC):
447 * s/irix6-5.h (UNEXEC):
448 * s/hpux10-20.h (UNEXEC):
449 * s/gnu-linux.h (UNEXEC):
450 * s/darwin.h (UNEXEC):
451 * s/cygwin.h (UNEXEC):
452 * s/bsd-common.h (UNEXEC):
453 * s/aix4-2.h (UNEXEC):
454 * m/alpha.h (UNEXEC): Likewise.
455 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
456
457 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
458
459 Remove obsolete pre-unicode2 macros.
460 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
461 * composite.c (composition_reseat_it):
462 * data.c (Faset):
463 * fns.c (Ffillarray):
464 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
465 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
466
467 2010-06-03 Juri Linkov <juri@jurta.org>
468
469 * buffer.c (Fother_buffer): Add CHECK_FRAME.
470 (Fswitch_to_buffer): Remove unused variable `err'.
471
472 2010-06-03 Glenn Morris <rgm@gnu.org>
473
474 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
475
476 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
477 now that AH_BOTTOM does it.
478
479 * m/hp800.h (HAVE_ALLOCA):
480 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
481
482 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
483 Remove NOT_C_CODE tests, it is always true now.
484
485 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
486
487 Fix config.h includes.
488 * xsettings.c:
489 * xgselect.c:
490 * nsterm.m:
491 * nsselect.m:
492 * nsimage.m:
493 * nsfont.m:
494 * nsfns.m:
495 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
496 other files do.
497
498 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
499
500 * s/sol2-6.h: Remove obsolete comments.
501
502 Remove unnecessary alloca.h includes.
503 * keymap.c: Do not include alloca.h, config.h does that.
504 * sysdep.c: Likewise. Do not define fwrite, not used.
505
506 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
509 the HAVE_TERMIO where it belongs (bug#6149).
510
511 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
514 of bug#6305).
515
516 2010-05-30 Eli Zaretskii <eliz@gnu.org>
517
518 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
519 state is always cached (bug#6306).
520
521 2010-05-29 Eli Zaretskii <eliz@gnu.org>
522
523 Fix cursor motion in bidi-reordered continued lines.
524 * xdisp.c (try_cursor_movement): Backup to non-continuation line
525 only after finding point's row. Fix the logic. Rewrite the loop
526 over continuation lines in bidi-reordered buffers. Return
527 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
528 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
529
530 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
531
532 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
533
534 2010-05-28 Kenichi Handa <handa@m17n.org>
535
536 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
537 Don't sheck SPEC if it is nil.
538 (font_list_entities): Call font_delete_unmatched if
539 Vface_ignored_fonts is non-nil. (Bug#6287)
540
541 2010-05-28 Glenn Morris <rgm@gnu.org>
542
543 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
544
545 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
546
547 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
548 whether to trash.
549 (internal_delete_file, Frename_file): Callers changed.
550 (delete_by_moving_to_trash): Doc fix.
551 (Fdelete_directory_internal): Don't move to trash.
552
553 * callproc.c (delete_temp_file):
554 * buffer.c (Fkill_buffer): Callers changed.
555
556 * lisp.h: Update prototype.
557
558 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
559
560 * xdisp.c (redisplay_window): After redisplay, check if point is
561 still valid before setting it (Bug#6177).
562
563 2010-05-27 Glenn Morris <rgm@gnu.org>
564
565 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
566 Convert comments to Makefile format.
567
568 * Makefile.in (bootstrap-clean): No more Makefile.c.
569
570 2010-05-26 Glenn Morris <rgm@gnu.org>
571
572 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
573 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
574
575 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
576 Remove.
577 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
578
579 2010-05-26 Kenichi Handa <handa@m17n.org>
580
581 * composite.c (composition_compute_stop_pos): Fix condition for
582 backward scanning.
583
584 2010-05-25 Glenn Morris <rgm@gnu.org>
585
586 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
587 Move before TEMACS_LDFLAGS.
588 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
589 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
590
591 * Makefile.in (NOT_C_CODE): No longer define.
592 (config.h): No longer include.
593
594 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
595 variables it may reference.
596
597 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
598 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
599
600 2010-05-25 Kenichi Handa <handa@m17n.org>
601
602 * dispextern.h (struct composition_it): New members rule_idx and
603 charpos.
604
605 * xdisp.c (set_iterator_to_next): While scanning backward, assume
606 that the character positions of IT point the last character of the
607 current grapheme cluster.
608 (next_element_from_composition): Don't change character positions
609 of IT.
610 (append_composite_glyph): Set glyph->charpos to
611 it->cmp_it.charpos.
612
613 * composite.c (autocmp_chars): Change the first argument to RULE,
614 and try composition with RULE only.
615 (composition_compute_stop_pos): Record the index number of the
616 composition rule in CMP_IT->rule_idx.
617 (composition_reseat_it): Call autocmp_chars repeatedly until the
618 correct rule of the composition is found.
619 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
620 is at the last character of the current grapheme cluster when
621 CMP_IT->reversed_p is nonzero.
622
623 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * editfns.c (Fbyte_to_string): New function.
626
627 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * process.c (Fmake_network_process): Set :host to nil if it's not used.
630 Suggested by Masatake YAMATO <yamato@redhat.com>.
631
632 2010-05-23 Eli Zaretskii <eliz@gnu.org>
633
634 * dispextern.h (init_iterator): Sync prototype with changed definition.
635
636 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
637
638 * s/netbsd.h: If terminfo is found, use it in preference to
639 termcap. (Bug#6190) [Backport from trunk]
640
641 2010-05-19 Eli Zaretskii <eliz@gnu.org>
642
643 Redesign and reimplement bidi-aware edge positions of glyph rows.
644
645 * dispextern.h (struct glyph_row): New members minpos and maxpos.
646 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
647 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
648 and maxpos members instead of start.pos and end.pos, respectively.
649
650 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
651 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
652 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
653 (try_window_reusing_current_matrix, try_window_id):
654 Use ROW->minpos rather than ROW->start.pos.
655 (init_from_display_pos, init_iterator): Use EMACS_INT for
656 character and byte positions.
657 (find_row_edges): Rename from find_row_end. Accept additional
658 arguments for minimum and maximum buffer positions seen by
659 display_line for this row. Don't use iterator to find the
660 position following the maximum one; instead, increment the
661 position found by display_line directly. Fix logic; eol_pos
662 should be tested before the rest. Handle the case of characters
663 delivered from display vector (bug#6036). Fix tests related to
664 it->method. Handle the truncated_on_right_p rows.
665 (RECORD_MAX_MIN_POS): New macro.
666 (display_line): Use it to record the minimum and maximum buffer
667 positions for glyphs in the row being assembled. Record the
668 position of the newline that terminates the line. If word wrap is
669 in effect, restore minimum and maximum positions seen up to the
670 wrap point, when iterator returns to it.
671 (try_window_reusing_current_matrix): Give up if in bidi-reordered
672 row and cursor not already at point. Restore original pre-bidi
673 code for unidirectional buffers.
674
675 * dispnew.c (increment_row_positions, check_matrix_invariants):
676 Increment and check row->start.pos and row->end.pos, in addition
677 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
678
679 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
680 Display truncated_on_left_p and truncated_on_right_p flags.
681 Formatting fixes.
682 (pmtxrows): Display the ordinal number of each row. Don't display
683 rows beyond the last one.
684
685 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
686 it is not copied by bidi_copy_it.
687
688 2010-05-22 Eli Zaretskii <eliz@gnu.org>
689
690 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
691 (Bug#6237)
692
693 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
694
695 * image.c (Fimage_flush): Rename from image-refresh.
696
697 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
698
699 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
700 just one window.
701
702 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
703 (clear_image_cache): If the number of cached images is unusually
704 large, decrease the cache eviction delay (Bug#6230).
705
706 2010-05-21 Glenn Morris <rgm@gnu.org>
707
708 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
709 Move these rules to ns.mk.
710 * ns.mk: New file.
711
712 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
713
714 * Makefile.in (CANNOT_DUMP): New, set by configure.
715 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
716
717 2010-05-20 Juri Linkov <juri@jurta.org>
718
719 * fileio.c (Fdelete_file): Change interative spec to use
720 `read-file-name' like in `find-file-read-args' where the default
721 value is `default-directory' instead of `buffer-file-name'.
722 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
723
724 2010-05-20 Kevin Ryde <user42@zip.com.au>
725
726 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
727 (Voverriding_terminal_local_map, Vsystem_key_alist)
728 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
729
730 2010-05-20 Glenn Morris <rgm@gnu.org>
731
732 * Makefile.in (DEPDIR): New constant.
733 (DEPFLAGS): Set with configure, not cpp.
734 (MKDEPDIR): New, set by configure.
735 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
736 (clean): Use $DEPDIR.
737 (deps_frag): Include from configure.
738 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
739 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
740
741 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
742 reallocation of the cache. (Bug#6210)
743
744 2010-05-19 Glenn Morris <rgm@gnu.org>
745
746 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
747
748 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
749 (GNULIB_VAR): Remove.
750 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
751
752 * m/ibms390x.h (LINKER):
753 * m/macppc.h (LINKER) [GNU_LINUX]:
754 * s/aix4-2.h (ORDINARY_LINK):
755 * s/cygwin.h (LINKER):
756 * s/darwin.h (ORDINARY_LINK):
757 * s/gnu.h (ORDINARY_LINK):
758 * s/netbsd.h (LINKER):
759 * s/usg5-4.h (ORDINARY_LINK):
760 Move to configure.
761
762 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
763
764 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
765
766 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
767 prevent stack overflow if number of arguments is too large
768 (Bug#6214).
769
770 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
771
772 * charset.c (load_charset_map_from_file): Don't call close after fclose.
773
774 2010-05-18 Glenn Morris <rgm@gnu.org>
775
776 * s/gnu-linux.h: Combine two conditionals.
777
778 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
779 $(POST_ALLOC_OBJ).
780
781 * Makefile.in (RALLOC_OBJ): New, set by configure.
782 (rallocobj): Replace with the previous variable.
783 (otherobj): Use $RALLOC_OBJ.
784
785 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
786 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
787
788 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
789 (gmallocobj, vmlimitobj): Replace with previous two variables.
790 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
791
792 2010-05-17 Glenn Morris <rgm@gnu.org>
793
794 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
795 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
796
797 2010-05-16 Glenn Morris <rgm@gnu.org>
798
799 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
800
801 * Makefile.in (clean): Get rid of HAVE_NS conditional.
802
803 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
804 trailing "/".
805
806 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
807 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
808
809 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
810 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
811 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
812 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
813 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
814
815 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
816 Remove ${STARTFLAGS}, nothing ever sets it.
817
818 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
819
820 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
821
822 2010-05-16 Glenn Morris <rgm@gnu.org>
823
824 * Makefile.in (LIBX_BASE): Always define.
825
826 * Makefile.in (LIBX_OTHER): Move out of cpp section.
827
828 * Makefile.in (LIBXT): Always define.
829
830 2010-05-15 Glenn Morris <rgm@gnu.org>
831
832 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
833
834 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
835 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
836
837 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
838
839 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
840 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
841
842 * emacs.c (main): Initialize initial-environment and
843 process-environment before generating from env, not after.
844
845 Handle --version reasonably in CANNOT_DUMP configuration.
846 * emacs.c (emacs_version, emacs_copyright): New string variables.
847 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
848 (syms_of_emacs): Defvar them, and initialize them from the C
849 string variables.
850 (main): If initialization hasn't been done, print initial version
851 info from the C strings, instead of starting an interactive session.
852
853 2010-05-15 Eli Zaretskii <eliz@gnu.org>
854
855 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
856 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
857 (bidi_paragraph_init): Remove redundant assertion that we are at
858 the beginning of a line after call to bidi_find_paragraph_start.
859
860 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
861 (syms_of_xdisp): Defsubr it.
862
863 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
864
865 * Makefile.in: Fix MSDOS-related comments.
866
867 2010-05-15 Glenn Morris <rgm@gnu.org>
868
869 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
870 (really-lwlib, really-oldXMenu): Always define.
871 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
872
873 * Makefile.in: Simplify cpp conditional.
874
875 * Makefile.in (${ns_appdir}): Simplify using umask.
876
877 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
878
879 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * eval.c (specbind): Remove left-over duplicate test.
882 Disallow let-binding frame-local vars. Add comment.
883
884 2010-05-14 Eli Zaretskii <eliz@gnu.org>
885
886 Make the cache of bidi iterator states dynamically allocated.
887 * bidi.c (bidi_cache_shrink): New function.
888 (bidi_init_it): Call it.
889 (bidi_cache_iterator_state): Enlarge the cache if needed.
890
891 * bidi.c (bidi_move_to_visually_next): Rename from
892 bidi_get_next_char_visually. All callers changed.
893
894 2010-05-14 Kenichi Handa <handa@m17n.org>
895
896 * dispextern.h (struct composition_it): New member reversed_p.
897
898 * composite.c (composition_compute_stop_pos): Search backward if
899 ENDPOS < CHARPOS.
900 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
901 Set CMP_IT->reversed_p.
902 (composition_update_it): Pay attention to CMP_IT->reversed_p.
903
904 * xdisp.c (set_iterator_to_next):
905 Call composition_compute_stop_pos with negative ENDPOS if we are
906 scanning backward. Call composition_compute_stop_pos if scan
907 direction is changed.
908 (next_element_from_buffer): Call composition_compute_stop_pos with
909 negative ENDPOS if we are scanning backward.
910 (next_element_from_composition): Pay attention to
911 IT->cmp_it.reversed_p.
912
913 2010-05-14 Kenichi Handa <handa@m17n.org>
914
915 * font.c (font_range): Return the range for the font found at first.
916
917 2010-05-14 Glenn Morris <rgm@gnu.org>
918
919 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
920
921 * Makefile.in (mktime, X11, register): Move undefs to configure.
922
923 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
924 (MSDOS_X_OBJ): New variable.
925 (MSDOS_SUPPORT_REAL): New constant.
926 (MSDOS_SUPPORT): Set as a variable, not with cpp.
927 (obj): Use MSDOS_X_OBJ.
928 (lisp): Use MSDOS_SUPPORT as a variable.
929
930 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
931 (GPM_MOUSE_SUPPORT): Now it's a constant.
932 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
933 not cpp.
934
935 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
936 (ns_appresdir): Remove, unused.
937
938 * Makefile.in (SHELL): Move outside cpp section.
939
940 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
941
942 2010-05-13 Glenn Morris <rgm@gnu.org>
943
944 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
945 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
946
947 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
948 HAVE_WINDOW_SYSTEM must be too.
949
950 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
951 (lisp): Remove WINNT_SUPPORT.
952
953 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
954 Let configure set these variables (to empty) in this case as well.
955
956 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
957 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
958
959 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
960 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
961 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
962 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
963 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
964 the values output by configure.
965 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
966
967 2010-05-12 Glenn Morris <rgm@gnu.org>
968
969 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
970 (LINKER_WAS_SPECIFIED): Remove.
971
972 * Makefile.in (LIB_GCC): Set using configure, not cpp.
973 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
974 * m/arm.h (LIB_GCC) [GNU_LINUX]:
975 * s/cygwin.h (LIB_GCC):
976 * s/freebsd.h (LIB_GCC):
977 * s/gnu-linux.h (LIB_GCC):
978 * s/msdos.h (LIB_GCC):
979 * s/netbsd.h (LIB_GCC):
980 Move to configure.
981
982 2010-05-11 Karel Klic <kklic@redhat.com>
983
984 * ftfont.c: Fix incorrect parentheses of #if condition for
985 definining M17N_FLT_USE_NEW_FEATURE.
986
987 2010-05-11 Glenn Morris <rgm@gnu.org>
988
989 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
990 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
991
992 2010-05-10 Eli Zaretskii <eliz@gnu.org>
993
994 * xdisp.c (init_iterator): Don't turn on bidi reordering in
995 unibyte buffers. See
996 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
997
998 2010-05-10 Glenn Morris <rgm@gnu.org>
999
1000 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1001 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1002 (LIBES): Use LIBS_SYSTEM as a variable.
1003 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1004 * s/aix4-2.h (LIBS_SYSTEM):
1005 * s/freebsd.h (LIBS_SYSTEM):
1006 * s/hpux10-20.h (LIBS_SYSTEM):
1007 * s/sol2-6.h (LIBS_SYSTEM):
1008 * s/unixware.h (LIBS_SYSTEM):
1009 Move to configure.
1010
1011 * s/aix4-2.h (MAIL_USE_LOCKF):
1012 * s/bsd-common.h (MAIL_USE_FLOCK):
1013 * s/darwin.h (MAIL_USE_FLOCK):
1014 * s/gnu-linux.h (MAIL_USE_FLOCK):
1015 * s/irix6-5.h (MAIL_USE_FLOCK):
1016 * s/template.h (MAIL_USE_FLOCK):
1017 Move to configure.
1018
1019 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * Version 23.2 released.
1022
1023 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1024
1025 * composite.c (autocmp_chars): Save point as marker before calling
1026 auto-composition-function (Bug#5984).
1027
1028 * lisp.h (restore_point_unwind): Add prototype.
1029
1030 * fileio.c (restore_point_unwind): Remove static attribute.
1031
1032 2010-05-08 Kenichi Handa <handa@m17n.org>
1033
1034 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1035 new feature of libotf and m17n-flt.
1036 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1037 Call OTF_check_features even if no specific feature is given.
1038 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1039 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1040 that OUT is NULL. Use OTF_drive_gsub_with_log and
1041 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1042 OTF_drive_gpos.
1043 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
1044 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1045 Setup mflt_enable_new_feature and mflt_try_otf.
1046
1047 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1048
1049 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1050
1051 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1052 box and toolbar (Bug #6139).
1053 (xg_create_tool_bar): Remove comment (Bug #6139).
1054 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1055 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1056
1057 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1060 Update dependencies.
1061
1062 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1063
1064 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1065 R2L lines.
1066
1067 2010-05-08 Glenn Morris <rgm@gnu.org>
1068
1069 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1070
1071 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1072 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1073 (termcapobj): Replace with TERMCAP_OBJ.
1074 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1075 (LIBES): Use LIBS_TERMCAP as a variable.
1076
1077 * s/freebsd.h (osreldate.h): No longer include, since this file
1078 does not use __FreeBSD_version any more.
1079
1080 * s/aix4-2.h (TERMINFO):
1081 * s/cygwin.h (TERMINFO):
1082 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1083 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1084 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1085 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1086 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1087 * s/irix6-5.h (TERMINFO):
1088 * s/netbsd.h (LIBS_TERMCAP):
1089 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1090 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1091 * s/usg5-4.h (TERMINFO):
1092 Move to configure.
1093
1094 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * eval.c (unbind_to): Don't unbind a local binding into the global
1097 binding when the local binding disappeared. Inversely, don't unbind
1098 a global binding into a newly created local binding.
1099 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1100 can specify the frame to use, when applicable. Adjust callers.
1101
1102 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
1103 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1106
1107 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1108
1109 * w32fns.c: Include w32.h.
1110 (Fw32_shell_execute): Decode the error message before passing it
1111 to `error'. (Bug#6126)
1112
1113 * msdos.c (dos_set_window_size):
1114 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
1115 instead of `XSYMBOL (foo)->value'.
1116
1117 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1118
1119 Fix the MS-DOS build, broken by autoconfiscation.
1120
1121 * Makefile.in: Don't use Make-style comments past the "start of
1122 cpp stuff" line.
1123 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
1124
1125 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
1126 edited directly by msdos/sed1v2.inp).
1127
1128 2010-05-07 Glenn Morris <rgm@gnu.org>
1129
1130 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1131 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
1132 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
1133 move out of cpp section.
1134 * s/freebsd.h (LD_SWITCH_SYSTEM):
1135 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
1136 * s/netbsd.h (LD_SWITCH_SYSTEM):
1137 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
1138
1139 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1140
1141 Define LIB_STANDARD and START_FILES using autoconf.
1142 * s/usg5-4.h (LIB_STANDARD):
1143 * s/netbsd.h (START_FILES):
1144 * s/irix6-5.h (LIB_STANDARD):
1145 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
1146 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1147 * s/freebsd.h (START_FILES):
1148 * s/darwin.h (START_FILES):
1149 * s/cygwin.h (START_FILES):
1150 * s/aix4-2.h (LIB_STANDARD):
1151 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1152 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1153 autoconf, not cpp.
1154
1155 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1156
1157 Remove NEED_BSDTTY and NEED_UNISTD_H.
1158 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1159 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1160 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1161 <sys/ptyio.h> and <unistd.h>.
1162
1163 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1164
1165 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1166 * s/gnu.h (START_FILES): Remove empty definition.
1167
1168 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1169
1170 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1171
1172 2010-05-06 Glenn Morris <rgm@gnu.org>
1173
1174 * Makefile.in (CPP, LN_S): Remove unused variables.
1175
1176 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1179
1180 2010-05-05 Lawrence Mitchell <wence@gmx.li>
1181
1182 * m/sparc.h: Fix typo in earlier change.
1183
1184 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 Misc tweaks.
1187 * eval.c (Fdefvaralias): Remove unintended nested if.
1188 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1189
1190 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
1191
1192 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1193
1194 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1195
1196 Remove BSD_PGRPS.
1197 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1198 * s/gnu-linux.h (BSD_PGRPS): Remove.
1199 * term.c (dissociate_if_controlling_tty):
1200 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1201 (init_sys_modes, reset_sys_modes):
1202 * emacs.c (main):
1203 * callproc.c (Fcall_process, child_setup): Remove code depending
1204 on BSD_PGRPS.
1205
1206 Remove POSIX_SIGNALS.
1207 * s/usg5-4.h (POSIX_SIGNALS):
1208 * s/netbsd.h (POSIX_SIGNALS):
1209 * s/msdos.h (POSIX_SIGNALS):
1210 * s/ms-w32.h (POSIX_SIGNALS):
1211 * s/hpux11.h (POSIX_SIGNALS):
1212 * s/gnu.h (POSIX_SIGNALS):
1213 * s/gnu-linux.h (POSIX_SIGNALS):
1214 * s/freebsd.h (POSIX_SIGNALS):
1215 * s/darwin.h (POSIX_SIGNALS):
1216 * s/cygwin.h (POSIX_SIGNALS):
1217 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1218 * s/unixware.h:
1219 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1220 * process.c (create_process):
1221 * syssignal.h:
1222 * sysdep.c (wait_for_termination, init_signals):
1223 * process.c (create_process):
1224 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1225 remove all code that assumes the contrary.
1226
1227 2010-05-04 Glenn Morris <rgm@gnu.org>
1228
1229 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1230 variable.
1231 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1232 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1233 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1234 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1235 LD_SWITCH_SYSTEM_tmp.
1236 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1237 New variables, set by configure.
1238
1239 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1240 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1241 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1242 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1243 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1244
1245 * s/aix4-2.h (C_SWITCH_SYSTEM):
1246 * m/alpha.h (C_SWITCH_MACHINE):
1247 Move to configure.in.
1248 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1249 New variables, set by configure.
1250 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1251 $c_switch_machine and $c_switch_system.
1252
1253 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * s/hpux10-20.h (LIB_STANDARD): New definition.
1256 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1257 on it, not used anymore.
1258
1259 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * eval.c (internal_condition_case_n): Rename from
1262 internal_condition_case_2.
1263 (internal_condition_case_2): New function.
1264
1265 * xdisp.c (safe_call): Use internal_condition_case_n.
1266
1267 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1268 (internal_delete_file, Frename_file): Callers changed.
1269
1270 * buffer.c (Fkill_buffer):
1271 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1272
1273 * lisp.h: Update prototypes.
1274
1275 2010-05-03 Glenn Morris <rgm@gnu.org>
1276
1277 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1278 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1279 (LIBXT): Set with configure, not cpp.
1280 (LIBX): Remove.
1281 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1282
1283 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1286 The FreeBSD is not needed, the default works, Solaris version is
1287 not needed, and the remaining case is not supported by configure.
1288
1289 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1290
1291 * xsmfns.c (CHDIR_OPT): New define.
1292 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1293 restarting emacs.
1294
1295 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1296 shut_down_emacs.
1297
1298 * emacs.c (USAGE1): Mention --chdir.
1299 (main): Handle --chdir.
1300 (standard_args): Add --chdir.
1301 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1302 #5552).
1303
1304 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1305
1306 Remove LD_SWITCH_MACHINE.
1307 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1308 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1309
1310 Clean up IRIX code.
1311 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1312 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1313
1314 Clean up AIX code.
1315 * m/ibmrs6000.inp: Remove file, unused.
1316 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1317 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1318 definition ...
1319 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1320
1321 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1322 unused.
1323
1324 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1325
1326 Emulate POSIX_SIGNALS on MS-Windows.
1327
1328 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1329 (SIG_SETMASK, SIG_UNBLOCK): Define.
1330
1331 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1332 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1333 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1334
1335 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1336 New stubs.
1337
1338 Miscellaneous fixes of bidi display.
1339
1340 * xdisp.c (find_row_end): New function, refactored from display_line.
1341 (display_line): Use it.
1342 (extend_face_to_end_of_line): In almost-filled rows, extend only
1343 if the row is R2L and not continued.
1344 (display_line): Fix prepending of truncation glyphs to R2L rows.
1345 Preserve overlay and string info in row->end.
1346 (insert_left_trunc_glyphs): Support addition of left truncation
1347 glyphs to R2L rows.
1348 (set_cursor_from_row): Don't place cursor on the vertical border
1349 glyph between adjacent windows. Fix a crash when a display string
1350 is continued to the next line. Don't return zero if cursor was
1351 found by `cursor' property of a display string.
1352 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1353 test for that explicitly.
1354
1355 2010-05-01 Glenn Morris <rgm@gnu.org>
1356
1357 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1358 for clarity.
1359 (OTHER_OBJ): Remove.
1360 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1361 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1362
1363 2010-05-01 Karel Klíč <kklic@redhat.com>
1364
1365 * fileio.c (Ffile_selinux_context): Context functions may return null.
1366
1367 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1368
1369 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1370
1371 2010-04-30 Glenn Morris <rgm@gnu.org>
1372
1373 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1374 (OTHER_OBJ): Define as a separate variable, for clarity.
1375
1376 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1377
1378 * xsettings.c: include limits.h and update file comment.
1379
1380 2010-04-30 Glenn Morris <rgm@gnu.org>
1381
1382 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1383 Set with configure, not cpp.
1384 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1385
1386 * Makefile.in (mallocobj): Remove.
1387 (otherobj): Simplify using @OTHER_OBJ@.
1388
1389 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1390 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1391 Don't bother making nsgui.h dependency platform-specific.
1392
1393 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1394
1395 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * process.c (read_process_output, exec_sentinel): Don't burp if the
1398 sentinel/filter kills the current buffer (bug#6060).
1399
1400 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
1401 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1402 Remove unused var `args'.
1403 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1404 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1405 * doc.c (store_function_docstring): Use XSETCAR.
1406
1407 2010-04-28 Glenn Morris <rgm@gnu.org>
1408
1409 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1410 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1411
1412 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1413
1414 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1415 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1416
1417 * Makefile.in (FONT_OBJ): New, set by configure.
1418 (FONT_DRIVERS): Use $FONT_OBJ.
1419
1420 * Makefile.in (LIBXMU): Set with configure, not cpp.
1421 * s/aix4-2.h (LIBXMU):
1422 * s/hpux10-20.h (LIBXMU):
1423 Remove definition, now set in configure.
1424
1425 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1426
1427 * m/amdx86-64.h [i386]: Move this test to configure.in.
1428
1429 2010-04-27 Glenn Morris <rgm@gnu.org>
1430
1431 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1432 * s/unixware.h (NEED_LIBW): Remove definition.
1433
1434 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1435 (TOOLKIT_LIBW): New, set by configure.
1436 (@X_TOOLKIT_TYPE@): No longer define it.
1437
1438 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1439 (MOTIF_LIBW): Set with configure, not cpp.
1440 * s/aix4-2.h (LIB_MOTIF):
1441 * s/gnu-linux.h (LIB_MOTIF):
1442 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1443
1444 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 Reduce CPP usage.
1447 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1448 (obj): Use autoconf for unexec instead of cpp.
1449 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1450 definitions and undefs. Inline definitions in the only user.
1451 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1452
1453 2010-04-27 Glenn Morris <rgm@gnu.org>
1454
1455 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1456 since the defaults (set by the system file) are fine in most cases.
1457 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1458 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1459 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1460 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1461 Remove definitions, since they are set correctly in s/gnu-linux.h.
1462 * s/freebsd.h (START_FILES, LIB_STANDARD):
1463 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1464 * s/hpux10-20.h (START_FILES):
1465 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1466 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1467
1468 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1469 (MOTIF_LIBW): Use $LIBXP.
1470 (otherobj): Use $WIDGET_OBJ.
1471
1472 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1473
1474 * Makefile.in (LIBS_MACHINE): Remove, unused.
1475
1476 Use autoconf instead of cpp for LIB_MATH.
1477 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1478 * s/cygwin.h (LIB_MATH): Likewise.
1479 * Makefile.in (LIB_MATH): Do not define with cpp.
1480 (LIBES): Use autoconf for LIB_MATH.
1481
1482 2010-04-26 Kenichi Handa <handa@m17n.org>
1483
1484 * composite.c (Ffind_composition_internal): Fix the return value
1485 for an automatic composition.
1486
1487 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1488
1489 Remove all NO_ARG_ARRAY uses.
1490 * fns.c (concat2, concat3, nconc2):
1491 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1492 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1493 * m/xtensa.h (NO_ARG_ARRAY):
1494 * m/template.h (NO_ARG_ARRAY):
1495 * m/sparc.h (NO_ARG_ARRAY):
1496 * m/sh3.h (NO_ARG_ARRAY):
1497 * m/mips.h (NO_ARG_ARRAY):
1498 * m/macppc.h (NO_ARG_ARRAY):
1499 * m/iris4d.h (NO_ARG_ARRAY):
1500 * m/intel386.h (NO_ARG_ARRAY):
1501 * m/ibms390x.h (NO_ARG_ARRAY):
1502 * m/ibms390.h (NO_ARG_ARRAY):
1503 * m/ibmrs6000.h (NO_ARG_ARRAY):
1504 * m/ia64.h (NO_ARG_ARRAY):
1505 * m/hp800.h (NO_ARG_ARRAY):
1506 * m/arm.h (NO_ARG_ARRAY):
1507 * m/amdx86-64.h (NO_ARG_ARRAY):
1508 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1509
1510 2010-04-25 Eli Zaretskii <eliz@gnu.org>
1511
1512 * xdisp.c (display_line): Don't assume 2nd call to
1513 get_next_display_element cannot return zero. (Bug#6030)
1514 (iterate_out_of_display_property): New function, body from pop_it.
1515 (pop_it): Use it.
1516
1517 2010-04-24 Glenn Morris <rgm@gnu.org>
1518
1519 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1520 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1521 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1522 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1523
1524 2010-04-24 Eli Zaretskii <eliz@gnu.org>
1525
1526 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1527 use `get_next_display_element' and `set_iterator_to_next' to
1528 advance to the next character, when looking for the character that
1529 begins the next row.
1530
1531 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
1532 definition of "struct Lisp_Symbol".
1533
1534 2010-04-24 Glenn Morris <rgm@gnu.org>
1535
1536 * Makefile.in (CRT_DIR): New variable, set by configure.
1537 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1538 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1539
1540 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1541
1542 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1543
1544 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1545
1546 Remove redundant flags.
1547 * s/freebsd.h (C_SWITCH_SYSTEM):
1548 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1549 * s/netbsd.h (C_SWITCH_SYSTEM):
1550 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1551 of these.
1552
1553 Simplify m/intel386.h.
1554 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1555 user: ecrt0.c.
1556 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1557 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1558 the only user: s/unixware.h.
1559 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1560 from m/intel386.h.
1561 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1562 moved here from m/intel386.h.
1563
1564 * m/mips.h: Remove #if 0 code.
1565
1566 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1567
1568 Fix display of composed characters from L2R scripts in bidi buffers.
1569 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1570 After advancing IT past the composition, resync the bidi iterator
1571 with IT's position. (Bug#5977)
1572
1573 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1574
1575 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1576 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1577
1578 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1581
1582 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1583
1584 Support `display' text properties and overlay strings in bidi buffers.
1585 * xdisp.c (pop_it): When the stack is popped after displaying
1586 from a string, bidi-iterate to exit from the text portion covered
1587 by the `display' property or overlay. (Bug#5988, bug#5920)
1588
1589 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1590
1591 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1592 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1593
1594 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1595 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1596
1597 Simplify STARTFILES definition.
1598 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1599 relying on Makefile.in to define it.
1600 * s/cygwin.h (START_FILES): Likewise.
1601 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1602
1603 Clean up Solaris code.
1604 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1605 (LIB_MOTIF): Remove, configure takes care of this.
1606 (NOT_USING_MOTIF): Remove, unused.
1607 * xrdb.c: Remove #if 0-ed #include.
1608 (SYSV): Remove conditional for old SysV.
1609 * sysdep.c (closedir): Remove conditional code for Solaris,
1610 Solaris has closedir.
1611
1612 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1613
1614 * xsettings.c (read_and_apply_settings): Check if current_font is
1615 NULL before strcmp (Bug#6001).
1616
1617 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1618
1619 Clean up HP-UX files.
1620 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1621 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1622 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1623 * s/hpux10-20.h: ... to the only user, here.
1624
1625 2010-04-21 Eli Zaretskii <eliz@gnu.org>
1626
1627 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1628 use buffer-local values of paragraph-start and paragraph-separate.
1629 <paragraph_start_re, paragraph_separate_re>: Rename from
1630 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1631 (Bug#5992)
1632
1633 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1634
1635 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1636 current_tool_bar_style are new.
1637 (store_config_changed_event): Rename from store_font_changed_event.
1638 (XSETTINGS_TOOL_BAR_STYLE): New define.
1639 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1640 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1641 HAVE_XFT.
1642 (something_changedCB): store_font_changed_event is now
1643 store_config_changed_event
1644 (parse_settings): Rename from parse_xft_settings. Read
1645 non-xft xsettings outside #ifdef HAVE_XFT.
1646 (read_settings): Renamed from read_xft_settings.
1647 (apply_xft_settings): Take current settings as parameter. Do not
1648 call read_(xft)_settings.
1649 (read_and_apply_settings): New function.
1650 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1651 read_and_apply_settings if there are settings to be read.
1652 (init_xsettings): Renamed from init_xfd_settings.
1653 Call read_and_apply_settings unconditionally.
1654 (xsettings_initialize): Call init_xsettings.
1655 (Ftool_bar_get_system_style): New function.
1656 (syms_of_xsettings): Define Qmonospace_font_name and
1657 Qtool_bar_style. Initialize current_tool_bar_style to nil.
1658 defsubr Stool_bar_get_system_style. Fprovide on
1659 dynamic-setting.
1660 Move misplaced HAVE_GCONF
1661
1662 * xsettings.h (Ftool_bar_get_system_style): Declare.
1663
1664 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1665 Qtext, Qboth, Qboth_horiz are new.
1666 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1667 Vtool_bar_style, tool_bar_max_label_size.
1668
1669 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1670
1671 * keyboard.c: QClabel is new.
1672 (parse_tool_bar_item): Take out QClabel from tool bar items.
1673 Try to construct a label if ther is no QClabel.
1674 (syms_of_keyboard): Intern :label as QClabel.
1675
1676 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1677 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1678 New.
1679
1680 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1681 dynamic-setting.el.
1682
1683 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1684 (xg_make_tool_item, xg_show_toolbar_item): New function.
1685 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1686 Call xg_make_tool_item to make a tool bar item.
1687 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1688
1689 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1690 into account for toolbars.
1691
1692 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1693
1694 * data.c (make_blv): Declarations before code (Bug#5993).
1695
1696 2010-04-21 Glenn Morris <rgm@gnu.org>
1697
1698 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1699 Define using autoconf, not cpp.
1700 (LIBXSM): New variable, set by autoconf.
1701 (LIBXT): Use $LIBXSM.
1702
1703 2010-04-21 Dan Nicolaescu <local_user@dannlt>
1704
1705 Remove NOMULTIPLEJOBS, unused.
1706 * s/template.h (NOMULTIPLEJOBS):
1707 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1708
1709 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1710 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1711 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1712 detects -znocombreloc and passes it to the linker
1713 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1714
1715 2010-04-21 Glenn Morris <rgm@gnu.org>
1716
1717 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1718
1719 2010-04-21 Karel Klíč <kklic@redhat.com>
1720
1721 * Makefile.in (LIBSELINUX_LIBS): New.
1722 (LIBES): Add $LIBSELINUX_LIBS.
1723 * eval.c, lisp.h (call7): New function.
1724 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1725 (Ffile_selinux_context, Fset_file_selinux_context):
1726 New functions.
1727 (Fcopy_file): New parameter preserve-selinux-context.
1728 (Frename_file): Preserve selinux context when renaming by copy-file.
1729
1730 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1731 Eli Zaretskii <eliz@gnu.org>
1732
1733 Don't depend on cm.c or termcap.c on Windows, use stubs.
1734 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1735 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1736 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1737 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1738 (sys_tputs, sys_tgetstr): New stubs.
1739 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1740 (tputs, tgetstr): New; define to sys_*.
1741
1742 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1745
1746 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1749 Just signal a warning rather than an error when inside a let.
1750 (Fmake_variable_frame_local): Add the same test.
1751
1752 * font.c (syms_of_font): Make the style table vars read-only.
1753
1754 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1755 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1756
1757 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1758
1759 2010-04-20 Eli Zaretskii <eliz@gnu.org>
1760
1761 Fix R2L paragraph display on TTY.
1762
1763 * xdisp.c (unproduce_glyphs): New function.
1764 (display_line): Use it when produced glyphs are discarded from R2L
1765 glyph rows.
1766 (append_composite_glyph): In R2L rows, prepend the glyph rather
1767 than appending it.
1768
1769 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1770 rather than append it. Set up the resolved_level and bidi_type
1771 attributes of the appended glyph.
1772 (produce_special_glyphs): Mirror the backslash continuation
1773 character in R2L lines.
1774
1775 Implement display of R2L paragraphs in GUI sessions.
1776
1777 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1778 append_stretch_glyph.
1779 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1780 off-by-one error in computing x at end of text in the row.
1781 (append_stretch_glyph): In reversed row, prepend the glyph rather
1782 than append it. Set resolved_level and bidi_type of the glyph.
1783 (extend_face_to_end_of_line): If the row is reversed, prepend a
1784 stretch glyph whose width is such that the rightmost glyph will be
1785 drawn at the right margin of the window. Fix off-by-one error on
1786 TTY frames in testing whether a line needs face extension. Fix
1787 face extension at ZV. If this is the last glyph row, use
1788 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1789 region face.
1790 (set_cursor_from_row, display_line): Use
1791 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1792 row->continuation_lines_width.
1793 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1794 are at ZV. Fixes a crash when reseated to ZV by
1795 try_window_reusing_current_matrix.
1796 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1797 which happens with R2L glyph rows. Fixes a crash when inserting a
1798 character at end of an R2L line.
1799 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1800 treat them as having zero-width characters. Improve comments.
1801 Don't reverse pos_before and pos_after for reversed glyph rows.
1802 Set cursor.x to negative value when the cursor might be on the
1803 left fringe.
1804 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1805 left fringe, not the right one.
1806 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1807 (erase_phys_cursor): For reversed cursor_row, support cursor on
1808 the left fringe.
1809
1810 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1811 of continuation indicators on the fringes.
1812 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1813 left fringe.
1814
1815 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1816 draw cursor on the left fringe.
1817
1818 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1819 cursor on the left fringe.
1820
1821 * dispnew.c (update_text_area): Handle reversed desired rows when
1822 the cursor is on the left fringe.
1823 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1824 below, not by 0, for when the cursor is on the left fringe.
1825
1826 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1829 widget is a scrollbar.
1830
1831 2010-04-20 Kenichi Handa <handa@m17n.org>
1832
1833 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1834 only when the arg CHARSET_LIST is nil.
1835
1836 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 Make variable forwarding explicit rather the using special values.
1839 Basically, this makes the structure of buffer-local values and object
1840 forwarding explicit in the type of Lisp_Symbols rather than use
1841 special Lisp_Objects for that. This tends to lead to slightly more
1842 verbose code, but is more C-like, simpler, and makes it easier to make
1843 sure we handled all cases, among other things by letting the compiler
1844 help us check it.
1845 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1846 Removing forwarding objects.
1847 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1848 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1849 explicit rather than hiding them inside Lisp_Object "values".
1850 (XFWDTYPE): New macro.
1851 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1852 (XBUFFER_LOCAL_VALUE): Remove.
1853 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1854 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1855 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1856 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1857 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1858 Remove the Lisp_Misc_* header.
1859 (struct Lisp_Buffer_Local_Value): Redefine.
1860 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1861 (struct Lisp_Misc_Any): Add filler to get the right size.
1862 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1863 Lisp_Intfwd.
1864 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1865 (DEFVAR_KBOARD): Allocate a forwarding object.
1866 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1867 (let_shadows_global_binding_p): New function.
1868 (union Lisp_Val_Fwd): New type.
1869 (make_blv): New function.
1870 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1871 (store_symval_forwarding, swap_in_global_binding, Fboundp)
1872 (swap_in_symval_forwarding, find_symbol_value, Fset)
1873 (let_shadows_buffer_binding_p, set_internal, default_value)
1874 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1875 (Fkill_local_variable, Fmake_variable_frame_local)
1876 (Flocal_variable_p, Flocal_variable_if_set_p)
1877 (Fvariable_binding_locus):
1878 * xdisp.c (select_frame_for_redisplay):
1879 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1880 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1881 * frame.c (store_frame_param):
1882 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1883 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1884 value structure.
1885 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1886 (clone_per_buffer_values): Only adjust markers into the current buffer.
1887 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1888 (Fbuffer_local_value, set_buffer_internal_1)
1889 (swap_out_buffer_local_variables):
1890 Adapt to the new symbol value structure.
1891 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1892 (defvar_per_buffer): Take a new arg for the fwd object.
1893 (buffer_lisp_local_variables): Return a proper alist (different fix
1894 for bug#4138).
1895 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1896 (Fgarbage_collect): Don't handle buffer_defaults specially.
1897 (mark_object): Handle new symbol value structure rather than the old
1898 special Lisp_Misc_* objects.
1899 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1900 * term.c (set_tty_color_mode):
1901 * bidi.c (bidi_initialize): Don't access the ->value field directly.
1902 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1903 a buffer_local_flags.
1904 * print.c (print_object): Get rid of impossible forwarding objects.
1905
1906 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1907
1908 * bidi.c (bidi_get_type, bidi_get_category)
1909 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
1910 (bidi_type_of_next_char, bidi_level_of_next_char):
1911 Declare static. Use `INLINE' rather than `inline'.
1912
1913 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * dired.c (Ffile_attributes): Fix typo in docstring.
1916
1917 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1918
1919 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1920 NSInteger (Bug#5811).
1921
1922 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1923
1924 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1925 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
1926
1927 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1928
1929 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1930
1931 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1934 terminal frames (Bug#5837).
1935
1936 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1937
1938 * .gdbinit (xsubchartable): New command.
1939
1940 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1941
1942 * xdisp.c (display_line): Don't write beyond the last glyph row in
1943 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
1944 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1945 and
1946 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1947
1948 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * alloc.c (Fpurecopy): Hash-cons if requested.
1951 (syms_of_alloc): Update purify-flag docstring.
1952
1953 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
1954
1955 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1956 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1957
1958 2010-04-17 Eli Zaretskii <eliz@gnu.org>
1959
1960 Fix a crash when an NSM character is inserted at BEGV.
1961
1962 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1963 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1964 NEUTRAL_B or UNKNOWN_BT.
1965
1966 2010-04-16 Eli Zaretskii <eliz@gnu.org>
1967
1968 * xdisp.c (set_cursor_from_row): Don't consider possibility of
1969 other rows with cursor unless they are different from this row and
1970 this row is part of a continued line. (Bug#5943)
1971
1972 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1973
1974 * s/freebsd.h: Restore osreldate.h include.
1975 Suggested by Naohiro Aota.
1976
1977 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
1978
1979 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1980
1981 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
1982
1983 * s/cygwin.h: Avoid linking against static libgcc.
1984
1985 2010-04-15 Juri Linkov <juri@jurta.org>
1986
1987 * window.c: Add Qscroll_command.
1988 Remove Vscroll_preserve_screen_position_commands.
1989 (window_scroll_pixel_based, window_scroll_line_based): Check the
1990 `scroll-command' property on the last command instead of searching
1991 the last command in Vscroll_preserve_screen_position_commands.
1992 (syms_of_window): Initialize and staticpro `Qscroll_command'.
1993 Put Qscroll_command property on Qscroll_up and Qscroll_down.
1994 (scroll-preserve-screen-position): Doc fix.
1995 (Vscroll_preserve_screen_position_commands): Remove variable.
1996
1997 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2000
2001 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2002
2003 Reduce cpp use in Makefile.in.
2004 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2005 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2006 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2007 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2008 (CRT0_COMPILE): Remove, inline it in the only user.
2009
2010 2010-04-14 Juri Linkov <juri@jurta.org>
2011
2012 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2013 `scroll-up-command' and `M-v' from `scroll-down' to
2014 `scroll-down-command'.
2015
2016 2010-04-14 Juri Linkov <juri@jurta.org>
2017
2018 * window.c (Vscroll_preserve_screen_position_commands): New variable
2019 with the default value as the list of Qscroll_down and Qscroll_up.
2020 (window_scroll_pixel_based, window_scroll_line_based): Search the
2021 last command in the list Vscroll_preserve_screen_position_commands
2022 instead of comparing with Qscroll_up and Qscroll_down.
2023
2024 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2025
2026 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2027 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2028 does that.
2029
2030 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2031 to zero.
2032
2033 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2036
2037 Try to solve the problem of spurious EOF chars in long lines of text
2038 sent to interactive subprocesses.
2039 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2040 (system_process_attributes): Remove unused var `ttotal'.
2041 * process.c (send_process): Don't bother breaking long line with EOF
2042 chars when talking to ttys any more.
2043 (wait_reading_process_output): Output a warning when called in such
2044 a way that it could block without being interruptible.
2045
2046 Try to detect file modification within the same second.
2047 * buffer.h (struct buffer): New field modtime_size.
2048 * buffer.c (reset_buffer): Initialize it.
2049 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2050 (Fverify_visited_file_modtime): Check it.
2051 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2052 (Fset_visited_file_modtime): Set (or clear) it.
2053
2054 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * process.c (status_notify): Remove unused var `ro'.
2057
2058 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2059
2060 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2061 more than one visual (Bug#5938).
2062
2063 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2064
2065 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2066 Undefine.
2067
2068 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2069
2070 Remove C_SWITCH_SYSTEM_TEMACS.
2071 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2072 (malloc, realloc, free): Use emacs, not temacs for conditional
2073 definition.
2074
2075 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2076 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2077
2078 Use autoconf, not cpp for some variables.
2079 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2080 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2081 (ALL_CFLAGS): Use them as make variables.
2082 (really-lwlib, really-oldXMenu): Do not pass them.
2083
2084 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2085
2086 * xmenu.c (apply_systemfont_to_dialog): New.
2087 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2088
2089 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * process.c (exec_sentinel): Preserve current-buffer.
2092
2093 * process.c (read_process_output): Move the save-current-buffer to
2094 apply to both the filter and the non-filter branches.
2095
2096 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2097
2098 * s/msdos.h (UNEXEC): New definition.
2099
2100 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2101
2102 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2103 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2104
2105 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2106 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2107 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2108 TRY_WINDOW_CHECK_MARGINS.
2109
2110 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
2111 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
2112 width only when it is for padding.
2113
2114 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
2115
2116 * xfns.c (Fx_show_tip): Call try_window in a loop until
2117 fonts_changed_p is zero (Bug#2423).
2118
2119 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2120
2121 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
2122 the end of TEXT_AREA. (Bug#5856)
2123
2124 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2125
2126 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
2127 HAVE_GCONF.
2128
2129 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2130
2131 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
2132 prev.orig_type, for resolving type of NSM. (Bug#5858)
2133
2134 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2135
2136 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
2137 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
2138 in current_font.
2139 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
2140 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
2141 New functions.
2142 (syms_of_xsettings): Initialize current_font.
2143 defsubr Sfont_get_system_normal_font.
2144
2145 * xsettings.h (Ffont_get_system_normal_font,
2146 xsettings_get_system_normal_font): Declare.
2147
2148 * xfns.c (extern xlwmenu_default_font): Remove.
2149 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
2150 to xlwmenu.c.
2151
2152 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2153 menu items in UTF-8.
2154
2155 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2156 (apply_systemfont_to_menu): New function.
2157 (set_frame_menubar, create_and_show_popup_menu): Call
2158 apply_systemfont_to_menu.
2159
2160 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2161
2162 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2163 FRAME_LINE_TO_PIXEL_Y.
2164
2165 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2166 pixelwidth/height.
2167
2168 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2169
2170 Simplify code for HP machines.
2171 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2172 for GNU_LINUX, not needed.
2173 (UNEXEC, NEED_BSDTTY): Move definitions...
2174 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2175
2176 * m/iris4d.h (UNEXEC): Move definition ...
2177 * s/irix6-5.h (UNEXEC): ... here.
2178
2179 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2180
2181 * xfns.c (set_machine_and_pid_properties): New function.
2182 (Fx_create_frame): Call set_machine_and_pid_properties.
2183
2184 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2185
2186 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2187 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2188 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2189
2190 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2191 in this function. (Bug#5703)
2192
2193 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * nsterm.h: Fix last change.
2196
2197 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2198
2199 * m/intel386.h (NO_REMAP): Move definition ...
2200 * s/msdos.h (NO_REMAP): ... here.
2201
2202 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2203
2204 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2205 used on those platforms.
2206
2207 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2208
2209 Remove extern errno declarations.
2210 * xterm.c:
2211 * xrdb.c:
2212 * w32term.c:
2213 * unexec.c:
2214 * unexaix.c:
2215 * sysdep.c:
2216 * process.c:
2217 * lread.c:
2218 * keyboard.c:
2219 * floatfns.c:
2220 * filelock.c:
2221 * fileio.c:
2222 * emacs.c (main):
2223 * ecrt0.c:
2224 * dispnew.c:
2225 * callproc.c:
2226 * buffer.c: Remove errno extern declarations.
2227 * s/netbsd.h (NEED_ERRNO): Remove.
2228
2229 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2230
2231 Remove all uses of LIBX11_SYSTEM.
2232 * Makefile.in (LIBX11_SYSTEM): Remove.
2233 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2234 instead.
2235
2236 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2237
2238 Remove support for DJGPP v1.x (bug#5813).
2239
2240 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
2241 * s/msdos.h:
2242 * unexec.c (make_hdr, copy_text_and_data):
2243 * sysdep.c (wait_for_termination, sys_subshell):
2244 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
2245 (IT_set_terminal_modes, __write, _rename, gethostname)
2246 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2247 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2248 the value of __DJGPP__.
2249 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2250 compatibility code.
2251 * lread.c:
2252 * gmalloc.c (memalign):
2253 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2254 * emacs.c (main):
2255 * dosfns.c (init_dosfns):
2256 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2257
2258 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2259
2260 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2261 string with `cursor' property comes from an `after-string'
2262 overlay. (Bug#5816)
2263
2264 2010-04-01 Glenn Morris <rgm@gnu.org>
2265
2266 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2267 Define as Makefile variables.
2268 (LIBX): Use above variables rather than directly using autoconf.
2269
2270 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 Clean up BSD_SYSTEM use.
2273 * xterm.c:
2274 * process.c:
2275 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2276 for including <sys/ioctl.h>.
2277 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2278 code is only used for MSDOS.
2279
2280 2010-03-31 Juri Linkov <juri@jurta.org>
2281
2282 * image.c: Add `Qextension_data'.
2283 (syms_of_image): Initialize and staticpro `Qextension_data'.
2284 (Fimage_metadata): Rename from `Fimage_extension_data'.
2285 (gif_load): Put GIF extension data to the property
2286 `Qextension_data'.
2287
2288 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2291 * nsterm.h: Fix prototype.
2292
2293 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2294
2295 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2296 trailing whitespace in right-to-left rows.
2297
2298 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 Get rid of the direct_output optimizations.
2301 * keyboard.c (nonundocount): Remove extern declaration.
2302 (command_loop_1): Remove brittle optimisation for cheap and
2303 common operations.
2304 * xdisp.c (redisplay_internal): Don't bother checking
2305 redisplay_performed_directly_p any more.
2306 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2307 any more.
2308 * dispnew.c (redisplay_performed_directly_p)
2309 (direct_output_for_insert, direct_output_forward_char):
2310 * dispextern.h (redisplay_performed_directly_p)
2311 (direct_output_for_insert, direct_output_forward_char): Remove.
2312 * cmds.c (nonundocount): Make it static.
2313
2314 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
2315
2316 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2317
2318 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
2319
2320 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2321 invisible (Bug#5766).
2322
2323 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
2324
2325 * xdisp.c (x_consider_frame_title, update_window_cursor):
2326 Remove HAVE_NS conditionals.
2327 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2328
2329 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2330 filename for the title.
2331 (ns_set_doc_edited): Do nothing if the selected window is a
2332 minibuffer window.
2333
2334 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2335 ns_set_doc_edited.
2336
2337 * nsterm.m: Remove unneeded prototype.
2338
2339 2010-03-31 Glenn Morris <rgm@gnu.org>
2340
2341 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2342 in the DOC file. (Bug#5336)
2343
2344 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2347
2348 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * window.c (keys_of_window): Remove redundant/overridden bindings.
2351
2352 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2353
2354 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2355 Restore original behavior when the iterator is not bidi_p.
2356
2357 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2358
2359 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2360
2361 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2362
2363 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2364 are outside the range of cached character positions.
2365
2366 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2369
2370 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2371
2372 Initial support for bidirectional editing.
2373
2374 * Makefile.in (obj): Include bidi.o.
2375 (bidi.o): New target.
2376
2377 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2378 ($(BLD)/bidi.$(O)): New target.
2379
2380 * bidi.c: New file.
2381
2382 * buffer.h (struct buffer): New members bidi_display_reordering
2383 and bidi_paragraph_direction.
2384
2385 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2386 and bidi_paragraph_direction.
2387 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2388 and bidi-paragraph-direction.
2389 (Fbuffer_swap_text): Swap the values of
2390 bidi_display_reordering and bidi_paragraph_direction.
2391
2392 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2393 (bidi_type_t, bidi_dir_t): New types.
2394 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2395 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2396 prev_stop, base_level_stop, and eol_pos.
2397 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2398 (IT_STACK_SIZE): Enlarge to 5.
2399 (struct glyph_row): New member reversed_p.
2400 <string_buffer_position>: Update prototype.
2401 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2402 glyph_row if bidi_it.paragraph_dir == R2L.
2403 (struct glyph): New members resolved_level and bidi_type.
2404
2405 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2406 processing or buffer's direction is right-to-left.
2407 (prepare_desired_row): Preserve the reversed_p flag.
2408 (row_equal_p): Compare the reversed_p attributes as well.
2409
2410 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2411 bidi_init_it and set it->paragraph_embedding from the current
2412 buffer's value of bidi_paragraph_direction.
2413 (reseat_1): Initialize bidi_it.first_elt.
2414 (set_iterator_to_next, next_element_from_buffer): Use the value of
2415 paragraph_embedding to determine the paragraph direction.
2416 (set_iterator_to_next): Under bidi reordering, call
2417 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2418 new_paragraph flag is set in the bidi iterator.
2419 (next_element_from_buffer): If bidi_it.first_elt is set,
2420 initialize paragraph direction and find the first character to
2421 display in the visual order. If reseated to a middle of a line,
2422 prime the bidi iterator starting at the line's beginning. Handle
2423 the situation where we overstepped stop_charpos due to
2424 non-linearity of the bidi iteration. Likewise for when we back up
2425 beyond the previous stop_charpos. When moving across stop_charpos,
2426 record it in prev_stop.
2427 (display_line): Set row->end and it->start for the next row to the
2428 next character in logical order. Always extend reversed_p rows to
2429 the end of line, even if they end at ZV. Copy the reversed_p flag
2430 to the next glyph row. Keep calling set_cursor_from_row for
2431 bidi-reordered rows even if we already have a possible candidate
2432 for cursor position. Set row_end after all the row's glyphs have
2433 been produced, by looping over the glyphs. Record the position
2434 after EOL in it->eol_pos, and use it to set end_pos of the last
2435 row produced for a continued line.
2436 <Qright_to_left, Qleft_to_right>: New variables.
2437 (syms_of_xdisp): Initialize and staticpro them.
2438 (string_buffer_position_lim): New function.
2439 (string_buffer_position): Most of code moved to
2440 string_buffer_position_lim. Last argument and return value are
2441 now EMACS_INT; all callers changed.
2442 (set_cursor_from_row): Rewritten to support bidirectional text and
2443 reversed glyph rows.
2444 (text_outside_line_unchanged_p, try_window_id): Disable
2445 optimizations if we are reordering bidirectional text and the
2446 paragraph direction can be affected by the change.
2447 (append_glyph, append_composite_glyph)
2448 (produce_image_glyph, append_stretch_glyph): Set the
2449 resolved_level and bidi_type members of each glyph.
2450 (append_glyph): If the glyph row is reversed, prepend the glyph
2451 rather than appending it.
2452 (handle_stop_backwards): New function.
2453 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2454 (reseat): call handle_stop_backwards to recompute prev_stop and
2455 base_level_stop for the new position.
2456 (handle_invisible_prop): Under bidi iteration, skip invisible text
2457 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2458 paragraph direction. Update IT->prev_stop after skipping
2459 invisible text.
2460 (move_it_in_display_line_to): New variables prev_method
2461 and prev_pos. Compare for strict equality in
2462 BUFFER_POS_REACHED_P.
2463 (try_cursor_movement): Examine all the candidate rows that occlude
2464 point, to return the best match. If rows are bidi-reordered
2465 and point moved backwards, back up to the row that is not a
2466 continuation line, and start looking for a suitable row from
2467 there.
2468
2469 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2470 rather than appending, if the glyph_row's reversed_p flag is set.
2471 Set the resolved_level and bidi_type members of each glyph.
2472
2473 * .gdbinit (pbiditype): New command.
2474 (pgx): Use it to display bidi level and type of the glyph.
2475 (pitx): Display some bidi information about the iterator.
2476 (prowlims, pmtxrows): New commands.
2477
2478 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2479
2480 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2481 * s/usg5-4.h (LIBS_DEBUG):
2482 * s/irix6-5.h (C_DEBUG_SWITCH):
2483 * s/gnu-linux.h (LIBS_DEBUG):
2484 * s/darwin.h (LIBS_DEBUG):
2485 * s/bsd-common.h (LIBS_DEBUG):
2486 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2487 * m/iris4d.h (LIBS_DEBUG):
2488 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2489
2490 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2491 (LIBS_DEBUG): Remove definition.
2492
2493 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2496 Windows.
2497
2498 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2499
2500 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2501 `connect' (Bug#5723).
2502
2503 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
2504
2505 * process.c (Fmake_network_process): Call `select' for interrupted
2506 `connect' rather than creating new socket (Bug#5173).
2507
2508 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
2509
2510 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2511
2512 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2513
2514 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2515
2516 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2517
2518 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2519 XLoadQueryFont.
2520
2521 2010-03-24 Kenichi Handa <handa@m17n.org>
2522
2523 * coding.c (decode_coding_ccl): Fix previous change for the
2524 multibyte case.
2525 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2526 case that the output buffer is fullfilled.
2527 (encode_coding): Setup ccl program here.
2528
2529 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2530
2531 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2532
2533 Simplify LIBS_MACHINE definitions.
2534 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2535 * m/iris4d.h (LIBS_MACHINE): Likewise.
2536 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2537 * s/aix4-2.h (LIBS_SYSTEM): ... here.
2538 * s/netbsd.h: Remove commented out code.
2539
2540 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 Remove dead code dealing with POSIX_SIGNALS.
2543 * atimer.c (set_alarm): Remove dead code, all USG systems define
2544 POSIX_SIGNALS.
2545 * data.c (arith_error): Likewise.
2546 * keyboard.c (input_available_signal, handle_user_signal)
2547 (interrupt_signal): Likewise.
2548 * process.c (sigchld_handler): Likewise.
2549 (create_process): Remove if 0 code. Remove HPUX conditional when
2550 !defined (POSIX_SIGNALS), it cannot be true.
2551 * syssignal.h: Remove USG5_4 and USG conditionals when
2552 !POSIX_SIGNALS, they cannot be true.
2553
2554 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2555 NO_SOCK_SIGIO, not used anymore.
2556
2557 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2558
2559 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2560 support vax on BSDs.
2561
2562 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2563 * s/aix4-2.h (ORDINARY_LINK): ... here.
2564
2565 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2566
2567 * Makefile.in (abs_builddir): Define.
2568 (bootstrap_exe): Use it.
2569 (VPATH): Use $(srcdir) instead of @srcdir@.
2570
2571 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * Makefile.in (bootstrap_exe): Use an absolute name.
2574
2575 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 Remove support for old GNU/Linux using libc version 5.
2578 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2579 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2580
2581 Consolidate redundant definitions in s/bsd-common.h.
2582 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2583 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2584 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2585 doing it in all files that include this one.
2586 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2587 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2588 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2589 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2590 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2591 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2592 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2593 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2594 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2595
2596 Consolidate redundant definitions.
2597 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2598 it's undefined in all files that include this one.
2599 (POSIX_SIGNALS): Define here instead of doing it in all files that
2600 include this one.
2601 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2602 (POSIX_SIGNALS): Do not define.
2603 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2604 (POSIX_SIGNALS): Do not define.
2605 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2606 (POSIX_SIGNALS): Do not define.
2607
2608 Remove support for old UNIX System V systems.
2609 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2610 * s/usg-5-4-2.h: Remove.
2611
2612 Remove support for Solaris on PPC and for old versions.
2613 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2614 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2615 that cancel each other.
2616 * s/sol2-3.h:
2617 * s/sol2-4.h:
2618 * s/sol2-5.h: Remove.
2619 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2620 (NO_REMAP): Remove, unused.
2621 (UNEXEC): Move definition ...
2622 * s/aix4-2.h (UNEXEC): ... here.
2623
2624 * s/openbsd.h: Remove support for non-ELF and for systems that do
2625 not support shared libraries.
2626 * s/netbsd.h:
2627 * s/freebsd.h: Likewise.
2628
2629 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2630
2631 Remove non-working support for lynxos 3.0.
2632 * s/lynxos.h: Remove file.
2633
2634 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2635 COFF_BSD_SYMBOLS, nothing defines it anymore.
2636
2637 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2638
2639 Remove obsolete uses of HAVE_SHM.
2640 * emacs.c (standard_args):
2641 (Fdump_emacs):
2642 (syms_of_emacs): Remove code depending on HAVE_SHM.
2643
2644 * alloc.c: Remove HAVE_SHM dependent definition.
2645
2646 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2647
2648 2010-03-18 Glenn Morris <rgm@gnu.org>
2649
2650 * emacs.c (USAGE4): Hard-code bug address.
2651 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2652 (bug_reporting_address): Remove.
2653 (main): Don't call bug_reporting_address.
2654
2655 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2656 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2657
2658 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * xfns.c (Fx_create_frame):
2661 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2662 on left.
2663
2664 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2665
2666 * editfns.c (Fformat): Account for string precision when computing
2667 field width (Bug#5710).
2668
2669 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * xfns.c (Fx_create_frame): Set default to Qright.
2672
2673 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2674 all window systems.
2675
2676 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2677
2678 These changes remove termcap.c from the build on Posix platforms.
2679 * Makefile.in (termcapobj): Move termcap.o from here...
2680 (MSDOS_OBJ): ...to here.
2681 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2682 now identical to when LIBS_TERMCAP is defined.
2683
2684 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2685
2686 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2687
2688 * config.in: Regenerated. (See top-level ChangeLog.)
2689
2690 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * Branch for 23.2.
2693
2694 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 Cleanup setup of gl_state in various parts of the code.
2697 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2698 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2699 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2700 (skip_chars):
2701 * regex.c (regex_compile): Use it.
2702 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2703 it's now set in regex_compile when/if we need it.
2704
2705 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2708 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2709 (QUIT): Use it to consolidate code and remove redundancy.
2710 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2711
2712 * regex.c (regex_compile): Setup gl_state as well.
2713
2714 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2715 (in_classes): Use CONSP before XCAR/XCDR.
2716
2717 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2720 definitions, so that keyboard macros are correctly handled
2721 (Bug#5481).
2722
2723 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2724
2725 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2726 text that could be relocated inside the call to emacs_mule_char.
2727 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2728 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2729
2730 2010-03-02 Kenichi Handa <handa@m17n.org>
2731
2732 * character.c (parse_str_as_multibyte): Fix handling of the
2733 multibyte form of raw-bytes.
2734 (str_as_multibyte): Likewise.
2735
2736 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2737 form of raw-bytes.
2738
2739 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * charset.c (load_charset_map_from_file)
2742 (load_charset_map_from_vector): Zero out allocated
2743 charset_map_entries before using them.
2744
2745 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2746
2747 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2748
2749 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2752 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2753
2754 2010-02-26 Kenichi Handa <handa@m17n.org>
2755
2756 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2757
2758 * xdisp.c (reseat_to_string): Fix previous change.
2759
2760 2010-02-26 David Reitter <david.reitter@gmail.com>
2761
2762 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2763 Lisp_Object (Bug#4736).
2764
2765 2010-02-25 Kenichi Handa <handa@m17n.org>
2766
2767 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2768
2769 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2770
2771 * xterm.c (XTflash): Move declarations before statements.
2772
2773 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2774 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2775 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2776 (xg_create_tool_bar): Remove unused variables.
2777 (x_wm_set_size_hint): Move declarations before statements.
2778 (xg_create_frame_widgets): Remove variable grav.
2779
2780 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2783
2784 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * term.c (fatal): Add a final \n if needed (bug#5596).
2787
2788 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2791
2792 2010-02-18 Glenn Morris <rgm@gnu.org>
2793
2794 * callint.c (Finteractive): Doc fix.
2795
2796 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2797
2798 * coding.c (record_conversion_result):
2799 Handle CODING_RESULT_INSUFFICIENT_DST.
2800 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2801 memory allocation error.
2802
2803 2010-02-17 Kenichi Handa <handa@m17n.org>
2804
2805 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2806 Fix for the case that the output buffer is fullfilled.
2807 (decode_coding): Setup ccl program here. Keep looping when the
2808 decoder stopped because the output buffer is
2809 fullfilled (bug#5534).
2810
2811 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2812
2813 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2814
2815 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
2816 bug #5571.
2817 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
2818 overdrawn.
2819
2820 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2821
2822 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2823 doing_interact here.
2824 (ice_connection_closed): New function.
2825 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2826 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2827 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2828 returns I/O error.
2829 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2830 bug #5512.
2831
2832 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
2833
2834 * nsfont.m (nsfont_open): The system's value for the font descent
2835 is negative, so round it down to avoid clipping.
2836
2837 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * charset.c (load_charset_map_from_file)
2840 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
2841 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
2842
2843 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * charset.c (load_charset_map_from_file): Allocate large
2846 charset_map_entries structure on the heap rather than the stack.
2847 (Bug#5526).
2848
2849 2010-01-31 Kenichi Handa <handa@m17n.org>
2850
2851 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
2852 size in NAME is invalid, return -1 (Bug#5396).
2853
2854 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2857 <deactivated@gmail.com> (Bug#3605).
2858
2859 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
2860
2861 * fileio.c (Frename_file): Correctly rename symlinks to
2862 directories (Bug#5496).
2863
2864 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2865
2866 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2867
2868 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2869
2870 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2871
2872 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * frame.c (DEFAULT_ROWS): Change default to 35.
2875
2876 * xfns.c (x_default_font_parameter): Change default XFT font to
2877 monospace-10 (Bug#3643).
2878
2879 2010-01-29 Eli Zaretskii <eliz@gnu.org>
2880
2881 * w32inevt.c (key_event): Remove unnecessary comparison of
2882 event->uChar.AsciiChar with 128.
2883
2884 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2885
2886 * fileio.c (Frename_file): Fix last change (Bug#5487).
2887
2888 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
2889
2890 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2891
2892 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2893
2894 * xfns.c (Fx_create_frame): Remove window size matching code from
2895 2010-01-15.
2896 (x_get_current_desktop, x_get_desktop_workarea): Remove.
2897
2898 2010-01-27 Jason Rumney <jasonr@gnu.org>
2899
2900 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
2901 (key_event): Use unicode for characters 128 and higher (Bug#4567).
2902
2903 2010-01-27 Kenichi Handa <handa@m17n.org>
2904
2905 * regex.c (analyse_first): Fix setting of fastmap for unibyte
2906 pattern string (Bug#4209).
2907
2908 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2909
2910 * fileio.c (Frename_file): Call copy-directory and
2911 delete-directory for directories, in order to handle cross-device
2912 renaming (Bug#3353).
2913
2914 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2915
2916 * xfns.c (Fx_create_frame): If frame height is too big, try
2917 sizes 24 and 10. Bug #3643.
2918
2919 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 Try and fix bug#788, hopefully for real this time.
2922 * keymap.c (shadow_lookup): Add `remap' arg.
2923 (describe_map, describe_vector): Update calls to shadow_lookup.
2924 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2925 `remapped' so this flag is applicable to `sequence'. Be careful to
2926 perform remapping during shadow_lookup check of remapped_sequences.
2927
2928 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
2929
2930 * image.c (png_load): Use png_sig_cmp instead of the obsolete
2931 png_check_sig, which has been removed in libpng 1.4.
2932
2933 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2934
2935 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2936 lacks this header file).
2937
2938 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2939
2940 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2941 as in Emacs 22.
2942
2943 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2944
2945 * lisp.h (make_pure_string): String pointer arg now points to const.
2946
2947 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2948 args now point to const.
2949
2950 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2951
2952 * lread.c (Fload): Don't treat files without .elc extension as
2953 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2954 them. (bug#5303)
2955
2956 2010-01-20 Kenichi Handa <handa@m17n.org>
2957
2958 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2959 treat the source as actual byte sequence.
2960
2961 2010-01-19 Alan Mackenzie <acm@muc.de>
2962
2963 Fix spurious before-change-functions invocation from (insert ?\n).
2964 * textprop.c (set_text_properties): Rename parameter
2965 `signal_after_change_p' to `coherent_change_p', and make the
2966 invocation of `modify_region' conditional on it.
2967
2968 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
2969
2970 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2971 for debug purpose.
2972 (syms_of_xsettings): Declare xft-settings.
2973
2974 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2977
2978 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * xterm.c (event_handler_gdk): Block input (Bug#5037).
2981
2982 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * emacs.c (standard_args): Adjust arg priorities to reflect how
2985 they are processed in startup.el.
2986
2987 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
2988
2989 * Makefile.in (lisp, shortlisp): Update.
2990
2991 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2994 code, link the new kboard into all_kboard before running Lisp code,
2995 and protect the new terminal with GCPRO (Bug#5365).
2996 (x_term_init): Remove unused var `atom'.
2997 (x_delete_display, x_delete_terminal): Remove unused var `i'.
2998
2999 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3000
3001 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3002 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3003 to find out usable size of the desktop. Don't make frames larger than
3004 this. Bug #3643.
3005
3006 2010-01-15 Kenichi Handa <handa@m17n.org>
3007
3008 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3009
3010 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * nsterm.m (Qnone): Define.
3013
3014 * nsfns.m (Qnone): Move definition to nsterm.m.
3015
3016 2010-01-14 Kenichi Handa <handa@m17n.org>
3017
3018 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3019 systems.
3020
3021 2010-01-14 Kenichi Handa <handa@m17n.org>
3022
3023 Make auto-composition work on all buffers even if they are
3024 fundamental mode.
3025
3026 * composite.c (Vauto_composition_mode): New variable.
3027 (composition_compute_stop_pos): Check Vauto_composition_mode
3028 instead of Vauto_composition_function.
3029 (composition_adjust_point, Ffind_composition_internal): Likewise.
3030 (syms_of_composite): Declare Lisp variable
3031 "auto-composition-mode" here.
3032
3033 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3036 during call to vendor-specific-keysyms (Bug#5365).
3037
3038 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3039
3040 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3041 Call SIGNAL_THREAD_CHECK (Bug#5333).
3042
3043 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3044 Call SIGNAL_THREAD_CHECK.
3045
3046 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 Try to fix bug#5314. This is probably not the final word, tho.
3049 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3050 recent-auto-save-p as a side-effect.
3051 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3052 * buffer.c (Fkill_buffer, reset_buffer):
3053 * editfns.c (Fsubst_char_in_region):
3054 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3055 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3056
3057 2010-01-13 Kenichi Handa <handa@m17n.org>
3058
3059 Display buffer name, etc. in mode line by composing correctly.
3060
3061 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3062 STRING is not nil.
3063 (display_mode_element): Adjust for the change of
3064 decode_mode_spec and display_line.
3065 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3066 (display_string): Handle the case that STRING is non-null and
3067 LISP_STRING is not nil.
3068
3069 * xterm.c (x_draw_composite_glyph_string_foreground):
3070 Pay attention to s->face->overstrike.
3071
3072 * composite.c (composition_reseat_it): Don't check PT if STRING is
3073 non nil.
3074
3075 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3076
3077 * keyboard.c (read_char): Don't apply previous change when current
3078 buffer is unchanged by command execution.
3079
3080 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3081
3082 * keyboard.c (read_char): Return after executing from special map.
3083
3084 2010-01-12 Glenn Morris <rgm@gnu.org>
3085
3086 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3087 bug-gnu-emacs rather than emacs-pretest-bug.
3088
3089 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3092 initializing the Lisp variables that depend on them.
3093
3094 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3095
3096 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3097 Clear areas that will not be updated after change of menu bar lines.
3098 Clear the menu bar window's current matrix when the window gets empty.
3099
3100 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * intervals.h, textprop.c (extend_property_ranges): Return value
3103 and args changed. Discard properties that begin at or after the
3104 new end (Bug#5306).
3105
3106 * editfns.c (Fformat): Caller changed.
3107
3108 * nsterm.m (ns_set_default_prefs): Delete function.
3109 (syms_of_nsterm): Initialize ns_command_modifier,
3110 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
3111 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
3112
3113 * xdisp.c (pos_visible_p): Check for invisible text at the correct
3114 position (Bug#4040).
3115
3116 2010-01-09 Eli Zaretskii <eliz@gnu.org>
3117
3118 * editfns.c (Ffloat_time): Doc fix.
3119
3120 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3121
3122 * xfns.c (Fx_create_frame): Don't create frame larger than display
3123 by default bug#3643.
3124
3125 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3126
3127 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
3128 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
3129 windows above internal border.
3130
3131 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
3132 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
3133 windows above internal border.
3134
3135 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
3136 tool bar windows specially.
3137
3138 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
3139
3140 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
3141 specially.
3142 (XTflash): Take account of menu bar height.
3143
3144 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
3145 specially.
3146
3147 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
3148
3149 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
3150 also be true before we can return early (bug #5339).
3151
3152 2010-01-06 David Reitter <david.reitter@gmail.com>
3153
3154 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3155 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3156 (Bug#3233).
3157
3158 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3159
3160 * font.c (font_open_entity): Enable chache and call cached_font_ok
3161 for the driver if defined.
3162 (QCuser_spec): New symbol.
3163 (font_spec_from_name): Save name as user-spec.
3164 (font_load_for_lface): Keep user-spec instead of name.
3165 (font_open_by_name): Save name as user-spec.
3166 (syms_of_font): Initialize QCuser_spec.
3167 (font_clear_prop): Clear name if it exists in font (bug#5157).
3168
3169 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3170 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3171 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3172
3173 * font.h (struct font_driver): Add cached_font_ok.
3174
3175 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3176
3177 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3178
3179 * xterm.c (x_new_font): Move code for setting rows/cols before
3180 resizing ...
3181 (x_set_window_size): ... to here. Bug #2568.
3182
3183 * gtkutil.c (xg_clear_under_internal_border): New function.
3184 (xg_frame_resized, xg_frame_set_char_size):
3185 Call xg_clear_under_internal_border.
3186 (xg_update_scrollbar_pos): Clear under old scroll bar position.
3187
3188 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * keyboard.c (read_key_sequence): Catch keyboard switch after
3191 making a new tty frame (Bug#5095).
3192
3193 2010-01-05 Kenichi Handa <handa@m17n.org>
3194
3195 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3196
3197 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3200 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3201 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3202
3203 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * dbusbind.c (xd_add_watch): Improve debug message.
3206 (xd_remove_watch): Improve debug message. If DATA is the session
3207 bus, unset D-Bus session environment.
3208 (Fdbus_init_bus): Pass the bus as argument to
3209 dbus_connection_set_watch_functions. (Bug#5283)
3210
3211 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3214
3215 * lread.c (syms_of_lread): Make it clearer that these are the
3216 names of loaded files (Bug#5068).
3217
3218 * eval.c (run_hook_with_args): Handle the case where the global
3219 value has the obsolete single-function form (Bug#5026).
3220
3221 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * minibuf.c (Fall_completions): Minor optimization.
3224
3225 2009-12-26 Eli Zaretskii <eliz@gnu.org>
3226
3227 * .gdbinit (pgx): Fix display of composite glyphs.
3228 Display cmp.from and cmp.to as well.
3229 (pitx): Fix last change.
3230
3231 2009-12-25 Kenichi Handa <handa@m17n.org>
3232
3233 * composite.h (composition_adjust_point): Update prototype.
3234
3235 * composite.c (composition_reseat_it): Don't make a composition
3236 spanning over point.
3237 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3238 composable characters.
3239 (composition_adjust_point): New arg NEW_PT. Callers changed.
3240
3241 * keyboard.c (command_loop_1): Force redisplay if the last point
3242 was within a composition.
3243 (adjust_point_for_property): Don't adjust point for automatic
3244 composition when called after buffer modification.
3245
3246 2009-12-19 Eli Zaretskii <eliz@gnu.org>
3247
3248 * .gdbinit (pitx): Don't use enum names, use their values.
3249 Remove reference to non-existing value GET_FROM_COMPOSITION.
3250 (pgx): Don't use enum names, use their values.
3251 (pitmethod): New helper command.
3252 (pitx): Use it to display iteration method.
3253 (pgrowit): New command.
3254
3255 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3256
3257 Update dependencies in Makefile.in.
3258
3259 * Makefile.in (alloc.o): Depend on termhooks.h.
3260 (atimer.o): Depend on blockinput.h.
3261 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3262 and frame.h.
3263 (callint.o): Depend on systime.h, coding.h, and composite.h.
3264 (callproc.o): Depend on buffer.h.
3265 (casefiddle.o): Don't depend on charset.h.
3266 (casetab.o): Depend on character.h.
3267 (ccl.o): Depend on composite.h.
3268 (chartab.o): Depend on ccl.h.
3269 (cm.o): Depend on dispextern.h.
3270 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3271 (coding.o): Don't depend on $(INTERVALS_H).
3272 (composite.o): Don't depend on dispextern.h explicitly (it's in
3273 $(INTERVALS_H)). Depend on ccl.h.
3274 (data.o): Depend on systime.h, coding.h, composite.h,
3275 dispextern.h, font.h, and ccl.h.
3276 (dired.o): Depend on composite.h.
3277 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3278 composite.h (it's in $(INTERVALS_H)).
3279 (doc.o): Depend on systime.h, coding.h, and composite.h.
3280 (editfns.o): Don't depend explicitly on dispextern.h.
3281 (emacs.o): Depend on frame.h and coding.h.
3282 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3283 (fileio.o): Depend on frame.h and commands.h. Don't depend
3284 explicitly on dispextern.h.
3285 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3286 composite.h.
3287 (fns.o): Don't depend on termhooks.h.
3288 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3289 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3290 coding.h, $(INTERVALS_H), window.h, xterm.h.
3291 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3292 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3293 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3294 fontset.h, ccl.h, and ftfont.h.
3295 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3296 (gtkutil.o): Depend on dispextern.h and composite.h.
3297 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3298 termhooks.h, and ccl.h.
3299 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3300 (intervals.o): Depend on systime.h and coding.h.
3301 (keyboard.o): Depend on composite.h and coding.h.
3302 (keymap.o): Depend on coding.h and frame.h.
3303 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3304 (macros.o): Depend on systime.h, coding.h, and composite.h.
3305 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3306 and atimer.h.
3307 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3308 dispextern.h explicitly.
3309 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3310 Don't depend explicitly on dispextern.h and composite.h.
3311 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3312 (regex.o): Don't depend on charset.h.
3313 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3314 (search.o): Don't depend explicitly on composite.h.
3315 (sound.o): Depend on atimer.h and systime.h.
3316 (syntax.o): Don't depend explicitly on composite.h.
3317 (sysdep.o): Depend on coding.h and composite.h.
3318 (term.o): Depend on xterm.h and buffer.h.
3319 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3320 (textprop.o): Don't depend on dispextern.h explicitly.
3321 (undo.o): Depend on dispextern.h.
3322 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3323 dispextern.h and composite.h explicitly.
3324 (xdisp.o): Depend on ccl.h.
3325 (xfaces.o): Depend on coding.h and ccl.h.
3326 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3327 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3328 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3329 ftfont.h.
3330 (xgselect.o): New dependency.
3331 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3332 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3333 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3334 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3335 (xsmfns.o): Depend on frame.h and dispextern.h.
3336 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3337 sysselect.h.
3338
3339 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3340
3341 * font.c (Fclear_font_cache): Pass correct cache argument to
3342 font_clear_cache.
3343
3344 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3345
3346 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3347 twice.
3348
3349 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3352 calling file-remote-p. Reported by Jim Meyering.
3353
3354 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3355
3356 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3357 avoid compiler warnings. (Bug #5217)
3358
3359 2009-12-14 Kenichi Handa <handa@m17n.org>
3360
3361 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3362 in 8-bit encoding.
3363
3364 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
3365
3366 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3367 tooltip windows.
3368
3369 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3370
3371 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3372 Xatom_net_window_type.
3373
3374 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3375 Xatom_net_window_type.
3376
3377 * xterm.c (my_log_handler): New function.
3378 (x_term_init): Set my_log_handler as log handler during gtk_init
3379 so we can filter out buggy messages. (Bug #5120).
3380
3381 * xterm.c (xg_scroll_callback): Parameter list changed,
3382 use parameter GtkScrollType to determine scroll/line/page.
3383 Only allow dragging if a button < 4 is grabbed (bug #5177).
3384 (xg_end_scroll_callback): New function.
3385 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3386 xg_create_scroll_bar.
3387
3388 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3389 (scroll_end_callback): Remove.
3390 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3391 button-release-event. Replace value-changed event with change-value,
3392 bug #5177,
3393 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3394 bug #5177.
3395
3396 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3397 (xg_create_scroll_bar): Add GCallback end_callback.
3398
3399 * xftfont.c (QClcdfilter): New variable.
3400 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3401 (syms_of_xftfont): Initialize QClcdfilter.
3402
3403 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3404
3405 * xsettings.c (struct xsettings): Add member seen.
3406 (parse_xft_settings): Update member seen with what we have read.
3407 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3408 (apply_xft_settings): Only update Xft settings with what member seen
3409 indicates as new.
3410
3411 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3412
3413 * dispextern.h (struct text_pos): Use EMACS_INT;
3414 (struct glyph): Use EMACS_INT for charpos.
3415 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3416 region_beg_charpos, region_end_charpos,
3417 redisplay_end_trigger_charpos, and also for
3418 iterator_stack_entry.end_charpos and
3419 iterator_stack_entry.stop_charpos.
3420
3421 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3422
3423 * gtkutil.c (scroll_end_callback): New function (bug #5177).
3424 (xg_create_scroll_bar): Call scroll_end_callback on button release
3425 event (bug #5177).
3426 (xg_event_is_for_scrollbar): != replaced with ==.
3427
3428 2009-12-12 Kenichi Handa <handa@m17n.org>
3429
3430 * ftfont.c (struct ftfont_info): New member matrix.
3431 (ftfont_open): Setup xftfont_info->matrix.
3432 (MFLTFontFT): New member matrix.
3433 (FLOOR, CEIL, ROUND): New macros.
3434 (ftfont_get_metrics): Handle matrix transformation.
3435 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3436
3437 * xftfont.c (struct xftfont_info): New member matrix.
3438 (xftfont_open): Setup xftfont_info->matrix.
3439
3440 2009-12-10 Kenichi Handa <handa@m17n.org>
3441
3442 * xdisp.c (append_space_for_newline): Consider face-remapping.
3443
3444 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3445
3446 * xsettings.c: Include "keyboard.h".
3447
3448 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3449
3450 Fix implicit function declarations.
3451 * cmds.c: Include "frame.h".
3452 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3453 * frame.h: Move declaration of delete_frame outside of
3454 HAVE_WINDOW_SYSTEM.
3455
3456 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3457
3458 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3459
3460 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3461 GTK builds.
3462
3463 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3464
3465 * unexelf.c (unexec): Don't search for .data twice.
3466
3467 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3470 if push failed.
3471 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3472 of push_display_prop (Bug#5000).
3473
3474 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3475 value of font_list_entities (Bug#5085).
3476
3477 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
3478
3479 Fix `string-to-number' to deal consistently with integers and floats.
3480 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3481 trailing characters, not just whitespace.
3482 (read1): Pass new arg 0 to keep old behavior.
3483 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3484 trailing chars, as it is already done for integers. Doc fixes.
3485 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3486
3487 2009-12-04 Eli Zaretskii <eliz@gnu.org>
3488
3489 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3490 Delete unused enumeration value.
3491
3492 2009-12-03 Eli Zaretskii <eliz@gnu.org>
3493
3494 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3495
3496 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3497
3498 * process.c (Fmake_network_process): Fix up the tests for
3499 "connectionless socket", so they DTRT for seqpacket sockets as well.
3500
3501 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * process.c (Qseqpacket): New symbol.
3504 (HAVE_SEQPACKET): New macro.
3505 (Fmake_network_process): Accept new :type `seqpacket'.
3506 (init_process): Add `seqpacket' feature when applicable.
3507 (syms_of_process): Initialize Qseqpacket.
3508
3509 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3510
3511 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3512 if entity is Qnil.
3513
3514 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * print.c (print_preprocess): Preprocess the key_and_value table of
3517 hashtables, even tho they're "hidden" (bug#5082).
3518
3519 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3520
3521 * frame.c (frame_make_pointer_invisible)
3522 (frame_make_pointer_visible): Declare f before statements.
3523
3524 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3525
3526 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3527 omitted dependencies on lisp.h.
3528
3529 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3530
3531 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3532 is NULL.
3533
3534 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3535
3536 * frame.c (frame_make_pointer_invisible)
3537 (frame_make_pointer_visible): Just return if there isn't any selected
3538 frame.
3539
3540 * search.c (simple_search): Remove warning by making *p const.
3541
3542 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3543
3544 * xdisp.c (power_letter): Remove duplicate const.
3545
3546 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3547
3548 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3549
3550 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
3551 defaults (bug #5025).
3552
3553 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * insdel.c (adjust_markers_for_delete): Move it in the
3556 right direction! (bug#4803)
3557
3558 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3559
3560 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3561
3562 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3563
3564 2009-11-24 Glenn Morris <rgm@gnu.org>
3565
3566 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3567
3568 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3569
3570 * Makefile.in: Must create deps for ecrt0.o in its rule.
3571
3572 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3573 because that is what Gtk+ font dialog understands.
3574
3575 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3576 of Fcopy_sequence.
3577 (font_open_by_name): Put name given into QCname for font-object returned.
3578
3579 * frame.c (x_set_font): Save original font name as frame parameter
3580 font-parameter.
3581
3582 * xsettings.c (set_default_xft_settings): New function.
3583 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3584 is found.
3585
3586 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3587
3588 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3589 searching backwards through multibyte buffer.
3590
3591 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3592
3593 * xterm.c: #include xgselect.h.
3594 (x_initialize): Call xgselect_initialize.
3595
3596 * xsettings.c (something_changedCB): C++ comments => C comments.
3597 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3598 does that now.
3599
3600 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3601 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3602 (scroll_bar_button_cb): Remove.
3603 (create_menus): C++ comments => C comments. Don't bind grab-notify
3604 event.
3605 (xg_create_scroll_bar): Don't bind button-press-event and
3606 button-release-event.
3607
3608 * process.c: Include xgselect.h if defined (USE_GTK) ||
3609 defined (HAVE_GCONF).
3610 (wait_reading_process_output): Call xg_select for the same condition.
3611
3612 * xgselect.c (xg_select): New function to better integrate with
3613 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3614
3615 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3616
3617 * Makefile.in (XOBJ): Add xgselect.o.
3618
3619 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3620
3621 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3622 Remove ignored second argument. All callers changed.
3623 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3624 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3625 * xdisp.c (string_char_and_length): Likewise.
3626
3627 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3628
3629 * xterm.c (x_new_font):
3630 * print.c (print_object):
3631 * cmds.c (Fself_insert_command): Move declarations before statements.
3632
3633 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3634
3635 * s/cygwin.h: Remove unneeded linker flags.
3636
3637 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3638
3639 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3640
3641 * xsettings.h: Declare xsettings_get_system_font.
3642
3643 * xsettings.c (xsettings_get_system_font): New function.
3644 (init_gconf): No use initiating gconf unless we have Xft also.
3645 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3646 HAVE_GCONF.
3647
3648 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3649 add a blank entry so it doesn't collapse into nothing.
3650
3651 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * lread.c (Funintern): Comment out last change.
3654
3655 2009-11-19 Richard Stallman <rms@gnu.org>
3656
3657 * lread.c (Funintern): Error if symbol is t or nil.
3658
3659 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3662 representation of Lisp integers.
3663 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3664
3665 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3666
3667 * lisp.h: Remove declaration of Ffont_get_system_font.
3668 * xfns.c: Move include of "xsettings.h".
3669 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3670
3671 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3672
3673 * xsettings.c (something_changedCB, Ffont_get_system_font):
3674 Check use_system_font.
3675 (syms_of_xsettings): DEFVAR font-use-system-font.
3676
3677 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3678
3679 * xfns.c (x_default_font_parameter): Remove dead assignment.
3680
3681 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3682
3683 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3684
3685 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3686 not have FC_LCD_*. #define them if not there.
3687
3688 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3689
3690 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3691
3692 * xterm.c (handle_one_xevent): Call xft_settings_event for
3693 ClientMessage, PropertyNotify and DestroyNotify.
3694 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3695 Call xsettings_initialize.
3696
3697 * xftfont.c (xftfont_fix_match): New function.
3698 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3699 Call xftfont_fix_match after XftFontMatch.
3700
3701 * xfont.c (xfont_driver): Initialize all members.
3702
3703 * xfns.c (x_default_font_parameter):
3704 Try font from Ffont_get_system_font.
3705 Do not get font from x_default_parameter if we got one from
3706 Ffont_get_system_font.
3707 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3708
3709 * w32font.c (w32font_driver): Initialize all members.
3710
3711 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3712
3713 * lisp.h: Declare syms_of_xsettings.
3714
3715 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3716 Handle CONFIG_CHANGED_EVENT.
3717
3718 * ftfont.c (ftfont_filter_properties): New function.
3719
3720 * frame.c (x_set_font): Remove unused variable lval.
3721
3722 * font.h (struct font_driver): Add filter_properties.
3723
3724 * font.c (font_put_extra): Don't return if val is nil, it means
3725 boolean option is off.
3726 (font_parse_fcname): Collect all extra properties in extra_props
3727 and call filter_properties for all drivers with extra_props and
3728 font as parameter.
3729 (font_open_entity): Do not use cache, it does not pick up new
3730 fontconfig settings like hinting.
3731 (font_load_for_lface): If spec had a name in it, store it in entity.
3732
3733 * emacs.c (main): Call syms_of_xsettings.
3734
3735 * config.in: HAVE_GCONF is new.
3736
3737 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3738 xsettings.o is new.
3739
3740 2009-11-17 Kenichi Handa <handa@m17n.org>
3741
3742 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3743 back to the default font in case that no suitable font is found.
3744
3745 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3748 Suggested by Chad Brown <yandros@mit.edu>.
3749 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3750
3751 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3752
3753 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3754
3755 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3756
3757 * Makefile.in: Ignore errors from mkdir when creating deps directory.
3758
3759 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3760
3761 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3762 has a parent.
3763
3764 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3765 dependency files in deps/. Include those files into Makefile.
3766
3767 * config.in: Generated (AUTO_DEPEND).
3768
3769 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * dbusbind.c (Vdbus_registered_objects_table): Rename from
3772 Vdbus_registered_functions_table, because it contains also
3773 properties. Fix docstring.
3774 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3775
3776 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * alloc.c (mark_object): Don't reprocess marked strings.
3779 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3780 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3781
3782 2009-11-13 Kenichi Handa <handa@m17n.org>
3783
3784 * category.c (word_boundary_p): Adjust for the change of the
3785 semantics of Vword_combining_categories.
3786 (Vword_combining_categories): Describe the slight change of the
3787 semantics.
3788
3789 2009-11-13 Eli Zaretskii <eliz@gnu.org>
3790
3791 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3792
3793 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3794
3795 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3798
3799 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
3800
3801 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3802
3803 2009-11-11 David Reitter <david.reitter@gmail.com>
3804
3805 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3806 variables to fix 2009-11-09 change.
3807
3808 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 * process.c (ifflag_def): Make flag_sym constant.
3811 (Fnetwork_interface_info): Use a constant pointer.
3812 (ifflag_table):
3813 * xfns.c (cursor_bits):
3814 * xdisp.c (power_letter):
3815 * termcap.c (speeds, esctab):
3816 * sysdep.c (baud_convert):
3817 * keyboard.c (lispy_accent_codes, modifier_names):
3818 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3819 (jpeg_format, tiff_format, gif_format, svg_format)
3820 (interlace_start, interlace_increment, gs_format):
3821 * gtkutil.c (separator_names):
3822 * fringe.c (swap_nibble):
3823 * fns.c (base64_value_to_char, base64_char_to_value):
3824 * fileio.c (make_temp_name_tbl):
3825 * coding.c (suffixes): Make constant.
3826
3827 * frame.c (make_initial_frame):
3828 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3829 build_string.
3830 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3831
3832 * s/freebsd.h:
3833 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3834
3835 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3836 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3837
3838 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3839 * xterm.c (syms_of_xterm):
3840 * xfaces.c (syms_of_xfaces):
3841 * xdisp.c (syms_of_xdisp):
3842 * lread.c (syms_of_lread):
3843 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3844 build_string.
3845
3846 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3847
3848 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * fns.c (Fplist_get): Merge the active and the commented out code.
3851
3852 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3853
3854 * keyboard.h: Declare timer_check.
3855
3856 * keyboard.c (timer_check_2): New function that does what the old
3857 timer_check did.
3858 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3859 returned, i.e. don't return -1 with timers pending.
3860
3861 * process.c: Remove extern declaration of timer_check.
3862
3863 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3864 even if timer_check returned -1.
3865
3866 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3867 xg_dialog_data.
3868 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3869 the event loop.
3870 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3871 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3872 Destroy the dialog after xg_dialog_run.
3873
3874 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3877
3878 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3879
3880 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3881
3882 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3885
3886 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3889 w32menu.c, and nsmenu.m.
3890 Simplify the obsolete case where position is nil.
3891 (cleanup_popup_menu): New function, moved from nsmenu.m.
3892 (struct skp): Remove slot `notreal'.
3893 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3894 adjust callers.
3895 (single_menu_item): Adjust call to parse_menu_item.
3896 (syms_of_menu): Defsubr x-popup-menu.
3897 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3898 (keymap_panes): Don't export any more.
3899 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3900 (xmenu_show): Declare.
3901 * keyboard.c (parse_menu_item): Remove arg `notreal'.
3902 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3903 * keyboard.h (parse_menu_item): Update declaration.
3904 * xmenu.c (Fx_popup_menu): Remove.
3905 (syms_of_xmenu): Don't defsubr x-popup-menu.
3906 * w32menu.c (Fx_popup_menu): Remove.
3907 (syms_of_w32menu): Don't defsubr x-popup-menu.
3908 * nsmenu.m (cleanup_popup_menu): Remove.
3909 (ns_menu_show): Rename from ns_popup_menu and remove all the code
3910 moved to menu.c's Fx_popup_menu.
3911 (Fx_popup_menu): Remove.
3912 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3913 menu_items (it's done in menu.c already).
3914
3915 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3918 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
3919
3920 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
3923 xmenu_show. Hide any tooltip before opening a menu.
3924 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
3925 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
3926
3927 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 Let integers use up 2 tags to give them one extra bit and thus double
3930 their range.
3931 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3932 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3933 New macros.
3934 (enum Lisp_Type): Use them. Give explicit values.
3935 (Lisp_Type_Limit): Remove.
3936 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3937 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3938 Pay attention to USE_2_TAGS_FOR_INTS.
3939 (INTEGERP): Use LISP_INT_TAG_P.
3940 * fns.c (internal_equal): Simplify the default case.
3941 (sxhash): Use case_Lisp_Int.
3942 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3943 any more.
3944 (Ftype_of): Use case_Lisp_Int.
3945 (store_symval_forwarding): Take into account the fact that Ints can
3946 now have more than one tag.
3947 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3948 buffer_slot_type_mismatch):
3949 * xfaces.c (face_attr_equal_p):
3950 * print.c (print_object):
3951 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3952 Use case_Lisp_Int.
3953
3954 2009-11-06 Eli Zaretskii <eliz@gnu.org>
3955
3956 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3957
3958 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3959 warning.
3960
3961 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
3962
3963 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3964
3965 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3966
3967 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3968 ButtonPressRelease and MotionNotify (bug#4870).
3969
3970 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
3971
3972 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3973
3974 * xterm.c (syms_of_xterm):
3975 * xselect.c (syms_of_xselect):
3976 * xmenu.c (syms_of_xmenu):
3977 * xfns.c (syms_of_xfns):
3978 * xfaces.c (syms_of_xfaces):
3979 * xdisp.c (syms_of_xdisp):
3980 * window.c (syms_of_window):
3981 * w32fns.c (syms_of_w32fns):
3982 * undo.c (syms_of_undo):
3983 * textprop.c (syms_of_textprop):
3984 * terminal.c (syms_of_terminal):
3985 * syntax.c (syms_of_syntax):
3986 * sound.c (syms_of_sound):
3987 * search.c (syms_of_search):
3988 * print.c (syms_of_print):
3989 * minibuf.c (syms_of_minibuf):
3990 * macros.c (syms_of_macros):
3991 * keymap.c (syms_of_keymap, initial_define_key)
3992 (initial_define_lispy_key):
3993 * keyboard.c (syms_of_keyboard):
3994 * insdel.c (syms_of_insdel):
3995 * image.c (syms_of_image):
3996 * fringe.c (syms_of_fringe):
3997 * frame.c (syms_of_frame):
3998 * fontset.c (syms_of_fontset):
3999 * fns.c (syms_of_fns):
4000 * fns.c (syms_of_fns):
4001 * fileio.c (syms_of_fileio):
4002 * fileio.c (syms_of_fileio):
4003 * eval.c (syms_of_eval):
4004 * doc.c (syms_of_doc):
4005 * dispnew.c (syms_of_display):
4006 * dired.c (syms_of_dired):
4007 * dbusbind.c (syms_of_dbusbind):
4008 * data.c (syms_of_data):
4009 * composite.c (syms_of_composite):
4010 * coding.c (syms_of_coding):
4011 * cmds.c (syms_of_cmds):
4012 * charset.c (define_charset_internal, syms_of_character):
4013 * ccl.c (syms_of_ccl):
4014 * category.c (syms_of_category, init_category_once):
4015 * casetab.c (syms_of_casetab):
4016 * casefiddle.c (syms_of_casefiddle):
4017 * callint.c (syms_of_callint):
4018 * bytecode.c (syms_of_bytecode):
4019 * buffer.c (keys_of_buffer, syms_of_buffer):
4020 * alloc.c (syms_of_alloc):
4021 * process.c (syms_of_process, init_process):
4022 * lread.c (syms_of_lread, init_obarray):
4023 * font.c (build_style_table):
4024 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4025 intern_c_string, calls to make_pure_string with
4026 make_pure_c_string. Use pure_cons instead of Fcons.
4027
4028 * process.c (socket_options): Make it const.
4029 (set_socket_option, init_process): Use a const pointer.
4030
4031 * lread.c (intern_c_string): New function.
4032 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4033 (defvar_int): Uset it. Make the name const char*.
4034
4035 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4036 (defvar_int): Update prototypes.
4037 (DEFUN, EXFUN): Support for prototypes is now required.
4038 (intern_c_string): New prototype.
4039 (struct Lisp_Subr): Make symbol_name constant.
4040
4041 * font.c (struct table_entry): Remove unused member. Make NAMES
4042 constant.
4043 (weight_table, slant_table, width_table): Make constant.
4044
4045 * emacs.c (struct standard_args): Make name and longname constant.
4046
4047 * character.h (DEFSYM): Use intern_c_string.
4048
4049 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * alloc.c (make_pure_c_string): New function.
4052
4053 * eval.c (Fautoload): Purecopy all arguments.
4054
4055 2009-11-05 Kenichi Handa <handa@m17n.org>
4056
4057 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4058 the buffer in case of replace.
4059
4060 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4061
4062 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4063
4064 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4067 when applicable (bug#4851).
4068
4069 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4070 (P_): Support for prototypes is now required.
4071
4072 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4073
4074 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4075 (Bug#4827).
4076
4077 2009-10-30 Eli Zaretskii <eliz@gnu.org>
4078
4079 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
4080
4081 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4082
4083 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4084
4085 * lread.c (Fload): Purecopy the file name when building
4086 Vpreloaded_file_list.
4087
4088 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4089
4090 * w32fns.c (syms_of_w32fns): Change default value of
4091 w32-scroll-lock-modifier to nil. (Bug#2827)
4092
4093 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4094
4095 * minibuf.c (Fall_completions): Fix typos in docstring.
4096
4097 2009-10-26 Andreas Schwab <schwab@redhat.com>
4098
4099 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4100
4101 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4104 For delta < 0, skip check that only makes sense when the mini-window
4105 is going to be enlarged. (Bug#4534)
4106
4107 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
4108
4109 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4110 string in menu maps (Bug#4471).
4111
4112 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
4115 FRAME_NS_VIEW on terminal frames (Bug#4765).
4116
4117 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
4118
4119 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
4120 DBUS_TYPE_UINTnn separately to get proper sign extension.
4121
4122 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
4123 can properly handle unsigned types.
4124 (make_uid, make_gid): Remove.
4125
4126 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
4127 types again.
4128
4129 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
4130 (system_process_attributes): Likewise.
4131
4132 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4133
4134 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
4135
4136 * eval.c (Fautoload): Purecopy the filename. Simplify.
4137
4138 * category.c (Fdefine_category): Purecopy docstring.
4139
4140 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
4141
4142 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4143
4144 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4145
4146 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4149 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
4150 (Bug#4775).
4151
4152 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4155 (init_fileio_once):
4156 * lisp.h (init_fileio_once): Remove.
4157 * emacs.c (main): Don't call init_fileio_once.
4158
4159 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4160
4161 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4162
4163 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4164
4165 * doprnt.c (doprnt): Fix overflow check.
4166
4167 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4168
4169 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4170
4171 * xterm.h (x_wait_for_event): Declare it.
4172
4173 * xterm.c (pending_event_wait): New variable.
4174 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4175 see pending_event_wait.eventtype.
4176 (handle_one_xevent): Don't change gravity when parent changes.
4177 (x_new_font): Call change_frame_size with new rows/columns before we
4178 try to resize the frame.
4179 (x_wait_for_event): New function.
4180 (x_set_window_size_1): Don't change gravity unless change_gravity
4181 is set.
4182 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4183 don't change frame size, instead wait for the ConfigureNotify.
4184 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4185 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4186 (x_initialize): Initialize pending_event_wait.
4187
4188 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4189 size.
4190
4191 * widget.c (EmacsFrameSetValues): Add comment.
4192 (EmacsFrameSetCharSize): Just call x_set_window_size.
4193
4194 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4195 x_wait_for_event.
4196 (flush_and_sync): Remove again.
4197 (xg_get_font_name): Suggest monospace if no previous font is known.
4198
4199 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
4202 8th bit, since that only made sense in the ASCII world (bug#4751).
4203
4204 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4205
4206 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4207 processing pending events when event is filtered for input method.
4208 (Bug#3681)
4209
4210 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * fns.c: Add #endif accidentally removed in previous change.
4213
4214 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 * fns.c: Remove code for unsupported system: MAC_OS.
4217 * image.c: Likewise. Include setjmp.h.
4218
4219 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4220
4221 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4222 pixel -1 (bug #4742).
4223
4224 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4225
4226 * process.c (create_pty): Remove conditionals for no longer
4227 supported systems: UNIPLUS and RTU.
4228
4229 * xterm.c:
4230 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4231
4232 * alloc.c: Do not define struct catchtag.
4233 * eval.c: Move struct catchtag definition ...
4234 * lisp.h: ... here.
4235
4236 * image.c: Move png.h #include earlier to avoid warnings.
4237
4238 * xterm.c:
4239 * xsmfns.c:
4240 * xselect.c:
4241 * xrdb.c:
4242 * xmenu.c:
4243 * xftfont.c:
4244 * xfont.c:
4245 * xfns.c:
4246 * xfaces.c:
4247 * xdisp.c:
4248 * window.c:
4249 * widget.c:
4250 * w32xfns.c:
4251 * w32uniscribe.c:
4252 * w32term.c:
4253 * w32select.c:
4254 * w32reg.c:
4255 * w32proc.c:
4256 * w32menu.c:
4257 * w32inevt.c:
4258 * w32heap.c:
4259 * w32font.c:
4260 * w32fns.c:
4261 * w32console.c:
4262 * w32.c:
4263 * w16select.c:
4264 * vm-limit.c:
4265 * unexsol.c:
4266 * unexec.c:
4267 * unexcw.c:
4268 * unexaix.c:
4269 * undo.c:
4270 * tparam.c:
4271 * textprop.c:
4272 * terminfo.c:
4273 * terminal.c:
4274 * termcap.c:
4275 * term.c:
4276 * syntax.c:
4277 * sound.c:
4278 * sheap.c:
4279 * search.c:
4280 * scroll.c:
4281 * region-cache.c:
4282 * regex.c:
4283 * ralloc.c:
4284 * process.c:
4285 * print.c:
4286 * nsterm.m:
4287 * nsselect.m:
4288 * nsmenu.m:
4289 * nsimage.m:
4290 * nsfont.m:
4291 * nsfns.m:
4292 * msdos.c:
4293 * minibuf.c:
4294 * menu.c:
4295 * marker.c:
4296 * macros.c:
4297 * keymap.c:
4298 * keyboard.c:
4299 * intervals.c:
4300 * insdel.c:
4301 * indent.c:
4302 * gtkutil.c:
4303 * ftxfont.c:
4304 * ftfont.c:
4305 * fringe.c:
4306 * frame.c:
4307 * fontset.c:
4308 * font.c:
4309 * fns.c:
4310 * floatfns.c:
4311 * filelock.c:
4312 * fileio.c:
4313 * emacs.c:
4314 * editfns.c:
4315 * dosfns.c:
4316 * doprnt.c:
4317 * doc.c:
4318 * dispnew.c:
4319 * dired.c:
4320 * dbusbind.c:
4321 * data.c:
4322 * composite.c:
4323 * coding.c:
4324 * cmds.c:
4325 * cm.c:
4326 * chartab.c:
4327 * charset.c:
4328 * character.c:
4329 * ccl.c:
4330 * category.c:
4331 * casetab.c:
4332 * casefiddle.c:
4333 * callproc.c:
4334 * callint.c:
4335 * bytecode.c:
4336 * buffer.c:
4337 * atimer.c: Include setjmp.h. (Bug#4643)
4338
4339 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 Remove leftover table unibyte_to_multibyte_table.
4342 * character.c (unibyte_to_multibyte_table): Remove.
4343 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4344 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4345 * character.h (UNIBYTE_TO_CHAR): New macro.
4346 (MAKE_CHAR_MULTIBYTE): Use it.
4347 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4348 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4349 (message_dolog, set_message_1):
4350 * search.c (Freplace_match):
4351 * editfns.c (Fcompare_buffer_substrings):
4352 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4353 (concat):
4354 * insdel.c (copy_text, count_size_as_multibyte):
4355 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4356 * term.c (produce_glyphs):
4357 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4358 * regex.c (RE_CHAR_TO_MULTIBYTE):
4359 * cmds.c (internal_self_insert):
4360 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4361
4362 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4363
4364 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4365
4366 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4367
4368 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4369
4370 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4371
4372 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4373
4374 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4375 still needed under Tiger.
4376
4377 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4378
4379 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4380 __Apple__.
4381
4382 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4383
4384 2009-10-15 Kenichi Handa <handa@m17n.org>
4385
4386 * print.c (print_object): Escape a symbol like "2E10" too.
4387
4388 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4389
4390 Cleanups and changes for 64-bit compile under Snow Leopard.
4391 Based on suggestions by Erik Charlebois.
4392
4393 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4394
4395 * nsfont.m (ns_char_width): Replace deprecated call.
4396 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4397 cast argument.
4398 (nsfont_open): Use ns_char_width() everywhere.
4399 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4400
4401 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4402
4403 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4404 where appropriate.
4405
4406 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4407 where appropriate.
4408 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4409 Use stringWithUTF8String.
4410 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4411
4412 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4413 Add formal protocol mention to inheritance.
4414 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4415
4416 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4417 Fix printf format.
4418 (ns_query_color): Use CGFloat where appropriate.
4419 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4420 (EmacsScroller-mouseDown:): Use long format in printf, and cast
4421 argument.
4422
4423 * config.in (NS_HAVE_NSINTEGER): Drop.
4424
4425 * dbusbind.c (dbus-method-return-internal)
4426 (dbus-method-error-internal): Use long format in printf, and cast
4427 argument.
4428
4429 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4430 in printf, and cast argument.
4431
4432 * process.c (list_processes_1): Use long format in printf, and
4433 cast argument.
4434
4435 2009-10-11 Glenn Morris <rgm@gnu.org>
4436
4437 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4438
4439 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4440
4441 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4442 menu bar with a small width so it doesn't enlarge the frame.
4443
4444 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4447
4448 2009-10-06 Glenn Morris <rgm@gnu.org>
4449
4450 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4451 SOME_MACHINE_LISP (this enters indirectly via DOC).
4452
4453 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4454
4455 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4456
4457 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4458
4459 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4460 Doc fix.
4461
4462 2009-10-03 Martin Rudalics <rudalics@gmx.at>
4463
4464 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4465
4466 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4467
4468 * lisp.h (Qdelete_directory_internal): Remove, because it is not
4469 used anymore outside fileio.c.
4470
4471 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4472
4473 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * lisp.h (Qdelete_directory_internal):
4476 Declare, instead of Qdelete_directory.
4477
4478 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4479
4480 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4483
4484 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4485
4486 * fileio.c (Fdelete_directory_internal): Rename from
4487 Fdelete_directory. It is not a command anymore. It has no file
4488 name handler.
4489
4490 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * xdisp.c (get_next_display_element): Use an enum in last change.
4493
4494 2009-09-28 Kenichi Handa <handa@m17n.org>
4495
4496 * xdisp.c (get_next_display_element): Pay attention to
4497 unibyte_display_via_language_environment in handling
4498 Vnobreak_char_display.
4499
4500 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4501
4502 * nsterm.h (ns_app_name): New extern variable.
4503
4504 * nsterm.m (ns_app_name): New variable.
4505 (ns_term_init): Set and use it.
4506 (ns_term_shutdown): Use it.
4507
4508 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4509 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4510
4511 * nsfns.m (ns_set_name_iconic, ns_set_name)
4512 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4513 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4514
4515 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4516 Remove double-casting in client_data comparison.
4517
4518 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4519
4520 * keyboard.c (make_lispy_event): Remember last wheel direction.
4521 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4522
4523 2009-09-26 Glenn Morris <rgm@gnu.org>
4524
4525 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4526 internal.elc. Add term/pc-win.elc.
4527 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4528 term/x-win.elc.
4529 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4530 term/w32-win.elc.
4531 (NS_SUPPORT): New.
4532 (lisp): Add NS_SUPPORT.
4533 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4534
4535 2009-09-25 David Reitter <david.reitter@gmail.com>
4536
4537 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4538 on Mac OS X 10.6+ (bug#4513).
4539
4540 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * frame.c (xrdb_get_resource): Return nil for empty string resources;
4543 some parts of Emacs code (like font selection) don't grok them.
4544 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
4545
4546 2009-09-24 Andreas Schwab <schwab@redhat.com>
4547
4548 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4549
4550 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4551
4552 * dired.c (Fdirectory_files): Fix typo in docstring.
4553
4554 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4555
4556 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4557 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4558 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4559 under GNUstep.
4560 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4561
4562 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4563 glyph advancement.
4564
4565 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4566
4567 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
4568 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
4569
4570 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4571 deleted (bug #4492).
4572
4573 * nsfont.m (Vns_reg_to_script): New lisp variable.
4574 (syms_of_nsfont): Declare it.
4575 (ns_registry_to_script): New function.
4576 (ns_get_req_script): Call it.
4577 (ns_findfonts): Don't give up on non-unicode registry.
4578
4579 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4580
4581 2009-09-20 Tom Tromey <tromey@redhat.com>
4582
4583 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4584 batch mode (bug#4228).
4585
4586 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
4587
4588 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
4589 carefully. (Bug #4339)
4590
4591 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
4594
4595 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4596
4597 * emacs.c (inhibit_x_resources): Update doc string for NS.
4598 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
4599 legacy code for -NXHost. Fix error printf in daemon case.
4600
4601 * nsterm.h (ns_no_defaults): Remove.
4602
4603 * nsterm.m (ns_no_defaults): Remove.
4604 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4605 (ns_use_qd_smoothing): Remove legacy variable.
4606 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4607 don't update the NSWindow itself.
4608 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
4609 state detection and store user rect ourselves. (Bug #3581)
4610
4611 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4612 ns_use_qd_smoothing.
4613
4614 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4615 platform versions. Drop support for emacs-20-style face specs.
4616 (x-close-connection): Drop PSFlush() under OS X.
4617 (x-focus-frame): Activate the app first. (Bug #4180)
4618
4619 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4620
4621 * emacs.c (inhibit_x_resources): New variable.
4622 (main) [HAVE_NS]: Don't process --quick command line option.
4623 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4624
4625 * lisp.h (inhibit_x_resources): Declare it extern.
4626
4627 * w32reg.c (x_get_string_resource):
4628 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4629
4630 2009-09-17 Eli Zaretskii <eliz@gnu.org>
4631
4632 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4633 Add lisp/term/internal.elc.
4634
4635 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4638 (bug#4461).
4639
4640 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4643
4644 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4645 (OBJECTS_MACHINE): Remove, unused.
4646
4647 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * frame.c (x_get_resource_string): Remove unused.
4650
4651 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4652
4653 * xterm.c (x_new_font): Call change_frame_size before calling
4654 x_set_window_size, in case frame size won't change.
4655
4656 * frame.c (x_set_font): Remove dead code.
4657
4658 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4661
4662 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * lread.c (Fload): Don't output a message after loading an obsolete
4665 package any more (done in Lisp now).
4666
4667 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4670
4671 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * keymap.c (Fwhere_is_internal): Use nconc2.
4674
4675 2009-09-11 Alan Mackenzie <acm@muc.de>
4676
4677 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4678 batch mode.
4679
4680 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4681
4682 * xdisp.c (display_mode_element): Detect cycles.
4683
4684 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * keymap.c (where_is_internal): Don't erroneously return nil right after
4687 filling the cache.
4688 (where_is_internal_1): Fix up typo.
4689
4690 2009-09-11 Glenn Morris <rgm@gnu.org>
4691
4692 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4693 share a common doc-string.
4694
4695 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4698 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4699
4700 * keymap.c (QCadvertised_binding): New constant.
4701 (syms_of_keymap): Initialize it.
4702 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4703 if applicable.
4704
4705 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4708 (parse_menu_item): Streamline since bindings are recomputed all the
4709 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4710 more and don't support lmenu's menu-alias any more either.
4711
4712 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4713 (where_is_internal): Strip it down to only traverse the keymaps.
4714 Move the cache handling from Fwhere_is_internal to here.
4715 (Fwhere_is_internal): Move the handling of remapping and the choice of
4716 the best binding from where_is_internal to here.
4717 Unify the cached/noncached paths, so remapping is also handled
4718 correctly when the cache is used, and so the cache can be used to
4719 speed up remap-handling when applicable.
4720 Give preference to non-remapped bindings.
4721 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4722 non-remapped bindings.
4723 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4724 command remapping.
4725
4726 * xdisp.c (display_mode_element): Move list length limit from 50 to
4727 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4728
4729 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
4730
4731 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4732
4733 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4736 (Bug#4334)
4737
4738 * keymap.c (where_is_internal): Filter out shadowed remappings.
4739 Assume that where_is_internal returns unshadowed bindings to simplify
4740 the code and get rid of the gotos. Use ASIZE.
4741
4742 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4743
4744 * xterm.c (x_focus_changed): If we get a focusout and pointer
4745 is invisible, make it visible.
4746
4747 * xterm.h: Remove condition for declaration of
4748 x_*_window_to_frame.
4749
4750 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4753 initial terminal as well.
4754
4755 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4756
4757 * xterm.h: Rename x_non_menubar_window_to_frame to
4758 x_menubar_window_to_frame.
4759
4760 * xterm.c: Remove declarations also in xterm.h.
4761 (XTmouse_position): Do not return valid positions
4762 for clicks in the menubar and the toolbar for Gtk+.
4763
4764 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4765 if the widget for the event has the same top level as a frame,
4766 return the frame.
4767 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4768 internal windows, bug #4122.
4769 (x_non_menubar_window_to_frame): Remove.
4770
4771 2009-09-02 Glenn Morris <rgm@gnu.org>
4772
4773 * buffer.c (default-major-mode): Move most of the doc from here...
4774 (major-mode): ... to here.
4775
4776 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4777
4778 * process.c (wait_reading_process_output): Keep the descriptor
4779 when pty is used by a non-child process, e.g., in I/O buffer of
4780 GDB this allows inferior to be restarted.
4781
4782 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4783
4784 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4785 both branches into one.
4786
4787 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4790 (main): Use enable-multibyte-characters rather than
4791 default-enable-multibyte-characters. Output a warning message when
4792 running a unibyte session.
4793
4794 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4795
4796 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4797 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4798 (copy_data_segment): Also copy __program_vars section.
4799 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4800 (dump_it) [LC_DYLD_INFO]: Use it.
4801
4802 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4803
4804 2009-08-28 Eli Zaretskii <eliz@gnu.org>
4805
4806 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4807 $(SRC)/buildobj.h.
4808 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4809 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4810 $(SRC)/buildobj.h.
4811 (clean): Add buildobj.h.
4812
4813 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4814
4815 * print.c (print_object): Set escapeflag to 1 when printing
4816 hashtable keys and values.
4817
4818 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * lread.c (read_integer): Use doubles (and potentially return a float
4821 number) as we do in string-to-number.
4822 (read1): Use strtol to read integers, signal errors on strtol's
4823 overflow and use floats if strtol's output is too large for
4824 Elisp integers.
4825
4826 2009-08-27 Eli Zaretskii <eliz@gnu.org>
4827
4828 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4829 (make-buildobj-SH): Fix last change.
4830 (SRC): Move to before where it's first used.
4831
4832 2009-08-27 Kenichi Handa <handa@m17n.org>
4833
4834 * process.c (send_process): Use encode_coding_object instead of
4835 encode_coding_string to perform eol-conversion even if the string
4836 is unibyte.
4837
4838 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4839 character.
4840
4841 * cmds.c (Fself_insert_command): Avoid unnecessay
4842 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
4843
4844 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4845
4846 * callproc.c (Fcall_process): Remove always true #if.
4847
4848 * lisp.h: Replace #if 0 code for checking with text pointing to
4849 the --enable-checking configure flag.
4850
4851 * emacs.c (main): Mention the --enable-profiling configure flag
4852 instead of using CFLAGS.
4853
4854 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
4855
4856 * Makefile.in (buildobj.h): New target.
4857 (doc.o): Depend on it.
4858 (temacs${EXEEXT}): Don't generate buildobj.lst.
4859 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4860 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4861 ($(BLD)/doc.$(O)): Depend on it.
4862 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4863 provided by Eli Zaretskii.)
4864 ($(TEMACS)): Don't generate buildobj.lst.
4865 * doc.c: Include buildobj.h.
4866 (buildobj): New static variable.
4867 (Fsnarf_documentation): Use it, instead of opening and reading
4868 buildobj.lst.
4869
4870 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * dbusbind.c (Fdbus_call_method)
4873 (Fdbus_call_method_asynchronously): Use English numeric format for
4874 timeout values in doc string.
4875
4876 2009-08-25 Kenichi Handa <handa@m17n.org>
4877
4878 * alloc.c (mark_char_table): New function.
4879 (mark_object): Use mark_char_table for a char-table.
4880
4881 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4882 (CHAR_TABLE_REF): Use it.
4883
4884 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4885
4886 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4887 before invoking the newly build emacs to check for load-path
4888 shadowing.
4889
4890 2009-08-22 Glenn Morris <rgm@gnu.org>
4891
4892 * Makefile.in (bootstrap_exe): New variable.
4893 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4894 Use ${bootstrap_exe}.
4895
4896 2009-08-22 Eli Zaretskii <eliz@gnu.org>
4897
4898 * coding.h (encode_coding_string): Don't encode unibyte strings.
4899 (Bug#4047)
4900
4901 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4904
4905 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
4906 intended as hotfix only.
4907 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4908
4909 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4910
4911 * nsterm.m (ns_get_color): Update documentation properly for last
4912 change, and clean up loose ends in the code left by it. Fix
4913 longstanding bug with 16-bit hex parsing, and add support for
4914 yet another X11 format (rgb:r/g/b) for compatibility.
4915 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4916 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
4917
4918 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4921
4922 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
4923
4924 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4925 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
4926 (xd_initialize, xd_pending_messages): Check, whether
4927 $DBUS_SESSION_BUS_ADDRESS is set.
4928
4929 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4930
4931 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
4932
4933 * nsterm.m (ns_get_color): Remove incompatible color formats again.
4934
4935 2009-08-20 Glenn Morris <rgm@gnu.org>
4936
4937 * emacs.c (system-type): Doc fix.
4938
4939 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4942 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
4943
4944 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4947 New functions.
4948 (xd_initialize): Revert change from 2009-08-16.
4949
4950 2009-08-18 Kenichi Handa <handa@m17n.org>
4951
4952 * fontset.c (Ffontset_font): If a nil element is found in a
4953 font-group vector, return nil.
4954
4955 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * process.c (status_notify): Don't perform redisplay.
4958 (Fdelete_process, list_processes_1, process_send_signal):
4959 Expliticly perform redisplay.
4960 (wait_reading_process_output): Always check process status, but
4961 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4962
4963 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
4964
4965 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
4966 (XFLOAT_INIT): New macro for storing a float value.
4967 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4968 * fns.c (sxhash): Copy out the value of a float in order to
4969 examine its bytes.
4970 * dbusbind.c (xd_append_arg): Likewise.
4971
4972 * emacs.c (main): Don't call syms_of_data twice.
4973
4974 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4975
4976 * dbusbind.c (xd_initialize): Add connection file descriptor to
4977 input_wait_mask, in order to let select() detect, whether a new
4978 message has been arrived.
4979 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
4980
4981 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4984 New functions.
4985
4986 * lisp.h (xd_pending_messages): Declare.
4987
4988 * keyboard.c (readable_events): Call xd_pending_messages.
4989
4990 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
4993
4994 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4995
4996 * buffer.c (set_buffer_internal_1)
4997 (swap_out_buffer_local_variables): Check for unbound local
4998 variables (Bug#4138).
4999
5000 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5001
5002 * process.c (create_pty): Fix last change.
5003
5004 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5007 (xbm_load_image): Caller changed.
5008 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
5009
5010 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * process.c (create_pty): New function.
5013 (Fstart_process): Use it to allow Emacs to just associate a pty
5014 with the buffer. See associated change in gdb-mi.el.
5015 (list_processes_1): Deal with no program name.
5016 (start_process_unwind): Use pid == -2 to mean no process.
5017
5018 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * cmds.c (nonundocount): New global variable.
5021 (keys_of_cmds): Initialize it.
5022 (Fself_insert_command): Use it to combine upto 20 sequential chars
5023 into a single undo entry, just like the Qself_insert_command code in
5024 keyboard.c does.
5025 Call frame_make_pointer_invisible, also like the Qself_insert_command
5026 code in keyboard.c does.
5027 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5028 than its own local replacement for it.
5029
5030 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
5031
5032 * fns.c (concat): Don't re-set string length to its current value.
5033
5034 * coding.h (decode_coding_string, encode_coding_string):
5035 Use SBYTES macro.
5036
5037 * doprnt.c (doprnt_lisp): Delete unused function.
5038 (doprnt): Merge with doprnt1, discarding lispstrings code.
5039 * lisp.h (doprnt_lisp): Don't declare.
5040
5041 2009-08-07 Juri Linkov <juri@jurta.org>
5042
5043 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5044
5045 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5046
5047 * print.c (syms_of_print): Undo previous change.
5048
5049 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5050
5051 * lread.c (read1, syms_of_lread): Read hashtables back from the
5052 readable format.
5053
5054 * print.c (print_preprocess, print_object): Print hashtables fully
5055 and readably.
5056 (syms_of_print): Provide 'hashtable-print-readable.
5057
5058 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5059
5060 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5061 no family set.
5062 (nsfont_open): Handle case when entity has no family.
5063
5064 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5065
5066 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5067 element, not a list, for match case.
5068
5069 2009-07-28 Kenichi Handa <handa@m17n.org>
5070
5071 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5072 rigidly.
5073
5074 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5075 font_parse_xlfd. Check font properties more rigidly.
5076
5077 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5078
5079 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5080 bsd-common.h.
5081
5082 2009-07-27 Kenichi Handa <handa@m17n.org>
5083
5084 * xfaces.c (face_with_height): Call font_clear_prop.
5085
5086 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5089
5090 * xterm.c (x_term_init): Use Qx.
5091
5092 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5093
5094 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
5095 (ns_get_color): Revert 2009-07-16 change.
5096
5097 2009-07-25 Eli Zaretskii <eliz@gnu.org>
5098
5099 * lread.c (syms_of_lread) <force_load_messages>: New variable.
5100 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
5101
5102 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
5103
5104 * coding.h (decode_coding_string, encode_coding_string):
5105 Use SCHARS macro.
5106
5107 * lread.c: Rewrite 2009-07-21 changes.
5108 (load_depth): Delete.
5109 (Qload_in_progress): New variable.
5110 (load_unwind): Don't reference load_depth or load_in_progress.
5111 (Fload): Likewise; specbind Qload_in_progress instead.
5112 (init_lread): Don't initialize load_depth.
5113 (syms_of_lread): Initialize and protect Qload_in_progress.
5114
5115 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5116
5117 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
5118
5119 2009-07-23 Yavor Doganov <yavor@gnu.org>
5120
5121 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
5122
5123 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5124
5125 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
5126 Bugs 3792, 3720, 2402.
5127 (ns_lookup_indexed_color): Check for bad index.
5128 (ns_index_color): Init unused slot to 0.
5129 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
5130 Bug 3714, possibly 3082.
5131
5132 2009-07-22 Jason Rumney <jasonr@gnu.org>
5133
5134 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
5135 Position IME window at cursor (Bug#2570).
5136 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
5137 (globals_of_w32fns): Dynamically load functions required above.
5138
5139 * w32term.c (w32_draw_window_cursor): Send message to reposition
5140 any IME window.
5141
5142 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * fileio.c: Revert 2009-07-16 changes.
5145 (Vauto_save_include_big_deletions): New variable.
5146 (Fdo_auto_save): Disable auto-save only if
5147 auto-save-include-big-deletions is nil.
5148
5149 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5152 the overflowed pixels into account (Bug#3879).
5153
5154 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
5155
5156 * lread.c (load_depth): New variable.
5157 (Fload, load_unwind, init_lread): Set it to the load recursion
5158 depth; set load_in_progress as a simple boolean based on the
5159 current load_depth. (Bug#3892)
5160
5161 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5162
5163 * nsfont.m (ns_has_attribute): Remove.
5164 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5165
5166 2009-07-18 Juri Linkov <juri@jurta.org>
5167
5168 * process.c (Fset_process_query_on_exit_flag): Mention killing
5169 a buffer in docstring.
5170
5171 2009-07-17 Kenichi Handa <handa@m17n.org>
5172
5173 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5174
5175 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5176
5177 * nsfns.m (Fns_set_alpha): Remove function.
5178 (syms_of_nsfns): Don't defsubr it.
5179
5180 * nsterm.m (ns_get_color): Remove incompatible color formats.
5181 (ns_color_to_lisp): Generate #rrggbb color format string.
5182
5183 2009-07-16 Richard Stallman <rms@gnu.org>
5184
5185 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5186 (Fset_buffer_auto_saved): Handle save_length = -2.
5187
5188 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * xterm.c (Qx_gtk_map_stock): New var.
5191
5192 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5193 of calling intern each time.
5194
5195 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5196
5197 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5198 does tiling.
5199
5200 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5201
5202 2009-07-14 Kenichi Handa <handa@m17n.org>
5203
5204 * font.c (font_vconcat_entity_vectors): New function.
5205 (struct font_sort_data): New member font_driver_preference.
5206 (font_compare): Check font_driver_preference.
5207 (font_sort_entities): The format of the first argument changed.
5208 (font_delete_unmatched): Likewise.
5209 (font_list_entities): The return type changed.
5210 (font_select_entity): The format of the second argument changed.
5211 (font_find_for_lface): Adjuste for the above changes.
5212 Don't suppress the checking of C even if the repertory supports it.
5213 (Flist_fonts): Adjust for the above changes.
5214
5215 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5216 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
5217 Reject a font who has adstyle property that is different from a
5218 langname derived from registry property.
5219 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
5220
5221 2009-07-13 Eli Zaretskii <eliz@gnu.org>
5222
5223 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5224 local copy of dirfilename.
5225
5226 2009-07-13 Kenichi Handa <handa@m17n.org>
5227
5228 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5229 against max_char.
5230
5231 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5232 calling XSYMBOL (sym).
5233
5234 2009-07-11 Eli Zaretskii <eliz@gnu.org>
5235
5236 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5237 New function.
5238 (directory_files_internal) [WINDOWSNT]:
5239 Bind w32-get-true-file-attributes to either t or nil, depending whether
5240 the filesystem of the directory is fast or slow.
5241
5242 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5243 file name.
5244 (is_slow_fs): New function.
5245 (stat): Use it to determine whether to issue more system calls to
5246 get accurate file attributes, when w32-get-true-file-attributes is
5247 `local'.
5248
5249 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5250
5251 * xfns.c (Fx_select_font): Remember last font selected in
5252 x_last_font_name and use that the next time. Also try the frame
5253 parameter font-parameter as default to the font dialog.
5254
5255 2009-07-10 Kenichi Handa <handa@m17n.org>
5256
5257 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5258
5259 2009-07-09 Eli Zaretskii <eliz@gnu.org>
5260
5261 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
5262
5263 * w32.c (stat): Treat UNC file names as residing on remote
5264 drives. (Bug#3542)
5265
5266 2009-07-09 Kenichi Handa <handa@m17n.org>
5267
5268 * fontset.c (fontset_find_font): Fix previous change.
5269
5270 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
5271
5272 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5273 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5274 error flag.
5275
5276 2009-07-08 Kenichi Handa <handa@m17n.org>
5277
5278 * fontset.c (fontset_find_font): Fix the logic of handling
5279 charset_matched.
5280 (font_for_char): Delete unused var.
5281 (generate_ascii_font_name): Delete it.
5282
5283 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5284
5285 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5286 (encode_coding_sjis): Fix the code range check.
5287
5288 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
5289
5290 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5291 (Fexpand_file_name): Copy string data properly (Bug#3772).
5292
5293 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5294
5295 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5296 first MapNotify.
5297
5298 2009-07-07 Kenichi Handa <handa@m17n.org>
5299
5300 * character.h (unibyte_has_multibyte_table): Delete extern.
5301 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5302
5303 * charset.c (Fset_charset_priority): Update charset_unibyte.
5304 (syms_of_charset): Initialize charset_unibyte.
5305
5306 * character.c (unibyte_has_multibyte_table): Delete it.
5307 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5308 charset_unibyte.
5309 (multibyte_char_to_unibyte_safe): Likewise.
5310 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5311
5312 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5313 (x_produce_glyphs): Likewise.
5314
5315 * .gdbinit (xcharset): Fix the treating $arg0.
5316
5317 2009-07-04 Eli Zaretskii <eliz@gnu.org>
5318
5319 Emulation of `getloadavg' on MS-Windows.
5320 * w32.c: Include float.h.
5321 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5322 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5323 (get_native_system_info, get_system_times): New functions.
5324 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5325 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5326 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5327 g_b_init_get_system_times, and num_of_processors.
5328
5329 2009-07-03 Jason Rumney <jasonr@gnu.org>
5330
5331 * w32term.c (w32_initialize): Use standard types.
5332
5333 2009-07-03 Eli Zaretskii <eliz@gnu.org>
5334
5335 * dired.c (Ffile_attributes): Decode user and group names by the
5336 locale's encoding. (Bug#3443)
5337
5338 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5341 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5342
5343 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5344
5345 * term.c (init_tty): Remove spurious #ifdef.
5346
5347 * m/mips.h: Mention this file is also used for netbsd.
5348 * m/pmax.h: Remove file.
5349
5350 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5351
5352 * xterm.h (struct x_display_info): Add invisible_cursor.
5353 (struct x_output): Add current_cursor.
5354
5355 * xterm.c (XTtoggle_invisible_pointer): New function.
5356 (x_define_frame_cursor): Don't define cursor if invisible or the
5357 same as before. Set current_cursor.
5358 (x_create_terminal): Set toggle_invisible_pointer_hook.
5359
5360 * xfns.c (make_invisible_cursor): New function.
5361 (x_set_mouse_color): Call make_invisible_cursor.
5362 Set current_cursor.
5363 (x_window): Set current_cursor.
5364
5365 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5366
5367 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5368 inserting a character.
5369 (read_avail_input): Call frame_make_pointer_visible.
5370
5371 * frame.c (Vmake_pointer_invisible): New variable.
5372 (frame_make_pointer_invisible, frame_make_pointer_visible):
5373 New functions.
5374 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5375
5376 * frame.h: Declare frame_make_pointer_invisible and
5377 frame_make_pointer_visible.
5378 (struct frame): Add pointer_invisible.
5379
5380 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5381
5382 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5383 frame isn't visible.
5384 (xg_frame_resized): If width/height is -1, get size of window
5385 from X server.
5386
5387 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5388 for MapNotify.
5389
5390 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5391 here or call change_frame_size. Just call flush_and_sync.
5392 (flush_and_sync): Reintroduce.
5393
5394 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5395
5396 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5397
5398 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5399 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5400
5401 * frame.h: Declare Qsticky.
5402
5403 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5404
5405 * nsfns.m (ns_frame_parm_handlers): Ditto.
5406
5407 * frame.c: Declare Qsticky.
5408 (frame_parms): Add sticky.
5409
5410 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5411
5412 * xterm.h: Declare x_set_sticky.
5413
5414 * xterm.c (x_set_sticky): New function.
5415
5416 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5417 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5418 xg_tool_bar_proxy_help_callback.
5419
5420 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5421
5422 * frame.c: Qmaximized is new.
5423 (x_set_frame_parameters): Do not handle fullscreen specially.
5424 Only set width and height if explicitly set.
5425 (x_set_fullscreen): Handle Qmaximized.
5426 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5427 (syms_of_frame): Initialize Qmaximized.
5428
5429 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5430 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5431
5432 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5433 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5434 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
5435 set gravity to NorthWestGravity when USE_GTK.
5436 (set_wm_state): New function.
5437 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
5438 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5439 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5440 or the case when no window manager is running. That means remove calls
5441 to x_real_positions and x_fullscreen_adjust.
5442
5443 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5444 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5445 flush_and_sync.
5446 (xg_height_changed): New function.
5447 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5448 and gtk_window_set_policy. Set frame gravity after parsing the
5449 geometry string.
5450 (xg_update_frame_menubar, free_frame_menubar)
5451 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5452 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5453 Remove calls to xg_frame_set_char_size.
5454
5455 2009-07-01 Kenichi Handa <handa@m17n.org>
5456
5457 * keyboard.c (decode_keyboard_code): New function.
5458 (tty_read_avail_input): Decode the input bytes if necessary.
5459
5460 * coding.c (setup_coding_system):
5461 Initialize coding->carryover_bytes to 0.
5462 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5463 use Qno_conversion.
5464
5465 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5466
5467 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5468
5469 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5472
5473 2009-06-30 Jason Rumney <jasonr@gnu.org>
5474
5475 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5476 is already loaded.
5477 Set user model ID if supported (bug#1849).
5478
5479 2009-06-29 Jim Meyering <meyering@redhat.com>
5480
5481 Remove useless if-before-xfree test.
5482 * nsfont.m (nsfont_close): Remove useless test.
5483 * term.c (delete_tty): Likewise.
5484 * w32.c (system_process_attributes): Likewise.
5485 * w32font.c (w32font_close): Likewise.
5486 * xfaces.c (x_free_gc): Likewise.
5487 * xselect.c (buffer): Likewise.
5488
5489 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5490
5491 * process.c (send_process): Keep decoded string in a local
5492 variable and protect it from GC. (Bug#3521)
5493
5494 2009-06-28 Eli Zaretskii <eliz@gnu.org>
5495
5496 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5497 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5498
5499 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * xdisp.c (start_display, handle_face_prop)
5502 (move_it_vertically_backward, cursor_row_fully_visible_p)
5503 (redisplay_window, try_window_id, produce_image_glyph):
5504 Delete some #ifdef-ed out code chunks that are now obsolete.
5505
5506 * xterm.c (x_update_window_begin, x_new_focus_frame)
5507 (x_scroll_bar_handle_click, handle_one_xevent)
5508 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5509 (x_make_frame_visible, x_make_frame_invisible)
5510 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5511 code chunks that are now obsolete.
5512
5513 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
5514
5515 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5516 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5517 for hours, when optimzation is enabled.
5518 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5519 (xd_read_message): Make them static.
5520
5521 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5522
5523 * term.c (turn_on_face): Allow simultaneously bold and dim
5524 terminal faces (Bug#3530).
5525
5526 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5529
5530 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5531 truncation glyphs (Bug#3686).
5532
5533 2009-06-27 Glenn Morris <rgm@gnu.org>
5534
5535 * m/pmax.h: Restore file, with only netbsd portions.
5536
5537 2009-06-26 David Reitter <david.reitter@gmail.com>
5538
5539 * nsterm.m (keydown): Avoid infinite loop.
5540
5541 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5542
5543 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5544 the arg FORCE_SYMBOL.
5545
5546 2009-06-25 Kenichi Handa <handa@m17n.org>
5547
5548 * fontset.c (fontset_find_font): When a usable rfont_def is found
5549 in a fallback font-group, make it the first element of the group.
5550
5551 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5554
5555 2009-06-24 Kenichi Handa <handa@m17n.org>
5556
5557 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5558 set for C.
5559 (fontset_font): Record the availability of a font for C both in
5560 the realized fontsets of the current one and the default one.
5561
5562 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5563
5564 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5565 conditional, it is always defined on AIX.
5566
5567 2009-06-23 Miles Bader <miles@gnu.org>
5568
5569 * window.c (Vrecenter_redisplay): New variable.
5570 (syms_of_window): Initialize it.
5571 (Qtty): New extern declaration.
5572 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5573
5574 2009-06-23 Jim Meyering <meyering@redhat.com>
5575
5576 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5577 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
5578 pointer dereferences are guaranteed to be valid.
5579
5580 2009-06-23 Kenichi Handa <handa@m17n.org>
5581
5582 * emacs.c (main): Call init_font ().
5583
5584 * font.h (Vfont_log): Extern it.
5585 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5586
5587 * font.c (font_sort_entities, font_list_entities)
5588 (font_matching_entity, font_open_entity)
5589 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5590 (Vfont_log): Delete static.
5591 (font_log_env_checked): Delete this variable.
5592 (font_add_log): Don't check font_log_env_checked.
5593 (font_deferred_log): Check Vfont_log.
5594 (init_font): New function.
5595
5596 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5597
5598 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5599
5600 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5601
5602 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5603
5604 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5605 (face_for_char): Don't call font_deferred_log here.
5606 (font_for_char): Likewise.
5607
5608 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5611 rather than its background_width for drawing the overline and
5612 underline (Bug#489).
5613
5614 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5615 rather than its background_width for drawing the overline and
5616 underline (Bug#489).
5617 (xg_default_icon_file): New variable.
5618 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5619 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5620
5621 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5622 (load_overlay_strings): Remove externs.
5623 (fast_find_position): Function deleted.
5624 (mouse_face_from_buffer_pos): New function, based on
5625 fast_find_position. Correctly handle before-strings,
5626 display-strings, and after-strings (Bug#1220).
5627 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5628
5629 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5632 (move_it_in_display_line_to, move_it_in_display_line_to)
5633 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5634
5635 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * Branch for 23.1.
5638
5639 2009-06-21 Jason Rumney <jasonr@gnu.org>
5640
5641 * w32term.c (keyboard_codepage): New static variable.
5642 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5643 (w32_read_socket) [WM_CHAR]: Use it to decode character
5644 input (bug#3237).
5645 (w32_initialize): Initialize it.
5646 (codepage_for_locale): New function.
5647
5648 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
5649
5650 * process.c (status_message): Pass Faset index argument as a lisp
5651 object, so as to work with USE_LISP_UNION_TYPE.
5652
5653 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5654
5655 * coding.c (Ffind_coding_systems_region_internal):
5656 Cache checked characters.
5657
5658 2009-06-18 Kenichi Handa <handa@m17n.org>
5659
5660 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5661
5662 2009-06-18 Andreas Schwab <aschwab@redhat.com>
5663
5664 * xdisp.c (redisplay_internal): Check that the frame is still
5665 live after redisplay of its windows.
5666 (redisplay_windows): Check that the window is still live.
5667
5668 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5669
5670 * coding.c (detect_coding_utf_16): Fix previous change.
5671
5672 2009-06-16 Kenichi Handa <handa@m17n.org>
5673
5674 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5675 UTF-16 by checking the dispersion of Eth and Oth bytes.
5676
5677 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5678
5679 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5680
5681 2009-06-15 Kenichi Handa <handa@m17n.org>
5682
5683 * process.c (status_message): Fix previous change. Be sure to
5684 decode a localized string.
5685
5686 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5687
5688 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5689 add comment explaining why.
5690
5691 2009-06-14 Sidney Markowitz <sidney@sidney.com>
5692
5693 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5694
5695 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5696
5697 * nsfont.m (ns_attribute_value): Remove.
5698 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5699 (ns_has_attribute): Shrink the normal range.
5700 (ns_findfonts): Don't worry about requested spec in determining
5701 need for synthItal.
5702 (ns_get_covering_families): Retain scriptToFamilies.
5703
5704 2009-06-14 Seiji Zenitani <zenitani@mac.com>
5705
5706 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5707
5708 2009-06-11 Kenichi Handa <handa@m17n.org>
5709
5710 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5711 overhang for the static composition case.
5712
5713 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5714
5715 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5716 overhang for the automatic composition case.
5717
5718 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5719 composition case.
5720
5721 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * xdisp.c (get_next_display_element): When handling wrap-prefix
5724 and line-prefix, treat \n as a control character (bug#3502).
5725
5726 2009-06-10 Kenichi Handa <handa@m17n.org>
5727
5728 * font.c (font_parse_family_registry): Fix for one-char foundry.
5729 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5730
5731 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5732
5733 * process.c (status_message): Fix handling of multibyte signal
5734 string (Bug#3499).
5735
5736 2009-06-09 Jim Meyering <meyering@redhat.com>
5737
5738 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5739 color name is missing.
5740
5741 2009-06-09 Kenichi Handa <handa@m17n.org>
5742
5743 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5744 FROM-CODE and TO-CODE are codepoints of CHARSET.
5745
5746 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5747
5748 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5749
5750 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5751
5752 Changes to support :script/:lang/:otf in NS font driver.
5753 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5754 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5755 indicate not part of font driver interface, and change callers.
5756 (ns_get_family): Remove pointless null check.
5757 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5758 ns_spec_to_descriptor, ns_descriptor_to_entity.
5759 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5760 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5761 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5762 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5763 (ns_get_req_script, ns_accumulate_script_ranges)
5764 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5765 New functions.
5766 (nsfont_list, nsfont_match): Use ns_findfonts.
5767 (nsfont_open): Use font descriptor instead of traits.
5768 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5769 (dump_glyphstring): Rename to ns_dump_glyphstring.
5770
5771 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5772
5773 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5774
5775 * fontset.c (fontset_from_font): Remove NS-specific code.
5776
5777 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
5778
5779 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5780 nonactive windows.
5781
5782 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
5783
5784 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5785
5786 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5787
5788 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5789
5790 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5793 account for the overflowing of newlines into the last glyph on the
5794 display line (Bug#3482).
5795
5796 2009-06-05 David Reitter <david.reitter@gmail.com>
5797
5798 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5799 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
5800 Fns_selection_exists_p, Fns_selection_owner_p.
5801
5802 2009-06-03 Jason Rumney <jasonr@gnu.org>
5803
5804 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5805 available. (Bug#3379)
5806
5807 2009-05-29 Kenichi Handa <handa@m17n.org>
5808
5809 * coding.c (get_translation_table):
5810 Check Venable_character_translation.
5811
5812 2009-05-26 David Reitter <david.reitter@gmail.com>
5813
5814 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5815 (x_make_frame_visible): Move frame to front rather than calling
5816 ns_raise_frame().
5817 (keyDown:): Do not swallow events that aren't re-sent if frame
5818 isn't key window.
5819 (drawRect:): Do not set visibility/iconified flags because
5820 drawRect may be called by NSView even if the frame is hidden.
5821
5822 * nsfns.m (Fx_create_frame): Follow other ports in
5823 determining visibility; default to t. Ensure async_visible is set.
5824
5825 2009-05-23 Eli Zaretskii <eliz@gnu.org>
5826
5827 * dired.c (Ffile_attributes): Doc fix.
5828
5829 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5832
5833 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5836 and xfont_scratch_props.
5837 (syms_of_xfont): Do it here instead.
5838 (xfont_find_ccl_program): Delete, unused.
5839 (xfont_open): Delete unused var `i'.
5840
5841 2009-05-21 Kenichi Handa <handa@m17n.org>
5842
5843 * fontset.c (Qlatin): Don't make it static.
5844
5845 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5846 New functions.
5847 (xfont_scripts_cache, xfont_scratch_props): New variables.
5848 (Qlatin, Vscalable_fonts_allowed): Extern it.
5849 (xfont_list_pattern): Argument changed. Callers changed.
5850 Check Vscalable_fonts_allowed. Check the support of a script.
5851 (xfont_list): Don't reject a font spec with :script property.
5852 (xfont_has_char): Fix setting of encoding.
5853 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5854 xfont_scratch_props.
5855
5856 2009-05-19 Kenichi Handa <handa@m17n.org>
5857
5858 * font.c (font_sort_entities): Rename from font_sort_entites.
5859 Callers changed.
5860
5861 2009-05-18 Kenichi Handa <handa@m17n.org>
5862
5863 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5864
5865 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5868 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5869
5870 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5871
5872 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5873 (x_delete_terminal): Dissociate resource database from display and
5874 then call XrmDestroyDatabase before closing display.
5875
5876 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5877
5878 * nsterm.m (ns_read_socket): Remove unused variable.
5879 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5880 whether selected frame is viable before raising it (based on patch
5881 by David Reitter), and improve commentary.
5882 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
5883
5884 2009-05-15 Kenichi Handa <handa@m17n.org>
5885
5886 * font.c (Ffont_spec): Check arguments.
5887
5888 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5889
5890 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5891 weight when testing attributes (Bug#3282).
5892
5893 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5894
5895 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5896 what we expect to get in the next ConfigureNotify event.
5897
5898 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5899 before Xft one (Bug#1696).
5900
5901 2009-05-07 David Reitter <david.reitter@gmail.com>
5902
5903 * nsfns.m (Fx_display_planes): Compute bitplanes using
5904 NSBitsPerPixelFromDepth (Bug#3207).
5905
5906 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5909
5910 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
5911
5912 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5913
5914 2009-05-07 David Reitter <david.reitter@gmail.com>
5915
5916 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5917 Respect mouse face background.
5918
5919 2009-05-07 David Reitter <david.reitter@gmail.com>
5920
5921 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5922 Mouse movement/highlight: bracket drawing operations
5923 in ns_update_begin and ns_update_end.
5924
5925 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * nsfns.m (ns_get_screen): Rewrite.
5928 Don't presume selected-frame is of type `ns'.
5929
5930 * font.c (font_update_drivers): Sanity fallback to avoid disabling
5931 all drivers.
5932
5933 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5934
5935 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5936
5937 * keyboard.h (add_user_signal): Fix typo in extern.
5938
5939 * lisp.h (add_user_signal): Remove extern.
5940
5941 * unexelf.c (unexec): Consider a section to precede the .bss section
5942 if its addresses overlap that of .bss.
5943 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5944 instead of dumping process.
5945
5946 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5949
5950 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5953
5954 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5955
5956 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5957 any statements.
5958
5959 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
5960
5961 * process.c (read_process_output): Make sure the current buffer is
5962 always restored.
5963
5964 * coding.c (record_conversion_result): Don't modify
5965 Vlast_code_conversion_error for successful result.
5966 (alloc_destination): Don't clobber conversion result. (Bug#1650)
5967
5968 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5969
5970 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
5971 (load_charset_map): Remove unnecessary code.
5972
5973 2009-04-30 David Reitter <david.reitter@gmail.com>
5974
5975 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
5976 through f24.
5977
5978 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
5979
5980 * xfaces.c (face_at_buffer_position): New arg base_face_id.
5981
5982 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5983 face_at_buffer_position.
5984 (face_before_or_after_it_pos, get_next_display_element)
5985 (note_mouse_highlight): Update face_at_buffer_position call.
5986
5987 * term.c (term_mouse_highlight):
5988 * msdos.c (IT_note_mouse_highlight):
5989 * fontset.c (Finternal_char_font):
5990 * font.c (font_at, font_range): Update face_at_buffer_position call.
5991
5992 * dispextern.h (face_at_buffer_position): Update prototype.
5993
5994 2009-04-30 Kenichi Handa <handa@m17n.org>
5995
5996 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
5997
5998 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
5999
6000 * callproc.c (Fcall_process): Fix GC protection. Make sure
6001 current buffer is always restored.
6002
6003 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6004
6005 * atimer.c (init_atimer): Also clear stopped_atimers.
6006
6007 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6008
6009 * process.c (create_process): Clean up merger residues of
6010 2008-07-17 change.
6011
6012 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
6013
6014 * lread.c (Vread_circle): New variable.
6015 (read1): Disable recursive read if Vread_circle is nil.
6016
6017 2009-04-29 Kenichi Handa <handa@m17n.org>
6018
6019 * fontset.h (set_default_ascii_font): Delete extern.
6020
6021 * fontset.c (set_default_ascii_font): Delete this unused function.
6022
6023 * frame.c (x_set_font): When ARG is a font-object, check if the
6024 font-object matches with the ASCII font-spec of the frame's
6025 fontset. If not, create a new fontset for the frame. (Bug #3075)
6026
6027 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6028
6029 * fns.c (Flocale_info): Protect vector from GC during decoding.
6030
6031 * process.c (Fstart_process): Protect argv strings from GC during
6032 encoding.
6033
6034 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6035
6036 * sysdep.c: Include <ctype.h>.
6037
6038 2009-04-27 David Reitter <david.reitter@gmail.com>
6039
6040 * nsfont.m (nsfont_open): Remove unused variable shrink.
6041 Remove commented-out code.
6042
6043 2009-04-26 Johan Bockgård <bojohan@gnu.org>
6044
6045 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6046
6047 2009-04-25 Jason Rumney <jasonr@gnu.org>
6048
6049 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6050
6051 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6052
6053 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6054 Swap bytes in short integer if fringe bitmap width > 8.
6055
6056 2009-04-23 Kenichi Handa <handa@m17n.org>
6057
6058 * xfaces.c (Fx_list_fonts): If a font size is specified in
6059 PATTERN, set it in returned scalable fonts.
6060
6061 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * keyboard.c (Fset_input_meta_mode): Doc fix.
6064
6065 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6066
6067 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
6068
6069 * coding.c (Fterminal_coding_system): Doc fix.
6070
6071 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6072 (Fx_display_pixel_height, Fx_display_planes)
6073 (Fx_display_color_cells, Fx_server_max_request_size)
6074 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6075 (Fx_display_mm_height, Fx_display_mm_width)
6076 (Fx_display_backing_store, Fx_display_visual_class)
6077 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6078 Doc fixes, replacing "terminal id" with "terminal object".
6079 (check_x_display_info): Handle terminal objects instead of
6080 terminal ids.
6081
6082 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6083 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
6084 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6085 Doc fixes, replacing "terminal id" with "terminal object".
6086
6087 2009-04-21 Kenichi Handa <handa@m17n.org>
6088
6089 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
6090 (font_score): Check AVGWIDTH too.
6091
6092 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6093 worst case.
6094 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6095 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
6096
6097 2009-04-19 Jason Rumney <jasonr@gnu.org>
6098
6099 The following changes fix Bug#3005 for wide glyphs on each platform,
6100 without reintroducing Bug#1258 for stretch glyphs.
6101
6102 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6103 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6104 get_phys_cursor_geometry.
6105
6106 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
6107 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6108 using get_phys_cursor_geometry.
6109
6110 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
6111 correctly calculated.
6112
6113 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6114
6115 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
6116 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
6117 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
6118 is deprecated.
6119
6120 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
6121
6122 * font.c (font_put_frame_data): Use xfree instead of free.
6123
6124 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * w32font.c (Qja, Qko): Remove declarations.
6127 (syms_of_w32font): Don't DEFSYM them.
6128
6129 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * font.c (Qja, Qko): Move definitions here from ftfont.c.
6132
6133 * font.h (Qja, Qko): Extern them.
6134
6135 * ftfont.c (Qja, Qko): Remove declarations.
6136
6137 * xfont.c (Qja, Qko): Remove declarations.
6138
6139 2009-04-17 Kenichi Handa <handa@m17n.org>
6140
6141 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
6142 string from a vector to handle Latin-1 characters correctly.
6143
6144 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
6145 entity even if the cache hits.
6146
6147 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
6148
6149 * search.c (boyer_moore): Use zero as marker value for a possible
6150 match instead of depending on overflow behavior. (Bug#2844)
6151
6152 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6153 * lisp.h: Adjust prototypes.
6154
6155 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6158 change (Bug#3003).
6159
6160 2009-04-16 Kenichi Handa <handa@m17n.org>
6161
6162 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
6163
6164 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6165 adstyle.
6166
6167 * ftfont.c (Qja, Qko): Don't make them static.
6168 (enum ftfont_cache_for): New enum.
6169 (fc_charset_table): Undo the previous change.
6170 (ftfont_get_latin1_charset): Delete it.
6171 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6172 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
6173 non-scarable font, try to get AVERAGE_WIDTH.
6174 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6175 Change ft_face_cache from a list of a hash-table. Don't check
6176 `ja' and `ko' adstyle here.
6177 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6178 FTFONT_CACHE_FOR_CHARET.
6179 (ftfont_get_charset): Undo the previous change.
6180 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
6181 (ftfont_close): Likewise.
6182 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6183
6184 * font.c (font_sort_entites): Change the meaning of the arg
6185 BEST-ONLY. Don't optimize for VEC of lenght 1.
6186 (font_select_entity): Just return the value of font_sort_entites.
6187
6188 * xfaces.c (merge_face_vectors): Reflect font properties in
6189 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6190 font_clear_prop if a face attribute doesn't change.
6191
6192 * charset.h (charset_ksc5601): Extern it.
6193
6194 * charset.c (charset_ksc5601): New variable.
6195 (Fdefine_charset_internal): Set charset_ksc5601.
6196 (init_charset_once): Initialize charset_ksc5601 to -1.
6197
6198 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6199
6200 * fileio.c (history_delete_duplicates): Remove unused declaration.
6201
6202 * callint.c (history_delete_duplicates): New declaration.
6203 (Fcall_interactively): Remove command history duplicates when
6204 history_delete_duplicates is true.
6205
6206 2009-04-14 Eli Zaretskii <eliz@gnu.org>
6207
6208 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6209
6210 2009-04-14 Kenichi Handa <handa@m17n.org>
6211
6212 * font.c (Ffont_info): Fix docstring. Fix the second element of
6213 the returned value (bug#2949).
6214
6215 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6218
6219 2009-04-14 Kenichi Handa <handa@m17n.org>
6220
6221 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6222 encoding charset is ascii_compatible.
6223
6224 * charset.c (Fdefine_charset_internal): Make charset
6225 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6226 code_offset is 0, and covers all ASCII characters.
6227
6228 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6231 (ns_string_to_pasteboard_internal):
6232 * nsmenu.m (process_dialog):
6233 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6234 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6235 * lisp.h (Fx_load_color_file): Declare.
6236
6237 2009-04-13 Kenichi Handa <handa@m17n.org>
6238
6239 * font.c (font_delete_unmatched): Preserve the order of list elements.
6240 (font_select_entity): Suppress the code to optimize for the same
6241 kind of fonts.
6242 (font_load_for_lface): Get a font that supports at least ASCII
6243 characters.
6244
6245 * ftfont.c (Qja, Qko): New variables.
6246 (fc_charset_table): Delete uniquifier data for iso8859-1.
6247 (ftfont_get_latin1_charset): New function.
6248 (get_adstyle_property): New function.
6249 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6250 bitmap fonts.
6251 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6252 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6253 `ko' or `ja'.
6254 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
6255 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
6256 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6257 property.
6258 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6259 (syms_of_ftfont): DEFSYM Qja and Qko.
6260
6261 2009-04-09 Kenichi Handa <handa@m17n.org>
6262
6263 * charset.c (map_charset_chars): For a charset of `superset'
6264 method, fix calculation of code range.
6265
6266 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6267 from the list of extra properties.
6268 (font_clear_prop): Be sure to delete `:name' font property.
6269
6270 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6271
6272 * dispnew.c (redraw_overlapping_rows): Fix detection of
6273 overlapping for topmost and bottommost rows.
6274
6275 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
6276
6277 2009-04-06 Jason Rumney <jasonr@gnu.org>
6278
6279 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6280
6281 2009-04-06 Kenichi Handa <handa@m17n.org>
6282
6283 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6284
6285 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6286
6287 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6288
6289 * ftfont.c (ftfont_open): Fix checking of the return value of
6290 FT_Load_Char. Fix setting font->underline_thickness.
6291
6292 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6295 (Fterminal_parameters, Fterminal_parameter)
6296 (Fset_terminal_parameter): In doc string, refer to terminal
6297 objects rather than terminal ids.
6298
6299 2009-04-04 Eli Zaretskii <eliz@gnu.org>
6300
6301 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6302 ret_lim_data. (Bug#2867)
6303
6304 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6307 so they don't get wider than the window, matching 2006-01-23
6308 change to the partner function in xdisp.c (Bug#2800).
6309
6310 2009-04-03 Kenichi Handa <handa@m17n.org>
6311
6312 * print.c (print_object): Make each lowest sub_char_table start a
6313 new line (Bug#2866).
6314
6315 2009-04-02 Kenichi Handa <handa@m17n.org>
6316
6317 * fontset.c (fontset_font): Record no-font when a fontset
6318 explicitly tells not to try another font-specs.
6319
6320 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6321
6322 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6323
6324 2009-03-30 Kenichi Handa <handa@m17n.org>
6325
6326 * fontset.c (fontset_from_font): Specify only registry in a
6327 font-spec for all characters supported by that registry.
6328
6329 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6330 even if HAVE_M17N_FLT is not defined.
6331
6332 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6333
6334 * ftfont.c: Conditionalize prototyping and use of
6335 ftfont_variation_glyphs.
6336
6337 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * frame.c (delete_frame): Work around compiler bug.
6340
6341 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6342 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6343 Some more EMACS_INT.
6344 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6345
6346 * xdisp.c (dump_glyph): Fix typo.
6347
6348 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6349 (adjust_markers_gap_motion, adjust_markers_for_delete)
6350 (adjust_markers_for_insert, adjust_point)
6351 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6352 (make_gap, copy_text, count_size_as_multibyte, insert)
6353 (insert_and_inherit, insert_before_markers)
6354 (insert_before_markers_and_inherit, insert_1)
6355 (count_combining_before, count_combining_after, insert_1_both)
6356 (insert_from_string, insert_from_string_before_markers)
6357 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6358 (insert_from_buffer_1, adjust_after_replace)
6359 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6360 (replace_range_2, del_range, del_range_1, del_range_byte)
6361 (del_range_both, del_range_2, modify_region)
6362 (prepare_to_modify_buffer, signal_before_change)
6363 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6364 for buffer positions and sizes.
6365 * lisp.h: Adjust prototypes accordingly.
6366
6367 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6368 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6369 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6370
6371 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6372
6373 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6374
6375 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6376 lines and columns so we keep the same pixel height and width.
6377
6378 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6379 the property _NET_WM_STATE has changed.
6380 (x_handle_net_wm_state): New function to update frame parameter
6381 fullscreen.
6382 (x_term_init): Initialize atoms for _NET_WM_STATE.
6383
6384 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6385
6386 2009-03-27 Kevin Ryde <user42@zip.com.au>
6387
6388 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6389 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6390 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6391 (Fgpm_mouse_stop): Pass that new parameter.
6392 * termhooks.h (close_gpm): Adjust prototype.
6393
6394 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * lisp.h (Fx_focus_frame): Declare.
6397
6398 * callint.c (Fcall_interactively): For '^' just delegate the work to
6399 handle-shift-selection.
6400 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6401
6402 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6405
6406 * data.c (Qinteractive_form): New variable.
6407 (Finteractive_form): Use it.
6408
6409 * eval.c (Fcommandp): Use Qinteractive_form.
6410
6411 2009-03-24 Jason Rumney <jasonr@gnu.org>
6412
6413 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6414 Calculate total size precisely. Decode environment variables
6415 before substituting. (Bug#38)
6416
6417 2009-03-24 Kenichi Handa <handa@m17n.org>
6418
6419 * font.c (find_font_encoding): Return Qnil for unsupported
6420 encoding (Bug#2722).
6421
6422 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6423
6424 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6425 that gdpy is set.
6426
6427 2009-03-22 Alan Mackenzie <acm@muc.de>
6428
6429 * callint.c (Finteractive): Clarify the doc string - even
6430 promptless elements need \n separators.
6431
6432 2009-03-22 Jason Rumney <jasonr@gnu.org>
6433
6434 * w32term.c (syms_of_w32term): Doc fix for
6435 x-use-underline-position-properties.
6436
6437 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6438
6439 * w32.c (getpwuid): Change argument type to unsigned.
6440 (struct w32_id): Change type of `rid' member to unsigned.
6441 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6442 argument ID to unsigned. All callers changed.
6443 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6444
6445 2009-03-20 Eli Zaretskii <eliz@gnu.org>
6446
6447 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6448 negative, produce a float value.
6449
6450 * dired.c (make_uid, make_gid): New functions.
6451 (Ffile_attributes): Use them to avoid negative UID and GID.
6452
6453 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
6454
6455 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6456 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6457 Fix typos in docstrings.
6458
6459 2009-03-19 Kenichi Handa <handa@m17n.org>
6460
6461 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6462 changed, use font_load_for_lface to get a new font object.
6463 Call free_realized_fontset after handling ASCII font change.
6464
6465 * frame.c (x_set_font): Handle the case that ARG is a cons.
6466
6467 2009-03-19 Glenn Morris <rgm@gnu.org>
6468
6469 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6470
6471 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6474
6475 2009-03-19 Kenichi Handa <handa@m17n.org>
6476
6477 * charset.c (load_charset_map_from_file): When a mapfile can't be
6478 loaded, signal an error.
6479
6480 2009-03-18 Eli Zaretskii <eliz@gnu.org>
6481
6482 * dired.c (Ffile_attributes): Make sure UID and GID are always
6483 positive, even if the value is too large for a positive EMACS_INT.
6484 Doc fix.
6485
6486 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6487
6488 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6489
6490 * xmenu.c (xdialog_show): Move Fredisplay call ...
6491 (Fx_popup_dialog): ... here.
6492
6493 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * dired.c (file_name_completion): Disable the first optimization just
6496 installed, since it is not implemented correctly.
6497
6498 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * dired.c (file_name_completion): Check completion-ignored-extensions
6501 only if the entry can affect bestmatch.
6502 Stop the search early, as Ftry_completion already does.
6503
6504 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
6507
6508 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
6509
6510 * keyboard.c (parse_menu_item): Don't display remappings as menu
6511 equivalent bindings (Bug#788).
6512
6513 2009-03-15 Jason Rumney <jasonr@gnu.org>
6514
6515 * w32term.h (WM_EMACS_PAINT): New message.
6516 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6517 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6518 before passing to lisp thread. (Bug#950)
6519
6520 2009-03-14 David Reitter <david.reitter@gmail.com>
6521
6522 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6523 variable as it was never reset.
6524 (ns_term_init): Remove initialization of Lisp-settable defaults
6525 and ns_expand_space.
6526 (-setPanelFromDefaultValues): Remove ns_expand_space.
6527 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6528 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
6529 i.e. no additional spacing, similar to Carbon port.
6530
6531 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6532 * nsfns.m (ns-popup-prefs-panel): Remove.
6533
6534 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6535
6536 * sound.c (alsa_configure): Remove call to deprecated
6537 snd_pcm_sw_params_set_xfer_align.
6538
6539 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
6540
6541 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6542 after clicking in a detached tool bar.
6543 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6544
6545 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6546
6547 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6548 int/Lisp_Object mixup).
6549
6550 2009-03-13 Kenichi Handa <handa@m17n.org>
6551
6552 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
6553 Handle NAME nil and t correctly. Callers changed.
6554 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6555 (set_fontset_font): Change ARG to a vector. Handle range_list in
6556 ARG correctly.
6557 (Fset_fontset_font): Fix the case that TARGET is both a script
6558 name and charset name. Adjust the arg to set_fontset_font for
6559 the above change.
6560 (fontset_from_font): Fix previous change.
6561 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
6562 entry. If FONTSET is the default fontset, don't set the extra
6563 slot of the returning char-table.
6564
6565 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * nsfns.m (Fx_close_connection): Doc fix.
6568 (Fns_do_applescript): Reflow docstring.
6569 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6570 (Fx_display_pixel_width, Fx_display_pixel_height)
6571 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6572 Fix typos in docstrings.
6573 (Fns_set_alpha): Fix typos in error messages.
6574
6575 2009-03-12 David Reitter <david.reitter@gmail.com>
6576
6577 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
6578 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6579 were used for such events.
6580
6581 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6582 (toggleToolbar, performDragOperation, runHelp): Use it.
6583
6584 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
6585 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6586
6587 2009-03-11 Kenichi Handa <handa@m17n.org>
6588
6589 * font.h (font_open_by_spec): Extern it.
6590
6591 * font.c (font_open_by_spec): New function.
6592 (font_open_by_name): Use font_open_by_spec.
6593
6594 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6595 fontset of the frame.
6596
6597 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6598 modify the default font of frames that use this fontset.
6599 (num_auto_fontsets): New variable.
6600 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6601 name. Be sure to set FONTSET_ASCII to the correct font name.
6602 (update_auto_fontset_alist): New function.
6603
6604 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * makefile.w32-in: Update dependencies.
6607
6608 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6609
6610 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6611
6612 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6615
6616 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6617
6618 * lread.c (Feval_buffer): Doc fix.
6619
6620 2009-03-09 Kenichi Handa <handa@m17n.org>
6621
6622 * charset.c (Qfile_name_handler_alist): Extern it.
6623 (load_charset_map_from_file): Temporarily bind
6624 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6625
6626 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
6627
6628 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6629 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
6630
6631 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6632
6633 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6634 (x_set_window_size): Change back to calculated method of setting
6635 toolbar height under Cocoa. (Bug#2546)
6636 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6637 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6638
6639 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6640
6641 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6642 accelerator in parens under GNUstep.
6643
6644 2009-03-06 Kenichi Handa <handa@m17n.org>
6645
6646 These changes are to detect incorrect composition sequence without
6647 looking ahead the source. (Bug#2370)
6648
6649 * coding.h: Include "composite.h".
6650 (enum compisition_state): New enum.
6651 (struct compisition_status): New struct.
6652 (struct iso_2022_spec): New member cmp_status.
6653 (struct emacs_mule_spec): New struct.
6654 (struct coding_system): New members ctext_extended_segment_len and
6655 embedded_utf_8. Change the union member
6656 spec.emacs_mule_full_support to spec.emacs_mule.
6657
6658 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6659 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6660 (MAX_ANNOTATION_LENGTH): Define to 5.
6661 (ADD_COMPOSITION_DATA): New arg nbytes.
6662 (emacs_mule_char): New arg cmp_status.
6663 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6664 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6665 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6666 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6667 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6668 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6669 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6670 (EMACS_MULE_COMPOSITION_END): New macro.
6671 (emacs_mule_finish_composition): New function.
6672 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6673 (decode_coding_emacs_mule): Avoid long looking ahead while
6674 handling composition.
6675 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6676 (ENCODE_COMPOSITION_RULE): New macro.
6677 (finish_composition): New function.
6678 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6679 (DECODE_COMPOSITION_START): New implementation.
6680 (DECODE_COMPOSITION_END): Likewise.
6681 (STORE_COMPOSITION_RULE): New macro.
6682 (decode_coding_iso_2022): Avoid long looking ahead while handling
6683 composition, CTEXT extended segment, and embedded UTF-8.
6684 (setup_coding_system): For a coding of type iso-2022, reset
6685 CODING_ISO_EXTSEGMENT_LEN (coding) and
6686 CODING_ISO_EMBEDDED_UTF_8 (coding).
6687 (get_translation): Delete arguments last_block, from_nchars,
6688 to_nchars. Callers changed.
6689 (produce_chars): Don't modify charbuf. Adjusted for the change of
6690 get_translation.
6691 (produce_composition): Adjust for the new annotation sequence.
6692 (handle_composition_annotation): Likewise.
6693 (consume_chars): Adjust for the change of get_translation.
6694
6695 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6696
6697 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
6698
6699 2009-03-05 Kenichi Handa <handa@m17n.org>
6700
6701 * font.c (font_select_entity): New function.
6702 (font_find_for_lface): Use font_select_entity to select a font.
6703
6704 * fontset.c (fontset_find_font): If a font found without
6705 restricting to the characters C doesn't support C, try to find a
6706 font with C restriction.
6707
6708 2009-03-04 Nikolaj Schumacher <me@nschum.de>
6709
6710 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6711
6712 2009-03-04 Jason Rumney <jasonr@gnu.org>
6713
6714 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6715 characters that have already been read. (Bug#2569)
6716
6717 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6718 Log an error message if check_image_size failed.
6719 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6720 (gs_load): Mention max-image-size in size error message. (Bug#2560)
6721
6722 2009-03-02 Eli Zaretskii <eliz@gnu.org>
6723
6724 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6725 when decoding process output.
6726
6727 2009-03-01 Richard M Stallman <rms@gnu.org>
6728
6729 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6730
6731 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6732
6733 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6734
6735 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6736 (decode_coding_emacs_mule, decode_coding_iso_2022)
6737 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6738 (decode_coding_raw_text, decode_coding_charset)
6739 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6740 Honor inhibit-eol-conversion. (Bug #2186)
6741
6742 2009-02-28 Jason Rumney <jasonr@gnu.org>
6743
6744 * coding.c (detect_coding_charset): If not checking latin extra,
6745 fail on characters between 0x80 and 0xA0. (Bug#2354)
6746
6747 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6748
6749 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6750 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
6751
6752 2009-02-27 Glenn Morris <rgm@gnu.org>
6753
6754 * callint.c (Finteractive): Doc fix.
6755
6756 2009-02-27 Kenichi Handa <handa@m17n.org>
6757
6758 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6759
6760 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6761
6762 * font.c (font_style_to_value): Set value for unknown symbols to
6763 100 instead of 255.
6764 (weight_table, slant_table, width_table): Treat "unspecified" as
6765 the default value.
6766
6767 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6770
6771 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6774 error as soon as a recursive load is detected.
6775
6776 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6777
6778 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6779 before caching.
6780
6781 2009-02-24 Kenichi Handa <handa@m17n.org>
6782
6783 * fontset.c (fontset_find_font): Fix the condition for checking
6784 unavailable font.
6785
6786 2009-02-24 Glenn Morris <rgm@gnu.org>
6787
6788 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6789 whitespace that confuses documentation.
6790
6791 2009-02-23 Miles Bader <miles@gnu.org>
6792
6793 * process.c (Flist_system_processes, Fprocess_attributes)
6794 (syms_of_process): Rename `system-process-attributes' to
6795 `process-attributes'.
6796
6797 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6798
6799 * coding.h (struct coding_system): Make safe_charsets a pointer to
6800 unsigned char.
6801 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6802 being 255.
6803 (SAFE_CHARSET_P): Likewise.
6804 (setup_iso_safe_charsets): Properly setup safe_charsets.
6805 (Fdefine_coding_system_internal): Likewise.
6806 (setup_coding_system): Likewise. Remove unneeded casts.
6807 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6808 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6809 unneeded casts.
6810
6811 * insdel.c (del_range_2): Don't modify gap contents when called
6812 from decode_coding_object. (Bug#1809)
6813
6814 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6815
6816 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6817 Qfont_object.
6818 (Ftype_of): Recognize font objects.
6819
6820 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6821
6822 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6823 moved to data.c.
6824
6825 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6826
6827 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6828 async_iconified. Based on a patch by Christian Lynbech
6829 <christian.lynbech@tieto.com>.
6830 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6831
6832 2009-02-20 Glenn Morris <rgm@gnu.org>
6833
6834 * syntax.c (Fskip_chars_forward): Fix doc typo.
6835
6836 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6839
6840 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
6841
6842 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6843
6844 2009-02-19 Kenichi Handa <handa@m17n.org>
6845
6846 * coding.c (detect_coding): Preserve coding->mode.
6847 Don't overflow coding->carryover. (Bug#2370)
6848
6849 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6850
6851 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6852
6853 2009-02-18 Kenichi Handa <handa@m17n.org>
6854
6855 * font.c (font_check_otf_features): Fix handling of `nil' element.
6856 (Ffont_spec): Describe :lang and :otf in the docstring.
6857
6858 2009-02-16 Andreas Schwab <schwab@suse.de>
6859
6860 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6861 string.
6862
6863 2009-02-16 Kenichi Handa <handa@m17n.org>
6864
6865 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
6866 (Bug#1723)
6867
6868 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
6871
6872 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6873 (handle_line_prefix): Suppress wrapping of wrap prefixes.
6874
6875 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6876
6877 * msdos.c (MAX_SCREEN_BUF): New macro.
6878 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6879 Encode the entire run of glyphs sharing the same face, instead of
6880 doing that one glyph at a time (fixes a bug with displaying
6881 double-size characters).
6882
6883 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6884
6885 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6886
6887 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6888 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
6889 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
6890
6891 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
6892 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
6893
6894 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * keyboard.c (adjust_point_for_property): Allow stopping between two
6897 invisible areas.
6898
6899 2009-02-12 Jason Rumney <jasonr@gnu.org>
6900
6901 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
6902 (add_font_entity_to_list): Call check_face_name even when family
6903 is unspecified.
6904
6905 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6906 Release DC when finished. Use NULL window to refer to desktop.
6907 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
6908
6909 * w32font.c (add_font_entity_to_list): Fix check for substituted
6910 raster fonts. (Bug#2219)
6911
6912 2009-02-12 Kenichi Handa <handa@m17n.org>
6913
6914 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6915 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6916 (autocmp_chars): Use fast_looking_at. Don't compose more
6917 characters than MAX_COMPOSITION_COMPONENTS.
6918 (find_automatic_composition): While looking forward and backward,
6919 check static composition. Fix where to stop looking forward.
6920 (composition_adjust_point): Fix checking of static composition.
6921 (Fcomposition_get_gstring): Pay attention to
6922 MAX_COMPOSITION_COMPONENTS.
6923
6924 * lisp.h (fast_looking_at): Extern it.
6925
6926 * search.c (fast_looking_at): New function.
6927
6928 * term.c (encode_terminal_code): Adjust for the change of
6929 <struct glyph>.u.cmp.to.
6930 (append_composite_glyph): Likewise.
6931
6932 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
6933 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
6934 composition.
6935 (append_composite_glyph): Adjust for the change of
6936 <strcut glyph>.u.cmp.to.
6937
6938 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
6939
6940 * casetab.c (init_casetab_once):
6941 * coding.c (ALLOC_CONVERSION_WORK_AREA):
6942 * font.c (font_update_lface):
6943 * fontset.c (Fnew_fontset):
6944 * ftfont.c (ftfont_drive_otf):
6945 * xfont.c (xfont_open):
6946 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6947
6948 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * fileio.c (Fwrite_region): !NILP -> CONSP.
6951
6952 2009-02-10 Andreas Schwab <schwab@suse.de>
6953
6954 * process.c (send_process): Properly relocate pointer into data
6955 when using encoded data. (Bug#2272)
6956
6957 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
6958
6959 * coding.c (detect_coding_charset): Fix previous change.
6960
6961 2009-02-08 Jason Rumney <jasonr@gnu.org>
6962
6963 * w32fns.c (w32_hide_hourglass): Handle case where frame
6964 disappeared while hourglass was displayed. (Bug #2193)
6965
6966 2009-02-07 Andreas Schwab <schwab@suse.de>
6967
6968 * unexelf.c (unexec): Fix error message.
6969
6970 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
6971
6972 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
6973 when modal window is active. (Bug #2152)
6974 (applicationShouldTerminate:): Remove now-unneeded while loop
6975 around NSRunAlertPanel.
6976
6977 * nsmenu.m (popupSession): New file-global variable.
6978 (pop_down_menu): End the popupSession before closing dialog.
6979 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6980 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6981 don't query NSApp for events (just sleep instead).
6982
6983 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6984
6985 * coding.c (syms_of_coding) <translation-table-for-input>:
6986 Modify doc string to discourage use for character code unification.
6987
6988 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6989
6990 * atimer.c (run_timers): Update pending_atimers.
6991
6992 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * image.c (svg_load_image): Fix last change.
6995
6996 * xfns.c (Fx_create_frame): Signal an error if no font is
6997 found (Bug#2147).
6998
6999 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
7000
7001 * character.c (syms_of_character) <script-representative-chars>:
7002 Fix typo in docstring.
7003
7004 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7005
7006 * nsmenu.m (pop_down_menu): New function.
7007 (ns_popup_dialog): Call it on unwind.
7008 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7009 call timer_check() (Bug#2154).
7010 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7011 handling_signal is set.
7012 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7013
7014 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
7015
7016 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7017
7018 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7019
7020 * keyboard.c (poll_for_input_1, handle_async_input):
7021 Set handling_signal under HAVE_NS.
7022
7023 2009-02-04 Glenn Morris <rgm@gnu.org>
7024
7025 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7026
7027 2009-02-04 Kenichi Handa <handa@m17n.org>
7028
7029 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7030
7031 * charset.c (Fchar_charset): New optional arg restriction.
7032
7033 * coding.h (coding_system_charset_list): Extern it.
7034
7035 * coding.c (coding_system_charset_list): New function.
7036
7037 * composite.c: Include coding.h and termhooks.h.
7038 (composition_gstring_p): Fix for the terminal case.
7039 (composition_gstring_width): Likewise.
7040 (fill_gstring_body): Likewise.
7041 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7042 the frame.
7043 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7044 is within a composition.
7045 (Fcomposition_get_gstring): Fix the terminal case.
7046
7047 * term.c (encode_terminal_code): Fix handling of composition.
7048 (produce_composite_glyph): For static composition, get pixel_width
7049 from struct composition.
7050
7051 2009-02-02 Andreas Schwab <schwab@suse.de>
7052
7053 * unexelf.c (unexec): Handle unaligned bss offset.
7054
7055 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7056
7057 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7058 XT,w32read_socket changes to ns_read_socket.
7059
7060 * keyboard.c (handle_interrupt): Don't call
7061 quit_throw_to_read_char() under NS.
7062
7063 * blockinput.h: Remove NS-specific code.
7064
7065 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7066
7067 * dispnew.c (window_change_signal): Don't try to get the size of a
7068 suspended tty frame.
7069 * term.c (Fresume_tty): Resize if the size has changed while the
7070 tty was suspended.
7071
7072 * alloc.c (mark_stack): Properly conditionalize previous change.
7073
7074 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7075
7076 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7077 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7078 Remove; this code is not used on Windows.
7079
7080 2009-01-30 Eli Zaretskii <eliz@gnu.org>
7081
7082 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7083 EOLs that also has stray ^M characters.
7084
7085 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7086
7087 * atimer.c (run_timers, alarm_signal_handler):
7088 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7089 * w32inevt.c (w32_console_read_socket):
7090 * w32term.c (w32_read_socket):
7091 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7092
7093 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7096 Initialize it as a relative filename pattern.
7097 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7098 (Fcall_process_region): Simplify temp file creation using
7099 temporary-file-directory.
7100
7101 2009-01-29 Eli Zaretskii <eliz@gnu.org>
7102
7103 * msdos.c: Rename pending_signals to msdos_pending_signals.
7104 (sig_suspender, sigprocmask): Adjust.
7105
7106 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * keyboard.c (pending_signals): New var.
7109 (poll_for_input, input_available_signal, init_keyboard): Set it.
7110 (process_pending_signals): New function.
7111
7112 * lisp.h (QUIT): Check pending_signals instead of
7113 interrupt_input_pending. Use process_pending_signals.
7114
7115 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
7116
7117 * process.c (wait_reading_process_output): Use process_pending_signals.
7118
7119 * sysdep.c (emacs_write): Use process_pending_signals.
7120
7121 * xterm.c (XTread_socket): Update pending_signals.
7122
7123 * w32term.c (w32_read_socket): Update pending_signals.
7124
7125 * w32inevt.c (w32_console_read_socket): Update pending_signals.
7126
7127 2009-01-29 Kenichi Handa <handa@m17n.org>
7128
7129 * xftfont.c (xftfont_has_char): New function.
7130 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
7131
7132 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7133
7134 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
7135 under GNUstep.
7136 (ns_query_color): New declaration.
7137
7138 * nsterm.m (ns_confirm_quit): New variable.
7139 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
7140 (EmacsApp-applicationShouldTerminate:): Use it.
7141 (EmacsPrefsController): Let user set it.
7142 (ns_query_color): New function.
7143 (ns_defined_color): Use it.
7144 (ns_initialize): Drop.
7145 (ns_term_init): Add two lines from ns_initialize(), and set
7146 input_interrupt_mode to nil.
7147
7148 * image.c (svg_load_image): Don't right-shift background RGB when
7149 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
7150
7151 2009-01-28 Kenichi Handa <handa@m17n.org>
7152
7153 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7154 (fontset_get_font_group): Remember that no font-group is specified
7155 for C.
7156
7157 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * fns.c (concat): Check for string overflow (bug#1787).
7160
7161 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7162 Quadruple undo limits (bug#1501).
7163
7164 2009-01-27 Kenichi Handa <handa@m17n.org>
7165
7166 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7167 directly use GT_Get_Char_index.
7168
7169 * xftfont.c (struct xftfont_info): New member `index'.
7170
7171 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7172 (Ffontset_font): Adjust for the change of fontset entry.
7173
7174 2009-01-26 Kenichi Handa <handa@m17n.org>
7175
7176 * fontset.c (fontset_find_font): Fix handling of non-cons return
7177 value of fontset_get_font_group.
7178 (fontset_font): Revert last change.
7179
7180 2009-01-26 Jason Rumney <jasonr@gnu.org>
7181
7182 * w32font.c (w32font_list_internal): Return quickly if registry is
7183 unknown. Simplify final return.
7184 (add_font_entity_to_list): Break complex logic down into more
7185 manageable chunks. Move unknown registry check to
7186 w32font_list_internal.
7187
7188 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7189
7190 Changes to remove Feval calls from GUI under NS.
7191
7192 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7193 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
7194 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7195
7196 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7197 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7198 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7199 instead of NON_ASCII_KEYSTROKE_EVENT.
7200 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7201 (EmacsApp-applicationShouldTerminate:): Query user.
7202 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7203 instead of Feval.
7204
7205 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7206
7207 * keyboard.c (kbd_buffer_get_event): Check for it.
7208 (keys_of_keyboard): Define lispy keys for
7209 ns-put/unput-working-text.
7210
7211 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7212 versions.
7213 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7214
7215 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
7218 setting current_buffer directly. (Bug#2044)
7219
7220 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * fontset.c (fontset_font): If we know there is no font, don't do
7223 any work. (Bug#1952, bug#1990).
7224
7225 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
7226
7227 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7228
7229 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
7230 (ns_no_defaults): New declaration.
7231 (main): Use it.
7232
7233 * nsterm.h (ns_no_defaults): New declaration.
7234
7235 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
7236
7237 * nsterm.m (ns_no_defaults): New variable.
7238 (ns_initialize): Don't read defaults when ns_no_defaults.
7239 (EmacsView-readSelectionFromPasteboard:)
7240 (writeSelectionToPasteboard:types:): New stubbed-out methods for
7241 NSServicesRequests protocol. (Bug#1435)
7242 (ns_dumpglyphs_stretch): New function.
7243 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
7244 of 2008-11-15 to other terms. (Bug#615)
7245
7246 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7247
7248 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7249
7250 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7251 call for Sparc64.
7252
7253 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7254
7255 * nsfns.m:
7256 * nsgui.h:
7257 * nsmenu.m:
7258 * nsselect.m:
7259 * nsterm.h:
7260 * nsterm.m: Remove '23' comments that indicated code added during
7261 update from emacs-20 -> emacs-23.
7262
7263 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7264
7265 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
7266 ns_alternate_modifier. (Bug#1217)
7267
7268 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7269 Display all shortcuts, including those w/o super modifier.
7270
7271 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7272
7273 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * fileio.c (Vwrite_region_post_annotation_function)
7276 (Vwrite_region_annotation_buffers): New vars.
7277 (build_annotations_unwind): Just reset
7278 Vwrite_region_annotation_buffers.
7279 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7280 Call write-region-post-annotation-function.
7281 (build_annotations): Add to Vwrite_region_annotation_buffers if
7282 buffer changes.
7283
7284 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7285
7286 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7287 Tiger.
7288 * nsfns.m (ns_do_applescript):
7289 Conditionalize typeUTF16ExternalRepresentation on Tiger.
7290
7291 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7292
7293 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7294
7295 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7296
7297 * nsmenu.m (NSMENUPROFILE): Change #if style.
7298
7299 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7300
7301 * nsterm.m (x_set_frame_alpha): Add prototype.
7302 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7303 handle Ctrl-tab. (Bug#1841)
7304 (ns_get_color): Use unsigned long long for scanned hex string value.
7305 (ns_term_shutdown): Abort on non SIGTERM signals.
7306 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
7307 (EmacsPrefsController-setPanelFromDefaultValues): New function.
7308 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
7309 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7310 (ns_defined_color): Fix settings of the XColor variable fields:
7311 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
7312
7313 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7314 DPI. (Bug#1316)
7315 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7316 values in onTiger section.
7317
7318 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7321 Check return value of font_spec_from_name.
7322 (Fx_list_fonts): Doc fix. (Bug#1951)
7323
7324 * font.c (font_spec_from_name): Return Qnil if font name could not
7325 be parsed.
7326 (font_parse_name): Treat a `?' character as part of an XLFD.
7327
7328 * fns.c (Fsubstring): Doc fix.
7329
7330 2009-01-19 Kenichi Handa <handa@m17n.org>
7331
7332 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7333 (ftfont_list): Likewise.
7334
7335 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * dbusbind.c (Fdbus_register_signal):
7338 * process.c (conv_sockaddr_to_lisp):
7339 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7340
7341 * callproc.c (Fgetenv_internal): Doc fix.
7342
7343 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
7344
7345 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7346 it is not even used.
7347
7348 2009-01-16 Glenn Morris <rgm@gnu.org>
7349
7350 * font.c (Ffont_variation_glyphs): Silence compiler.
7351
7352 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7355 Reported by David Robinow <drobinow@gmail.com>.
7356
7357 2009-01-15 Kenichi Handa <handa@m17n.org>
7358
7359 * coding.c (detect_coding_system): Fix handling of null_byte_found.
7360
7361 2009-01-14 Jason Rumney <jasonr@gnu.org>
7362
7363 * frame.c (x_set_font): Always store a font to the font parameter,
7364 never a fontset. (Bug#1562)
7365
7366 2009-01-14 Kenichi Handa <handa@m17n.org>
7367
7368 * coding.c (TWO_MORE_BYTES): New macro.
7369 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7370
7371 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
7372
7373 * font.c (font_clear_prop): If clearing the family, clear the font
7374 width index too.
7375
7376 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7377
7378 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7381 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7382 functions, use sizeof.
7383
7384 2009-01-12 Martin Rudalics <rudalics@gmx.at>
7385
7386 * keyboard.c (read_char): Fix case where last_nonmenu_event
7387 returned a bad value with submenus. (Bug#447)
7388
7389 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
7390
7391 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7392 family, clear the font width index too.
7393
7394 2009-01-11 Jason Rumney <jasonr@gnu.org>
7395
7396 * keyboard.c (cmd_error_internal): Exit when errors occur before
7397 frame creation and not in daemon mode. (Bug#1836)
7398
7399 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7402 of a display vector, backtrack.
7403 (try_window_reusing_current_matrix): Check glyph type before
7404 referencing charpos member.
7405
7406 2009-01-10 Eli Zaretskii <eliz@gnu.org>
7407
7408 Fix Bug #876:
7409
7410 * coding.c (inhibit_null_byte_detection): New variable.
7411 (detect_coding, detect_coding_system): Don't pay attention to null
7412 bytes if inhibit_null_byte_detection is non-zero.
7413 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7414 <inhibit-iso-escape-detection>: Doc fix.
7415
7416 2009-01-09 Jason Rumney <jasonr@gnu.org>
7417
7418 * w32font.c (add_font_entity_to_list): Don't report unknown
7419 Windows charset as any unrecognized registry. (Bug#1548)
7420 Only report Unicode Plane 2 fonts as unicode-sip.
7421
7422 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * xfaces.c (Fx_font_family_list): Delete function.
7425 Move compatibility version to faces.el.
7426
7427 * font.c (Ffont_family_list): Return a list of strings, not symbols.
7428
7429 2009-01-09 Martin Rudalics <rudalics@gmx.at>
7430
7431 * frame.c (x_set_frame_parameters): Remember requested value for
7432 fullscreen before it's reset by the parameter handler.
7433
7434 2009-01-09 Glenn Morris <rgm@gnu.org>
7435
7436 * keyboard.c (last_command_char): For clarity, rename to...
7437 (last_command_event): ... and update all users.
7438 (last_input_char): For clarity, rename to...
7439 (last_input_event): ... and update all users.
7440 (last-command-char, last-input-char): Move to subr.el as aliases.
7441 * cmds.c, commands.h: Update for last_command_char rename.
7442
7443 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
7444
7445 * font.c (font_open_for_lface): Handle unspecified height attribute.
7446
7447 2009-01-08 Jason Rumney <jasonr@gnu.org>
7448
7449 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7450 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7451 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7452 Don't declare.
7453 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
7454 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7455
7456 2009-01-07 Kenichi Handa <handa@m17n.org>
7457
7458 * fileio.c (Finsert_file_contents): In the case of replace,
7459 remember the coding system used for decoding in
7460 coding_system (Bug#1039).
7461
7462 * coding.c (decode_coding_utf_8): Check byte_after_cr before
7463 breaking the loop. (Bug#870)
7464 (decode_coding_utf_16, decode_coding_emacs_mule)
7465 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7466 (decode_coding_charset): Likewise.
7467
7468 2009-01-05 Martin Rudalics <rudalics@gmx.at>
7469
7470 * frame.c (x_set_frame_parameters): Make sure height (width) get
7471 applied when fullwidth (fullheight) is set. (Bug#1522)
7472
7473 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7476 (utc_base): Declare as ULONGLONG, not long double.
7477 (convert_time_raw): Delete.
7478 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7479 (initialize_utc_base): New function.
7480 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7481 (convert_from_time_t): Use initialize_utc_base; compute result with
7482 64-bit arithmetic.
7483 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7484
7485 2009-01-03 Eli Zaretskii <eliz@gnu.org>
7486
7487 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
7488 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7489 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7490 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7491 [!subprocesses]: Define.
7492 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7493 (Flist_system_processes, Fsystem_process_attributes)
7494 [!subprocesses]: Call list_system_processes and
7495 system_process_attributes instead of returning Qnil.
7496
7497 * dosfns.c (system_process_attributes, list_system_processes):
7498 New functions.
7499
7500 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7501
7502 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7503 Don't use the default (no-op) implementation.
7504
7505 2009-01-03 Jason Rumney <jasonr@gnu.org>
7506
7507 * keyboard.c (parse_modifiers_uncached): Wheel events are
7508 clicks (bug#687).
7509
7510 * w32term.c (x_query_colors, x_query_color): New functions.
7511
7512 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7513 (svg_load_image): Cast returned pointers from dynamically loaded
7514 functions. Eliminate W32 specific code.
7515
7516 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7517
7518 * nsfns.m (x_set_foreground_color, x_set_background_color)
7519 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7520 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7521 x_ prefix instead of ns_. Update references.
7522 (syms_of_nsfns): Add a FIXME comment.
7523
7524 * nsterm.m (x_set_cursor_type): New prototype.
7525 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7526
7527 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7528 for Solaris instead of incorrectly providing Qutime and Qcutime.
7529
7530 2009-01-02 Eli Zaretskii <eliz@gnu.org>
7531
7532 * w32.c (process_times): Compute sum of utime and stime.
7533 (system_process_attributes): Add Qtime to the alist.
7534
7535 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7536 and add them to the alist.
7537
7538 * process.c (top level) <Qtime, Qctime>: New variables.
7539 (syms_of_process): staticpro them.
7540 (Fsystem_process_attributes): Add their documentation to the doc
7541 string.
7542
7543 * process.h: Declare Qtime and Qctime.
7544
7545 2009-01-02 Jason Rumney <jasonr@gnu.org>
7546
7547 * image.c (Qgobject): New symbol.
7548 (syms_of_image): Initialize it.
7549 (init_svg_functions): Load some functions from gobject library.
7550
7551 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7552
7553 * frame.c (make_terminal_frame): Remove redundant code and useless
7554 block.
7555
7556 2009-01-01 Andreas Schwab <schwab@suse.de>
7557
7558 * process.c (conv_sockaddr_to_lisp): Add workaround for
7559 getsockname bug on BSD.
7560
7561 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * xfns.c (x_create_tip_frame): Set border width of the X window.
7564
7565 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
7566
7567 2009-01-01 Jason Rumney <jasonr@gnu.org>
7568
7569 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
7570 Don't block input, as per earlier xterm.c changes.
7571
7572 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7573
7574 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7575 (ns_appkit_version_int): New function.
7576 (x-server-version): Use ns_appkit_version_int and follow 21+
7577 convention of returning 3 integers.
7578
7579 2008-12-30 Kenichi Handa <handa@m17n.org>
7580
7581 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7582 (CHAR_SURROGATE_PAIR_P): New macro.
7583
7584 * font.h (struct font_driver): New member get_variation_glyphs.
7585
7586 * font.c (font_range): Don't require a font for a variation selector.
7587 (Ffont_variation_glyphs): New function.
7588 (syms_of_font): Defsubr it.
7589
7590 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7591 ftfont_variation_glyphs.
7592 (setup_otf_gstring): New function.
7593 (ftfont_drive_otf): Use it.
7594 (ftfont_shape_by_flt): Handle variation selector.
7595 (ftfont_variation_glyphs): New function.
7596
7597 2008-12-30 Martin Rudalics <rudalics@gmx.at>
7598
7599 * frame.c (Vemacs_iconified): Remove.
7600
7601 2008-12-30 Jason Rumney <jasonr@gnu.org>
7602
7603 * frame.c (store_frame_param, x_get_arg): Enable newer code on
7604 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7605
7606 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * indent.c (Fvertical_motion): Don't advance iterator if we have
7609 reseated to the desired position.
7610
7611 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7612 checking for pos match.
7613
7614 2008-12-30 Kenichi Handa <handa@m17n.org>
7615
7616 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7617 just get the low 8-bit of the code.
7618
7619 * font.c (font_intern_prop): Validate str as multibyte.
7620
7621 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7622
7623 * dispextern.h (struct face): Move lface and hash from the middle
7624 of bitfields.
7625
7626 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7627
7628 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7629
7630 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7631 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7632 instead of intervals.h.
7633
7634 2008-12-26 Andreas Schwab <schwab@suse.de>
7635
7636 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7637 cons.
7638
7639 2008-12-26 Martin Rudalics <rudalics@gmx.at>
7640
7641 * textprop.c (Qminibuffer_prompt): New variable.
7642 (syms_of_textprop): Initialize it.
7643 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7644 in minibuffer-prompt face. (Bug#1662)
7645
7646 2008-12-25 Jason Rumney <jasonr@gnu.org>
7647
7648 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7649
7650 2008-12-24 Jason Rumney <jasonr@gnu.org>
7651
7652 * ralloc.c (r_alloc_reset_variable): New function.
7653
7654 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7655 record of what points where. (Bug#716)
7656
7657 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7658
7659 * minibuf.c (read_minibuf): Follow the non-interactive case when
7660 running as a daemon, before detaching.
7661
7662 2008-12-22 Andreas Schwab <schwab@suse.de>
7663
7664 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7665 * gtkutil.c (free_widget_value): Use xfree instead of free.
7666
7667 2008-12-22 Martin Rudalics <rudalics@gmx.at>
7668
7669 * frame.c (delete_frame): New function derived from
7670 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7671 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7672 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7673 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7674 * frame.h: Extern delete_frame.
7675 * window.c (window_loop):
7676 * terminal.c (delete_terminal):
7677 * xterm.c (x_connection_closed):
7678 * xfns.c (Fx_hide_tip):
7679 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7680
7681 2008-12-21 Jason Rumney <jasonr@gnu.org>
7682
7683 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7684 when character maps to .notdef character.
7685
7686 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7689
7690 2008-12-20 Jason Rumney <jasonr@gnu.org>
7691
7692 * frame.c (Fmake_terminal_frame): Raise an error when called from
7693 a graphical frame on Windows. (Bug#1325)
7694
7695 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7696
7697 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7698
7699 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * minibuf.c (Fread_buffer): Doc fix.
7702
7703 2008-12-20 Jason Rumney <jasonr@gnu.org>
7704
7705 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7706 server name in UNC paths. (Bug#719)
7707
7708 * coding.c (decode_coding): Clear chars_at_source flag when using
7709 charbuf. (Bug#1035)
7710
7711 2008-12-19 Daniel Engeler <engeler@gmail.com>
7712
7713 * sysdep.c (serial_configure): Fix typo.
7714
7715 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7716
7717 * sysdep.c: Include alloca.h.
7718 (system_process_attributes): Add implementation for Solaris.
7719
7720 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7721
7722 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7723
7724 Reorganize implementation of Flist_system_processes and
7725 Fsystem_process_attributes. No functional changes.
7726 * process.c: Don't #include pwd.h, grp.h and limits.h.
7727 (Flist_system_processes): Just call list_system_processes.
7728 (Fsystem_process_attributes): Just call system_process_attributes.
7729 (procfs_list_system_processes, time_from_jiffies)
7730 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7731 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7732
7733 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7734 (list_system_processes): Rename from
7735 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7736 Provide a do nothing implementation.
7737 (system_process_attributes): Rename from
7738 procfs_list_system_processes.
7739 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7740 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7741
7742 * w32.c (list_system_processes): Rename from
7743 w32_list_system_processes.
7744 (system_process_attributes): Rename from
7745 w32_system_process_attributes.
7746
7747 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7748
7749 * process.h (w32_list_system_processes)
7750 (w32_system_process_attributes): Remove.
7751 (list_system_processes, system_process_attributes):
7752 New prototypes.
7753
7754 2008-12-19 Kenichi Handa <handa@m17n.org>
7755
7756 * xfont.c (xfont_decode_coding_xlfd): New function.
7757 (xfont_encode_coding_xlfd): New function.
7758 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7759 (xfont_list): Decode and encode XLFD by iso-8859-1.
7760 (xfont_match): Likewise.
7761 (xfont_list_family): Likewise.
7762 (xfont_open): Likewise.
7763
7764 * ftfont.c (ftfont_open): Generate a multibyte string if given
7765 names are utf-8.
7766
7767 * xftfont.c (xftfont_open): Generate a multibyte string if given
7768 names are utf-8.
7769
7770 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7771
7772 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7773 changed.
7774 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7775 clicked on a detached tool bar button.
7776
7777 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7778
7779 * emacs.c (main): Print and error and exit when no data is read
7780 from the pipe.
7781
7782 2008-12-17 Jason Rumney <jasonr@gnu.org>
7783
7784 * w32font.c (w32font_has_char): Always return -1.
7785
7786 2008-12-16 Kenichi Handa <handa@m17n.org>
7787
7788 * font.c (font_open_entity): Fix previous change.
7789
7790 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7791
7792 * process.c: Include <limits.h>.
7793
7794 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
7795
7796 * font.c (font_update_drivers): Fix mistake in reconstructing the
7797 driver list.
7798
7799 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
7800
7801 * font.c (font_clear_cache): Fix format of font cache data.
7802
7803 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
7804
7805 * xftfont.c (xftfont_open): Free Xft font pattern if
7806 XftFontOpenPattern fails.
7807
7808 * xterm.c (x_free_frame_resources): Remove extraneous call to
7809 free_frame_faces.
7810
7811 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * xterm.c (x_delete_display): Move xim_close_dpy call to
7814 x_delete_terminal.
7815 (x_delete_terminal): Call xim_close_dpy.
7816
7817 2008-12-13 Jason Rumney <jasonr@gnu.org>
7818
7819 * w32font.c (intern_font_name): New function.
7820 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7821 (w32font_open_internal, Fx_select_font): Decode font name.
7822 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7823
7824 * w32font.h (intern_font_name): Declare new function.
7825
7826 * w32uniscribe.c (add_opentype_font_name_to_list):
7827 Use intern_font_name.
7828
7829 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7830
7831 * frame.c (Fdelete_frame): Call free_font_driver_list.
7832
7833 * font.c (free_font_driver_list): Implement missing function.
7834
7835 * w32term.c (w32_term_init): Don't initialize the image cache
7836 here; it will be done in init_frame_faces.
7837
7838 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7839 (struct x_display_info): Remove unused member null_pixel. New
7840 member xim_callback_data.
7841
7842 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7843 (xim_initialize): Save pointer to callback function data.
7844 (xim_close_dpy): Free callback function data. Call XCloseIM,
7845 reverting 2008-11-04 change by David Smith.
7846 (x_term_init): Don't initialize the image cache here; it will be
7847 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7848 (x_delete_display): Free x_dnd_atoms member.
7849
7850 2008-12-13 Kenichi Handa <handa@m17n.org>
7851
7852 * font.c (font_rescale_ratio): Moved from xfaces.c.
7853 Argument type changed. Handle a font-spec too.
7854 (font_score): Check Vface_font_rescale_alist.
7855 (font_open_entity): Likewise. (Bug#1547)
7856
7857 * xfaces.c (font_rescale_ratio): Moved to font.c.
7858
7859 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7862
7863 2008-12-12 Jason Rumney <jasonr@gnu.org>
7864
7865 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7866 Vwindow_system_version to the real w32 major version.
7867
7868 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7869
7870 * term.c (init_tty): Move setting the terminal name before the
7871 potential user: maybe_fatal.
7872
7873 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7876 all callers changed. Call free_frame_faces to free the face cache.
7877
7878 2008-12-11 Jason Rumney <jasonr@gnu.org>
7879
7880 * w32font.c (fill_in_logfont): Don't assume symbol script means
7881 SYMBOL_CHARSET. (Bug#547)
7882
7883 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
7884 size for surrogates. (Bug#1096, bug#872)
7885
7886 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7887
7888 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7889
7890 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7891
7892 * process.c (Fsystem_process_attributes, syms_of_process):
7893 Fix typo in name of Ssystem_process_attributes.
7894 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7895
7896 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * syntax.c (Fmodify_syntax_entry): Doc fix.
7899
7900 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7901
7902 * font.c (Ffont_spec): Move usage to end of docstring.
7903
7904 2008-12-10 Jason Rumney <jasonr@gnu.org>
7905
7906 * w32font.c (Qcham): New symbol.
7907 (font_supported_scripts): Add cham, and comments for other new
7908 scripts in bitfield from OpenType spec.
7909 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7910 contain characters beyond the bmp.
7911
7912 2008-12-10 Kenichi Handa <handa@m17n.org>
7913
7914 * ftfont.c (fc_charset_table): Add "unicode-sip".
7915 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7916 Qunicode_sip.
7917
7918 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7919
7920 * coding.c (QCdefault_char): Rename from QCdefalut_char.
7921 (Fcoding_system_put): Use QCdefault_char.
7922 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7923
7924 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * xftfont.c (syms_of_xftfont): Fix typo.
7927
7928 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
7929
7930 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7931
7932 * emacs.c (main): Close daemon_pipe on exec.
7933
7934 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
7935
7936 * termchar.h (struct tty): New members termcap_term_buffer and
7937 termcap_strings_buffer.
7938
7939 * term.c (encode_terminal_code): Free any previous memory blocks
7940 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
7941 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
7942 All callers changed.
7943 (init_tty): Store termcap data and string buffers in new struct
7944 tty members termcap_term_buffer and termcap_strings_buffer.
7945 (delete_tty): Free them.
7946 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
7947
7948 2008-12-07 Seiji Zenitani <zenitani@mac.com>
7949
7950 * nsfns.m (ns_set_background_color): Remove code duplication.
7951 It was a substitute for face-transparency on OS X 10.3.
7952
7953 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
7954
7955 * coding.c (make_conversion_work_buffer): Disable buffer
7956 modification hooks in the work buffer.
7957
7958 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7959
7960 * process.c (procfs_system_process_attributes): If `nread' has a
7961 negative value, assign zero to it.
7962
7963 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * eval.c (Vdebug_on_error): Doc fix.
7966
7967 2008-12-05 Kenichi Handa <handa@m17n.org>
7968
7969 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7970 second character is a combining character.
7971
7972 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7973
7974 * process.c (procfs_system_process_attributes): Don't use cmd,
7975 cmdsize, and q without initializing them first.
7976
7977 2008-12-04 Jason Rumney <jasonr@gnu.org>
7978
7979 * w32font.c (w32font_draw): Initialize orig_clip before getting
7980 it, and delete it when finished.
7981
7982 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7985 case when running as a daemon before detaching.
7986
7987 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
7988
7989 * w32.c (init_environment): Don't unload library shell32.dll.
7990
7991 2008-12-03 Kenichi Handa <handa@m17n.org>
7992
7993 * font.c (font_at): Set `multibyte' at first.
7994
7995 * coding.c (decode_coding_charset): Check type of an element of
7996 vector VALIDS.
7997 (encode_coding_emacs_mule): Be sure to set `code'.
7998
7999 * fontset.c (face_for_char): Handle invalid charset property correctly.
8000 (font_for_char): Likewise.
8001
8002 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * font.c (Fopen_font): Compute pixel size correctly.
8005 (font_update_lface): Handle fonts with corrupted size specs,
8006 i.e. non-int and non-float.
8007
8008 * ftfont.c (ftfont_match): Initialize entity variable.
8009 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8010 (ftfont_list_family): Initialize list var earlier.
8011
8012 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8013
8014 * xterm.c (x_draw_glyph_string): Fall back on
8015 underline_minimum_offset for underline position.
8016
8017 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8018
8019 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8020
8021 * character.c (c_string_width): Specify the type for LEN.
8022
8023 2008-12-03 Kenichi Handa <handa@m17n.org>
8024
8025 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
8026 (decode_coding_utf_8): Likewise.
8027 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
8028 (produce_chars): Initialize consumed_chars to 0.
8029
8030 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * keyboard.c (make_lispy_position): Only use PT if the selected
8033 window is current.
8034
8035 2008-12-02 Andreas Schwab <schwab@suse.de>
8036
8037 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8038
8039 * doprnt.c (doprnt1): Fix size of charbuf.
8040
8041 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8042
8043 * keyboard.c (timer_check): Revert last change.
8044
8045 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8048
8049 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * makefile.w32-in: Update dependencies.
8052 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8053
8054 2008-12-01 Andreas Schwab <schwab@suse.de>
8055
8056 * font.c (register_font_driver): Use xmalloc.
8057 (font_put_frame_data): Likewise.
8058
8059 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
8060
8061 * xfaces.c (realize_x_face): Make abort condition clearer.
8062
8063 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8064
8065 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * keyboard.c (timer_check): After a timer runs, ensure that the
8068 selected window's buffer is current.
8069
8070 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8073 It was accidentally restored by the Unicode merge.
8074
8075 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8076
8077 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
8078
8079 * w32proc.c: Include "coding.h".
8080 (Fw32_short_file_name): Encode filename passed to Windows API.
8081 (Fw32_long_file_name): Encode filename passed to Windows API and
8082 decode back the result. (Bug#1433)
8083
8084 2008-11-29 Kenichi Handa <handa@m17n.org>
8085
8086 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8087 not before accessing it.
8088
8089 * charset.c (Fdefine_charset_internal): After calculating
8090 min_char, max_char, and fastmap, copy the charset structure again.
8091 (encode_char): Fix the previous change.
8092
8093 2008-11-28 Seiji Zenitani <zenitani@mac.com>
8094
8095 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8096
8097 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8098
8099 * nsterm.m (x_set_frame_alpha): New function.
8100
8101 2008-11-27 Eli Zaretskii <eliz@gnu.org>
8102
8103 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8104
8105 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
8106
8107 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8108 pointer to check_face_name.
8109
8110 2008-11-27 Kenichi Handa <handa@m17n.org>
8111
8112 * category.h (SET_CATEGORY_SET): Call set_category_set.
8113 (set_category_set): Extern it.
8114
8115 * category.c (hash_get_category_set): New function.
8116 (Fmodify_category_entry): Adjusted for the change of
8117 char_table_ref_and_range. Call hash_get_category_set to get a
8118 category set to store in the table.
8119
8120 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
8121 Funify_charset.
8122
8123 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
8124 (DECODE_CHAR): Check if the decoder vector is ready.
8125 (ENCODE_CHAR): Check if the encoder char-table is ready.
8126 (maybe_unify_char): Extern it.
8127
8128 * charset.c (Vchar_unified_charset_table): Delete it.
8129 (inhibit_load_charset_map): New variable.
8130 (temp_charset_work): New variable.
8131 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
8132 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
8133 New macros.
8134 (load_charset_map): Meaning of control_flag changed. If
8135 inhibit_load_charset_map is nonzero, setup a table in
8136 temp_charset_work.
8137 (load_charset): New argument control_flag.
8138 (map_charset_for_dump): New function.
8139 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
8140 map_charset_for_dump.
8141 (Fdefine_charset_internal): If the charset method is MAP, load
8142 mapping tables by calling load_charset.
8143 (Funify_charset): Don't load a mapping table but directly set
8144 Vchar_unify_table.
8145 (maybe_unify_char): New function.
8146 (decode_char): Don't handle the deleted method MAP_DEFERRED.
8147 Handle the case of inhibit_load_charset_map being nonzero.
8148 (encode_char): Don't handle the deleted method MAP_DEFERRED.
8149 Handle the case of inhibit_load_charset_map being nonzero.
8150 (Fclear_charset_maps): Just free temp_charset_work.
8151 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8152 variable.
8153
8154 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8155 change of char_table_ref_and_range.
8156 (char_table_ref_and_range): Change the meaning of argument FROM
8157 and TO. Now the caller must provide initial values for *FROM
8158 and *TO.
8159
8160 * fontset.c (fontset_add): Adjusted for the change of
8161 char_table_ref_and_range.
8162 (fontset_get_font_group): Likewise.
8163 (Ffontset_info): Likewise.
8164
8165 * keymap.c (describe_vector): Adjusted for the change of
8166 char_table_ref_and_range. For char-table, put boundary between
8167 non-ASCII and 8-bit characters.
8168
8169 * print.c (print_object): For bool-vector, delete unnecessary
8170 check of ASCII_BYTE_P.
8171
8172 2008-11-26 Jason Rumney <jasonr@gnu.org>
8173
8174 * w32font.c (w32font_open_internal): Don't include external
8175 leading in font height. (Bug#879)
8176
8177 2008-11-26 Glenn Morris <rgm@gnu.org>
8178
8179 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8180 redefinition with ifdef. (Bug#1383)
8181
8182 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8183
8184 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8185
8186 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8187
8188 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8189 New EmacsView methods.
8190 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8191 Fixes bug #1048,1357,1414.
8192
8193 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8194
8195 Fix bug #1362.
8196 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8197 is not an indexed color.
8198 * nsterm.m (free_indexed_color): Add argument checking.
8199 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8200
8201 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
8202
8203 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8204 Document confirm-after-completion value for
8205 minibuffer-completion-confirm.
8206
8207 2008-11-24 Jason Rumney <jasonr@gnu.org>
8208
8209 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8210 warning.
8211
8212 2008-11-23 Jason Rumney <jasonr@gnu.org>
8213
8214 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8215 restored before returning.
8216
8217 * w32font.c (check_face_name): New function.
8218 (add_font_entity_to_list): Use it to filter out common substituted
8219 fonts. (Bug#642)
8220
8221 2008-11-22 Martin Rudalics <rudalics@gmx.at>
8222
8223 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8224 confirm-nonexistent-file-or-buffer in doc-string.
8225
8226 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8229 Fix copy/paste typo. Add checks.
8230
8231 2008-11-21 Kenichi Handa <handa@m17n.org>
8232
8233 * coding.c (detect_coding_iso_2022): Reject invalid composition
8234 sequence.
8235 (DECODE_COMPOSITION_START): If the current source is the last
8236 block, and the current composition doesn't end, regard this
8237 sequence as invalid.
8238 (decode_coding_iso_2022): Handle invalid composition sequence.
8239
8240 2008-11-20 Martin Rudalics <rudalics@gmx.at>
8241
8242 * window.c (coordinates_in_window): Don't return
8243 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8244 line when the window is not the rightmost one. (Bug#1372)
8245
8246 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8247
8248 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8249
8250 2008-11-15 Eli Zaretskii <eliz@gnu.org>
8251
8252 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8253 and bright_bg if noninteractive is non-zero.
8254
8255 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8256
8257 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8258 x_draw_glyph_string_background.
8259
8260 * w32term.c (x_draw_glyph_string): Likewise.
8261
8262 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
8263
8264 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8265 the next glyph string once past the overhang width.
8266
8267 * nsterm.m (ns_draw_glyph_string): Likewise.
8268
8269 * w32term.c (x_draw_glyph_string): Likewise.
8270
8271 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8272
8273 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8274 double file close.
8275
8276 2008-11-14 Martin Rudalics <rudalics@gmx.at>
8277
8278 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8279 dedicated status of window before attempting to display another
8280 buffer in it.
8281
8282 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
8283
8284 * msdos.c (Fmsdos_long_file_names):
8285 (syms_of_msdos) <dos-unsupported-char-glyph>:
8286 * dosfns.c (Fint86): Fix typos in docstrings.
8287
8288 2008-11-14 Eli Zaretskii <eliz@gnu.org>
8289
8290 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8291
8292 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8293
8294 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8295
8296 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8297
8298 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8299
8300 * frame.h: Negative alpha means "don't touch".
8301
8302 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8303
8304 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8305
8306 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8307
8308 * hftctl.c:
8309 * chpdef.h:
8310 * acldef.h: Remove files used only for systems no longer supported.
8311
8312 * Makefile.in: Fix .o alphabetical ordering.
8313 (hftctl.o): Remove dependency, file removed.
8314 (keymap.o, print.o): Depend on charset.h.
8315
8316 2008-11-10 Kenichi Handa <handa@m17n.org>
8317
8318 * character.c (Fget_byte): Fix and make it faster for unibyte target.
8319
8320 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * dired.c (file_name_completion): If completion_ignore_case is
8323 enabled, ignore case when checking completion-regexp-list.
8324
8325 2008-11-08 Eli Zaretskii <eliz@gnu.org>
8326
8327 * vm-limit.c (get_lim_data): Fix last change.
8328
8329 2008-11-08 Kenichi Handa <handa@m17n.org>
8330
8331 * character.c (Fget_byte): New function.
8332 (syms_of_character): Defsubr Fget_byte.
8333
8334 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8337 cursor position is valid after scrolling.
8338
8339 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
8340
8341 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8342
8343 2008-11-06 Glenn Morris <rgm@gnu.org>
8344
8345 * xterm.c (handle_one_xevent): Don't let popup menus cause
8346 mouse-autoselect-window related window switching. (Bug#1261)
8347
8348 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8349
8350 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8351
8352 2008-11-04 Andreas Schwab <schwab@suse.de>
8353
8354 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8355
8356 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * xfns.c (Fx_wm_set_size_hint): New function.
8359
8360 2008-11-03 Martin Rudalics <rudalics@gmx.at>
8361
8362 * textprop.c (Fprevious_single_char_property_change): Return 0
8363 when there's no change in a string. (Bug#1301)
8364
8365 2008-11-02 Martin Rudalics <rudalics@gmx.at>
8366
8367 * frame.c (do_switch_frame): New argument NORECORD passed to
8368 Fselect_window.
8369 (Fselect_frame): New argument NORECORD passed to
8370 do_switch_frame.
8371 (Fset_frame_selected_window): New argument NORECORD passed to
8372 Fselect_frame.
8373 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8374 in call of do_switch_frame.
8375 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8376 Handle NORECORD argument in call of Fselect_frame.
8377 * lisp.h (do_switch_frame, Fselect_frame)
8378 (Fset_frame_selected_window): Adjust declarations.
8379 * window.c (select_frame_norecord): New function.
8380 (run_window_configuration_change_hook): Use it and call
8381 Fselect_frame with NORECORD set.
8382 (Fselect_window): Pass NORECORD to Fselect_frame.
8383 (Fset_window_configuration): Handle NORECORD argument in call of
8384 do_switch_frame.
8385 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8386 Fset_frame_selected_window.
8387 * keyboard.c (command_loop_1): Handle NORECORD in call of
8388 Fselect_frame (currently ifdefd).
8389
8390 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8391
8392 * emacs.c (USAGE2): Untabify.
8393
8394 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * composite.c (fill_gstring_header): Fix copy/paste typo.
8397
8398 2008-10-31 Martin Rudalics <rudalics@gmx.at>
8399
8400 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8401 (Fother_window): Rename argument and rewrite doc-string.
8402 (select_window_norecord): Fix return value. (Bug#1276)
8403
8404 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
8405
8406 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8407 new frames overriding foreground for tooltips. Based on similar patch
8408 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8409
8410 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * emacs.c (Fdaemon_initialized): Initialize nfd.
8413
8414 2008-10-29 Martin Rudalics <rudalics@gmx.at>
8415
8416 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8417 (Fwindow_text_height): Clarify doc-strings.
8418 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8419 doc-string of window-scroll-functions.
8420
8421 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8422
8423 * category.c (syms_of_category): Fix typo in docstring.
8424
8425 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
8426
8427 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8428 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8429 Fix typos in docstrings.
8430
8431 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8432
8433 * emacs.c (daemon_pipe): Make non-static.
8434 (IS_DAEMON): Move definition ...
8435 * lisp.h (IS_DAEMON): ... here.
8436 (daemon_pipe): Declare.
8437 (is_daemon): Remove.
8438 * dispnew.c (init_display): Use IS_DAEMON.
8439
8440 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8443 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8444
8445 * emacs.c (is_daemon): Remove.
8446 (main): Don't set is_daemon.
8447 (IS_DAEMON): New macro.
8448 (Fdaemonp, Fdaemon_initialized): Use it.
8449 (Fdaemon_initialized): Write a char into the pipe to make sure the
8450 parent exits.
8451 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8452
8453 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8456 over-sized glyph, draw it with the default glyph width.
8457
8458 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8459 glyph, draw it with the default glyph width.
8460
8461 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8462 glyph, draw it with the default glyph width.
8463
8464 * xdisp.c (try_scrolling): When computing the distance from the
8465 scroll margin to PT, try moving some distance past the window
8466 bottom before giving up.
8467
8468 2008-10-27 Martin Rudalics <rudalics@gmx.at>
8469
8470 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8471 (Fset_window_buffer): Explain in doc-string that a window can be
8472 "strongly" dedicated to its buffer.
8473
8474 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8475
8476 * emacs.c (daemon_name): New variable.
8477 (main): Deal with --daemon=SERVER_NAME.
8478 (Fdaemonp): Return a name if one was passed to --daemon.
8479
8480 2008-10-26 Romain Francoise <romain@orebokech.com>
8481
8482 * emacs.c (daemon_pipe): New variable.
8483 (main): Create a pipe before forking, make the parent exit only after
8484 the child has closed its end of the pipe. Move closing the
8485 descriptors ...
8486 (Fdaemon_initialized): ... here. New function.
8487
8488 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8491 the previous unoptimized table.
8492
8493 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8494 the distinction between non-nil and non-t value of `dedicated'.
8495
8496 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
8497
8498 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
8499 read_char_minibuf_menu_text is large enough to hold the menu string.
8500
8501 2008-10-25 Martin Rudalics <rudalics@gmx.at>
8502
8503 * window.c (Fget_buffer_window, Fdelete_windows_on)
8504 (Freplace_buffer_in_windows): Make buffer argument optional and
8505 rename to buffer_or_name.
8506
8507 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * xdisp.c (handle_single_display_spec, handle_display_prop):
8510 Undo 2005-05-16 change.
8511 (handle_stop): Pop iterator if it's loaded with an empty string.
8512 (get_overlay_strings_1): Don't save iterator if it's loaded with
8513 an empty string (bug#1201).
8514
8515 2008-10-24 Kenichi Handa <handa@m17n.org>
8516
8517 * ftfont.c (ftfont_otf_features): Fix previous change.
8518 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8519 calling ftfont_otf_features.
8520
8521 2008-10-24 Kenichi Handa <handa@m17n.org>
8522
8523 * font.c (font_match_p): Fix for the case that a vector of
8524 characters is in script-representative-chars.
8525
8526 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
8527
8528 * dbusbind.c (xd_in_read_queued_messages): New variable.
8529 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
8530 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8531 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
8532 macro. (Bug#1186)
8533
8534 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
8535
8536 * s/sol2-10.h: New file.
8537
8538 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8541 poor beast has survived 9+ years and the jump from xterm.c!).
8542
8543 2008-10-23 Martin Rudalics <rudalics@gmx.at>
8544
8545 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8546 Reword doc-string.
8547 (Fbury_buffer): In doc-string say what happens to the buffer's window.
8548
8549 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8550
8551 * character.c (syms_of_character) <script-representative-chars>:
8552 <unicode-category-table>: Doc fixes.
8553
8554 2008-10-23 Noah Friedman <friedman@splode.com>
8555
8556 * coding.c (make_conversion_work_buffer): Check that
8557 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8558 Fget_buffer_create.
8559
8560 2008-10-23 Kenichi Handa <handa@m17n.org>
8561
8562 * font.c (font_add_log): Check the values of extra properties.
8563
8564 2008-10-22 Martin Rudalics <rudalics@gmx.at>
8565
8566 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8567 Reword doc-string.
8568 (Fset_window_parameter): Use NILP.
8569 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
8570 (Frecenter): Use "selected" instead of "current" window in doc-strings.
8571
8572 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8573
8574 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8575
8576 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8577
8578 * nsfns.m (ns_appkit_version): New function.
8579 (x-server-version): Use it.
8580 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8581 (x-server-vendor): Don't check_ns().
8582
8583 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8584
8585 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8588 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8589
8590 2008-10-22 Kenichi Handa <handa@m17n.org>
8591
8592 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8593 scripts.
8594
8595 * category.c (word_boundary_p): Check scripts instead of charset.
8596 Handle nil value in word-separating-categories and
8597 word-combining-categories.
8598 (syms_of_category): Fix docstrings of word-separating-categories
8599 and word-combining-categories.
8600
8601 2008-10-21 Eli Zaretskii <eliz@gnu.org>
8602
8603 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8604 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8605
8606 2008-10-21 Martin Rudalics <rudalics@gmx.at>
8607
8608 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8609 Rename arg "buffer" to "buffer_or_name".
8610 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8611 it optional.
8612 (no_switch_window): Remove since the return value is not used.
8613 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
8614 Consider window as dedicated when Fwindow_dedicated_p returns a
8615 non-nil value.
8616 * lisp.h: Remove prototype for no_switch_window.
8617
8618 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8619
8620 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8621 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8622
8623 2008-10-21 Kenichi Handa <handa@m17n.org>
8624
8625 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8626 check Vlatin_extra_code_table.
8627
8628 2008-10-20 Eli Zaretskii <eliz@gnu.org>
8629
8630 * fileio.c (Fset_file_modes): Doc fix.
8631
8632 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
8633
8634 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8635 in arrays.
8636
8637 2008-10-19 Martin Rudalics <rudalics@gmx.at>
8638
8639 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8640 Mention kill-buffer in doc-string.
8641 (Fset_window_buffer): Reinsert tem check removed in last commit.
8642 (Fenlarge_window, Fshrink_window): Have argument names and
8643 doc-string follow Elisp manual more closely.
8644
8645 2008-10-18 Eli Zaretskii <eliz@gnu.org>
8646
8647 * fileio.c (Fset_file_modes): Doc fix.
8648
8649 2008-10-18 Martin Rudalics <rudalics@gmx.at>
8650
8651 * window.c (Fwindow_width, Fset_window_start)
8652 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8653 (Fdelete_windows_on, Freplace_buffer_in_windows):
8654 Make doc-strings follow code and Elisp manual more closely.
8655 (Fwindow_dedicated_p): Make window argument optional.
8656 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8657 (Fset_window_buffer): Respect any non-nil dedicated value for
8658 window. Rename "buffer" argument to "buffer_or_name".
8659
8660 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
8661
8662 * m/sh3.h: New file, machine description for SuperH.
8663
8664 2008-10-17 Martin Rudalics <rudalics@gmx.at>
8665
8666 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8667
8668 2008-10-17 Kenichi Handa <handa@m17n.org>
8669
8670 * ftfont.c (ftfont_otf_features): Fix indexing
8671 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8672
8673 2008-10-16 Magnus Henoch <mange@freemail.hu>
8674
8675 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8676 (Fdbus_call_method_asynchronously): Ditto.
8677 This change makes C-h f display the argument list.
8678
8679 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * fileio.c (Fexpand_file_name): Doc fix.
8682
8683 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8684 of :foreground and :background equivalent to unspecified (20.x
8685 compatibility).
8686
8687 2008-10-15 Eli Zaretskii <eliz@gnu.org>
8688
8689 * buffer.c (syms_of_buffer): Doc fix.
8690
8691 2008-10-14 Kenichi Handa <handa@m17n.org>
8692
8693 * font.c (font_clear_prop): When clearing font width, clear the
8694 average width field too.
8695
8696 2008-10-12 Andreas Schwab <schwab@suse.de>
8697
8698 * ftfont.c (ftfont_shape_by_flt): Make static.
8699 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8700
8701 * font.c: Don't include <m17n-flt.h>.
8702
8703 2008-10-10 Eli Zaretskii <eliz@gnu.org>
8704
8705 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8706
8707 2008-10-09 Eli Zaretskii <eliz@gnu.org>
8708
8709 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8710 away code.
8711
8712 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * dispnew.c (update_text_area): Avoid looping due to large glyph
8715 overhangs (bug#1070).
8716
8717 2008-10-09 Kenichi Handa <handa@m17n.org>
8718
8719 * fontset.c (face_for_char): If face->fontset is negative, just
8720 return ascii_face.
8721
8722 * font.c (font_delete_unmatched): Fix previous change.
8723 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8724
8725 2008-10-09 Martin Rudalics <rudalics@gmx.at>
8726
8727 * frame.c (Fraise_frame): On text-only terminals select frame in
8728 order to make it visible. (Bug#1061)
8729
8730 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
8731
8732 * fontset.c (fontset_find_font): Check frame validity.
8733
8734 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
8735
8736 * gtkutil.c (xg_display_open): Reset default display if none exists.
8737 (xg_display_close): Allow Emacs to close all displays (bug#985).
8738
8739 2008-10-06 Andreas Schwab <schwab@suse.de>
8740
8741 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8742
8743 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8746
8747 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8748
8749 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8750 during initialization.
8751
8752 2008-10-04 Eli Zaretskii <eliz@gnu.org>
8753
8754 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8755 whole thing on MSDOS frames as well as on a TTY.
8756
8757 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8758 well as for TTY.
8759 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8760 well as on a TTY.
8761
8762 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8763 as well as for TTY.
8764
8765 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8766
8767 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8768 MSDOS frames as well.
8769
8770 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8771
8772 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8773 correct arguments.
8774 * menu.c (find_and_return_menu_selection): Add cast.
8775
8776 2008-10-03 Glenn Morris <rgm@gnu.org>
8777
8778 * emacs.c (USAGE1): Add --daemon.
8779
8780 2008-10-02 Eli Zaretskii <eliz@gnu.org>
8781
8782 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8783 100, so it's in percents as advertised.
8784
8785 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8786
8787 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8788 (ns_output.current_cursor, ns_output.desired_cursor)
8789 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8790 (FRAME_NEW_CURSOR_COLOR): Remove.
8791
8792 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
8793 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
8794 enumeration (HOLLOW_BOX_CURSOR, etc.).
8795
8796 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8797 (draw_window_cursor): Simplify code.
8798 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8799 Don't change cursor type. In latter, call rehighlight instead of doing
8800 updates manually.
8801 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8802 Use core Emacs cursor types.
8803
8804 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
8805
8806 2008-10-02 Martin Rudalics <rudalics@gmx.at>
8807
8808 * process.c (Faccept_process_output): Fix doc-string.
8809
8810 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8811
8812 * gmalloc.c (__sbrk): Also define for uClibc.
8813
8814 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8815 for uClibc.
8816
8817 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8818
8819 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8820 styles.
8821 (nsfont_open): Reenable the cache.
8822
8823 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8824
8825 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8826 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8827
8828 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8831 a suspended terminal.
8832
8833 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
8834
8835 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8836
8837 2008-09-30 Eli Zaretskii <eliz@gnu.org>
8838
8839 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8840
8841 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8842
8843 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8844 in a continued line coincides with a line beginning.
8845
8846 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8847
8848 * nsfont.m (nsfont_trait_distance): Fix bug.
8849 (nsfont_list): Return a list rather than a vector (syncs with Handa
8850 changes of 2008-05-14).
8851 (nsfont_open): Improve logging.
8852
8853 2008-09-29 Andreas Schwab <schwab@suse.de>
8854
8855 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8856
8857 2008-09-28 Martin Rudalics <rudalics@gmx.at>
8858
8859 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8860 name as char-resolve-modifiers.
8861 Reported by: Markus Triska <markus.triska@gmx.at>
8862
8863 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8864
8865 * dispnew.c (init_display): Return earlier when running as a daemon.
8866
8867 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8868
8869 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8870
8871 2008-09-27 Eli Zaretskii <eliz@gnu.org>
8872
8873 * composite.c (Fcomposition_get_gstring)
8874 (Fcompose_region_internal, Fcompose_string_internal)
8875 (Ffind_composition_internal): Doc fix.
8876 (syms_of_composite) <compose-chars-after-function>: Doc fix.
8877 (syms_of_composite) <auto-composition-function>: Doc fix.
8878 (syms_of_composite) <composition-function-table>: Doc fix.
8879
8880 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * search.c (wordify): New argument for lax word-ends.
8883 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8884
8885 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8886
8887 * lisp.h (is_daemon): Declare.
8888 * dispnew.c (init_display): Do not try to initialize the terminal
8889 when running as a daemon.
8890
8891 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8894 x_display_pixel_height.
8895
8896 2008-09-22 Martin Rudalics <rudalics@gmx.at>
8897
8898 * undo.c (record_point): Don't call Fundo_boundary for first
8899 change. (Bug#731)
8900
8901 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
8902
8903 * emacs.c (Fdaemonp): Doc fix.
8904
8905 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
8906
8907 * emacs.c (main): Place #ifdef in the proper place.
8908
8909 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8910
8911 * emacs.c (standard_args): Add --daemon.
8912 (main): Disconnect from the terminal when --daemon is passed.
8913 (is_daemon): New variable.
8914 (Fdaemonp): New function.
8915 (syms_of_emacs): Defsubr it.
8916
8917 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * xdisp.c (get_next_display_element): Handle string display
8920 correctly when checking for the end of a box run.
8921
8922 2008-09-20 Glenn Morris <rgm@gnu.org>
8923
8924 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8925 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8926 (Frename_file): Avoid copying to trash if a rename involves
8927 a delete. (Bug#964).
8928
8929 2008-09-20 Eli Zaretskii <eliz@gnu.org>
8930
8931 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8932 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8933 frames as well as termcap frames.
8934 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8935 get_named_tty.
8936
8937 2008-09-19 Eli Zaretskii <eliz@gnu.org>
8938
8939 * process.c (procfs_system_process_attributes): Fix cmdline in
8940 case /proc/PID/cmdline is empty.
8941
8942 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8943 x_display_pixel_height.
8944
8945 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8948
8949 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8950 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8951
8952 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
8953
8954 * dispextern.h (struct it): Move line_wrap away from the middle of
8955 bitfields. Move voffset in struct iterator_stack_entry after the
8956 bitfields. Move tab_width near after another short.
8957
8958 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
8959
8960 * frame.h (struct frame): Move alpha from the middle of bitfields.
8961
8962 * window.h (struct window): Move frozen_window_start_p after the
8963 rest of the bitfields to reduce padding.
8964
8965 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
8966
8967 * xterm.h (x_display_info): Remove `height' and `width' members.
8968
8969 * nsterm.h (ns_display_info): Remove `height' and `width' members.
8970
8971 * w32term.h (w32_display_info): Remove `height', `width',
8972 `height_in', and `width_in' members.
8973
8974 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8975 New functions.
8976 (x_calc_absolute_position): Use them.
8977 (x_term_init): Omit removed `height' and `width' members.
8978
8979 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8980 New functions.
8981 (w32_read_socket, x_calc_absolute_position): Use them.
8982 (w32_initialize_display_info, w32_term_init): Omit removed members
8983 of w32_display_info.
8984
8985 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8986 New functions.
8987 (ns_initialize_display_info): Omit removed members of ns_display_info.
8988
8989 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8990 New functions.
8991 (x_calc_absolute_position): Use them.
8992 (x_term_init): Omit removed `height' and `width' members.
8993
8994 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8995 (compute_tip_xy):
8996 * frame.c (x_fullscreen_adjust):
8997 * xmenu.c (menu_position_func): Use x_display_pixel_height and
8998 x_display_pixel_width.
8999
9000 2008-09-18 Kenichi Handa <handa@m17n.org>
9001
9002 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9003 (composition_compute_stop_pos): Fix handling of static composition.
9004 (Fcomposition_get_gstring): Check FROM and TO at first.
9005
9006 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
9009 mixup (YAILOM).
9010
9011 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * indent.c (Fvertical_motion): Use position reported by iterator
9014 instead of PT for determining screen motion (bug#943).
9015
9016 2008-09-17 Romain Francoise <romain@orebokech.com>
9017
9018 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9019
9020 2008-09-17 Kenichi Handa <handa@m17n.org>
9021
9022 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9023
9024 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9025 if necessary.
9026
9027 2008-09-16 Kenichi Handa <handa@m17n.org>
9028
9029 * coding.c (make_conversion_work_buffer): Avoid calling
9030 Fget_buffer_create if it is not necessary.
9031
9032 2008-09-15 Martin Rudalics <rudalics@gmx.at>
9033
9034 * window.c (Fselect_window): Don't update window_select_count and
9035 use_time when norecord is not nil.
9036
9037 2008-09-14 Kenichi Handa <handa@m17n.org>
9038
9039 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9040 specpdl_ptr.
9041
9042 2008-09-12 Kenichi Handa <handa@m17n.org>
9043
9044 * indent.c (scan_for_column): Don't handle automatic composition
9045 if the current buffer is not associated with a window.
9046
9047 * composite.c (composition_reseat_it): If the current buffer is
9048 not associated with a window, ignore the automatic composition.
9049 (find_automatic_composition): Likewise.
9050
9051 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9054 (Fgpm_mouse_stop): Use it.
9055 * termhooks.h (close_gpm): Declare.
9056 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9057 connection if Gpm_GetEvent fails.
9058
9059 * window.c (set_window_buffer): Always preserve current-buffer.
9060
9061 2008-09-12 Glenn Morris <rgm@gnu.org>
9062
9063 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9064
9065 2008-09-11 Glenn Morris <rgm@gnu.org>
9066
9067 * charset.c (charset-map-path): Doc fix.
9068
9069 2008-09-10 Kenichi Handa <handa@m17n.org>
9070
9071 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9072
9073 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9074 compose a grapheme cluster with the preceding base glyph.
9075
9076 * composite.c (composition_compute_stop_pos): Fix previous change.
9077 Reset cmp_it->id to -1 at first.
9078
9079 2008-09-10 Glenn Morris <rgm@gnu.org>
9080
9081 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9082
9083 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * keyboard.c (read_key_sequence): Reapply translation maps when
9086 switching keyboards.
9087
9088 2008-09-09 Kenichi Handa <handa@m17n.org>
9089
9090 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9091 characters.
9092
9093 * composite.c (FORWARD_CHAR): Fix calculation
9094 of (POSITION).pos_byte.
9095 (composition_compute_stop_pos): Limit the search of composition to
9096 at most 500 characters ahead. If we reach the limit or find a
9097 newline, set cmp_it->ch to -2 and return 0.
9098 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9099
9100 2008-09-08 Kenichi Handa <handa@m17n.org>
9101
9102 * indent.c (Fvertical_motion): Be sure to set
9103 it_overshoot_expected if it.cmp_it.id is non-negative.
9104
9105 2008-09-07 Andreas Schwab <schwab@suse.de>
9106
9107 * callproc.c (Fcall_process): Don't hold references to string data
9108 across garbage collection. Move initialisation of new_argv down
9109 to avoid compiler bug.
9110
9111 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9112
9113 * process.c (Fsystem_process_attributes): Doc fix.
9114
9115 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * callproc.c (Fcall_process): Canonicalize current directory name.
9118
9119 * xdisp.c (move_it_to): When moving by vpos, ensure that the
9120 iterator advances to the next line if the current line ends in a
9121 continued tab.
9122
9123 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
9124
9125 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
9126 member to point to cmp_from.
9127
9128 * xdisp.c: Doc fix for references to gidx data member.
9129
9130 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
9133
9134 2008-09-07 Kenichi Handa <handa@m17n.org>
9135
9136 * composite.c (FORWARD_CHAR): Check STOP after
9137 incrementing (POSITION).pos.
9138
9139 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9140
9141 * process.c (Fsystem_process_attributes): Doc fix.
9142
9143 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * keyboard.c (Ftop_level): Doc fix.
9146
9147 2008-09-06 Eli Zaretskii <eliz@gnu.org>
9148
9149 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
9150 minibuffer, don't let lower part of menu invade the echo area.
9151
9152 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9153 "char *q" to access menu text and advance through it. Revert the
9154 change that displayed ">" instead of ASCII character 0x10.
9155
9156 2008-09-05 Eli Zaretskii <eliz@gnu.org>
9157
9158 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9159 toggle boxes and radio buttons on MS-DOS as well.
9160
9161 2008-09-05 Kenichi Handa <handa@m17n.org>
9162
9163 * composite.c (autocmp_chars): Check lookback count.
9164 (composition_compute_stop_pos): Set cmp_it->lookback.
9165 (composition_reseat_it): Check lookback count.
9166 (struct position_record): New struct.
9167 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9168 (find_automatic_composition): New function.
9169 (composition_adjust_point): Use find_automatic_composition.
9170
9171 * dispextern.h (struct composition_it): New member lookback.
9172
9173 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
9174
9175 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9176 if moving by a single line.
9177
9178 2008-09-02 Andreas Schwab <schwab@suse.de>
9179
9180 * xterm.c (x_delete_display): Fix merge error.
9181
9182 * fileio.c (Fexpand_file_name): Remove unused variables.
9183
9184 2008-09-02 Eli Zaretskii <eliz@gnu.org>
9185
9186 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9187 storage on all platforms, not just on DOS_NT.
9188
9189 2008-09-02 Jason Rumney <jasonr@gnu.org>
9190
9191 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9192 Ensure mouse is not grabbed after menu is finished.
9193
9194 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * xfaces.c (Finternal_set_alternative_font_family_alist)
9197 (Finternal_set_alternative_font_registry_alist): Properly copy
9198 entire alist structure.
9199
9200 2008-09-01 Kenichi Handa <handa@m17n.org>
9201
9202 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
9203 representative chars of the script is a vector.
9204 (ftfont_list): Handle the case where the representative chars of
9205 the script is a vector.
9206
9207 * character.c (syms_of_character): Docstring of
9208 script-representative-chars fixed.
9209
9210 2008-08-31 Eli Zaretskii <eliz@gnu.org>
9211
9212 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9213 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9214 the menu. Allocate larger buffer for `text', to account for
9215 possible ^C characters.
9216
9217 2008-08-31 Martin Rudalics <rudalics@gmx.at>
9218
9219 * xdisp.c (prepare_menu_bars): Don't call
9220 Vwindow_size_change_functions with arg Qt.
9221
9222 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * font.h (font_range):
9225 * fileio.c (report_file_error):
9226 * composite.c (composition_update_it): Yet another int/Lisp_Object
9227 mixup (YAILOM).
9228
9229 2008-08-30 Glenn Morris <rgm@gnu.org>
9230
9231 * data.c (Fmake_variable_frame_local): Doc fix.
9232
9233 * frame.c (Fmodify_frame_parameters): Doc fix.
9234
9235 2008-08-30 Eli Zaretskii <eliz@gnu.org>
9236
9237 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9238 needed by GetTokenInformation.
9239 (w32_system_process_attributes): Check return values of all system
9240 APIs.
9241
9242 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9243 only when the state changes.
9244 (IT_update_begin, IT_update_end): Add termscript trace.
9245
9246 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9247 clipboard is unavailable. Set dst to NULL if it doesn't point to
9248 malloc'ed data.
9249 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9250 passing random values to xfree.
9251
9252 * dispnew.c (init_display): Set `tty's association in frame's
9253 parameters alist to the name of the terminal device, if that is known.
9254
9255 2008-08-29 Jason Rumney <jasonr@gnu.org>
9256
9257 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9258
9259 2008-08-29 Eli Zaretskii <eliz@gnu.org>
9260
9261 * composite.c (fill_gstring_body): Avoid compiler warnings.
9262
9263 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9264 LGLYPH_SET_CODE to avoid compiler warnings.
9265
9266 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
9267
9268 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9269
9270 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9271 LGLYPH_SET_CODE.
9272
9273 2008-08-29 Kenichi Handa <handa@m17n.org>
9274
9275 * fileio.c (report_file_error): Don't downcase the first character
9276 of errstring if it is still unibyte.
9277
9278 2008-08-29 Kenichi Handa <handa@m17n.org>
9279
9280 These changes are to re-implement the automatic composition so
9281 that it doesn't use text properties.
9282
9283 * Makefile.in (ftfont.o): Depend on composite.h.
9284 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9285
9286 * character.h (Vunicode_category_table): Extern it.
9287
9288 * character.c (Vunicode_category_table): New variable.
9289 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9290
9291 * chartab.c (optimize_sub_char_table): Perform more greedy
9292 optimization.
9293
9294 * composite.h (enum composition_method):
9295 Delete COMPOSITION_WITH_GLYPH_STRING.
9296 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9297 (Vcomposition_function_table): Extern it.
9298 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9299 (composition_gstring_put_cache, composition_gstring_from_id)
9300 (composition_gstring_p, composition_gstring_width)
9301 (composition_compute_stop_pos, composition_reseat_it)
9302 (composition_update_it, composition_adjust_point): Extern them.
9303 (Fcomposition_get_gstring): EXFUN it.
9304
9305 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
9306 (Vcomposition_function_table)
9307 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
9308 (gstring_hash_table, gstring_work, gstring_work_headers):
9309 New variables.
9310 (gstring_lookup_cache, composition_gstring_put_cache)
9311 (composition_gstring_from_id, composition_gstring_p)
9312 (composition_gstring_width, fill_gstring_header)
9313 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9314 (composition_reseat_it, composition_update_it)
9315 (composition_adjust_point, Fcomposition_get_gstring): New functions.
9316 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9317 and gstring_work_headers. DEFVAR_LISP composition-function-table.
9318 Defsubr composition_get_gstring.
9319
9320 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9321 cmp_id.
9322 (struct glyph_string): Delete the member gidx. New members
9323 cmp_id, cmp_from, and cmp_to.
9324 (enum it_method): Delete GET_FROM_COMPOSITION.
9325 (struct composition_it): New struct.
9326 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9327 Delete c, len, cmp_id, cmp_len in u.comp.
9328
9329 * font.h (enum lgstring_indices): Delete it.
9330 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9331 (enum lglyph_indices): Likewise.
9332 (font_range): Adjust extern.
9333 (font_fill_lglyph_metrics): Extern it.
9334
9335 * font.c (QCf): New variable.
9336 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9337 (font_prepare_composition): Delete this function.
9338 (font_range): Type and arguments changed.
9339 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9340 (font_fill_lglyph_metrics): New function.
9341 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9342 (syms_of_font): DEFSYM QCf. Delete defsubr for
9343 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9344 Defsubr Sfont_shape_gstring.
9345
9346 * fontset.h (font_for_char): Extern it.
9347
9348 * fontset.c (font_for_char): New function.
9349
9350 * ftfont.c: Include composite.h.
9351 (ftfont_resolve_generic_family): Add langset "en" to pattern.
9352 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9353
9354 * indent.c: Include composite.h and dispextern.h.
9355 (check_composition): Delete this function.
9356 (scan_for_column): Handle composition by
9357 composition_compute_stop_pos, composition_reseat_it, and
9358 composition_update_it.
9359 (compute_motion): Likewise.
9360 (Fvertical_motion): Fix checking of composition.
9361
9362 * keyboard.c (adjust_point_for_property): Check composition by
9363 composition_adjust_point.
9364
9365 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9366 struct glyph_string.
9367
9368 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9369 (append_composite_glyph): Adjust for the change of struct it and
9370 struct glyph.
9371 (produce_composite_glyph): Likewise.
9372
9373 * w32term.c (x_draw_composite_glyph_string_foreground):
9374 Adjust for the change of struct glyph_string.
9375 (x_draw_glyph_string): Likewise.
9376
9377 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9378 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9379
9380 * xdisp.c: Include font.h.
9381 (it_props): Delete the entry for Qauto_composed.
9382 (init_iterator): Initialize it->cmp_it.id to -1.
9383 (compute_stop_pos): Call composition_compute_stop_pos.
9384 (face_before_or_after_it_pos): Adjust for the change of struct it.
9385 (handle_auto_composed_prop): Delete it.
9386 (handle_composition_prop): Handle only static composition.
9387 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9388 from xassert. Initialize it->cmp_it.stop_pos.
9389 (push_it): Adjust for the change of struct it.
9390 (pop_it): Likewise.
9391 (get_next_element): Delete next_element_from_composition.
9392 (CHAR_COMPOSED_P): New macro.
9393 (get_next_display_element): For automatic composition, get a face
9394 from the font in the glyph-string.
9395 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9396 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
9397 (next_element_from_string): Check if the character at the current
9398 position is composed by CHAR_COMPOSED_P.
9399 (next_element_from_buffer): Likewise.
9400 (next_element_from_composition): Adjust for the change of struct it.
9401 Update it->cmp_it.
9402 (dump_glyph): Adjust for the change of struct glyph.
9403 (fill_composite_glyph_string): Adjust for the change of struct
9404 it and struct glyph. Don't handle automatic composition here.
9405 (fill_gstring_glyph_string): New function.
9406 (x_get_glyph_overhangs): Handle automatic composition.
9407 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9408 (BUILD_GSTRING_GLYPH_STRING): New macro.
9409 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9410 automatic composition.
9411 (append_composite_glyph): Adjust for the change of struct it and
9412 struct glyph.
9413 (x_produce_glyphs): Adjust for the change of struct it.
9414
9415 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9416 the change of struct glyph_string.
9417 (x_draw_glyph_string): Likewise.
9418
9419 2008-08-29 Glenn Morris <rgm@gnu.org>
9420
9421 * buffer.c (word-wrap): Doc fix.
9422 * xdisp.c (truncate-partial-width-windows): Doc fix.
9423 Increase default to 50.
9424
9425 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * xdisp.c (update_tool_bar_unwind): New function.
9428 (update_tool_bar): Temporarily set selected frame before building
9429 tool-bar items.
9430
9431 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
9432
9433 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9434 snprintf, respectively.
9435 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9436
9437 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
9438
9439 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9440 LDFLAGS to GNUstep CC invocation.
9441
9442 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * indent.c (Fvertical_motion): Revert last change. Handle the
9445 general case where we are moving forward, and PT spans multiple
9446 screen lines.
9447
9448 * eval.c (find_handler_clause): Temporarily increase
9449 max-lisp-eval-depth while printing the backtrace buffer, to
9450 guarantee that help-mode code can run.
9451
9452 2008-08-27 Eli Zaretskii <eliz@gnu.org>
9453
9454 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9455 colors under -rv.
9456 (IT_set_frame_parameters): Don't swap foreground and background
9457 colors if `(reverse . t)' is present in the frame properties.
9458 (internal_terminal_init): Call init_frame_faces only for the
9459 initial frame.
9460
9461 2008-08-27 Andreas Schwab <schwab@suse.de>
9462
9463 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9464
9465 2008-08-27 Andreas Schwab <schwab@suse.de>
9466
9467 * search.c (search_buffer): Set char_base to zero only at the end.
9468
9469 2008-08-27 Kenichi Handa <handa@m17n.org>
9470
9471 * fileio.c (report_file_error): Fix handling of multibyte error string.
9472
9473 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9474
9475 * xterm.c (x_term_init): Temporarily hide the partially
9476 initialized terminal while calling vendor-specific-keysyms.
9477
9478 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9479
9480 * msdos.c (internal_terminal_init): Most initializations done only
9481 once, especially initial_screen_colors[] and termscript open.
9482
9483 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * eval.c (Fcondition_case): Doc fix.
9486
9487 * widgetprv.h (EmacsFramePart): Change font member to the new font
9488 struct.
9489
9490 * widget.c: Include character.h and font.h for XSETFONT.
9491 (setup_frame_gcs): Compute X font id from font struct, just once.
9492
9493 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9494
9495 * term.c (get_named_tty): Fix last change.
9496
9497 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * indent.c (Fvertical_motion): If moving forward starting from a
9500 multi-line string, move the iterator to the last line of that string.
9501
9502 2008-08-25 Eli Zaretskii <eliz@gnu.org>
9503
9504 * frame.c (do_switch_frame): Mark previously displayed frame as
9505 obscured for FRAME_MSDOS_P frames as well.
9506
9507 2008-08-24 Eli Zaretskii <eliz@gnu.org>
9508
9509 * frame.c (make_terminal_frame): Initialize f->terminal,
9510 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9511 Set the top frame to newly created frame.
9512 (Fmake_terminal_frame): Reuse the_only_display_info.
9513
9514 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9515 estimating available memory.
9516
9517 2008-08-23 David Reitter <david.reitter@gmail.com>
9518
9519 * nsterm.m (ns_draw_window_cursor): Don't call
9520 NSDisableScreenUpdates and NSEnableScreenUpdates on
9521 non-NS_IMPL_COCOA systems.
9522
9523 2008-08-23 Andreas Schwab <schwab@suse.de>
9524
9525 * process.c (procfs_system_process_attributes): Fix use of
9526 uninitialized variables.
9527
9528 2008-08-23 Eli Zaretskii <eliz@gnu.org>
9529
9530 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9531
9532 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9533 calling tty-set-up-initial-frame-faces.
9534
9535 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9536 Allow MSDOS frames along with X frames.
9537
9538 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9539 addition to output_termcap.
9540
9541 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9542
9543 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9544 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9545 highlight.
9546
9547 * process.c [!subprocesses]: Define QCname.
9548 (syms_of_process): Intern and staticpro it.
9549
9550 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
9551 Adjust for changes in encoding/decoding routines.
9552 Use encode_coding_object and decode_coding_object instead of
9553 encode_coding and decode_coding.
9554
9555 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
9556
9557 * dosfns.c: Include frame.h before termhooks.h.
9558 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9559 variable termscript.
9560
9561 * s/msdos.h (USER_FULL_NAME): Define.
9562 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9563
9564 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9565 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9566 pw->pw_gecos.
9567
9568 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9569 SELECTED_FRAME as additional (1st) argument.
9570 (tty_read_avail_input): Handle output_msdos_raw in
9571 addition to output_termcap.
9572
9573 * msdos.c: Include frame.h before termhooks.h.
9574 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9575 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9576 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9577 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9578 (IT_set_terminal_modes, IT_reset_terminal_modes)
9579 (IT_set_frame_parameters): Use tty->termscript instead of a global
9580 variable termscript.
9581 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9582 global variable terminal_coding. Don't refer to
9583 Vnonascii_translation_table.
9584 (internal_terminal_init): Set Vwindow_system in current_kboard.
9585 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9586 Announce date and time of session start, if termscript is open.
9587 Don't zero out the_only_display_info (it is done in
9588 term.c:init_tty). Open termscript only of not already open.
9589 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
9590 here instead of dos_ttraw. Don't initialize display if this is an
9591 initial tty. Don't set FRAME_FONT.
9592 (Vwindow_system_version): Bump to 23.
9593 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9594 is available, set up mouse_position_hook.
9595 (dos_ttraw, IT_set_terminal_modes): If called with initial
9596 terminal, do nothing.
9597 (IT_set_frame_parameters): Handle the Qtty_type frame
9598 parameter by calling internal_terminal_init.
9599 (dos_set_window_size, show_mouse_face)
9600 (clear_mouse_face, IT_note_mode_line_highlight)
9601 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9602 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9603 (initialize_msdos_display): New function.
9604 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9605 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9606 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9607 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
9608 Accept additional argument: a pointer to a frame. Update all callers.
9609 (request_sigio, unrequest_sigio): Don't define, now defined on
9610 sysdep.c.
9611 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9612
9613 * term.c [MSDOS]: Include msdos.h.
9614 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9615 conditional to DOS_NT. Allow only one call to this function in a
9616 session. Don't allocate a new struct tty_display_info; instead,
9617 reuse the_only_display_info. Call get_tty_size to get screen
9618 dimensions. Call init_baud_rate to set bad_rate.
9619 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9620 (Fsuspend_tty) [MSDOS]: Don't close input and output.
9621 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9622 (get_tty_terminal, get_named_tty, Ftty_type)
9623 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9624 output_termcap.
9625 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9626 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9627 only when subprocesses are supported.
9628
9629 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9630 f->output_data.x.
9631 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9632 terminal devices.
9633
9634 * msdos.h: Remove definition of struct x_display_info and struct
9635 x_output.
9636 (FRAME_FONT): Use output_data.tty.
9637 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9638 (struct x_display_info): Rename from display_info. Update all users in
9639 msdos.c.
9640 (struct x_output): Remove background_pixel and foreground_pixel.
9641 (the_only_display_info): Rename from the_only_x_display.
9642 (dos_ttraw): Update prototype.
9643
9644 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9645 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9646
9647 2008-08-23 Jason Rumney <jasonr@gnu.org>
9648
9649 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9650 (fn_TIFFSetDirectory): New library function used.
9651 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9652 (tiff_load): Use :index to select among multiple images. Set count
9653 property when multiple images exist.
9654 (gif_format): Use :index, not :image.
9655
9656 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
9657
9658 * xdisp.c (try_scrolling): Check INT_MAX instead of
9659 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9660 to obtain INT_MAX.
9661
9662 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9663
9664 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9665
9666 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9667
9668 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9669 GNUstep library location.
9670
9671 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9674 before using it.
9675
9676 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9677
9678 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9679
9680 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9681 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9682 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9683 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9684 (EmacsApp-cursor_blink_handler): Remove declaration.
9685 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9686 match 01 Feb 2008 changes in xterm.c.
9687 (ns_read_socket): Add cast to avoid warning.
9688 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9689 GNUstep.
9690
9691 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * xselect.c (x_get_foreign_selection): Return nil if desired
9694 selection could not be obtained, instead of signalling an error.
9695
9696 2008-08-20 David Reitter <david.reitter@gmail.com>
9697
9698 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9699 * nsterm.m: Remove ns-specific code for cursor blinking.
9700 (ns_draw_window_cursor): Clear cursor properly rather than
9701 redrawing the area. Respect width of bar cursors.
9702 These changes enable the use of generic blink-cursor-mode and
9703 generic cursor types in NS and support smooth cursor movements (do
9704 not blink off after command).
9705 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9706 Nextstep, too.
9707
9708 2008-08-19 Kenichi Handa <handa@m17n.org>
9709
9710 * font.c (Vfont_log_deferred): New variable.
9711 (font_add_log): Check Vfont_log_deferred.
9712 (font_deferred_log): New function.
9713
9714 * font.h (font_deferred_log): Extern it.
9715
9716 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9717 for sorting.
9718 (face_for_char): Use deferred log.
9719
9720 2008-08-18 Kenichi Handa <handa@m17n.org>
9721
9722 * fontset.c (face_for_char): Add font log.
9723
9724 * font.c (font_add_log): Add the font properties :script, :lang,
9725 and :otf in the log.
9726
9727 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * xdisp.c: Remove dead code.
9730 (handle_invisible_prop, next_overlay_string): Defer call to
9731 setup_for_ellipsis.
9732 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9733
9734 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * xfaces.c (lookup_derived_face): Properly handle possible zero
9737 return value of get_lface_attributes.
9738 (merge_faces): Don't tell lookup_derived_face to signal an error
9739 if face is not found.
9740
9741 * dired.c (Fdirectory_files): Doc fix.
9742
9743 * process.c (make_process): Initialize kill_without_query struct
9744 member.
9745
9746 2008-08-15 Eli Zaretskii <eliz@gnu.org>
9747
9748 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9749 Alternative calculation of totphys for Visual Studio 6.
9750
9751 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9752
9753 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9754 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9755 All users changed.
9756 (stat): Only root directory passed to GetDriveType. Allow RAM
9757 disk as well as local fixed disk when w32-get-true-file-attributes
9758 is set to `local'.
9759 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9760 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9761 (w32_cached_id, w32_add_to_cache): New functions.
9762 (get_name_and_id): Look account names in the cache before calling
9763 lookup_account_sid.
9764 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9765 New initialization flags.
9766 (globals_of_w32): Initialize them to zero.
9767 (w32_system_process_attributes): Use w32_cached_id and
9768 w32_add_to_cache.
9769
9770 2008-08-14 Lawrence Mitchell <wence@gmx.li>
9771
9772 * lread.c (Fread_char, Fread_char_exclusive): If no character
9773 event is read before timeout is reached, return nil, rather than
9774 converting to a number.
9775
9776 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * fns.c (use_dialog_box): Doc fix.
9779
9780 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9781 on OS X.
9782
9783 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
9784
9785 * frame.c (Qns_parse_geometry): New var.
9786 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9787
9788 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9791 space character in calculating tabs.
9792
9793 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9794
9795 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9796
9797 2008-08-10 Glenn Morris <rgm@gnu.org>
9798
9799 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9800 silence gcc "limited range of data type" warnings in some
9801 make_fixnum_or_float calls.
9802
9803 2008-08-09 Eli Zaretskii <eliz@gnu.org>
9804
9805 * w32.c (w32_system_process_attributes): If the process does not
9806 exist, return nil.
9807
9808 * w32.c: Include thelp32.h, psapi.h and coding.h.
9809 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9810 declarations.
9811 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9812 (Process32Next_Proc): New typedefs.
9813 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9814 (g_b_init_process32_next, g_b_init_open_thread_token)
9815 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9816 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9817 (g_b_init_get_process_working_set_size)
9818 (g_b_init_global_memory_status_ex): New static variables.
9819 (globals_of_w32): Initialize them.
9820 (create_toolhelp32_snapshot, process32_first, process32_next)
9821 (open_thread_token, impersonate_self, revert_to_self)
9822 (get_process_memory_info, get_process_working_set_size)
9823 (global_memory_status, global_memory_status_ex): New wrapper
9824 functions.
9825 (w32_list_system_processes, w32_system_process_attributes)
9826 (enable_privilege, restore_privilege, ltime, process_times):
9827 New functions.
9828 (convert_time_raw): New function.
9829 (convert_time): Remove conversion of FILETIME into time in 100
9830 nsec units, call convert_time_raw instead.
9831
9832 * process.h (w32_list_system_processes, w32_system_process_attributes):
9833 Add prototypes.
9834 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9835 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9836 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9837 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9838
9839 * process.c (Fsystem_process_attributes): Doc fix.
9840
9841 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
9842
9843 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9844 a continued multi-char glyph; if so, advance to the actual glyph.
9845
9846 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9847
9848 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9849
9850 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9851 (.m.o): Use it.
9852 * config.in: Regenerate.
9853
9854 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * xdisp.c (redisplay_window): Revert last change.
9857 (try_window): Check bottom scroll margin too.
9858
9859 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9860
9861 * config.in: Regenerate.
9862
9863 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9864 -list-load-path-shadows'.
9865 (nsgui.h): Reduce number of things depending on it.
9866
9867 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9870 instead of window-end which does the wrong thing at eob.
9871 (try_cursor_movement): Minor optimization.
9872 (redisplay_window): If scroll margin is defined, don't assume
9873 window doesn't need scrolling.
9874
9875 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9876
9877 * config.in: Regenerate.
9878
9879 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9880 (mostlyclean): Don't delete *.d under NS.
9881
9882 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9883
9884 2008-08-06 Kenichi Handa <handa@m17n.org>
9885
9886 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9887
9888 2008-08-06 Andreas Schwab <schwab@suse.de>
9889
9890 * config.in: Regenerate.
9891
9892 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
9893
9894 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9895 forcing a window start.
9896
9897 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9898 (auto_save_1): Update modtime when auto-save-list-file-name is on.
9899
9900 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9901
9902 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9903 argument.
9904
9905 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
9906
9907 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9908 <scroll-down-aggressively, before-change-functions>:
9909 <after-change-functions>: Reflow docstrings.
9910
9911 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9912 Ken Raeburn <raeburn@gnu.org>
9913
9914 Dock menu customization, based on a patch by Ken Raeburn, plus some
9915 other fixes.
9916 * nsmenu.m (dockMenu): New variable.
9917 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9918
9919 * nsterm.h (dockMenu): Declare.
9920
9921 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9922 (ns_term_init): Initialize dockMenu.
9923 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9924 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9925 left.
9926
9927 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9928
9929 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9930
9931 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9932
9933 * config.in: Regenerate.
9934
9935 2008-08-04 Seiji Zenitani <zenitani@mac.com>
9936
9937 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9938
9939 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9940
9941 * nsterm.h (find_and_call_menu_selection): Fix prototype.
9942
9943 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9944
9945 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9946
9947 * keyboard.h: Comment an #endif.
9948
9949 * lisp.h (have_menus_p): Adjust comment.
9950
9951 * menu.c (find_and_return_menu_selection): Fix comparison with
9952 client_data.
9953
9954 * nsmenu.m (popup_activated_flag): New variable.
9955 (popup_activated): New function.
9956 (menu-or-popup-active-p): New exported lisp definition.
9957 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
9958 when popup done.
9959 (ns_popup_dialog): Set popup_activated_flag.
9960
9961 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9962 version for GNUstep (handled by conditional typedef in nsterm.m).
9963 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9964 in rgb.txt).
9965
9966 * process.c (init_process): Use DARWIN_OS, not DARWIN.
9967
9968 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9969
9970 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9971
9972 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9973 shortcircuit if popup_activated like GTK and X toolkit.
9974
9975 * m/inter386.h: Change DARWIN to DARWIN_OS.
9976
9977 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
9978 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
9979 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
9980 comment on NO_SOCK_SIGIO.
9981
9982 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * nsterm.m (windowDidResize): Remove stopModal call.
9985
9986 2008-08-03 Andreas Schwab <schwab@suse.de>
9987
9988 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9989 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9990
9991 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
9992
9993 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9994 Don't use uninitialized pointer variable when using getrlimit.
9995
9996 2008-08-02 Jason Rumney <jasonr@gnu.org>
9997
9998 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9999
10000 2008-08-02 Eli Zaretskii <eliz@gnu.org>
10001
10002 * alloc.c (NSTATICS): Bump to 0x640.
10003
10004 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10005
10006 * lisp.h: Add prototype for directory_files_internal.
10007
10008 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10009 New functions.
10010 (syms_of_process): Defsubr them. Add initializations for various
10011 Q* symbols used in procfs_system_process_attributes.
10012 (procfs_list_system_processes, procfs_system_process_attributes)
10013 [HAVE_PROCFS]: New functions.
10014 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10015 (procfs_get_total_memory): New functions.
10016
10017 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * xfaces.c (Fx_load_color_file): Fix previous change;
10020 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10021
10022 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
10023
10024 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10025
10026 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10027
10028 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10029
10030 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
10031
10032 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10033
10034 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10035 define NSApplicationDelegateReplySuccess.
10036 (EmacsView -converstationIdentifier): Use long instead of
10037 NSInteger for GNUstep, since it doesn't have NSInteger.
10038
10039 * xmenu.c: Revert last change.
10040
10041 * keyboard.h: Fix last change.
10042
10043 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10046 on Windows.
10047
10048 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10049
10050 Warning clearing and clean-up in NS port.
10051 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10052 Add prototypes.
10053 * nsgui.h (FACE_DEFAULT): Remove, unused.
10054 (XGCValues): Change colors to unsigned long.
10055 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10056 nsterm.m.
10057 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10058 (ns_list_fonts): Remove, unused.
10059 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10060 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10061 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10062 (nsfont_draw): Compare face colors to 0, not nil.
10063 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10064 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10065 (-addSubmenuWithTitle:): Use NSMenuItem class.
10066 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10067 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10068 (ns_clip_to_row): Make gc arg a BOOL.
10069 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10070 ns_clip_to_row() call.
10071 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10072 used). Cast FRAME_FONT assignments.
10073 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10074 (ns_string_to_lispmod): Change arg to const char.
10075 (ns_term_init): Use NSMenuItem class.
10076 (EmacsApp -openFile:): Move to different section of file.
10077 (EmacsApp -application:openFiles:): Don't return a value, call
10078 -replyToOpenOrPrint:.
10079 (EmacsView -keyDown:): Fix up cast.
10080 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10081 (EmacsView -menuDown:): Cast tag in call to
10082 find_and_call_menu_selection().
10083 (ns_list_fonts): Remove, unused.
10084 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10085 (ns_fontname_to_xlfd): Make static.
10086 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10087 Remove prototypes (now in keyboard.h).
10088 (next_menubar_widget_id): Remove, unused.
10089 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10090 Remove prototypes (now in keyboard.h).
10091 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10092
10093 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10094
10095 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10096 (floatfns.o): Depend on syssignal.h.
10097 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10098
10099 * systty.h: Fix previous change that removed BSD_TERMIOS.
10100 Add comments to #ifdefs.
10101
10102 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10103
10104 * w32fns.c (w32-load-color-file): Remove.
10105 (x-open-connection): Use renamed Fx_load_color_file.
10106 * xfaces.c (x-load-color-file): Add.
10107 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10108 Emacs.clr.
10109 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10110
10111 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
10112
10113 * dbusbind.c (Fdbus_call_method_asynchronously)
10114 (Fdbus_method_error_internal): New defuns.
10115 (xd_read_message): Handle also reply messages.
10116 (Vdbus_registered_functions_table): Extend docstring.
10117
10118 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * keyboard.c (gobble_input): Fix previous change.
10121
10122 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10123
10124 * bitmaps/README:
10125 * xfns.c:
10126 * termcap.c:
10127 * term.c:
10128 * syswait.h:
10129 * systty.h:
10130 * systime.h:
10131 * syssignal.h:
10132 * sysdep.c:
10133 * process.h:
10134 * process.c:
10135 * print.c:
10136 * ndir.h:
10137 * lread.c:
10138 * keyboard.c:
10139 * getpagesize.h:
10140 * floatfns.c:
10141 * fileio.c:
10142 * emacs.c:
10143 * doc.c:
10144 * dispnew.c:
10145 * dired.c:
10146 * data.c:
10147 * callproc.c:
10148 * buffer.c:
10149 * README:
10150 * Makefile.in:
10151 * s/template.h:
10152 * s/msdos.h:
10153 * m/vax.h: Remove VMS support.
10154 * s/vms.h:
10155 * vlimit.h:
10156 * uaf.h:
10157 * temacs.opt:
10158 * param.h:
10159 * ioctl.h: Remove file.
10160
10161 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10162
10163 * s/ms-w32.h (MULTI_KBOARD): Remove.
10164 * xterm.c:
10165 * xselect.c:
10166 * xfns.c:
10167 * window.c:
10168 * w32term.c:
10169 * w32fns.c:
10170 * terminal.c:
10171 * termhooks.h:
10172 * term.c:
10173 * sysdep.c:
10174 * keyboard.h:
10175 * keyboard.c:
10176 * frame.h:
10177 * frame.c:
10178 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10179 * config.in: Regenerate.
10180
10181 2008-07-30 Jason Rumney <jasonr@gnu.org>
10182
10183 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10184
10185 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10186 (w32font_open_internal): Get unicode version of textmetrics.
10187 Don't enable or disable glyph indices here.
10188 (w32font_open): Disable use of glyph indices.
10189
10190 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10191
10192 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
10193
10194 * minibuf.c (Vread_buffer_function): Doc fix.
10195
10196 2008-07-30 John Paul Wallington <jpw@pobox.com>
10197
10198 * minibuf.c (read_buffer_completion_ignore_case): New var.
10199 (Fread_buffer): Use it.
10200
10201 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10202
10203 * systty.h (sensemode): Remove empty #if. Remove reference to
10204 BSD_TERMIOS, unused.
10205
10206 * sysdep.c: Remove reference to DGUX.
10207 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10208
10209 * config.in: Regenerate.
10210
10211 2008-07-30 Jason Rumney <jasonr@gnu.org>
10212
10213 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10214
10215 2008-07-29 Jason Rumney <jasonr@gnu.org>
10216
10217 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10218 is populated.
10219 (uniscribe_encode_char): Always use uniscribe.
10220 Avoid using context if cache is populated.
10221
10222 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10223
10224 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10225 open menu.
10226
10227 * gtkutil.c (menu_nav_ended): Remove.
10228 (create_menus): Remove signal connect for menu_nav_ended.
10229
10230 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
10231
10232 * xdisp.c (redisplay_window): Check return value of
10233 compute_window_start_on_continuation_line before forcing a window
10234 start.
10235
10236 2008-07-28 Jason Rumney <jasonr@gnu.org>
10237
10238 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10239
10240 * w32term.c (w32_enable_unicode_output, cleartype_active):
10241 Remove obsolete display options.
10242 (x_draw_glyph_string_background): Don't use old cleartype_active
10243 workaround.
10244 (w32_initialize): Remove cleartype_active initialization.
10245 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10246
10247 2008-07-28 Andreas Schwab <schwab@suse.de>
10248
10249 * lisp.h (init_weak_hash_tables, syms_of_font)
10250 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10251 (remove_hash_entry): Don't declare.
10252 * eval.c (maybe_call_debugger): Make static and move before use.
10253 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10254 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10255 * xterm.h (x_set_frame_alpha): Declare.
10256
10257 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10258
10259 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10260 (create_menus): Connect selection-done to menu_nav_ended.
10261
10262 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10263
10264 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10265 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10266 parameter with read of 'alpha' one.
10267 (Qns_frame_parameter): Remove.
10268 * nsselect.m (selection-coding-system)
10269 (next-selection-coding-system, Vselection_coding_system)
10270 (Vnext_selection_coding_system): Drop.
10271
10272 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10273
10274 * nsfns.m (do-applescript, do_applescript): Rename to
10275 ns-do-applescript, ns_do_applescript, and move within file.
10276
10277 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10278
10279 Remove support for Mac Carbon.
10280 * mactoolbox.c:
10281 * macterm.h:
10282 * macterm.c:
10283 * macselect.c:
10284 * macmenu.c:
10285 * macgui.h:
10286 * macfns.c:
10287 * mac.c: Remove file.
10288 * s/darwin.h:
10289 * m/intel386.h:
10290 * xfaces.c:
10291 * xdisp.c:
10292 * window.c:
10293 * tparam.c:
10294 * termhooks.h:
10295 * termcap.c:
10296 * term.c:
10297 * syssignal.h:
10298 * sysselect.h:
10299 * sysdep.c:
10300 * process.c:
10301 * lread.c:
10302 * lisp.h:
10303 * keyboard.c:
10304 * image.c:
10305 * fringe.c:
10306 * frame.h:
10307 * frame.c:
10308 * fontset.c:
10309 * font.h:
10310 * font.c:
10311 * fns.c:
10312 * fileio.c:
10313 * emacs.c:
10314 * dispnew.c:
10315 * dispextern.h:
10316 * config.in:
10317 * atimer.c:
10318 * Makefile.in: Remove code for Carbon.
10319
10320 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10321
10322 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10323
10324 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10325
10326 * macterm.h (kCGBitmapByteOrder32Host): New define for
10327 non-universal SDKs.
10328
10329 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10330 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10331
10332 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10333 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10334
10335 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10336
10337 * w32inevt.c: Include dispextern.h.
10338
10339 2008-07-26 Andreas Schwab <schwab@suse.de>
10340
10341 * print.c (print_object): Fix off-by-one in last change.
10342
10343 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
10344
10345 * term.c (syms_of_term): Don't initialize default_orig_pair,
10346 default_set_foreground and default_set_background on Windows.
10347
10348 2008-07-25 Jason Rumney <jasonr@gnu.org>
10349
10350 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10351 ScriptItemize. Clean up return value checking. Remove unused
10352 variables.
10353 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10354 shaping engine.
10355
10356 * w32font.c (w32font_has_char): Handle the case where we can't
10357 determine the script for a character.
10358
10359 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10360
10361 * term.c (syms_of_term): Initialize default_orig_pair,
10362 default_set_foreground, and default_set_background.
10363
10364 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10365 clash (bug#86).
10366 (getloadavg): Callers changed.
10367
10368 * image.c (svg_load_image): Fix last change.
10369 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10370 image size is valid. Use g_object_unref instead of deprecated
10371 rsvg_handle_free to free rsvg handle.
10372 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10373
10374 2008-07-25 Jason Rumney <jasonr@gnu.org>
10375
10376 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10377 surrogates before looking up glyph index.
10378 (w32font_text_extents): Encode as surrogates if falling back to
10379 functions that need UTF-16 wide chars.
10380
10381 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10382 BMP as surrogates before looking up glyph index.
10383
10384 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10385
10386 * image.c (svg_load_image): Check for failure in return value of
10387 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10388
10389 2008-07-25 Jason Rumney <jasonr@gnu.org>
10390
10391 * w32font.c (Fx_select_font): Reverse sense of second arg.
10392
10393 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10396 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10397
10398 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10399 (PURESIZE): Use it.
10400
10401 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10402
10403 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10404 * m/alpha.h (TEXT_END):
10405 * m/ibmrs6000.h (TEXT_END):
10406 * m/macppc.h (TEXT_END):
10407 * s/darwin.h (TEXT_END):
10408 * s/msdos.h (TEXT_END): Remove, unused.
10409 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10410 * s/cygwin.h: Remove comment.
10411
10412 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10413 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10414 * m/intel386.h (DOT_GLOBAL_START):
10415 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10416 (USG): Remove, file not used on USG platforms.
10417
10418 * Makefile.in (HAVE_X11): Remove empty #else.
10419
10420 2008-07-24 Andreas Schwab <schwab@suse.de>
10421
10422 * fileio.c (Finsert_file_contents): Properly adjust undo list
10423 after format conversion.
10424
10425 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10426
10427 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10428 (menu_nav_ended): Remove.
10429 (create_menus): Remove signal connect for menu_nav_ended.
10430 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10431 create_menus.
10432 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10433
10434 2008-07-23 Jason Rumney <jasonr@gnu.org>
10435
10436 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10437 with opened font.
10438 (w32font_open): Set font type to gdi.
10439
10440 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10441
10442 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10443
10444 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10445 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10446 defines it.
10447 * unexec.c (ADDR_CORRECT): Define unconditionally.
10448
10449 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10450
10451 * unexec.c: Remove code depending on !COFF and USG, the file is
10452 not used for such systems.
10453
10454 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10455 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10456 (LD_SWITCH_SYSTEM_1): Remove, update users.
10457
10458 * s/darwin.h (DATA_END):
10459 * m/intel386.h (DATA_END):
10460 * m/ibmrs6000.h (DATA_END):
10461 * m/alpha.h (DATA_END): Remove, unused.
10462
10463 * config.in: Regenerate.
10464 * s/ms-w32.h (subprocesses): Define unconditionally.
10465 * s/template.h (subprocesses): Update comment.
10466 * s/vms.h (subprocesses):
10467 * s/usg5-4.h (subprocesses):
10468 * s/hpux10-20.h (subprocesses):
10469 * s/gnu-linux.h (subprocesses):
10470 * s/cygwin.h (subprocesses):
10471 * s/bsd-common.h (subprocesses):
10472 * s/aix4-2.h (subprocesses):
10473 * s/darwin.h (subprocesses): Do not define, defined by default now.
10474
10475 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10476 Remove all references.
10477 (temacs): Add GNUstep specific ld flags.
10478
10479 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10480 similarly to what X does.
10481
10482 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10483
10484 * nsfns.m (x-list-fonts): Remove.
10485 (syms_of_nsfns): Drop the x-list-fonts declaration.
10486 * nsterm.m: Get rid of remaining "//" comments.
10487
10488 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
10489
10490 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10491
10492 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10493 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10494 (Fns_own_selection_internal, Fx_disown_selection_internal)
10495 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10496
10497 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10498 ... */' style of docstrings. Doc fixes.
10499
10500 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10501
10502 * terminfo.c (UP, BC, PC): Undo previous change.
10503
10504 * nsfns.m: Rename ns prefixed functions/variables to the
10505 corresponding x versions. Update references.
10506
10507 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10510
10511 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10512
10513 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10514 Remove forwarding functions.
10515 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10516 non-static.
10517 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10518 non-static.
10519 (ns_frame_parm_handlers): Use the new names.
10520 (syms_of_nsfns): Move to the end of file.
10521
10522 * nsterm.m (syms_of_nsterm): Move to the end of file.
10523
10524 * dispnew.c (init_display): Remove code for X10.
10525
10526 2008-07-22 Jason Rumney <jasonr@gnu.org>
10527
10528 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10529 bare drive.
10530
10531 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10532
10533 * nsterm.m (syms_of_nsterm): Remove debugging println.
10534
10535 2008-07-22 David Reitter <david.reitter@gmail.com>
10536
10537 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10538 Carbon implementation of the same functionality: execute arbitrary
10539 AppleScript code.
10540
10541 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10542
10543 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10544 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10545 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10546 (Fx_display_mm_height, Fx_display_mm_width)
10547 (Fx_display_backing_store, Fx_display_visual_class)
10548 (Fx_display_save_under, Fx_open_connection)
10549 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10550 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10551 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10552 (Fx_display_pixel_width, Fx_display_pixel_height)
10553 (Fx_display_usable_bounds, Fx_display_planes)
10554 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10555 ... */' style of docstrings.
10556
10557 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10558
10559 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10560 on this platform.
10561 (mips):
10562 * m/iris4d.h (mips): Do not define.
10563 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10564
10565 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10566
10567 * image.c:
10568 * nsfns.m:
10569 * nsselect.m:
10570 * nsterm.h:
10571 * nsterm.m: Rename ns prefixed functions/variables to the
10572 corresponding x versions. Update references.
10573
10574 * m/ibms390x.h (NO_REMAP): Do not undefine.
10575
10576 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10577
10578 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
10579
10580 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10581 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10582 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10583 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10584 (Fns_display_mm_height, Fns_display_mm_width)
10585 (Fns_display_backing_store, Fns_display_visual_class)
10586 (Fns_display_save_under, Fns_open_connection)
10587 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10588 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10589 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10590 (Fns_display_pixel_width, Fns_display_pixel_height)
10591 (Fns_display_usable_bounds, Fx_display_planes)
10592 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10593
10594 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10595
10596 * print.c (print_object): Check print_depth before searching for
10597 circularities.
10598
10599 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
10600
10601 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10602 only sprintf.
10603
10604 2008-07-21 Kenichi Handa <handa@m17n.org>
10605
10606 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10607
10608 2008-07-20 Andreas Schwab <schwab@suse.de>
10609
10610 * syntax.c (find_start_pos, find_start_value)
10611 (find_start_value_byte, find_start_begv, find_defun_start)
10612 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10613
10614 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10615
10616 * s/sol2-3.h: Insert contents of s/sol2.h.
10617 (LD_SWITCH_SYSTEM): Remove redundant definition.
10618 * s/sol2.h: Remove, unused.
10619
10620 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10621
10622 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10623
10624 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10625
10626 * Makefile.in (ns_appdir): Fix typo in find command.
10627
10628 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10629
10630 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10631
10632 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10633 added not supported anymore.
10634
10635 * s/usg5-4-2.h (LIBS_SYSTEM):
10636 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10637
10638 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10639 * s/lynxos.h (GETPGRP_NO_ARG):
10640 * s/hpux10-20.h (NO_SIOCTL_H):
10641 * s/gnu.h (GETPGRP_NO_ARG):
10642 * s/gnu-linux.h (NO_SIOCTL_H):
10643 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10644 * s/cygwin.h (GETPGRP_NO_ARG):
10645 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10646 (C_DEBUG_SWITCH): Remove duplicate definition.
10647
10648 * m/ibms390.h: Remove boilerplate comments.
10649
10650 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10651
10652 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10653 (wait_reading_process_output): Remove code for SunOS, platform not
10654 supported anymore. Use SOLARIS2 instead of sun.
10655
10656 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10657
10658 * font.c (font_open_by_name): Under NS, default lface height to zero.
10659 (font_open_for_lface): Under NS, set size based on frame fontsize.
10660 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10661 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10662
10663 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10664
10665 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10666 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10667 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10668 YES/NO.
10669 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10670 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10671 * Makefile.in (clean): Clear out build destination dir.
10672
10673 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10674
10675 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10676 xterm, xselect.
10677 * lisp.h: Remove declaration of hash_remove.
10678 * nsgui.h: Remove redefinitions of hash_remove.
10679 * fns.c (hash_remove): Rename to hash_remove_from_table.
10680
10681 2008-07-19 Seiji Zenitani <zenitani@mac.com>
10682
10683 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10684 strdup() the family UTF8String before modifying it.
10685
10686 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10687
10688 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10689 NS_FACE_BACKGROUND with 0 instead of nil.
10690 * nsfont.m (nsfont_draw): Same.
10691
10692 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
10693
10694 * nsfns.m (ns_set_background_color): Fix crash.
10695
10696 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
10697
10698 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10699
10700 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10701
10702 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10703
10704 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10705
10706 * gtkutil.c: Include <config.h> instead of "config.h".
10707
10708 * lisp.h (Foverlay_buffer): Add EXFUN.
10709
10710 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10711 child process to complete child_setup. Undo 2005-09-21 change.
10712
10713 * s/darwin.h: Mention setsid after vfork.
10714
10715 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10716
10717 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10718 Depend on macgui.h.
10719
10720 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10721 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10722
10723 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10724 and f19.
10725 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10726
10727 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10728 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10729 Remove enumerators.
10730
10731 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10732 Check if FACE_FROM_ID returns NULL.
10733
10734 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10735
10736 * w32inevt.c (change_frame_size): Remove extern declaration.
10737 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10738 change_frame_size.
10739
10740 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10741
10742 * getloadavg.c: Revert last change (2008-07-15).
10743
10744 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10745
10746 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10747 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10748 from configure.
10749
10750 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10751
10752 * s/sol2.h:
10753 * s/sol2-4.h: Reorganize conditionals.
10754
10755 * ecrt0.c: Remove code depending on m68000, not used anymore.
10756
10757 * fns.c (hash_remove): Make static.
10758 * lisp.h (hash_remove): Don't prototype.
10759
10760 * m/ibmrs6000.h:
10761 * m/ibms390x.h:
10762 * m/macppc.h: Remove boilerplate comments.
10763
10764 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10765 Solaris, which does not need them.
10766
10767 * m/vax.h: Remove comments about unsupported systems.
10768
10769 * s/darwin.h: Reorganize ifdefs.
10770
10771 2008-07-17 Andreas Schwab <schwab@suse.de>
10772
10773 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10774
10775 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 Use SDATA. Follow coding convention of placing operators at
10778 beginning of next line rather than end of previous line, and placing
10779 spaces around infix operators.
10780
10781 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10782 in case it was defined already.
10783 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10784 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10785 ns_default.
10786 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10787 Lisp_Objects.
10788 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10789 (ns_defined_color, ns_color_to_lisp): Declare.
10790 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10791 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10792 it's accepted even with USE_LISP_UNION_TYPE.
10793 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10794 (update_frame_tool_bar): Remove apparently obsolete tests for
10795 non-integerness of f->tool_bar_lines.
10796 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10797 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10798 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10799 (nsfont_open): Don't confuse NULL for Qnil.
10800 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10801 * menu.h (find_and_call_menu_selection):
10802 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10803 (find_and_return_menu_selection): Always return something.
10804 * frame.h: Include dispextern.h for Display_Info.
10805 (display_x_get_resource): Declare.
10806
10807 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10808
10809 * syntax.c: Remove stdio.h include accidentally introduced in
10810 Emacs.app commit.
10811 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10812 NS_IMPL_COCOA.
10813 * keyboard.c (handle_async_input, input_available_signal): Remove
10814 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10815
10816 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10819 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10820 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10821 Use SDATA.
10822
10823 * keymap.c: Remove all NS-specific code.
10824 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10825 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10826 where_is_preferred_modifier, return a different value depending on how
10827 preferred is the binding.
10828 (where_is_internal): Adjust accordingly.
10829 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10830 Adjust to new preferred_sequence_p.
10831 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10832 * keyboard.c (parse_solitary_modifier): Not static any more.
10833 * keyboard.h (parse_solitary_modifier): Declare.
10834
10835 2008-07-16 Andreas Schwab <schwab@suse.de>
10836
10837 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10838 of easymenu.
10839
10840 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
10841
10842 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10843 that we don't move off the line.
10844
10845 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * keyboard.c (Qsuper): Remove.
10848 (parse_menu_item): Don't call where_is_internal specially for NS.
10849
10850 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10851
10852 * s/gnu-linux.h: Remove boilerplate comments.
10853
10854 * m/alpha.h (__ELF__): Consolidate conditions.
10855
10856 * m/m68k.h (linux): Use GNU_LINUX instead.
10857 Remove boilerplate comments.
10858
10859 * m/intel386.h: Undo refactoring from previous change.
10860 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10861 too, remove dead code.
10862 (linux): Use GNU_LINUX instead.
10863
10864 2008-07-16 Jason Rumney <jasonr@gnu.org>
10865
10866 * w32gui.h: Repeat 26 June changes lost by last change.
10867
10868 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10869
10870 * systty.h: Remove code for Aix on 386, unsupported platform.
10871
10872 * s/ms-w32.h: Remove boilerplate comments.
10873 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10874
10875 * s/gnu-linux.h (TERM): Remove support.
10876 (HAVE_SYSVIPC): Remove, unused.
10877 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10878 for this system.
10879
10880 * process.c: Remove support for IRIS, unused.
10881 Remove support for TERM, not relevant anymore.
10882
10883 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10884 used with the definition.
10885
10886 * s/aix4-2.h (static): Do not undef.
10887
10888 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10889 only used on Aix.
10890 (HAVE_SYSVIPC): Remove, unused.
10891
10892 * m/hp800.h (CANNOT_DUMP): Do not undef.
10893
10894 * m/alpha.h: Fix comment.
10895
10896 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10897 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10898 used by this configuration.
10899 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10900 * unexec.c: Remove code depending on HPUX and
10901 USG_SHARED_LIBRARIES, not used with this file. Remove code
10902 depending on IRIS, unused. Remove if 0-ed code.
10903
10904 * s/template.h: Remove comments about static.
10905
10906 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10907 Remove if 0-ed code.
10908 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10909 were the same as the default.
10910 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10911 Remove boilerplate comments.
10912 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10913 (HAVE_SYSVIPC): Remove, unused.
10914 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10915
10916 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10917 Remove boilerplate comments.
10918 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10919 Remove boilerplate comments.
10920 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10921 Remove boilerplate comments.
10922 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10923
10924 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10925 USG systems which do not use DATA_SEG_BITS.
10926 Refactor code. Remove boilerplate comments.
10927
10928 * m/ibms390.h:
10929 * m/m68k.h:
10930 * s/bsd-common.h:
10931 * s/cygwin.h:
10932 * s/darwin.h:
10933 * s/freebsd.h:
10934 * s/gnu.h:
10935 * s/msdos.h: Remove boilerplate comments.
10936
10937 * m/iris4d.h: Remove boilerplate comments and code for systems that
10938 do not use this file.
10939 (IRIS_4D): Remove, unused.
10940
10941 * m/mips.h: Remove boilerplate comments and code for systems that
10942 do not use this file.
10943 (SIGN_EXTEND_CHAR):
10944 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10945 * unexmips.c: Remove file, unused.
10946
10947 * editfns.c (Fuser_full_name): Replace the only use of
10948 USER_FULL_NAME with its value.
10949 * config.in: Regenerate.
10950
10951 2008-07-16 David Reitter <david.reitter@gmail.com>
10952
10953 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10954 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10955
10956 2008-07-16 Glenn Morris <rgm@gnu.org>
10957
10958 * emacs.c (system-type): Doc fix.
10959
10960 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10963 If the cache doesn't work, let's fix it, rather than work around it.
10964
10965 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10966
10967 * Makefile.in: Correct additions for nsfont.o in last commit.
10968 * nsfont.m: New file (forgot last commit).
10969
10970 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10971
10972 * callproc.c (set_initial_environment): Initialize
10973 Vprocess_environment under CANNOT_DUMP (fixes crash when
10974 batch-compiling for bootstrap).
10975
10976 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10977 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10978
10979 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10980 fix crash due to different init order.
10981
10982 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10983
10984 Changes and additions for NeXTstep windowing system (Cocoa and
10985 GNUstep) support.
10986
10987 * Makefile.in:
10988 * config.in: Support defines and build commands for NS port.
10989 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10990 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10991 * dispextern.h: Include nsgui.h and add needed typedefs under NS
10992 windowing.
10993 (struct face): Add synth_ital field.
10994 * dispnew.c: Include nsterm.h when compiling under NS windowing.
10995 (init_display): Initialize Vinitial_window_system to "ns" when so
10996 compiled.
10997 * emacs.c: Include GSConfig.h when compiling under GNUstep.
10998 (display_arg): Use under NS.
10999 (main): Under NS, allocate autorelease pool and handle command line
11000 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11001 (standard_args): Add NS-specific args.
11002 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11003 * font.c (DEFAULT_ENCODING): New variable.
11004 (font_find_for_lface): Use it.
11005 (syms_of_font): Load syms_of_nsfont under NS.
11006 * font.h: Declare nsfont_driver when compiled under NS.
11007 * fontset.c: When compiling under NS, include nsterm.h.
11008 (fontset_from_font): Autoconstruct fontset under NS.
11009 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11010 symbol, document and use it.
11011 (do_switch_frame): When for_deletion under Cocoa, add
11012 Fraise_frame(Qnil).
11013 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11014 (x_get_arg): Allow "yes" and "no" as boolean values.
11015 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11016 Qright under Cocoa.
11017 (focus-follows-mouse): Default to 0 under NS.
11018 * frame.h (enum output_method): Add output_ns.
11019 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11020 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11021 (FRAME_WINDOW_P): NS-specific definition.
11022 * fringe.c (max_used_fringe_bitmap): Make public.
11023 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11024 (getloadavg): Use NeXT code under descendant OS's.
11025 * image.c (includes and header section, x_create_bitmap_from_data)
11026 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11027 (image_background_transparent, x_clear_image_1)
11028 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11029 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11030 (x_to_xcolors, x_from_xcolors, x_disable_image)
11031 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11032 other GUIs, including XPM support using code originally written for
11033 Carbon GUI.
11034 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11035 using NS API.
11036 (image_ascent): Use font metrics macros instead of direct struct field
11037 access.
11038 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11039 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11040 Also, handle NS as GTK for menu bar purposes.
11041 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11042 toolkit where they differ.
11043 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11044 use cachelist, still needed under NS.
11045 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11046 (struct widget_value): Define it here for menu.c.
11047 * keymap.c (includes): Include modifier internals.
11048 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11049 NS.
11050 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11051 support for preferring sequences using certain modifiers, specified by
11052 the FIRSTONLY argument.
11053 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11054 under NS GNUstep implementation.
11055 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11056 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11057 * menu.c: Include nsterm.h under NS.
11058 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11059 (free_menubar_widget_tree_value, update_submenu_strings)
11060 (find_and_call_menu_selection): Treat NS as X and NT.
11061 (find_and_return_menu_selection): New function, used for popup menus.
11062 * nsgui.h:
11063 * nsterm.h:
11064 * nsfns.m:
11065 * nsimage.m:
11066 * nsmenu.m:
11067 * nsselect.m:
11068 * nsterm.m: New files.
11069 * process.c (wait_reading_process_output): Under NS, call ns_select()
11070 instead of plain select().
11071 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11072 beginning of buffer.
11073 * sysselect.h (init_process): Rename when compiling under Cocoa to
11074 avoid name conflict.
11075 * termhooks.h (display_info): Add ns_display_info to union.
11076 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11077 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11078 COCOA environment.
11079 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11080 unexec() signature. (Note, this will dump, but the resulting file
11081 crashes; unexosx is used instead; keeping around for reference and
11082 possible aid in getting dump working under GNUstep.)
11083 * w32gui.h (button_type, widget_value): Remove definitions (now in
11084 keyboard.h).
11085 * window.c: Include nsterm.h when compiling under NS.
11086 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11087 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11088 other GUI windowing systems.
11089 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11090 GTK.
11091 (x_consider_frame_title): Under NS, set icon type and frame
11092 modified-state indicator; use ns_set_name_as_filename() when using
11093 formatted title.
11094 (update_window_cursor): Make public when compiling under NS.
11095 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11096 (hourglass_atimer, Vhourglass_delay
11097 * xfaces.c (header section, init_frame_faces, clear_font_table)
11098 (defined_color, unload_color, x_face_list_fonts)
11099 (prepare_face_for_display): Add NS support parallel to other GUIs.
11100 Emulate GCs like other non-X GUIs.
11101 (split_font_name): Don't lowercase font name under NS.
11102 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11103 under NS.
11104 * s/darwin.h: Add support for compilation under NS.
11105
11106 2008-07-15 Jason Rumney <jasonr@gnu.org>
11107
11108 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11109 (w32_show_hourglass): Rename from show_hourglass.
11110 (w32_hide_hourglass): Rename from hide_hourglass.
11111 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
11112 (Vhourglass_delay): Declare extern.
11113 (hourglass_started): Remove.
11114
11115 * xdisp.c (Vhourglass_delay): Remove static.
11116 (hourglass_started, start_hourglass, cancel_hourglass):
11117 Don't include these versions on WINDOWSNT.
11118
11119 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11120
11121 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
11122 variables (formerly in xfns.c).
11123 (show_hourglass, hide_hourglass): New prototypes (same).
11124 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
11125 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
11126 in xfns.c).
11127 (syms_of_xdisp): Declare/initialize display-hourglass,
11128 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11129 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
11130 formerly in xfns.c.
11131 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11132 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11133 (start_hourglass, cancel_hourglass): Remove.
11134 (show_hourglass, hide_hourglass): Remove prototypes and static
11135 modifiers.
11136 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
11137 hourglass_atimer, hourglass_shown_p declaration/initialization.
11138 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11139 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11140 (start_hourglass, cancel_hourglass): Remove.
11141 (show_hourglass, hide_hourglass): Remove prototypes and static
11142 modifiers.
11143 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
11144 hourglass_atimer, hourglass_shown_p declaration/initialization.
11145 * w32fns.c (display_hourglass_p, Vhourglass_delay)
11146 (DEFAULT_HOURGLASS_DELAY): Remove.
11147 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
11148 hourglass_shown_p declaration/initialization.
11149
11150 2008-07-14 Jason Rumney <jasonr@gnu.org>
11151
11152 * w32fns.c (w32_get_arg): Remove wrapper function.
11153 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11154 directly.
11155 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11156
11157 2008-07-14 Kenichi Handa <handa@m17n.org>
11158
11159 * xfont.c (xfont_open): Add workaround for X's bug.
11160
11161 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11162
11163 * fontset.c: Include <stdio.h> unconditionally.
11164
11165 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
11166
11167 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11168 for filtering.
11169
11170 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11171
11172 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11173
11174 * m/macppc.h:
11175 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11176
11177 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11178 (SPECIAL_EMACS_INT):
11179 * m/ia64.h (SPECIAL_EMACS_INT):
11180 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11181 * s/gnu.h (NLIST_STRUCT):
11182 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11183 * s/gnu-linux.h (LINUX):
11184 * s/msdos.h (HAVE_FACES):
11185 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11186
11187 * systty.h:
11188 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11189 anymore.
11190
11191 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11192
11193 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11194 always defined as int.
11195
11196 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11197 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11198 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11199 * s/freebsd.h (HAVE_WAIT_HEADER):
11200 * s/bsd-common.h (HAVE_UNION_WAIT):
11201 * s/aix4-2.h (HAVE_WAIT_HEADER):
11202 * m/mips.h (HAVE_UNION_WAIT):
11203 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11204 (COFF, static): Do not define, they are undefined later in the file.
11205
11206 * process.c (update_status): Don't use a union.
11207 (status_convert):
11208 (sigchld_handler): Use int instead of WAITTYPE.
11209
11210 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
11211
11212 * indent.c (Fvertical_motion): Restore hscroll before moving to
11213 goal column.
11214
11215 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11216
11217 * lisp.h: Remove left over code.
11218
11219 2008-07-11 Andreas Schwab <schwab@suse.de>
11220
11221 * lisp.h: Fix logic in last change.
11222
11223 * menu.h: New file.
11224 * menu.c: Include it.
11225 * xmenu.c: Likewise.
11226 * Makefile.in: Update dependencies.
11227
11228 2008-07-11 Kenichi Handa <handa@m17n.org>
11229
11230 * fontset.c (fontset_from_font): Cancel the previous change.
11231
11232 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11233
11234 * lisp.h:
11235 * w32heap.c:
11236 * emacs.c:
11237 * alloc.c: Replace all references of NO_UNION_TYPE with
11238 USE_LISP_UNION_TYPE.
11239
11240 * m/xtensa.h (NO_UNION_TYPE):
11241 * m/vax.h (NO_UNION_TYPE):
11242 * m/template.h (NO_UNION_TYPE):
11243 * m/sparc.h (NO_UNION_TYPE):
11244 * m/mips.h (NO_UNION_TYPE):
11245 * m/macppc.h (NO_UNION_TYPE):
11246 * m/m68k.h (NO_UNION_TYPE):
11247 * m/iris4d.h (NO_UNION_TYPE):
11248 * m/intel386.h (NO_UNION_TYPE):
11249 * m/ibms390x.h (NO_UNION_TYPE):
11250 * m/ibms390.h (NO_UNION_TYPE):
11251 * m/ibmrs6000.h (NO_UNION_TYPE):
11252 * m/ia64.h (NO_UNION_TYPE):
11253 * m/hp800.h (NO_UNION_TYPE):
11254 * m/arm.h (NO_UNION_TYPE):
11255 * m/amdx86-64.h (NO_UNION_TYPE):
11256 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11257 defining it the same.
11258
11259 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
11260
11261 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11262
11263 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11264
11265 * fileio.c:
11266 * sysdep.c:
11267 * systty.h:
11268 * m/ibmrs6000.h:
11269 * m/iris4d.h:
11270 * s/aix4-2.h:
11271 * s/freebsd.h:
11272 * s/gnu-linux.h:
11273 * s/hpux10-20.h:
11274 * s/hpux11.h:
11275 * s/netbsd.h:
11276 * s/sol2-3.h:
11277 * s/sol2-4.h:
11278 * s/sol2.h:
11279 * s/usg5-4.h:
11280 * s/vms.h: Remove references to unused variables.
11281
11282 2008-07-10 Andreas Schwab <schwab@suse.de>
11283
11284 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11285 pattern before matching the generic family.
11286
11287 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11288
11289 * unexec.c:
11290 * s/vms.h:
11291 * s/usg5-4-2.h:
11292 * s/sol2-5.h:
11293 * s/freebsd.h:
11294 * s/darwin.h: Remove dead code.
11295
11296 * m/template.h:
11297 * m/sparc.h:
11298 * m/mips.h:
11299 * m/m68k.h:
11300 * m/iris4d.h:
11301 * m/intel386.h:
11302 * m/ibms390x.h:
11303 * m/ibms390.h:
11304 * m/ia64.h:
11305 * m/hp800.h:
11306 * m/arm.h:
11307 * m/amdx86-64.h: Remove dead code and references to unused
11308 and compiler defined symbols.
11309
11310 * unexmips.c:
11311 * unexelf.c: Remove references to desupported systems.
11312
11313 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11314
11315 * m/powermac.h: Remove boilerplate comments.
11316 (NO_REMAP): Remove unused definition.
11317
11318 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11319 define them.
11320
11321 2008-07-10 Kenichi Handa <handa@m17n.org>
11322
11323 * xfont.c (xfont_open): Log the reason of failure.
11324
11325 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * fontset.c (fontset_get_font_group):
11328 * font.c (font_check_otf): Specify argument types.
11329
11330 2008-07-09 Kenichi Handa <handa@m17n.org>
11331
11332 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11333 non-ASCII char is found.
11334
11335 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11336 (reorder_font_vector): Change the arg preferred_family to font.
11337 Prefer the spec matching with font.
11338 (fontset_get_font_group): New function.
11339 (fontset_find_font): Change the format of an element of a realized
11340 fontset. Use fontset_get_font_group.
11341 (fontset_font): Try the current fontset, the default fontset, the
11342 fallbacks of the current fontset, and the fallbacks of the default
11343 fontset in this order.
11344 (face_for_char): Delete the shortcut to use the current font.
11345 (fontset_from_font): Don't set fonts for Latin in the fontset.
11346
11347 * font.h (font_make_object, font_match_p): Adjust prototypes.
11348
11349 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11350
11351 * font.c (font_make_object): New arg entity and pixelsize.
11352 (font_check_otf_features, font_check_otf): New functions.
11353 (font_match_p): Check :lang, :script, and :otf properties.
11354
11355 * xfont.c (xfont_open): Adjust it for the change of
11356 font_make_object.
11357 (xfont_text_extents): Fix initial setting of metrics.
11358
11359 * ftfont.c (struct ftfont_info): New member index, delete member
11360 fc_charset_idx. Make the member order compatible with struct
11361 xftfont_info.
11362 (fc_charset_table): Change charset names to registry names.
11363 (ftfont_pattern_entity): Delete the args registry and
11364 fc_charset_idx. Change the value of :font-entity property
11365 to (FONTNAME . INDEX). Always set :registry property to
11366 `iso10646-1'.
11367 (struct ftfont_cache_data): New struct.
11368 (ftfont_lookup_cache): New arg for_face.
11369 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11370 (ftfont_driver): Set the member otf_capability.
11371 (ftfont_get_charset): Adjust it for the change of
11372 fc_charset_table.
11373 (OTF_TAG_SYM): New macro.
11374 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11375 for the change of fc_charset_table.
11376 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11377 ftfont_pattern_entity. Add FC_INDEX to objset.
11378 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11379 and ftfont_pattern_entity.
11380 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11381 font_make_object, struct ftfont_info.
11382 (ftfont_has_char): Use ftfont_get_fc_charset.
11383 (ftfont_otf_features, ftfont_otf_capability): New functions.
11384 (ftfont_shape): Use ftfont_get_otf.
11385 (ftfont_text_extents): Fix initial setting of metrics.
11386
11387 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11388 member order compatible with struct ftfont_info.
11389 (xftfont_open): Add FC_CHARSET to the pattern. Set
11390 xftfont_info->ft_size. Don't unlock the face. Check BDF
11391 properties if appropriate.
11392 (xftfont_close): Unlock the face.
11393 (xftfont_anchor_point, xftfont_shape): Deleted.
11394 (syms_of_xftfont): Don't set members anchor_point and shape of
11395 xftfont_driver.
11396
11397 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11398 font_make_object.
11399
11400 * w32font.c (w32font_open): Adjust it for the change of
11401 font_make_object.
11402 (w32font_open_internal): Don't set properties of font_object here.
11403
11404 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * macfns.c (x_create_tip_frame):
11407 * w32fns.c (x_create_tip_frame):
11408 * xfns.c (x_create_tip_frame): Pass parameter argument to
11409 face-set-after-frame-default.
11410
11411 * xfaces.c (Finternal_merge_in_global_face): Save merged
11412 attributes for the default face back into the face vector.
11413
11414 2008-07-08 Andreas Schwab <schwab@suse.de>
11415
11416 * fontset.h: Declare fontset_from_font. Don't declare
11417 new_fontset_from_font and fontset_from_font_name.
11418 * xterm.c: Include "fontset.h".
11419 * Makefile.in (xterm.o): Update dependencies.
11420
11421 2008-07-08 Glenn Morris <rgm@gnu.org>
11422
11423 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11424 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11425
11426 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11429 (x_set_frame_parameters): Don't bind it.
11430
11431 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
11432
11433 * w32fns.c (map_w32_filename): Declare extern.
11434
11435 2008-07-07 Jason Rumney <jasonr@gnu.org>
11436
11437 * w32term.c (WS_EX_LAYERED): Define if not already.
11438
11439 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
11440
11441 * xfaces.c (set_font_frame_param): Don't try to set the font
11442 parameter if it is still unspecified in the lface.
11443
11444 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11445
11446 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11447 face if it didn't already exist.
11448
11449 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11450
11451 2008-07-05 Andreas Schwab <schwab@suse.de>
11452
11453 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11454
11455 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11458 word-wrapping.
11459 (IT_DISPLAYING_WHITESPACE): New macro.
11460 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11461 when word-wrapping. Simplify word-wrapping logic. Use correct
11462 pixel positions when saving copies of the iterator.
11463 (display_line): Use proper wrap point if the last character on a
11464 line was preceded by whitespace.
11465
11466 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11469
11470 2008-07-04 Kenichi Handa <handa@m17n.org>
11471
11472 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11473
11474 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11475
11476 2008-07-02 Jason Rumney <jasonr@gnu.org>
11477
11478 * xfns.c (syms_of_xfns): Only define x-select-font when both
11479 HAVE_FREETYPE and USE_GTK.
11480
11481 * xdisp.c (next_element_from_display_vector): Move assignment out
11482 of if statement.
11483
11484 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11485
11486 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11487
11488 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11489 (syms_of_fileio): Initialize and export them.
11490 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11491
11492 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11493 (Fsystem_move_file_to_trash): New function.
11494 (syms_of_w32fns): Export it to lisp.
11495
11496 2008-07-01 Jason Rumney <jasonr@gnu.org>
11497
11498 * w32font.c (w32font_text_extents): Don't count overhang as part
11499 of width.
11500
11501 2008-06-30 Miles Bader <miles@gnu.org>
11502
11503 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11504 Add `avoid_cursor_p' field.
11505
11506 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11507 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11508 (append_glyph, append_composite_glyph, produce_image_glyph)
11509 (append_stretch_glyph): Initialize avoid_cursor_p.
11510 (get_it_property): Rename from `get_line_height_property'.
11511 (x_produce_glyphs): Use get_it_property.
11512 (handle_line_prefix, push_display_prop): New functions.
11513 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11514 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11515 New variables.
11516 (syms_of_xdisp): Initialize them.
11517
11518 2008-06-30 Kenichi Handa <handa@m17n.org>
11519
11520 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11521 XftDefaultSubstitute (they are called in XftFontMatch).
11522 (xftfont_open): Fix args to ftfont_font_format.
11523
11524 * ftfont.c (fc_charset_table): New member lang.
11525 (ftfont_resolve_generic_family): New arg pattern.
11526 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
11527 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11528 (ftfont_open): Fix args to ftfont_font_format.
11529 (ftfont_font_format): New arg filename.
11530
11531 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
11532
11533 * xfaces.c (Finternal_merge_in_global_face): If default face was
11534 modified, realize it again. Update the font face attribute.
11535
11536 2008-06-29 Jason Rumney <jasonr@gnu.org>
11537
11538 * w32term.c (x_set_frame_alpha): Fix logic.
11539
11540 2008-06-29 Kenichi Handa <handa@m17n.org>
11541
11542 * fontset.c (Finternal_char_font): Return font-object instead of
11543 font-name.
11544
11545 * composite.c (get_composition_id): Fix the width calculation for TAB.
11546
11547 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * indent.c (Fvertical_motion): Properly handle float column arg.
11550
11551 2008-06-28 Jason Rumney <jasonr@gnu.org>
11552
11553 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11554 (pfnSetLayeredWindowAttributes): New function pointer.
11555 (w32_initialize): Initialize it when supported.
11556 (x_set_frame_alpha): New function.
11557
11558 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11559 (w32_frame_parm_handlers): Set alpha handler.
11560
11561 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11562
11563 2008-06-27 Jason Rumney <jasonr@gnu.org>
11564
11565 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11566 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11567 (w32_to_x_charset, x_to_w32_charset)
11568 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11569 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11570 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11571 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11572 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11573 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11574 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11575 (Qw32_charset_unicode): Remove.
11576 (syms_of_w32fns): Update for above changes.
11577
11578 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11579 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11580 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11581 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11582 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11583 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11584 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11585 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11586 (syms_of_w32font): Update for above changes.
11587
11588 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11589
11590 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11591 removed #if.
11592 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11593
11594 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11595 Eli Zaretskii <eliz@gnu.org>
11596
11597 * makefile.w32-in (LOCAL_FLAGS):
11598 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11599
11600 * sysdep.c (_spawnlp, _getpid):
11601 Declare with explicit _cdecl instead of _CRTAPI1.
11602
11603 * editfns.c (Fget_internal_run_time):
11604 Check for WINDOWSNT with #ifdef, not #if.
11605
11606 2008-06-26 Jason Rumney <jasonr@gnu.org>
11607
11608 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11609
11610 * w32term.c (x_draw_glyph_string_foreground)
11611 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11612 Use FONT_HANDLE macro.
11613 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11614
11615 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11616 (uniscribe_encode_char): Use FONT_HANDLE macro.
11617
11618 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11619 (w32font_text_extents): Use precast w32_font.
11620 (w32font_close): Free cached metrics.
11621 (w32font_open_internal): Allocate space for name on stack.
11622
11623 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11626
11627 2008-06-26 Jason Rumney <jasonr@gnu.org>
11628
11629 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11630 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11631
11632 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11635
11636 2008-06-26 Jason Rumney <jasonr@gnu.org>
11637
11638 * w32bdf.c, w32bdf.h: Remove obsolete files.
11639
11640 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11641
11642 * w32gui.h: Don't include w32bdf.h.
11643 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11644 Remove obsolete font support.
11645
11646 * w32font.h (struct w32font_info): Remove compat_w32_font.
11647 Add hfont member.
11648 (FONT_COMPAT): Remove obsolete macro.
11649
11650 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11651 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11652 (w32font_open_internal): Remove compat code. Set new hfont member.
11653 (Fx_select_font): Use new hfont member.
11654
11655 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11656 (uniscribe_encode_char): Use new hfont member.
11657
11658 * w32term.c (x_draw_glyph_string_foreground)
11659 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11660 (x_draw_glyph_string): Use metrics in w32font_info.
11661
11662 2008-06-26 Kenichi Handa <handa@m17n.org>
11663
11664 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11665
11666 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11667
11668 * unexnext.c:
11669 * m/ews4800.h:
11670 * m/hp9000s300.h:
11671 * m/ibm370aix.h:
11672 * m/mips-siemens.h:
11673 * m/ncr386.h:
11674 * m/next.h:
11675 * m/pmax.h:
11676 * m/powerpcle.h:
11677 * m/tandem-s2.h:
11678 * s/386bsd.h:
11679 * s/bsd386.h:
11680 * s/bsd4-1.h:
11681 * s/bsd4-2.h:
11682 * s/bsdos2-1.h:
11683 * s/bsdos2.h:
11684 * s/bsdos3.h:
11685 * s/bsdos4.h:
11686 * s/nextstep.h:
11687 * s/ultrix4-3.h:
11688 * s/usg5-0.h:
11689 * s/usg5-2-2.h:
11690 * s/usg5-2.h:
11691 * s/usg5-4-3.h:
11692 * s/ux4800.h:
11693 * s/uxpds.h:
11694 * s/uxpv.h: Remove support for obsolete systems.
11695 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11696 Remove, insert contents in s/hpux10-20.h.
11697 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11698 Remove, insert contents in s/aix4-2.h.
11699 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11700 * s/bsd4-3.h: Rename to ...
11701 * s/bsd-common.h: ... this.
11702 * data.c:
11703 * doc.c:
11704 * ecrt0.c:
11705 * emacs.c:
11706 * fileio.c:
11707 * floatfns.c:
11708 * keyboard.c:
11709 * mem-limits.h:
11710 * print.c:
11711 * process.c:
11712 * sysdep.c:
11713 * syssignal.h:
11714 * systty.h:
11715 * syswait.h:
11716 * term.c:
11717 * unexec.c:
11718 * unexelf.c:
11719 * unexhp9k800.c:
11720 * m/hp800.h:
11721 * m/ibmrs6000.h:
11722 * m/mips.h:
11723 * m/vax.h:
11724 * s/darwin.h:
11725 * s/freebsd.h:
11726 * s/gnu.h:
11727 * s/ms-w32.h:
11728 * s/msdos.h:
11729 * s/netbsd.h:
11730 * s/template.h: Remove references to obsolete variables.
11731
11732 * Makefile.in: Add dependencies for all unexec files.
11733 (admindir): Remove unused variable.
11734 (UNEXEC_SRC): Remove references.
11735
11736 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * xfns.c (x_default_font_parameter): If Xft is available, first
11739 try Monospace-12 for the default font.
11740
11741 2008-06-25 Jason Rumney <jasonr@gnu.org>
11742
11743 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11744
11745 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11746
11747 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11748
11749 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11750
11751 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11754 <scroll-conservatively>: Fix typo in docstring.
11755
11756 * xselect.c (Fx_send_client_event): Doc fix.
11757
11758 2008-06-25 Kenichi Handa <handa@m17n.org>
11759
11760 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11761
11762 * font.c (font_parse_fcname): Remove unused variables.
11763 (font_sort_entites): Delete the arg SPEC. Caller changed.
11764 Fix for the case of ! best_only.
11765 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11766
11767 * lisp.h (Fstring_to_unibyte): EXFUN it.
11768
11769 * character.h (str_to_unibyte): Extern it.
11770
11771 * character.c (str_to_unibyte): New function.
11772
11773 * fns.c (Fstring_to_unibyte): New function.
11774 (syms_of_fns): Defsubr it.
11775
11776 2008-06-24 Kenichi Handa <handa@m17n.org>
11777
11778 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11779 DPI too.
11780 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11781
11782 2008-06-24 Andreas Schwab <schwab@suse.de>
11783
11784 * Makefile.in (${lispsource}loaddefs.el): Rename from
11785 ../lisp/loaddefs.el.
11786 (bootstrap-clean): Do what distclean does but don't remove
11787 Makefile.
11788 (distclean): Depend on bootstrap-clean and remove Makefile.
11789
11790 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
11791
11792 * buffer.h (struct buffer): New member word_wrap.
11793
11794 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11795 word-wrap.
11796 (init_buffer_once): Initialize them.
11797
11798 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11799 line_wrap enum possessing three possible values.
11800
11801 * termopts.h: Replace truncate_partial_width_windows with
11802 Vtruncate_partial_width_windows.
11803
11804 * dispnew.c (direct_output_for_insert): Avoid direct output when
11805 inserting a space with word wrap on.
11806
11807 * indent.c (compute_motion): Obey integer values of
11808 truncate-partial-width-windows.
11809
11810 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11811 replacing truncate_partial_width_windows.
11812 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11813 truncate only if the window width is below that integer.
11814 (start_display, resize_mini_window, produce_stretch_glyph)
11815 (display_string, move_it_in_display_line_to): Use line_wrap.
11816 (back_to_previous_visible_line_start, reseat_1): Reset
11817 string_from_display_prop_p.
11818 (display_line): Extend default face to end of line when wrapping.
11819
11820 2008-06-24 Kim F. Storm <storm@cua.dk>
11821
11822 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11823 to wrap continued lines at word boundaries.
11824
11825 2008-06-24 Jason Rumney <jasonr@gnu.org>
11826
11827 * font.c (Ffont_face_attributes): Multiply pixel size before point
11828 conversion to avoid multiplying rounding error.
11829
11830 2008-06-23 Jason Rumney <jasonr@gnu.org>
11831
11832 * w32term.c (x_draw_glyph_string_background)
11833 (x_draw_glyph_string): Remove old bdf font code.
11834
11835 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11836
11837 2008-06-22 Kenichi Handa <handa@m17n.org>
11838
11839 * font.c (font_find_for_lface): Try the adstyle specified in
11840 the property of LFACE_FONT of LFACE (if any).
11841
11842 2008-06-21 Seiji Zenitani <zenitani@mac.com>
11843 Ryo Yoshitake <ryo@shiftmode.net>
11844
11845 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11846
11847 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11848
11849 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11850 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11851 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11852 (witness-emacs): Remove.
11853 (lisp, shortlisp): Move loaddefs.el earlier.
11854 (mostlyclean): Forget about witness-emacs.
11855
11856 2008-06-22 Glenn Morris <rgm@gnu.org>
11857
11858 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11859 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11860
11861 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * Makefile.in (PRECOMP): Remove.
11864 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11865 (witness-emacs): Run `compile-first'.
11866 (.el.elc): Use the new compile-onefile target.
11867
11868 2008-06-21 Kenichi Handa <handa@m17n.org>
11869
11870 * xftfont.c (xftfont_open): Handle QCembolden only when
11871 FC_EMBOLDEN is defined.
11872
11873 2008-06-21 Andreas Schwab <schwab@suse.de>
11874
11875 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11876 (.el.elc): Likewise.
11877
11878 2008-06-21 Miles Bader <miles@gnu.org>
11879
11880 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11881 build dir, not the lisp source dir.
11882
11883 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11886 (bootstrapclean): Remove.
11887 (.el.elc): New rule.
11888 (PRECOMP): New var.
11889 (../lisp/subdirs.el): Remove.
11890 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11891 (witness-emacs): New target.
11892 (mostlyclean): Remove witness-emacs as well.
11893 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11894 Add witness-emacs dependency.
11895
11896 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11899 defined by the font.
11900
11901 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11902
11903 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11904 (bootstrap-clean): New target that keeps TAGS around.
11905 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11906 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11907
11908 2008-06-20 Jason Rumney <jasonr@gnu.org>
11909
11910 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11911 Remove obsolete font code.
11912
11913 * w32font.c (font_matches_spec): Use csb bitfield from font signature
11914 to determine language support.
11915
11916 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11917
11918 * sysdep.c (cfsetspeed): New fun extracted from the code.
11919 (cfmakeraw): Move before first use.
11920
11921 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
11922
11923 * sysdep.c (cfmakeraw): Provide fallback implementation.
11924 (serial_configure): Provide fallback implementation of cfsetspeed.
11925
11926 2008-06-20 Kenichi Handa <handa@m17n.org>
11927
11928 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11929 the pattern.
11930
11931 * fontset.c (fontset_from_font): Copy font_spec before changing
11932 the elements.
11933
11934 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11935
11936 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11939 for explicit `font' parameters.
11940
11941 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11942
11943 2008-06-19 Kenichi Handa <handa@m17n.org>
11944
11945 * frame.c: Include <ctype.h>.
11946 (x_set_font_backend): Allow spacing characters in the X resource
11947 for FontBackend.
11948
11949 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * w32fns.c, xfns.c (Qfont_param): New var.
11952 (syms_of_w32fns): Initialize it.
11953 (x_default_font_parameter): Record explicit `font' into
11954 `font-parameter'.
11955
11956 2008-06-18 Kenichi Handa <handa@m17n.org>
11957
11958 * font.c (font_parse_xlfd): Fix previous change.
11959 (font_parse_fcname): Don't use :fc-unknown-spec.
11960 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11961 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11962 (font_add_log): Prepend the driver name to the resulting fonts.
11963
11964 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
11965 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11966 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11967
11968 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11969 (QCembolden): New variables.
11970 (syms_of_xftfont): DEFSYM them.
11971 (xftfont_open): Call XftFontMatch. Don't trust the result of
11972 XftTextExtents8 if the pixel_size is less than 5.
11973
11974 2008-06-18 Andreas Schwab <schwab@suse.de>
11975
11976 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11977 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11978
11979 2008-06-18 Jason Rumney <jasonr@gnu.org>
11980
11981 * w32font.c (w32font_list, w32font_match): Add logging.
11982
11983 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11984
11985 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
11986
11987 * font.c (font_parse_fcname): Store divider characters for
11988 unknown-spec list. For known key symbols, intern using correct
11989 symbol name.
11990
11991 2008-06-17 Kenichi Handa <handa@m17n.org>
11992
11993 * xfaces.c (realize_default_face): If the frame is not on window
11994 system, set the fontset of face to nil.
11995
11996 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11997
11998 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11999
12000 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12003 (build_font_name_from_vector): Delete externs.
12004
12005 * xfaces.c (struct font_name): Don't declare.
12006
12007 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12010
12011 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12012
12013 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12014
12015 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12016
12017 * font.c (Ffont_spec): Fix usage in docstring.
12018 (Ffont_face_attributes): Doc fix.
12019
12020 2008-06-16 Andreas Schwab <schwab@suse.de>
12021
12022 * font.c (Ffont_face_attributes): Fix definition.
12023
12024 2008-06-16 Jason Rumney <jasonr@gnu.org>
12025
12026 * font.h (font_style_symbolic_from_value): Remove.
12027
12028 * font.c (font_style_symbolic_from_value): Remove.
12029 (font_style_symbolic): Revert to pre 2008-06-13 version.
12030
12031 * w32font.c (w32_to_fc_weight): New function.
12032 (w32font_full_name, logfont_to_fcname): Use it.
12033
12034 2008-06-16 Kenichi Handa <handa@m17n.org>
12035
12036 * font.c (font_check_object): Delete it.
12037 (font_clear_cache): Check if a font-object is alive.
12038 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12039 font-object to nil.
12040 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12041 (font_at): Don't call font_check_object.
12042 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12043
12044 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12047
12048 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12051
12052 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
12053
12054 * font.c (font_parse_fcname): Only one decimal point.
12055 (font_unparse_fcname): Handle data in family and foundry indices
12056 as symbols, not strings.
12057 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12058
12059 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12060
12061 * font.h (font_unparse_gtkname): Add prototype.
12062
12063 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12064
12065 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12066
12067 2008-06-15 Andreas Schwab <schwab@suse.de>
12068
12069 * font.c (font_update_drivers): Fix crash when no drivers match.
12070
12071 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12074 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12075
12076 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12079
12080 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12081
12082 * process.c (Fserial_process_configure, Fprocess_send_eof):
12083 Use EQ to compare Lisp_Objects.
12084
12085 2008-06-13 Jason Rumney <jasonr@gnu.org>
12086
12087 * w32fns.c (Fw32_select_font): Remove old font API function.
12088
12089 * w32font.c (logfont_to_fcname): New function.
12090 (Fx_select_font): New font dialog function compatible with
12091 GTK/fontconfig version.
12092
12093 * font.c (font_style_symbolic_from_value): New function.
12094 (font_style_symbolic): Use it.
12095
12096 * font.h (font_style_symbolic_from_value): Declare new function.
12097
12098 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
12099
12100 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12101 <font-width-table>: Fix typos in docstrings.
12102
12103 2008-06-13 Daniel Engeler <engeler@gmail.com>
12104
12105 These changes add serial port access.
12106 * process.c: Add HAVE_SERIAL.
12107 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12108 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12109 (list_processes_1, select_wrapper, Fstop_process)
12110 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
12111 (status_notify): Modify to handle serial processes.
12112 [HAVE_SERIAL] (Fserial_process_configure)
12113 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
12114 New functions.
12115 * process.h (struct Lisp_Process): Add `type'.
12116 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
12117 New functions.
12118 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
12119 serial ports.
12120 (serial_open, serial_configure): New functions.
12121 * w32.h: Add FILE_SERIAL.
12122 (struct _child_process): Add ovl_read, ovl_write.
12123
12124 2008-06-13 Kenichi Handa <handa@m17n.org>
12125
12126 * dispextern.h (enum lface_attribute_index): New member
12127 LFACE_FOUNDRY_INDEX.
12128
12129 * font.c (font_score): Delete arg alternate_families. Check only
12130 weight, slant, width, and size. Ignore the difference of alias
12131 style symbols.
12132 (font_sort_entites): Adjust for the above change. Reflect the
12133 order of font-driver to scores.
12134 (font_list_entities): Don't check alternate_familes here.
12135 (font_clear_prop): Handle foundry.
12136 (font_update_lface): Don't parse "foundry-family" form here.
12137 Handle FONT_FOUNDRY_INDEX.
12138 (font_find_for_lface): Likewise. Handle alternate families here.
12139 If registry is nil, try iso8859-1 and ascii-0.
12140 (font_open_for_lface): Pay attention to size in ENTITY.
12141 (font_open_by_name): Simplify by calling font_load_for_lface.
12142 (free_font_driver_list): Delete it.
12143 (font_update_drivers): Preserve the order of backends.
12144 (syms_of_font): Setting of sort_shift_bits adjusted for the change
12145 of font_score and font_sort_entites.
12146 (font_update_sort_order): Likewise.
12147
12148 * xfaces.c (LFACE_FOUNDRY): New macro.
12149 (check_lface_attrs): Check foundry.
12150 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
12151 (merge_face_vectors): Check foundry.
12152 (merge_face_ref): Likewise.
12153 (Finternal_set_lisp_face_attribute): Likewise.
12154 (x_update_menu_appearance): Likewise.
12155 (Finternal_get_lisp_face_attribute): Likewise.
12156 (lface_hash): Likewise.
12157 (lface_same_font_attributes_p): Likewise.
12158 (x_supports_face_attributes_p): Likewise.
12159 (tty_supports_face_attributes_p): Likewise.
12160 (Finternal_set_alternative_font_family_alist): Intern strings.
12161 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12162 (realize_default_face): Set LFACE_FOUNDRY (lface).
12163
12164 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12165 font-driver at first.
12166
12167 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12168
12169 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12170
12171 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12172
12173 2008-06-12 Jim Meyering <meyering@redhat.com>
12174
12175 Make unexec_free handle NULL the same way free does.
12176 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12177
12178 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12181 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12182 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12183 (WEAK_ALIAS): Simplify.
12184 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12185 when searching a unibyte buffer.
12186
12187 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
12188
12189 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12190
12191 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * w32font.c: Include ctype.h.
12194
12195 2008-06-11 Jason Rumney <jasonr@gnu.org>
12196
12197 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12198 misreported as space.
12199 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12200 as aliases for registry iso10646-1.
12201
12202 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 * buffer.c (clone_per_buffer_values): Skip `name'.
12205
12206 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
12207
12208 * font.c (font_parse_fcname): Fix last change; accept decimal
12209 points in font size.
12210
12211 2008-06-10 Jason Rumney <jasonr@gnu.org>
12212
12213 * w32uniscribe.c (add_opentype_font_name_to_list):
12214 Skip non unicode fonts.
12215
12216 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12217
12218 * xfns.c (Fx_font_dialog): New function.
12219
12220 * gtkutil.c (xg_dialog_response_cb): Rename from
12221 xg_file_response_callback.
12222 (pop_down_dialog): Rename from pop_down_file_dialog.
12223 (xg_get_file_name): Callers changed.
12224 (xg_get_font_name): New function.
12225
12226 * gtkutil.h (xg_get_font_name): Insert prototype.
12227
12228 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12231 x_underline_minimum_display_offset.
12232 (syms_of_xdisp): Declare it here rather than in xterm.c.
12233 * dispextern.h (underline_minimum_offset): Declare it.
12234 * w32term.c (x_draw_glyph_string): Use it.
12235 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12236 (syms_of_xterm): Don't declare it any more.
12237 (x_draw_glyph_string): Adjust to the new name.
12238
12239 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
12240
12241 * xterm.c (x_underline_minimum_display_offset): New var.
12242 (x_draw_glyph_string): Use it.
12243 (syms_of_xterm): Declare it.
12244
12245 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12246
12247 * font.c (font_parse_fcname): Accept GTK-style font names too.
12248
12249 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12250
12251 * dired.c (file_name_completion): Don't return t if the match is exact
12252 but with different capitalization.
12253 * minibuf.c (Ftry_completion): Simplify.
12254
12255 * window.c (Vwindow_point_insertion_type): New var.
12256 (set_window_buffer): Use it.
12257 (syms_of_window): Init and export it to Lisp.
12258
12259 2008-06-10 Kenichi Handa <handa@m17n.org>
12260
12261 * font.h (font_intern_prop): Prototype adjusted.
12262
12263 * font.c (font_intern_prop): New arg force_symbol.
12264 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12265 Adjust for the change of font_intern_prop.
12266
12267 * ftfont.c (ftfont_pattern_entity):
12268 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12269 (w32_registry):
12270 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12271 the change of font_intern_prop.
12272
12273 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
12274
12275 * w32menu.c (digest_single_submenu): Declare extern.
12276
12277 2008-06-09 Jason Rumney <jasonr@gnu.org>
12278
12279 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12280
12281 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12282 (parse_single_submenu): Remove.
12283 (digest_single_submenu): Remove.
12284 (syms_of_w32menu): Don't initialise variables that have moved
12285 to menu.c.
12286 (set_frame_menubar): Sync with version in xmenu.c.
12287 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12288
12289 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12290 Make static again.
12291
12292 2008-06-09 Jason Rumney <jasonr@gnu.org>
12293
12294 Changes to w32 files related to the move of common menu code
12295 to menu.c on 2008-06-08 by Chong Yidong.
12296
12297 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12298 defs to w32gui.h.
12299 (single_keymap_panes, push_menu_item, push_menu_pane):
12300 Make globally visible.
12301
12302 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12303 (local_free, malloc_widget_value, free_widget_value)
12304 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12305 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12306 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12307 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12308 (menu_items, menu_items_allocated, menu_items_used)
12309 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12310 (init_menu_items, finish_menu_items, discard_menu_items)
12311 (grow_menu_items, push_submenu_start, push_submenu_end)
12312 (push_left_right_boundary, push_menu_pane, push_menu_item)
12313 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12314 (free_menubar_widget_tree_value, parse_single_submenu)
12315 (update_submenu_strings): Remove functions.
12316 (xmalloc_widget_value): Remove and declare extern.
12317
12318 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12319 (OBJ1): Build it.
12320
12321 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12322 (local_heap, local_alloc, local_free, malloc_widget_value)
12323 (free_widget_value): Define here.
12324
12325 2008-06-09 Kenichi Handa <handa@m17n.org>
12326
12327 * font.h (Qascii_0): Extern it.
12328
12329 * font.c (Qascii_0): New variable.
12330 (syms_of_font): DEFSYM it.
12331 (font_open_by_name): If the registry "iso8859-1" fails, try also
12332 "ascii-0".
12333
12334 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12335
12336 2008-06-08 Kenichi Handa <handa@m17n.org>
12337
12338 * .gdbinit (xfont): New command.
12339
12340 2008-06-08 Andreas Schwab <schwab@suse.de>
12341
12342 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12343 * Makefile.in (menu.o): Update dependencies.
12344
12345 * Makefile.in (obj): Always add menu.o.
12346 * emacs.c (main): Always call syms_of_menu.
12347 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12348
12349 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
12350
12351 * Makefile.in: Compile menu.c.
12352
12353 * lisp.h: Declare syms_of_menu.
12354
12355 * emacs.c (main): Call syms_of_menu.
12356
12357 * keyboard.h: Relocate platform-independent menu definitions from
12358 xmenu.c.
12359
12360 * menu.c: New file. Relocate platform-independent menu
12361 definitions from xmenu.c. Suggested by Adrian Robert.
12362
12363 * xmenu.c: Remove platform-independent menu definitions.
12364 (menu_items, menu_items_inuse, menu_items_allocated)
12365 (menu_items_used, menu_items_n_panes)
12366 (menu_items_submenu_depth): Move to keyboard.h.
12367 (init_menu_items, finish_menu_items, unuse_menu_items)
12368 (discard_menu_items, restore_menu_items, save_menu_items)
12369 (grow_menu_items, push_submenu_start, push_submenu_end)
12370 (push_left_right_boundary, push_menu_pane, push_menu_item)
12371 (keymap_panes, single_keymap_panes, single_menu_item)
12372 (list_of_panes, list_of_items, find_and_call_menu_selection)
12373 (xmalloc_widget_value, free_menubar_widget_value_tree)
12374 (parse_single_submenu, digest_single_submenu)
12375 (update_submenu_strings): Move to menu.c.
12376
12377 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12378
12379 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12380
12381 2008-06-06 Miles Bader <miles@gnu.org>
12382
12383 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12384 face, not frame default.
12385
12386 2008-06-05 Martin Rudalics <rudalics@gmx.at>
12387
12388 * window.c (pop_up_windows, pop_up_frames)
12389 (display_buffer_reuse_frames, Vpop_up_frame_function)
12390 (Vdisplay_buffer_function, Veven_window_heights)
12391 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12392 (Vspecial_display_function, Vsame_window_buffer_names)
12393 (Vsame_window_regexps, split_height_threshold)
12394 (Vsplit_window_preferred_function): Move those vars to window.el.
12395 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12396 (Fdisplay_buffer): Move those functions to window.el.
12397 (syms_of_window): Remove corresponding declarations.
12398 (display_buffer): New function.
12399 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12400 * dispnew.c (Flast_nonminibuf_frame): New function.
12401 * buffer.c (Fpop_to_buffer): Move to window.el.
12402
12403 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12406
12407 2008-06-05 Kenichi Handa <handa@m17n.org>
12408
12409 * coding.c (detect_coding): Fix previous change.
12410 (detect_coding_system): Likewise.
12411
12412 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12415
12416 * keymap.c (Vminibuffer_local_filename_must_match_map):
12417 Rename from Vminibuffer_local_must_match_filename_map.
12418 (syms_of_keymap):
12419 * minibuf.c (Fcompleting_read): Adjust accordingly.
12420 * commands.h: Rename declaration as well.
12421
12422 2008-06-05 Kenichi Handa <handa@m17n.org>
12423
12424 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12425 family name.
12426 (Ffont_put): Likewise.
12427
12428 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12429 current font-spec.
12430
12431 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12432 is unspecified.
12433
12434 * xfaces.c (realize_x_face): If the font-related face attributes
12435 are the same as those of default face, realize a new fontset from
12436 default->fontset.
12437 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12438
12439 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12442 (move_it_in_display_line): New wrapper.
12443
12444 * window.c (window_scroll_pixel_based_preserve_x)
12445 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12446 (window_scroll_pixel_based, window_scroll_line_based):
12447 Use them to preserve column positions.
12448 (syms_of_window): Initialize them.
12449
12450 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12451 (HPOS . VPOS) pair.
12452
12453 * dispextern.h (move_it_in_display_line): Declare.
12454
12455 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
12456
12457 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12458 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12459 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12460
12461 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
12462
12463 * window.c (Fset_window_parameter): Doc fix.
12464 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12465
12466 2008-06-04 Joakim Verona <joakim@verona.se>
12467
12468 * window.h (struct window): Add new member window_parameters.
12469
12470 * window.c (Fwindow_parameters, Fwindow_parameter)
12471 (Fset_window_parameter): New defuns.
12472 (syms_of_window): Defsubr the new defuns.
12473 (make_window): Initialize window_parameters to nil.
12474
12475 2008-06-04 John Paul Wallington <jpw@pobox.com>
12476
12477 * eval.c (Fdefmacro): Doc fix.
12478
12479 2008-06-04 Kenichi Handa <handa@m17n.org>
12480
12481 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12482 Be sure to call setup_coding_system when we find a proper coding system.
12483 (detect_coding_system): Fix handling of coding->head_ascii.
12484
12485 2008-06-03 Andreas Schwab <schwab@suse.de>
12486
12487 * font.c (font_prop_validate_spacing): Fix last change.
12488
12489 2008-06-03 Kenichi Handa <handa@m17n.org>
12490
12491 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12492 (font_parse_fcname): Fix handling of unknown key.
12493
12494 * xfont.c (xfont_list): Try an alias.
12495
12496 * charset.c (char_charset): Return NULL if the arg charset_list is
12497 specified and C doesn't belong to any of them.
12498
12499 2008-06-02 Chip Coldwell <coldwell@redhat.com>
12500
12501 * font.c (font_pixel_size): Don't take cdr of an integer.
12502
12503 2008-06-02 Jim Meyering <meyering@redhat.com>
12504
12505 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12506 * alloc.c (xfree): Return right away for a NULL arg.
12507 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12508 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12509 * mac.c (create_apple_event_from_event_ref): Likewise.
12510 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12511 Likewise.
12512 * doprnt.c (doprnt1): Likewise.
12513 * frame.c (frame): Likewise.
12514 * keyboard.c (wipe_kboard): Likewise.
12515 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12516 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12517 * term.c (tty_default_color_capabilities, maybe_fatal)
12518 (delete_tty): Likewise.
12519 * w16select.c (string): Likewise.
12520 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12521 * w32bdf.c (w32_free_bdf_font): Likewise.
12522 * w32fns.c (w32_unload_font): Likewise.
12523 * w32font.c (w32font_close): Likewise.
12524 * window.c (size_window): Likewise.
12525 * xselect.c (receive_incremental_selection): Likewise.
12526 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12527 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12528 * w32.c (stat): Likewise.
12529
12530 Remove useless if-before-free tests.
12531 * editfns.c (Fset_time_zone_rule): Likewise.
12532 * lread.c (nosuffix): Likewise.
12533 * ralloc.c (get_bloc): Likewise.
12534 * regex.c (reg_free): Likewise.
12535 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12536 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12537 * xsmfns.c (smc_save_yourself_CB): Likewise.
12538
12539 2008-06-02 Kenichi Handa <handa@m17n.org>
12540
12541 * font.c (font_find_for_lface): Handle float font size.
12542 (font_open_for_lface): Likewise.
12543
12544 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12545 comparing the properties.
12546
12547 2008-06-01 Jason Rumney <jasonr@gnu.org>
12548
12549 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12550 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12551 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12552 Don't add empty script list.
12553 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12554
12555 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12556
12557 * Makefile.in (dot, dotdot): Remove, update users.
12558 ".." has been used elsewhere in the file for a long time.
12559 (LIBXT_STATIC): Remove conditional based on unused variable.
12560
12561 2008-06-01 Miles Bader <miles@gnu.org>
12562
12563 * xfaces.c (Vface_remapping_alist): New variable.
12564 (syms_of_xfaces): Initialize it.
12565 (enum named_merge_point_kind): New type.
12566 (struct named_merge_point): Add `named_merge_point_kind' field.
12567 (push_named_merge_point): Make cycle detection respect different
12568 named-merge-point kinds.
12569 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12570 Remove face-name alias resolution.
12571 (lface_from_face_name): New definition using
12572 `lface_from_face_name_no_resolve'.
12573 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12574 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12575 (get_lface_attributes): New definition that layers face-remapping on
12576 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12577 (lookup_basic_face): New function.
12578 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12579 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12580 `get_lface_attributes'.
12581 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12582 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12583 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12584
12585 * xdisp.c (init_iterator): Pass base_face_id through
12586 `lookup_basic_face' when we actually use it as a face-id.
12587 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12588 DEFAULT_FACE_ID.
12589
12590 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12591 lookup the initial face-id.
12592
12593 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12594
12595 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
12596
12597 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12598 (Fremove_text_properties): Fix typos in docstrings.
12599
12600 2008-05-31 Kenichi Handa <handa@m17n.org>
12601
12602 * font.c (font_list_entities): Fix the car part of data to be
12603 stored in the cache.
12604
12605 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12606
12607 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12610 Add a `test' argument so another predicate than `equal' can be used.
12611 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12612 (map_char_table): Remove unused vars `c' and `i'.
12613 * lisp.h (Foptimize_char_table): Adjust declaration.
12614 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12615
12616 2008-05-30 Kenichi Handa <handa@m17n.org>
12617
12618 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12619 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12620 defined.
12621
12622 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12625 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12626 frame-local settings for the same variable.
12627
12628 2008-05-30 Kenichi Handa <handa@m17n.org>
12629
12630 * fontset.c (Ffont_info): Move to font.c.
12631 (syms_of_fontset): Delete defsubr of Sfont_info.
12632
12633 * font.c (font_style_to_value, font_score): Delete casting of the
12634 args to xstcasecmp.
12635 (register_font_driver): Increment num_font_drivers only when
12636 registering the driver globally.
12637 (Ffont_info): Move from fontset.c. Handle a font object too.
12638 (syms_of_font): Defsubr Sfont_info.
12639
12640 2008-05-29 Kenichi Handa <handa@m17n.org>
12641
12642 * coding.h (enum define_coding_utf8_arg_index): New enum.
12643 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12644 coding_attr_utf_bom.
12645 (enum utf_bom_type): Rename from utf_16_bom_type.
12646 (struct utf_16_spec): Adjust for the above change.
12647 (struct coding_system): Add utf_8_bom in `spec' union.
12648
12649 * coding.c (CODING_UTF_8_BOM): New macro.
12650 (enum coding_category): Delete coding_category_utf_8, add
12651 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12652 coding_category_utf_8_sig.
12653 (CATEGORY_MASK_UTF_8): Delete it.
12654 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12655 (CATEGORY_MASK_UTF_8_SIG): New macros.
12656 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12657 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12658 CATEGORY_MASK_UTF_8_SIG.
12659 (CATEGORY_MASK_UTF_8): New macro.
12660 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12661 (detect_coding_utf_8): Check BOM.
12662 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12663 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12664 (encode_coding_utf_16): Likewise.
12665 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12666 (detect_coding, detect_coding_system): Handle utf-8-auto.
12667 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12668 (syms_of_coding): Fix setting up of Vcoding_category_table.
12669
12670 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * process.c (Faccept_process_output): If `millisec' is non-nil,
12673 `seconds' default to 0.
12674 (wait_reading_process_output): Also return non-nil if we read output
12675 from a non-running process.
12676
12677 2008-05-29 Jason Rumney <jasonr@gnu.org>
12678
12679 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12680 `raster' specified.
12681 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12682 in the uniscribe backend, but disallow any font that has no
12683 unicode subrange support.
12684
12685 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
12686
12687 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12688 Fix typos in docstrings.
12689
12690 2008-05-29 Kenichi Handa <handa@m17n.org>
12691
12692 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12693 (Fx_family_fonts): Set frame correctly.
12694
12695 2008-05-28 Jason Rumney <jasonr@gnu.org>
12696
12697 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12698
12699 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12702 calling build_annotations.
12703
12704 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
12705
12706 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12707 (Fencode_coding_string):
12708 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12709 <latin-extra-code-table>: Fix typos in docstrings.
12710 (syms_of_coding) <coding-system-alist>: Doc fix.
12711 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12712
12713 2008-05-28 Kenichi Handa <handa@m17n.org>
12714
12715 * fontset.c (Ffont_info): Don't call font_close_object.
12716
12717 * font.c (font_parse_family_registry): Use Ffont_put to validate
12718 foundry and family.
12719 (font_delete_unmatched): Don't check spacing.
12720 (font_list_entities): Add spacing to the spec to list fonts.
12721
12722 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12723 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12724
12725 * coding.c (encode_coding_raw_text): Fix previous change.
12726 (encode_coding_object): When the dst_object is a buffer and is
12727 different from src_object, move gap to PT.
12728
12729 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12730
12731 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12732
12733 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12736 all branches. Compute it differently.
12737
12738 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12739
12740 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12743 into "else if () ... else ...".
12744
12745 2008-05-27 Jason Rumney <jasonr@gnu.org>
12746
12747 * w32font.c (w32font_open_internal): Determine if glyph indices
12748 are likely to work here.
12749
12750 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12751
12752 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12753 draw overlap glyphs with appropriate highlighting.
12754
12755 2008-05-27 Kenichi Handa <handa@m17n.org>
12756
12757 * xfont.c (xfont_open): Fix calculation of font->average_width.
12758
12759 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * casefiddle.c (casify_object): Try to guess better whether the
12762 argument is a byte or a char.
12763
12764 2008-05-26 Andreas Schwab <schwab@suse.de>
12765
12766 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12767 Always send multiples of format size.
12768
12769 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12770
12771 2008-05-26 Jason Rumney <jasonr@gnu.org>
12772
12773 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12774 (compute_metrics): Don't set failure if we just cleared the cache.
12775 (w32_weight_table): Remove unused variable.
12776 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12777 backwards compatibility.
12778
12779 2008-05-25 Kenichi Handa <handa@m17n.org>
12780
12781 * w32term.c (x_draw_glyph_string):
12782 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12783
12784 * xfaces.c: Delete unused function prototypes.
12785 (xstrlwr, font_frame): Delete them.
12786 (clear_face_cache): Delete unused variable.
12787
12788 * xftfont.c (xftfont_open): Delete unused variable.
12789 If underline_thickness is not 1, adjust underline_position.
12790
12791 * ftxfont.c (ftxfont_open): Delete unused variable.
12792
12793 * fontset.c (face_for_char): Optimize for the case of no charset
12794 property.
12795
12796 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12797 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12798 (otf_open, font_otf_capability, generate_otf_features)
12799 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12800 Comment out by surrounding "#if 0" and "#endif" for the moment.
12801 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12802 (syms_of_font): Codes for accessing above commented out.
12803
12804 2008-05-24 Eli Zaretskii <eliz@gnu.org>
12805
12806 * w32proc.c: Include dispextern.h.
12807
12808 * w32.c: Include dispextern.h.
12809
12810 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
12811
12812 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12813 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12814 Fix typos in docstrings.
12815
12816 2008-05-23 Jason Rumney <jasonr@gnu.org>
12817
12818 * xsmfns.c: Remove includes that are already included by config.h.
12819
12820 2008-05-23 Kenichi Handa <handa@m17n.org>
12821
12822 * charset.c (Qemacs, charset_emacs): New variables.
12823 (char_charset): Fix for non-Unicode characters.
12824 (syms_of_charset): Define charset_emacs.
12825
12826 * w32term.c (x_draw_glyph_string): Be sure to update
12827 s->underline_thickness and s->underline_position. Be sure to draw
12828 underline within the current line area.
12829
12830 * xterm.c (x_draw_glyph_string): Be sure to update
12831 s->underline_thickness and s->underline_position. Be sure to draw
12832 underline within the current line area.
12833
12834 * fontset.c: Delete unused variables and add casting for char *
12835 throughout the file.
12836 (fontset_font): Try the fallback fonts of the current fontset
12837 before consulting the default fontset.
12838
12839 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12840
12841 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12842
12843 2008-05-22 Jason Rumney <jasonr@gnu.org>
12844
12845 * font.c: Don't include strings.h.
12846
12847 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12848
12849 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12850 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12851 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12852 to call xstrcasecmp.
12853
12854 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12855
12856 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12857
12858 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12859
12860 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12861
12862 2008-05-22 Kenichi Handa <handa@m17n.org>
12863
12864 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12865
12866 * font.c (font_prop_validate_style): Adjust for the format
12867 change of font_style_table.
12868
12869 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12870 two args.
12871
12872 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12873 two args.
12874
12875 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * minibuf.c (keys_of_minibuf): Delete.
12878 * lisp.h (keys_of_minibuf): Delete.
12879 * emacs.c (main): Don't call keys_of_minibuf.
12880
12881 2008-05-22 Kenichi Handa <handa@m17n.org>
12882
12883 * ftfont.c (ftfont_resolve_generic_family): Rename from
12884 ftfont_list_generic_family. Return a single family for each
12885 generic family.
12886 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12887 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12888 Call font_add_log.
12889 (ftfont_match): Call font_add_log.
12890
12891 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12892 (FONT_DEBUG): Define it.
12893 (font_add_log): Extern it.
12894 (font_assert): Rename from xassert.
12895
12896 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12897 (xfont_list_family): Call font_add_log.
12898 (xfont_match): Likewise.
12899 (memq_no_quit): Delete.
12900
12901 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12902 call of Ffont_xlfd_name.
12903
12904 * xfaces.c (struct table_entry, slant_table, weight_table)
12905 (swidth_table): Move to font.c.
12906
12907 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
12908 xassert are changed to font_assert. Delete many unused variables.
12909 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12910 New variables.
12911 (struct table_entry): Move from xfaces.c and modified.
12912 (weight_table, slant_table, width_table): Move from xfaces.c and
12913 contents adjusted for the change of struct table_entry.
12914 (font_style_to_value, font_style_symbolic): Adjust for the
12915 format change of font_style_table.
12916 (font_parse_family_registry): Don't overwrite existing foundry and
12917 family of font_spec.
12918 (font_score): Fix calculation of diff for sizes.
12919 (font_sort_entites): Call font_add_log.
12920 (font_delete_unmatched): Return a newly created list.
12921 (font_list_entities): Fix previous change. Call font_add_log.
12922 (font_matching_entity, font_open_entity, font_close_entity):
12923 Call font_add_log.
12924 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12925 (Finternal_set_font_style_table): Delete.
12926 (BUILD_STYLE_TABLE): New macro.
12927 (build_style_table): New function.
12928 (Vfont_log, font_log_env_checked): New variables.
12929 (font_add_log): New function.
12930 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12931 Declare Lisp variables "font-weight-table", "font-slant-table",
12932 "font-width-table", and "font-log". Initialize font_style_table.
12933
12934 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
12935
12936 * xterm.c (x_set_frame_alpha): Move declarations before statements.
12937
12938 2008-05-21 Seiji Zenitani <zenitani@mac.com>
12939 Ryo Yoshitake <ryo@shiftmode.net>
12940
12941 * frame.c (Qalpha): Add a new frame parameter `alpha'.
12942 (Vframe_alpha_lower_limit): New variable.
12943 (x_set_alpha): New function.
12944
12945 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12946
12947 * xfns.c (x-create-frame, Qalpha):
12948 Initialize the frame parameter `alpha'.
12949 * xterm.c (OPAQUE, OPACITY): New.
12950 (x_set_frame_alpha): New function.
12951 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12952
12953 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12954 * w32fns.c (w32_frame_parm_handlers): Likewise.
12955
12956 2008-05-20 Jason Rumney <jasonr@gnu.org>
12957
12958 * w32font.c (add_font_entity_to_list): Don't add non-opentype
12959 truetype fonts to opentype list.
12960
12961 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
12962
12963 * fontset.c (Ffontset_info): Doc fix.
12964 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12965 <ignore-relative-composition>: Fix typos in docstrings.
12966
12967 * font.c (syms-of-font) <font-encoding-alist>:
12968 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12969 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12970 (Ffont_otf_alternates): Doc fixes.
12971
12972 2008-05-20 Kenichi Handa <handa@m17n.org>
12973
12974 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
12975 font.h through out the file.
12976 (FONT_DRIVERS): Rename from FONTOBJ.
12977 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
12978 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12979
12980 * emacs.c (main): Call syms_of_font unconditionally.
12981
12982 * font.h (find_font_encoding): Extern it.
12983
12984 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12985 fontset.c.
12986 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
12987 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12988 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12989 only when HAVE_WINDOW_SYSTEM is defined.
12990 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12991 when HAVE_WINDOW_SYSTEM is defined.
12992
12993 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12994 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12995
12996 * xfaces.c: Include font.h unconditionally.
12997 (merge_face_ref, merge_face_vectors)
12998 (Finternal_set_lisp_face_attribute): Cancel the previous change.
12999
13000 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13003 indirect_variable.
13004 * eval.c (lisp_indirect_variable): New fun.
13005 (Fuser_variable_p): Use it.
13006
13007 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * lisp.h (indirect_variable):
13010 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13011 Use Lisp_Symbol pointers rather than Lisp_Object.
13012 Adjust callers.
13013 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13014 To this end, change calling-convention.
13015
13016 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13017 if some non-hidden buffers are selected by string&pred.
13018
13019 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
13020
13021 * process.c (wait_reading_process_output): Always check status
13022 when in batch mode.
13023
13024 2008-05-19 Kenichi Handa <handa@m17n.org>
13025
13026 * font.c (font_list_entities): Fix handling of cache.
13027 (font_matching_entity): Likewise.
13028
13029 * ftfont.c (cs_iso8859_1): Delete.
13030 (ft_face_cache): New variable.
13031 (struct ftfont_info): New member fc_charset_idx.
13032 (ftfont_build_basic_charsets): Delete.
13033 (fc_charset_table): New variable.
13034 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13035 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13036 Callers changed.
13037 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13038 (ftfont_spec_pattern): New argument fc_charset_idx.
13039 Check registry more rigidly. Change callers.
13040 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13041 change of :font-entity property of the font.
13042
13043 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13044 property of the font.
13045
13046 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
13047
13048 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13049 (Funencodable_char_position, Fcheck_coding_systems_region)
13050 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13051 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13052 (Ffind_operation_coding_system, Fset_coding_system_priority)
13053 (Fcoding_system_eol_type): Doc fixes.
13054
13055 2008-05-17 Glenn Morris <rgm@gnu.org>
13056
13057 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13058
13059 2008-05-16 Eli Zaretskii <eliz@gnu.org>
13060
13061 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13062 and st_gid.
13063
13064 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13065 HAVE_WINDOW_SYSTEM is not defined.
13066
13067 * xfaces.c (merge_face_ref, merge_face_vectors)
13068 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13069 HAVE_WINDOW_SYSTEM is defined.
13070 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13071
13072 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13075
13076 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13077
13078 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13079
13080 2008-05-15 Kenichi Handa <handa@m17n.org>
13081
13082 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13083 preference.
13084
13085 2008-05-15 Glenn Morris <rgm@gnu.org>
13086
13087 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13088
13089 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13092 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13093
13094 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13095
13096 2008-05-15 Kenichi Handa <handa@m17n.org>
13097
13098 * ftfont.c (ftfont_list): Downcase family name to check generic
13099 families.
13100
13101 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13102 font-spec for QCfont value.
13103
13104 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13105 buffer. Check the return value of it.
13106
13107 2008-05-14 Jason Rumney <jasonr@gnu.org>
13108
13109 * w32term.c (w32_get_glyph_overhangs): Remove.
13110 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
13111
13112 2008-05-14 Kenichi Handa <handa@m17n.org>
13113
13114 * font.c (font_prop_validate): Make nil a valid value.
13115 (font_clear_cache): Check if the cached vector of entities is nil
13116 or not.
13117
13118 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13119
13120 * emacs.c (main_thread): Conditionalize on
13121 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13122 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
13123
13124 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
13125 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
13126 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13127
13128 2008-05-14 Kenichi Handa <handa@m17n.org>
13129
13130 * coding.c (detect_coding_iso_2022): Ignore a coding category that
13131 has no corresponding coding system.
13132
13133 2008-05-14 Jason Rumney <jasonr@gnu.org>
13134
13135 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
13136
13137 * w32font.h (w32font_open_internal): Update declaration.
13138
13139 * w32font.c (w32font_open_internal): Change last argument from
13140 w32font_info struct to font object. Fill in font object from
13141 font_entity. Get Outline metrics if possible. Use them to
13142 calculate underline position and thickness. Use xlfd name as name
13143 property. Don't set codepage.
13144 (w32font_open): Pass font_object to w32font_open_internal. Don't
13145 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
13146 (w32font_draw): Use s->font.
13147 (clear_cached_metrics): Don't clear non-existent blocks.
13148
13149 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
13150 font was not found.
13151 (x_draw_glyph_string): Use underline position and thickness from font.
13152
13153 * w32uniscribe.c (uniscribe_open): Pass font_object to
13154 w32font_open_internal.
13155
13156 2008-05-14 Kenichi Handa <handa@m17n.org>
13157
13158 These changes are to delete all legacy font-handling codes, and
13159 make Emacs use only font-backends.
13160
13161 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13162 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13163
13164 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13165
13166 * charset.h (Vcharset_non_preferred_head)
13167 (Vcurrent_iso639_language): Extern them.
13168
13169 * charset.c (Vcharset_non_preferred_head): New variable.
13170 (Vcurrent_iso639_language): New variable.
13171 (syms_of_charset): Declare it as a Lisp variable.
13172 (char_charset): Don't check non preferred charsets. As a last
13173 resort, return charset_unicode.
13174 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13175
13176 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13177 conditionals. Don't check enable_font_backend. Delete all codes
13178 used only when USE_FONT_BACKEND is not defined.
13179
13180 * dispextern.h (struct glyph_string): Change type of `font' to
13181 `struct font *'.
13182 (struct glyph_string): New member underline_position and
13183 underline_thickness.
13184 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13185 (struct face): Change type of `font' to `struct font *'. Remove
13186 members `font_name', `font_info_id'.
13187 (per_char_metric, encode_char): Delete externs.
13188 (calc_pixel_width_or_height): Adjust the prototype.
13189
13190 * emacs.c (enable_font_backend): Delete extern.
13191 (main): Don't set enable_font_backend. Don't check the command
13192 line argument "-disable-font-backend".
13193
13194 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13195 (enum font_property_index): New members FONT_DPI_INDEX,
13196 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13197 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13198 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13199 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13200 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13201 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13202 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13203 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13204 (struct font_spec, struct font_entity): New structs.
13205 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13206 (struct font): Many members from old "struct font_info" moved to
13207 here. Members font and entity deleted.
13208 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13209 the new font-related objects.
13210 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13211 (CHECK_FONT_GET_OBJECT): Likewise.
13212 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13213 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13214 (struct font_driver): New members case_sensitive anc check. Type
13215 of the member list and open changed.
13216 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13217 (font_symbolic_width, font_find_object, font_get_spec)
13218 (font_set_lface_from_name): Delete extern.
13219 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13220
13221 * font.c: Include <strings.h>.
13222 (enable_font_backend): Delete it.
13223 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13224 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13225 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13226 (null_string): Delete it.
13227 (null_vector): Make it static.
13228 (font_family_alist): Delete it.
13229 (Qnormal): Extern it.
13230 (QCextra, QClanguage): Delete it.
13231 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13232 (font_make_spec, font_make_entity, font_make_object)
13233 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13234 the string. Callers changed.
13235 (font_pixel_size): Adjusted for the format change of font-related
13236 objects.
13237 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13238 (font_style_to_value, font_style_symbolic): New function.
13239 (build_font_family_alist): Delete it.
13240 (font_registry_charsets): Use Fassoc_string instead of
13241 assq_no_quit.
13242 (font_prop_validate_symbol): Don't return null_string.
13243 (font_prop_validate_style): Adjusted for the change of
13244 style-related values in a font vector.
13245 (font_property_table): Delete entries for QClanguage and
13246 QCantialias, add entries for QCavgwidth.
13247 (get_font_prop_index): Delete the 2nd argument FROM.
13248 (font_prop_validate): Arguments changed.
13249 (font_put_extra): Adjusted for the change of font-related objects.
13250 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13251 (font_parse_fcname, font_unparse_fcname)
13252 (font_prepare_composition): Likewise.
13253 (font_parse_family_registry): Renamed from font_merge_old_spec.
13254 (otf_open): Delete the 1st arg entity.
13255 (font_otf_capability): Adjusted for the above change.
13256 (font_score): New arg alternate_families. Adjusted for the change
13257 of font-related objects.
13258 (font_sort_entites): New arg best_only.
13259 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13260 Delete them.
13261 (font_match_p): Check alternate families.
13262 (font_find_object): Delete it.
13263 (font_check_object): New function.
13264 (font_clear_cache): Adjusted for the change of font-related objects.
13265 (font_delete_unmatched): New arg.
13266 (font_list_entities): Call font_driver->list with a spec that
13267 doesn't specify style-related properties.
13268 (font_matching_entity): Arguments changed. Caller changed.
13269 (font_open_entity): Adjusted for the change of font-related objects.
13270 (font_close_object, font_has_char, font_encode_char)
13271 (font_get_name, font_get_spec): Likewise.
13272 (font_spec_from_name, font_clear_prop, font_update_lface):
13273 New functions.
13274 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13275 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13276 (font_at): Adjusted for the change of font-related objects.
13277 (font_range): New function.
13278 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13279 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13280 (Fcopy_font_spec, Fmerge_font_spec): New function.
13281 (Ffont_family_list): Renamed from list-families.
13282 (Finternal_set_font_style_table): Arguments changed.
13283 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13284 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13285 change of font-related objects.
13286 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13287
13288 * fontset.h (struct font_info): Delete it. Most members go to
13289 struct font.
13290 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13291 (enum FONT_SPEC_INDEX): Delete it.
13292 (font_info, list_fonts_func, load_font_func, query_font_func)
13293 (set_frame_fontset_func, find_ccl_program_func)
13294 (get_font_repertory_func, new_fontset_from_font_name): Delete
13295 externs.
13296 (fontset_from_font_name): Extern it.
13297 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13298 (FONT_INFO_FROM_FACE): Deleted.
13299 (face_for_font): Adjust prototype.
13300
13301 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13302 conditionals. Don't check enable_font_backend. Delete all codes
13303 used only when USE_FONT_BACKEND is not defined.
13304 (get_font_info_func, list_font_func, load_font_func)
13305 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13306 (get_font_repertory_func): Delete them.
13307 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13308 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13309 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13310 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13311 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13312 (fontset_compare_rfontdef): New function.
13313 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13314 rfont-defs by qsort. Adjusted for the change of font-group vector.
13315 (load_font_get_repertory): Deleted.
13316 (fontset_find_font): Use new macros to ref/set elements of
13317 font-def and rfont-def.
13318 (fontset_font): Fix the timing of remembering that no font for C.
13319 (free_face_fontset): Do nothing if the face has no fontset.
13320 (face_suitable_for_char_p): Use new macros to ref/set elements of
13321 rfont-def.
13322 (face_for_char): Likewise. Call face_for_char with font_object.
13323 (fs_load_font): Delete. Delete #pragma surrounding it.
13324 (fs_query_fontset): Use strcasecmp instead of strcmp.
13325 (generate_ascii_font_name): Adjusted for the format change of
13326 font-spec.
13327 (Fset_fontset_font): Likewise. Use new macros to set elements of
13328 font-def.
13329 (Fnew_fontset): Use font_unparse_xlfd to generate
13330 FONTSET_ASCII (fontset).
13331 (new_fontset_from_font_name): Deleted.
13332 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13333 a fontset is already created for the font. FIx updating of
13334 Vfontset_alias_alist.
13335 (fontset_ascii_font): Deleted.
13336 (Ffont_info): Adjusted for the format change of font-spec.
13337 (Finternal_char_font): Likewise.
13338 (Ffontset_info): Likewise.
13339 (syms_of_fontset): Don't check load_font_func.
13340
13341 * fns.c (internal_equal): Handle PREV_FONT.
13342
13343 * frame.h: Delete USE_FONT_BACKEND conditional.
13344
13345 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13346 conditionals. Don't check enable_font_backend. Delete all codes
13347 used only when USE_FONT_BACKEND is not defined.
13348 (x_set_font): Call x_new_font, not x_new_fontset2.
13349 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13350 already set for the frame.
13351
13352 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13353 a font-entity by font_make_entity. Use font_intern_prop instead
13354 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13355 font property. If a font is scalable, set avgwidth property to 0.
13356 Set font-entity property by font_put_extra.
13357 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13358 (ffont_driver): Adjusted for the change of struct font_driver.
13359 (ftfont_spec_pattern): New function.
13360 (ftfont_list): Return a list, not vector.
13361 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13362 (ftfont_list_family): Don't downcase names.
13363 (ftfont_free_entity): Deleted.
13364 (ftfont_open): Return a font-object. Adjusted for the change of
13365 struct font. Get underline_thickness and underline_position from
13366 font property. Don't update dpyinfo->smallest_font_height and
13367 dpyinfo->smallest_char_width.
13368 (ftfont_close): Don't free `struct font'.
13369 (ftfont_has_char): Adjusted for the format change of font-entity.
13370 (ftfont_encode_char, ftfont_text_extents): Likewise.
13371
13372 * ftxfont.c (ftxfont_list): Return a list, not vector.
13373 (ftxfont_open): Return a font-object. Adjusted for the change of
13374 struct font. Get underline_thickness and underline_position from
13375 font property. Don't update dpyinfo->smallest_font_height and
13376 dpyinfo->smallest_char_width.
13377 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13378 (ftxfont_draw): Adjusted for the change of struct font.
13379
13380 * image.c (image_ascent): Don't include "charset.h". Include
13381 "character.h" and "font.h".
13382
13383 * lisp.h (enum pvec_type): New member PREV_FONT.
13384 (Fassoc_string): EXFUN it.
13385
13386 * print.c: Include font.h.
13387 (print_object): Handle font-related objects.
13388
13389 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13390 conditionals. Don't check enable_font_backend. Delete all codes
13391 used only when USE_FONT_BACKEND is not defined.
13392 (handle_auto_composed_prop): Do nothing if it->f is not on a
13393 window system. Check how many following characters can be
13394 displayed by the same font.
13395 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13396 'struct font *'.
13397 (get_char_face_and_encoding): Assign the whole encoding task to
13398 the `encode-char' method of a font driver.
13399 (fill_composite_glyph_string): Adjusted for the change of `struct
13400 face' and `struct glyph_string'.
13401 (fill_glyph_string): Likewise.
13402 (get_per_char_metric): Arguments changed.
13403 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13404 and `struct glyph_string'.
13405 (produce_stretch_glyph, calc_line_height_property)
13406 (x_produce_glyphs): Likewise.
13407
13408 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13409 conditionals. Don't check enable_font_backend. Delete all codes
13410 used only when USE_FONT_BACKEND is not defined. Use
13411 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13412 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13413 (Qp): Extern them.
13414 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13415 Deleted.
13416 (struct font_name): Deleted.
13417 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13418 (compare_fonts_by_sort_order): New function.
13419 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13420 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13421 Deleted.
13422 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13423 compare_fonts_by_sort_order.
13424 (Fx_font_family_list): Call Ffont_family_list.
13425 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13426 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13427 (face_symbolic_slant, face_symbolic_swidth)
13428 (split_font_name_into_vector, build_font_name_from_vector)
13429 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13430 (font_rescale_ratio, split_font_name, build_font_name)
13431 (free_font_names, sort_fonts, x_face_list_fonts)
13432 (face_font_available_p, sorted_font_list, cmp_font_names)
13433 (font_list_1, concat_font_list, font_list, remove_duplicates):
13434 Deleted.
13435 (Fx_list_fonts): Use Ffont_list.
13436 (LFACE_AVGWIDTH): Deleted.
13437 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13438 by FONTP.
13439 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13440 (set_lface_from_font_name): Delete it.
13441 (set_lface_from_font): Renamed from
13442 set_lface_from_font_and_fontset. Caller changed. Don't set
13443 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13444 for face.
13445 (merge_face_vectors): Copy font-spec if necessary.
13446 Clear properties of the font-spec if necessary.
13447 (merge_face_ref): Clear properties of the font-spec if necessary.
13448 (Finternal_set_lisp_face_attribute): Likewise.
13449 (set_font_frame_param): Use font_load_for_lface to load a
13450 font-object, and call Fmodify_frame_parameters with it.
13451 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13452 font name by Ffont_xlfd_name.
13453 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13454 QCslant, and QCwidth.
13455 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13456 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13457 Compare fonts by EQ.
13458 (lookup_non_ascii_face): Deleted.
13459 (face_for_font): The 2nd argument changed.
13460 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13461 Check atomic font properties by case insensitive.
13462 (realize_non_ascii_face): Set face->overstrike correctly.
13463 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13464 (dump_realized_face): Get font name from
13465 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13466
13467 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13468 conditionals. Don't check enable_font_backend. Delete all codes
13469 used only when USE_FONT_BACKEND is not defined.
13470 (xic_create_xfontset): Original code deleted and renamed from
13471 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13472 (x_make_gc): Don't set GCFont in GCs.
13473 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13474 opened by "fixed".
13475 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13476 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13477 get_font_repertory_func.
13478
13479 * xfont.c: Include <stdlib.h> and "ccl.h".
13480 (struct xfont_info): New structure.
13481 (xfont_query_font): Deleted.
13482 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13483 moved from xterm.c.
13484 (xfont_driver): Adjusted for the change of struct font_driver.
13485 (compare_font_names): New function.
13486 (xfont_list_pattern): Sort font names case insensitively. Make
13487 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13488 (xfont_list): Return a list, not vector.
13489 (xfont_match): If the font doesn't have QCname property, generate
13490 a name from the other font properties.
13491 (xfont_open): Return a font-object. Adjusted for the change of
13492 struct font. Get underline_thickness and underline_position from
13493 font property. Don't update dpyinfo->smallest_font_height and
13494 dpyinfo->smallest_char_width.
13495 (xfont_close): Don't free struct font.
13496 (xfont_prepare_face): Adjusted for the change of struct font.
13497 (xfont_done_face): Deleted.
13498 (xfont_has_char): Adjusted for the change of struct font.
13499 (xfont_encode_char, xfont_draw): Likewise.
13500 (xfont_check): New function.
13501
13502 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13503 callback function.
13504 (xftfont_match): Adjusted for the format change of font-entity.
13505 (xftfont_open): Adjusted for the format change of font-entity and
13506 font-object. Adjusted for the change of struct font. Return a
13507 font-object. Don't update dpyinfo->smallest_font_height and
13508 dpyinfo->smallest_char_width.
13509 (xftfont_close): Block input while calling XftFontClose.
13510 (xftfont_prepare_face): Don't block input while calling
13511 xftfont_get_colors. Adjusted for the change of struct font.
13512 (xftfont_shape): Return value of error case fixed.
13513
13514 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13515
13516 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13517 conditionals.
13518 (FONT_WIDTH): Return (f)->max_width.
13519 (struct x_display_info): Delete member `font'.
13520 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13521 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13522 (struct x_output): Change type of `font' to `struct font *'.
13523
13524 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13525 conditionals. Don't check enable_font_backend. Delete all codes
13526 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13527 (x_per_char_metric, x_encode_char): Deleted.
13528 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13529 (x_compute_glyph_string_overhangs): Adjusted for the change of
13530 `struct face'.
13531 (x_draw_glyph_string_foreground)
13532 (x_draw_composite_glyph_string_foreground): Likewise.
13533 (x_draw_glyph_string): Likewise. Use font->underline_position and
13534 font->underline_thickness.
13535 (x_new_font): Renamed from x_new_fontset2.
13536 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13537 (x_check_font): Call `check' method of a font driver.
13538 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13539 (x_query_font, x_get_font_repertory): Deleted.
13540 (x_find_ccl_program): Renamed and moved to xfont.c.
13541 (x_redisplay_interface): Adjusted for the change of `struct
13542 redisplay_interface'.
13543
13544 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13545 conditionals. Don't check enable_font_backend. Delete all codes
13546 used only when USE_FONT_BACKEND is not defined. Surround non-used
13547 code by "#ifdef OLD_FONT" and "endif".
13548 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13549
13550 * w32font.h (struct w32font_info): New member.
13551 (FONT_COMPAT): New macro.
13552 (w32font_open_internal): Prototype adjusted.
13553
13554 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13555 OLD_FONT" and "endif".
13556
13557 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13558 conditionals. Don't check enable_font_backend. Delete all codes
13559 used only when USE_FONT_BACKEND is not defined.
13560 (w32font_open): Return a font-object. Make a font-object by
13561 font_make_object. Adjusted for the change of struct w32font_info.
13562 (w32font_close): Don't free struct font. Adjusted for the change
13563 of struct w32font_info.
13564 (w32font_encode_char, w32font_text_extents, w32font_draw):
13565 Adjusted for the change of struct w32font_info.
13566 (w32font_draw): Likewise.
13567 (w32font_list_internal): Return a list, not vector.
13568 (w32font_open_internal): Change the 4th arg to font-object.
13569 Adjusted for the change of struct w32font_info and font-object format.
13570 (add_font_name_to_list): Don't downcase names.
13571 (w32_enumfont_pattern_entity): Make a font-entity by
13572 font_make_entity. Adjusted for the format change of font-entity.
13573 Use FONT_SET_STYLE to set a style-related font property. If a
13574 font is scalable, set avgwidth property to 0. Set font-entity
13575 property by font_put_extra.
13576 (font_matches_spec): Adjusted for the format change of font-entity.
13577 (w32_weight_table, w32_decode_weight): New variables.
13578 (w32_encode_weight): New function.
13579 (fill_in_logfont): Adjusted for the format change of font-spec.
13580 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13581 weight value.
13582 (w32font_driver): Adjusted for the change of struct font_driver.
13583
13584 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13585 conditionals. Don't check enable_font_backend. Surround non-used
13586 code by "#ifdef OLD_FONT" and "endif".
13587 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13588 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13589
13590 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13591 conditionals. Don't check enable_font_backend. Delete all codes
13592 used only when USE_FONT_BACKEND is not defined. Surround non-used
13593 code by "#ifdef OLD_FONT" and "endif".
13594
13595 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13596 (uniscribe_open): Return value changed to font-object.
13597 Adjusted for the format change of font-object.
13598 (uniscribe_otf_capability): Adjusted for the change of struct font.
13599 (add_opentype_font_name_to_list): Don't downcase names.
13600 (uniscribe_font_driver): Adjusted for the change of struct
13601 font_driver.
13602
13603 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
13604
13605 * dispnew.c (update_frame_1): Check if tty output is still valid
13606 before flushing it.
13607
13608 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13609
13610 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13611 to Gtk+ menus.
13612
13613 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * dired.c (file_name_completion): Tweak the code so as to always do it
13616 in a single pass. Tighten the scope of some variables.
13617
13618 * dired.c (Qdefault_directory): New var.
13619 (file_name_completion): Use it instead of Fexpand_file_name.
13620 (syms_of_dired): Initialize it.
13621
13622 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * fileio.c (double_dollars): Remove dead code.
13625
13626 2008-05-10 Eli Zaretskii <eliz@gnu.org>
13627
13628 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13629 Mention w32-get-true-file-attributes in doc string.
13630
13631 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13632
13633 2008-05-09 Glenn Morris <rgm@gnu.org>
13634
13635 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13636 2008-04-23.
13637
13638 2008-05-09 Eli Zaretskii <eliz@gnu.org>
13639
13640 Support for reporting owner and group of each file on MS-Windows:
13641 * dired.c (stat_uname, stat_gname): New functions, with special
13642 implementation for w32.
13643 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13644
13645 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13646 (dflt_group_name): New static variable.
13647 (dflt_group): Rename from the_group.
13648 (init_user_info): Init dflt_group fields. Get user's group name
13649 from LookupAccountSid.
13650 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13651 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13652 New initialization states.
13653 (globals_of_w32): Initialize them to zero. Initialize the default
13654 group name to "None".
13655 (GetFileSecurity_Name): New global var, the name of the function
13656 to call for GetFileSecurity.
13657 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13658 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13659 (get_file_security, get_security_descriptor_owner)
13660 (get_security_descriptor_group, is_valid_sid)
13661 (get_file_security_desc, get_rid, get_name_and_id)
13662 (get_file_owner_and_group): New functions.
13663 (stat): Use get_file_security_desc and get_file_owner_and_group to
13664 report the owner and primary group of each file. Don't ignore the
13665 high 32 bits of file's size, now that st_size is 64-bit wide.
13666 Fix test when to get true file attributes.
13667 (init_user_info): Use get_rid instead of equivalent inline code.
13668 (fstat): Don't ignore the high 32 bits of file's size.
13669
13670 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
13671
13672 * image.c (png_load): Use correct bit-depth for setting background
13673 color.
13674
13675 2008-05-08 Eli Zaretskii <eliz@gnu.org>
13676
13677 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13678 epa-hook.elc.
13679
13680 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13681
13682 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13683
13684 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13685
13686 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13687 because the original parameters are in pure storage now.
13688 (mac_window): Remove unused params. Update callers.
13689
13690 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13691
13692 * lread.c (substitute_object_recurse): Use lower-level primitives.
13693 Don't signal errors when traversing sub-char-tables.
13694 Don't loop over all the possible characters when traversing char-tables.
13695
13696 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13697 just like we do in print.c.
13698
13699 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * minibuf.c (Ftry_completion): Remove code left over from when we used
13702 scmp instead of Fcompare_strings.
13703
13704 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
13705
13706 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13707
13708 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13709
13710 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13711 Create bitmap context in native byte order.
13712
13713 * macterm.c (XDrawLine)
13714 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13715 context in native byte order.
13716
13717 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13718
13719 * config.in: Regenerate.
13720
13721 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13722 New definitions for Image I/O support.
13723 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13724 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13725 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13726 (mac_data_provider_release_data, image_load_image_io)
13727 [USE_MAC_IMAGE_IO]: New functions.
13728 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13729 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13730 (init_image_func_pointer) [MAC_OSX]: Remove function.
13731 (image_load_quartz2d) [MAC_OSX]: Check availability of
13732 CGImageCreateWithPNGDataProvider at compile time.
13733 Use lowercase `false' for boolean constant.
13734 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13735 Use image_load_image_io.
13736 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13737 Don't check MyCGImageCreateWithPNGDataProvider.
13738 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13739 Don't call init_image_func_pointer.
13740
13741 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13742
13743 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13744 Make variable non-static.
13745 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13746 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13747
13748 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13749 (RED_FROM_ULONG): Mask off higher bits.
13750 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13751
13752 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13753 Include AvailabilityMacros.h.
13754 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13755 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13756
13757 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * chartab.c (Fset_char_table_range): If range is t, really set all
13760 chars to that value.
13761
13762 2008-05-03 Eli Zaretskii <eliz@gnu.org>
13763
13764 * dired.c (Ffile_attributes): Don't allow the device number become
13765 negative.
13766
13767 2008-05-02 Daiki Ueno <ueno@unixuser.org>
13768
13769 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13770
13771 2008-05-02 Juri Linkov <juri@jurta.org>
13772
13773 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13774 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13775 DEFAULT argument as a list of default values in docstrings.
13776
13777 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13780
13781 2008-05-01 Martin Rudalics <rudalics@gmx.at>
13782
13783 * dispnew.c (change_frame_size_1): Preserve small windows when
13784 shrinking frames by calling set_window_height|width with third
13785 arg 2.
13786
13787 * window.h (struct window): Replace field too_small_ok by field
13788 resize_proportionally.
13789
13790 * window.c (make_window): Initialize resize_proportionally.
13791 (enlarge_window): Temporarily set resize_proportionally to make
13792 sure that shrink_windows does scale the window proportionally.
13793 (shrink_windows): When window has resize_proportionally set try
13794 to shrink it proportionally by stealing from other windows.
13795 (struct saved_window, Fset_window_configuration)
13796 (compare_window_configurations): Handle resize_proportionally.
13797 (WINDOW_TOTAL_SIZE): New macro.
13798 (window_min_size, shrink_windows, size_window): Use it.
13799 (check_min_window_sizes): Remove. Invalid values of
13800 window-min-height|width are handled by window_min_size_2 now.
13801 (size_window, Fsplit_window, enlarge_window)
13802 (adjust_window_trailing_edge, grow_mini_window): Don't call
13803 check_min_window_sizes.
13804 (window_min_size_2, window_min_size_1, window_min_size):
13805 New argument safe_p for retrieving "safe" minimum sizes.
13806 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13807 (adjust_window_trailing_edge, grow_mini_window):
13808 Adjust arguments of window_min_size... functions.
13809 (shrink_windows): Argument min_size removed. New argument
13810 safe_p allows shrinking windows to their safe minimum sizes.
13811 Calculate minimum size and decide whether a window shall be
13812 deleted for each window individually.
13813 (size_window): When nodelete_p equals 2, tell shrink_windows to
13814 delete windows only if their new minimum size is no more safe.
13815 (shrink_window_lowest_first): Call window_min_size_1 to make
13816 sure to preserve modeline of bottom-most window when resizing
13817 the minibuffer.
13818 (Fset_window_configuration, Fcurrent_window_configuration)
13819 (compare_window_configurations): Do not handle
13820 window-min-height|width any more.
13821 (syms_of_window): Clarify window-min-height|width doc-strings.
13822
13823 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13824
13825 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13826 some more. Copy some of the code from Ftry_completions.
13827 Remove special case code that dates back to initial revision when the
13828 slash was only added when necessary and that can't trigger nowadays.
13829
13830 2008-04-27 Kenichi Handa <handa@m17n.org>
13831
13832 * font.c (font_prop_validate): Signal `error' instead of `font'.
13833
13834 2008-04-29 Jason Rumney <jasonr@gnu.org>
13835
13836 * w32fns.c (Fw32_battery_status): New defun.
13837 (syms_of_w32fns): Defsubr it.
13838
13839 2008-04-28 Andreas Schwab <schwab@suse.de>
13840
13841 * dired.c (file_name_completion): Fix another mixing of encoded
13842 and decoded names.
13843
13844 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
13845
13846 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13847
13848 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
13849
13850 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13851
13852 2008-04-27 Andreas Schwab <schwab@suse.de>
13853
13854 * dired.c (file_name_completion): Fix inappropriate mixing of
13855 encoded and decoded names.
13856
13857 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13858
13859 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13860
13861 2008-04-26 Eli Zaretskii <eliz@gnu.org>
13862
13863 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13864 2008-03-31, it's not needed anymore with `struct stat' definition
13865 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13866 for the same reasons.
13867
13868 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13869
13870 * m/sparc.h: Additional redefinitions for GNU/Linux.
13871
13872 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13873
13874 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13875 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13876 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13877 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13878 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13879 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13880 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13881 Likewise.
13882
13883 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13884 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13885 (mac_ax_number_of_characters): Add externs.
13886 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13887 [USE_MAC_TSM]: Likewise.
13888 (mac_handle_text_input_event) [MAC_OSX]:
13889 Handle kEventTextInputOffsetToPos for no active input area case.
13890 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13891 (mac_handle_document_access_event)
13892 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13893 (install_application_handler) [MAC_OSX]: Register handlers for
13894 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13895 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13896 Register mac_handle_document_access_event.
13897
13898 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13899 Make functions non-static.
13900
13901 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13904 (read_file_name_completion_ignore_case, insert_default_directory)
13905 (Qdefault_directory): Move to minibuffer.el.
13906 (Fread_file_name): Call the new `read-file-name' instead.
13907
13908 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13909
13910 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13911 Make function non-static.
13912 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13913 Remove function.
13914 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13915 Move to mactoolbox.c.
13916 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13917
13918 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13919 (mac_rect_make): New macro.
13920
13921 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13922 instead of float.
13923 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13924 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13925 (XSetBackground) [USE_CG_DRAWING]: Likewise.
13926 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13927 CGRectMake.
13928 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13929 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13930 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13931 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13932 instead of WindowRef in argument type.
13933 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13934 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13935 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13936 instead of DISPLAY. All uses changed.
13937 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13938 (x_calc_absolute_position): Simplify so as not to use
13939 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13940
13941 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13942 instead of WindowRef in argument type.
13943 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13944 [TARGET_API_MAC_CARBON]: Remove externs.
13945 (create_apple_event, mac_event_parameters_to_lisp)
13946 [TARGET_API_MAC_CARBON]: Add externs.
13947
13948 * mactoolbox.c (Vmac_ts_script_language_on_focus)
13949 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13950 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13951 is clicked.
13952 (x_activate_menubar): Remove extern for saved_menu_event_location.
13953 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13954 Move from mac.c.
13955
13956 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13957
13958 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13959 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13960
13961 2008-04-23 Jason Rumney <jasonr@gnu.org>
13962
13963 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13964 attributes only for local files.
13965
13966 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13967 default to Qlocal.
13968
13969 2008-04-22 Juri Linkov <juri@jurta.org>
13970
13971 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13972 read-buffer-to-switch instead of using the letter "B".
13973
13974 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * fileio.c (Qdefault_directory): New variable.
13977 (Fread_file_name): Use it to pass `dir' to the completion functions.
13978
13979 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
13980
13981 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13982
13983 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * keyboard.c (Vpre_help_message): Remove.
13986 (show_help_echo): Remove default C code.
13987
13988 * dired.c (directory_files_internal, file_name_completion):
13989 Only call ENCODE_FILE if the string is indeed decoded.
13990
13991 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * Makefile.in (TOOLKIT_DEFINES): Remove.
13994 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13995
13996 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13997
13998 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13999 (mactoolbox.o): New target.
14000
14001 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14002 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14003
14004 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14005 Use mac_set_frame_window_background instead of XSetWindowBackground.
14006 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14007 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14008 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14009 instead of SetWindowTitleWithCFString.
14010 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14011 Move function to mactoolbox.c.
14012 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14013 Use mac_set_window_modified instead of SetWindowModified.
14014 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14015 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14016 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14017 FrontNonFloatingWindow. Use mac_activate_window instead of
14018 ActivateWindow. Use mac_active_non_floating_window instead of
14019 ActiveNonFloatingWindow.
14020 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14021 Use mac_show_hourglass and mac_hide_hourglass.
14022 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14023 instead of GetGlobalMouse.
14024 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14025 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14026 Use mac_bring_window_to_front instead of BringToFront.
14027 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14028 mactoolbox.c.
14029 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14030 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14031 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14032 mactoolbox.c.
14033
14034 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14035 (XtPointer): Move typedef from macmenu.c.
14036 (enum button_type): Move enum from macmenu.c.
14037 (widget_value): Move typedef from macmenu.c.
14038 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14039 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14040 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14041 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14042 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14043 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14044 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14045 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14046 (Selection): Move typedef from macselect.c.
14047 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14048 macterm.c.
14049 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14050 (mac_is_window_collapsed, mac_bring_window_to_front)
14051 (mac_send_window_behind, mac_hide_window, mac_show_window)
14052 (mac_collapse_window, mac_front_non_floating_window)
14053 (mac_active_non_floating_window, mac_activate_window)
14054 (mac_move_window_structure, mac_move_window, mac_size_window)
14055 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14056
14057 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14058 (enum mac_menu_kind): Move enum to mactoolbox.c.
14059 (min_menu_id): Move variable to mactoolbox.c.
14060 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14061 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14062 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14063 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14064 [TARGET_API_MAC_CARBON]: Likewise.
14065 (XtPointer): Move typedef to macgui.h.
14066 (enum button_type): Move enum to macgui.h.
14067 (widget_value): Move typedef to macgui.h.
14068 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14069 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14070 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14071 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14072 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14073 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14074 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14075 (popup_activated_flag): Make variable non-static.
14076 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14077 (add_menu_item, fill_menu, dispose_menus):
14078 Move functions to mactoolbox.c.
14079 (restore_show_help_function, menu_target_item_handler)
14080 (install_menu_target_item_handler, mac_handle_dialog_event)
14081 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14082 [TARGET_API_MAC_CARBON]: Likewise.
14083 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14084 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14085 (find_and_call_menu_selection, name_is_separator): Make function
14086 non-static.
14087 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14088 to mactoolbox.c.
14089 (set_frame_menubar): Don't call install_menu_quit_handler.
14090 (menu_item_selection): New variable.
14091 (mac_menu_show): Use create_and_show_popup_menu.
14092 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14093 selection but set variable menu_item_selection. All uses changed.
14094 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14095 Call install_menu_quit_handler. Move to mactoolbox.c.
14096
14097 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14098 (Selection): Move typedef to macgui.h.
14099 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14100 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14101 Make variables non-static.
14102 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14103 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14104 Make functions non-static.
14105 (Vmac_service_selection) [MAC_OSX]: Likewise.
14106 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14107 (mac_valid_selection_target_p, mac_clear_selection)
14108 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14109 (mac_put_selection_value, mac_selection_has_target_p)
14110 (mac_get_selection_value, mac_get_selection_target_list)
14111 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
14112 Move functions to mactoolbox.c.
14113 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
14114 Likewise.
14115 (copy_scrap_flavor_data, mac_handle_service_event)
14116 (install_service_handler) [MAC_OSX]: Likewise.
14117 (syms_of_macselect) <Vmac_dnd_known_types>:
14118 Use mac_dnd_default_known_types.
14119
14120 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
14121 Move to mactoolbox.c.
14122 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
14123 (Fx_selection_owner_p): Add EXFUN.
14124 (install_window_handler, remove_window_handler, XSetWindowBackground):
14125 Remove externs.
14126 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
14127 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
14128 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
14129 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
14130 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
14131 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
14132 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
14133 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
14134 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
14135 (create_and_show_popup_menu, mac_get_selection_from_symbol)
14136 (mac_valid_selection_target_p, mac_clear_selection)
14137 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14138 (mac_put_selection_value, mac_selection_has_target_p)
14139 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
14140 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
14141 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
14142 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14143 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
14144 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14145 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
14146 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14147 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14148
14149 * mactoolbox.c: New file.
14150
14151 2008-04-18 Jason Rumney <jasonr@gnu.org>
14152
14153 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14154
14155 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * character.c (Fmultibyte_char_to_unibyte):
14158 Return latin1 chars unchanged.
14159
14160 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14161 relocated if it points to `name'.
14162
14163 2008-04-17 Kenichi Handa <handa@m17n.org>
14164
14165 * data.c (Faset): Allow setting a multibyte character in an
14166 ASCII-only unibyte string.
14167
14168 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14169
14170 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14173 done in config.h.
14174
14175 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
14176
14177 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14178 (Fchar_direction): Add usage in the docstring.
14179
14180 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
14181
14182 * keyboard.c (read_key_sequence): Remove always-true checks.
14183
14184 2008-04-14 Jason Rumney <jasonr@gnu.org>
14185
14186 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14187 compatibility struct, for better underline positioning.
14188
14189 2008-04-13 David Hansen <david.hansen@gmx.net>
14190
14191 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14192 string.
14193
14194 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14195
14196 * m/hp800.h (XUINT, XSET): Remove.
14197
14198 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
14199
14200 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14201 previous change.
14202
14203 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14206 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14207
14208 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * keymap.h (map_keymap_canonical): Declare.
14211 * xmenu.c (single_keymap_panes): Use it.
14212
14213 2008-04-11 Glenn Morris <rgm@gnu.org>
14214
14215 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14216 set the target's value to that of the alias.
14217
14218 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14219
14220 * term.c (set_tty_color_mode): Left over typo.
14221
14222 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
14223
14224 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14225 only after check for file name handler functions. Signal, when
14226 native functionality is not supported.
14227 (syms_of_fileio): Declare it unconditionally.
14228
14229 2008-04-10 Jason Rumney <jasonr@gnu.org>
14230
14231 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14232 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14233
14234 * w32.c (logon_network_drive): Also logon to remote drives that
14235 are mapped to drive letters.
14236
14237 2008-04-10 Glenn Morris <rgm@gnu.org>
14238
14239 * xdisp.c (truncate-partial-width-windows): Doc fix.
14240
14241 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14244 Move functions to minibuffer.el.
14245 (syms_of_fileio): Don't declare them.
14246
14247 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14250 (syms_of_minibuf): Remove its initialization.
14251
14252 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14253
14254 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14255
14256 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14257
14258 2008-04-09 Jason Rumney <jasonr@gnu.org>
14259
14260 * makefile.w32-in (distclean): Delete makefile too.
14261 (maintainer-clean): New target.
14262
14263 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14264
14265 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14266 for new font backend and composite cases.
14267
14268 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14269
14270 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14271 Most of the code moved to run_timers.
14272 (do_pending_atimers): Call run_timers.
14273 (run_timers): New function.
14274
14275 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14276 run atimers.
14277
14278 * process.c (wait_reading_process_output): The same as above.
14279
14280 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * minibuf.c (last_exact_completion): Remove variable.
14283 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14284 (complete_and_exit_1, complete_and_exit_2)
14285 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14286 (Fdisplay_completion_list, display_completion_list_1)
14287 (Fminibuffer_completion_help, Fself_insert_and_exit)
14288 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14289 minibuffer.el.
14290 (syms_of_minibuf): Remove corresponding initializations.
14291
14292 * keyboard.c (Qdeactivate_mark): New var.
14293 (command_loop_1): Use it to call `deactivate-mark'.
14294 (syms_of_keyboard): Initialize it.
14295
14296 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14297 to another frame.
14298 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14299 Don't call set_tty_color_mode.
14300 (store_frame_param): Reset previous_frame rather than call
14301 set_tty_color_mode.
14302 * term.c (set_tty_color_mode): Rewrite.
14303 * dispextern.h (set_tty_color_mode): New type.
14304 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14305
14306 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14309 for generic chars, which do not exist any more in emacs-unicode.
14310
14311 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14312
14313 * coding.c (detect_coding_emacs_mule)
14314 (Ffind_operation_coding_system): Fix typo.
14315
14316 2008-04-08 Jason Rumney <jasonr@gnu.org>
14317
14318 * w32uniscribe.c (SNAME): Extract only symbol name.
14319
14320 * w32font.h (struct w32_metric_cache): New struct.
14321 (w32font_info): Use it.
14322 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14323 (CACHE_BLOCKSIZE): New constants.
14324
14325 * w32font.c (Qja, Qko, Qzh): New symbols.
14326 (syms_of_w32font): Initialise them.
14327 (font_matches_spec): Use them to filter by language.
14328 (recompute_cached_metrics): Remove function.
14329 (compute_metrics, clear_cached_metrics): New functions.
14330 (w32font_encode_char): Use them to manage metric cache.
14331 (w32font_text_extents): Cache metrics for all glyphs on demand.
14332 Delay converting glyph indices to WORD until needed.
14333 (w32font_open_internal): Initialize metric cache to empty.
14334 (registry_to_w32_charset): Charset should always be a symbol.
14335 (fill_in_logfont, list_all_matching_fonts): Family should
14336 always be a symbol.
14337
14338 2008-04-06 Jason Rumney <jasonr@gnu.org>
14339
14340 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14341 Give up if glyph indices not supported. Use uniscribe obtained
14342 ABC widths for individual metrics. Map glyph clusters back to
14343 characters using fClusterStart flag. Return number of glyphs
14344 produced, not chars processed.
14345 (uniscribe_shape): Map char at FROM to current glyph.
14346
14347 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14348
14349 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14350 Use SetMenuItemHierarchicalMenu.
14351
14352 2008-04-05 Jason Rumney <jasonr@gnu.org>
14353
14354 * image.c (pbm_load): Allow color values up to 65535.
14355 Throw an error if max_color_idx is outside the supported range.
14356 Report an error when image size is invalid.
14357 Read two bytes at a time when raw images have max_color_idx above 255.
14358
14359 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14360
14361 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14362 append "CCL: Quitted" when the CCL program is quitted.
14363 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14364
14365 * ccl.h (struct ccl_program): New member quit_silently.
14366
14367 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14368
14369 * search.c (compile_pattern_1): Treat non-nil and non-string of
14370 search-spaces-regexp as nil.
14371
14372 * minibuf.c (Fassoc_string): Tweak docstring.
14373
14374 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14375
14376 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14377 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14378 2008-03-14 to force inode be positive.
14379
14380 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14381 _S_* ones, since we now use our own sys/stat.h.
14382 (stat, fstat): Don't mangle the inode number.
14383 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14384
14385 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14386
14387 * frame.h (struct frame): Give one more bit to `visible' since we use
14388 values larger than 1 to indicate obscured frames on ttys.
14389
14390 * keymap.c (Qkeymap_canonicalize): New var.
14391 (Fmap_keymap_internal): New fun.
14392 (describe_map): Use keymap-canonicalize.
14393
14394 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14395 (Fundo_boundary): Set them.
14396 (syms_of_undo): Initialize them.
14397 (record_point): Use them instead of last_point_position*.
14398 (last_undo_buffer): Change type.
14399
14400 2008-04-04 Jason Rumney <jasonr@gnu.org>
14401
14402 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14403 (recompute_cached_metrics): Don't set ascent and descent per char.
14404
14405 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14406 (uniscribe_check_otf): Add GC protection before consing.
14407 Rearrange loop for counting features.
14408
14409 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14410
14411 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14412 buffer with byte-size of source buffer.
14413
14414 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14415
14416 * callint.c (Fcall_interactively): Handle temporary region even
14417 when shift-select-mode is off.
14418
14419 2008-04-03 Jason Rumney <jasonr@gnu.org>
14420
14421 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14422
14423 2008-04-03 Kenichi Handa <handa@m17n.org>
14424
14425 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14426 (CATEGORY_MASK_UTF_16): Likewise.
14427 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14428 binary file.
14429 (detect_coding): Add null-byte detection for a binary file.
14430 (detect_coding_system): Likewise.
14431
14432 2008-04-03 Jason Rumney <jasonr@gnu.org>
14433
14434 * w32uniscribe.c: New file.
14435
14436 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14437
14438 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14439
14440 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14441 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14442 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14443 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14444 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14445 (Qphonetic): New symbols.
14446 (syms_of_w32font): Initialize them.
14447 (font_supported_scripts): Use them.
14448 (w32font_list_family): List all charsets.
14449 (w32font_text_extents, recompute_cached_metrics): Fix metric
14450 calculations.
14451 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14452 Give opentype fonts their own format.
14453 (font_matches_spec): New arguments backend and logfont.
14454 Handle :otf spec for uniscribe backend.
14455 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14456 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14457
14458 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14459 font backend.
14460 (globals_of_w32fns): Initialize uniscribe font backend.
14461
14462 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14463 dependencies.
14464 (w32uniscribe.$(O)): New file to build.
14465 (FONT_OBJ): Include w32uniscribe.$(O).
14466 (LIBS): Add uniscribe libraries.
14467
14468 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14469
14470 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * callint.c (Vshift_select_mode): New var.
14473 (Finteractive): Document new ^ spec.
14474 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14475 is present.
14476
14477 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14478 (command_loop_1): Avoid running the direct display versions of
14479 forward-char and backward-char if shift-selection may occur.
14480 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14481 shift-translation takes place.
14482
14483 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14484 avoid clobbering by define-minor-mode.
14485
14486 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14487 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14488
14489 * syntax.c (Fforward_word): Add ^ interactive spec.
14490
14491 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14492 (Fscroll_right): Add ^ interactive spec.
14493
14494 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14497
14498 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14499
14500 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14501
14502 2008-03-31 Juri Linkov <juri@jurta.org>
14503
14504 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14505
14506 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14507
14508 * gtkutil.c (xg_set_geometry): Fix indentation.
14509 (xg_resize_outer_widget): Remove.
14510 (x_wm_size_hint_off): Fix indentation.
14511 (xg_frame_set_char_size): Call flush_and_sync after
14512 gtk_window_resize.
14513 (x_wm_set_size_hint): Pass NULL as geometry window to
14514 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14515 Add menu bar and tool bar height to base height.
14516 (xg_update_frame_menubar, free_frame_menubar)
14517 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14518 (update_frame_tool_bar, free_frame_tool_bar):
14519 Change xg_resize_outer_widget to xg_frame_set_char_size.
14520
14521 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14522
14523 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14524 (Fdbus_call_method): New parameter TIMEOUT.
14525 (dbus-send-signal): Optimize UNGCPRO call.
14526
14527 2008-03-29 Juri Linkov <juri@jurta.org>
14528
14529 * window.c (Fdisplay_buffer): Move call to
14530 Vsplit_window_preferred_function out of conditions that check
14531 if window is eligible for vertical splitting.
14532 When Vsplit_window_preferred_function is non-nil, call it and use
14533 its non-nil return value as window. Otherwise, continue doing
14534 vertical splitting using Fsplit_window with arg horflag=nil.
14535 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14536 default value from `split-window' to nil.
14537
14538 2008-03-29 Juri Linkov <juri@jurta.org>
14539
14540 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14541 for interactive code letters 'b' and 'B'.
14542
14543 2008-03-29 Eli Zaretskii <eliz@gnu.org>
14544
14545 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14546 multibyte string.
14547
14548 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14549
14550 * keyboard.c (pending_funcalls): New var.
14551 (timer_check): Run it.
14552 (syms_of_keyboard): Initialize it.
14553 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14554 (Vdelete_terminal_functions): New vars.
14555 (syms_of_terminal): Initialize them.
14556 (Fdelete_terminal): Run delete-terminal-functions.
14557 * xdisp.c (safe_eval): Rewrite.
14558 (safe_call2): New fun.
14559 * frame.c (Qdelete_frame_functions): New var.
14560 (syms_of_frame): Initialize it.
14561 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14562 * lisp.h (safe_call2, pending_funcalls): Declare.
14563
14564 2008-03-28 Andreas Schwab <schwab@suse.de>
14565
14566 * indent.c (Fmove_to_column): Move declaration before statements.
14567
14568 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14571 (struct frame): Use bit fields for boolean vars.
14572
14573 * process.c (server_accept_connection): Simplify naming.
14574 (emacs_get_tty_pgrp): Use SDATA.
14575
14576 * coding.c (decode_coding_object): Fix last change.
14577
14578 2008-03-27 Jason Rumney <jasonr@gnu.org>
14579
14580 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14581
14582 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14583
14584 * charset.c (Fdefine_charset_internal): Change the way of
14585 registering charsets in Vcharset_order_list.
14586 (syms_of_charset): Make the charset `eight-bit' supplementary.
14587
14588 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14589
14590 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14591 operations, to avoid having the difference between pointers
14592 overflow.
14593
14594 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * indent.c (check_display_width): New fun.
14597 (scan_for_column): Use it.
14598
14599 * data.c (syms_of_data): Mark most-positive-fixnum and
14600 most-negative-fixnum as constants.
14601
14602 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14603
14604 * indent.c (scan_for_column): Extract from current_column_1.
14605 Merge with the same code from Fmove_to_column.
14606 (current_column_1, Fmove_to_column): Use it.
14607
14608 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14609
14610 * keymap.c (map_keymap_internal): New fun.
14611 (map_keymap): Use it.
14612 (Fmap_keymap_internal): New fun.
14613 (Fmap_keymap): Remove left-out test from before make_save_value.
14614
14615 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14616
14617 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14618 Use XCAR/XCDR.
14619
14620 * process.h (struct Lisp_Process): Remove filter_multibyte.
14621 * process.c (QCfilter_multibyte): Remove.
14622 (setup_process_coding_systems): Don't use filter_multibyte.
14623 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14624 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14625 (Fset_process_filter_multibyte): Change the coding-system to
14626 approximate the previous behavior.
14627 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14628 coding-system.
14629
14630 * coding.c (decode_coding_object): When not decoding into a buffer,
14631 obey the coding system's preference of (uni|multi)byte.
14632
14633 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14636 every char is changed and has a different byte-length.
14637 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14638 Fix int -> EMACS_INT.
14639
14640 2008-03-23 David Hansen <david.hansen@gmx.net>
14641
14642 * dbusbind.c (xd_read_message): Remove extra copying of message
14643 strings. Check for NULL `interface' or `member'.
14644
14645 2008-03-22 Eli Zaretskii <eliz@gnu.org>
14646
14647 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14648 cFileName a file name that includes `?' characters, use the 8+3
14649 alias in cAlternateFileName instead.
14650
14651 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14654
14655 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14656
14657 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14658 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14659 work on current_buffer only instead (that was already the case
14660 for some of the code anyway).
14661 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14662 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14663 (SET_PT, SET_PT_BOTH): Adjust.
14664 * intervals.h (set_point, temp_set_point, set_point_both)
14665 (temp_set_point_both): Remove redundant declarations.
14666
14667 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * fileio.c (Finsert_file_contents):
14670 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14671 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14672 when buffer != current_buffer anyway.
14673
14674 2008-03-20 Andreas Schwab <schwab@suse.de>
14675
14676 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14677 as default.
14678
14679 2008-03-19 Jason Rumney <jasonr@gnu.org>
14680
14681 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14682 (syms_of_w32fns): Initialize them.
14683 (HOURGLASS_ID): New constant.
14684 (x_window_to_frame): Don't check hourglass_window.
14685 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14686 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14687 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14688 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14689 Only change the cursor if hourglass is not active.
14690 (Fx_create_frame): Initialize frame's current_cursor.
14691 (hourglass_atimer): Remove.
14692 (hourglass_started): New function.
14693 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14694 (show_hourglass): Adapt to w32, changing argument to frame.
14695
14696 * w32term.h (struct w32_output): Remove hourglass_window.
14697 Add current_cursor.
14698
14699 * eval.c (call_debugger, Fsignal):
14700 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14701 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14702 (Fexecute_extended_command, cancel_hourglass_unwind):
14703 * minibuf.c (read_minibuf):
14704 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14705
14706 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * window.c (run_funs): New fun.
14709 (run_window_configuration_change_hook): Use it to run the buffer-local
14710 and the global part of the hook.
14711
14712 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14713 (unwind_format_mode_line): Restore selected window.
14714 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14715
14716 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * editfns.c (Fchar_equal): Check they are valid characters.
14719
14720 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14721
14722 2008-03-17 Andreas Schwab <schwab@suse.de>
14723
14724 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14725 against a charset.
14726
14727 * lisp.h (Fbuffer_list): Declare.
14728
14729 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
14730
14731 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14732 handlebox_widget is != 0.
14733
14734 2008-03-16 Juri Linkov <juri@jurta.org>
14735
14736 * callint.c (Fcall_interactively): For interactive code letters
14737 'b' and 'B' put the buffer list into the list of default "future"
14738 values of the minibuffer.
14739
14740 2008-03-16 Andreas Schwab <schwab@suse.de>
14741
14742 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14743 modifiers.
14744
14745 * regex.c (re_match_2_internal): Correct matching of a charset
14746 against latin-1 characters.
14747
14748 2008-03-16 Kenichi Handa <handa@m17n.org>
14749
14750 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14751 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14752 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14753 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14754 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14755 CHAR_STRING_ADVANCE.
14756 (produce_chars): Fix for the case that the source and the
14757 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14758 instead of CHAR_STRING_ADVANCE.
14759 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14760 STRING_CHAR_ADVANCE.
14761
14762 2008-03-15 Andreas Schwab <schwab@suse.de>
14763
14764 * regex.c (re_match_2_internal): Correct matching of eight bit
14765 characters in unibyte strings.
14766
14767 2008-03-15 Martin Rudalics <rudalics@gmx.at>
14768
14769 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14770 at end of range when it coincides with the end of the buffer.
14771
14772 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14773
14774 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14775
14776 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14777
14778 2008-03-14 Jason Rumney <jasonr@gnu.org>
14779
14780 * editfns.c (initial_tz): New variable.
14781 (syms_of_editfns): Initialize it.
14782 (Fset_time_zone_rule): Set it when first called.
14783 Use it when TZSTRING is nil.
14784
14785 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14786 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14787 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14788 (globals_of_w32fns): Initialize them.
14789 (compute_tip_xy): Use them to position tooltips.
14790
14791 2008-03-14 Glenn Morris <rgm@gnu.org>
14792
14793 * emacs.c (main): Revert previous change.
14794 (standard_args): Revert -internal-script back to -scriptload,
14795 and remove the long-option form.
14796
14797 2008-03-13 Glenn Morris <rgm@gnu.org>
14798
14799 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14800 Remove option -enable-font-backend.
14801
14802 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14803
14804 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14805
14806 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14807
14808 * xterm.c (x_connection_closed): For GTK: If this is the last
14809 terminal just exit without closing the display.
14810
14811 2008-03-11 Jason Rumney <jasonr@gnu.org>
14812
14813 * w32font.c (w32font_full_name): Use floor to round.
14814
14815 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14816
14817 * sound.c (alsa_configure): Declare vol at beginning of block.
14818
14819 * fontset.c (Ffontset_info): Remove extra semicolon.
14820
14821 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14824 size of resulting string.
14825
14826 2008-03-10 Jason Rumney <jasonr@gnu.org>
14827
14828 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14829
14830 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14831
14832 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14833 Don't pretend as if characters with display property haven't been
14834 consumed for string-replacing-string case.
14835
14836 2008-03-08 Kim F. Storm <storm@cua.dk>
14837
14838 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14839 (get_next_display_element, next_element_from_string)
14840 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14841
14842 2008-03-08 Andreas Schwab <schwab@suse.de>
14843
14844 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14845
14846 2008-03-06 Jason Rumney <jasonr@gnu.org>
14847
14848 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14849 when charset not specified. Only translate ANSI to unicode when
14850 font_type is truetype.
14851 (w32font_coverage_ok): New function.
14852 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14853
14854 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14855
14856 * lread.c (Fread_char): Resolve modifiers.
14857 (Fread_char_exclusive): Likewise.
14858
14859 * character.c (char_resolve_modifier_mask): New function.
14860 (char_string): Use char_resolve_modifier_mask.
14861 (Fchar_resolve_modifiers): New function.
14862 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14863 function.
14864
14865 2008-03-04 Jason Rumney <jasonr@gnu.org>
14866
14867 * makefile.w32-in: Always include w32font.c in the build.
14868 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14869
14870 2008-03-04 Andreas Schwab <schwab@suse.de>
14871
14872 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14873 (versionclean): Likewise.
14874
14875 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
14876
14877 * .cvsignore: Add oo.
14878
14879 2008-03-03 Andreas Schwab <schwab@suse.de>
14880
14881 * coding.c (decode_coding_object): Inhibit gap shrinking while
14882 decoding in place.
14883
14884 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14885
14886 * w32term.c: Remove unused include "gnu.h".
14887 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14888
14889 * gnu.h: Rename to ...
14890 * emacs-icon.h: ... this.
14891 * xterm.c: Use emacs-icon.h instead of gnu.h.
14892 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14893
14894 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14895
14896 * w32font.c: Include math.h.
14897
14898 2008-03-03 Jason Rumney <jasonr@gnu.org>
14899
14900 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14901 Compute options separately.
14902 (w32font_open_internal): Set glyph_idx before caching metrics.
14903
14904 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14905 Define if system headers don't.
14906 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
14907 (w32font_encode_char): Don't declare here.
14908
14909 * w32font.c (Quniscribe, QCformat): New symbols.
14910 (syms_of_w32font): Define them.
14911 (w32font_has_char): Indicate uncertainty.
14912 (w32font_encode_char): Encode as glyph point. Make static.
14913 (recompute_cached_metrics): New function.
14914 (w32font_open_internal): Use it. Set font to use glyph points
14915 initially. Set format based on type of font.
14916 (w32font_text_extents, w32font_draw): Optionally use glyph points.
14917 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
14918 on it. Set format based on information available here.
14919 (add_font_entity_to_list): Identify backend based on opentype_only.
14920
14921 2008-03-02 Andreas Schwab <schwab@suse.de>
14922
14923 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14924
14925 * coding.c (decode_coding_big5, produce_chars):
14926 Fix typos in last change.
14927
14928 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
14929
14930 * gnu.h: New icon.
14931
14932 2008-03-02 Kenichi Handa <handa@m17n.org>
14933
14934 * coding.c (decode_coding_utf_8): When eol-type of CODING is
14935 `dos', don't decode '\r' if that is the last in the source.
14936 (decode_coding_utf_16, decode_coding_emacs_mule)
14937 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14938 (decode_coding_raw_text, decode_coding_charset): Likewise.
14939 (produce_chars): Don't decode EOL here. Use EMACS_INT.
14940
14941 2008-03-01 Jason Rumney <jasonr@gnu.org>
14942
14943 * w32font.c (w32font_full_name): Report point size for scalable fonts.
14944
14945 2008-03-01 Kim F. Storm <storm@cua.dk>
14946
14947 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14948
14949 2008-03-01 Jason Rumney <jasonr@gnu.org>
14950
14951 * w32font.c (w32font_full_name): New function.
14952 (w32font_open_internal): Use it.
14953
14954 2008-03-01 Kim F. Storm <storm@cua.dk>
14955
14956 * dispnew.c (line_draw_cost): Fix invalid glyph check.
14957
14958 2008-03-01 Jason Rumney <jasonr@gnu.org>
14959
14960 * font.c (font_unparse_fcname): Increase len when style is a symbol.
14961
14962 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
14963
14964 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14965 xg_frame_resized when the event is for the edit widget.
14966
14967 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14968
14969 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14970 set_char_size.
14971 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
14972 operations on widgets here. Just set frame size if needed.
14973 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14974 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14975 (x_wm_set_size_hint): Set size hints on the edit widget only, not
14976 the whole frame.
14977 (xg_create_tool_bar): Move attachment of the tool bar to
14978 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
14979 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14980
14981 2008-03-01 Jason Rumney <jasonr@gnu.org>
14982
14983 * w32fns.c (w32_msg_pump): Disable debug code.
14984
14985 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14986
14987 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14988
14989 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14990
14991 * xdisp.c (next_overlay_string): Don't set
14992 overlay_strings_at_end_processed_p if we're currently reading from
14993 a display string.
14994
14995 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * xdisp.c (get_overlay_strings_1): Fix typo.
14998
14999 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15000
15001 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15002
15003 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15004
15005 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15006
15007 * xdisp.c (display_mode_element): Cancel the previous change.
15008 (decode_mode_spec): Likewise.
15009 (handle_auto_composed_prop): Don't make composition if it->string
15010 is a string.
15011
15012 2008-02-27 Kim F. Storm <storm@cua.dk>
15013
15014 * lisp.h (GLYPH): Change type from int to struct with separate char
15015 and face_id members.
15016 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15017 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15018 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15019 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15020 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15021 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15022 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15023 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15024 handle new Lisp glyph code encoding, either an integer or a cons.
15025
15026 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15027 (GLYPH_ALIAS): Delete.
15028 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15029 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15030 (GLYPH_FROM_CHAR): Replace macro by ...
15031 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15032
15033 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15034 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15035 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15036 (GLYPH_INVALID_P): New macro.
15037 (spec_glyph_lookup_face): Update prototype.
15038
15039 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15040 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15041 new glyph code encoding.
15042 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15043 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15044
15045 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15046 Adapt to new glyph type and new glyph code encoding.
15047
15048 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15049
15050 * indent.c (current_column, current_column_1, Fmove_to_column)
15051 (compute_motion): Adapt to new glyph code encoding.
15052
15053 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15054
15055 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
15056
15057 * process.c (wait_reading_process_output): Check for window
15058 changes caused by timers.
15059 Suggested by Johan Bockgård.
15060
15061 2008-02-27 Glenn Morris <rgm@gnu.org>
15062
15063 * emacs.c (USAGE1): Add `--disable-font-backend'.
15064
15065 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15068 is made to the buffer.
15069
15070 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15073 (face_at_string_position):
15074 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15075 (face_at_string_position):
15076 * xdisp.c (display_string, next_overlay_change):
15077 * buffer.h (overlays_at):
15078 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15079 Update callers.
15080
15081 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
15082
15083 * editfns.c (Fformat): Doc fix.
15084
15085 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
15086
15087 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15088 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15089 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15090
15091 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15092
15093 * buffer.c (Fbuffer_swap_text): New function.
15094 (syms_of_buffer): Defsubr it.
15095
15096 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15097
15098 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15099
15100 2008-02-25 Jason Rumney <jasonr@gnu.org>
15101
15102 * w32font.c (w32font_draw): Draw one character at a time when padding.
15103
15104 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15105
15106 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15107 Handle a nil arg. Use run_window_configuration_change_hook.
15108 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15109 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15110 Use run_window_configuration_change_hook.
15111
15112 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15113
15114 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
15115 1-pixel width.
15116
15117 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15118
15119 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
15120 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
15121 if the glyph in the font is zero pixel with.
15122
15123 * dispextern.h (struct glyph_string): New member padding_p.
15124
15125 * w32font.c (w32font_draw): Pay attention to s->padding_p.
15126
15127 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
15128
15129 * xfont.c (xfont_draw): Pay attention to s->padding_p.
15130
15131 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
15132
15133 * font.c: If the font driver doesn't have `shape' function, return Qnil.
15134
15135 2008-02-25 Jason Rumney <jasonr@gnu.org>
15136
15137 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
15138
15139 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 Allow fine-grained image-cache flushing.
15142 * dispextern.h (struct image): Add `dependencies' field.
15143 (clear_image_caches): Change arg to Lisp_Object.
15144 * image.c (make_image): Initialize `dependencies' field.
15145 (clear_image_cache): Change arg to allow fine-grained flushing.
15146 Perform the flush even if image-cache-eviction-delay is nil.
15147 (clear_image_caches): Change arg to Lisp_Object.
15148 (Fclear_image_cache): Expand meaning of the argument.
15149 (mark_image): Mark `dependencies' field.
15150 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
15151 (lface_hash): Use XHASH rather than XFASTINT.
15152 (face_at_buffer_position): Fix int -> EMACS_INT position.
15153 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15154 (select_frame_for_redisplay): Remove code duplication.
15155 (redisplay_internal): Adapt arg to call to clear_image_caches.
15156
15157 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15158
15159 * s/vms4-0.h:
15160 * s/vms4-2.h:
15161 * s/vms4-4.h:
15162 * s/vms5-5.h: Remove, unused.
15163
15164 * s/irix5-2.h:
15165 * s/irix6-0.h:
15166 * s/riscos5.h:
15167 * s/mach-bsd4-3.h:
15168 * m/mips4.h: Remove files for obsolete systems.
15169
15170 * Makefile.in:
15171 * filelock.c:
15172 * unexmips.c:
15173 * m/hp9000s300.h:
15174 * m/iris4d.h:
15175 * s/aix3-1.h:
15176 * s/hpux.h:
15177 * s/msdos.h:
15178 * s/usg5-0.h:
15179 * s/usg5-2-2.h:
15180 * s/usg5-2.h:
15181 * s/usg5-3.h: Remove references to obsolete variables.
15182
15183 * s/irix5-0.h: Remove, move all the contents ...
15184 * s/irix6-5.h: ... here. Simplify.
15185 * config.in: Regenerate.
15186
15187 2008-02-24 Jason Rumney <jasonr@gnu.org>
15188
15189 * w32term.c (x_draw_glyph_string_background): Clear the background
15190 manually when cleartype is in use.
15191 (x_draw_glyph_string_foreground): Draw text transparently when
15192 cleartype is in use.
15193
15194 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15195 a font into it unless we have to.
15196
15197 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15200 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
15201
15202 2008-02-18 Jason Rumney <jasonr@gnu.org>
15203
15204 * w32fns.c (Fw32_shell_execute): Encode parameters.
15205
15206 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15207
15208 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15209
15210 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
15211
15212 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15213
15214 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15215
15216 * xterm.c (x_set_offset): Don't change the gravity if
15217 CHANGE_GRAVITY is -1.
15218
15219 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
15220
15221 * fileio.c (auto_save_error_occurred): New var.
15222 (auto_save_error): Set it.
15223 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15224 error occurred.
15225
15226 2008-02-23 Eli Zaretskii <eliz@gnu.org>
15227
15228 * w32.c (globals_of_w32): Add initializations for
15229 g_b_init_get_sid_sub_authority and
15230 g_b_init_get_sid_sub_authority_count.
15231
15232 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15235 (font_parse_xlfd): Use them for sanity check.
15236 (Finternal_set_font_style_table): Make sure the table is bijective.
15237
15238 Consolidate the image_cache to the terminal struct.
15239 * termhooks.h (P_): Remove redundant def.
15240 (struct terminal): New field `image_cache'.
15241 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15242 of FRAME_X_IMAGE_CACHE.
15243 * xterm.h (struct x_display_info): Remove image_cache field.
15244 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15245 * w32term.h (struct w32_display_info): Remove image_cache field.
15246 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15247 * macterm.h (struct mac_display_info): Remove image_cache field.
15248 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15249 * xterm.c (x_term_init):
15250 * w32term.c (w32_term_init):
15251 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15252 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15253 Remove declarations.
15254 (clear_image_caches, mark_image_cache): New declarations.
15255 * xfaces.c (clear_face_cache):
15256 * xdisp.c (redisplay_internal): Use clear_image_caches.
15257 * image.c (clear_image_cache): Don't check that a frame is on
15258 a window-system before checking if it shares the same cache.
15259 (clear_image_caches): New function.
15260 (Fclear_image_cache): Use it.
15261 (mark_image): Move from allo.c.
15262 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15263 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15264 (mark_object): Don't call mark_image_cache for frames.
15265 (mark_terminals): Call mark_image_cache.
15266
15267 * lisp.h (Fdelete_terminal): Declare.
15268
15269 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15270 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15271 wrong_type_argument.
15272
15273 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15274
15275 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15276 malayalam.el, and tamil.el. Add sinhala.el.
15277
15278 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15279
15280 * xterm.c (x_connection_closed): Consolidate identical tests.
15281 (x_delete_terminal): Don't crash if called via x_connection_closed.
15282
15283 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15284
15285 * xdisp.c (decode_mode_spec): New arg string.
15286 (display_mode_element): Adjust for the above change.
15287
15288 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * callint.c (Fcall_interactively): Use AREF.
15291
15292 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15293
15294 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15295
15296 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15297
15298 * xfns.c (Fx_show_tip): Set string to " " if empty.
15299
15300 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15301
15302 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15303 with Qt.
15304
15305 2008-02-17 Kenichi Handa <handa@m17n.org>
15306
15307 * ftfont.c (ftfont_shape): Return Lispy number.
15308
15309 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15310 for GCs.
15311 (Finternal_set_font_selection_order): Call font_update_sort_order
15312 only when enable_font_backend is set.
15313 (realize_x_face): Set face->font_info to that of default face only
15314 when enable_font_backend is set.
15315
15316 * xdisp.c (handle_composition_prop): Set it->c to the fist
15317 character of the composed region.
15318 (fill_composite_glyph_string): Set base_face->font_info to
15319 s->font_info. Get a face for ascii from base_face->ascii_face.
15320 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15321 with a face already decided.
15322 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15323 non-negative.
15324 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15325 call font_prepare_composition unconditionally.
15326
15327 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15328
15329 * xterm.h (struct x_display_info): New member font.
15330
15331 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15332 (x_set_mouse_face_gc, x_new_font): Likewise.
15333 (x_term_init): Setup display_info->font.
15334 (x_delete_terminal): Free display_info->font.
15335
15336 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15337
15338 * ftxfont.c (ftxfont_default_fid): Delete it.
15339 (ftxfont_open): Set xfont->fid to 0.
15340 (ftxfont_end_for_frame): Clear data specific to the frame and the
15341 font-driver.
15342
15343 * xftfont.c (xftfont_default_fid): Delete it.
15344 (xftfont_open): Set xfont->fid to 0.
15345
15346 * fontset.c (FONTSET_OBJLIST): New macro.
15347 (fontset_find_font): Update font-object list of the fontset.
15348 (free_realized_fontset): New function.
15349 (free_face_fontset): Call free_realized_fontset.
15350 (Ffont_info): Call font_close_object only when enable_font_backend
15351 is set.
15352
15353 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15354 [HAVE_NTGUI]: Include w32term.h.
15355 [MAC_OS]: Include macterm.ch.
15356 (font_otf_ValueRecord): Use make_number.
15357 (font_finish_cache): Fix handling of reference count.
15358 (font_clear_cache): Update num_fonts.
15359 (font_open_entity): Update smallest_char_width and
15360 smallest_font_height of the frame.
15361 (font_close_object): Update num_fonts.
15362 (Fclear_font_cache): Fix finding the target cache data.
15363
15364 2008-02-16 Glenn Morris <rgm@gnu.org>
15365
15366 * fontset.c (Finternal_char_font): Fix compilation warning.
15367
15368 2008-02-16 Eli Zaretskii <eliz@gnu.org>
15369
15370 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15371 instead of char arrays. Enlarge the size of array passed to
15372 get_token_information.
15373
15374 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15375 warnings.
15376
15377 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15378
15379 * .gdbinit: Don't set `args', it breaks gdb --args.
15380
15381 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15384 within a narrowed buffer.
15385
15386 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15387
15388 * coding.c (decode_coding_object, encode_coding_object):
15389 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15390
15391 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15394 hardcoding 1.
15395 (detect_coding_system):
15396 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15397 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15398 * insdel.c (insert_from_gap):
15399 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15400 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15401 (string_to_multibyte):
15402 * character.c (chars_in_text, multibyte_chars_in_text):
15403 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15404
15405 * character.h (FETCH_STRING_CHAR_ADVANCE)
15406 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15407 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15408 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15409
15410 * casefiddle.c (casify_region): Only call after-change and composition
15411 functions on the part of the region that was changed.
15412
15413 * keyboard.c (read_avail_input):
15414 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15415
15416 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15419 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15420
15421 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
15422
15423 * w32menu.c (push_submenu_start, push_submenu_end)
15424 (push_left_right_boundary, push_menu_pane, push_menu_item):
15425 * keyboard.c (read_key_sequence): Don't pass args with side effects
15426 to AREF, it fails when compiling with -DENABLE_CHECKING.
15427
15428 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15429
15430 * Makefile.in (${lispsource}international/charprop.el):
15431 Delete this target.
15432
15433 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15434 emacs-unicode-2.
15435
15436 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15437
15438 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15439
15440 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15441
15442 * frame.c (Qnoelisp): New symbol.
15443 (syms_of_frame): Initialize it.
15444 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15445 harmless Elisp code, from a strong `force' from x_connection_closed.
15446 * frame.h (Qnoelisp): Declare.
15447 * xterm.c (x_connection_closed): Pass `noelisp'.
15448
15449 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15450 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15451 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15452 rather than `int' for the type of `type'.
15453
15454 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15455
15456 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15457
15458 * Makefile.in (GNUC): Remove support for gcc-1.x.
15459
15460 2008-02-10 Richard Stallman <rms@gnu.org>
15461
15462 * lisp.h (ASET): Use AREF, not ASLOT.
15463
15464 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15465
15466 * lisp.h (ASET): Check bounds.
15467
15468 2008-02-10 Glenn Morris <rgm@gnu.org>
15469
15470 * buffer.c (mode-name): Doc fix.
15471
15472 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15473
15474 * Makefile.in:
15475 * emacs.c:
15476 * gmalloc.c:
15477 * keyboard.c:
15478 * lisp.h:
15479 * m/ibm370aix.h:
15480 * process.c:
15481 * regex.c:
15482 * s/hpux.h:
15483 * sysdep.c:
15484 * sysselect.h:
15485 * systty.h:
15486 * unexec.c:
15487 * w32term.c:
15488 * xsmfns.c:
15489 * xterm.c: Remove code that deals with obsolete variables.
15490
15491 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15492
15493 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15494 nothing else needs it anymore.
15495
15496 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15497
15498 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15499 instead of unibyte_char_to_multibyte.
15500
15501 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15502
15503 * s/gnu-linux.h: Remove commented out code.
15504
15505 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15506
15507 * Makefile.in: Update what RMS says about using autoconf.
15508 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15509 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15510 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15511 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15512
15513 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * keymap.c (Fkey_description): Move side effect outside of macro call.
15516
15517 * xfaces.c (Finternal_make_lisp_face):
15518 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15519
15520 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15521 (syms_of_fontset): Use ASET.
15522
15523 * fns.c (concat): Move side effect outside of macro call.
15524 (hash_clear): Use ASET.
15525
15526 2008-02-08 Richard Stallman <rms@gnu.org>
15527
15528 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15529 If FORCE, and frame has a surrogate minibuffer for another frame,
15530 delete the other frame first.
15531
15532 2008-02-07 Timo Savola <timo.savola@iki.fi>
15533
15534 * xterm.c (x_detect_focus_change): Handle embed client message.
15535 (handle_one_xevent): Ditto.
15536 (handle_one_xevent): If embedded and we get a button press/release,
15537 request focus.
15538 (xembed_set_info, xembed_send_message): New functions.
15539 (x_make_frame_visible): Call xembed_set_info if embedded.
15540 (x_make_frame_invisible): Call xembed_set_info if embedded.
15541 (x_term_init): Initialize Xatom_XEMBED.
15542 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15543 (x_iconify_frame): Ditto.
15544
15545 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15546 (enum xembed_info, enum xembed_message, enum xembed_focus)
15547 (enum xembed_modifier, enum xembed_accelerator): New.
15548 (xembed_set_info, xembed_send_message): Declare.
15549 (FRAME_X_EMBEDDED_P): New.
15550
15551 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15552 gtk_plug_new.
15553
15554 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15555 window ID of a frame.
15556 (x_window): Reparent frame if embedded.
15557 (Fx_create_frame): Don't set border width if embedded.
15558
15559 * emacs.c (USAGE3): Add --parent-id.
15560 (standard_args): Ditto.
15561
15562 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15563
15564 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15565
15566 2008-02-07 Jim Meyering <meyering@redhat.com>
15567
15568 Use "do...while (0)", not "if (1)...else" in macro definitions.
15569 The latter provokes a warning from gcc about the empty else, when
15570 followed by ";". Also, without that trailing semicolon, it would
15571 silently swallow up any following statement.
15572 * syntax.h (SETUP_SYNTAX_TABLE)
15573 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15574 * buffer.h (DECODE_POSITION): Likewise.
15575 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15576 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15577 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15578 (FETCH_CHAR_ADVANCE): Likewise.
15579 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15580
15581 2008-02-07 Jim Meyering <meyering@redhat.com>
15582
15583 * lread.c [lint]: Don't include <sys/inode.h>.
15584
15585 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * xselect.c (x_handle_dnd_message):
15588 * xmenu.c (digest_single_submenu, xmenu_show):
15589 * xdisp.c (with_echo_area_buffer_unwind_data)
15590 (format_mode_line_unwind_data, unwind_format_mode_line)
15591 (display_menu_bar):
15592 * eval.c (Ffetch_bytecode):
15593 * doc.c (store_function_docstring):
15594 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15595 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15596 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15597
15598 2008-02-07 Kenichi Handa <handa@m17n.org>
15599
15600 * ftxfont.c (ftxfont_open): Don't set
15601 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15602
15603 * ftfont.c (ftfont_open): Fix previous change.
15604
15605 2008-02-06 Jason Rumney <jasonr@gnu.org>
15606
15607 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15608 Use cached metrics for ASCII characters.
15609 (w32font_open_internal): Don't set font's owning_frame.
15610 Cache metrics for ASCII characters.
15611
15612 * w32font.h (struct w32font_info): Add ascii_metrics.
15613 Remove owning_frame.
15614
15615 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15616
15617 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15618 to negative value.
15619
15620 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15621
15622 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15623
15624 * charset.c (syms_of_charset): Set QCtest and Qeq.
15625
15626 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * process.c (Fstart_process):
15629 * callproc.c (Fcall_process): Handle the case where
15630 Funhandled_file_name_directory returns nil.
15631
15632 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15633 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15634 * font.c (check_gstring): Use them and AREF to access the vector before
15635 we know it's really a gstring.
15636 (Ffont_shape_text): Fix typo.
15637 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15638
15639 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15640 Declare.
15641
15642 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15643
15644 2008-02-05 Jason Rumney <jasonr@gnu.org>
15645
15646 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15647 Set smallest_font_height and smallest_char_width in display info.
15648
15649 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15650
15651 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15652
15653 2008-02-05 Miles Bader <miles@gnu.org>
15654
15655 * xfaces.c (get_lface_attributes, merge_named_face)
15656 (lookup_named_face, lookup_derived_face, realize_named_face):
15657 Revert 2008-02-01 change by cyd@stupidchicken.com.
15658
15659 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15660
15661 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15662 fallback fonts.
15663 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15664
15665 2008-02-04 Jason Rumney <jasonr@gnu.org>
15666
15667 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15668 set full_name.
15669 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15670
15671 2008-02-03 Jason Rumney <jasonr@gnu.org>
15672
15673 * makefile.w32-in (OBJ1): Include font.o here.
15674 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15675
15676 2008-02-02 Jason Rumney <jasonr@gnu.org>
15677
15678 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15679
15680 2008-02-01 Jason Rumney <jasonr@gnu.org>
15681
15682 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15683
15684 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15685
15686 2008-02-01 Andreas Schwab <schwab@suse.de>
15687
15688 * Makefile.in (shortlisp, lisp): Update for rename of
15689 ../lisp/language/myanmar.el.
15690
15691 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
15692
15693 * xfaces.c (get_lface_attributes): Delete function.
15694 (merge_named_face, lookup_named_face, lookup_derived_face)
15695 (realize_named_face): Call lface_from_face_name directly, and use
15696 the fact that merge_face_vectors does not alter its FROM argument.
15697
15698 2008-02-01 Jason Rumney <jasonr@gnu.org>
15699
15700 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15701 input in the default locale. Handle non-Unicode multibyte input.
15702
15703 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15704
15705 * fontset.c (reorder_font_vector): Exclude nil elements from the
15706 font group. Don't try multiple fonts.
15707 (fontset_font): Adjust for the above change.
15708 (Finternal_char_font): Return nil if the found font doesn't
15709 contain the character ch.
15710
15711 * Makefile.in (lisp, shortlisp): Add cham.el.
15712
15713 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15714
15715 * font.h (FONTP): Make it return 1 also for a font-object.
15716
15717 * .gdbinit (xfontset): New function.
15718
15719 * font.c (font_find_for_lface): Check if the character C is
15720 supported or not only for the first font.
15721
15722 * fontset.c (reorder_font_vector): Fix typo.
15723 (fontset_find_font): Don't add a font-spec specifying a script.
15724 Use 0 (not Qt) for the indication of empty font-group. Change the
15725 format of RFONT-DEF. Return Qt if no font in the font-group
15726 support the character.
15727 (fontset_font): Adjust for the above change. If no font was
15728 found the character, remember that.
15729 (face_for_char): Adjust for the change of RFONT-DEF.
15730 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15731 no font for the target.
15732 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15733
15734 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15735
15736 * font.c (font_load_for_face): Handle the case that the font in
15737 face->lface is a string.
15738
15739 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15740
15741 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15742
15743 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15744
15745 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15746 Fix previous change. If the frame is not on a window system,
15747 signal an error.
15748
15749 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15750
15751 * coding.c (decode_coding_object, encode_coding_object): Adjust
15752 marker positions after conversion.
15753
15754 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15755
15756 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15757
15758 * font.c (font_find_for_lface): Fix the handling of the return
15759 value of font_has_char.
15760 (Ffont_shape_text): Fix previous change.
15761
15762 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15763 (fontset_ref_and_range): Delete it.
15764 (fontset_find_font): Call char_table_ref_and_range instead of
15765 FONTSET_REF_AND_RANGE.
15766 (make_fontset): Don't setup font groups of Latin here.
15767 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15768 (new_fontset_from_font): Make the specified font the default for
15769 all Latin characters.
15770
15771 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15772
15773 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15774 is on a window system before accessing the fontset of the frame.
15775
15776 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15777
15778 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15779
15780 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15781 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15782
15783 * font.c (Ffont_shape_text): If the font driver doesn't have a
15784 shaper function, make zero-width glyphs to have at least one-pixel
15785 width. Fix setting of `to' field of glyphs.
15786
15787 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15788
15789 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15790 glyphs.
15791
15792 * font.h (struct font_driver): Improve docstring of member `shape'.
15793
15794 2008-02-01 Kenichi Handa <handa@m17n.org>
15795
15796 * composite.c (syms_of_composite): Fix docstring of
15797 auto-composition-function.
15798
15799 * font.h (LGLYPH_SIZE): New macro.
15800
15801 * font.c (Ffont_fill_gstring): Stop filling when a character not
15802 supported by the font is found.
15803 (Ffont_shape_text): When a shape callback function returns nil,
15804 try at most two more times with larger gstring.
15805 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15806
15807 * xdisp.c (handle_auto_composed_prop): Change the argument to
15808 auto-composition-function.
15809
15810 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15811 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15812 Lispy glyph and store it in the lgstring.
15813
15814 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15815
15816 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15817
15818 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15819
15820 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15821
15822 * fontset.c (Vfont_encoding_charset_alist): New variable.
15823 (syms_of_fontset): DEFVAR it.
15824 (reorder_font_vector, fontset_find_font): Optimize for the case of
15825 no need of reordering.
15826 (face_for_char): Map the charset property by
15827 Vfont_encoding_charset_alist.
15828
15829 2008-02-01 Jason Rumney <jasonr@gnu.org>
15830
15831 * w32font.c (logfonts_match): Don't check adstyle here.
15832 (font_matches_spec): Check here against physical font instead.
15833 (add_font_entity_to_list): Avoid some substitutions.
15834
15835 * font.c (font_parse_fcname): Default weight and slant to normal.
15836 (font_score): Prefer normal fonts if weight or slant unspecified.
15837 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15838 match freetype scores.
15839
15840 2008-02-01 Jason Rumney <jasonr@gnu.org>
15841
15842 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15843 font, as it may have been deleted.
15844 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15845 most common hyphenless variation.
15846 (logfonts_match): Check generic family.
15847 (font_matches_spec): Don't check generic family here.
15848 (fill_in_logfont): Set generic family based on adstyle.
15849
15850 * w32font.h (w32font_get_cache): Update declaration.
15851
15852 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15853
15854 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15855
15856 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15857 If none of the new drivers are available, call font_update_drivers
15858 with the old drivers.
15859
15860 * w32font.c (w32font_get_cache): Adjust the argument type.
15861
15862 * xfont.c (xfont_get_cache): Adjust the argument type.
15863
15864 * font.h (struct font_driver): Change argument type of get_cache.
15865
15866 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15867
15868 * font.c (Ffont_get): Fix arguments to Fassoc.
15869 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15870 (font_clear_cache): New function.
15871 (font_list_entities, font_matching_entity): Use font_get_cache.
15872 (font_update_drivers): Call font_clear_cache when finishing a driver.
15873
15874 * fontset.c (fontset_find_font): Fix previous change.
15875
15876 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15877
15878 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15879 dpyinfo->font_table.
15880 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15881 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15882
15883 * font.c (font_at): Handle the case that the arg C is negative.
15884 Handle the unibyte case.
15885 (Ffont_at): Call font_at with the arg C -1.
15886
15887 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15888 the position here, and call font_at with the arg C -1.
15889 Don't check the range of the existing composition at the point.
15890
15891 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15892
15893 * fontset.c (fontset_add): New args charset_id and family.
15894 Change caller.
15895 (load_font_get_repertory, fontset_find_font): Assume that
15896 font_spec is always a font-spec object.
15897 (Fset_fontset_font): Always store a font-spec object in a fontset.
15898
15899 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15900 instead of get_property_and_range.
15901
15902 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15903
15904 * xftfont.c (struct xftfont_info): Delete the member ft_face.
15905 (xftfont_open): Don't keep locking face.
15906 (xftfont_close): Don't unlock face.
15907 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15908
15909 * fontset.c (fontset_find_font): Don't prefer a font of
15910 supplementary charset.
15911
15912 2008-02-01 Kenichi Handa <handa@m17n.org>
15913
15914 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15915 script, langsys_tag to langsys, new member script.
15916 (OTF_TAG_STR): Terminate by '\0'.
15917 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
15918 listing to the script specified in that property. Fix arg to
15919 OTF_check_features.
15920
15921 2008-02-01 Jason Rumney <jasonr@gnu.org>
15922
15923 * w32font.h: New file.
15924
15925 * w32font.c: Include it.
15926 (struct w32font_info): Add owning_frame field. Move to w32font.h.
15927 (w32font_open): Set owning_frame.
15928 (w32font_text_extents): Use owning_frame.
15929 (struct font_callback_data): Add opentype_only field.
15930 (add_font_entity_to_list): Use it to filter fonts.
15931 Don't check against full name.
15932 (w32font_list_internal): New function.
15933 (w32font_list): Use it.
15934 (w32font_match_internal): New function.
15935 (w32font_match): Use it.
15936 (w32font_open_internal): New function.
15937 (w32font_open): Use it.
15938 (w32font_get_cache, w32font_close, w32font_has_char)
15939 (w32font_encode_char, w32font_text_extents, w32font_draw):
15940 Make non-static.
15941
15942 * makefile.w32-in (w32font.o): Depend on w32font.h.
15943
15944 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15945
15946 * charset.c (Fdefine_charset_internal): Record a supplementary
15947 charset at the tail of Vcharset_order_list.
15948
15949 * font.c (Ffont_shape_text): Fix the return value.
15950
15951 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15952
15953 * xdisp.c (handle_auto_composed_prop): Fix previous change.
15954
15955 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15956
15957 * ftfont.c (struct OpenTypeSpec): New struct.
15958 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15959 (ftfont_get_open_type_spec): New function.
15960 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15961
15962 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15963
15964 2008-02-01 Jason Rumney <jasonr@gnu.org>
15965
15966 * w32font.c (add_font_entity_to_list): Compare only the beginning
15967 of full name.
15968
15969 2008-02-01 Kenichi Handa <handa@m17n.org>
15970
15971 * xdisp.c (handle_auto_composed_prop): Simplify the code.
15972 Never return HANDLED_RECOMPUTE_PROPS.
15973
15974 2008-02-01 Kenichi Handa <handa@m17n.org>
15975
15976 * font.c (font_gstring_produce): Delete it.
15977
15978 * composite.h (COMPOSITION_METHOD):
15979 Handle COMPOSITION_WITH_GLYPH_STRING.
15980
15981 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15982
15983 * xfont.c (Qx): Delete.
15984 (syms_of_xfont): Don't initialize Qx.
15985
15986 * composite.h (enum composition_method):
15987 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15988
15989 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15990
15991 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15992 (choose_face_font): Accept new form of font-spec.
15993
15994 * frame.h (font_driver_list): Declare it unconditionally.
15995 (struct frame): Define members font_driver_list and font_data_list
15996 unconditionally.
15997
15998 * fontset.c: Include "font.h" unconditionally.
15999 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16000 (Fset_fontset_font): Accept a font-spec object.
16001
16002 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16003 PIXEL_SIZE part a wild card.
16004
16005 * dispextern.h (struct glyph_string): Define members clip and
16006 num_clips unconditionally.
16007 (struct face): Define members font_info and extra unconditionally.
16008
16009 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16010 ftfont_info only when HAVE_LIBOTF is defined.
16011
16012 2008-02-01 Andreas Schwab <schwab@suse.de>
16013
16014 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16015 and end.
16016
16017 2008-02-01 Jason Rumney <jasonr@gnu.org>
16018
16019 * w32font.c (w32font_driver): Add new fields.
16020
16021 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16022
16023 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16024 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16025 (LIBES): Add @M17N_FLT_CFLAGS@.
16026
16027 * composite.c (compose_text): Don't treat the new style
16028 composition specially.
16029
16030 * emacs.c (main): Call syms_of_font unconditionally.
16031
16032 * font.h (FONT_ENTITY_NOT_LOADABLE)
16033 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16034 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16035 (struct font_driver): New member shape.
16036 (font_registry_charsets): Extern it.
16037 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16038 (font_otf_capability, font_drive_otf): Delete their externs.
16039
16040 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16041 (font_charset_alist, font_registry_charsets): Move from xfont.c
16042 and rename.
16043 (font_prop_validate_otf): New function.
16044 (font_property_table): Register it for QCotf.
16045 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16046 (font_drive_otf): Delete.
16047 (font_prepare_composition): New arg F. Adjust for the change of
16048 lispy gstring.
16049 (font_find_for_lface): New arg C.
16050 (font_load_for_face): Adjust for the change of font_find_for_lface.
16051 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16052 lispy gstring.
16053 (Ffont_shape_text): New function.
16054 (Fopen_font): If the font size is not given, use 12-pixel.
16055 (Ffont_at): New arg STRING.
16056 (syms_of_font): Initalize font_charset_alist.
16057 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16058 conditionally.
16059
16060 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16061 fonts of the same font-spec. Change the format of RFONT-DEF.
16062 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16063 Adjust for the change of RFONT-DEF.
16064 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16065
16066 * ftfont.h: New file.
16067
16068 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16069 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16070 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16071 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16072 font_otf_capability and font_drive_otf, set ftfont_shape.
16073 (ftfont_list): Adjust for the change of :otf property value.
16074 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16075 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16076 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16077 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16078 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16079 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16080
16081 * w32term.c (x_draw_composite_glyph_string_foreground):
16082 Adjust for the change of lispy gstring.
16083
16084 * xdisp.c (handle_composition_prop): Adjust for the change of
16085 lispy gstring. Call a function for auto-composition with the
16086 third arg it->window.
16087 (fill_composite_glyph_string): Adjust for the change of lispy string.
16088 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16089
16090 * xfaces.c (set_font_frame_param): Adjust for the change of
16091 font_find_for_lface.
16092
16093 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16094 (xfont_registry_charsets): Likewise. Change caller.
16095 (syms_of_xfont): Don't handle x_font_charset_alist.
16096
16097 * xftfont.c: Include "ftfont.h".
16098 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16099 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16100 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16101 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16102 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16103 Set xftfont_driver.shape to xftfont_shape.
16104
16105 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16106 the change of lispy gstring.
16107
16108 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16109
16110 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
16111
16112 2008-02-01 Jason Rumney <jasonr@gnu.org>
16113
16114 * w32font.c (w32font_draw): Fill background manually.
16115
16116 2008-02-01 Jason Rumney <jasonr@gnu.org>
16117
16118 * font.c (Qfontp): Remove unused symbol.
16119 (QCantialias): New symbol.
16120 (syms_of_font): Define it.
16121 (font_property_table): Set a validator for QCantialias.
16122
16123 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
16124 Define if not already.
16125 (QCfamily): Share with xfaces.c.
16126 (Qstandard, Qsubpixel, Qnatural): New symbols.
16127 (syms_of_w32font): Define them. Don't define QCfamily here.
16128 (w32_antialias_type, lispy_antialias_type): New functions.
16129 (w32_enumfont_pattern_entity): New arg requested_font.
16130 Set antialias parameter if non-default was requested.
16131 (fill_in_logfont): Fill in lfQuality if :antialias specified.
16132
16133 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16134
16135 * lread.c (read1): Undo the previous change.
16136
16137 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
16138
16139 * frame.c (Fdelete_frame): Call font_update_drivers only when
16140 USE_FONT_BACKEND is defined.
16141
16142 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16143
16144 * font.h (struct font_bitmap): New member bits_per_pixel.
16145 (struct font_driver): New members start_for_frame and end_for_frame.
16146 (struct font_data_list): New struct.
16147 (font_put_frame_data, font_get_frame_data): Extern them.
16148
16149 * frame.h (struct frame): New member font_data_list.
16150
16151 * font.c (font_update_drivers): Call driver->start_for_frame and
16152 driver->end_for_frame at proper timings.
16153 (font_put_frame_data, font_get_frame_data): New functions.
16154 (Ffont_spec): Add usage in the docstring.
16155
16156 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16157 (Fdelete_frame): Call font_update_drivers.
16158
16159 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16160 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16161 (xftfont_get_xft_draw): New function.
16162 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16163 (xftfont_end_for_frame): New function.
16164 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16165
16166 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16167 Change argument. Cache GCs in the per-frame data.
16168 (struct ftxfont_frame_data): New struct.
16169 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16170 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16171 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16172 (ftxfont_end_for_frame): New function.
16173 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16174
16175 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16176
16177 2008-02-01 Kenichi Handa <handa@m17n.org>
16178
16179 * xselect.c (Vselection_coding_system)
16180 (Vnext_selection_coding_system): Delete them.
16181 (syms_of_xselect): Don't declare selection-coding-system and
16182 next-selection-coding-system. They are declared in select.el.
16183
16184 2008-02-01 Jason Rumney <jasonr@gnu.org>
16185
16186 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16187
16188 * w32fns.c: Include imm.h.
16189 (get_composition_string_fn, get_ime_context_fn): New optional
16190 system functions.
16191 (globals_of_w32fns): Load them from imm32.dll.
16192 (ignore_ime_char): New flag.
16193 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16194 WM_IME_ENDCOMPOSITION messages.
16195
16196 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16197 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16198
16199 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16200
16201 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16202 (READCHAR_REPORT_MULTIBYTE): New macro.
16203 (readchar): New 2nd arg MULTIBYTE.
16204 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16205 Make symbol's name multibyte according to the multibyteness of the
16206 source.
16207
16208 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16209
16210 * xfaces.c (face_for_overlay_string): Call lookup_face with
16211 correct arguments (fix of synching with the trunk).
16212
16213 2008-02-01 Kenichi Handa <handa@m17n.org>
16214
16215 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16216 (font_prop_validate_non_neg, font_prop_validate_spacing):
16217 Delete argument prop_index.
16218 (font_property_table): Change arguments to validater. Change Callers.
16219 (font_lispy_object): Delete.
16220 (font_at): Use font_find_object instead fo font_lispy_object.
16221
16222 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16223
16224 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16225 and file names.
16226
16227 2008-02-01 Jason Rumney <jasonr@gnu.org>
16228
16229 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16230 (font_matches_spec): Remove debug output.
16231 (add_font_entity_to_list): Avoid using substituted fonts.
16232
16233 2008-02-01 Jason Rumney <jasonr@gnu.org>
16234
16235 * doc.c (Fsnarf_documentation):
16236 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16237
16238 2008-02-01 Miles Bader <miles@gnu.org>
16239
16240 * dispextern.h (struct glyph_row): Only define "clip" field if
16241 HAVE_WINDOW_SYSTEM is defined.
16242
16243 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 Fix up multi-tty merge.
16246
16247 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16248 and indentation.
16249
16250 * xfaces.c (free_realized_face, clear_face_gcs):
16251 Include font_done_for_face in the input_blocked section, just in case.
16252
16253 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16254 (get_char_face_and_encoding): Undo last change and remove the *other*
16255 duplicate definition (i.e. keep the one that's better scoped and that
16256 includes code for the font-backend).
16257
16258 * terminal.c (create_terminal): Default keyboard_coding to
16259 `no-conversion' and terminal_coding to `undecided'.
16260
16261 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16262
16263 * fontset.c (free_realized_fontsets): Check that the table entry does
16264 contain a fontset before trying to compare it to `base'.
16265
16266 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16267 syms_of_charset, and syms_of_coding earlier because init_window_once
16268 now needs Vcoding_system_hash_table to be setup.
16269
16270 * coding.h (default_buffer_file_coding): Remove.
16271
16272 * coding.c (default_buffer_file_coding): Remove.
16273 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16274 than ->symbol, and use the terminal-local coding system.
16275 (syms_of_coding): Don't setup the coding-systems that are not
16276 terminal-local.
16277 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16278
16279 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16280 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16281
16282 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16283 in chartab.c and were re-added here by mistake.
16284 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16285
16286 * doc.c (Fsnarf_documentation):
16287 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16288 src to etc.
16289
16290 * ChangeLog.10: Add mistakenly removed entry.
16291
16292 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16293
16294 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16295
16296 2008-02-01 Miles Bader <miles@gnu.org>
16297
16298 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16299 Add extra args to FACE_FOR_CHAR.
16300
16301 2008-02-01 Kenichi Handa <handa@m17n.org>
16302
16303 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16304 in sequence.
16305
16306 * chartab.c (map_sub_char_table, map_char_table): If the range
16307 contains just one character, call the function with that character
16308 even if the depth is not 3.
16309
16310 2008-02-01 Jason Rumney <jasonr@gnu.org>
16311
16312 * w32font.c (w32font_text_extents): Calculate metrics for the
16313 whole string.
16314
16315 2008-02-01 Jason Rumney <jasonr@gnu.org>
16316
16317 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16318
16319 2008-02-01 Jason Rumney <jasonr@gnu.org>
16320
16321 * w32term.c (x_set_glyph_string_clipping): Use
16322 get_glyph_string_clip_rects.
16323 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16324 Adjust for the change of struct glyph_string.
16325
16326 * w32font.c (w32font_draw): Do clipping here.
16327
16328 2008-02-01 Kenichi Handa <handa@m17n.org>
16329
16330 * xftfont.c (xftfont_draw): Adjust for the change of struct
16331 glyph_string.
16332
16333 * xterm.c (x_set_glyph_string_clipping): Use
16334 get_glyph_string_clip_rects.
16335 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16336 Adjust for the change of struct glyph_string.
16337
16338 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16339 the resulting clip(s}.
16340 (expose_overlaps): Add arg r. Change callers. Set it to
16341 row->clip temporarily.
16342 (expose_window): Redraw rows overlapping the exposed area.
16343
16344 * dispextern.h (struct glyph_row): New member clip.
16345 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16346 clip_height, new member clip, and num_clips.
16347
16348 2008-02-01 Kenichi Handa <handa@m17n.org>
16349
16350 * data.c (Fchar_or_string_p): Fix docstring.
16351
16352 2008-02-01 Kenichi Handa <handa@m17n.org>
16353
16354 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16355 create a temporary XftDraw object.
16356
16357 2008-02-01 Kenichi Handa <handa@m17n.org>
16358
16359 * font.c (Ffontp): Fix docstring.
16360
16361 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16362 strong evidence of ISO-2022.
16363
16364 2008-02-01 Kenichi Handa <handa@m17n.org>
16365
16366 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16367 SYNTAX_ENTRY_FOLLOW_PARENT.
16368
16369 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16370
16371 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16372 its type.
16373 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16374 Update to the new type of weak_hash_tables and next_weak.
16375
16376 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16377 a plain C pointer to Lisp_Hash_Table.
16378
16379 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16380 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16381 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16382 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16383 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16384 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16385 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16386 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16387 (GC_EQ): Remove since they've been identical to their non-GC_
16388 alter-egos ever since the markbit was eradicated.
16389
16390 * alloc.c:
16391 * buffer.c:
16392 * buffer.h:
16393 * data.c:
16394 * fileio.c:
16395 * filelock.c:
16396 * fns.c:
16397 * frame.h:
16398 * lisp.h:
16399 * macterm.c:
16400 * print.c:
16401 * process.c:
16402 * w32fns.c:
16403 * w32menu.c:
16404 * w32term.c:
16405 * xfns.c:
16406 * xmenu.c:
16407 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16408
16409 2008-02-01 Kenichi Handa <handa@m17n.org>
16410
16411 * chartab.c (map_sub_char_table): Make it work for the top-level
16412 char-table. Fix handling of parent char-table.
16413 (map_char_table): Adjust for the above change.
16414
16415 2008-02-01 Jason Rumney <jasonr@gnu.org>
16416
16417 * w32font.c (Qgdi): Rename from Qw32.
16418
16419 2008-02-01 Jason Rumney <jasonr@gnu.org>
16420
16421 * w32bdf.c (get_quoted_string): Make function static.
16422
16423 2008-02-01 Kenichi Handa <handa@m17n.org>
16424
16425 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16426 bigger ascent and descent than those of the font, use them as
16427 font's ascent and descent.
16428
16429 2008-02-01 Kenichi Handa <handa@m17n.org>
16430
16431 * Makefile.in (${lispsource}international/charprop.el): Move this
16432 target within "#ifdef HAVE_UNIDATA" and "#endif".
16433
16434 2008-02-01 Kenichi Handa <handa@m17n.org>
16435
16436 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16437 (shortlisp): Add ../lisp/language/tai-viet.el.
16438
16439 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
16440
16441 * Makefile.in (${lispsource}international/charprop.el): Depend on
16442 temacs${EXEEXT}.
16443
16444 2008-02-01 Jason Rumney <jasonr@gnu.org>
16445
16446 * w32font.c (w32font_close): Delete the GDI font object.
16447
16448 * w32menu.c: Include character.h.
16449
16450 * w32proc.c: Likewise.
16451
16452 * w32select.c: Likewise.
16453
16454 * makefile.w32-in (w32proc.o): Depend on character.h.
16455
16456 2008-02-01 Jason Rumney <jasonr@gnu.org>
16457
16458 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16459
16460 * w32menu.c (syms_of_w32menu): Likewise.
16461
16462 * w32proc.c (syms_of_ntproc): Likewise.
16463
16464 * w32select.c (syms_of_w32select): Likewise.
16465
16466 * w32term.c (syms_of_w32term): Likewise.
16467
16468 2008-02-01 Jason Rumney <jasonr@gnu.org>
16469
16470 * w32font.c (w32font_draw): Delete brush after using it.
16471
16472 2008-02-01 Jason Rumney <jasonr@gnu.org>
16473
16474 * w32font.c (w32font_open): Don't set font_idx.
16475 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16476 to font settings.
16477 (w32font_draw): Fill background explicitly.
16478
16479 2008-02-01 Jason Rumney <jasonr@gnu.org>
16480
16481 * w32term.c (w32_initialize): Don't call w32font_initialize.
16482
16483 * w32font.c (w32font_info): Remove subranges.
16484 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16485 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16486 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16487 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16488 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16489 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16490 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16491 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16492 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16493 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16494 New symbols.
16495 (font_callback_data): New struct.
16496 (w32font_list, w32font_match): Use it.
16497 (w32font_open): Don't populate subranges.
16498 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16499 (w32font_encode_char): Always return unicode code-point as-is.
16500 (w32font_text_extents): Supply a transformation matrix to
16501 GetGlyphOutline. Never look up by glyph index. Avoid looping
16502 twice. Use unicode version of GetTexExtentPoint32 instead of
16503 glyph index version.
16504 (set_fonts_frame): Remove.
16505 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16506 set frame parameter. Use backward compatible fake foundries.
16507 Save generic family in extra slot under QCfamily. Make width slot
16508 constant. Save QCspacing value. Save list of scripts instead of
16509 binary subranges.
16510 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16511 (add_font_entity_to_list): Use font_callback_data struct. Filter
16512 unwanted fonts.
16513 (add_one_font_entity_to_list): Use font_callback_data struct.
16514 (w32_registry): Default to iso10646_1.
16515 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16516 string font registries. Don't fill in font name if it is a generic
16517 family name, fill family instead. Use spacing, family and script
16518 extra info to fill pitch, family and charset fields.
16519 (list_all_matching_fonts): Use font_callback_data struct.
16520 (unicode_range_for_char): Remove.
16521 (font_supported_scripts): New function.
16522 (w32font_initialize): Remove.
16523 (syms_of_w32font): Update which symbols are defined.
16524
16525 2008-02-01 Jason Rumney <jasonr@gnu.org>
16526
16527 * font.c (font_pixel_size): Reverse assq_no_quit args.
16528
16529 * w32term.h (FONT_WIDTH): Report max width, not average.
16530 (FONT_MAX_WIDTH): Remove.
16531 (FONT_AVG_WIDTH): New macro.
16532
16533 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16534 redefinition of FONT_WIDTH.
16535
16536 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16537 (w32_cache_char_metrics): Use FONT_WIDTH.
16538
16539 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16540
16541 2008-02-01 Jason Rumney <jasonr@gnu.org>
16542
16543 * w32font.c (w32font_open): Make lfHeight negative.
16544
16545 * w32fns.c (x_default_font_parameter): Use new style font name.
16546 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16547
16548 2008-02-01 Jason Rumney <jasonr@gnu.org>
16549
16550 * w32font.c (QCsubranges): New symbol.
16551 (w32font_open, w32font_has_char): Get subranges from subproperty
16552 of extra.
16553 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16554 (syms_of_w32font): Define :subranges symbol.
16555
16556 * font.c (font_put_extra): Expose externally.
16557
16558 * font.h (font_put_extra): Move declaration from font.c.
16559
16560 * font.c (Ffont_get): Use font driver to determine otf capability.
16561 (adjust_anchor): Check if driver defines anchor_point before using.
16562
16563 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16564 (w32font_draw): Use options.
16565 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16566 Fix detection of truetype fonts.
16567 (registry_to_w32_charset): Handle charsets other than iso8859-1
16568 expressed as lisp symbols.
16569 (w32_registry): Express charset as lisp symbol.
16570 (fill_in_logfont): Reverse pixel and point height logic.
16571 Don't set width here. Set quality to default.
16572
16573 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16574 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16575
16576 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16577 Remove redundant loop and allocation.
16578
16579 * makefile.w32-in (font.o, w32font.o): New objects.
16580 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16581 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16582
16583 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16584 STORE_XCHARB a valid l-value.
16585
16586 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16587 calculations for non-Truetype fonts.
16588 (x_draw_glyph_string): Sync with xterm.c.
16589 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16590 Remove redundant code.
16591 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16592
16593 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16594 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16595
16596 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16597 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16598
16599 * w32font.c: New file for w32 font backend.
16600
16601 2008-02-01 Kenichi Handa <handa@m17n.org>
16602
16603 * term.c: Don't include "buffer.h" twice.
16604
16605 2008-02-01 Kenichi Handa <handa@m17n.org>
16606
16607 * character.c (Funibyte_string): New function.
16608 (syms_of_character): Defsubr it.
16609
16610 2008-02-01 Jason Rumney <jasonr@gnu.org>
16611
16612 * w32term.c [USE_FONT_BACKEND]:
16613 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16614 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16615 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16616 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16617 (x_free_frame_resources): Sync with xterm.c.
16618
16619 2008-02-01 Andreas Schwab <schwab@suse.de>
16620
16621 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16622 char-table size.
16623
16624 2008-02-01 Kenichi Handa <handa@m17n.org>
16625
16626 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16627
16628 2008-02-01 Kenichi Handa <handa@m17n.org>
16629
16630 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16631 font_otf_gpos, add font_drive_otf.
16632
16633 * fontset.c (fontset_find_font): Pay attention to font size
16634 specified for a font.
16635 (reorder_font_vector): Check contents of font_def.
16636
16637 * font.c (struct otf_list): Delete it.
16638 (otf_list): Make it a lisp variable.
16639 (otf_open): Use lispy otf_list.
16640 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16641 (check_otf_features): New function.
16642 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16643 New functions.
16644 (font_drive_otf): New function merging font_otf_gsub and
16645 font_otf_gpos.
16646 (font_open_for_lface): New arg spec. Change argument order.
16647 (font_load_for_face): Adjust for the change of font_open_for_lface.
16648 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16649 Ffont_otf_gpos.
16650 (syms_of_font): Staticpro otf_list. Delete defsubr of
16651 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16652
16653 * xfaces.c (set_font_frame_param): Adjust for the change of
16654 font_open_for_lface.
16655
16656 * font.h (font_open_for_lface): Adjust prototype.
16657 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16658 member otf_drive.
16659 (font_otf_gsub, font_otf_gpos): Delete externs.
16660 (font_drive_otf): Extern it.
16661
16662 2008-02-01 Kenichi Handa <handa@m17n.org>
16663
16664 * font.c (font_at): If the window W is not on a window system,
16665 return Qnil.
16666
16667 * coding.c (produce_chars, encode_coding): Don't call
16668 insert_from_gap if no characters to produce.
16669
16670 2008-02-01 Kenichi Handa <handa@m17n.org>
16671
16672 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16673 Fclear_face_cache.
16674
16675 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16676
16677 2008-02-01 Miles Bader <miles@gnu.org>
16678
16679 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16680 Parse "--disable-font-backend" option.
16681 (standard_args): Add "--disable-font-backend" option.
16682
16683 2008-02-01 Kenichi Handa <handa@m17n.org>
16684
16685 * fontset.c (fontset_find_font): New function.
16686 (fontset_font): Use fontset_find_font.
16687 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16688 Register the specified font for all Latin characters.
16689 (new_fontset_from_font): Register the specified font for all Latin
16690 characters.
16691 (dump_fontset): For a realized fontset, include the base fontset
16692 name in the returned vector.
16693
16694 2008-02-01 Kenichi Handa <handa@m17n.org>
16695
16696 * character.h (CHAR_STRING): Cast C to unsigned on calling
16697 char_string.
16698
16699 * character.c (char_string): Type of arg C changed to unsigned.
16700 Signal an error if C is an invalid character code.
16701
16702 * editfns.c (general_insert_function, Fchar_to_string):
16703 Use CHARACTERP, not INTEGERP.
16704
16705 2008-02-01 Kenichi Handa <handa@m17n.org>
16706
16707 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16708 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16709
16710 * regex.c (analyse_first): Fix for multibyte characters in "case
16711 charset:" and "case categoryspec:".
16712
16713 2008-02-01 Andreas Schwab <schwab@suse.de>
16714
16715 * Makefile.in (LIBES): Move standard libraries to the end.
16716
16717 2008-02-01 Kenichi Handa <handa@m17n.org>
16718
16719 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16720 nonzero, don't shrink the buffer nextb.
16721
16722 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16723
16724 * coding.c (coding_alloc_by_making_gap): New arg offset.
16725 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16726 offset.
16727 (decode_coding_iso_2022): Update coding->safe_charsets.
16728 (decode_coding_gap): Temporarily set
16729 current_buffer->text->inhibit_shrinking to 1.
16730
16731 2008-02-01 Kenichi Handa <handa@m17n.org>
16732
16733 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16734 indexing into elements of s->cmp and s->char2b.
16735
16736 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
16737
16738 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16739
16740 2008-02-01 Kenichi Handa <handa@m17n.org>
16741
16742 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16743 target_multibyte instead of multibyte.
16744 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16745 (bcmp_translate): Change the argument name from multibyte to
16746 target_multibyte.
16747
16748 2008-02-01 Kenichi Handa <handa@m17n.org>
16749
16750 These changes are to compile a regexp into a pattern that can be
16751 used both for multibyte and unibyte targets.
16752
16753 * Makefile.in (search.o): Depend on charset.h.
16754
16755 * character.c (multibyte_char_to_unibyte_safe): New function.
16756
16757 * search.c: Include "charset.h".
16758 (compile_pattern_1): Delete argument multibyte. Don't set
16759 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16760 (compile_pattern): Don't compare cp->buf.target_multibyte.
16761 Compare cp->buf.charset_unibyte.
16762 (compile_pattern): Set cp->buf.target_multibyte.
16763
16764 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16765
16766 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16767
16768 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16769 multibyte. Change callers.
16770 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16771 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16772 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16773 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16774 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16775 (regex_compile): Make the compiled pattern usable both for
16776 multibyte and unibyte targets.
16777 (analyse_first): Make the fastmap usable both for multibyte and
16778 unibyte targets.
16779 (TRANSLATE_VIA_MULTIBYTE): Delete.
16780 (re_match_2_internal): Pay attention to the case that the
16781 multibyteness of bufp and target may be different.
16782
16783 2008-02-01 Kenichi Handa <handa@m17n.org>
16784
16785 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16786 empty box occupy at least one column width.
16787
16788 2008-02-01 Miles Bader <miles@gnu.org>
16789
16790 * Makefile.in: Remove redundant HAVE_XFT clause.
16791
16792 2008-02-01 Kenichi Handa <handa@m17n.org>
16793
16794 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16795
16796 2008-02-01 Kenichi Handa <handa@m17n.org>
16797
16798 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16799 being nil.
16800
16801 2008-02-01 Kenichi Handa <handa@m17n.org>
16802
16803 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16804
16805 2008-02-01 Kenichi Handa <handa@m17n.org>
16806
16807 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16808
16809 2008-02-01 Kenichi Handa <handa@m17n.org>
16810
16811 * search.c (simple_search): Fix previous change.
16812
16813 2008-02-01 Kenichi Handa <handa@m17n.org>
16814
16815 * xftfont.c (ftfont_font_format): Extern declaration.
16816
16817 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16818
16819 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16820 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16821
16822 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16823 (ftfont_font_format): Fix previous change.
16824
16825 * font.h (Ffont_xlfd_name): EXFUN it.
16826
16827 * font.c (font_parse_xlfd): Fix the array size of `f'.
16828 (register_font_driver): Use EQ to compare driver->type.
16829
16830 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16831 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16832 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16833
16834 2008-02-01 Kenichi Handa <handa@m17n.org>
16835
16836 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16837 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16838
16839 2008-02-01 Kenichi Handa <handa@m17n.org>
16840
16841 * xfont.c (xfont_open): Set font->format.
16842
16843 * xftfont.c (xftfont_open): Set font->format.
16844
16845 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16846 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16847 (ftfont_open): Set font->format.
16848 (ftfont_font_format): New function.
16849
16850 * font.h (struct font): New member format.
16851
16852 * font.c (Qopentype): New variable.
16853 (syms_of_font): Defsym it.
16854 (Fquery_font): Change the format of the last element of the return
16855 value.
16856
16857 2008-02-01 Kenichi Handa <handa@m17n.org>
16858
16859 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16860 last resort.
16861
16862 2008-02-01 Kenichi Handa <handa@m17n.org>
16863
16864 * coding.c (detect_coding_charset): Fix detection of multi-byte
16865 charset.
16866
16867 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16868
16869 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16870
16871 2008-02-01 Kenichi Handa <handa@m17n.org>
16872
16873 * xdisp.c (get_next_display_element): Set it->face_id for the
16874 first component of a composition.
16875 (x_produce_glyphs): Check if the font is changed or not for composition.
16876
16877 2008-02-01 Kenichi Handa <handa@m17n.org>
16878
16879 * fontset.c (Qlatin): New variable.
16880 (syms_of_fontset): Define it as a lisp symbol.
16881 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16882
16883 2008-02-01 Kenichi Handa <handa@m17n.org>
16884
16885 * font.c (font_unparse_fcname): Pay attention to the case that
16886 some of font property is a null string.
16887
16888 2008-02-01 Kenichi Handa <handa@m17n.org>
16889
16890 * term.c: Include "composite.h".
16891 (encode_terminal_code): Output all components of composition.
16892 Check the size of encode_terminal_src.
16893 (produce_glyphs): For composition, call produce_composite_glyph.
16894 (append_composite_glyph, produce_composite_glyph): New functions.
16895
16896 * xdisp.c (x_produce_glyphs): In handling composition, if a font
16897 is not found, get font_info from the current ascii face.
16898
16899 2008-02-01 Kenichi Handa <handa@m17n.org>
16900
16901 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16902 buffer-file-name to Qnil before calling insert_from_buffer.
16903
16904 * font.c (font_unparse_fcname): Pay attention to the case that
16905 foundry is a null string.
16906
16907 2008-02-01 Kenichi Handa <handa@m17n.org>
16908
16909 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16910
16911 * font.c (Qunicode_sip): New variable.
16912 (syms_of_font): Declare it as a Lisp symbol.
16913
16914 * font.h (Qunicode_sip): Extern it.
16915
16916 2008-02-01 Kenichi Handa <handa@m17n.org>
16917
16918 * composite.c (get_composition_id): Pay attention to TAB component.
16919
16920 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16921 TAB. Adjust for the change of s->char2b which always points to
16922 the first element of allocated memory.
16923
16924 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16925
16926 * xdisp.c (handle_composition_prop): Set it->c to the first
16927 non-TAB component.
16928 (fill_composite_glyph_string): Change argument.
16929 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16930 (x_produce_glyphs): Fix handling of left/right padding.
16931
16932 2008-02-01 Kenichi Handa <handa@m17n.org>
16933
16934 * coding.c (detect_coding_system): Fix for handling off
16935 inhibit_iso_escape_detection. Fix for the case that no coding
16936 system is defined for a specific coding category.
16937
16938 2008-02-01 Kenichi Handa <handa@m17n.org>
16939
16940 * font.c (font_matching_entity): Delete unused local var.
16941
16942 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16943 opening a font.
16944
16945 * fileio.c (Finsert_file_contents): On recovering a file, assume
16946 Unix-like eol.
16947 (choose_write_coding_system): On auto-saving a file, force
16948 Unix-like eol.
16949
16950 * coding.c (setup_coding_system): Fix setting of
16951 coding->common_flags based on eol_type.
16952 (coding_inherit_eol_type): If PARENT is not nil, be sure to
16953 inherit from it.
16954
16955 2008-02-01 Kenichi Handa <handa@m17n.org>
16956
16957 * alloc.c (NSTATICS): Increas to 0x600.
16958
16959 2008-02-01 Kenichi Handa <handa@m17n.org>
16960
16961 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16962 (ftfont_list): Don't check :name property.
16963 (ftfont_match): New function.
16964 (ftfont_pattern_entity): If the pattern doesn't contain
16965 FC_SPACING, don't assume FC_MONO.
16966
16967 * font.h (struct font_driver): New member `match'.
16968 (font_update_drivers): Adjust prototype.
16969
16970 * font.c (font_parse_fcname, font_parse_name): Don't change :name
16971 property of FONT.
16972 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16973 them unconditionally.
16974 (font_matching_entity): New function.
16975 (font_open_by_name): Try font_matching_entity if exact match is
16976 not found.
16977 (font_update_drivers): Delete the arg FONT. Return a list of
16978 actually used backends. Don't free faces, font caches here.
16979 Don't store data in frame parameters. Don't call x_set_font.
16980 (Ffont_spec): Store :name property as is.
16981 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16982 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16983 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16984 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16985 Call font->driver->otf_gsub instead of font_otf_gsub.
16986
16987 * frame.c (x_set_font_backend): Do more works that were done in
16988 font_update_drivers before.
16989
16990 * xfont.c (xfont_match): New function.
16991 (xfont_driver): Set xfont_driver.match to xfont_match.
16992 (xfont_draw): Set font in GC if necessary.
16993
16994 * ftxfont.c (ftxfont_match): New function.
16995 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16996
16997 * xftfont.c (xftfont_match): New function.
16998 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16999
17000 2008-02-01 Kenichi Handa <handa@m17n.org>
17001
17002 * font.h (struct font): New member scalable.
17003 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17004 (font_otf_gsub): Adjust prototype.
17005
17006 * font.c (font_otf_capability): Fix handling of the default langsys.
17007 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17008 Check the contents of SPEC.
17009 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17010 (check_gstring): New function.
17011 (REPLACEMENT_CHARACTER): New macro.
17012 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17013 glyph codes of GSTRING.
17014 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17015 (font_prepare_composition): Set cmp->glyph_len.
17016 (font_open_entity): Set font->scalable.
17017 (Ffont_get): Handle :otf property.
17018 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17019 functions.
17020 (Fquery_font): Use font->font.full_name.
17021 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17022 Sfont_otf_alternates.
17023
17024 * ftfont.c (ftfont_open): Set font->font.full_name and
17025 font->font.name properly. Fix calculation of font->font.height
17026 and font->min_width.
17027
17028 * ftxfont.c (ftxfont_create_gcs): New function.
17029 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17030 (ftxfont_draw_backgrond): Fix filling region.
17031 (ftxfont_default_fid): New function.
17032 (ftxfont_open): Set xfont->fid to the return value of
17033 ftxfont_default_fid.
17034 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17035 (ftxfont_done_face): Free only GCs that are created by
17036 ftxfont_create_gcs.
17037 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17038
17039 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17040 Clip to src->width, etc (not src->clip_XXX).
17041
17042 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17043 FontBackend frame parameter.
17044
17045 2008-02-01 Kenichi Handa <handa@m17n.org>
17046
17047 * font.h (struct font_driver_list): New member `on'.
17048 (Fclear_font_cache): EXFUN it.
17049 (font_update_drivers): Extern it.
17050
17051 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17052 (font_list_entities): Check driver_list->on.
17053 (register_font_driver): Initalize `on' member to 0.
17054 (font_update_drivers): New function.
17055 (Fclear_font_cache): Check driver_list->on.
17056
17057 * frame.h (Qfont_backend): Extern it.
17058 (x_set_font_backend): Extern it.
17059
17060 * frame.c (Qfont_backend): New variable.
17061 (frame_parms): New element for font-backend.
17062 (x_set_font_backend): New function.
17063
17064 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17065 FontBackend frame parameter.
17066 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17067 x_set_font_backend.
17068
17069 * xfont.c (xfont_list): Don't try listing by :name property if the
17070 name is not for XLFD.
17071
17072 2008-02-01 Kenichi Handa <handa@m17n.org>
17073
17074 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17075 (LGLYPH_SET_TO): New macros.
17076 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17077 element of G is vector or not.
17078 (font_at): Extern it.
17079
17080 * font.c: Include window.h.
17081 (font_lispy_object): New function.
17082 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17083 end of valid glyph.
17084 (font_close_object): Fix getting (struct font *).
17085 (font_at): New function.
17086 (Ffont_get): If FONT is a font-object, get entity from it.
17087 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17088 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17089 range check.
17090 (Ffont_at): New function.
17091 (syms_of_font): Defsubr Sfont_at.
17092
17093 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17094 before the entry for Qcomposition.
17095 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17096 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17097 the font in gstring.
17098 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17099 LGLYPH_FORM (g) to detect the end of valid glyph.
17100 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17101 we are composing with gstring.
17102
17103 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17104 Check if adjustment is vector or not.
17105
17106 * Makefile.in (font.o): Make it depends on window.h.
17107
17108 2008-02-01 Kenichi Handa <handa@m17n.org>
17109
17110 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
17111 adjustment is vector or not.
17112
17113 2008-02-01 Miles Bader <miles@gnu.org>
17114
17115 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
17116
17117 2008-02-01 Kenichi Handa <handa@m17n.org>
17118
17119 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
17120 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
17121 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
17122
17123 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
17124 (DEVICE_DELTA): Fix typo.
17125 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
17126 LGLYPH format.
17127
17128 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17129 the change of LGLYPH format.
17130
17131 2008-02-01 Kenichi Handa <handa@m17n.org>
17132
17133 * ftfont.c (ftfont_list): Fix typo.
17134 (ftfont_build_basic_charsets): Don't include letters with diacritics.
17135
17136 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17137
17138 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
17139
17140 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
17141 xftface_info is non-NULL.
17142
17143 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17144
17145 * ftfont.c (ftfont_list): Move misplaced #endif.
17146
17147 2008-02-01 Kenichi Handa <handa@m17n.org>
17148
17149 * ftfont.c (ftfont_list): Pay attention to the case that
17150 FC_CAPABILITY is not defined.
17151
17152 2008-02-01 Kenichi Handa <handa@m17n.org>
17153
17154 * xftfont.c (xftfont_open): Set charset related members to -1.
17155
17156 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17157 QCname.
17158 (ftfont_open): Set charset related members to -1.
17159
17160 * fontset.c (Votf_script_alist): New variable.
17161 (syms_of_fontset): Initialize it.
17162 (fontset_font): Delete unused variable.
17163
17164 * fontset.h (Votf_script_alist): Extern it.
17165
17166 * font.c (font_find_for_lface): Optimize code.
17167
17168 * font.h (font_close_object, font_merge_old_spec): Extern them.
17169
17170 2008-02-01 Kenichi Handa <handa@m17n.org>
17171
17172 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17173 (syms_of_font): Initialize them.
17174 (font_pixel_size): Allow float value in dpi.
17175 (font_prop_validate_type): Delete.
17176 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17177 Change caller.
17178 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17179 (font_prop_validate_extra): Delete.
17180 (font_prop_validate_spacing): New function.
17181 (font_property_table): Add elements for all known properties.
17182 (get_font_prop_index): Rename from check_font_prop_name. New
17183 argument FROM. Change caller.
17184 (font_prop_validate): Validate all known properties.
17185 (font_put_extra): Delete argument force. Change caller.
17186 (font_expand_wildcards): Make it static. Fix the way of shrinking
17187 the possible range.
17188 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17189 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17190 Change caller.
17191 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17192 (font_parse_fcname): Delete argument merge. Fix parsing of point
17193 size. Don't validate properties values here. Change caller.
17194 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17195 (font_open_by_name): Delete unused variable.
17196 (Ffont_spec): Likewise. Validate property values.
17197 (Ffont_match_p): New function.
17198
17199 * font.h (QCscalable): Extern it.
17200 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17201
17202 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17203
17204 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17205 (xfont_list_pattern): New function.
17206 (xfont_list): Use xfont_list_pattern.
17207
17208 2008-02-01 Kenichi Handa <handa@m17n.org>
17209
17210 * font.h (Flist_fonts): EXFUN it.
17211
17212 2008-02-01 Jason Rumney <jasonr@gnu.org>
17213
17214 * w32term.c (w32_initialize): Add back smoothing_type and
17215 smoothing_enabled definitions.
17216
17217 2008-02-01 Kenichi Handa <handa@m17n.org>
17218
17219 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17220 s->face->font on determining underline position.
17221
17222 2008-02-01 Kenichi Handa <handa@m17n.org>
17223
17224 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17225 (font_has_char): Accept font-object too.
17226 (font_find_for_lface): Try at first with a size specified in face.
17227
17228 2008-02-01 Kenichi Handa <handa@m17n.org>
17229
17230 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17231 font_open_by_name.
17232
17233 2008-02-01 Kenichi Handa <handa@m17n.org>
17234
17235 * font.h (QCspacing, QCdpi): Extern them.
17236 (enum font_spacing): New enum.
17237 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17238
17239 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17240 (QCspacing, QCdpi): New variables.
17241 (syms_of_font): Initialize them.
17242 (font_pixel_size): New function.
17243 (font_put_extra): New function.
17244 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17245 in FONT_EXTRA.
17246 (font_parse_fcname): Handle enumerated values (e.g. bold).
17247 Fix handling font size. Add QCname property that contains only
17248 unknown properties.
17249 (font_score): Change argument. Change caller. Pay attention to
17250 FONT_PIXEL_SIZE_QUANTUM.
17251 (font_sort_entites, font_list_entities, font_find_for_lface)
17252 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17253 (Ffont_spec): Add QCname property that contains only unknown properties.
17254
17255 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17256 include weight in listing pattern, instead check weight of each
17257 listed font. Don't include scalable in pattern. Pay attention to
17258 FONT_PIXEL_SIZE_QUANTUM.
17259
17260 2008-02-01 Kenichi Handa <handa@m17n.org>
17261
17262 * font.c (font_parse_fcname): Fix parsing of point-size.
17263 (font_unparse_fcname): Produce symbolic names for style properties.
17264 (font_list_entities): Handle float size correctly.
17265 (font_open_by_name): Prefer `normal' property values if the name
17266 doesn't specify them.
17267
17268 * fontset.c (Finternal_char_font): Use font_get_name, not
17269 Ffont_xlfd_name.
17270
17271 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17272 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17273 pattern. Don't force scalable.
17274
17275 * xftfont.c (xftfont_open): For generating a name, start from
17276 96-byte buffer.
17277
17278 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17279
17280 * frame.h (x_new_fontset2): Fix prototype.
17281
17282 2008-02-01 Kenichi Handa <handa@m17n.org>
17283
17284 * font.h (struct font_driver): Delete member parse_name.
17285 (font_match_p, font_get_spec, font_parse_fcname)
17286 (font_unparse_fcname): Extern them.
17287 (font_get_name): Adjust prototype.
17288
17289 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17290 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17291 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17292 unnecessary checks for weight, slant, and swidth.
17293 (font_parse_fcname): New function.
17294 (font_unparse_fcname): New function.
17295 (font_parse_name): New function.
17296 (font_match_p): New function.
17297 (font_get_name): Change return value to Lisp string.
17298 (font_get_spec): New function.
17299 (Qunspecified, Qignore_defface): Don't extern them.
17300 (font_find_for_lface): Assume that LFACE is fully specified.
17301 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17302 object, use it for FACE.
17303 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17304 driver->parse_name.
17305 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17306
17307 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17308 prototype.
17309
17310 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17311 argument F. Don't call Fnew_fontset. Instead, directly call
17312 make_fontset.
17313
17314 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17315
17316 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17317 of x_new_fontset2.
17318
17319 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17320 (Qsans__serif): New variables.
17321 (ftfont_generic_family_list): New variable.
17322 (syms_of_ftfont): Initialize the above variables.
17323 (ftfont_pattern_entity): Delete argument NAME.
17324 (ftfont_list_generic_family): New function.
17325 (ftfont_parse_name): Delete this function.
17326 (ftfont_list): Try generic family only when FcFontList found no font.
17327 (ftfont_list_family): Fix args to FcObjectSetBuild.
17328
17329 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17330 object in attrs[LFACE_FONT_INDEX].
17331 (set_lface_from_font_name): Cancel all changes for font-backend.
17332 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17333 function.
17334 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17335 font object in QCfont attribute.
17336 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17337 (realize_default_face) [USE_FONT_BACKEND]: Call
17338 set_lface_from_font_and_fontset.
17339
17340 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17341 "fixed", and signal error here if no suitable font was found.
17342
17343 * xfont.c (xfont_parse_name): Delete this function.
17344
17345 * xftfont.c (xftfont_open): Change coding style of error
17346 handling. Generate fontconfig's fontname pattern.
17347
17348 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17349 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17350
17351 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17352 Both args FONTSET and FONT_OBJECT must be existing ones.
17353
17354 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17355
17356 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17357
17358 2008-02-01 Kenichi Handa <handa@m17n.org>
17359
17360 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17361
17362 * font.h (struct font): Fix typo.
17363
17364 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17365 XLFD_XXX_INDEX.
17366 (enum xlfd_field_mask): New enum.
17367 (intern_font_field): Changed argument. Change caller. If digits
17368 are followed by non-digits, return a symbol.
17369 (font_expand_wildcards): New function.
17370 (font_parse_xlfd): Fix wildcard handling.
17371 (Ffont_spec): If :name is specified, reflect the info in the other
17372 properties.
17373
17374 * ftfont.c (ftfont_pattern_entity): Fix typo.
17375 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17376 locale.
17377
17378 2008-02-01 Kenichi Handa <handa@m17n.org>
17379
17380 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17381
17382 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17383 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17384 registry doesn't specify encoding part.
17385 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17386 (font_open_by_name): At first try parsing the name.
17387 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17388 as Lisp symbols.
17389
17390 * fontset.c (reorder_font_vector): Pay attention to the case that
17391 the 3rd element of font_def is nil.
17392 (fontset_font): For the default fontset, append one more fontset
17393 elements for a script-based font specification. Don't add script
17394 attribute on finding a font.
17395 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17396 font name.
17397 (fontset_ascii_font): If a font can't be opened, return nil.
17398
17399 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17400 (ftfont_pattern_entity): New function.
17401 (ftfont_get_cache): Assume that freetype_font_cache is already
17402 initialized.
17403 (ftfont_list): Handle the case that a file is specified in font
17404 name. Use ftfont_pattern_entity to generate entities.
17405 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17406 (syms_of_ftfont): Initialize freetype_font_cache.
17407
17408 * xftfont.c (xftfont_open): Make the font name fontconfig's
17409 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17410 (xftfont_close): Free font->font.name if not NULL.
17411
17412 * xfont.c (xfont_list): If script is specified for a font, return
17413 null_vector.
17414 (xfont_list_family): Declare argument type.
17415
17416 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17417 name, set LFACE_FONT (lface) to nil.
17418
17419 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17420 return Qnil.
17421
17422 2008-02-01 Kenichi Handa <handa@m17n.org>
17423
17424 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17425 (standard_args): Add "-enable-font-backend".
17426
17427 2008-02-01 Kenichi Handa <handa@m17n.org>
17428
17429 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17430 (struct xftdraw_list, xftdraw_list): Delete them.
17431 (register_xftdraw, check_xftdraw): Delete them.
17432 (xftfont_prepare_face): Don't call register_xftdraw.
17433 (xftfont_done_face): Don't call check_xftdraw.
17434 (xftfont_draw): Get background color only when with_background is
17435 nonzero.
17436
17437 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17438
17439 2008-02-01 Kenichi Handa <handa@m17n.org>
17440
17441 These changes are for the new font handling codes.
17442
17443 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17444 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17445 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17446 (FONTSRC, FONTOBJ): New variables.
17447 (obj): Add $(FONTOBJ).
17448 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17449 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17450 @LIBOTF_LIBS@.
17451 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17452 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17453
17454 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17455
17456 * character.h (Vscript_representative_chars): Extern it.
17457
17458 * character.c (Vscript_representative_chars): New variable.
17459 (syms_of_character): Declare it as a Lisp variable.
17460
17461 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17462 enable_font_backend is nonzero, accept the composition method
17463 COMPOSITION_WITH_GLYPH_STRING.
17464
17465 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17466 enumeration COMPOSITION_WITH_GLYPH_STRING.
17467
17468 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17469 members clip_x, clip_y, clip_width, and clip_height.
17470 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17471
17472 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17473 --enable-font-backend. Call syms_of_font.
17474
17475 * fns.c (assoc_no_quit): New function.
17476
17477 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17478 (face_for_font, new_fontset_from_font)
17479 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17480
17481 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17482 (fontset_font, fontset_ascii, face_for_char)
17483 (make_fontset_for_ascii_face, Ffont_info)
17484 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17485 is nonzero, use font-backend mechanism.
17486 (find_font_encoding): Make it non-static.
17487 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17488 New functions.
17489
17490 * frame.h (struct frame): New members resx and resy.
17491 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17492 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17493
17494 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17495 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17496
17497 * lisp.h (assoc_no_quit): Extern it.
17498
17499 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17500 Through out the file, use FONT_INFO_FROM_FACE instead of
17501 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17502 rif->per_char_metric.
17503 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17504 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17505 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17506 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17507 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17508 nonzero, use font-backend mechanism.
17509 (get_per_char_metric): New function.
17510
17511 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17512 (set_lface_from_font_name)
17513 (set_font_frame_param, free_realized_face)
17514 (prepare_face_for_display, clear_face_gcs)
17515 (Finternal_set_font_selection_order, realize_x_face)
17516 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17517 font-backend mechanism.
17518 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17519 (load_face_font) [USE_FONT_BACKEND]: Abort.
17520 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17521 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17522
17523 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17524 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17525 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17526 nonzero, register all available font drivers. Call
17527 x_default_font_parameter for deciding a font.
17528 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17529
17530 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17531 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17532 (x_set_glyph_string_clipping_exactly)
17533 (x_compute_glyph_string_overhangs)
17534 (x_draw_glyph_string_foreground)
17535 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17536 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17537 enable_font_backend is nonzero, use font-backend mechanism.
17538 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17539
17540 2008-02-01 Kenichi Handa <handa@m17n.org>
17541
17542 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17543 system_eol_type.
17544 (syms_of_coding): Initialize system_eol_type.
17545
17546 * process.c (Fset_process_coding_system): Inherit system's eol
17547 format if necessary.
17548
17549 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17550
17551 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17552
17553 2008-02-01 Kenichi Handa <handa@m17n.org>
17554
17555 * coding.c (decode_eol): Pay attention to buffer relocation in
17556 del_range_2.
17557 (decode_coding): Call decode_eol before restoring undo_list.
17558
17559 2008-02-01 Kenichi Handa <handa@m17n.org>
17560
17561 * charset.c (Fdefine_charset_internal): Fix setting of
17562 emacs_mule_bytes.
17563
17564 2008-02-01 Kenichi Handa <handa@m17n.org>
17565
17566 * keyboard.c (read_char): Check if C is a character or not before
17567 looking up Vkeyboard_translate_table.
17568
17569 2008-02-01 Kenichi Handa <handa@m17n.org>
17570
17571 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17572 condition to terminate the loop.
17573
17574 2008-02-01 Kenichi Handa <handa@m17n.org>
17575
17576 * coding.c (produce_composition): Compare charbuf[i] instead of
17577 args[i] against 0.
17578 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17579
17580 2008-02-01 Kenichi Handa <handa@m17n.org>
17581
17582 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17583 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17584 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17585 detect_coding.
17586 (emacs_mule_char): Handle old style (Emacs 20) component character
17587 of a composition.
17588 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17589 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17590 composition rule.
17591 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17592
17593 2008-02-01 Kenichi Handa <handa@m17n.org>
17594
17595 * coding.c (encode_coding_ccl): Allocate destination dynamically
17596 when necessary.
17597
17598 2008-02-01 Kenichi Handa <handa@m17n.org>
17599
17600 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17601 the loop. When quitted, show a proper error message.
17602
17603 2008-02-01 Kenichi Handa <handa@m17n.org>
17604
17605 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17606 src->clip_head and src->clip_tail temporarily instead of src->hl.
17607
17608 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17609 character sequence.
17610 (Fccl_execute_on_string): Use ASET, not XSET.
17611
17612 2008-02-01 Kenichi Handa <handa@m17n.org>
17613
17614 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17615
17616 2008-02-01 Kenichi Handa <handa@m17n.org>
17617
17618 * coding.c (decode_coding): Fix the condition of terminating the
17619 decoding loop.
17620
17621 2008-02-01 Kenichi Handa <handa@m17n.org>
17622
17623 * data.c (Faset): On setting a character bigger than 255 in a
17624 unibyte string, signal an error instead of make the string multibyte.
17625
17626 2008-02-01 Kenichi Handa <handa@m17n.org>
17627
17628 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17629 made by a mapping table.
17630
17631 2008-02-01 Kenichi Handa <handa@m17n.org>
17632
17633 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17634 not.
17635 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17636 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17637
17638 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17639 s->face is NULL or not.
17640
17641 2008-02-01 Kenichi Handa <handa@m17n.org>
17642
17643 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17644 (x_draw_glyph_string): Fix drawing of right_overhang and
17645 left_overhang around/on cursor.
17646
17647 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17648
17649 2008-02-01 Kenichi Handa <handa@m17n.org>
17650
17651 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17652
17653 2008-02-01 Kenichi Handa <handa@m17n.org>
17654
17655 * coding.c (Fdefine_coding_system_internal)
17656 (Fdefine_coding_system_alias): Avoid a duplicated element in
17657 Vcoding_system_alist.
17658
17659 2008-02-01 Kenichi Handa <handa@m17n.org>
17660
17661 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17662
17663 * coding.c (Qcoding_system_define_form): New variable.
17664 (syms_of_coding): Intern and staticpro it.
17665 (Fcoding_system_p): Check Qcoding_system_define_form.
17666 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17667
17668 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17669 Fcoding_system_p.
17670 (CHECK_CODING_SYSTEM): If ID is not available, call
17671 Fcheck_coding_system.
17672 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17673 Try also Fcheck_coding_system.
17674
17675 2008-02-01 Kenichi Handa <handa@m17n.org>
17676
17677 * coding.c (code_conversion_restore): GCPRO arg.
17678
17679 2008-02-01 Kenichi Handa <handa@m17n.org>
17680
17681 * character.c (lisp_string_width): Check multibyteness of STRING.
17682
17683 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17684
17685 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17686 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17687 (decode_mac_font_name): Use decode_coding_c_string instead of
17688 decode_coding.
17689 (x_load_font): Initialize fontp->fontset to -1. Set
17690 fontp->encoding_type.
17691
17692 2008-02-01 Kenichi Handa <handa@m17n.org>
17693
17694 * search.c (search_buffer): Give up BM search on case-fold-search
17695 if one of a target character has a case-equivalence of different
17696 byte length even if that target charcter is an ASCII.
17697 (simple_search): Fix calculation of byte length of matched text.
17698 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17699
17700 2008-02-01 Kenichi Handa <handa@m17n.org>
17701
17702 * coding.c (decode_coding): Fix handling of invalid bytes.
17703
17704 2008-02-01 Kenichi Handa <handa@m17n.org>
17705
17706 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17707 Unicode characters.
17708
17709 2008-02-01 Kenichi Handa <handa@m17n.org>
17710
17711 * coding.c (encode_coding_object): If a pre-write-conversion
17712 function makes a new buffer, kill it.
17713
17714 2008-02-01 Kenichi Handa <handa@m17n.org>
17715
17716 * coding.c (QCascii_compatible_p): New variable.
17717 (syms_of_coding): Initialize it.
17718 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17719 calling string_char.
17720 (record_conversion_result): Add `default:' case.
17721 (coding_charset_list): Delete unused variable `coding_type'.
17722 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17723 property in the plist of the coding system.
17724 (Fcoding_system_put): Check QCascii_compatible_p.
17725
17726 2008-02-01 Miles Bader <miles@gnu.org>
17727
17728 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17729 removed calculation of frame `f', as it's now used.
17730
17731 2008-02-01 Kenichi Handa <handa@m17n.org>
17732
17733 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17734 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17735 (UNIDATA): New variable.
17736 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17737 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17738 $(RUN_TEMACS) unconditionally.
17739
17740 2008-02-01 Kenichi Handa <handa@m17n.org>
17741
17742 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17743 (admindir): New variable.
17744 ($(lispsource)international/charprop.el): New target.
17745
17746 2008-02-01 Miles Bader <miles@gnu.org>
17747
17748 * character.c (chars-in-region): Remove obsolete function.
17749 (syms_of_character): Remove its initialization.
17750
17751 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17752
17753 * w32select.c (validate_coding_system)
17754 (setup_windows_coding_system): New functions.
17755 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17756 setup_windows_coding_system.
17757 (setup_config, Fw32_get_clipboard_data): Use
17758 validate_coding_system.
17759 (Fx_selection_exists): Move call to setup_config to a place
17760 where signals are allowed.
17761
17762 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17763 (Fcheck_coding_system): Add declarations.
17764
17765 2008-02-01 Kenichi Handa <handa@m17n.org>
17766
17767 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17768
17769 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17770
17771 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17772 string as the second argument for x_new_fontset.
17773
17774 2008-02-01 Kenichi Handa <handa@m17n.org>
17775
17776 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17777 (encode_coding_object): Use safe_call instead of call2.
17778
17779 2008-02-01 Kenichi Handa <handa@m17n.org>
17780
17781 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17782
17783 * Makefile.in (lisp): Include charprop.el.
17784
17785 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17786
17787 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17788 Not sure if it's unnecessary.
17789
17790 2008-02-01 Steven Tamm <steventamm@mac.com>
17791
17792 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17793 some possibly unnecessary fontset checking code that crashed
17794 when creating a new frame.
17795
17796 2008-02-01 Kenichi Handa <handa@m17n.org>
17797
17798 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17799 lookup_face.
17800
17801 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17802
17803 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17804
17805 2008-02-01 Kenichi Handa <handa@m17n.org>
17806
17807 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17808 (coding_charset_list): New function.
17809
17810 * coding.h (coding_charset_list): Extern it.
17811
17812 2008-02-01 Kenichi Handa <handa@m17n.org>
17813
17814 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17815 concatenation of family and registry.
17816
17817 2008-02-01 Kenichi Handa <handa@m17n.org>
17818
17819 * character.h (BYTE8_STRING): Fix typo.
17820
17821 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17822 string to multibyte (sync to HEAD).
17823
17824 * casefiddle.c (casify_region): Handle changes in byte-length
17825 using replace_range_2 (sync to HEAD).
17826
17827 2008-02-01 Andreas Schwab <schwab@suse.de>
17828
17829 * chartab.c (map_char_table): GCPRO table and arg.
17830
17831 2008-02-01 Kenichi Handa <handa@m17n.org>
17832
17833 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17834 already at limit.
17835
17836 2008-02-01 Kenichi Handa <handa@m17n.org>
17837
17838 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17839 instead of fast_c_string_match_ignore_case.
17840 (find_font_encoding): Change argument to Lisp_Object. Use
17841 fast_string_match_ignore_case instead of
17842 fast_c_string_match_ignore_case. Change caller.
17843
17844 2008-02-01 Kenichi Handa <handa@m17n.org>
17845
17846 * xdisp.c (get_next_display_element): In unibyte case, decide to
17847 display in octal form by checking a character by
17848 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17849
17850 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17851
17852 * character.c (unibyte_has_multibyte_table): New variable.
17853
17854 * character.h (unibyte_has_multibyte_table): Extern it.
17855 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17856
17857 2008-02-01 Kenichi Handa <handa@m17n.org>
17858
17859 * coding.c (encode_coding_iso_2022): Fix handling of charset
17860 annotation.
17861
17862 2008-02-01 Kenichi Handa <handa@m17n.org>
17863
17864 * coding.c (setup_coding_system): If coding_system is nil, use
17865 Qundecided.
17866 (Fterminal_coding_system): Return nil if terminal coding system is
17867 `undecided'.
17868 (syms_of_coding): Define coding-system `undecided' here. Setup
17869 terminal_coding as `undecided'.
17870
17871 2008-02-01 Kenichi Handa <handa@m17n.org>
17872
17873 * xdisp.c (message_dolog, set_message_1): Call
17874 unibyte_char_to_multibyte with arg type int.
17875
17876 * lread.c (read1): Fix reading of a char-table.
17877
17878 * print.c (print_object): Include sub char-table in circularities
17879 detection.
17880
17881 2008-02-01 Kenichi Handa <handa@m17n.org>
17882
17883 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17884 Append the found sequences in car of ARGS instead of prepending.
17885
17886 2008-02-01 Kenichi Handa <handa@m17n.org>
17887
17888 * fileio.c (report_file_error): Make a unibyte string from
17889 strerror (errorno).
17890 (Fsubstitute_in_file_name): Fix the arg to
17891 unibyte_char_to_multibyte. It is evaluated twice.
17892
17893 2008-02-01 Kenichi Handa <handa@m17n.org>
17894
17895 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17896
17897 2008-02-01 Kenichi Handa <handa@m17n.org>
17898
17899 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17900 BOM is not found.
17901 (detect_coding, detect_coding_system): Optimization for ISO-2022
17902 when no 8-bit data is found.
17903
17904 2008-02-01 Jason Rumney <jasonr@gnu.org>
17905
17906 * w32fns.c (x_to_w32_font): Update to use new coding struct.
17907
17908 2008-02-01 Kenichi Handa <handa@m17n.org>
17909
17910 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17911 CHARS.
17912
17913 2008-02-01 Steven Tamm <steventamm@mac.com>
17914
17915 * macterm.c (mac_encode_char): Add charset argument and update
17916 to use encoding_type.
17917 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17918 switch to pure fontset.
17919 (decode_mac_font_name): Temporarily remove decoding.
17920 (x_font_name_to_mac_font_name): Temporarily remove encoding.
17921 (x_load_font): Temporarily remove encoding.
17922
17923 2008-02-01 Kenichi Handa <handa@m17n.org>
17924
17925 * xfaces.c (Fface_font): If frame is not on a window system,
17926 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
17927 refer to face->font.
17928 (split_font_name_into_vector, build_font_name_from_vector)
17929 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17930 when HAVE_WINDOW_SYSTEM is defined.
17931
17932 2008-02-01 Kenichi Handa <handa@m17n.org>
17933
17934 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17935 (x_produce_glyphs): Fix setting of members of cmp in case
17936 cmp->glyph_len is zero.
17937
17938 * fontset.c (Fset_fontset_font): Fix docstring.
17939 (Ffontset_info): Make it backward compatible. New arg ALL.
17940
17941 2008-02-01 Kim F. Storm <storm@cua.dk>
17942
17943 * process.c (read_process_output): Grow decoding_buf when needed;
17944 this could cause a crash in allocate_string and compact_small_strings.
17945
17946 2008-02-01 Kenichi Handa <handa@m17n.org>
17947
17948 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17949
17950 2008-02-01 Kenichi Handa <handa@m17n.org>
17951
17952 * coding.c (setup_coding_system): Set coding->common_flags
17953 correctly for raw-text.
17954 (consume_chars): On encoding unibyte text by raw-text, don't check
17955 multibyte form.
17956 (encode_coding): On encoding by raw-text, never use translation tables.
17957
17958 * fileio.c (e_write): Short cut for the case of no encoding.
17959
17960 2008-02-01 Kenichi Handa <handa@m17n.org>
17961
17962 * coding.c (detect_coding, detect_coding_system): Delete unused
17963 variables.
17964
17965 2008-02-01 Kenichi Handa <handa@m17n.org>
17966
17967 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17968 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17969
17970 2008-02-01 Kenichi Handa <handa@m17n.org>
17971
17972 * coding.c (Ffind_coding_systems_region_internal): Include
17973 raw-text and no-conversion in the result.
17974
17975 2008-02-01 Kenichi Handa <handa@m17n.org>
17976
17977 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17978 (load_font_get_repertory): Delete unnecessary check of ENCODING of
17979 FONT_DEF.
17980 (font_def_arg, add_arg, from_arg, to_arg): New args.
17981 (set_fontset_font): Change argument.
17982 (Fset_fontset_font): Fix for the case that TARGET is a script
17983 name and charset name.
17984 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17985
17986 2008-02-01 Kenichi Handa <handa@m17n.org>
17987
17988 * fontset.c (fontset_font): Rename from fontset_face. Change return
17989 value.
17990 (face_suitable_for_char_p, face_for_char): Adjust for the change
17991 of fontset_font.
17992 (make_fontset_for_ascii_face): Fix setting of the fontset element
17993 for ASCII.
17994 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17995 to get a font name.
17996 (Ffontset_info): Adjust for the change of fontset_font.
17997
17998 * coding.c (emacs_mule_char): Check invalid code more rigidly.
17999
18000 * character.h (LEADING_CODE_LATIN_1_MIN)
18001 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18002
18003 2008-02-01 Kenichi Handa <handa@m17n.org>
18004
18005 * editfns.c (check_translation): New function.
18006 (Ftranslate_region_internal): Handle M:N mapping.
18007
18008 2008-02-01 Kenichi Handa <handa@m17n.org>
18009
18010 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18011
18012 2008-02-01 Kenichi Handa <handa@m17n.org>
18013
18014 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18015 goto invalid_code.
18016 (decode_coding_iso_2022): Fix handling of invalid designation.
18017
18018 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18019 after calling code_conversion_save.
18020
18021 2008-02-01 Kenichi Handa <handa@m17n.org>
18022
18023 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18024
18025 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18026
18027 * fontset.c: Include "intervals.h".
18028 (fontset_face): Fix comparing of Lisp_Objects.
18029 (free_face_fontset, new_fontset_from_font_name): Fix
18030 Lisp_Object/int mixup.
18031
18032 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18033
18034 * coding.c: Add many prototypes for static functions.
18035 (get_translation_table): Allow max_lookup to be NULL.
18036 (decode_coding, Ffind_coding_systems_region_internal)
18037 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18038 get_translation_table with max_lookup NULL.
18039
18040 2008-02-01 Kenichi Handa <handa@m17n.org>
18041
18042 * coding.c (get_translation_table): Declare it as Lisp_Object.
18043 (LOOKUP_TRANSLATION_TABLE): New macro.
18044 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18045 instead of CHAR_TABLE_REF.
18046
18047 2008-02-01 Kenichi Handa <handa@m17n.org>
18048
18049 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18050 annotation data format.
18051 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18052 Change arguments FROM and TO to single argument NCHARS. Change caller.
18053 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18054 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18055 (decode_coding_ccl, decode_coding_charset): Pay attention to
18056 coding->charbuf_used.
18057 (get_translation): New function.
18058 (produce_chars): New arguments translation_table and last_block.
18059 Translate characters here. Return number of carryover chars.
18060 Change caller.
18061 (produce_composition): New argument pos. Change caller.
18062 Adjust for the change of annotation data format.
18063 (produce_charset, produce_annotation): Likewise.
18064 (decode_coding, encode_coding): Don't call translate_chars.
18065 (consume_chars): New arg translation_table. Change caller.
18066 (translate_chars): Delete.
18067 (syms_of_coding): Make translation-table's number of extra slots 2.
18068
18069 2008-02-01 Kenichi Handa <handa@m17n.org>
18070
18071 * search.c (simple_search): Fix setting this_pos_byte in backward
18072 search.
18073
18074 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18075 byte sequence.
18076 (detect_coding_ccl): Fix setting of the variable valids.
18077
18078 2008-02-01 Kenichi Handa <handa@m17n.org>
18079
18080 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18081
18082 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18083
18084 * editfns.c (Ftranslate_region_internal): Rename from
18085 Ftranslate_region. Accept a char-table in TABLE.
18086 (syms_of_editfns): Defsubr Stranslate_region_internal.
18087
18088 * xfaces.c (set_lface_from_font_name): If a font is specified for
18089 a frame, generate a fontset from the font.
18090 (build_scalable_font_name): If the scalable font is requested for
18091 a specific size, don't change that size.
18092 (try_font_list): Try a scalable font also in the case that a
18093 pattern string is specified.
18094
18095 2008-02-01 Kenichi Handa <handa@m17n.org>
18096
18097 * xfaces.c (Fface_font): New optional arg CHARACTER.
18098
18099 2008-02-01 Kenichi Handa <handa@m17n.org>
18100
18101 * charset.h (CHARSET_OFFSET): New macro.
18102
18103 2008-02-01 Kenichi Handa <handa@m17n.org>
18104
18105 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18106
18107 * fontset.c (fontset_face): Handle the case that repertory is a
18108 char-table.
18109 (find_font_encoding): Return nil for unknown encoding.
18110 (Fset_fontset_font): Ignore a font of unknown encoding.
18111
18112 2008-02-01 Kenichi Handa <handa@m17n.org>
18113
18114 * keymap.c (describe_vector): Handle default value of a char table.
18115
18116 * fontset.c (fontset_face): Handle fallback fonts correctly.
18117 (Ffontset_info): Return infomation about fallback fonts.
18118
18119 2008-02-01 Kenichi Handa <handa@m17n.org>
18120
18121 * fontset.c (FONTSET_DEFAULT): New macro.
18122 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
18123 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
18124 the case that it is nil.
18125 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
18126 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
18127
18128 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
18129 subset or superset.
18130
18131 2008-02-01 Kenichi Handa <handa@m17n.org>
18132
18133 * emacs.c (main): Call init_charset after syms_of_XXX.
18134
18135 * charset.c (Vcharset_map_directory): Delete.
18136 (Vcharset_map_path): New variable.
18137 (load_charset_map_from_file): Use Vcharset_map_path instead.
18138 (init_charset): Initialize Vcharset_map_path.
18139 (syms_of_charset): Delete declaration of "charset-map-directory",
18140 add declaration of "charset-map-path".
18141
18142 2008-02-01 Kenichi Handa <handa@m17n.org>
18143
18144 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
18145 ASCII only string.
18146
18147 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
18148
18149 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
18150 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
18151
18152 2008-02-01 Kenichi Handa <handa@m17n.org>
18153
18154 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18155
18156 * coding.c (QCmnemonic, QCdefalut_char)
18157 (QCdecode_translation_table, QCencode_translation_table)
18158 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18159 (get_translation_table): Return a list of translation tables if
18160 necessary.
18161 (decode_coding): Call get_translation_table with ENCODEP 0.
18162 (char_encodable_p): If translation_table is non-nil, always call
18163 translate_char.
18164 (Fdefine_coding_system_internal): Accept list of translation
18165 tables as :encode-translation-table and :decode-translation-table.
18166 (Fcoding_system_put): New function.
18167 (syms_of_coding): Declare new symbols. Defsubr
18168 Scoding_system_put.
18169 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18170 typically JISX0212.
18171
18172 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18173 when the charset is superset type.
18174
18175 * character.c (translate_char): Accept list of translation tables.
18176
18177 2008-02-01 Kenichi Handa <handa@m17n.org>
18178
18179 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18180 (CODING_ATTR_TRANS_TBL): New macro.
18181
18182 * coding.c (get_translation_table): New function.
18183 (translate_chars): Fix the bug of skipping annotation data.
18184 (decode_coding, encode_coding): Utilize get_translation_table.
18185 (char_encodable_p, Funencodable_char_position): Translate char if
18186 necessary.
18187 (Ffind_coding_systems_region_internal)
18188 (Fcheck_coding_systems_region): Setup translation table for encode
18189 in a coding system attribute vector in advance.
18190 (Fdefine_coding_system_internal): Allow a symbol as translation
18191 table. For shift-jis type coding system, allow 4th charset.
18192
18193 2008-02-01 Kenichi Handa <handa@m17n.org>
18194
18195 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18196
18197 * xdisp.c (get_next_display_element): Pass -1 as POS to
18198 FACE_FOR_CHAR if displaying a C-string.
18199
18200 2008-02-01 Kenichi Handa <handa@m17n.org>
18201
18202 * composite.c (get_composition_id): Handle xoff and yoff in a
18203 composition rule.
18204
18205 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18206 (struct composition): New member lbearing and rbearing.
18207
18208 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18209 (x_get_glyph_overhangs): Handle a composition glyph.
18210 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18211
18212 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18213 composition glyph.
18214
18215 2008-02-01 Kenichi Handa <handa@m17n.org>
18216
18217 * print.c: Include charset.h.
18218 (Vprint_charset_text_property): New variable.
18219 (Qdefault): Extern it.
18220 (PRINT_STRING_NON_CHARSET_FOUND)
18221 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18222 (print_check_string_result): New variable.
18223 (print_check_string_charset_prop): New function.
18224 (print_prune_charset_plist): New variable.
18225 (print_prune_string_charset): New function.
18226 (print_object): Call print_prune_string_charset if
18227 Vprint_charset_text_property is not t.
18228 (print_interval): Print nothing if interval->plist is nil.
18229 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18230 variable. Init and staticpro print_prune_charset_plist.
18231
18232 2008-02-01 Kenichi Handa <handa@m17n.org>
18233
18234 * fontset.c (new_fontset_from_font_name): Use the specified font
18235 for all characters in the new fontset.
18236
18237 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18238 OBJECT args.
18239
18240 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18241 OBJECT args for composition too.
18242
18243 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18244 OBJECT args.
18245
18246 2008-02-01 Kenichi Handa <handa@m17n.org>
18247
18248 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18249
18250 * fontset.c (reorder_font_vector): Adjust for the change of
18251 FONT_DEF format.
18252 (fontset_face): New arg id. Change caller.
18253 (face_for_char): New args pos and object.
18254 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18255 (fs_query_fontset): Check NAME by Fassoc too.
18256 (Fset_fontset_font): Allow non-XLFD font name.
18257 (Ffontset_info): Adjust for the change of FONT_DEF format.
18258
18259 * fontset.h (face_for_char): Adjust prototype.
18260
18261 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18262 (append_space, extend_face_to_end_of_line)
18263 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18264 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18265
18266 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18267 POS and OBJECT args.
18268
18269 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18270 POS and OBJECT args.
18271
18272 2008-02-01 Jason Rumney <jasonr@gnu.org>
18273
18274 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18275 of GlobalAlloc'ed memory.
18276
18277 2008-02-01 Kenichi Handa <handa@m17n.org>
18278
18279 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18280
18281 * charset.h (charset_table_used): Delete extern.
18282
18283 * charset.c (charset_table_used): Make it static.
18284 (map_charset_chars): Fix args to c_function with.
18285
18286 * chartab.c (map_sub_char_table_for_charset): Fix args to
18287 c_function with.
18288
18289 * coding.h (enum coding_result_code): Delete
18290 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18291
18292 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18293 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18294 (Vlast_code_conversion_error): New variables.
18295 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18296 (ONE_MORE_BYTE): Record error if any instead of signaling an
18297 error. If non-ASCII multibyte char is found, return the negative
18298 value of the code. All callers changed to check it.
18299 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18300 (record_conversion_result): New function. Change all codes setting
18301 coding->result to call this function.
18302 (detect_coding_utf_8, decode_coding_utf_8)
18303 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18304 Don't use the local variable incomplete.
18305 (emacs_mule_char): Change the second arg to `const'.
18306 (decode_coding): Fix of flushing out unprocessed data.
18307 (make_conversion_work_buffer): Fix making of a work buffer.
18308 (decode_coding_object): Return coding->dst_object.
18309
18310 * fontset.c (set_fontset_font): Fix args.
18311
18312 * lisp.h (CHARACTERBITS): Define as 22.
18313
18314 * process.c (send_process): Be sure to set coding->src_multibyte.
18315
18316 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18317
18318 2008-02-01 Kenichi Handa <handa@m17n.org>
18319
18320 * xdisp.c (handle_auto_composed_prop): Give limit to
18321 Fnext_single_char_property_change.
18322
18323 2008-02-01 Kenichi Handa <handa@m17n.org>
18324
18325 * composite.c (syms_of_composite): Don't make the composition hash
18326 table weak.
18327
18328 * fontset.c (Fset_fontset_font): Fix docstring.
18329
18330 * lisp.h (detect_coding_system): Adjust prototype.
18331
18332 * fileio.c (kill_workbuf_unwind): Delete this function.
18333 (Finsert_file_contents): Adjust the call of detect_coding_system.
18334 Get conversion_buffer by code_conversion_save. Use the macro
18335 CODING_MAY_REQUIRE_DECODING. After decoding, update
18336 coding_system.
18337
18338 * coding.h (make_conversion_work_buffer): Delete extern.
18339 (code_conversion_save): Extern it.
18340
18341 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18342 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18343 (decode_coding_utf_8): Don't do eol converion.
18344 (detect_coding_utf_16): Check coding->src_chars, not
18345 coding->src_bytes. Add heuristics for those that have no signature.
18346 (decode_coding_emacs_mule, decode_coding_iso_2022)
18347 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18348 Don't do eol converion.
18349 (adjust_coding_eol_type): Return a new coding system.
18350 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18351 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18352 each change.
18353 (decode_coding): Pay attention to undo_list. Do eol conversion for
18354 all types of coding-systems (if necessary).
18355 (Vcode_conversion_work_buf_list): Delete it.
18356 (Vcode_conversion_reused_workbuf): Rename from
18357 Vcode_conversion_reused_work_buf.
18358 (Vcode_conversion_workbuf_name): New variable.
18359 (reused_workbuf_in_use): New variable.
18360 (make_conversion_work_buffer): Delete the arg DEPTH.
18361 (code_conversion_restore): Change argument to cons.
18362 (code_conversion_save): Delete the argument BUFFER. Change callers.
18363 (detect_coding_system): New argument src_chars. Change callers.
18364 Fix for utf-16 detection.
18365 (init_coding_once): Don't use ISO_carriage_return.
18366 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18367 reused_workbuf_in_use.
18368
18369 2008-02-01 Kenichi Handa <handa@m17n.org>
18370
18371 * keymap.c (store_in_keymap): Pay attention to the case that idx
18372 is a cons specifying a character range.
18373
18374 2008-02-01 Kenichi Handa <handa@m17n.org>
18375
18376 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18377 HANDLED_RECOMPUTE_PROPS.
18378
18379 * coding.c (Fdefine_coding_system_internal): Fix checking of
18380 ascii compatibility.
18381
18382 2008-02-01 Kenichi Handa <handa@m17n.org>
18383
18384 * charset.c (find_charsets_in_text): Delete unused locale variable.
18385 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18386
18387 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18388 Resync charset_list to Vemacs_mule_charset_list.
18389
18390 * keymap.c (store_in_keymap): Pay attention to the case that idx
18391 is a cons specifying a character range.
18392
18393 2008-02-01 Kenichi Handa <handa@m17n.org>
18394
18395 * composite.c (update_compositions): Bind inhibit-read-only, etc
18396 to t before calling remove-list-of-text-properties.
18397
18398 * print.c (print_object): Always print ASCII chars as is.
18399
18400 2008-02-01 Kenichi Handa <handa@m17n.org>
18401
18402 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18403
18404 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18405 is a char table.
18406
18407 2008-02-01 Kenichi Handa <handa@m17n.org>
18408
18409 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18410
18411 2008-02-01 Kenichi Handa <handa@m17n.org>
18412
18413 * xfaces.c (set_lface_from_font_name): Fix for the case that
18414 FONTNAME is not fontset name.
18415
18416 2008-02-01 Kenichi Handa <handa@m17n.org>
18417
18418 * fns.c (base64_encode_1): Fix previous change.
18419
18420 2008-02-01 Kenichi Handa <handa@m17n.org>
18421
18422 * fontset.c (set_fontset_font): New function.
18423 (Fset_fontset_font): If a font is specified for a charset, use
18424 map_charset_chars to store the font spec in a fontset.
18425
18426 2008-02-01 Kenichi Handa <handa@m17n.org>
18427
18428 * fontset.c (fontset_face): Create a fallback fontset on demand.
18429 (make_fontset): Don't create a fallback fontset here.
18430 (free_face_fontset): Free a fallback fontset (if any) too.
18431 (n_auto_fontsets): Delete this variable.
18432 (auto_fontset_alist): New variable.
18433 (new_fontset_from_font_name): Check auto_fontset_alist.
18434 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18435 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18436 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18437 Defsubr Sfontset_list_all.
18438
18439 2008-02-01 Kenichi Handa <handa@m17n.org>
18440
18441 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18442
18443 2008-02-01 Kenichi Handa <handa@m17n.org>
18444
18445 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18446
18447 2008-02-01 Kenichi Handa <handa@m17n.org>
18448
18449 * editfns.c (Fgoto_char): Fix docstring.
18450
18451 2008-02-01 Kenichi Handa <handa@m17n.org>
18452
18453 * insdel.c (insert_from_gap): Adjust intervals correctly.
18454
18455 2008-02-01 Jason Rumney <jasonr@gnu.org>
18456
18457 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18458 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18459 (w32_initialize): Try to load it.
18460 (x_get_font_repertory): Use it if available.
18461 (w32_encode_char): Add shortcut for unicode output.
18462
18463 * w32fns.c (w32_load_system_font): Default charset to -1.
18464 (x_to_w32_charset): Match all fonts for unicode.
18465 (w32_to_x_charset): New parameter matching. Don't return partial
18466 or wildcard charsets.
18467 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18468 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18469 (w32_to_x_font): Match charset to real charset.
18470 (enum_font_cb2): Always list unicode versions.
18471
18472 * makefile.w32-in (temacs): Increase EMHEAP.
18473
18474 2008-02-01 Jason Rumney <jasonr@gnu.org>
18475
18476 * w32term.c (w32_encode_char): New charset parameter.
18477 font_info.encoding becomes encoding_type.
18478 (x_get_font_repertory): New function. Warning: stub only!
18479 (x_new_font): Return quickly if font already set.
18480 (x_new_fontset): fontsetname parameter is Lisp_Object.
18481 Use new fs_query_fontset. Try new_fontset_from_font_name.
18482 Use fontset_name for return value.
18483
18484 * w32term.h: Declare x_get_font_repertory.
18485
18486 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18487 place of find_charset_in_text. Use encode_coding_object in place
18488 of encode_coding.
18489 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18490 decode_coding.
18491
18492 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18493 of x_new_fontset.
18494 (w32_load_system_font): Initialize charset as unicode.
18495 font_info.encoding becomes encoding_type.
18496 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18497 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18498 (syms_of_w32fns): Set get_font_repertory_func.
18499
18500 * w32console.c: Include character.h. Use terminal_encode_buffer
18501 from term.c.
18502 (write_glyphs): Use new version of encode_terminal_code. Use
18503 encode_coding_object in place of encode_coding.
18504
18505 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18506 encoding becomes encoding_type.
18507
18508 * term.c (terminal_encode_buffer): Make externally visible.
18509
18510 * makefile.w32-in: Add character.h dependancies.
18511 (character.o, chartab.o): New targets.
18512
18513 2008-02-01 Kenichi Handa <handa@m17n.org>
18514
18515 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18516 CODING_ID_EOL_TYPE.
18517
18518 2008-02-01 Andreas Schwab <schwab@suse.de>
18519
18520 * coding.c (produce_chars): Revert last change.
18521
18522 2008-02-01 Kenichi Handa <handa@m17n.org>
18523
18524 * charset.h (charset_unicode): Extern it.
18525
18526 * charset.c (string_xstring_p): Check by (C >= 0x100).
18527 (find_charsets_in_text): Change format of the arc CHARSETS. New
18528 arg MULTIBYTE.
18529 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18530 change of find_charsets_in_text.
18531 (Fsplit_char): Fix doc. Never return unknown.
18532
18533 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18534
18535 * coding.c (Fdefine_coding_system_alias): Update
18536 Vcoding_system_list.
18537
18538 * fontset.c (load_font_get_repertory): Pay attention to the case
18539 that ENCODING of a font is specified by a char-table.
18540
18541 * xterm.c (x_get_font_repertory): Handle the case that the
18542 encoding of font is other than Unicode.
18543
18544 2008-02-01 Kenichi Handa <handa@m17n.org>
18545
18546 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18547 if a character is encodable by the terminal coding system. If
18548 not, produces proper number of `?'s. Update
18549 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18550 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18551
18552 2008-02-01 Kenichi Handa <handa@m17n.org>
18553
18554 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18555 variables.
18556 (encode_terminal_code): Change argument. Encode multiple
18557 characters at once. Store the result of encoding in
18558 terminal_encode_buffer.
18559 (write_glyphs, insert_glyphs): Adjust for the change of
18560 encode_terminal_code.
18561 (term_init): Initialize terminal_encode_buffer and
18562 terminal_encode_buf_size.
18563
18564 * coding.c (consume_chars): If coding->src_object is nil, don't
18565 check annotation.
18566
18567 2008-02-01 Kenichi Handa <handa@m17n.org>
18568
18569 * character.c (char_string): Use ASCII_CHAR_P instead of
18570 SINGLE_BYTE_CHAR_P.
18571
18572 2008-02-01 Kenichi Handa <handa@m17n.org>
18573
18574 * xdisp.c (handle_auto_composed_prop): Check if the last
18575 characters of auto-composed region is newly composed with the
18576 following characters.
18577 (handle_composition_prop): Fix checking of point being inside
18578 composition.
18579
18580 2008-02-01 Kenichi Handa <handa@m17n.org>
18581
18582 * fns.c (concat): Don't change multibyteness of the result by
18583 concatenating an 8-bit character.
18584
18585 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18586 multibyteness of the result when newelt is an 8-bit character.
18587
18588 2008-02-01 Dave Love <fx@gnu.org>
18589
18590 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18591 EMACS_INT.
18592
18593 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18594
18595 * xfaces.c (face_numeric_value): Declare dim size_t.
18596 (Finternal_lisp_face_equal_p): Remove unused f.
18597
18598 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18599 (MATRIX_ROW): Remove unused vars.
18600 (draw_glyphs, x_insert_glyphs, fast_find_position)
18601 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18602 byte/char counts.
18603
18604 * regex.c (regex_compile): Remove unused var.
18605
18606 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18607
18608 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18609 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18610
18611 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18612
18613 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18614
18615 * fileio.c (Fwrite_region): Remove unused var.
18616
18617 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18618 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18619
18620 * composite.c (Fremove_list_of_text_properties): Declare.
18621
18622 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18623 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18624 (coding_inherit_eol_type): Remove unused attrs.
18625 (detect_coding): Cast arg of detect_eol.
18626
18627 * charset.c (syms_of_charset): Remove unused var p.
18628 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18629 byte/char counts.
18630
18631 * casetab.c (set_case_table): Remove unused var.
18632
18633 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18634 unused vars.
18635
18636 2008-02-01 Dave Love <fx@gnu.org>
18637
18638 * xterm.c (x_bitmap_mask): Declare.
18639
18640 2008-02-01 Dave Love <fx@gnu.org>
18641
18642 * xterm.c (x_term_init): Fix type error.
18643
18644 * lisp.h: Add Funibyte_char_to_multibyte.
18645
18646 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18647 (Fset_coding_system_priority): Doc fix.
18648
18649 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18650
18651 * indent.c (check_composition): Make start and end EMACS_INT.
18652
18653 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18654
18655 * xdisp.c (handle_composition_prop, check_point_in_composition):
18656 Make buffer positions EMACS_INT.
18657
18658 * composite.c (find_composition, run_composition_function)
18659 (update_compositions, Ffind_composition_internal): Make buffer
18660 positions EMACS_INT.
18661
18662 * composite.h (find_composition, update_compositions): Make
18663 position args EMACS_INT.
18664
18665 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18666
18667 * intervals.c (get_property_and_range):
18668 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18669
18670 * unexalpha.c: Don't include varargs.h.
18671
18672 2008-02-01 Dave Love <fx@gnu.org>
18673
18674 * coding.h (ENCODE_UTF_8): New.
18675
18676 * Makefile.in (gtkutil.o): Depend on coding.h.
18677
18678 * coding.c (Fset_coding_system_priority): Doc fix.
18679
18680 2008-02-01 Kenichi Handa <handa@m17n.org>
18681
18682 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18683 the case of auto saving.
18684
18685 2008-02-01 Andreas Schwab <schwab@suse.de>
18686
18687 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18688 `range' from GC.
18689
18690 2008-02-01 Kenichi Handa <handa@m17n.org>
18691
18692 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18693
18694 2008-02-01 Kenichi Handa <handa@m17n.org>
18695
18696 * fileio.c (choose_write_coding_system): Return a decided coding system.
18697 (Fwrite_region): Set Vlast_coding_system_used to the return value
18698 of choose_write_coding_system.
18699
18700 2008-02-01 Kenichi Handa <handa@m17n.org>
18701
18702 * charset.c (Fset_charset_priority): Pay attention to duplicated
18703 arguments.
18704
18705 * coding.c (QCcategory): New variable.
18706 (syms_of_coding): Defsym it. Set all elements of
18707 Vcoding_category_table and their symbol values.
18708 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18709 coding-category-XXX, and coding-category-list.
18710 (Fdefine_coding_system_internal): Add category in the plist.
18711
18712 2008-02-01 Kenichi Handa <handa@m17n.org>
18713
18714 * callproc.c (Fcall_process): Handle carryover correctly.
18715
18716 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18717 (raw_text_coding_system): Check NILP (coding_system).
18718 (coding_inherit_eol_type): Check NILP (coding_system) and
18719 NILP (parent).
18720 (consume_chars): Fix for the case of raw-text.
18721
18722 * process.c (read_process_output): Handle carryover correctly.
18723
18724 2008-02-01 Dave Love <fx@gnu.org>
18725
18726 * regex.c (re_search_2): Fix last change.
18727
18728 2008-02-01 Kenichi Handa <handa@m17n.org>
18729
18730 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18731 target_multibyte. Even in a unibyte case, return a converted
18732 multibyte char.
18733 (GET_CHAR_AFTER): New macro.
18734 (PATFETCH): Translate via multibyte char.
18735 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18736 (SETUP_MULTIBYTE_RANGE): New macro.
18737 (regex_compile): Setup compiled code so that its multibyteness
18738 matches that of a target. Fix the handling of "[X-YZ]" using
18739 SETUP_MULTIBYTE_RANGE.
18740 (analyse_first) <charset>: For filling fastmap for all multibyte
18741 characters, don't check by BASE_LEADING_CODE_P.
18742 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18743 the same as RE_MULTIBYTE_P (bufp) now.
18744 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18745 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18746 (TRANSLATE_VIA_MULTIBYTE): New macro.
18747 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18748 It is the same as RE_MULTIBYTE_P (bufp) now.
18749 <exactn>: Translate via multibyte.
18750 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18751 translate it.
18752 <charset, charset_not>: Fetch a character by
18753 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18754 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18755 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18756 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18757 by GET_CHAR_AFTER.
18758 (bcmp_translate): Likewise.
18759
18760 * search.c (compile_pattern): Check the member target_multibyte,
18761 not the member multibyte of buf.
18762
18763 * lread.c (read1): While reading a string, set force_singlebyte
18764 and force_multibyte correctly.
18765
18766 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18767 up of unibyte_to_multibyte_table.
18768
18769 2008-02-01 Kenichi Handa <handa@m17n.org>
18770
18771 * coding.c (setup_coding_system): If coding has
18772 post-read-conversion or pre-write-conversion, set
18773 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18774 respectively.
18775 (decode_coding_gap): Run post-read-conversion if any.
18776
18777 * fileio.c (Finsert_file_contents): Even if we read into a
18778 unibyte buffer, check if we must decode the result or not.
18779
18780 2008-02-01 Kenichi Handa <handa@m17n.org>
18781
18782 * coding.c (make_conversion_work_buffer): Change the work buffer
18783 name to the same one as that of Emacs 21.
18784
18785 2008-02-01 Kenichi Handa <handa@m17n.org>
18786
18787 * coding.h (make_conversion_work_buffer): Adjust prototype.
18788 (code_conversion_restore): Don't extern it.
18789
18790 * coding.c (detected_mask): Delete unused variable.
18791 (decode_coding_iso_2022): Pay attention to the byte sequence of
18792 CTEXT extended segment, and retain those bytes as is.
18793 (decode_coding_ccl): Delete unused variable `valids'.
18794 (setup_coding_system): Delete unused variable `category'.
18795 (consume_chars): Delete unused variable `category'. Make it work
18796 for non-multibyte case.
18797 (make_conversion_work_buffer): Change argument.
18798 (saved_coding): Delete unused variable.
18799 (code_conversion_restore): Don't check saved_coding->destination.
18800 (code_conversion_save): New function.
18801 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18802 instead of record_unwind_protect.
18803 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18804 (detect_coding_system): Delete unused variable `mask'.
18805 (Fdefine_coding_system_internal): Delete unused variable id.
18806
18807 * fileio.c (kill_workbuf_unwind): New function.
18808 (Finsert_file_contents): On replacing, call
18809 make_conversion_work_buffer with correct args, and call
18810 record_unwind_protect with the first arg kill_workbuf_unwind.
18811
18812 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18813
18814 2008-02-01 Kenichi Handa <handa@m17n.org>
18815
18816 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18817 (fontset_add): Fix for the case that TO is less than TO1.
18818 (Ffontset_info): Don't use fallback fontset on checking the
18819 default fontset.
18820 (dump_fontset): New function for debugging.
18821
18822 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18823 coding_type is Qcharset.
18824
18825 2008-02-01 Kenichi Handa <handa@m17n.org>
18826
18827 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18828 (map_char_table): Don't inherit the value from the parent on
18829 initializing VAL. Adjust for the above change.
18830
18831 2008-02-01 Kenichi Handa <handa@m17n.org>
18832
18833 * coding.c (Qsignature, Qendian): Delete these variables.
18834 (syms_of_coding): Don't initialize them.
18835 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18836 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18837 detect_info->found.
18838 (decode_coding_utf_16): Don't detect BOM here.
18839 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18840 is NOT utf_16_without_bom.
18841 (setup_coding_system): For a coding system of type utf-16, check
18842 if the attribute :endian is Qbig or not (not nil or not), and set
18843 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18844 (detect_coding): If coding type is utf-16 and BOM detection is
18845 required, detect it.
18846 (Fdefine_coding_system_internal): For a coding system of type
18847 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18848
18849 2008-02-01 Kenichi Handa <handa@m17n.org>
18850
18851 * coding.c (coding_set_source): Fix for the case that the current
18852 buffer is different from coding->src_object.
18853 (decode_coding_object): Don't use the conversion work buffer if
18854 DST_OBJECT is a buffer.
18855
18856 2008-02-01 Dave Love <fx@gnu.org>
18857
18858 * lread.c (read_emacs_mule_char) [len==2]: Index
18859 emacs_mule_charset correctly.
18860
18861 2008-02-01 Dave Love <fx@gnu.org>
18862
18863 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18864 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18865 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18866 treated specially.)
18867 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18868 (detected_mask): Remove Big5 bits.
18869
18870 2008-02-01 Kenichi Handa <handa@m17n.org>
18871
18872 The following changes are to make the font rescaling facility
18873 compatible with Emacs 21.
18874
18875 * xfaces.c (Vface_font_rescale_alist): Rename from
18876 Vface_resizing_fonts.
18877 (struct font_name): Rename member resizing_ratio to rescale_ratio.
18878 (font_rescale_ratio): Rename from font_resizing_ratio.
18879 (split_font_name): Set font->rescale_ratio.
18880 (better_font_p): Pay attention to font->rescale_ratio.
18881 (build_scalable_font_name): Likewise. Change RESX, and RESY
18882 fields.
18883 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18884
18885 2008-02-01 Kenichi Handa <handa@m17n.org>
18886
18887 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18888 (Qutf_16_le): Remove these variables.
18889 (syms_of_coding): Don't DEFSYM them.
18890 (decode_coding_utf_16): Fix handling of BOM.
18891 (encode_coding_utf_16): Fix handling of BOM.
18892
18893 2008-02-01 Kenichi Handa <handa@m17n.org>
18894
18895 * fileio.c (Finsert_file_contents): On replacing, before decoding
18896 the file into the work buffer, set point of the work buffer to the end.
18897
18898 2008-02-01 Dave Love <fx@gnu.org>
18899
18900 * coding.c (Fcheck_coding_systems_region): Fix type errors.
18901
18902 2008-02-01 Dave Love <fx@gnu.org>
18903
18904 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18905 and fix C types.
18906
18907 2008-02-01 Kenichi Handa <handa@m17n.org>
18908
18909 * xdisp.c (SKIP_GLYPHS): New macro.
18910 (set_cursor_from_row): Pay attention to string display properties.
18911
18912 * category.c (copy_category_entry): Fix for the case that RANGE
18913 is an integer.
18914
18915 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18916
18917 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18918
18919 2008-02-01 Kenichi Handa <handa@m17n.org>
18920
18921 * charset.c (Fcharset_id_internal): New function.
18922 (syms_of_charset): Defsubr it.
18923
18924 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18925 with the last arg charset_list acquired from coding.
18926 (Fdefine_coding_system_internal): For ccl-based coding system, fix
18927 the attribute coding_attr_ccl_valids.
18928
18929 * coding.h (enum define_coding_ccl_arg_index): Set the first
18930 member coding_arg_ccl_decoder to coding_arg_max.
18931
18932 * ccl.h (ccl_driver): Adjust prototype.
18933
18934 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18935 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
18936 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
18937 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18938 last arg Qnil.
18939
18940 2008-02-01 Kenichi Handa <handa@m17n.org>
18941
18942 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18943 call encode_char.
18944
18945 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18946
18947 2008-02-01 Dave Love <fx@gnu.org>
18948
18949 * composite.c (syms_of_composite): Make composition_hash_table weak.
18950
18951 2008-02-01 Kenichi Handa <handa@m17n.org>
18952
18953 * dispextern.h (check_face_attributes, generate_ascii_font_name)
18954 (font_name_registry): Don't extern them.
18955 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18956
18957 * fontset.h (Qfontset): Don't extern it.
18958 (new_fontset_from_font_name): Extern it.
18959
18960 * fontset.c: Give 8 extra slots to fontset objects.
18961 (Qfontset_info): New variable.
18962 (syms_of_fontset): Defsym it.
18963 (FONTSET_FALLBACK): New macro.
18964 (fontset_face): Try also the default fontset.
18965 (make_fontset): Realize a fallback fontset from the default fontset.
18966 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
18967 using split_font_name_into_vector and build_font_name_from_vector.
18968 (Fset_fontset_font): Access the elements of font_spec by enum
18969 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
18970 name by using split_font_name_into_vector.
18971 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18972 generate a proper font name from the fontset name. Update
18973 Vfontset_alias_alist.
18974 (n_auto_fontsets): New variable.
18975 (new_fontset_from_font_name): New function.
18976 (Ffont_info): Store the information about fonts generated from the
18977 default fontset in the first extra slot of the returned char-table.
18978
18979 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18980 (font_name_registry): Delete function.
18981 (split_font_name_into_vector): New function.
18982 (build_font_name_from_vector): New function.
18983 (font_list): The argument REGISTRY is now a list of registry names.
18984 (choose_face_font): If we are choosing an ASCII font, and ATTRS
18985 specifies an explicit font name, return the name as is. Make a
18986 list of registy names.
18987
18988 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18989 of x_new_fontset.
18990 (Fx_create_frame): Don't call x_new_fontset here. Just use
18991 x_list_fonts to check the existence of fonts.
18992
18993 * xterm.h (x_new_fontset): Adjust prototype.
18994
18995 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18996 string. Use new_fontset_from_font_name to create a fontset from a
18997 font name.
18998
18999 2008-02-01 Kenichi Handa <handa@m17n.org>
19000
19001 * syntax.c (Vfind_word_boundary_function_table): New name for
19002 Vnext_word_boundary_function_table.
19003 (find-word-boundary-function-table): New name for
19004 next-word-boundary-function-table.
19005
19006 2008-02-01 Dave Love <fx@gnu.org>
19007
19008 * Makefile.in: Fix some dependencies.
19009
19010 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19011 set it to nil before returning.
19012
19013 * composite.c (update_compositions): Fix type error.
19014
19015 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19016
19017 2008-02-01 Kenichi Handa <handa@m17n.org>
19018
19019 * xterm.c (x_new_font): Optimize for the case that the font is
19020 already set for the frame.
19021
19022 2008-02-01 Kenichi Handa <handa@m17n.org>
19023
19024 * chartab.c (char_table_ascii): Check if the char table contents
19025 is sub-char-table or not.
19026 (char_table_set, char_table_set_range): Fix argument to
19027 char_table_ascii.
19028
19029 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19030 (detect_coding_utf_8, detect_coding_utf_16)
19031 (detect_coding_emacs_mule, detect_coding_iso_2022)
19032 (detect_coding_sjis, detect_coding_big5)
19033 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19034 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19035 sequence is valid in this coding system. Change callers.
19036 (MAX_ANNOTATION_LENGTH): New macro.
19037 (ADD_ANNOTATION_DATA): New macro.
19038 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19039 ADD_ANNOTATION_DATA. Change the format of annotation data.
19040 (ADD_CHARSET_DATA): New macro.
19041 (emacs_mule_char): New argument ID. Change callers.
19042 (decode_coding_emacs_mule, decode_coding_iso_2022)
19043 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19044 Produce charset annotation data in coding->charbuf.
19045 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19046 to charset annotation data in coding->charbuf.
19047 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19048 coding->common_flags if the coding system is iso-2022 based and
19049 uses designation.
19050 (produce_composition): Adjust for the new annotation data format.
19051 (produce_charset): New function.
19052 (produce_annotation): Handle charset annotation.
19053 (handle_composition_annotation, handle_charset_annotation): New
19054 functions.
19055 (consume_chars): Handle charset annotation. Utilize the above two
19056 functions.
19057 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19058 buffer, get the deleted text as a string and set
19059 coding->src_object to that string.
19060 (detect_coding, detect_coding_system): Use the new struct
19061 coding_detection_info.
19062
19063 * coding.h (struct coding_detection_info): New structure.
19064 (struct coding_system): Adjust prototype of the member `detector'.
19065 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19066
19067 2008-02-01 Kenichi Handa <handa@m17n.org>
19068
19069 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19070
19071 2008-02-01 Dave Love <fx@gnu.org>
19072
19073 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19074 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19075 to new local and nullify apropos_accumulate before returning.
19076 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19077
19078 2008-02-01 Kenichi Handa <handa@m17n.org>
19079
19080 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19081 correctly.
19082
19083 2008-02-01 Dave Love <fx@gnu.org>
19084
19085 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19086
19087 2008-02-01 Kenichi Handa <handa@m17n.org>
19088
19089 The following changes are to make character composition happen
19090 automatically on displaying.
19091
19092 * Makefile.in (lisp, shortlisp): Add composite.elc.
19093
19094 * composite.h (Qauto_composed, Vauto_composition_function)
19095 (Qauto_composition_function): Extern them.
19096
19097 * composite.c (Vcomposition_function_table)
19098 (Qcomposition_function_table): Delete variables.
19099 (Qauto_composed, Vauto_composition_function)
19100 (Qauto_composition_function): New variables.
19101 (run_composition_function): Don't call
19102 compose-chars-after-function.
19103 (update_compositions): Clear `auto-composed' text property.
19104 (compose_chars_in_text): Delete this function.
19105 (syms_of_composite): Staticpro Qauto_composed and
19106 Qauto_composition_function. Declare Vauto_composition_function as
19107 a Lisp variable.
19108
19109 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19110
19111 * xdisp.c (it_props): Add an entry for Qauto_composed.
19112 (handle_auto_composed_prop): New function.
19113
19114 * xselect.c (selection_data_to_lisp_data): Don't call
19115 compose_chars_in_text.
19116
19117 2008-02-01 Dave Love <fx@gnu.org>
19118
19119 * keyboard.c (read_char): Modify checking around use of
19120 Vkeyboard_translate_table.
19121
19122 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19123 and fix C types.
19124
19125 2008-02-01 Kenichi Handa <handa@m17n.org>
19126
19127 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
19128 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19129 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
19130 the case that the last byte is '\r' correctly.
19131 (decode_coding): Flush out the unprocessed data correctly.
19132 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
19133
19134 2008-02-01 Dave Love <fx@gnu.org>
19135
19136 * xterm.c (XTread_socket): Fix changes for defined keysyms.
19137 Add XK_ISO... case.
19138 (xaw_scroll_callback): Revert last change.
19139
19140 2008-02-01 Kenichi Handa <handa@m17n.org>
19141
19142 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
19143
19144 2008-02-01 Kenichi Handa <handa@m17n.org>
19145
19146 * xfaces.c (Vface_resizing_fonts): New variable.
19147 (struct font_name): New member `resizing_ratio'.
19148 (font_resizing_ratio): New function.
19149 (split_font_name): Set font->resizing_ratio.
19150 (better_font_p): Pay attention to font->resizing_ratio.
19151 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19152 RESX, and RESY fields.
19153 (try_alternative_families): Try scalable fonts if
19154 Vscalable_fonts_allowed is not Qt.
19155 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19156
19157 2008-02-01 Dave Love <fx@gnu.org>
19158
19159 * xterm.c (xaw_scroll_callback): Cast correctly.
19160
19161 2008-02-01 Dave Love <fx@gnu.org>
19162
19163 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19164 (lispy_kana_keys): Comment out.
19165 (make_lispy_event) [XK_kana_A]: Comment out.
19166
19167 * xterm.c (xaw_scroll_callback): Cast call_data.
19168 (XTread_socket): Deal with ASCII keysyms.
19169 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19170
19171 2008-02-01 Dave Love <fx@gnu.org>
19172
19173 * xterm.c (Vx_keysym_table): New.
19174 (syms_of_xterm): Initialize it.
19175 (XTread_socket): Use it.
19176 From head: Eliminate incorrect optimization that tried to avoid
19177 decoding the output of X*LookupString.
19178 (x_get_font_repertory): Delete charset declaration.
19179
19180 2008-02-01 Kenichi Handa <handa@m17n.org>
19181
19182 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19183 return 0.
19184 (Fdefine_coding_system_internal): Setup
19185 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19186
19187 2008-02-01 Dave Love <fx@gnu.org>
19188
19189 * coding.c (Fcheck_coding_system): Doc fix.
19190
19191 * editfns.c (Finsert_byte): Return a proper value.
19192
19193 2008-02-01 Kenichi Handa <handa@m17n.org>
19194
19195 * coding.c (decode_coding): Fix args to translate_chars. Pay
19196 attention to Vstandard_translation_table_for_decode.
19197 (encode_coding): Fix args to translate_chars. Pay attention to
19198 Vstandard_translation_table_for_encode.
19199
19200 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19201 SINGLE_BYTE_CHAR_P.
19202
19203 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19204 not by SINGLE_BYTE_CHAR_P.
19205
19206 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19207 SINGLE_BYTE_CHAR_P.
19208
19209 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19210 SINGLE_BYTE_CHAR_P.
19211
19212 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19213 by SINGLE_BYTE_CHAR_P.
19214
19215 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19216 SINGLE_BYTE_CHAR_P.
19217
19218 2008-02-01 Dave Love <fx@gnu.org>
19219
19220 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19221
19222 2008-02-01 Dave Love <fx@gnu.org>
19223
19224 * fns.c (Flanginfo): Fix typo.
19225
19226 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19227
19228 2008-02-01 Kenichi Handa <handa@m17n.org>
19229
19230 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19231 (detect_coding_emacs_mule, detect_coding_iso_2022)
19232 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19233 incomplete byte sequence. Don't update *mask when correctly detected.
19234 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19235 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19236 (detect_coding, detect_coding_system): Adjust for the changes above.
19237
19238 2008-02-01 Kenichi Handa <handa@m17n.org>
19239
19240 * character.c (char_string): Rename from
19241 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19242 (string_char): Rename from string_char.
19243
19244 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19245 if C is greater than MAX_3_BYTE_CHAR.
19246 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19247 string_char instead of string_char_with_unification.
19248
19249 2008-02-01 Dave Love <fx@gnu.org>
19250
19251 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19252
19253 2008-02-01 Kenichi Handa <handa@m17n.org>
19254
19255 * keymap.c (push_key_description): Pay attention to force_multibyte.
19256
19257 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19258
19259 2008-02-01 Dave Love <fx@gnu.org>
19260
19261 * charset.c (define_charset_internal): Rename `supprementary'.
19262
19263 * Makefile.in (lisp, shortlisp): Remove latin-N.
19264
19265 2008-02-01 Dave Love <fx@gnu.org>
19266
19267 * xfns.c (x_window, x_window): Use use_xim.
19268
19269 * xterm.c (use_xim): Initialize.
19270 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19271 (x_term_init): Maybe set use_xim.
19272
19273 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19274
19275 2008-02-01 Kenichi Handa <handa@m17n.org>
19276
19277 * search.c (search_buffer): Fix case-fold-search of multibyte
19278 characters.
19279 (boyer_moore): Rename the last argument to char_high_bits.
19280
19281 2008-02-01 Kenichi Handa <handa@m17n.org>
19282
19283 * xdisp.c (display_string): Fix for the case of zero width glyph.
19284
19285 * xfns.c (x_set_font): Change the error message of the case that
19286 x_new_fontset returns Qt.
19287
19288 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19289 (Finternal_set_lisp_face_attribute): Use signal_error for the
19290 error of invalid fontset.
19291
19292 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19293 fontset, return Qt.
19294
19295 2008-02-01 Dave Love <fx@gnu.org>
19296
19297 * unexelf.c (unexec): Make .got handling not SGI-specific.
19298
19299 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19300
19301 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19302
19303 * keyboard.c (read_key_sequence): Fix type error.
19304
19305 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19306 type error.
19307
19308 * fontset.c (fontset_add): Return Lisp_Object.
19309
19310 2008-02-01 Dave Love <fx@gnu.org>
19311
19312 * charset.h (charset_ordered_list_tick): Declare extern.
19313
19314 2008-02-01 Kenichi Handa <handa@m17n.org>
19315
19316 The following changes (and some of 2008-02-01 changes of mine) are
19317 for handling syntax, category, and case conversion for unibyte
19318 characters by converting them to multibyte on the fly. With these
19319 changes, we don't have to setup syntax and case tables for unibyte
19320 characters in each language environment.
19321
19322 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19323 multibyte if necessary.
19324
19325 * bytecode.c (Fbyte_code): Likewise.
19326
19327 * character.h (LEADING_CODE_LATIN_1_MIN)
19328 (LEADING_CODE_LATIN_1_MAX): New macros.
19329 (unibyte_to_multibyte_table): Extern it.
19330 (unibyte_char_to_multibyte): New macro.
19331 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19332 (CHAR_LEADING_CODE): New macro.
19333 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19334
19335 * character.c (unibyte_to_multibyte_table): New variable.
19336 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19337 (multibyte_char_to_unibyte): If C is an eight-bit character,
19338 convert it to the corresponding byte value.
19339
19340 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19341 not 1, signals an error. Update the elements of
19342 unibyte_to_multibyte_table.
19343 (init_charset_once): Initialize unibyte_to_multibyte_table.
19344 (syms_of_charset): Define the charset `iso-8859-1'.
19345
19346 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19347 as is without converting it to unibyte. In a unibyte buffer,
19348 convert C to multibyte before checking the syntax.
19349
19350 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19351
19352 * minibuf.c (Fminibuffer_complete_word): Use the macro
19353 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19354
19355 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19356
19357 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19358 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19359 that is zero, convert an eight-bit char to multibyte.
19360 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19361 non-emacs case.
19362 (PATFETCH): Convert an eight-bit char to multibyte.
19363 (HANDLE_UNIBYTE_RANGE): New macro.
19364 (regex_compile): Setup the compiled pattern for multibyte chars
19365 even if the given regex string is unibyte. Use PATFETCH_RAW
19366 instead of PATFETCH in many places. To handle `charset'
19367 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19368 only for ASCII chars.
19369 (analyse_first) <exactn>: Simplify because the compiled pattern
19370 is multibyte.
19371 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19372 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19373 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19374 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19375 multibyte always 1.
19376 (re_search_2): In emacs, set the locale variable multibyte to 1,
19377 otherwise to 0. New local variable target_multibyte. Check it
19378 to decide the multibyteness of STR1 and STR2. If
19379 target_multibyte is zero, convert unibyte chars to multibyte
19380 before translating and checking fastmap.
19381 (TARGET_CHAR_AND_LENGTH): New macro.
19382 (re_match_2_internal): In emacs, set the locale variable multibyte
19383 to 1, otherwise to 0. New local variable target_multibyte. Check
19384 it to decide the multibyteness of STR1 and STR2. Use
19385 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19386 <charset, charset_not>: If multibyte is nonzero, check fastmap
19387 only for ASCII chars. Call bcmp_translate with
19388 target_multibyte, not with multibyte.
19389 <begline>: Declare the local variable C as `unsigned'.
19390 (bcmp_translate): Change the last arg name to target_multibyte.
19391
19392 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19393 the regexp pattern and the matching target. Set cp->buf.multibyte
19394 to the multibyteness of the regexp pattern. Set
19395 cp->but.target_multibyte to the multibyteness of the matching target.
19396 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19397 FETCH_STRING_CHAR_ADVANCE.
19398 (Freplace_match): Convert unibyte chars to multibyte.
19399
19400 * syntax.c (char_quoted, back_comment, scan_words)
19401 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19402 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19403 unibyte chars to multibyte.
19404 (skip_chars): Delete the arg syntaxp, and move the code for
19405 handling syntaxes to skip_syntaxes. Change callers.
19406 Fix the case that the multibyteness of STRING and the current
19407 buffer doesn't match.
19408 (skip_syntaxes): New function.
19409 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19410 SINGLE_BYTE_CHAR_P.
19411
19412 2008-02-01 Kenichi Handa <handa@m17n.org>
19413
19414 * xfaces.c (QCfontset): New variable.
19415 (LFACE_FONTSET): New macro.
19416 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19417 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19418 (Finternal_set_lisp_face_attribute)
19419 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19420 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19421 check also LFACE_FONTSET_INDEX.
19422 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19423 attrs[LFACE_FONT_INDEX].
19424 (syms_of_xfaces): Intern and staticpro QCfontset.
19425
19426 * dispextern.h (enum lface_attribute_index): New member
19427 LFACE_FONTSET_INDEX.
19428
19429 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19430
19431 2008-02-01 Kenichi Handa <handa@m17n.org>
19432
19433 * coding.c (coding_set_destination): Fix coding->destination for
19434 the case converting a region.
19435 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19436 (encode_coding_object): Fix coding->dst_pos and
19437 coding->dst_pos_byte for the case converting a region.
19438
19439 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19440
19441 * character.h (BYTE8_STRING): New macro.
19442
19443 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19444
19445 2008-02-01 Kenichi Handa <handa@m17n.org>
19446
19447 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19448 characters by octal form.
19449
19450 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19451
19452 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19453 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19454 _fetch_multibyte_char_len.
19455 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19456
19457 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19458
19459 * casefiddle.c (casify_object): Simplify. Handle the case that
19460 the case conversion change the byte length.
19461 (casify_region): Likewise.
19462
19463 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19464
19465 * character.c (_fetch_multibyte_char_len): Delete this variable.
19466 (syms_of_character): Setup Vprintable_chars.
19467
19468 * editfns.c (Fchar_equal): Fix for the unibyte case.
19469 (Finsert_byte): New function.
19470 (syms_of_editfns): Defsubr it.
19471
19472 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19473 of direct code 0x3ffff.
19474
19475 * search.c (Freplace_match): Fix for the unibyte case.
19476
19477 2008-02-01 Kenichi Handa <handa@m17n.org>
19478
19479 * lread.c (safe_to_load_p): Fix the logic.
19480
19481 * syntax.c (scan_words): Don't treat characters belonging to
19482 different scripts as constituting a word.
19483
19484 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19485
19486 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19487
19488 * emacs.c (main): In the case of --unibyte, instead of aborting on
19489 finding non-empty buffer, make it unibyte.
19490
19491 2008-02-01 Kenichi Handa <handa@m17n.org>
19492
19493 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19494 to create a fontset.
19495
19496 2008-02-01 Dave Love <fx@gnu.org>
19497
19498 * character.c (Funibyte_char_to_multibyte): Doc fix.
19499
19500 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19501
19502 2008-02-01 Kenichi Handa <handa@m17n.org>
19503
19504 * fontset.c (fontset_add): Make the type `int'.
19505 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19506
19507 * character.c (unibyte_char_to_multibyte)
19508 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19509 charset_unibyte, not charset_primary.
19510
19511 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19512
19513 * charset.c (charset_unibyte): Rename from charset_primary.
19514 (Funibyte_charset): Rename from Fprimary_charset.
19515 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19516 (syms_of_charset): Adjust for the above changes.
19517
19518 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19519 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19520 it->multibyte_p is zero.
19521
19522 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19523 Delete extern.
19524
19525 2008-02-01 Kenichi Handa <handa@m17n.org>
19526
19527 * coding.c (Fdefine_coding_system_internal): Fix category setting
19528 for a coding system of type iso-2022.
19529
19530 2008-02-01 Kenichi Handa <handa@m17n.org>
19531
19532 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19533
19534 2008-02-01 Kenichi Handa <handa@m17n.org>
19535
19536 * syntax.c (Vnext_word_boundary_function_table): New variable.
19537 (next-word-boundary-function-table): Declare it as a Lisp variable
19538 in syms_of_syntax.
19539 (scan_words): Call functions in Vnext_word_boundary_function_table
19540 if any.
19541
19542 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19543
19544 * fontset.c (fs_load_font): If fontp->charset is not negative,
19545 return fontp without setting its members.
19546
19547 2008-02-01 Dave Love <fx@gnu.org>
19548
19549 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19550
19551 * m/sparc.h (HAVE_ALLOCA): Delete.
19552
19553 * s/irix6-5.h: Don't include strings.h.
19554 (bcopy, bzero, bcmp): Don't undef.
19555
19556 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19557
19558 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19559 (TIOCSIGSEND): Don't test IRIX6.
19560 (bcopy, bzero, bcmp): Define conditionally.
19561
19562 2008-02-01 Kenichi Handa <handa@m17n.org>
19563
19564 * buffer.c (Qas, Qmake, Qto): New variables.
19565 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19566 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19567
19568 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19569 we are inserting a process output into a multibyte buffer.
19570
19571 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19572 multibyte_char_to_unibyte.
19573
19574 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19575 by the primary charset, make it eight-bit char.
19576 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19577
19578 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19579 (charset_8_bit__control, charset_8_bit_graphic)
19580 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19581 (define_charset_internal): New function.
19582 (syms_of_charset): Call define_charset_internal for pre-defined
19583 charsets.
19584
19585 * charset.h (charset_8_bit): Extern it.
19586
19587 * coding.c (make_conversion_work_buffer): Adjust for the change
19588 of Fset_buffer_multibyte.
19589 (encode_coding_raw_text): Increment p0 in the loop.
19590
19591 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19592
19593 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19594 for the change of Fset_buffer_multibyte.
19595
19596 * fns.c (Fstring_to_multibyte): New function.
19597 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19598
19599 2008-02-01 Dave Love <fx@gnu.org>
19600
19601 * xfns.c (x_put_x_image): Declare args.
19602
19603 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19604 (try_font_list): Declare an arg.
19605
19606 * xdisp.c (message2_nolog, set_message): Declare an arg.
19607
19608 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19609
19610 * syntax.c (scan_sexps_forward): Declare an arg.
19611
19612 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19613 Declare an arg.
19614
19615 * lisp.h (Fnew_fontset): Declare.
19616
19617 * keymap.c (push_key_description): Call CHARACTERP correctly.
19618
19619 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19620 (face_for_char): Delete unused vars.
19621 (Fset_fontset_font): Doc fix. Delete unused vars.
19622
19623 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19624
19625 * composite.c (update_compositions): Declare arg.
19626
19627 * cm.c (calccost, cmgoto): Declare args.
19628
19629 * charset.c: Remove `emacs' conditional. Doc fixes.
19630 (map_char_table_for_charset): Declare.
19631
19632 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19633
19634 * ccl.c: Remove `emacs' conditional.
19635
19636 2008-02-01 Kenichi Handa <handa@m17n.org>
19637
19638 The following changes are to allow specifying multiple font
19639 patterns for a character range (specified by script or charset).
19640
19641 * Makefile.in (abbrev.o): Depend on syntax.h.
19642 (xfaces.o): Depend on charset.h.
19643
19644 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19645 SINGLE_BYTE_CHAR_P.
19646
19647 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19648
19649 * character.h (Vchar_script_table): Extern it.
19650
19651 * character.c (Vscript_alist): Delete.
19652 (Vchar_script_table, Qchar_script_table): New variable.
19653 (syms_of_character): Declare Vchar_script_table as a lisp variable
19654 and initialize it.
19655
19656 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19657 have property char-table-extra-slots, make no extra slot.
19658
19659 * dispextern.h (struct face): Delete member `charset'.
19660 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19661 SINGLE_BYTE_CHAR_P.
19662 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19663 Add prototypes.
19664 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19665 (generate_ascii_font_name): Rename from generate_ascii_font.
19666
19667 * fontset.h (get_font_repertory_func): New prototype.
19668 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19669 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19670
19671 * fontset.c (Qprepend, Qappend): New variables.
19672 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19673 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19674 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19675 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19676 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19677 (load_font_get_repertory): New functions.
19678 (fontset_set): Delete.
19679 (fontset_face): New arg FACE. Return face ID, not face.
19680 Complete re-write to handle new fontset structure. Change caller.
19681 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19682 (face_for_char): Don't call lookup_face.
19683 (make_fontset_for_ascii_face): New arg FACE.
19684 (fs_load_font): New arg CHARSET_ID. Don't check
19685 Vfont_encoding_alist here.
19686 (find_font_encoding): New function.
19687 (list_fontsets): Use STRINGP, not ! NILP.
19688 (accumulate_script_ranges): New function.
19689 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19690 re-written to handle new fontset structure.
19691 (Ffontset_font): Return a copy of element.
19692 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19693 docstring of font-encoding-alist.
19694
19695 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19696 (Fset_fotset_font): Fix arguments to 5.
19697
19698 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19699
19700 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19701 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19702 (highlight_trailing_whitespace): Adjust for the change of
19703 lookup_named_face.
19704
19705 * xfaces.c: Include charset.h.
19706 (load_face_font): Delete argument C. Change caller.
19707 (generate_ascii_font_name): Rename from generate_ascii_font.
19708 (font_name_registry): New function.
19709 (cache_face): Store ascii faces before non-ascii faces in buckets.
19710 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19711 Lookup only ascii faces.
19712 (lookup_non_ascii_face): New function.
19713 (lookup_named_face): Delete argument C. Change caller.
19714 (lookup_derived_face): Delete argument C. Change caller.
19715 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19716 a string, just call font_list with it.
19717 (choose_face_font): Delete arguments FACE and C. New arg
19718 FONT_SPEC. Change caller.
19719 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19720 Change caller.
19721 (realize_non_ascii_face): New function.
19722 (realize_x_face): Call load_face_font here.
19723 (realize_tty_face): Delete argument C. Change caller.
19724 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19725 get a face ID.
19726 (dump_realized_face): Don't print charset of FACE.
19727
19728 * xfns.c (x_set_font): Always call x_new_fontset and
19729 store_frame_parameter.
19730 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19731 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19732
19733 * xterm.h (x_get_font_repertory): Extern it.
19734
19735 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19736 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19737 it->multibyte_p is zero.
19738 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19739 (x_new_fontset): If FONTSETNAME doesn't match any existing
19740 fontsets, create a new one.
19741 (x_get_font_repertory): New function.
19742
19743 2008-02-01 Kenichi Handa <handa@m17n.org>
19744
19745 * coding.c (Ffind_coding_systems_region_internal): Detect an
19746 ASCII only string correctly.
19747
19748 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19749 version is 0.
19750
19751 2008-02-01 Kenichi Handa <handa@m17n.org>
19752
19753 * lread.c: Include "coding.h".
19754 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19755 (load_each_byte, unread_char): New variables.
19756 (readchar_backlog): Delete.
19757 (readchar): Return a character unless load_each_byte is nonzero.
19758 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19759 cons. If unread_char is not -1, simply return it.
19760 (unreadchar): Handle the case that readcharfun is
19761 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19762 (read_multibyte): Delete.
19763 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19764 (read_emacs_mule_char): New functions.
19765 (Fload): Even if the file doesn't have the extension ".elc", if
19766 safe_to_load_p returns a positive version number, assume that the
19767 file contains bytecompiled code. If the version is less than 22,
19768 load the file while decoding multibyte sequences by emacs-mule.
19769 (readevalloop): Don't use readchar_backlog.
19770 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19771 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19772 (read_escape): Delete the arg BYTEREP.
19773 (read1): Set load_each_byte to 1 temporarily while handling
19774 #@NUMBER. Don't call read_multibyte.
19775 (read_vector): Call Fread with a cons. If readcharfun is
19776 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19777 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19778 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19779 and Qload_force_doc_strings.
19780
19781 2008-02-01 Kenichi Handa <handa@m17n.org>
19782
19783 * xdisp.c (face_before_or_after_it_pos): Call
19784 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19785
19786 2008-02-01 Kenichi Handa <handa@m17n.org>
19787
19788 * character.h (TRAILING_CODE_P): New macro.
19789 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19790 (string_char_with_unification): Fix prototype.
19791 (Vscript_alist): Extern it.
19792
19793 * character.c (Vscript_alist): New variable.
19794 (string_char_with_unification, str_as_unibyte)
19795 (string_escape_byte8): Add `const' to local variables.
19796 (syms_of_character): Declare script-alist as a Lisp variable.
19797
19798 * charset.h (Vcharset_ordered_list): Extern it.
19799 (charset_ordered_list_tick): Extern it.
19800 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19801 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19802 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19803 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19804 (Funify_charset): Adjust for the change of Funify_charset.
19805
19806 * charset.c (charset_ordered_list_tick): New variable.
19807 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19808 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19809 deunify intead of unify a charset.
19810 (string_xstring_p): Add `const' to local variables.
19811 (find_charsets_in_text): Add `const' to arguments and local variables.
19812 (encode_char): Adjust for the change of Funify_charset. Fix
19813 detecting of invalid code.
19814 (Fset_charset_priority): Increment charset_ordered_list_tick.
19815 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19816 and TO_CODE.
19817
19818 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19819 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19820 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19821 (decode_coding_ccl, consume_chars)
19822 (Ffind_coding_systems_region_internal)
19823 (Fcheck_coding_systems_region): Add `const' to local variables.
19824
19825 * print.c (print_object): Use octal form for printing the
19826 contents of a bool vector.
19827
19828 2008-02-01 Dave Love <fx@gnu.org>
19829
19830 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19831 <version == 20>: Refuse to load.
19832
19833 2008-02-01 Dave Love <fx@gnu.org>
19834
19835 * fns.c: Move coding.h.
19836 (Qcodeset, Qdays, Qmonths): New.
19837 (concat): Use CHARACTERP instead of INTEGERP.
19838 (Flocale_codeset): Delete.
19839 (Flanginfo): New function.
19840 (syms_of_fns): Change accordingly.
19841
19842 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19843
19844 2008-02-01 Dave Love <fx@gnu.org>
19845
19846 * casetab.c (init_casetab_once, init_casetab_once): Fix
19847 CHAR_TABLE_SET call.
19848
19849 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19850
19851 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19852
19853 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19854 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19855 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19856
19857 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19858
19859 * coding.c (ENCODE_DESIGNATION, decode_eol)
19860 (make_conversion_work_buffer, code_conversion_restore)
19861 (Fdefine_coding_system_internal): Convert Lisp types.
19862 (code_conversion_restore): Use EQ, not ==.
19863 (Fencode_coding_string): Fix code_convert_string call.
19864
19865 * coding.h (code_convert_region): Fix prototype.
19866
19867 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19868
19869 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19870 (Ffontset_info): Convert Lisp types.
19871
19872 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19873
19874 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19875
19876 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19877
19878 * chartab.c: Include "...h", not <...h> in some cases.
19879
19880 * callproc.c (Fcall_process): Remove unused variables.
19881
19882 2008-02-01 Dave Love <fx@gnu.org>
19883
19884 * coding.c (Fset_coding_system_priority): Allow null arg list.
19885
19886 2008-02-01 Dave Love <fx@gnu.org>
19887
19888 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19889 (Fself_insert_and_exit): Use CHARACTERP.
19890
19891 * callproc.c (Fcall_process): Remove unused vars.
19892
19893 * xterm.c (XTread_socket): Add extra dead keysyms.
19894
19895 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19896
19897 * dispextern.h: Remove prototypes for redraw_frame,
19898 redraw_garbaged_frames.
19899
19900 * cmds.c (Fself_insert_command): Use CHARACTERP.
19901
19902 * chartab.c (make_sub_char_table): Remove unused var.
19903 (Fset_char_table_default, Fmap_char_table): Doc fix.
19904
19905 * keymap.c (access_keymap): Remove generic char code.
19906 (push_key_description): Use CHARACTERP.
19907
19908 2008-02-01 Dave Love <fx@gnu.org>
19909
19910 * charset.c: Doc fixes.
19911 (Funify_charset): Extra checking.
19912
19913 2008-02-01 Dave Love <fx@gnu.org>
19914
19915 * lread.c: Remove some unused variables.
19916 (safe_to_load_p): If safe, return the magic number version byte.
19917 (Fload): Maybe use load-with-code-conversion.
19918
19919 2008-02-01 Kenichi Handa <handa@m17n.org>
19920
19921 * category.c (Fmodify_category_entry): Don't modify the contents
19922 of category_set for characters out of the range. Avoid
19923 unnecessary modification.
19924
19925 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19926 Vchar_unify_table. The default value of the table is now nil.
19927
19928 * character.c (syms_of_character): Setup Vchar_width_table for
19929 eight-bit-control and raw-byte chars.
19930
19931 * charset.h (enum define_charset_arg_index): Delete
19932 charset_arg_parents and add charset_arg_subset and
19933 charset_arg_superset.
19934 (enum charset_attr_index): Delete charset_parents and add
19935 charset_subset and charset_superset.
19936 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19937 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19938 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19939 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19940 (CHARSET_SUPERSET): New macros.
19941 (charset_work): Extern it.
19942 (ENCODE_CHAR): Use charset_work.
19943 (CHAR_CHARSET_P): Adjust for the change of encoder format.
19944 (map_charset_chars): Extern it.
19945
19946 * charset.c (load_charset_map): Set the default value of encoder
19947 and deunifier char-tables to nil.
19948 (map_charset_chars): Change argument. Change callers. Use
19949 map_char_table_for_charset instead of map_char_table.
19950 (Fmap_charset_chars): New optional args from_code and to_code.
19951 (Fdefine_charset_internal): Adjust for the change of
19952 `define-charset' (:parents -> :subset or :superset).
19953 (charset_work): New variable.
19954 (encode_char, syms_of_charset): Adjust for the change of
19955 Fdefine_charset_internal.
19956 (Ffind_charset_string): Setup the vector `charsets' correctly.
19957
19958 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
19959 the previous change.
19960 (char_table_ref_and_range): Adjust for the above change.
19961 (map_sub_char_table_for_charset): New function.
19962 (map_char_table_for_charset): New function.
19963
19964 * keymap.c (describe_vector): Handle a char-table directly here.
19965 (describe_char_table): Delete.
19966
19967 * lisp.h (map_charset_chars): Delete.
19968
19969 2008-02-01 Dave Love <fx@gnu.org>
19970
19971 * fns.c (count_combining): Comment out (unused).
19972 (Flocale_codeset): New.
19973 (syms_of_fns): Defsubr it.
19974
19975 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19976 (size_t): Remove.
19977
19978 2008-02-01 Dave Love <fx@gnu.org>
19979
19980 * Makefile.in (chartab.o): Depend on charset.h.
19981
19982 2008-02-01 Kenichi Handa <handa@m17n.org>
19983
19984 * character.c (syms_of_character): Set the default value of
19985 Vprintable_chars to Qnil.
19986
19987 2008-02-01 Dave Love <fx@gnu.org>
19988
19989 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19990
19991 2008-02-01 Kenichi Handa <handa@m17n.org>
19992
19993 * charset.c (load_charset_map): Handle the case that from < to
19994 correctly.
19995
19996 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19997 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19998 Pay attention to raw-8-bit chars.
19999
20000 2008-02-01 Kenichi Handa <handa@m17n.org>
20001
20002 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20003 It is not bytecompiled now.
20004
20005 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20006 (charset_jisx0208): New variables.
20007 (Fdefine_charset_internal): Setup them if appropriate.
20008 (init_charset_once): Initialize them to -1.
20009
20010 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20011 (charset_jisx0208): Extern them.
20012
20013 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20014 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20015 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20016 (setup_iso_safe_charsets): Fix arguments to Fassq.
20017 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20018 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20019 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20020 (encode_coding_iso_2022): Change the 1st arg to
20021 ENCODE_ISO_CHARACTER to a variable.
20022
20023 2008-02-01 Kenichi Handa <handa@m17n.org>
20024
20025 * charset.h (enum define_charset_arg_index): New enums
20026 charset_arg_min_code and charset_arg_max_code.
20027 (struct charset): New member char_index_offset.
20028
20029 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20030 Take charset->char_index_offset into account.
20031 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20032 args[charset_arg_max_code]. Setup charset.char_index_offset.
20033 (syms_of_charset): Fix args to Fdefine_charset_internal.
20034
20035 2008-02-01 Dave Love <fx@gnu.org>
20036
20037 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20038
20039 2008-02-01 Dave Love <fx@gnu.org>
20040
20041 * coding.c: Doc fixes.
20042 (Fcoding_system_aliases): Fix return value.
20043 (Qmac): Remove (duplicated) definition.
20044
20045 2008-02-01 Dave Love <fx@gnu.org>
20046
20047 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20048 New functions.
20049
20050 * character.c (Fstring): Doc fix.
20051
20052 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20053
20054 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
20055 (font-encoding-alist): Doc fix.
20056
20057 2008-02-01 Dave Love <fx@gnu.org>
20058
20059 * term.c (costs_set): Declare static, non-initialized for pcc.
20060 (encode_terminal_code): Remove unused var.
20061
20062 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20063 for K&R.
20064
20065 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20066
20067 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20068 (suffixes): Move out of make_subsidiaries for K&R.
20069
20070 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20071
20072 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20073
20074 2008-02-01 Dave Love <fx@gnu.org>
20075
20076 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20077
20078 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20079
20080 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20081
20082 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20083
20084 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20085
20086 2008-02-01 Kenichi Handa <handa@m17n.org>
20087
20088 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20089 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20090
20091 2008-02-01 Kenichi Handa <handa@m17n.org>
20092
20093 * coding.c (decode_coding_charset): Adjust for the change of
20094 Fdefine_coding_system_internal.
20095 (Fdefine_coding_system_internal): For a coding system of
20096 `charset' type, store a list of charset IDs in
20097 `charset_attr_charset_valids' element of coding attributes.
20098
20099 2008-02-01 Kenichi Handa <handa@m17n.org>
20100
20101 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20102 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20103 caller. Handle 2-byte and 3-byte charsets correctly.
20104 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20105 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20106 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20107 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20108 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20109 sequence.
20110 (decode_coding_emacs_mule): Handle composition correctly. Rewind
20111 `src' and `consumed_chars' correctly before calling emacs_mule_char.
20112 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
20113 and alt&rule composition.
20114 (decode_coding_iso_2022): Handle composition correctly.
20115 (init_coding_once): Setup emacs_mule_bytes for private charsets.
20116
20117 * charset.c (Fdefine_charset_internal): Fix bug for the case of
20118 re-defining a charset. If the charset has :emacs-mule-id, setup
20119 emacs_mule_bytes.
20120 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
20121
20122 2008-02-01 Kenichi Handa <handa@m17n.org>
20123
20124 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
20125 (encode_coding_big5, encode_coding_charset): If coding requires safe
20126 encoding, produce a character specified by
20127 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20128
20129 2008-02-01 Dave Love <fx@gnu.org>
20130
20131 * xterm.c (XSetIMValues): Declare.
20132
20133 * process.c: Conditionally include sys/wait.h, pty.h.
20134
20135 * print.c (print_object): Fix print format for 64-bit systems.
20136
20137 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
20138
20139 * buffer.c (emacs_strerror): Declare.
20140
20141 * fontset.c (Fclear_face_cache): Declare.
20142 (accumulate_font_info): Comment-out (unused).
20143 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
20144 variables.
20145
20146 * character.h (string_escape_byte8): Declare.
20147
20148 * charset.c (load_charset_map, load_charset_map_from_file): Remove
20149 unused vars.
20150 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
20151 (Fmap_charset_chars): Doc fix.
20152
20153 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20154 (Fset_coding_system_priority, Fset_coding_system_priority)
20155 (Fdefine_coding_system_internal): Doc fix.
20156
20157 2008-02-01 Dave Love <fx@gnu.org>
20158
20159 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20160
20161 2008-02-01 Kenichi Handa <handa@m17n.org>
20162
20163 * character.c (string_escape_byte8): Make multibyte string with
20164 correct size.
20165
20166 * charset.c (Fmake_char): Delete unnecessary code.
20167
20168 2008-02-01 Kenichi Handa <handa@m17n.org>
20169
20170 * xfns.c (x_encode_text): Allocate coding.destination here, and
20171 call encode_coding_object with dst_object Qnil.
20172
20173 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20174 multibyte form correctly.
20175
20176 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20177 against Vfont_encoding_alist.
20178
20179 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20180 handling of charset list.
20181 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20182 (decode_coding_object): Move point to coding->dst_pos before
20183 calling post-read-conversion function.
20184 (encode_coding_object): Give correct arguments to
20185 pre-write-conversion. Ignore the return value of
20186 pre-write-conversion function. Pay attention to the case that
20187 pre-write-conversion changes the current buffer. If dst_object is
20188 Qt, even if coding->src_bytes is zero, allocate at least one byte
20189 to coding->destination.
20190
20191 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20192
20193 * charset.c (Fmake_char): Make it more backward compatible.
20194 (Fmap_charset_chars): Fix docstring.
20195
20196 2008-02-01 Dave Love <fx@gnu.org>
20197
20198 * coding.c: Doc fixes.
20199 (Fdefine_coding_system_alias): Use names, not symbols, in
20200 coding-system-alist.
20201
20202 2008-02-01 Kenichi Handa <handa@m17n.org>
20203
20204 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20205 of calling free_realized_face.
20206
20207 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20208
20209 * charset.c (read_hex): Don't treat SPC as a comment starter.
20210 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20211 (Fdecode_char): Fix typo.
20212
20213 2008-02-01 Kenichi Handa <handa@m17n.org>
20214
20215 * charset.h (struct charset): New member `code_space_mask'.
20216
20217 * coding.c (coding_set_source): Delete the local variable beg_byte.
20218 (encode_coding_charset, Fdefine_coding_system_internal):
20219 Delete the local variable charset.
20220 (Fdefine_coding_system_internal): Setup
20221 attrs[coding_attr_charset_valids] correctly.
20222
20223 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20224 member to check if CODE is valid or not.
20225 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20226 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20227 is within the range of charset->min_code and carset->max_code.
20228
20229 2008-02-01 Dave Love <fx@gnu.org>
20230
20231 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20232
20233 * dispextern.h (generate_ascii_font): Fix return type.
20234
20235 * xfaces.c (generate_ascii_font): Fix arg declaration.
20236
20237 * coding.c (coding_inherit_eol_type)
20238 (Fset_terminal_coding_system_internal)
20239 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20240
20241 2008-02-01 Kenichi Handa <handa@m17n.org>
20242
20243 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20244 multiple charsets correctly.
20245
20246 2008-02-01 Kenichi Handa <handa@m17n.org>
20247
20248 * search.c (boyer_moore): Fix handling of multibyte character
20249 translation.
20250
20251 * xdisp.c (display_mode_element): When the variable `elt' is
20252 changed, update `this' and `lisp_string'.
20253
20254 2008-02-01 Kenichi Handa <handa@m17n.org>
20255
20256 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20257
20258 * callproc.c (Fcall_process): Be sure to give the current buffer
20259 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20260
20261 * charset.c (struct charset_map_entries): New struct.
20262 (load_charset_map): Rename from parse_charset_map. New args
20263 entries and n_entries. Change caller.
20264 (load_charset_map_from_file): Rename from load_charset_map.
20265 Change caller. New arg control_flag. Call load_charset_map at
20266 the tail.
20267 (load_charset_map_from_vector): New function.
20268 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20269 (encode_char): If the charset is compact, change a character index
20270 to a code point.
20271
20272 * coding.c (coding_alloc_by_making_gap): Check the case that the
20273 source and destination are the same correctly.
20274 (decode_coding_raw_text): Set coding->consumed_char and
20275 coding->consumed to 0.
20276 (produce_chars): If coding->chars_at_source is nonzero, update
20277 coding->consumed_char and coding->consumed before calling
20278 alloc_destination.
20279 (Fdefine_coding_system_alias): Register ALIAS in
20280 Vcoding_system_alist.
20281 (syms_of_coding): Define `no-conversion' coding system at the tail.
20282
20283 * fileio.c (Finsert_file_contents): Set coding_system instead of
20284 val. If the current buffer is multibyte, always call
20285 decode_coding_gap.
20286
20287 * xfaces.c (try_font_list): Give higher priority to fontset's
20288 family than face's family.
20289
20290 2008-02-01 Kenichi Handa <handa@m17n.org>
20291
20292 * callproc.c (Fcall_process): Be sure to give the current buffer
20293 to decode_coding_c_string.
20294
20295 * xfaces.c (try_font_list): Give a family specified in a fontset
20296 higher priority than a family specified in a face.
20297
20298 2008-02-01 Kenichi Handa <handa@m17n.org>
20299
20300 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20301 Fix arguments to insert_from_buffer.
20302
20303 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20304
20305 2008-02-01 Kenichi Handa <handa@m17n.org>
20306
20307 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20308 (decode_coding_gap): Set coding->dst_multibyte correctly.
20309
20310 2008-02-01 Kenichi Handa <handa@m17n.org>
20311
20312 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20313 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20314 (encode_coding_utf_16): Substitute coding->default_char for
20315 non-Unicode characters.
20316 (decode_coding): Don't call record_insert here.
20317 (setup_coding_system): Initialize `surrogate' of
20318 coding->spec.utf_16 to 0.
20319 (EMIT_ONE_BYTE): Fix for multibyte case.
20320
20321 * insdel.c (insert_from_gap): Call record_insert.
20322
20323 2008-02-01 Kenichi Handa <handa@m17n.org>
20324
20325 * casefiddle.c (casify_region): Fix multibyte case.
20326
20327 * character.c (c_string_width): Add return type `int'.
20328 (char_string_with_unification): Delete arg ADVANCED.
20329
20330 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20331 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20332 (CHAR_STRING_ADVANCE): Make it do-while statement.
20333
20334 * chartab.c (sub_char_table_set_range): Optimize for the case
20335 DEPTH == 3. Add workaround code for a GCC optimization bug.
20336
20337 * charset.c (parse_charset_map): Remove an unused variable.
20338
20339 * coding.c: Delete unused variables.
20340
20341 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20342 earlier. If inserted is zero and the coding system doesn't
20343 require flushing, don't call decode_coding_gap.
20344
20345 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20346
20347 2008-02-01 Kenichi Handa <handa@m17n.org>
20348
20349 The following changes are for using Unicode as an internal
20350 character model, and use UTF-8 format for buffer/string
20351 representation.
20352
20353 * .gdbinit (xchartable): Adjust for the change of char table structure.
20354 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20355
20356 * Makefile.in (obj): Add character.o and chartab.o.
20357 (lisp, shortlisp): Remove utf-8.elc.
20358 (*.o): For many files, change dependency on charset.h to
20359 character.h, and add dependency on character.h.
20360 (character.o, chartab.o): New targets.
20361
20362 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20363 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20364 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20365 of "charset.h".
20366
20367 * dired.c, filelock.c: Include "character.h".
20368
20369 * alloc.c: Include "character.h" instead of "charset.h".
20370 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20371 (syms_of_alloc): Remove defsubr for Smake_char_table.
20372
20373 * buffer.c: Include "character.h" instead of "charset.h", don't
20374 include "coding.h".
20375 (Fset_buffer_multibyte): Adjust for UTF-8.
20376
20377 * buffer.h: EXFUN Fbuffer_live_p.
20378
20379 * callproc.c: Include "character.h" instead of "charset.h".
20380 (Fcall_process): Big change for the new code-conversion APIs.
20381
20382 * casetab.c: Include "character.h" instead of "charset.h".
20383 (set_canon, set_identity, shuffle): Adjust for the new
20384 map_char_table spec.
20385 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20386 accessing the char table structure.
20387
20388 * chartab.c: New file that implements char table.
20389
20390 * category.c: Include "character.h".
20391 (copy_category_entry): New function.
20392 (copy_category_table): Call map_char_table and copy_category_entry.
20393 (Fmake_category_table): Initialize all top-level slots.
20394 (char_category_set): New function.
20395 (modify_lower_category_set): Delete.
20396 (Fmodify_category_entry): Call char_table_ref_and_range.
20397
20398 * category.h (CATEGORY_SET): Just call char_category_set.
20399
20400 * ccl.c: Include "character.h".
20401 (Qccl, Qcclp): New variables.
20402 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20403 it's less than 256.
20404 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20405 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20406 and DST type.
20407 (ccl_driver): Change types of argument, adjust code accordingly.
20408 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20409 ccl_driver.
20410 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20411
20412 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20413 New members src_multibyte, dst_multibyte, consumed, and produced.
20414 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20415 (CODING_SPEC_CCL_PROGRAM): New macro.
20416 (ccl_driver): Update prototype.
20417 (Qccl, Qcclp, Fccl_program_p): Extern them.
20418 (CHECK_CCL_PROGRAM): New macro.
20419
20420 * character.c, character.h, chartab.c: New files.
20421
20422 * charset.c: Mostly re-written. Move character and multibyte sequence
20423 handling codes to character.c.
20424
20425 * charset.h: Mostly re-written. Move character and multibyte sequence
20426 handling codes to character.h.
20427
20428 * coding.c, coding.h: Mostly re-written.
20429
20430 * composite.c: Include "character.h" instead of "charset.h".
20431 (CHAR_WIDTH): Move to character.h.
20432 (HASH_KEY, HASH_VALUE): Delete.
20433
20434 * composite.h (enum composition_method): Change order of enumeration
20435 symbols.
20436
20437 * data.c: Include "character.h" instead of "charset.h".
20438 (Faref): Call CHAR_TABLE_REF for a char table.
20439 (Faset): Call CHAR_TABLE_SET for a char table.
20440
20441 * dispextern.h (free_realized_face, check_face_attribytes)
20442 (generate_ascii_font): Extern them.
20443 (free_realized_multibyte_face): Delete extern.
20444
20445 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20446 table structure.
20447
20448 * editfns.c: Include "character.h" instead of "charset.h".
20449 (Fchar_to_string): Always call CHAR_STRING.
20450
20451 * emacs.c (main): Call init_charset_once, init_charset,
20452 syms_of_chartab, and syms_of_character.
20453
20454 * fileio.c: Include "character.h" instead of "charset.h".
20455 (Finsert_file_contents): Big change for the new code-conversion API.
20456 (choose_write_coding_system, Fwrite_region): Likewise.
20457 (build_annotations_2): Delete.
20458 (e_write): Big change for the new code-conversion API.
20459
20460 * fns.c: Include "character.h" instead of "charset.h".
20461 (copy_sub_char_table): Move to chartab.c.
20462 (Fcopy_sequence): Call copy_char_table for a char table.
20463 (concat): Delete codes calling count_multibyte.
20464 (string_char_to_byte, string_byte_to_char): Adjust for the new
20465 multibyte form.
20466 (internal_equal): Adjust for the change of char table structure.
20467 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20468 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20469 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20470 (char_table_translate, optimize_sub_char_table)
20471 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20472 chartab.c.
20473 (char_table_ref_and_index): Delete.
20474 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20475 (Fmd5): Call preferred_coding_system instead of accessing
20476 Vcoding_category_list. Adjust for the new code-conversion API.
20477 (syms_of_fns): Move defsubr for char table related functions to
20478 chartab.c.
20479
20480 * fontset.c: Mostly re-written.
20481
20482 * fontset.h (struct font_info): Change type of the member encoding_type.
20483 (enum FONT_SPEC_INDEX): New enum.
20484 (fontset_font_pattern, fs_load_font): Update prototype.
20485 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20486
20487 * indent.c: Include "character.h" instead of "charset.h".
20488 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20489
20490 * insdel.c: Include "character.h" instead of "charset.h".
20491 (copy_text): Don't refer to Vnonascii_translation_table.
20492 (insert_from_gap): New function.
20493
20494 * keyboard.c: Include "character.h" instead of "charset.h".
20495 (command_loop_1): Never call direct_output_forward_char before
20496 a non-ASCII character.
20497 (read_char): If Vkeyboard_translate_table is a char table, always
20498 translate a character.
20499
20500 * keymap.c: Include "character.h".
20501 (store_in_keymap): Handle the case that IDX is a cons.
20502 (Fdefine_key): Handle the case that KEY is a cons and the car part
20503 is also a cons (range).
20504 (push_key_description): Adjust for the new character code.
20505 (describe_vector): Call describe_char_table for a char table.
20506 (describe_char_table): New function.
20507
20508 * keymap.h (describe_char_table): Extern it.
20509
20510 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20511 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20512 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20513 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20514 Delete.
20515 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20516 structure.
20517 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20518 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20519 (CHARTAB_SIZE_BITS_3): New macros.
20520 (chartab_size): Extern it.
20521 (struct Lisp_Char_Table): Re-design.
20522 (struct Lisp_Sub_Char_Table): New structure.
20523 (HASH_KEY, HASH_VALUE): Move from fns.c.
20524 (CHARACTERBITS): Define as 22.
20525 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20526 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20527 (GC_SUB_CHAR_TABLE_P): New macro.
20528 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20529 (code_convert_string_norecord): Deleted extern.
20530 (init_character_once, syms_of_character, init_charset)
20531 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20532
20533 * lread.c: Include "character.h".
20534 (read_multibyte): New arg NBYTES.
20535 (read_escape): Change the meaning of returned *BYTEREP.
20536 (to_multibyte): Delete.
20537 (read1): Adjust the handling of char table and string.
20538
20539 * print.c: Include "character.h" instead of "charset.h".
20540 (print_string): Convert 8-bit raw bytes to octal form by
20541 string_escape_byte8.
20542 (print_object): Adjust for the new multibyte form. Print 8-bit
20543 raw bytes always in octal form. Handle sub char table correctly.
20544
20545 * process.c: Include "character.h" instead of "charset.h".
20546 (read_process_output, send_process): Adjust for the new
20547 code-conversion API.
20548
20549 * puresize.h (BASE_PURESIZE): Increase.
20550
20551 * regex.c: Include "character.h" instead of "charset.h".
20552 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20553 (regex_compile): Accept a range whose starting and ending
20554 character have different leading bytes.
20555 (analyse_first): Adjust for the above change.
20556
20557 * search.c: Include "character.h" instead of "charset.h".
20558 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20559 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20560
20561 * syntax.c: Include "character.h" instead of "charset.h".
20562 (syntax_parent_lookup): Delete.
20563 (Fmodify_syntax_entry): Accept a cons as CHAR.
20564 (skip_chars): Adjust for the new multibyte form.
20565 (init_syntax_once): Call char_table_set_range instead of directly
20566 accessing the structure of a char table.
20567
20568 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20569 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20570 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20571 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20572
20573 * term.c: Include "buffer.h" and "character.h".
20574 (encode_terminal_code, write_glyphs): Adjust for the new
20575 code-conversion API.
20576 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20577
20578 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20579
20580 * xdisp.c: Include "character.h".
20581 (get_next_display_element): Adjust for the new multibyte form.
20582 (disp_char_vector): Adjust for the new char table structure.
20583 (decode_mode_spec_coding): Adjust for the new structure of
20584 coding system.
20585 (decode_mode_spec): Adjust for the new code-conversion API.
20586
20587 * xfaces.c: Include "character.h" instead of "charset.h".
20588 (load_face_font): Adjust for the change of choose_face_font and
20589 FS_LOAD_FONT.
20590 (generate_ascii_font): New function.
20591 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20592 (set_font_frame_param): Adjust for the change of choose_face_font.
20593 (free_realized_face): Make it public.
20594 (free_realized_faces_for_fontset): Rename from
20595 free_realized_multibyte_face. Free also faces realized for ASCII.
20596 (choose_face_font): Change arguments. Adjust for the change of
20597 fontset_font_pattern and FS_LOAD_FONT.
20598
20599 * xfns.c: Include "character.h".
20600 (x_encode_text): Adjust for the new code-conversion API.
20601
20602 * xselect.c: Don't include "charset.h".
20603 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20604
20605 * xterm.c: Include "character.h".
20606 (x_encode_char): New argument CHARSET. Change caller.
20607 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20608 Call ENCODE_CHAR instead of SPLIT_CHAR.
20609 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20610 CHAR_WIDTH instead of CHARSET_WIDTH.
20611 (XTread_socket): Adjust for the new code-conversion API.
20612 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20613 (x_load_font): Adjust for the change of struct font.
20614
20615 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20616
20617 * xfaces.c (face_at_buffer_position): Remove unused vars.
20618
20619 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20620
20621 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20622 Fix overflow checking.
20623
20624 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20625
20626 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20627 Cancel previous change.
20628
20629 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20630
20631 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20632 ccl->eight_bit_control. Fix check for buffer overflow.
20633 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20634 (ccl_driver): Initialize extra_bytes to 0.
20635
20636 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20637
20638 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20639 return it ORed with ctrl_modifier.
20640
20641 2008-01-29 Miles Bader <miles@gnu.org>
20642
20643 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20644
20645 2008-01-28 Jason Rumney <jasonr@gnu.org>
20646
20647 * w32.c (stat): Don't double check for networked drive.
20648
20649 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * window.c (run_window_configuration_change_hook): New function.
20652 Code extracted from set_window_buffer. Set the selected frame.
20653 (set_window_buffer): Use it.
20654 * window.h (run_window_configuration_change_hook): Declare.
20655 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20656
20657 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20658
20659 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20660
20661 * Makefile.in: Remove references to unused macros.
20662
20663 2008-01-26 Eli Zaretskii <eliz@gnu.org>
20664
20665 * w32.c (g_b_init_get_sid_sub_authority)
20666 (g_b_init_get_sid_sub_authority_count): New static variables.
20667 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20668 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20669 (init_user_info): Use them to retrieve uid and gid.
20670 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20671 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20672 st_uid and st_gid of the file.
20673
20674 2008-01-26 Jason Rumney <jasonr@gnu.org>
20675
20676 * w32.c (logon_network_drive): New function.
20677 (stat): Use it.
20678
20679 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
20680
20681 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20682 invisible text covered with an ellipsis.
20683
20684 2008-01-25 Richard Stallman <rms@gnu.org>
20685
20686 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20687 jump back to beginning. Move some other initializations after that.
20688 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20689 New variables.
20690 (syms_of_xdisp): Init them.
20691
20692 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20693
20694 * buffer.c (reset_buffer_local_variables):
20695 Implement `permanent-local-hook'.
20696 (Qpermanent_local_hook): New variable.
20697 (syms_of_buffer): Init and staticpro it.
20698
20699 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
20700
20701 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20702
20703 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20704
20705 * fns.c (Fclrhash): Return TABLE.
20706
20707 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20708
20709 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20710 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20711 is set even without positional changes.
20712 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20713
20714 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20715
20716 2008-01-23 Jason Rumney <jasonr@gnu.org>
20717
20718 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20719
20720 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20721 the unicode range available in MULE by locale-coding-system.
20722 Improve dbcs lead byte detection. Set event timestamp and modifiers
20723 earlier.
20724
20725 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20726
20727 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20728 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20729 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20730 when used on child processes.
20731
20732 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
20733
20734 * dbusbind.c (Fdbus_method_return_internal): Rename from
20735 Fdbus_method_return.
20736 (Fdbus_unregister_object): Move to dbus.el.
20737 (Fdbus_call_method, Fdbus_method_return_internal)
20738 (Fdbus_send_signal): Improve debug messages.
20739
20740 2008-01-20 Martin Rudalics <rudalics@gmx.at>
20741
20742 * undo.c (undo_inhibit_record_point): New variable.
20743 (syms_of_undo): Initialize it.
20744 (record_point): Don't record point when undo_inhibit_record_point
20745 is set.
20746
20747 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20748
20749 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20750
20751 * xdisp.c (Qauto_hscroll_mode): New var.
20752 (syms_of_xdisp): Initialize it.
20753 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20754 window's buffer.
20755 (hscroll_windows): Don't check automatic_hscrolling_p here.
20756
20757 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20758 vscroll if we're setting window-buffer to the value it already has.
20759
20760 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20761
20762 * m/intel386.h: Remove references to XENIX.
20763
20764 2008-01-17 Andreas Schwab <schwab@suse.de>
20765
20766 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20767 instead of HAVE_X86_64_LIB64_DIR.
20768 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20769
20770 2008-01-17 Glenn Morris <rgm@gnu.org>
20771
20772 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20773 to HAVE_X86_64_LIB64_DIR.
20774
20775 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20776
20777 * s/irix3-3.h:
20778 * s/irix4-0.h:
20779 * s/386-ix.h:
20780 * s/domain.h:
20781 * s/hpux9-x11r4.h:
20782 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20783
20784 * sysdep.c: Remove code containing references to symbols defined
20785 by unsupported systems.
20786
20787 2008-01-16 Glenn Morris <rgm@gnu.org>
20788
20789 * coding.c (select-safe-coding-system-function): Doc fix.
20790
20791 2008-01-15 Glenn Morris <rgm@gnu.org>
20792
20793 * config.in: Revert 2008-01-13 change: this is a generated file.
20794
20795 2008-01-13 Tom Tromey <tromey@redhat.com>
20796
20797 * lisp.h: Fix typo.
20798
20799 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20800
20801 * m/sequent-ptx.h:
20802 * m/sequent.h:
20803 * s/ptx.h:
20804 * s/ptx4-2.h:
20805 * s/ptx4.h: Remove files for systems no longer supported.
20806
20807 * callproc.c (Fcall_process): Fix previous change.
20808
20809 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20810
20811 * unexsunos4.c: Remove file, system not supported anymore.
20812
20813 * m/mips.h:
20814 * m/intel386.h:
20815 * callproc.c:
20816 * config.in:
20817 * ecrt0.c:
20818 * emacs.c:
20819 * fileio.c:
20820 * frame.c:
20821 * getpagesize.h:
20822 * keyboard.c:
20823 * lread.c:
20824 * process.c:
20825 * puresize.h:
20826 * sysdep.c:
20827 * systty.h:
20828 * syswait.h:
20829 * unexec.c:
20830 * xdisp.c:
20831 * alloc.c: Remove code containing references to symbols defined by
20832 unsupported systems.
20833
20834 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20835
20836 * coding.c (detect_coding_mask): Fix previous change.
20837
20838 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20839
20840 * coding.c (detect_coding_iso2022): New arg
20841 latin_extra_code_state. Allow Latin extra codes only
20842 when *latin_extra_code_state is nonzero.
20843 (detect_coding_mask): If there is a NULL byte, detect the encoding
20844 as UTF-16 or binary. If Latin extra codes exist, detect the
20845 encoding as ISO-2022 only when there's no other proper encoding is
20846 found.
20847
20848 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20849
20850 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20851 #ifdef MAC_OS.
20852
20853 2008-01-08 Richard Stallman <rms@gnu.org>
20854
20855 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20856
20857 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
20858
20859 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20860 menu bar in parentheses.
20861
20862 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20863
20864 * m/7300.h:
20865 * m/acorn.h:
20866 * m/alliant-2800.h:
20867 * m/alliant.h:
20868 * m/alliant1.h:
20869 * m/alliant4.h:
20870 * m/altos.h:
20871 * m/amdahl.h:
20872 * m/apollo.h:
20873 * m/att3b.h:
20874 * m/aviion-intel.h:
20875 * m/aviion.h:
20876 * m/celerity.h:
20877 * m/clipper.h:
20878 * m/cnvrgnt.h:
20879 * m/convex.h:
20880 * m/cydra5.h:
20881 * m/delta88k.h:
20882 * m/dpx2.h:
20883 * m/dual.h:
20884 * m/elxsi.h:
20885 * m/f301.h:
20886 * m/gould-np1.h:
20887 * m/gould.h:
20888 * m/i860.h:
20889 * m/ibmps2-aix.h:
20890 * m/ibmrt-aix.h:
20891 * m/ibmrt.h:
20892 * m/irist.h:
20893 * m/is386.h:
20894 * m/isi-ov.h:
20895 * m/mega68.h:
20896 * m/mg1.h:
20897 * m/news-r6.h:
20898 * m/news-risc.h:
20899 * m/news.h:
20900 * m/nh3000.h:
20901 * m/nh4000.h:
20902 * m/ns16000.h:
20903 * m/ns32000.h:
20904 * m/nu.h:
20905 * m/orion.h:
20906 * m/orion105.h:
20907 * m/paragon.h:
20908 * m/pfa50.h:
20909 * m/plexus.h:
20910 * m/pyramid.h:
20911 * m/pyrmips.h:
20912 * m/sh3el.h:
20913 * m/sps7.h:
20914 * m/sr2k.h:
20915 * m/stride.h:
20916 * m/sun1.h:
20917 * m/sun2.h:
20918 * m/sun3-68881.h:
20919 * m/sun3-fpa.h:
20920 * m/sun3-soft.h:
20921 * m/sun3.h:
20922 * m/sun386.h:
20923 * m/symmetry.h:
20924 * m/tad68k.h:
20925 * m/tahoe.h:
20926 * m/targon31.h:
20927 * m/tek4300.h:
20928 * m/tekxd88.h:
20929 * m/tower32.h:
20930 * m/tower32v3.h:
20931 * m/ustation.h:
20932 * m/wicat.h:
20933 * m/xps100.h:
20934 * s/cxux.h:
20935 * s/cxux7.h:
20936 * s/dgux.h:
20937 * s/dgux4.h:
20938 * s/dgux5-4-3.h:
20939 * s/dgux5-4r2.h:
20940 * s/esix.h:
20941 * s/esix5r4.h:
20942 * s/hiuxmpp.h:
20943 * s/hiuxwe2.h:
20944 * s/iris3-5.h:
20945 * s/iris3-6.h:
20946 * s/isc2-2.h:
20947 * s/isc3-0.h:
20948 * s/isc4-0.h:
20949 * s/isc4-1.h:
20950 * s/newsos5.h:
20951 * s/newsos6.h:
20952 * s/osf1.h:
20953 * s/osf5-0.h:
20954 * s/riscix1-1.h:
20955 * s/riscix12.h:
20956 * s/sco4.h:
20957 * s/sco5.h:
20958 * s/sunos4-0.h:
20959 * s/sunos4-1.h:
20960 * s/sunos413.h:
20961 * s/sunos4shr.h:
20962 * s/umax.h:
20963 * s/unipl5-2.h:
20964 * s/xenix.h:
20965 * cxux-crt0.s:
20966 * unexapollo.c:
20967 * unexconvex.c:
20968 * unexenix.c:
20969 * unexsni.c: Remove files for systems no longer supported.
20970
20971 * m/intel386.h: Remove references to unsupported systems.
20972
20973 * w32.c (get_emacs_configuration): Remove reference to i860.
20974
20975 * sysdep.c: Remove dead code.
20976
20977 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
20978
20979 * s/rtu.h:
20980 * m/masscomp.h: Remove files. Platform is obsolete.
20981
20982 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
20983
20984 * dbusbind.c (Fdbus_method_return): New function.
20985 (xd_read_message): Add the serial number to the event.
20986 (Fdbus_register_method): Activate the function.
20987
20988 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * keyboard.c (read_key_sequence): Fix typo.
20991
20992 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
20993
20994 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20995 (xd_signature, xd_append_arg): Handle element type detection for
20996 empty arrays.
20997 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20998 SDATA () calls; this must be solved more general.
20999 (Fdbus_register_signal): Use SBYTES instead of strlen.
21000
21001 2008-01-03 Magnus Henoch <magnus@zemdatav>
21002
21003 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21004 unsigned int for byte values (necessary for big-endian platform).
21005 (Fdbus_call_method): Handle the case of no returned arguments.
21006
21007 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21008
21009 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21010
21011 2007-12-31 Magnus Henoch <mange@freemail.hu>
21012
21013 * dbusbind.c (xd_signature): Signature of variant is just "v".
21014
21015 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
21016
21017 * dbusbind.c: Fix several errors and compiler warnings.
21018 Reported by Tom Tromey <tromey@redhat.com>.
21019 (XD_ERROR, XD_DEBUG_MESSAGE)
21020 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21021 (xd_append_arg): Part for basic D-Bus types rewritten.
21022 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21023 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21024 appropriate.
21025 (xd_read_message): Return Qnil. Don't signal an error; it is not
21026 useful during event reading.
21027 (Fdbus_register_signal): Signal an error if the check for
21028 FUNCTIONP fails.
21029 (Fdbus_register_method): New function. The implementation is not
21030 complete, the call of the function signals an error therefore.
21031 (Fdbus_unregister_object): New function, renamed from
21032 Fdbus_unregister_signal. The initial check signals an error, if
21033 the object is not well formed.
21034
21035 2007-12-30 Richard Stallman <rms@gnu.org>
21036
21037 * textprop.c (get_char_property_and_overlay):
21038 Signal error if POSITION is out of range in a buffer.
21039
21040 2007-12-29 Martin Rudalics <rudalics@gmx.at>
21041
21042 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21043 because the original parameters are in pure storage now.
21044
21045 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21046
21047 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21048
21049 2007-12-22 Eli Zaretskii <eliz@gnu.org>
21050
21051 * callint.c (syms_of_callint) <command-history>: Add reference to
21052 history-length in the doc string.
21053
21054 2007-12-17 Jason Rumney <jasonr@gnu.org>
21055
21056 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21057 before passing as wParam.
21058
21059 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
21060
21061 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21062 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21063 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21064 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21065 as number.
21066 (Fdbus_call_method): Fix docstring.
21067
21068 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
21069
21070 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21071 New macros.
21072 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21073 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21074 Simplify.
21075 (xd_signature): New function.
21076 (xd_append_arg): Compute also signatures. Major rewrite.
21077 (xd_retrieve_arg): Make debug messages friendly.
21078 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21079 Check for signatures of arguments.
21080
21081 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
21082
21083 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21084 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21085 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21086 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21087 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21088 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21089 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21090 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21091 (xd_retrieve_value): Remove. Functionality included in ...
21092 (xd_append_arg): New function.
21093 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21094
21095 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
21096
21097 * dbusbind.c (top): Include <stdio.h>.
21098 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21099 dbus_message_new_method_call and dbus_message_new_signal.
21100 (Fdbus_register_signal): Rename unique_name to uname.
21101 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21102 non-existing unique name. Fix typos in matching rule. Return an
21103 object which is useful in Fdbus_unregister_signal.
21104 (Fdbus_unregister_signal): Reimplementation, in order to remove
21105 only the corresponding entry.
21106 (Vdbus_registered_functions_table): Change the order of entries.
21107 Apply these changes in xd_read_message and Fdbus_register_signal.
21108
21109 2007-12-16 Andreas Schwab <schwab@suse.de>
21110
21111 * fileio.c (Finsert_file_contents): Fix overflow check to not
21112 depend on undefined integer overflow.
21113
21114 2007-12-14 Jason Rumney <jasonr@gnu.org>
21115
21116 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
21117 for characters above 127.
21118
21119 2007-12-13 Jason Rumney <jasonr@gnu.org>
21120
21121 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
21122 before dereferencing array.
21123 (lookup_vk_code): Remove zero comparison.
21124
21125 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
21126
21127 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
21128 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
21129 Use `unsigned int' instead of `uint'.
21130 (xd_read_message, Fdbus_register_signal): Split expressions into
21131 multiple lines before operators "&&" and "||", according to the
21132 GNU Coding Standards.
21133
21134 2007-12-14 Eli Zaretskii <eliz@gnu.org>
21135
21136 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
21137
21138 2007-12-12 Juri Linkov <juri@jurta.org>
21139
21140 * buffer.c (Frename_buffer): In interactive spec replace
21141 `read-buffer' with `read-string' that uses `buffer-name-history'
21142 as history, and the current buffer's name as default.
21143
21144 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
21147 manipulating the backtrace manually.
21148 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
21149 (struct backtrace, backtrace_list): Remove.
21150 (command_loop_1): Remove dead var `no_direct'.
21151
21152 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21153 preserve non-built-in buffer-local variables.
21154 (Fkill_all_local_variables): Don't re-create&re-set permanent
21155 buffer-local variables.
21156
21157 2007-12-09 Juri Linkov <juri@jurta.org>
21158
21159 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21160 Lisp code that uses `read-buffer' with current buffer as default.
21161
21162 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
21163
21164 * dbusbind.c (xd_read_message): Generate an event for every
21165 registered handler. There might be several handlers registered
21166 for the same signal.
21167 (Fdbus_register_signal): Don't overwrite a registration for the
21168 same signal. Add a new registration if handlers are different.
21169 (Vdbus_registered_functions_table): Rework doc string.
21170
21171 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
21172
21173 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21174 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21175 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21176 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21177 Unify argument lists.
21178 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21179 arguments and hash table keys. Use unique name for service.
21180 (Fdbus_unregister_signal): Remove checks.
21181 (Vdbus_registered_functions_table): Fix doc string.
21182
21183 2007-12-05 Magnus Henoch <mange@freemail.hu>
21184
21185 * process.c (make_process): Initialize pty_flag to 0.
21186
21187 2007-12-05 Jason Rumney <jasonr@gnu.org>
21188
21189 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21190 specified XBMs.
21191
21192 2007-12-05 Richard Stallman <rms@gnu.org>
21193
21194 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21195
21196 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21197
21198 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21199 New variable.
21200 (mac_try_close_socket) [MAC_OSX]: New function.
21201 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21202 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21203
21204 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21205 Use mac_try_close_socket.
21206
21207 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21208
21209 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21210 reloc_base.
21211 (copy_dysymtab): Compute relocation base here.
21212 (rebase_reloc_address) [__ppc64__]: New function.
21213 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21214 changed.
21215
21216 2007-12-05 Jason Rumney <jasonr@gnu.org>
21217
21218 * w32proc.c (sys_spawnve): Quote args with wildcards.
21219
21220 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21221
21222 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21223 __objc_* sections.
21224 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21225
21226 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
21227
21228 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21229 Move check for Vdbus_registered_functions_table to
21230 xd_read_queued_messages.
21231 (xd_read_queued_messages): Protect xd_read_message calls by
21232 internal_condition_case_1.
21233
21234 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
21235
21236 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21237 Qdbus_system_bus and Qdbus_session_bus, respectively.
21238 (Vdbus_intern_symbols): Remove.
21239 (Vdbus_registered_functions_table): New hash table.
21240 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21241 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21242 Rewrite in order to manage registered functions by hash table
21243 Vdbus_registered_functions_table.
21244
21245 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21246
21247 * xterm.c: Update URL to Window Manager Specification in comment.
21248
21249 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
21250
21251 * config.in (HAVE_DBUS): Add.
21252
21253 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21254 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21255 (obj): Add $(DBUS_OBJ).
21256 (LIBES): Add $(DBUS_LIBS).
21257 (dbusbind.o): New target.
21258
21259 * dbusbind.c: New file.
21260
21261 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21262
21263 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21264 (Qdbus_event): New Lisp symbol.
21265 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21266 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
21267 (keys_of_keyboard): Define dbus-event.
21268
21269 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21270
21271 2007-12-01 Richard Stallman <rms@gnu.org>
21272
21273 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21274
21275 2007-11-30 Jason Rumney <jasonr@gnu.org>
21276
21277 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21278 (w32con_reset_terminal_modes): Clear screen buffer.
21279 (w32_face_attributes): Don't use color indexes that are out of range.
21280 Only reverse the default colors.
21281
21282 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21283 WINDOWSNT.
21284
21285 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21286
21287 2007-11-29 Jason Rumney <jasonr@gnu.org>
21288
21289 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21290 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21291 if the terminal colors are initialized.
21292 (unspecified_fg, unspecified_bg): Remove unused declarations.
21293
21294 2007-11-29 Andreas Schwab <schwab@suse.de>
21295
21296 * keyboard.c (apply_modifiers): Fix typo.
21297
21298 2007-11-29 Richard Stallman <rms@gnu.org>
21299
21300 * keymap.c (Fcurrent_local_map): Doc fix.
21301
21302 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21303
21304 * s/gnu-kfreebsd.h: New file.
21305
21306 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21309 Don't cast redundantly.
21310
21311 * keyboard.c (KEY_TO_CHAR): New macro.
21312 (parse_modifiers, apply_modifiers): Accept integer arguments.
21313 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21314 for chars and symbol keys.
21315 After doing such remapping, apply function-key-map again.
21316
21317 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21318
21319 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21320 compiled anymore.
21321
21322 2007-11-26 Andreas Schwab <schwab@suse.de>
21323
21324 * process.c (list_processes_1): Fix indentation level of the
21325 command column.
21326
21327 2007-11-23 Andreas Schwab <schwab@suse.de>
21328
21329 * editfns.c (Fformat): Handle %c specially since it requires the
21330 argument to be of type int.
21331
21332 2007-11-23 Markus Triska <markus.triska@gmx.at>
21333
21334 * emacs.c (main): Call init_editfns before init_process, since
21335 init_process sets Vprocess_connection_type depending on OS release.
21336
21337 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21340 (find_symbol_value): Use do_symval_forwarding.
21341
21342 * data.c (set_internal): Set the value in the `cons-cell' (for
21343 Buffer_Local_values) not only for frame-local variables.
21344
21345 2007-11-22 Andreas Schwab <schwab@suse.de>
21346
21347 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21348 values to sprintf.
21349 * keymap.c (Fsingle_key_description): Likewise.
21350 * print.c (print_object): Likewise.
21351
21352 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21353
21354 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21355 file for image is nil.
21356
21357 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21358
21359 * term.c: Include stdarg.h.
21360 (fatal): Implement using varargs.
21361 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21362
21363 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21364
21365 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21366 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21367 Update call to buffer_slot_type_mismatch.
21368 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21369 (buffer_slot_type_mismatch): Update.
21370 * buffer.c (buffer_local_types): Remove.
21371 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21372 (defvar_per_buffer): Set the type in the buffer_objfwd.
21373
21374 2007-11-21 Jason Rumney <jasonr@gnu.org>
21375
21376 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21377 CreateFileMapping returns NULL on failure.
21378
21379 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21380
21381 * search.c (Fset_match_data): Remove the `evaporate' feature.
21382 (unwind_set_match_data): Don't use the `evaporate' feature.
21383
21384 2007-11-21 Jason Rumney <jasonr@gnu.org>
21385
21386 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21387
21388 * w32console.c (w32con_write_glyphs): Remove unused variables.
21389
21390 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21391
21392 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21393
21394 * s/darwin.h (MULTI_KBOARD): Remove.
21395
21396 * macfns.c (x_create_tip_frame, Fx_create_frame)
21397 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21398
21399 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21400
21401 * buffer.c (Fbuffer_local_value): Remove redundant test.
21402 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21403 than in `current-buffer' to match the comment.
21404 Do the swap using swap_in_global_binding.
21405
21406 * data.c (store_symval_forwarding, set_internal):
21407 * eval.c (specbind): Remove dead code.
21408
21409 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21410 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21411 Since we do not want to see internal Lisp_*fwd objects here.
21412
21413 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21414
21415 * sysdep.c (init_system_name): Use getaddrinfo if available.
21416
21417 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21418 (x_scroll_bar_note_movement): start, end, with, height in struct
21419 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21420
21421 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21422
21423 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21424
21425 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21426
21427 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21428 This undoes Richard's change of 14-Oct-2002.
21429
21430 * alloc.c (allocate_other_vector):
21431 * lisp.h (allocate_other_vector): Remove.
21432
21433 * window.c (struct save_window_data): Move non-lisp data to the end
21434 and make it `int' rather than Lisp_Object.
21435 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21436 Done wrap/unwrap integer values.
21437 (Fset_window_configuration, compare_window_configurations):
21438 Update use of fields to their new types.
21439
21440 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21441 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21442 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21443 (SET_SCROLL_BAR_X_WINDOW): Remove.
21444 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21445 Access the new x_window field directly.
21446 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21447 Don't wrap/unwrap integers into Lisp_Objects.
21448 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21449 (x_scroll_bar_report_motion):
21450 Don't wrap/unwrap integers into Lisp_Objects.
21451 (x_term_init): Use SDATA.
21452 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21453 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21454 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21455 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21456 * xfns.c (x_set_background_color):
21457 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21458 Access the new x_window field directly.
21459
21460 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21461 (allocate_pseudovector): Make non-static.
21462
21463 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21464 (allocate_pseudovector): Declare.
21465 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21466
21467 2007-11-15 Andreas Schwab <schwab@suse.de>
21468
21469 * editfns.c (Fformat): Correctly format EMACS_INT values.
21470 Also take precision into account when formatting an integer.
21471
21472 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21473
21474 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21477 (syms_of_keyboard): Defsubr it.
21478
21479 * data.c (swap_in_global_binding): Fix longstanding bug where
21480 store_symval_forwarding was not called with the right second argument,
21481 thus causing objfwd-ing from being dropped.
21482
21483 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21484
21485 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21486 (Fx_display_pixel_height, Fx_display_planes)
21487 (Fx_display_color_cells, Fx_server_max_request_size)
21488 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21489 (Fx_display_visual_class, Fx_display_save_under):
21490 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21491 (Fx_display_pixel_height, Fx_display_planes)
21492 (Fx_display_color_cells, Fx_server_max_request_size)
21493 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21494 (Fx_display_mm_height, Fx_display_mm_width)
21495 (Fx_display_backing_store, Fx_display_visual_class)
21496 (Fw32_select_font, Fx_display_save_under):
21497 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21498 (Fx_display_pixel_height, Fx_display_planes)
21499 (Fx_display_color_cells, Fx_server_max_request_size)
21500 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21501 (Fx_display_save_under): Fix typos in docstrings.
21502
21503 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21504
21505 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21506 corresponding to deleted entries; they are an implementation detail.
21507 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21508 Remove variables.
21509 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21510 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21511 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21512 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21513 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21514 (Fw32_define_rgb_color, Fw32_load_color_file)
21515 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21516 Fix typos in docstrings.
21517 (Fx_server_version): Reflow docstring.
21518 (Fw32_shell_execute): Doc fixes.
21519
21520 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
21521
21522 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21523 if w32_parse_hot_key returned nil.
21524
21525 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21526
21527 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21528
21529 2007-11-09 Jason Rumney <jasonr@gnu.org>
21530
21531 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21532
21533 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21534
21535 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21536 Remove W32_SCROLL_BAR_CLICK_EVENT.
21537
21538 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21539 Add MULTIMEDIA_KEY_EVENT.
21540
21541 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21542 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21543 (make_lispy_event) [WINDOWSNT]: Use it to translate
21544 MULTIMEDIA_KEY_EVENT.
21545
21546 * w32term.h (WM_APPCOMMAND): Define if not already.
21547 (GET_APPCOMMAND_LPARAM): Likewise.
21548
21549 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21550 WM_APPCOMMAND.
21551
21552 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21553 (syms_of_w32fns): Export and initialize it.
21554 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21555
21556 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
21557
21558 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21559 twice.
21560
21561 * xdisp.c (handle_face_prop): Fix last change.
21562
21563 2007-11-09 Richard Stallman <rms@gnu.org>
21564
21565 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21566 not just for after-strings and before-strings.
21567 Call face_for_overlay_string and pass the overlay to it.
21568 (handle_display_prop): Determine whether property came from an overlay.
21569 Pass OVERLAY arg to handle_single_display_spec.
21570 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21571 (load_overlay_strings): Fill in it->string_overlays.
21572 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21573
21574 * xfaces.c (face_for_overlay_string): Function renamed from
21575 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21576
21577 * dispextern.h (struct it): New elt string_overlays.
21578 New elt from_overlay, also in stack.
21579 Rearrange a few elements.
21580 (face_for_overlay_string): Decl renamed from
21581 face_at_buffer_position_no_overlays, and add argument.
21582
21583 2007-11-09 Richard Stallman <rms@gnu.org>
21584
21585 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21586 to get the base face for an overlay string.
21587
21588 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21589
21590 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21591
21592 * xdisp.c (handle_stop): Move some code out of loop.
21593
21594 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21595
21596 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21597 Fix conversion from Lisp object to ATSUFontID.
21598
21599 2007-11-09 Jason Rumney <jasonr@gnu.org>
21600
21601 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21602
21603 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21604
21605 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21606 Don't assume regions are aligned to page boundary.
21607 (print_load_command_name): Add LC_UUID if defined.
21608
21609 2007-11-09 Richard Stallman <rms@gnu.org>
21610
21611 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21612
21613 2007-11-07 Jason Rumney <jasonr@gnu.org>
21614
21615 * s/windows95.h: Remove.
21616
21617 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21618
21619 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21620 abort with a message on unhandled store_type values.
21621
21622 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21623
21624 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21625 Remove HAVE_X11R5 and HAVE_X11R4.
21626
21627 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21628
21629 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21630
21631 2007-11-01 Johan Bockgård <bojohan@gnu.org>
21632
21633 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21634 Don't set s->stippled_p here, since it has already been set by
21635 x_set_glyph_string_gc from x_draw_glyph_string.
21636
21637 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21638
21639 * sunfns.c: Remove file.
21640
21641 * m/sun386.h:
21642 * m/sun2.h:
21643 * m/sparc.h: Remove Sun windows code.
21644
21645 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21646
21647 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21648 (init_keyboard): Set current_kboard's window-system to nil.
21649 (tty_read_avail_input): Typo.
21650 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21651
21652 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21653
21654 * s/usg5-4.h:
21655 * s/usg5-3.h:
21656 * s/ptx.h:
21657 * m/is386.h:
21658 * m/ibmps2-aix.h:
21659 * Makefile.in: Remove all mentions of X10.
21660
21661 * dispnew.c (syms_of_display): Don't mention version 10.
21662
21663 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
21664
21665 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21666 ($(BLD)/abbrev.$(O)): Remove.
21667
21668 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21669
21670 Rewrite abbrev.c in Elisp.
21671 * image.c (Qcount): Don't declare as extern.
21672 (syms_of_image): Initialize and staticpro `Qcount'.
21673 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21674 * emacs.c (main): Don't call syms_of_abbrev.
21675 * Makefile.in (obj): Remove abbrev.o.
21676 (abbrev.o): Remove.
21677 * abbrev.c: Remove.
21678
21679 2007-10-26 Martin Rudalics <rudalics@gmx.at>
21680
21681 * window.c (window_min_size_2): Don't count header-line.
21682
21683 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21684
21685 * frame.h (struct frame): Move all bit fields after the first bit
21686 field to take advantage of the available space. Group all the
21687 chars together to reduce wasted space due to padding.
21688
21689 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
21690
21691 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21692
21693 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21694 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21695 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21696 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21697 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21698 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21699 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21700 (last_marked, mark_object_loop_halt): Make static.
21701
21702 * frame.c (syms_of_frame) <delete-frame-functions>:
21703 Fix typo in docstring.
21704
21705 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
21706
21707 * w32.c (init_environment): Fix tiny memory leak.
21708 (w32_get_resource): Remove unused variable `ok'.
21709
21710 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 Make `window-system' into a keyboard-local variable (rather than
21713 frame-local as done originally by multi-tty).
21714
21715 * keyboard.h (struct kboard): Add Vwindow_system.
21716 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21717 (mark_kboards): Mark Vwindow_system.
21718
21719 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21720 (init_display): Don't set the obsolete `window-system' frame-param.
21721
21722 * xterm.c (x_term_init):
21723 * w32term.c (w32_create_terminal):
21724 * term.c (init_tty): Set Vwindow_system.
21725 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21726 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21727
21728 * xfns.c (Fx_create_frame, x_create_tip_frame):
21729 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21730 * macfns.c (Fx_create_frame):
21731 Don't set the obsolete `window-system' frame-param.
21732
21733 * frame.h (Qwindow_system): Remove.
21734 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21735 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21736
21737 2007-10-24 Richard Stallman <rms@gnu.org>
21738
21739 * frame.c (x_figure_window_size): For fullscreen case,
21740 set USPosition | PPosition without clobbering rest of window_prompting.
21741
21742 * keyboard.c (Fcurrent_idle_time): Doc fix.
21743
21744 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21745
21746 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21747
21748 * process.c (unwind_request_sigio): Only define if __ultrix__.
21749
21750 * callproc.c (child_setup): Remove spurious *.
21751
21752 * lisp.h (Fget_text_property): Declare.
21753 (have_menus_p): Declare it here rather than in sys-dep header files.
21754 * macterm.h (have_menus_p):
21755 * msdos.h (have_menus_p):
21756 * xterm.h (have_menus_p): Remove.
21757
21758 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21759 (Fmake_variable_frame_local): Just check the variable's const-ness
21760 rather than checking nil or t.
21761
21762 2007-10-22 Jason Rumney <jasonr@gnu.org>
21763
21764 * w32fns.c: Include math.h.
21765 (w32_abort): Declaration moved to nt/config.nt.
21766
21767 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21768 (abort): Redefinition moved to nt/config.nt.
21769
21770 * m/windowsnt.h: Remove.
21771
21772 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
21773
21774 * emacs.c (Fdump_emacs): Fix typo in message.
21775 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21776 <installation-directory>: Reflow docstring.
21777
21778 2007-10-22 Juri Linkov <juri@jurta.org>
21779
21780 * minibuf.c: Allow minibuffer default to be a list of default values.
21781 With empty input use the first element of this list as returned default.
21782 (string_to_object)
21783 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21784 (read_minibuf): If defalt is cons, set histstring to its car.
21785 (Fread_string): If default_value is cons, set val to its car.
21786 (Fread_buffer): If def is cons, use its car.
21787 (Fcompleting_read): If defalt is cons, set val to its car.
21788
21789 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
21790
21791 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21792
21793 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
21794
21795 * doc.c (Fdocumentation): Check for advice in all cases.
21796
21797 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
21798
21799 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21800
21801 2007-10-19 Richard Stallman <rms@gnu.org>
21802
21803 * doc.c (Fdocumentation): Check for and handle an advised function.
21804
21805 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
21806
21807 * process.c (Fset_process_filter): Doc fix.
21808
21809 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21810
21811 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21812 which caused key-translation-map to applied repeatedly (thus breaking
21813 double-mode).
21814
21815 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21816
21817 * xselect.c (x_own_selection, x_handle_selection_clear)
21818 (x_clear_frame_selections):
21819 * w32menu.c (list_of_panes, list_of_items):
21820 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21821 * textprop.c (validate_plist, interval_has_all_properties)
21822 (interval_has_some_properties, interval_has_some_properties_list)
21823 (add_properties, text_property_list):
21824 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21825 * minibuf.c (Fassoc_string):
21826 * macselect.c (x_own_selection, x_clear_frame_selections)
21827 (Fx_disown_selection_internal):
21828 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21829 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21830
21831 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
21832
21833 * process.c: Link to libs for calling res_init() if available.
21834 (Fmake_network_process): Call res_init() before getaddrinfo or
21835 gethostbyname, if possible.
21836
21837 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21838
21839 * lread.c (read1): Set pvectype for char_tables.
21840
21841 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21842 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21843 Add type checks.
21844 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21845
21846 * alloc.c (free_misc): Use XMISCTYPE.
21847 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21848
21849 2007-10-17 Glenn Morris <rgm@gnu.org>
21850
21851 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21852 (syms_of_minibuf): Add Qcompletion_ignore_case.
21853 * dired.c (Qcompletion_ignore_case): Change to external.
21854 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21855 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21856 (Fread_file_name): Use it rather than intern'ing.
21857
21858 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21859 (Fread_coding_system): Ignore case of user input.
21860
21861 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21862
21863 * xdisp.c (handle_display_prop): Ignore display specs after
21864 replacing one when string text is being replaced.
21865 (handle_single_display_spec): Pretend as if characters with display
21866 property haven't been consumed only when buffer text is being replaced.
21867
21868 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21869
21870 * xfns.c (Fx_create_frame, Fx_display_list):
21871 * window.c (window_fixed_size_p, enlarge_window)
21872 (shrink_window_lowest_first):
21873 * macterm.c (init_font_name_table):
21874 * macfns.c (Fx_create_frame, Fx_display_list):
21875 * lread.c (close_load_descs):
21876 * keyboard.c (read_char_x_menu_prompt):
21877 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21878 * coding.c (code_convert_region_unwind): Test the type of an object
21879 rather than just !NILP before extracting data from it.
21880
21881 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21882
21883 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21884 (XMISCANY): New macro.
21885 (XMISCTYPE): Use it.
21886 (struct Lisp_Misc_Any): New type.
21887 (union Lisp_Misc): Use it.
21888 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21889 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21890 (find_symbol_value, set_internal, default_value, Fset_default)
21891 (Fmake_variable_buffer_local, Fmake_local_variable)
21892 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21893 (Flocal_variable_if_set_p, Fvariable_binding_locus):
21894 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21895 * alloc.c (allocate_buffer): Set the size and tag.
21896 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21897 Use XMISCANY.
21898 (die): Follow the GNU convention for error messages.
21899 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21900 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21901 tag any more.
21902 (set_buffer_internal_1):
21903 * frame.c (store_frame_param):
21904 * eval.c (specbind):
21905 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21906
21907 * doc.c (Fsnarf_documentation): Simplify.
21908
21909 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21910
21911 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21912 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21913
21914 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
21915
21916 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21917
21918 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21919
21920 * eval.c (do_autoload): Don't save autoloads.
21921
21922 * data.c (Ffset): Save autoload of the function being set.
21923
21924 2007-10-07 John Paul Wallington <jpw@pobox.com>
21925
21926 * xfns.c (x_create_tip_frame): Set the `display-type' frame
21927 parameter before setting up faces.
21928
21929 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21930
21931 * ccl.c (Fregister_code_conversion_map):
21932 * keyboard.c (append_tool_bar_item): Reformat last change.
21933
21934 * lisp.h (eabs): Rename from `abs'. All callers changed.
21935
21936 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
21937
21938 * buffer.c (add_overlay_mod_hooklist):
21939 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21940 * fontset.c (make_fontset):
21941 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21942 (append_tool_bar_item):
21943 * macmenu.c (grow_menu_items):
21944 * w32menu.c (grow_menu_items):
21945 * xmenu.c (grow_menu_items): Use larger_vector.
21946
21947 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21948
21949 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21950 selected frame'' on MSDOS).
21951
21952 2007-10-12 Martin Rudalics <rudalics@gmx.at>
21953
21954 * frame.c (Qexplicit_name): New variable.
21955 (x_report_frame_params): Report it in parameter alist.
21956 (syms_of_frame): Intern and staticpro it.
21957
21958 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
21959
21960 * macfns.c (x_create_tip_frame): Set terminal for frame.
21961
21962 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21963
21964 * frame.c (Qenvironment): Remove.
21965 (syms_of_frame) <Qenvironment>: Don't initialize.
21966 (Fdelete_frame): Don't treat the `environment' param specially.
21967 * frame.h (Qenvironment): Don't declare.
21968 * callproc.c (set_initial_environment): Don't set unused frame param.
21969
21970 * frame.c (Fframe_with_environment): Remove.
21971 (syms_of_frame) <Sframe_with_environment>: Don't declare.
21972
21973 * lisp.h (Fframe_with_environment): Don't declare.
21974
21975 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
21976
21977 * indent.c (indent_tabs_mode, last_known_column)
21978 (last_known_column_modified): Make static.
21979 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21980
21981 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
21982
21983 * puresize.h (BASE_PURESIZE): Increase to 1170000.
21984
21985 2007-10-09 Jason Rumney <jasonr@gnu.org>
21986
21987 * w32term.c (x_set_window_size): Disable code that attempts to tell
21988 Lisp code about a size change before it actually happens.
21989
21990 2007-10-09 Richard Stallman <rms@gnu.org>
21991
21992 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21993 return HANDLED_RETURN.
21994
21995 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21996
21997 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21998 when there's an unread command event.
21999
22000 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22001 window autoselection act appropriately when leaving selected frame.
22002 (syms_of_frame): Initialize focus_follows_mouse.
22003 * frame.h (focus_follows_mouse): Extern it.
22004 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22005 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22006 * msdos.c (dos_rawgetc): Likewise.
22007 * w32term.c (w32_read_socket): Likewise.
22008 * xterm.c (handle_one_xevent): Likewise.
22009 * xdisp.c (syms_of_xdisp): In doc-string of
22010 mouse-autoselect-window mention focus-follows-mouse.
22011
22012 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22013
22014 * macterm.c (mac_load_query_font): Fix missing return value.
22015 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22016 Add BLOCK_INPUT.
22017
22018 2007-10-08 Richard Stallman <rms@gnu.org>
22019
22020 * xdisp.c (get_window_cursor_type): Implement documented behavior
22021 for cursor-in-non-selected-windows = t.
22022
22023 2007-10-08 Jason Rumney <jasonr@gnu.org>
22024
22025 * w32.c (w32_get_resource): Always close registry keys.
22026
22027 2007-10-08 Jason Rumney <jasonr@gnu.org>
22028
22029 * makefile.w32-in (LIBS): Add COMCTL32.
22030
22031 * w32fns.c (globals_of_w32fns): Init common controls.
22032
22033 2007-10-08 Richard Stallman <rms@gnu.org>
22034
22035 * image.c (our_memory_buffer): Rename from omfib_buffer.
22036
22037 2007-10-08 Richard Stallman <rms@gnu.org>
22038
22039 * buffer.c (Foverlays_at): Doc fix.
22040
22041 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22042
22043 * fns.c (Fplist_put): Preserve uneven tail data.
22044
22045 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22046
22047 * termhooks.h (enum event_kind): Remove trailing comma.
22048
22049 * frame.h (enum): Remove trailing comma.
22050
22051 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22052
22053 * w32proc.c (delete_child): Don't terminate threads of zombies.
22054
22055 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22056
22057 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22058
22059 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22060 last-repeatable-command.
22061 (init_kboard): Initialize Vlast_repeatable_command.
22062 (command_loop_1): Set it to real_this_command unless that was
22063 bound to an input event.
22064 (mark_kboards): Mark it.
22065
22066 2007-10-08 Richard Stallman <rms@gnu.org>
22067
22068 * eval.c (condition-case): Doc fix.
22069
22070 2007-10-08 Masatake YAMATO <jet@gyve.org>
22071
22072 * xfaces.c (tty_supports_face_attributes_p): Fix code
22073 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22074 was copied and not edited.
22075
22076 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22077
22078 Add new `input-decode-map' keymap and use it for terminal
22079 escape sequences.
22080 * keyboard.h (struct kboard): Add Vinput_decode_map.
22081 Remove Vlocal_key_translation_map.
22082 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22083 (init_kboard): Init input-decode-map.
22084 Replace local-key-translation-map back with key-translation-map.
22085 (syms_of_keyboard): Declare input-decode-map.
22086 Remove local-key-translation-map. Update docstrings.
22087 (mark_kboards): Mark Vinput_decode_map.
22088 Don't mark Vlocal_key_translation_map.
22089 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22090 Replace local-key-translation-map back with key-translation-map.
22091 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22092 Bind in input-decode-map rather than function-key-map.
22093
22094 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22095 This was made redundant by the previous introduction of XSETPVECTYPE.
22096
22097 2007-10-09 Richard Stallman <rms@gnu.org>
22098
22099 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22100
22101 2007-09-29 Richard Stallman <rms@gnu.org>
22102
22103 * eval.c (internal_condition_case_2, internal_condition_case_1)
22104 (internal_condition_case): Reenable abort if x_catching_errors ()
22105 to see if that really happens and why.
22106
22107 2007-10-06 Andreas Schwab <schwab@suse.de>
22108
22109 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22110
22111 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
22112
22113 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
22114
22115 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22116
22117 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
22118
22119 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * window.h (struct window):
22122 * window.c (struct save_window_data, struct saved_window):
22123 * termhooks.h (struct terminal):
22124 * process.h (struct Lisp_Process):
22125 * frame.h (struct frame):
22126 * buffer.h (struct buffer):
22127 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
22128 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
22129 The size field of (pseudo)vectors is now unsigned.
22130 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
22131
22132 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
22133 Turn `count' into an integer.
22134
22135 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
22136 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
22137 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
22138 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
22139 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
22140
22141 * alloc.c (allocate_pseudovector): New fun.
22142 (ALLOCATE_PSEUDOVECTOR): New macro.
22143 (allocate_window, allocate_terminal, allocate_frame)
22144 (allocate_process): Use it.
22145 (mark_vectorlike): New function.
22146 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
22147 (mark_terminals): Use it.
22148 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
22149 (Fmake_byte_code): Use XSETPVECTYPE.
22150
22151 * frame.c (Fframe_parameters): Minor simplification.
22152
22153 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22154
22155 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22156
22157 * buffer.c (Fget_buffer_create, init_buffer_once):
22158 * lread.c (defsubr):
22159 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22160
22161 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22162 defined differently in the m/*.h files.
22163 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22164 (XSETPVECTYPE): New macro.
22165 (XSETPSEUDOVECTOR): Use it.
22166
22167 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22168 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22169
22170 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22171 * lread.c (defvar_per_buffer):
22172 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22173
22174 * window.c (candidate_window_p): Only consider as visible frames that
22175 are on the same terminal.
22176
22177 * m/ibms390x.h (MARKBIT): Remove unused macro.
22178
22179 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
22180
22181 * lread.c (Fload): Fix typo in docstring.
22182
22183 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22184
22185 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22186 of a non-zero value can't yield zero.
22187
22188 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22189
22190 * term.c (term_clear_mouse_face, term_mouse_highlight)
22191 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22192
22193 * print.c (safe_debug_print): Use XHASH.
22194
22195 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22196 Lisp elements such as tags.
22197 (XHASH): New macro.
22198 (EQ): Use it.
22199 (SREF, SSET, STRING_COPYIN): Use SDATA.
22200 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22201
22202 * alloc.c (mark_terminal): Remove left-over declaration.
22203 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22204 (allocate_vectorlike): Remove type argument. Adjust callers.
22205 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22206 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22207
22208 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22209 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22210 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22211 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22212 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22213 Use them.
22214
22215 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22216 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22217 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22218
22219 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22220
22221 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22222 loaded by default.
22223
22224 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22225
22226 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22227 on this tty.
22228 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22229
22230 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22231 Update all users.
22232 (handle_one_term_event): Use Gpm_DrawPointer.
22233 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22234 Signal errors instead of returning nil. Always return nil.
22235 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22236 Make it a noop if gpm-mouse was not activated.
22237 (syms_of_term): Update names.
22238
22239 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22240
22241 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22242 (init_sys_modes): Check that gpm_tty is the current tty.
22243
22244 * alloc.c (allocate_terminal): Set the vector size to only count the
22245 lisp fields. Initialize those to nil.
22246 (mark_object): Don't treat terminals specially.
22247 (mark_terminal): Remove.
22248 (mark_terminals): Use mark_object instead.
22249
22250 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22251 the GC to the beginning.
22252
22253 * indent.h:
22254 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22255
22256 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22257
22258 2007-09-25 Jason Rumney <jasonr@gnu.org>
22259
22260 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22261
22262 * w32console.c (create_w32cons_output): Remove.
22263
22264 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22265
22266 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22267 (reset_sys_modes): Use reset_terminal_modes_hook.
22268
22269 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22270
22271 * eval.c (do_autoload): Don't output any message.
22272
22273 2007-09-24 Juri Linkov <juri@jurta.org>
22274
22275 * emacs.c (standard_args): Change priority of "--no-splash"
22276 from 40 to 3. Add "--no-desktop" with the same priority.
22277
22278 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22279
22280 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22281 and optimize the case where they are all 1.
22282
22283 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
22284
22285 * lisp.h (abs): Define if not defined.
22286 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22287 Don't define `abs', since it's defined in lisp.h.
22288
22289 2007-09-22 Eli Zaretskii <eliz@gnu.org>
22290
22291 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22292 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22293 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22294 (init_tty): Use DEV_TTY instead of "/dev/tty".
22295 [WINDOWSNT]: No need to protect from NAME arg being null.
22296
22297 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22298
22299 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22300 up the tty state.
22301
22302 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22303
22304 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22305 (gpm_tty): Change its type.
22306 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22307 (gpm_tty): Change its type and initialize it.
22308 (Fterm_open_connection): Check the frame is indeed a tty.
22309 Use the new gpm_tty.
22310 (Fterm_close_connection): Use the new gpm_tty.
22311 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22312 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22313
22314 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
22315
22316 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22317 underline_color, to draw strike-through.
22318
22319 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22320
22321 * lisp.h (allocate_terminal): Declare.
22322
22323 * window.c (candidate_window_p): Consider frames that are being placed
22324 by the user as somewhere between visible and iconified.
22325 (window_loop): Prefer windows on the current frame.
22326 (Fselect_window): Move the use of select-frame to the beginning so we
22327 can just delegate all the work (it'll call us back anyway).
22328
22329 * frame.c (Qdisplay_environment_variable):
22330 * frame.h (Qdisplay_environment_variable): Delete.
22331
22332 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22333 of the first arg, since that value may be a union.
22334
22335 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22336 parameter rather than Qdisplay_environment_variable. If all else
22337 fails, look for DISPLAY in initial-environment.
22338
22339 2007-09-21 Glenn Morris <rgm@gnu.org>
22340
22341 * Makefile.in (emacstool): Remove target.
22342 (lisp, shortlisp): Remove termdev.elc.
22343
22344 2007-09-21 Markus Triska <markus.triska@gmx.at>
22345
22346 * xterm.c (x_delete_display): Compile session management conditionally.
22347
22348 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22349
22350 * callproc.c (getenv_internal_1): New function.
22351 (getenv_internal): Use it.
22352 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22353
22354 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22355 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22356 (Fset_terminal_parameter): Work with dead terminals as well.
22357 (Fmodify_terminal_parameters): Remove.
22358
22359 * terminal.c (get_terminal): Handle terminals.
22360 Make sure the terminal returned is live.
22361 (create_terminal): Use allocate_terminal.
22362 (mark_terminals): Move to alloc.c.
22363 (delete_terminal): Use terminal->name as liveness status.
22364 NULL out fields after freeing their contents.
22365 Don't deallocate the object.
22366 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22367 rather than an int.
22368 (Fterminal_live_p): Accept non-integer arguments.
22369 (Fterminal_list): Return terminal objects rather than an ints.
22370
22371 * alloc.c (enum mem_type): New member for `terminal' objects.
22372 (allocate_terminal): New function.
22373 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22374 Handle terminals.
22375 (mark_terminal): New fun.
22376 (mark_terminals): Move from terminal.c.
22377
22378 * term.c (get_tty_terminal): Don't treat output_initial specially.
22379 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22380 (delete_tty): Use terminal->name as liveness status.
22381
22382 * termhooks.h (struct terminal): Make it into a pseudovector.
22383 Remove `deleted' replaced by checking `name's nullness.
22384
22385 * print.c (print_object): Handle terminals.
22386
22387 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22388 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22389
22390 * frame.c (make_terminal_frame):
22391 * keyboard.c (tty_read_avail_input):
22392 * w32term.c (x_delete_terminal):
22393 * xfns.c (Fx_create_frame, x_create_tip_frame):
22394 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22395
22396 2007-09-20 Glenn Morris <rgm@gnu.org>
22397
22398 * process.c (Fmake_network_process): Doc fix.
22399
22400 2007-09-19 Jason Rumney <jasonr@gnu.org>
22401
22402 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22403
22404 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22405
22406 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22407 Fix a C warning regarding variable constness.
22408
22409 * xterm.c (handle_one_xevent): Fix a C warning.
22410
22411 2007-09-18 Jason Rumney <jasonr@gnu.org>
22412
22413 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22414
22415 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22416
22417 * gtkutil.c (gdpy_def): New variable.
22418 (xg_initialize): Initialize gdpy_def.
22419 (xg_display_close): If no other display exists, set gdpy_def to a
22420 new connection.
22421
22422 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22423
22424 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22425 when we have no file name for the icon.
22426 (xg_tool_bar_expose_callback): Remove.
22427 (xg_create_tool_bar): Don't connect expose signal to
22428 xg_tool_bar_expose_callback.
22429 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22430
22431 2007-09-16 Andreas Schwab <schwab@suse.de>
22432
22433 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22434 values instead of zapping them.
22435
22436 2007-09-14 Glenn Morris <rgm@gnu.org>
22437
22438 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22439 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22440 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22441 scope and rename to omfib_buffer for clarity.
22442 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22443
22444 2007-09-14 Kenichi Handa <handa@m17n.org>
22445
22446 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22447
22448 2007-09-13 Jason Rumney <jasonr@gnu.org>
22449
22450 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22451
22452 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22453
22454 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22455 (mac_term_init): Call here instead, passing rif.
22456
22457 2007-09-13 Glenn Morris <rgm@gnu.org>
22458
22459 * s/hpux.h: No longer define `static' as nothing.
22460
22461 2007-09-13 Johan Bockgård <bojohan@gnu.org>
22462
22463 * callint.c (Fcall_interactively): Remove unused var `fun'.
22464
22465 2007-09-12 Romain Francoise <romain@orebokech.com>
22466
22467 * window.c (prefer_window_split_horizontally, display_buffer):
22468 Revert 2007-09-08 change.
22469
22470 2007-09-12 Glenn Morris <rgm@gnu.org>
22471
22472 * alloca.c: Remove file.
22473 * Makefile.in (alloca): Do not undef.
22474 (allocaobj, alloca.o): Remove.
22475 (otherobj): Remove allocaobj.
22476 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22477 * regex.c (C_ALLOCA): Remove all references and code that was only
22478 used when this was defined.
22479 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22480 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22481 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22482
22483 * Makefile.in (SOURCES, unlock, relock): Delete.
22484
22485 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22486 (menu_grab_callback): All uses changed.
22487
22488 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22489 (x_reply_selection_request): All uses changed.
22490
22491 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22492
22493 * lread.c (load_warn_old_style_backquotes): Change message to look
22494 better when it appears in the middle of byte-compiler messages.
22495
22496 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22497
22498 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22499
22500 * xterm.c (x_create_terminal): Add comment.
22501
22502 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22503
22504 2007-09-10 Richard Stallman <rms@gnu.org>
22505
22506 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22507
22508 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22509
22510 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22511 (DEFUN): Document `intspec', use it instead of `prompt'.
22512
22513 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22514
22515 * data.c (Finteractive_form): If the interactive specification starts
22516 with a `(', use it as a Lisp form.
22517
22518 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22519 name and file modes.
22520
22521 * callint.c (Fcall_interactively): Comment fixes.
22522
22523 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22524
22525 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22526 and compiled functions.
22527
22528 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22529
22530 * window.c (prefer_window_split_horizontally): New variable.
22531 (display_buffer): Consider splitting window horizontally depending
22532 on prefer_window_split_horizontally.
22533
22534 2007-09-08 Eli Zaretskii <eliz@gnu.org>
22535
22536 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22537
22538 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22541
22542 * frame.c (x_set_frame_parameters): Check number is positive before
22543 using XFASTINT.
22544
22545 * window.c (freeze_window_start): Don't presume selected_window holds
22546 a window object.
22547 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22548
22549 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22550
22551 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22552
22553 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22554
22555 * window.c (Vsplit_window_preferred_function): New var.
22556 (Fdisplay_buffer): Use it.
22557 (syms_of_window): Export, and initialize it.
22558
22559 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22560
22561 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22562
22563 2007-09-06 Glenn Morris <rgm@gnu.org>
22564
22565 * gtkutil.c (menu_grab_callback) <cnt>:
22566 * xselect.c (x_reply_selection_request) <cnt>: Move static
22567 variable to file scope.
22568
22569 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22570
22571 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22572 consistent values of selected_frame and selected_window.
22573
22574 2007-09-04 Jason Rumney <jasonr@gnu.org>
22575
22576 * w32console.c (initialize_w32_display): Zero unused hooks.
22577
22578 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22579
22580 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22581 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22582
22583 2007-09-04 Jason Rumney <jasonr@gnu.org>
22584
22585 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22586 in w32console.c. Set up input. Remove XXX comments that have been
22587 confirmed as correct.
22588
22589 * s/ms-w32.h (MULTI_KBOARD): Define.
22590
22591 * w32console.c (one_and_only_w32cons): Remove.
22592 (initialize_w32_display): Take terminal argument.
22593
22594 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22595 initialize_w32_display.
22596 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22597
22598 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22599
22600 * keyboard.c (discard_mouse_events): Discard it.
22601 (make_lispy_event): Translate it to a lisp event.
22602 (lispy_wheel_names): Add wheel-left and right events.
22603 (syms_of_keyboard): Enlarge wheel_syms.
22604
22605 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22606 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22607
22608 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22609
22610 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22611 from WM_MOUSEHWHEEL.
22612 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22613
22614 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22615 terminal.
22616
22617 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22618 keyboard for the terminal.
22619
22620 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22621
22622 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22623 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22624 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22625 and resume-tty-function to resume-tty-hook.
22626 (Fsuspend_tty, Fresume_tty): Use new names.
22627
22628 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22629
22630 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22631 if it starts with "n:".
22632
22633 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22634
22635 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22636
22637 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22638
22639 * frame.h:
22640 * frame.c (Qterm_environment_variable): Remove.
22641 (syms_of_frame): Don't init and staticpro it.
22642
22643 * callproc.c (getenv_internal): Remove special case for $TERM.
22644
22645 * callproc.c (Vinitial_environment): New variable.
22646 (set_initial_environment): Initialize it.
22647 (syms_of_callproc): Declare it.
22648 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22649 TERM under which a process runs is never related to the TERM in which
22650 Emacs is running.
22651
22652 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22653
22654 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22655 * s/darwin.h: ... do it here.
22656
22657 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22658
22659 * lisp.h (set_initial_environment): Rename from set_global_environment.
22660
22661 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22662 removed by mistake on the multi-tty branch.
22663
22664 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22665 (Fmodify_frame_parameters): Return a value.
22666
22667 * image.c (png_load): Comment-out var only used in commented-out code.
22668
22669 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22670 before passing it to mark_object.
22671
22672 * xfaces.c (internal_resolve_face_name): Return a value.
22673 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22674
22675 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22676 (x_icon): Comment-out var only used in commented-out code.
22677
22678 2007-08-29 Romain Francoise <romain@orebokech.com>
22679
22680 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22681 QUIT hasn't been provided.
22682
22683 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22684
22685 * callproc.c (child_setup, getenv_internal): Use the
22686 display-environment-variable and term-environment-variable frame params.
22687 (set_initial_environment): Initialise Vprocess_environment.
22688
22689 * config.in: Disable multi-keyboard support on a mac.
22690
22691 * frame.c (Qterm_environment_variable)
22692 (Qdisplay_environment_variable): New variables.
22693 (syms_of_frame): Intern and staticpro them.
22694 (Fmake_terminal_frame): Disable output method test.
22695
22696 * frame.h: Declare them here.
22697
22698 * macfns.c (x_set_mouse_color): Get rif from the frame.
22699 (x_set_tool_bar_lines): Don't use updating_frame.
22700 (mac_window): Add 2 new parameters for consistency with other systems.
22701 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22702 frame parameters following what is done in X11 and w32. Don't use
22703 FRAME_MAC_DISPLAY_INFO.
22704 (Fx_open_connection, start_hourglass): Remove window-system check.
22705 (x_create_tip_frame): Get the keyboard from the terminal.
22706
22707 * macmenu.c: Reorder includes.
22708 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22709
22710 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22711 terminal parameter.
22712 (x_clear_frame): Add a frame parameter.
22713 (note_mouse_movement): Get rif from the frame.
22714 (mac_term_init): Initialize the terminal.
22715 (mac_initialize): Make static and move terminal initialization ...
22716 (mac_create_terminal): ... to this new function.
22717
22718 * macterm.h (struct mac_display_info): Add terminal.
22719 (mac_initialize): Delete declaration.
22720
22721 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22722
22723 * sysdep.c: Comment out text after #endif.
22724
22725 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22726 is defined. Better initialize ttys in windows. Use terminal
22727 specific mouse_position_hook.
22728
22729 * termhooks.h (union display_info): Add mac_display_info.
22730
22731 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22732 Set the default minibuffer frame, window_system and the rest of the
22733 frame parameters following what is done in X11.
22734
22735 * w32term.c (w32_initialize): Make static.
22736
22737 * xselect.c (x_handle_selection_clear): Only access
22738 terminal->kboard when MULTI_KBOARD is defined.
22739
22740 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22741 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22742
22743 2007-08-29 Jason Rumney <jasonr@gnu.org>
22744
22745 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22746 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22747
22748 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22749 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22750
22751 * keyboard.c (restore_kboard_configuration): Only define when
22752 MULTI_KBOARD defined.
22753
22754 * makefile.w32-in: Update dependancies from Makefile.in.
22755 (OBJ1): Add terminal.$(O)
22756
22757 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22758 Don't define function body.
22759 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22760
22761 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22762
22763 * w32.c (request_sigio, unrequest_sigio): Remove.
22764
22765 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22766 (w32con_clear_frame, w32con_clear_end_of_line)
22767 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22768 (w32con_delete_glyphs, w32con_set_terminal_window)
22769 (scroll_line, w32_sys_ring_bell): Add frame arg.
22770 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22771 Add terminal arg.
22772 (PICK_FRAME): Remove.
22773 (w32con_write_glyphs): Use frame specific terminal coding.
22774 (one_and_only_w32cons): New global variable.
22775 (initialize_w32_display): Use it for storing hooks.
22776 (create_w32cons_output): New function.
22777
22778 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22779 arg a frame.
22780
22781 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22782 Set window_system.
22783 (x_set_tool_bar_lines): Don't use updating_frame.
22784 (Fx_create_frame): Set terminal and ref count.
22785 (Fx_open_connection): Remove window-system check.
22786
22787 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22788
22789 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22790 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22791 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22792 Add frame arg.
22793 (x_delete_terminal, w32_create_terminal): New functions.
22794 (w32_term_init): Create a terminal.
22795 (w32_initialize): Move terminal specific initialization to
22796 w32_create_terminal.
22797
22798 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22799 (w32_clear_rect, w32_clear_area): Use background from frame.
22800 (w32_display_info): Add terminal.
22801 (w32_sys_ring_bell, x_delete_display): Declare here.
22802
22803 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22804
22805 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22806
22807 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22808
22809 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22810 Fix get_named_tty calls for the controlling tty.
22811
22812 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22813
22814 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
22815
22816 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22817
22818 * term.c (tty_insert_glyphs): Add missing first parameter.
22819
22820 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22821
22822 * buffer.c (Fbuffer_list, Fbury_buffer):
22823 Take frame->buried_buffer_list into account.
22824
22825 * cm.c (current_tty): New variable, for cmputc().
22826 (cmputc): Use it.
22827 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22828 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22829 (cmgoto): Add tty parameter. Pass it on to calccost().
22830 Use emacs_tputs() instead of tputs().
22831
22832 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22833 tputs().
22834 (current_tty): New variable, for cmputc().
22835 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22836
22837 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22838 (internal_condition_case, internal_condition_case_1)
22839 (internal_condition_case_2): Don't abort when x_catching_errors.
22840
22841 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22842 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22843 prevent crashes caused by bogus longjmps in read_char.
22844
22845 * keymap.h (Fset_keymap_parent): Add EXFUN.
22846
22847 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22848 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22849 Remove redundant definition.
22850
22851 * macfns.c (x_set_mouse_color, x_make_gc):
22852 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22853
22854 * w32term.c (x_free_frame_resources):
22855 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22856 (w32_initialize): Use the accessor macros for terminal characteristics.
22857
22858 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22859 Use the accessor macros for terminal characteristics.
22860 * msdos.c (internal_terminal_init): Use the accessor macros for
22861 terminal characteristics.
22862 (ScreenVisualBell, internal_terminal_init):
22863 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22864
22865 * termopts.h (no_redraw_on_reenter): Declare.
22866
22867 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22868 (mark_terminals, mark_ttys): Declare.
22869 (Fgarbage_collect): Call them.
22870 (mark_object): Mark buried_buffer_list.
22871
22872 * prefix-args.c: Include stdlib.h for exit.
22873
22874 * syssignal.h: Add comment.
22875
22876 * indent.c: Include stdio.h.
22877
22878 * window.h (Vinitial_window_system): Declare.
22879 (Vwindow_system): Delete declaration.
22880
22881 * fontset.c (Finternal_char_font): Use FRAME_RIF.
22882
22883 * image.c (lookup_image): Don't initialize `c' until the xasserts
22884 have been run.
22885
22886 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22887 FRAME_FOREGROUND_PIXEL.
22888
22889 * print.c (print_preprocess): Don't lose print_depth levels while
22890 iterating.
22891
22892 * widget.c (update_from_various_frame_slots):
22893 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22894
22895 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22896 frames.
22897 (window_internal_height): Remove bogus make_number call.
22898 (init_window_once): Call make_terminal_frame with two zero parameters.
22899
22900 * fileio.c (Fread_file_name): Update comment.
22901
22902 * callint.c (Fcall_interactively):
22903 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22904 Make sure it is correctly unwound.
22905
22906 * xsmfns.c (x_session_close): New function.
22907
22908 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22909 Delete declarations.
22910
22911 * xterm.h: Remove declaration for x_fully_uncatch_errors.
22912 (x_output): Remove background_pixel and foreground_pixel fields.
22913 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
22914 (x_delete_device, x_session_close): Declare.
22915
22916 * lread.c: Include setjmp.h. Update declaration of `read_char'.
22917 (read_filtered_event): Call `read_char' with a local
22918 `wrong_kboard_jmpbuf'.
22919
22920 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22921 Don't call single_kboard_state. Use FRAME_RIF.
22922
22923 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22924 systems.
22925
22926 * lisp.h (set_process_environment): Rename to `set_global_environment'.
22927 (Fframe_with_environment, Fset_input_meta_mode)
22928 (Fset_quit_char): EXFUN.
22929 (x_create_device, tty_output, terminal, tty_display_info): Declare.
22930 (init_sys_modes, reset_sys_modes): Update prototypes.
22931 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22932
22933 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22934 Vlocal_key_translation_map, and Vkeyboard_translate_table.
22935 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22936 Delete declarations.
22937 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22938 (temporarily_switch_to_single_kboard, tty_read_avail_input):
22939 New declarations.
22940
22941 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22942 already does that during init_display(). Call syms_of_keymap
22943 before syms_of_keyboard. Call `syms_of_terminal'.
22944 Call set_initial_environment, not set_process_environment.
22945 (shut_down_emacs): Call reset_all_sys_modes() instead of
22946 reset_sys_modes().
22947
22948 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22949 (internal_resolve_face_name, resolve_face_name_error): New functions.
22950 (resolve_face_name): Protect against loops and errors thrown by Fget.
22951 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22952 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22953
22954 * scroll.c: Replace CURTTY() with local variables throughout the
22955 file (where applicable).
22956 (calculate_scrolling, calculate_direct_scrolling)
22957 (scrolling_1, scroll_cost): Use the accessor macros for terminal
22958 characteristics.
22959
22960 * keymap.c (Vfunction_key_map): Remove.
22961 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22962 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22963 (Vkey_translation_map): Remove.
22964 (syms_of_keymap): Remove DEFVAR for key-translation-map.
22965 (Fdescribe_buffer_bindings)
22966 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22967 Update for terminal-local key-translation-map.
22968
22969 * Makefile.in (callproc.o): Update dependencies.
22970 (lisp, shortlisp): Add termdev.elc.
22971 (obj): Add terminal.o.
22972 (terminal.o): Add dependencies.
22973 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22974 (data.o, fns.o): Add termhooks.h dependency.
22975 (SOME_MACHINE_LISP): Add dnd.elc.
22976 (minibuf.o): Fix typo.
22977 Update dependencies.
22978
22979 * data.c (do_symval_forwarding, store_symval_forwarding)
22980 (find_symbol_value): Use the selected frame's keyboard, not
22981 current_kboard.
22982
22983 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22984 Vwindow_system.
22985
22986 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22987 Fmenu_bar_open.
22988 (syms_of_xmenu): Update defsubr.
22989 (mouse_position_for_popup, Fx_popup_menu)
22990 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22991 (set_frame_menubar, free_frame_menubar)
22992 (create_and_show_popup_menu, xmenu_show)
22993 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22994 an X frame.
22995
22996 * xselect.c (x_own_selection): Abort if not an X frame.
22997 (some_frame_on_display): Check if it is an X frame.
22998 (x_handle_selection_clear): Deal with MULTI_KBOARD.
22999
23000 * coding.c: Include frame.h and termhooks.h.
23001 (terminal_coding, keyboard_coding): Delete.
23002 (Fset_terminal_coding_system_internal)
23003 (Fset_keyboard_coding_system_internal)
23004 (Fkeyboard_coding_system)
23005 (Fterminal_coding_system): Add a terminal parameter.
23006 Get terminal_coding from the terminal.
23007 (init_coding_once): Don't call setup_coding_system here.
23008
23009 * dispextern.h (set_scroll_region, turn_off_insert)
23010 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23011 (tty_clear_end_of_line, tty_setup_colors)
23012 (delete_tty, updating_frame)
23013 (produce_special_glyphs, produce_glyphs, write_glyphs)
23014 (insert_glyphs): Remove.
23015 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23016 (tty_turn_off_highlight, get_tty_size): Add declaration.
23017 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23018
23019 * frame.h (enum output_method): Add output_initial.
23020 (struct x_output): Delete.
23021 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23022 Access foreground_pixel and background_pixel directly from the frame.
23023 (tty_display): Delete.
23024 (struct frame): Add buried_buffer_list, foreground_pixel,
23025 background_pixel and terminal. Delete kboard.
23026 (union output_data): Add tty.
23027 (FRAME_KBOARD): Get the kboard from the terminal.
23028 (FRAME_INITIAL_P): New macro.
23029 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23030 (Qterm_environment_variable, Qdisplay_environment_variable)
23031 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23032 New declarations.
23033
23034 * termchar.h (tty_output, tty_display_info): New structures.
23035 (tty_list): Declare.
23036 (FRAME_TTY, CURTTY): New macros.
23037 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23038 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23039 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23040 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23041
23042 * callproc.c: Include frame.h and termhooks.h, for terminal
23043 parameters.
23044 (add_env): New function.
23045 (child_setup): Use it.
23046 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23047 (getenv_internal): Fix get_terminal_param call.
23048 (Fgetenv_internal, egetenv): Update doc.
23049 (syms_of_callproc): Initialize Vprocess_environment to nil.
23050 Register and initialize them. Remove obsolete defvars. Update doc
23051 strings.
23052 (child_setup): Handle Vlocal_environment_variables.
23053 (getenv_internal): Add terminal parameter.
23054 Handle Vlocal_environment_variables.
23055 (Fgetenv_internal): Add terminal parameter.
23056 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23057 environment in a frame (not terminal) parameter. Update doc strings.
23058 (set_initial_environment): Rename from set_global_environment.
23059 Store Emacs environment in initial frame parameter.
23060
23061 * xdisp.c (redisplay_internal): Update references to
23062 `previous_terminal_frame'.
23063 (display_mode_line, Fformat_mode_line): Replace calls to
23064 `push_frame_kboard' with `push_kboard'.
23065 (get_glyph_string_clip_rects): Add extra parentheses and
23066 braces to prevent compiler warnings.
23067 (calc_pixel_width_or_height): Add xassert to check that the
23068 frame is alive. Don't call `lookup_image' on a termcap frame.
23069 (message2_nolog, message3_nolog, redisplay_internal)
23070 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23071 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23072 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23073 (Fx_display_pixel_width, Fx_display_pixel_height)
23074 (Fx_display_planes, Fx_display_color_cells)
23075 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23076 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23077 (Fx_display_backing_store, Fx_display_visual_class)
23078 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23079 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23080
23081 * xfns.c (x_set_foreground_color x_set_background_color)
23082 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23083 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23084 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23085 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23086 terminal that is being deleted.
23087 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23088 frame parameter, and make sure it overrides any user-supplied setting.
23089 (Fx_close_connection, Fx_synchronize): Unify argument names with
23090 the rest of the DEFUNs.
23091
23092 * dispnew.c (Fsend_string_to_terminal): Update call to
23093 `get_tty_terminal'.
23094 (Fredraw_frame, Fsend_string_to_terminal)
23095 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23096 FRAME_TERMCAP_P and FRAME_TTY.
23097 (window_change_signal): Don't believe width/height values that are
23098 impossibly small.
23099 (Vinitial_window_system): Rename from Vwindow_system.
23100 (termscript, Wcm, rif): Delete.
23101
23102 * termhooks.h (struct terminal): New struct containing the
23103 previously global text display hooks and new members NAME,
23104 DELETED and PARAM_ALIST.
23105 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23106 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23107 (FRAME_RIF): New macros.
23108 (get_terminal_param, get_device): New declarations.
23109 (termscript): Delete declaration.
23110
23111 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
23112 (XTflash, x_free_frame_resources, x_scroll_bar_create)
23113 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
23114 FRAME_FOREGROUND_PIXEL.
23115 (x_fully_uncatch_errors): Disable definition.
23116 (x_scroll_bar_expose): Fix reference to foreground pixel.
23117 (XTread_socket): Disable loop on all X displays.
23118 (x_delete_terminal): Don't set terminal->deleted and let
23119 delete_terminal delete the frames on the terminal.
23120 (x_delete_display): Doc update to reflect changes in
23121 delete_terminal.
23122 (x_display_info) <terminal>: Move member earlier in the struct.
23123 (deleting_tty): Remove old variable.
23124 (Fsuspend_tty): Call clear_tty_hooks.
23125 (Fresume_tty, init_tty): Call set_tty_hooks.
23126 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
23127 errors on X frames.
23128 (x_catch_errors_unwind): Abort if x_error_message is NULL.
23129 (handle_one_xevent): Initialize `f' to NULL.
23130 (x_delete_terminal, x_create_terminal): New functions.
23131 (XTset_terminal_modes, XTreset_terminal_modes)
23132 (XTread_socket, x_connection_closed, x_term_init)
23133 (x_term_init, x_delete_display): Add terminal parameter.
23134 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
23135 X connections.
23136
23137 * frame.c: Include termchar.h.
23138 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
23139 (Qwindow_system, Qenvironment, Qterm_environment_variable)
23140 (Qdisplay_environment_variable): New vars.
23141 (Fframep): Deal with output_initial.
23142 (Fframe-live-p): Doc fix.
23143 (Fwindow-system): New function.
23144 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
23145 (make_terminal_frame): Don't create frames on a terminal that is
23146 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23147 (store_frame_param): Check for found_for_frame before calling XFRAME.
23148 (Fmake_terminal_frame): Handle NULL tty names correctly.
23149 (syms_of_frame): Enhance doc string of `default-frame-alist'.
23150 (Fdelete_frame): Remove unused variable `count'. Don't allow other
23151 frames to refer to a deleted frame in their 'environment parameter.
23152 (Fframe_with_environment): New function.
23153 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23154 (get_future_frame_param): New function.
23155 (Fmake_terminal_frame): Use it.
23156 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23157
23158 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23159 * sysdep.c (reset_sys_modes): Update for renames.
23160
23161 * keyboard.c (tty_read_avail_input): New function.
23162 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23163 (syms_of_keyboard): Defsubr them.
23164 (Fset_input_meta_mode, Fset_quit_char): New functions.
23165 (Fset_input_mode): Split to above functions.
23166 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23167 parameter. Use it in call to `read_char'.
23168 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23169 Set wrong_kboard_jmpbuf correctly in recursive calls.
23170 Use current_kboard to access Vkeyboard_translate_table.
23171 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23172 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23173 Update longjmp invocations. Remember the original current_kboard,
23174 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23175 changes it. Comment out unnecessary calls to
23176 `record_single_kboard_state' and `any_kboard_state'.
23177 Update recursive calls.
23178 (wrong_kboard_jmpbuf): Remove global variable.
23179 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23180 Handle deleted interrupted_kboards correctly; that is a legal
23181 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23182 and read_char calls. Abort if interrupted_kboard died in read_char.
23183 (any_kboard_state, single_kboard_state)
23184 (push_frame_kboard): Remove function.
23185 (pop_kboard): Switch out of single_kboard mode if the kboard has
23186 been deleted. Remove unused variable. Help debugging by not
23187 changing current_kboard unnecessarily. Set current_kboard to the
23188 kboard of the selected frame when the stored kboard object has
23189 been deleted before pop_kboard.
23190 (temporarily_switch_to_single_kboard): Change first parameter to a
23191 frame pointer. Throw an error when caller wants to change kboards
23192 while in single_kboard mode. Don't push_kboard if we weren't in
23193 single kboard state. Don't pop_kboard if we popped into any
23194 kboard state.
23195 (restore_kboard_configuration): Abort if pop_kboard changed the
23196 kboard in single_kboard mode. Call pop_kboard only after setting
23197 up single_kboard mode.
23198 (Frecursive_edit): Switch to single_kboard mode only in nested
23199 command loops.
23200 (cmd_error, command_loop, command_loop_1, timer_check):
23201 Comment out unnecessary call to `any_kboard_state' and
23202 `record_single_kboard_state'.
23203 (delete_kboard): Exit single_kboard mode if we have just deleted
23204 that kboard. Use FRAME_KBOARD.
23205 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23206 `fatal_error_signal'.
23207 (record_single_kboard_state): Don't push_kboard if we weren't in
23208 single kboard state. Don't pop_kboard if we popped into any
23209 kboard state.
23210 (push_frame_kboard): Rename to push_kboard.
23211 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23212 (read_avail_input): Read input from all terminals.
23213 (mark_kboards): Also mark Vkeyboard_translate_table.
23214 (kbd_buffer_store_event_hold): Simplify condition.
23215 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23216 (Vkeyboard_translate_table): Move to struct kboard.
23217 (init_kboard): Initialize Vkeyboard_translate_table.
23218 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23219 Vkeyboard_translate_table. Update doc strings. Update docs of
23220 local-function-key-map and function-key-map.
23221
23222 * terminal.c: New file.
23223
23224 * term.c: Include errno.h.
23225 (Vring_bell_function, device_list, initial_device)
23226 (next_device_id, ring_bell, update_begin, update_end)
23227 (set_terminal_window, cursor_to, raw_cursor_to)
23228 (clear_to_end, clear_frame, clear_end_of_line)
23229 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23230 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23231 (syms_of_term): Move their initialization to terminal.c.
23232 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23233 (Ftty_display_color_cells)
23234 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23235 (clear_tty_hooks, set_tty_hooks)
23236 (init_tty, maybe_fatal): New functions.
23237 (Ftty_type): Return nil if terminal is not on a tty instead of
23238 throwing an error. Doc update.
23239 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23240 Doc update. Initialize new subrs and variables.
23241 (delete_tty): Use terminal->deleted.
23242 (tty_set_terminal_modes): Rename from set_terminal_modes.
23243 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23244 (set_scroll_region): Rename to `tty_set_scroll_region'.
23245 (turn_on_insert): Rename to `tty_turn_on_insert'.
23246 (turn_off_insert): Rename to `tty_turn_off_insert'.
23247 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23248 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23249 (toggle_highligh): Rename to `tty_toggle_highlight'.
23250 (background_highlight): Rename to `tty_background_highlight'.
23251 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23252 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23253 (tty_set_scroll_region, tty_background_highlight)
23254 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23255 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23256 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23257 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23258 Add static modifier.
23259 (tty_reset_terminal_modes, tty_set_terminal_window)
23260 (tty_set_scroll_region, tty_background_highlight)
23261 (tty_highlight_if_desired, tty_cursor_to)
23262 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23263 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23264 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23265 renames.
23266
23267 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23268
23269 * keyboard.c: Qrtl is new.
23270 (parse_tool_bar_item): Handle :rtl keyword.
23271 (syms_of_keyboard): Intern :rtl keyword.
23272
23273 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23274
23275 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23276 so no Lisp code is executed.
23277 (file_for_image, find_rtl_image): New functions.
23278 (xg_get_image_for_pixmap): Use file_for_image.
23279 (update_frame_tool_bar): If direction is RTL, use RTL image if
23280 defined. Use Gtk stock images if defined.
23281
23282 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23283
23284 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23285 for nonexistent or zero-width glyph in composition glyph.
23286
23287 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23288
23289 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23290
23291 * xdisp.c (Finvisible_p): New function.
23292 (syms_of_xdisp): defsubr it.
23293
23294 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
23295
23296 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23297 Doc fixes.
23298
23299 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23300
23301 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23302
23303 2007-08-24 Martin Rudalics <rudalics@gmx.at>
23304
23305 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23306 whether decoding has modified buffer contents.
23307
23308 2007-08-24 Jason Rumney <jasonr@gnu.org>
23309
23310 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23311 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23312 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23313 (init_svg_functions) [HAVE_NTGUI]: New function.
23314 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23315 (svg_load_image): Use them.
23316 (svg_load_image) [HAVE_NTGUI]: Implement background.
23317
23318 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23319
23320 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23321 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23322 (LIBX): Remove @RSVG_LIBS@.
23323 (LIBES): Add $(RSVG_LIBS).
23324
23325 * image.c (svg_load_image): Blend with specified background if exists.
23326 Use IMAGE_BACKGROUND. Add Mac OS Support.
23327
23328 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23329 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23330 Remove macros.
23331 [MAC_OSX] (socket_callback): Do nothing.
23332 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23333 ReceiveNextEvent.
23334 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23335 socket_callback.
23336 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23337
23338 2007-08-22 Glenn Morris <rgm@gnu.org>
23339
23340 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23341
23342 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23343
23344 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23345
23346 * image.c: Add support for SVG images. Some additional comments
23347 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23348 (svg_image_p): New function to test for SVG image.
23349 (svg_load): New function to load SVG image.
23350 (svg_load_image): New function, helper for svg_load.
23351 (Qsvg): New Lisp_object.
23352 (svg_keyword_index): New enum.
23353 (svg_format): New static `image_keyword' struct.
23354 (svg_type): New static `image_type' struct.
23355 (librsvg/rsvg.h): Include it.
23356
23357 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23360
23361 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23362
23363 * lread.c (Qold_style_backquotes): New var.
23364 (syms_of_lread): Init and staticpro it.
23365 (load_warn_old_style_backquotes): New fun.
23366 (Fload): Use them to warn about old style backquotes.
23367 (end_of_file_error, Fload): Remove unused vars.
23368
23369 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23370
23371 * lread.c (Vold_style_backquotes): New var.
23372 (syms_of_lread): Init and export it to Elisp.
23373 (read1): Set it when we find an old-style (back)quote.
23374
23375 2007-08-22 Jason Rumney <jasonr@gnu.org>
23376
23377 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23378
23379 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23380
23381 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23382
23383 2007-08-19 Richard Stallman <rms@gnu.org>
23384
23385 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23386
23387 2007-08-19 Andreas Schwab <schwab@suse.de>
23388
23389 * alloc.c (pure): Round PURESIZE up.
23390
23391 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23392
23393 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23394 active frame.
23395
23396 2007-08-16 Richard Stallman <rms@gnu.org>
23397
23398 * eval.c (Fcommandp): Add parens to clarify.
23399
23400 * minibuf.c (Fall_completions): Use enum for type of table.
23401
23402 * emacs.c (USAGE2): Improve text.
23403
23404 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23405
23406 * term.c (tty_default_color_capabilities): Declare static
23407 variables in file scope, to avoid HPUX compiler problem.
23408
23409 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23410
23411 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23412 to gtk_toolbar_insert.
23413
23414 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23415
23416 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23417
23418 * insdel.c (reset_var_on_error): New fun.
23419 (signal_before_change, signal_after_change):
23420 Use it to reset (after|before)-change-functions to nil in case of error.
23421 Bind inhibit-modification-hooks to t.
23422 Don't bind (after|before)-change-functions to nil while they run.
23423
23424 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23425
23426 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23427 filling pixmap with stippled background.
23428
23429 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23430
23431 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23432 Don't use invisible frame as parent window for repositioning.
23433
23434 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23435
23436 * print.c (new_backquote_output): Rename from old_backquote_output.
23437 (print): Inverse its logic (according to its name) so as to match the
23438 behavior of new_backquote_flag in lread.c.
23439
23440 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23441
23442 * gmalloc.c (posix_memalign): New function.
23443
23444 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23445 ActivateControl/DeactivateControl here.
23446 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23447 frame-notice-user-settings is non-nil.
23448 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23449 for kEventParamFMFontStyle.
23450 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23451 mac_pass_command_to_system and mac_pass_control_to_system here.
23452 (XTread_socket): Call ActivateControl/DeactivateControl here.
23453 (XTread_socket) [TARGET_API_MAC_CARBON]:
23454 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23455 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23456 for window repositioning.
23457
23458 2007-08-08 Glenn Morris <rgm@gnu.org>
23459
23460 * Replace `iff' in doc-strings and comments.
23461
23462 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
23463
23464 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23465
23466 2007-08-07 Martin Rudalics <rudalics@gmx.at>
23467
23468 * fileio.c (Finsert_file_contents): Run format-decode and
23469 after_insert_file_functions on entire buffer when REPLACE is
23470 non-nil and inhibit modification_hooks and point_motion_hooks.
23471 For consistency, run after_insert_file_functions iff something
23472 got inserted. Move signal_after_change and update_compositions
23473 after code running after_insert_file_functions. Make sure that
23474 undo_list doesn't record intermediate steps of the decoding process.
23475
23476 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23477
23478 * emacs.c (main)
23479 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23480 Call malloc_enable_thread on interactive startup.
23481
23482 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23483 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23484 [USE_PTHREAD]: Conditionalize with it.
23485 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23486 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23487 New functions.
23488
23489 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
23490
23491 * xdisp.c (redisplay_window): When restoring original buffer
23492 position, make sure it is still valid.
23493
23494 * image.c (png_load): Ignore png-supplied background color.
23495
23496 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23497
23498 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23499 Use kCFAbsoluteTimeIntervalSince1970.
23500
23501 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23502 New variable.
23503 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23504 event loop should be quit.
23505 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23506 Quit dialog event loop if quit_dialog_event_loop is set.
23507
23508 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23509 (Selection): New typedef. Use instead of ScrapRef.
23510 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23511 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23512 (mac_clear_selection): Rename from clear_scrap.
23513 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23514 scrap_has_target_type. All uses changed.
23515 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23516 (mac_selection_has_target_p): New functions.
23517 (mac_put_selection_value): Rename from put_scrap_string.
23518 (mac_get_selection_value): Rename from get_scrap_string.
23519 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23520 (put_scrap_private_timestamp, scrap_has_target_type)
23521 (get_scrap_private_timestamp): Remove functions.
23522 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23523 (x_own_selection, x_get_local_selection):
23524 Use mac_valid_selection_value_p.
23525 (x_own_selection): Don't use put_scrap_private_timestamp.
23526 Record OWNERSHIP-INFO into Vselection_alist instead.
23527 (x_get_local_selection): Don't check type if request is local.
23528 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23529 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23530
23531 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23532
23533 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23534 add comment explaining why.
23535
23536 2007-08-03 Richard Stallman <rms@gnu.org>
23537
23538 * fileio.c (Fvisited_file_modtime): Use make_time.
23539
23540 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23541
23542 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23543 build.
23544
23545 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23546
23547 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23548
23549 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23550
23551 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23552
23553 2007-07-30 Richard Stallman <rms@gnu.org>
23554
23555 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23556
23557 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23558
23559 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23560
23561 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
23562
23563 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23564 remote default-directory.
23565
23566 * buffer.c (mode-line-format): Update doc string.
23567
23568 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23569
23570 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23571 scroll bar gap.
23572 (x_scroll_bar_create): Set bar->fringe_extended_p.
23573 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23574 on frame edge. Check fringe background extension. Don't clear
23575 extended fringe background area.
23576
23577 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23578 (w32_fill_area): Enclose multiple statements with do ... while (0).
23579
23580 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23581 Extend fringe background to scroll bar gap.
23582 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23583 Set bar->fringe_extended_p.
23584 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23585 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23586 background extension. Don't clear extended fringe background area.
23587
23588 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23589 New member fringe_extended_p.
23590
23591 2007-07-25 Glenn Morris <rgm@gnu.org>
23592
23593 * Relicense all FSF files to GPLv3 or later.
23594
23595 * COPYING: Switch to GPLv3.
23596
23597 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23598
23599 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23600
23601 * data.c (Finteractive_form): Check for the presence of an
23602 `interactive-form' symbol property more thoroughly.
23603
23604 * data.c (Finteractive_form): Use an `interactive-form' property if
23605 present, analogous to the function-documentation property.
23606
23607 2007-07-24 Jason Rumney <jasonr@gnu.org>
23608
23609 * w32fns.c (x_real_positions): Get real position from OS instead of
23610 calculating it.
23611
23612 2007-07-23 Jason Rumney <jasonr@gnu.org>
23613
23614 * filelock.c (current_lock_owner): Allow for @ sign in username.
23615
23616 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
23617
23618 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23619 remote default-directory.
23620
23621 * buffer.c (mode-line-format): Describe above case in doc string.
23622
23623 2007-07-20 Eli Zaretskii <eliz@gnu.org>
23624
23625 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23626 Define if not defined.
23627
23628 2007-07-18 Jason Rumney <jasonr@gnu.org>
23629
23630 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23631
23632 2007-07-18 Richard Stallman <rms@gnu.org>
23633
23634 * data.c (Fsetq_default): Doc fix.
23635
23636 * eval.c (Fsetq): Doc fix.
23637
23638 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
23639
23640 * coding.c (Ffind_operation_coding_system):
23641 * eval.c (For, Fand): Doc fixes.
23642 Reported by Johan Bockgård.
23643
23644 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23645
23646 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23647
23648 * xterm.h: Declare x_ewmh_activate_frame.
23649
23650 * xterm.c (x_ewmh_activate_frame): New function.
23651 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23652
23653 2007-07-17 Martin Rudalics <rudalics@gmx.at>
23654
23655 * window.c (Fdisplay_buffer): If largest or LRU window is the
23656 only window, split it even if it is not eligible for splitting.
23657 This restores the original behavior broken by the 2007-07-15
23658 change.
23659
23660 2007-07-17 Glenn Morris <rgm@gnu.org>
23661
23662 * abbrev.c (abbrev_check_chars): New function.
23663 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23664 Call abbrev_check_chars to check abbrev characters are word
23665 constituents. Doc fix.
23666
23667 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23668
23669 * process.c (Fstart_process, Fmake_network_process)
23670 (read_process_output): Fix up last changes.
23671
23672 2007-07-16 Eli Zaretskii <eliz@gnu.org>
23673
23674 * makefile.w32-in (clean): Don't delete *~.
23675
23676 2007-07-16 Andreas Schwab <schwab@suse.de>
23677
23678 * window.c (Fdisplay_buffer): Use NILP.
23679 (Fset_window_scroll_bars): Likewise.
23680
23681 2007-07-15 Martin Rudalics <rudalics@gmx.at>
23682
23683 * window.c (window_min_size_2): New function.
23684 (window_min_size_1, size_window, Fdisplay_buffer)
23685 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23686 windows without mode- or header-lines when window-min-height is
23687 too small.
23688 (size_window): Reset nodelete_p after testing it, following an
23689 earlier note by Kim F. Storm.
23690 (display_buffer): Do not set split_height_threshold to twice the
23691 value of window_min_height to avoid changing the value of a
23692 customizable variable. Rather explicitly check whether the
23693 height of the window that shall be splitted is at least as large
23694 as split_height_threshold.
23695 (Fwindow_full_width_p): New defun.
23696 (syms_of_window): Defsubr it.
23697
23698 * window.h: Add EXFUN for Fwindow_full_width_p.
23699
23700 2007-07-14 Jason Rumney <jasonr@gnu.org>
23701
23702 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23703
23704 2007-07-14 Richard Stallman <rms@gnu.org>
23705
23706 * eval.c (maybe_call_debugger): New function.
23707 (find_handler_clause): Use maybe_call_debugger.
23708 Call it when the handler says `debug'.
23709 Eliminate DEBUGGER_VALUE_PTR.
23710 (Fsignal): Eliminate debugger_value.
23711 (Qdebug): New variable.
23712 (syms_of_eval): Initialize it.
23713
23714 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
23715
23716 * eval.c (Fprogn):
23717 * keyboard.c (Ftrack_mouse):
23718 * print.c (Fwith_output_to_temp_buffer):
23719 * window.c (Fsave_window_excursion): Doc fix.
23720
23721 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23722
23723 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23724
23725 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23726
23727 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23728 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23729 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23730 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23731 Remove unused encoding_carryover.
23732 * process.c: Adjust all functions accordingly.
23733
23734 2007-07-12 Richard Stallman <rms@gnu.org>
23735
23736 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23737
23738 2007-07-11 Jason Rumney <jasonr@gnu.org>
23739
23740 * makefile.w32-in (LIBS): Include OLE32.
23741
23742 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23743 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23744
23745 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23746
23747 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23748 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23749 from a Lisp_Object into a bare pointer.
23750 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23751 Adjust the code correspondingly.
23752
23753 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23754
23755 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23756 (term_show_mouse_face): Remove unused var `j'.
23757 (handle_one_term_event): Remove unused vars `i' and `j'.
23758 Don't cast return value of ttyname since it's not necessary.
23759
23760 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23761
23762 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23763 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23764
23765 * fns.c (map_char_table): Use an array of int for `indices' rather than
23766 an array of Lisp_Objects (which are only ever integers anyway).
23767 (Fmap_char_table): Update caller.
23768 * lisp.h: Update prototype.
23769 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23770 * fontset.c (Ffontset_info):
23771 * casetab.c (set_case_table): Update callers.
23772
23773 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23774
23775 * keymap.c (struct accessible_keymaps_data)
23776 (struct where_is_internal_data): New structures.
23777 (accessible_keymaps_1, where_is_internal_1): Use them to change
23778 interface to adhere to the one used by map_keymap.
23779 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23780 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23781
23782 * keymap.h (map_keymap_function_t): More informative prototype.
23783
23784 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23785
23786 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23787 (looking_at_1): Don't change search_regs and last_thing_searched
23788 if `inhibit-changing-match-data' is non-nil.
23789 (string_match_1, search_buffer, set_search_regs): Likewise.
23790 (syms_of_search): Add Lisp level definition for
23791 `inhibit-changing-match-data' and set it to nil.
23792 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23793 start and end of the match, instead of using values in search_regs.
23794
23795 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23796
23797 * minibuf.c (Fcompleting_read): New value `confirm-only'
23798 for `require-match'.
23799
23800 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23801
23802 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23803 part of the 2007-06-27 change to syms_of_fileio.
23804
23805 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23806
23807 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23808 Check WINDOWP before using XWINDOW. Consolidate return statements.
23809
23810 2007-06-27 Richard Stallman <rms@gnu.org>
23811
23812 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23813
23814 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
23815
23816 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23817
23818 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23819
23820 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23821 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23822 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23823 (_free_internal, memalign): Use them.
23824 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23825 Initialize to PTHREAD_MUTEX_INITIALIZER.
23826 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23827 (morecore_nolock): Rename from morecore. All uses changed.
23828 Use only nolock versions of internal allocation functions.
23829 (_malloc_internal_nolock, _realloc_internal_nolock)
23830 (_free_internal_nolock): New functions created from
23831 _malloc_internal, _realloc_internal, and _free_internal.
23832 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23833 Copy hook value to automatic variable before its use.
23834 (memalign): Copy hook value to automatic variable before its use.
23835
23836 2007-06-26 Kenichi Handa <handa@m17n.org>
23837
23838 * coding.c (Ffind_operation_coding_system): Docstring improved.
23839 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23840
23841 2007-06-25 David Kastrup <dak@gnu.org>
23842
23843 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23844 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23845 cater for additional parameter.
23846
23847 * keymap.h: Adjust number of parameters to `current-active-maps'.
23848
23849 * doc.c (Fsubstitute_command_keys): Adjust call of
23850 `current-active-maps'.
23851
23852 2007-06-25 David Kastrup <dak@gnu.org>
23853
23854 * callint.c (Fcall_interactively): Make the parsing of interactive
23855 specs somewhat more readable.
23856
23857 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23858
23859 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23860 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23861 if extended background has already been filled.
23862
23863 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23864
23865 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23866 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23867
23868 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23869 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23870 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23871 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23872 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23873 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
23874 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23875 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23876 Run timers during dialog popup.
23877 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23878
23879 2007-06-21 Jason Rumney <jasonr@gnu.org>
23880
23881 * image.c (convert_mono_to_color_image): Swap fore and background.
23882
23883 2007-06-20 Jason Rumney <jasonr@gnu.org>
23884
23885 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23886 (w32_free_bdf_font): Unmap memory not handle.
23887
23888 2007-06-20 Sam Steingold <sds@gnu.org>
23889
23890 * gmalloc.c (__morecore): Fix the declaration to comply with the
23891 definition.
23892
23893 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
23894
23895 * w32term.c (w32_delete_display): Remove leftover declaration.
23896 (w32_define_cursor, w32_initialize): Make static.
23897
23898 * w32.c (_wsa_errlist): Fix typo in error message.
23899 (init_environment): Ignore any environment variable from the
23900 registry having a null value.
23901
23902 2007-06-20 Glenn Morris <rgm@gnu.org>
23903
23904 * Makefile.in (LIBGIF): Default to -lgif.
23905
23906 2007-06-17 Jason Rumney <jasonr@gnu.org>
23907
23908 * w32menu.c (add_menu_item): Don't use multibyte string functions on
23909 unicode strings.
23910
23911 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
23912
23913 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23914 Fix typo in docstring.
23915
23916 2007-06-16 Eli Zaretskii <eliz@gnu.org>
23917
23918 * w32menu.c (add_menu_item): Escape `&' characters in menu items
23919 and their keybindings.
23920
23921 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23922
23923 * composite.c (update_compositions): Fix last fix.
23924
23925 2007-06-14 Jason Rumney <jasonr@gnu.org>
23926
23927 * w32.c (get_process_times_fn): New function pointer.
23928 (globals_of_w32): Intialize it if present in kernel32.dll.
23929 (w32_get_internal_run_time): New function.
23930
23931 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23932
23933 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
23934
23935 * composite.c (update_compositions): Check the validness of
23936 compositions.
23937
23938 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23939
23940 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23941 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23942
23943 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23944 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23945
23946 * macgui.h (USE_MAC_TOOLBAR): New define.
23947
23948 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23949 Return immediately unless popup is activated.
23950
23951 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23952 background to scroll bar gap.
23953 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23954 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23955 scroll bars on frame edge. Check fringe background extension.
23956 Don't clear extended fringe background area.
23957 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23958 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23959 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23960 [USE_MAC_TOOLBAR]: New macros.
23961 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23962 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23963 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23964 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23965 [USE_MAC_TOOLBAR]: New functions.
23966 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23967 manually if previous repositioning has failed.
23968 (mac_handle_keyboard_event): Use precomputed event kind.
23969 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23970 as tool bar item click. Handle mouse movement over tool bar items.
23971
23972 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23973 toolbar_win_gravity.
23974 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23975 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23976 Add externs.
23977
23978 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23979 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23980
23981 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23982
23983 * image.c (search_image_cache): Remove unused variable.
23984
23985 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
23986
23987 * xfns.c, xmenu.c: Link to xaw3d if available.
23988
23989 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23990
23991 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23992 frame_foreground and frame_background.
23993
23994 * image.c (lookup_image): Save frame foreground and background colors.
23995 (search_image_cache): Check if saved and current frame colors match.
23996
23997 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23998
23999 * regex.c (regex_compile): Remove the `regnum' counter.
24000 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24001
24002 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24003
24004 * term.c: Include intervals.h to declare Fget_text_property.
24005
24006 2007-06-10 Jason Rumney <jasonr@gnu.org>
24007
24008 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24009
24010 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
24011
24012 * callint.c (Fcall_interactively):
24013 * editfns.c (Fdelete_and_extract_region):
24014 * fileio.c (Fread_file_name):
24015 * fns.c (Fmapconcat):
24016 * keyboard.c (cmd_error_internal):
24017 * keymap.c (Fkey_description):
24018 * lread.c (openp):
24019 * minibuf.c (read_minibuf):
24020 * search.c (wordify):
24021 * sunfns.c (sel_read):
24022 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24023 * xfns.c (x_default_scroll_bar_color_parameter):
24024 * xmenu.c (menu_help_callback):
24025 * xselect.c (Fx_get_atom_name):
24026 * xterm.c (x_term_init): Use empty_unibyte_string.
24027
24028 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24029
24030 * alloc.c (init_strings): Initialize canonical empty strings.
24031 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24032 canonical empty string when the requested size is 0.
24033
24034 * emacs.c (empty_unibyte_string): Rename from empty_string.
24035 (empty_multibyte_string): New canonical empty string.
24036 (syms_of_emacs): Don't initialize empty_string.
24037
24038 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24039 string, if appropriate.
24040 (empty_unibyte_string, empty_multibyte_string): New externs.
24041 (empty_string): Remove extern.
24042
24043 * lread.c (syms_of_lread): Use empty_unibyte_string.
24044
24045 2007-06-07 Jason Rumney <jasonr@gnu.org>
24046
24047 * s/ms-w32.h: Don't define HAVE_TZNAME.
24048
24049 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24050
24051 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24052
24053 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24054
24055 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24056 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24057
24058 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24059 Don't call next handler.
24060 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24061 Remove argument. Install handler to application.
24062 (set_frame_menubar): Don't change deep_p.
24063 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24064 FRAME_OUTER_TO_INNER_DIFF_Y.
24065 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24066 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24067 [HAVE_DIALOGS]: New macros.
24068 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24069 Use them.
24070 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24071
24072 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24073 init_service_handler. All callers changed. Return OSStatus value.
24074
24075 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24076 All callers changed so as not to call SetPortWindowPort.
24077 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24078 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24079 mac_draw_string_common.
24080 (mac_draw_image_string_qd): Likewise.
24081 (mac_draw_string_common): Use them. Add INLINE.
24082 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24083 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24084 GetGlobalMouse.
24085 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24086 and FRAME_OUTER_TO_INNER_DIFF_Y.
24087 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24088 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24089 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24090 repositioning window to mac_handle_window_event.
24091 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24092 saving window location to mac_handle_window_event
24093 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24094 (install_menu_target_item_handler): Remove argument in extern.
24095 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24096 Also accept command events.
24097 (do_keystroke): New function created from XTread_socket.
24098 (init_command_handler): Remove functions.
24099 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24100 and save window location by kEventWindowShowing and kEventWindowHiding
24101 handlers here. Don't call next handler for window state change and
24102 focus events.
24103 (mac_handle_application_event, mac_handle_keyboard_event)
24104 [TARGET_API_MAC_CARBON]: New functions.
24105 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24106 kEventWindowShowing and kEventWindowHiding events. Move installation
24107 of mouse, font, text input and menu target item handlers to
24108 install_application_handler.
24109 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24110 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24111 New function.
24112 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24113 Register it.
24114 (XTread_socket) [TARGET_API_MAC_CARBON]:
24115 Consolidate SendEventToEventTarget calls.
24116 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
24117 Move application activation handler to mac_handle_application_event.
24118 Move keyboard handler to mac_handle_keyboard_event.
24119 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
24120 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
24121 init_command_handler. Call install_application_handler.
24122
24123 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
24124 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
24125
24126 2007-06-07 Glenn Morris <rgm@gnu.org>
24127
24128 * emacs.c (main): Use `emacs-copyright' in --version output.
24129
24130 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
24131
24132 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
24133
24134 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24135
24136 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
24137
24138 * macgui.h: Replace WindowPtr with WindowRef.
24139
24140 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24141 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24142 Replace ControlHandle with ControlRef.
24143 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
24144
24145 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24146 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24147 Replace ControlHandle with ControlRef.
24148 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
24149 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
24150
24151 * macterm.h (struct scroll_bar): Rename member control_handle_low
24152 and control_handle_high to control_ref_low and control_ref_high.
24153 All uses changed.
24154 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24155 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24156 respectively. All uses changed.
24157 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24158 (install_window_handler, remove_window_handler): Replace WindowPtr
24159 with WindowRef in externs.
24160
24161 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
24162
24163 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24164
24165 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
24166
24167 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24168
24169 * frame.c (Fmouse_position, Fmouse_pixel_position):
24170 Condition on HAVE_GPM too.
24171
24172 * term.c (term_mouse_highlight): Remove unused variables.
24173 (Fterm_open_connection): Set gpm_zerobased to 1.
24174 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24175 Use zero based co-ordinates.
24176 (handle_one_term_event): Report a drag as mouse movement too.
24177
24178 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24179
24180 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
24181
24182 * image.c (search_image_cache): New function. Require background
24183 color match if background color is unspecified in the image spec.
24184 (uncache_image, lookup_image): Use it.
24185
24186 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
24187
24188 * window.c (Fshrink_window): Reflow docstring.
24189
24190 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
24191
24192 * Version 22.1 released.
24193
24194 2007-06-01 Richard Stallman <rms@gnu.org>
24195
24196 * xfns.c (x_encode_text): Add GCPRO.
24197
24198 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24199
24200 * xfns.c (x_set_name_internal): Save encoded name before
24201 x_encode_text in case string data is relocated.
24202
24203 2007-05-31 Richard Stallman <rms@gnu.org>
24204
24205 * buffer.c (syms_of_buffer): Doc fix.
24206
24207 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
24208
24209 * sysdep.c (init_sys_modes): Add rather than replace with
24210 O_NONBLOCK.
24211
24212 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24213 term_mouse_moveto.
24214
24215 * termhooks.h (term_mouse_moveto): New extern.
24216
24217 * term.c (mouse_face_window): Rename...
24218 (Qmouse_face_window): ...to this.
24219 (term_show_mouse_face, term_clear_mouse_face)
24220 (term_mouse_highlight): Use Qmouse_face_window.
24221 (term_mouse_moveto): New function.
24222 (term_mouse_position): Make it work.
24223 (syms_of_term): Uncomment assignment to mouse_position_hook.
24224 Staticpro Qmouse_face_window.
24225
24226 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24227
24228 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24229 around current_column call.
24230
24231 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24232
24233 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24234 * xdisp.c (next_element_from_buffer):
24235 * window.c (delete_window):
24236 * term.c (term_mouse_highlight):
24237 * msdos.c (getdefdir):
24238 * macterm.c (mac_create_bitmap_from_bitmap_data)
24239 (init_font_name_table):
24240 * fns.c (Fsxhash):
24241 * data.c (Fmake_local_variable):
24242 * ccl.c (ccl_driver): Likewise.
24243
24244 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24245
24246 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24247 Call mac_wakeup_from_rne on window size change.
24248
24249 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
24250
24251 * image.c (uncache_image): Fix typo.
24252
24253 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24254
24255 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24256
24257 2007-05-22 Richard Stallman <rms@gnu.org>
24258
24259 * xterm.c (x_connection_closed): Remove NO_RETURN.
24260
24261 2007-05-22 Martin Rudalics <rudalics@gmx.at>
24262
24263 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24264
24265 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
24266
24267 * image.c (uncache_image): New function.
24268 (Fimage_refresh): New function.
24269
24270 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24271
24272 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24273
24274 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24275
24276 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24277 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24278
24279 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24280
24281 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24282 conditional on [HAVE_GPM_H].
24283
24284 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24285
24286 * syntax.c (skip_chars): Update syntax-table only after we checked that
24287 the new location is valid.
24288
24289 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24290
24291 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24292 mac_get_window_bounds.
24293
24294 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24295
24296 * Makefile.in (LIBGPM): Allow it to be set from configure.
24297 If set then link Emacs with it.
24298
24299 * config.in: Regenerate.
24300
24301 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24302 New externs.
24303
24304 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24305 Include gpm.h.
24306 (handle_one_term_event, term_gpm): New externs.
24307
24308 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24309 and allow it to be interrupted by SIGIO.
24310
24311 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24312 (wait_reading_process_output): Wait on gpm_fd too.
24313 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24314 (add_gpm_wait_descriptor_called_flag): New variable.
24315 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24316
24317 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24318 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24319 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24320 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24321 (make_lispy_event): Add case GPM_CLICK_EVENT.
24322 (read_avail_input): Handle mouse input.
24323
24324 * term.c (write_glyphs_with_face): New function.
24325 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24326 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24327 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24328 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24329 (last_mouse_x, last_mouse_y): New variables.
24330 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24331 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24332 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24333 (Fterm_close_connection): New functions.
24334 (term_init): Initialise mouse_face_window.
24335
24336 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24337
24338 * xdisp.c (redisplay_window): If first window line is a
24339 continuation line, recompute the new window start instead of
24340 recentering.
24341
24342 2007-05-18 Glenn Morris <rgm@gnu.org>
24343
24344 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24345 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24346
24347 2007-05-17 Glenn Morris <rgm@gnu.org>
24348
24349 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24350
24351 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24352
24353 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24354 dead key repeat and up events.
24355
24356 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
24357
24358 * image.c (pbm_load): Check image size for monochrome pbm.
24359
24360 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
24361
24362 * xterm.c (XTread_socket): Revert last change.
24363
24364 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24365
24366 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24367
24368 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24369
24370 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24371
24372 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24373 mixup (YAILOM).
24374
24375 2007-05-07 Andreas Schwab <schwab@suse.de>
24376
24377 * keymap.c (Flookup_key): Fix typo in last change.
24378
24379 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24382 mapping for unibyte strings.
24383
24384 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24385
24386 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24387 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24388
24389 2007-04-29 Richard Stallman <rms@gnu.org>
24390
24391 * insdel.c (replace_range): For undo, record insertion first.
24392
24393 2007-04-29 Andreas Schwab <schwab@suse.de>
24394
24395 * lisp.h (VECSIZE): Use OFFSETOF.
24396
24397 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24398
24399 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24400 disabled lines.
24401
24402 2007-04-28 Richard Stallman <rms@gnu.org>
24403
24404 * lread.c (read_escape): In a string, \s is always space.
24405
24406 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24407
24408 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24409
24410 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24411 submenu for menu bar items.
24412
24413 See ChangeLog.10 for earlier changes.
24414
24415 ;; Local Variables:
24416 ;; coding: utf-8
24417 ;; add-log-time-zone-rule: t
24418 ;; End:
24419
24420 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24421
24422 This file is part of GNU Emacs.
24423
24424 GNU Emacs is free software: you can redistribute it and/or modify
24425 it under the terms of the GNU General Public License as published by
24426 the Free Software Foundation, either version 3 of the License, or
24427 (at your option) any later version.
24428
24429 GNU Emacs is distributed in the hope that it will be useful,
24430 but WITHOUT ANY WARRANTY; without even the implied warranty of
24431 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24432 GNU General Public License for more details.
24433
24434 You should have received a copy of the GNU General Public License
24435 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24436
24437 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40