Fix format.
[bpt/emacs.git] / src / ChangeLog
1 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2
3 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
4 also be true before we can return early (bug #5339).
5
6 2010-01-06 David Reitter <david.reitter@gmail.com>
7
8 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
9 (Fns_display_usable_bounds): Rewrite, computing bounds properly
10 (Bug#3233).
11
12 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13
14 * font.c (font_open_entity): Enable chache and call cached_font_ok
15 for the driver if defined.
16 (QCuser_spec): New symbol.
17 (font_spec_from_name): Save name as user-spec.
18 (font_load_for_lface): Keep user-spec instead of name.
19 (font_open_by_name): Save name as user-spec.
20 (syms_of_font): Initialize QCuser_spec.
21 (font_clear_prop): Clear name if it exists in font (bug#5157).
22
23 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
24 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
25 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
26
27 * font.h (struct font_driver): Add cached_font_ok.
28
29 * xterm.c (x_clear_frame): Queue draw for scroll bars.
30
31 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
32
33 * xterm.c (x_new_font): Move code for setting rows/cols before
34 resizing ...
35 (x_set_window_size): ... to here. bug #2568.
36
37 * gtkutil.c (xg_clear_under_internal_border): New function.
38 (xg_frame_resized, xg_frame_set_char_size): Call
39 xg_clear_under_internal_border.
40 (xg_update_scrollbar_pos): Clear under old scroll bar position.
41
42 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
43
44 * keyboard.c (read_key_sequence): Catch keyboard switch after
45 making a new tty frame (Bug#5095).
46
47 2010-01-05 Kenichi Handa <handa@m17n.org>
48
49 * fontset.c (fontset_find_font): Fix getting the frame pointer.
50
51 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
54 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
55 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
56
57 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
58
59 * dbusbind.c (xd_add_watch): Improve debug message.
60 (xd_remove_watch): Improve debug message. If DATA is the session
61 bus, unset D-Bus session environment.
62 (Fdbus_init_bus): Pass the bus as argument to
63 dbus_connection_set_watch_functions. (Bug#5283)
64
65 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
66
67 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
68
69 * lread.c (syms_of_lread): Make it clearer that these are the
70 names of loaded files (Bug#5068).
71
72 * eval.c (run_hook_with_args): Handle the case where the global
73 value has the obsolete single-function form (Bug#5026).
74
75 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
76
77 * minibuf.c (Fall_completions): Minor optimization.
78
79 2009-12-26 Eli Zaretskii <eliz@gnu.org>
80
81 * .gdbinit (pgx): Fix display of composite glyphs.
82 Display cmp.from and cmp.to as well.
83 (pitx): Fix last change.
84
85 2009-12-25 Kenichi Handa <handa@m17n.org>
86
87 * composite.h (composition_adjust_point): Update prototype.
88
89 * composite.c (composition_reseat_it): Don't make a composition
90 spanning over point.
91 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
92 composable characters.
93 (composition_adjust_point): New arg NEW_PT. Callers changed.
94
95 * keyboard.c (command_loop_1): Force redisplay if the last point
96 was within a composition.
97 (adjust_point_for_property): Don't adjust point for automatic
98 composition when called after buffer modification.
99
100 2009-12-19 Eli Zaretskii <eliz@gnu.org>
101
102 * .gdbinit (pitx): Don't use enum names, use their values.
103 Remove reference to non-existing value GET_FROM_COMPOSITION.
104 (pgx): Don't use enum names, use their values.
105 (pitmethod): New helper command.
106 (pitx): Use it to display iteration method.
107 (pgrowit): New command.
108
109 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
110
111 Update dependencies in Makefile.in.
112
113 * Makefile.in (alloc.o): Depend on termhooks.h.
114 (atimer.o): Depend on blockinput.h.
115 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
116 and frame.h.
117 (callint.o): Depend on systime.h, coding.h, and composite.h.
118 (callproc.o): Depend on buffer.h.
119 (casefiddle.o): Don't depend on charset.h.
120 (casetab.o): Depend on character.h.
121 (ccl.o): Depend on composite.h.
122 (chartab.o): Depend on ccl.h.
123 (cm.o): Depend on dispextern.h.
124 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
125 (coding.o): Don't depend on $(INTERVALS_H).
126 (composite.o): Don't depend on dispextern.h explicitly (it's in
127 $(INTERVALS_H)). Depend on ccl.h.
128 (data.o): Depend on systime.h, coding.h, composite.h,
129 dispextern.h, font.h, and ccl.h.
130 (dired.o): Depend on composite.h.
131 (dispnew.o): Depend on coding.h. Don't depend explicitly on
132 composite.h (it's in $(INTERVALS_H)).
133 (doc.o): Depend on systime.h, coding.h, and composite.h.
134 (editfns.o): Don't depend explicitly on dispextern.h.
135 (emacs.o): Depend on frame.h and coding.h.
136 (eval.o): Depend on coding.h, composite.h, and xterm.h.
137 (fileio.o): Depend on frame.h and commands.h. Don't depend
138 explicitly on dispextern.h.
139 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
140 composite.h.
141 (fns.o): Don't depend on termhooks.h.
142 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
143 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
144 coding.h, $(INTERVALS_H), window.h, xterm.h.
145 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
146 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
147 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
148 fontset.h, ccl.h, and ftfont.h.
149 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
150 (gtkutil.o): Depend on dispextern.h and composite.h.
151 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
152 termhooks.h, and ccl.h.
153 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
154 (intervals.o): Depend on systime.h and coding.h.
155 (keyboard.o): Depend on composite.h and coding.h.
156 (keymap.o): Depend on coding.h and frame.h.
157 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
158 (macros.o): Depend on systime.h, coding.h, and composite.h.
159 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
160 and atimer.h.
161 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
162 dispextern.h explicitly.
163 (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't
164 depend explicitly on dispextern.h and composite.h.
165 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
166 (regex.o): Don't depend on charset.h.
167 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
168 (search.o): Don't depend explicitly on composite.h.
169 (sound.o): Depend on atimer.h and systime.h.
170 (syntax.o): Don't depend explicitly on composite.h.
171 (sysdep.o): Depend on coding.h and composite.h.
172 (term.o): Depend on xterm.h and buffer.h.
173 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
174 (textprop.o): Don't depend on dispextern.h explicitly.
175 (undo.o): Depend on dispextern.h.
176 (window.o): Depend on coding.h and termhooks.h. Don't depend on
177 dispextern.h and composite.h explicitly.
178 (xdisp.o): Depend on ccl.h.
179 (xfaces.o): Depend on coding.h and ccl.h.
180 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
181 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
182 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
183 ftfont.h.
184 (xgselect.o): New dependency.
185 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
186 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
187 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
188 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
189 (xsmfns.o): Depend on frame.h and dispextern.h.
190 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
191 sysselect.h.
192
193 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
194
195 * font.c (Fclear_font_cache): Pass correct cache argument to
196 font_clear_cache.
197
198 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
199
200 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
201 twice.
202
203 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
204
205 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
206 calling file-remote-p. Reported by Jim Meyering.
207
208 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
209
210 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
211 avoid compiler warnings. (Bug #5217)
212
213 2009-12-14 Kenichi Handa <handa@m17n.org>
214
215 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
216 in 8-bit encoding.
217
218 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
219
220 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
221 tooltip windows.
222
223 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
224
225 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
226 Xatom_net_window_type.
227
228 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
229 Xatom_net_window_type.
230
231 * xterm.c (my_log_handler): New function.
232 (x_term_init): Set my_log_handler as log handler during gtk_init
233 so we can filter out buggy messages. (Bug #5120).
234
235 * xterm.c (xg_scroll_callback): Parameter list changed,
236 use parameter GtkScrollType to determine scroll/line/page.
237 Only allow dragging if a button < 4 is grabbed (bug #5177).
238 (xg_end_scroll_callback): New function.
239 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
240 xg_create_scroll_bar.
241
242 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
243 (scroll_end_callback): Remove.
244 (xg_create_scroll_bar): Add parameter end_callback, bind it to
245 button-release-event. Replace value-changed event with change-value,
246 bug #5177,
247 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
248 bug #5177.
249
250 * gtkutil.h (XG_LAST_SB_DATA): Remove.
251 (xg_create_scroll_bar): Add GCallback end_callback.
252
253 * xftfont.c (QClcdfilter): New variable.
254 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
255 (syms_of_xftfont): Initialize QClcdfilter.
256
257 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
258
259 * xsettings.c (struct xsettings): Add member seen.
260 (parse_xft_settings): Update member seen with what we have read.
261 Return non-zero if Xft-settings have been parsed, 0 otherwise.
262 (apply_xft_settings): Only update Xft settings with what member seen
263 indicates as new.
264
265 2009-12-12 Eli Zaretskii <eliz@gnu.org>
266
267 * dispextern.h (struct text_pos): Use EMACS_INT;
268 (struct glyph): Use EMACS_INT for charpos.
269 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
270 region_beg_charpos, region_end_charpos,
271 redisplay_end_trigger_charpos, and also for
272 iterator_stack_entry.end_charpos and
273 iterator_stack_entry.stop_charpos.
274
275 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
276
277 * gtkutil.c (scroll_end_callback): New function (bug #5177).
278 (xg_create_scroll_bar): Call scroll_end_callback on button release
279 event (bug #5177).
280 (xg_event_is_for_scrollbar): != replaced with ==.
281
282 2009-12-12 Kenichi Handa <handa@m17n.org>
283
284 * ftfont.c (struct ftfont_info): New member matrix.
285 (ftfont_open): Setup xftfont_info->matrix.
286 (MFLTFontFT): New member matrix.
287 (FLOOR, CEIL, ROUND): New macros.
288 (ftfont_get_metrics): Handle matrix transformation.
289 (ftfont_shape_by_flt): New arg matrix. Callers changed.
290
291 * xftfont.c (struct xftfont_info): New member matrix.
292 (xftfont_open): Setup xftfont_info->matrix.
293
294 2009-12-10 Kenichi Handa <handa@m17n.org>
295
296 * xdisp.c (append_space_for_newline): Consider face-remapping.
297
298 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
299
300 * xsettings.c: Include "keyboard.h".
301
302 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
303
304 Fix implicit function declarations.
305 * cmds.c: Include "frame.h".
306 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
307 * frame.h: Move declaration of delete_frame outside of
308 HAVE_WINDOW_SYSTEM.
309
310 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
311
312 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
313
314 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
315 GTK builds.
316
317 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
318
319 * unexelf.c (unexec): Don't search for .data twice.
320
321 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
322
323 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
324 if push failed.
325 (handle_line_prefix): Set avoid_cursor_p here. Check return value
326 of push_display_prop (Bug#5000).
327
328 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
329 value of font_list_entities (Bug#5085).
330
331 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
332
333 Fix `string-to-number' to deal consistently with integers and floats.
334 * lread.c (isfloat_string): New argument ignore_trailing to accept all
335 trailing characters, not just whitespace.
336 (read1): Pass new arg 0 to keep old behavior.
337 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
338 trailing chars, as it is already done for integers. Doc fixes.
339 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
340
341 2009-12-04 Eli Zaretskii <eliz@gnu.org>
342
343 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
344 unused enumeration value.
345
346 2009-12-03 Eli Zaretskii <eliz@gnu.org>
347
348 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
349
350 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
351
352 * process.c (Fmake_network_process): Fix up the tests for
353 "connectionless socket", so they DTRT for seqpacket sockets as well.
354
355 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * process.c (Qseqpacket): New symbol.
358 (HAVE_SEQPACKET): New macro.
359 (Fmake_network_process): Accept new :type `seqpacket'.
360 (init_process): Add `seqpacket' feature when applicable.
361 (syms_of_process): Initialize Qseqpacket.
362
363 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
364
365 * font.c (font_load_for_lface, font_open_by_name): Don't store name
366 if entity is Qnil.
367
368 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * print.c (print_preprocess): Preprocess the key_and_value table of
371 hashtables, even tho they're "hidden" (bug#5082).
372
373 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
374
375 * frame.c (frame_make_pointer_invisible)
376 (frame_make_pointer_visible): Declare f before statements.
377
378 2009-11-28 Eli Zaretskii <eliz@gnu.org>
379
380 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
381 omitted dependencies on lisp.h.
382
383 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
384
385 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
386 is NULL.
387
388 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
389
390 * frame.c (frame_make_pointer_invisible)
391 (frame_make_pointer_visible): Just return if there isn't any selected
392 frame.
393
394 * search.c (simple_search): Remove warning by making *p const.
395
396 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
397
398 * xdisp.c (power_letter): Remove duplicate const.
399
400 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
401
402 * term.c (delete_tty): Remove check for last terminal (bug#4970).
403
404 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
405 defaults (bug #5025).
406
407 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * insdel.c (adjust_markers_for_delete): Move it in the
410 right direction! (bug#4803)
411
412 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
413
414 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
415
416 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
417
418 2009-11-24 Glenn Morris <rgm@gnu.org>
419
420 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
421
422 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
423
424 * Makefile.in: Must create deps for ecrt0.o in its rule.
425
426 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
427 because that is what Gtk+ font dialog understands.
428
429 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
430 of Fcopy_sequence.
431 (font_open_by_name): Put name given into QCname for font-object returned.
432
433 * frame.c (x_set_font): Save original font name as frame parameter
434 font-parameter.
435
436 * xsettings.c (set_default_xft_settings): New function.
437 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
438 is found.
439
440 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
441
442 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
443 searching backwards through multibyte buffer.
444
445 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
446
447 * xterm.c: #include xgselect.h.
448 (x_initialize): Call xgselect_initialize.
449
450 * xsettings.c (something_changedCB): C++ comments => C comments.
451 (init_gconf): Do not deal with any GLib file descriptors, xg_select
452 does that now.
453
454 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
455 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
456 (scroll_bar_button_cb): Remove.
457 (create_menus): C++ comments => C comments. Don't bind grab-notify
458 event.
459 (xg_create_scroll_bar): Don't bind button-press-event and
460 button-release-event.
461
462 * process.c: Include xgselect.h if defined (USE_GTK) ||
463 defined (HAVE_GCONF).
464 (wait_reading_process_output): Call xg_select for the same condition.
465
466 * xgselect.c (xg_select): New function to better integrate with
467 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
468
469 * xgselect.h: New file, declare xg_select, xgselect_initialize.
470
471 * Makefile.in (XOBJ): Add xgselect.o.
472
473 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
474
475 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
476 ignored second argument. All callers changed.
477 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
478 (RE_STRING_CHAR_AND_LENGTH): Likewise.
479 * xdisp.c (string_char_and_length): Likewise.
480
481 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
482
483 * xterm.c (x_new_font):
484 * print.c (print_object):
485 * cmds.c (Fself_insert_command): Move declarations before statements.
486
487 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
488
489 * s/cygwin.h: Remove unneeded linker flags.
490
491 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
492
493 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
494
495 * xsettings.h: Declare xsettings_get_system_font.
496
497 * xsettings.c (xsettings_get_system_font): New function.
498 (init_gconf): No use initiating gconf unless we have Xft also.
499 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
500 HAVE_GCONF.
501
502 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
503 add a blank entry so it doesn't collapse into nothing.
504
505 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * lread.c (Funintern): Comment out last change.
508
509 2009-11-19 Richard Stallman <rms@gnu.org>
510
511 * lread.c (Funintern): Error if symbol is t or nil.
512
513 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * insdel.c (make_gap_larger): Don't make as many assumptions about the
516 representation of Lisp integers.
517 Reported by MJ Chan <mjchan.inbox@gmail.com>.
518
519 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
520
521 * lisp.h: Remove declaration of Ffont_get_system_font.
522 * xfns.c: Move include of "xsettings.h".
523 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
524
525 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
526
527 * xsettings.c (something_changedCB, Ffont_get_system_font):
528 Check use_system_font.
529 (syms_of_xsettings): DEFVAR font-use-system-font.
530
531 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
532
533 * xfns.c (x_default_font_parameter): Remove dead assignment.
534
535 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
536
537 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
538
539 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
540 not have FC_LCD_*. #define them if not there.
541
542 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
543
544 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
545
546 * xterm.c (handle_one_xevent): Call xft_settings_event for
547 ClientMessage, PropertyNotify and DestroyNotify.
548 (x_term_init): If we have XFT, get DPI from Xft.dpi.
549 Call xsettings_initialize.
550
551 * xftfont.c (xftfont_fix_match): New function.
552 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
553 Call xftfont_fix_match after XftFontMatch.
554
555 * xfont.c (xfont_driver): Initialize all members.
556
557 * xfns.c (x_default_font_parameter):
558 Try font from Ffont_get_system_font.
559 Do not get font from x_default_parameter if we got one from
560 Ffont_get_system_font.
561 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
562
563 * w32font.c (w32font_driver): Initialize all members.
564
565 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
566
567 * lisp.h: Declare syms_of_xsettings.
568
569 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
570 Handle CONFIG_CHANGED_EVENT.
571
572 * ftfont.c (ftfont_filter_properties): New function.
573
574 * frame.c (x_set_font): Remove unused variable lval.
575
576 * font.h (struct font_driver): Add filter_properties.
577
578 * font.c (font_put_extra): Don't return if val is nil, it means
579 boolean option is off.
580 (font_parse_fcname): Collect all extra properties in extra_props
581 and call filter_properties for all drivers with extra_props and
582 font as parameter.
583 (font_open_entity): Do not use cache, it does not pick up new
584 fontconfig settings like hinting.
585 (font_load_for_lface): If spec had a name in it, store it in entity.
586
587 * emacs.c (main): Call syms_of_xsettings
588
589 * config.in: HAVE_GCONF is new.
590
591 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
592 xsettings.o is new.
593
594 2009-11-17 Kenichi Handa <handa@m17n.org>
595
596 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
597 back to the default font in case that no suitable font is found.
598
599 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
602 Suggested by Chad Brown <yandros@mit.edu>.
603 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
604
605 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
606
607 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
608
609 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
610
611 * Makefile.in: Ignore errors from mkdir when creating deps directory.
612
613 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
614
615 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
616 has a parent.
617
618 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
619 dependency files in deps/. Include those files into Makefile.
620
621 * config.in: Generated (AUTO_DEPEND).
622
623 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
624
625 * dbusbind.c (Vdbus_registered_objects_table): Rename from
626 Vdbus_registered_functions_table, because it contains also
627 properties. Fix docstring.
628 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
629
630 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * alloc.c (mark_object): Don't reprocess marked strings.
633 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
634 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
635
636 2009-11-13 Kenichi Handa <handa@m17n.org>
637
638 * category.c (word_boundary_p): Adjust for the change of the
639 semantics of Vword_combining_categories.
640 (Vword_combining_categories): Describe the slight change of the
641 semantics.
642
643 2009-11-13 Eli Zaretskii <eliz@gnu.org>
644
645 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
646
647 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
648
649 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * xdisp.c (syms_of_xdisp): Fix typo in last change.
652
653 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
654
655 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
656
657 2009-11-11 David Reitter <david.reitter@gmail.com>
658
659 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
660 variables to fix 2009-11-09 change.
661
662 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
663
664 * process.c (ifflag_def): Make flag_sym constant.
665 (Fnetwork_interface_info): Use a constant pointer.
666 (ifflag_table):
667 * xfns.c (cursor_bits):
668 * xdisp.c (power_letter):
669 * termcap.c (speeds, esctab):
670 * sysdep.c (baud_convert):
671 * keyboard.c (lispy_accent_codes, modifier_names):
672 * image.c (xbm_format, xpm_format, pbm_format, png_format)
673 (jpeg_format, tiff_format, gif_format, svg_format)
674 (interlace_start, interlace_increment, gs_format):
675 * gtkutil.c (separator_names):
676 * fringe.c (swap_nibble):
677 * fns.c (base64_value_to_char, base64_char_to_value):
678 * fileio.c (make_temp_name_tbl):
679 * coding.c (suffixes): Make constant.
680
681 * frame.c (make_initial_frame):
682 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
683 build_string.
684 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
685
686 * s/freebsd.h:
687 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
688
689 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
690 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
691
692 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
693 * xterm.c (syms_of_xterm):
694 * xfaces.c (syms_of_xfaces):
695 * xdisp.c (syms_of_xdisp):
696 * lread.c (syms_of_lread):
697 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
698 build_string.
699
700 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
701
702 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * fns.c (Fplist_get): Merge the active and the commented out code.
705
706 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
707
708 * keyboard.h: Declare timer_check.
709
710 * keyboard.c (timer_check_2): New function that does what the old
711 timer_check did.
712 (timer_check): Call timer_check_2 until -1 or a non-zero time is
713 returned, i.e. don't return -1 with timers pending.
714
715 * process.c: Remove extern declaration of timer_check.
716
717 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
718 even if timer_check returned -1.
719
720 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
721 xg_dialog_data.
722 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
723 the event loop.
724 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
725 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
726 Destroy the dialog after xg_dialog_run.
727
728 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
731
732 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
733
734 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
735
736 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
737
738 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
739
740 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
743 w32menu.c, and nsmenu.m.
744 Simplify the obsolete case where position is nil.
745 (cleanup_popup_menu): New function, moved from nsmenu.m.
746 (struct skp): Remove slot `notreal'.
747 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
748 adjust callers.
749 (single_menu_item): Adjust call to parse_menu_item.
750 (syms_of_menu): Defsubr x-popup-menu.
751 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
752 (keymap_panes): Don't export any more.
753 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
754 (xmenu_show): Declare.
755 * keyboard.c (parse_menu_item): Remove arg `notreal'.
756 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
757 * keyboard.h (parse_menu_item): Update declaration.
758 * xmenu.c (Fx_popup_menu): Remove.
759 (syms_of_xmenu): Don't defsubr x-popup-menu.
760 * w32menu.c (Fx_popup_menu): Remove.
761 (syms_of_w32menu): Don't defsubr x-popup-menu.
762 * nsmenu.m (cleanup_popup_menu): Remove.
763 (ns_menu_show): Rename from ns_popup_menu and remove all the code
764 moved to menu.c's Fx_popup_menu.
765 (Fx_popup_menu): Remove.
766 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
767 menu_items (it's done in menu.c already).
768
769 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
772 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
773
774 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
775
776 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
777 xmenu_show. Hide any tooltip before opening a menu.
778 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
779 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
780
781 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 Let integers use up 2 tags to give them one extra bit and thus double
784 their range.
785 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
786 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
787 New macros.
788 (enum Lisp_Type): Use them. Give explicit values.
789 (Lisp_Type_Limit): Remove.
790 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
791 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
792 Pay attention to USE_2_TAGS_FOR_INTS.
793 (INTEGERP): Use LISP_INT_TAG_P.
794 * fns.c (internal_equal): Simplify the default case.
795 (sxhash): Use case_Lisp_Int.
796 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
797 any more.
798 (Ftype_of): Use case_Lisp_Int.
799 (store_symval_forwarding): Take into account the fact that Ints can
800 now have more than one tag.
801 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
802 buffer_slot_type_mismatch):
803 * xfaces.c (face_attr_equal_p):
804 * print.c (print_object):
805 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
806 Use case_Lisp_Int.
807
808 2009-11-06 Eli Zaretskii <eliz@gnu.org>
809
810 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
811
812 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
813 warning.
814
815 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
816
817 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
818
819 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
820
821 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
822 ButtonPressRelease and MotionNotify (bug#4870).
823
824 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
827
828 * xterm.c (syms_of_xterm):
829 * xselect.c (syms_of_xselect):
830 * xmenu.c (syms_of_xmenu):
831 * xfns.c (syms_of_xfns):
832 * xfaces.c (syms_of_xfaces):
833 * xdisp.c (syms_of_xdisp):
834 * window.c (syms_of_window):
835 * w32fns.c (syms_of_w32fns):
836 * undo.c (syms_of_undo):
837 * textprop.c (syms_of_textprop):
838 * terminal.c (syms_of_terminal):
839 * syntax.c (syms_of_syntax):
840 * sound.c (syms_of_sound):
841 * search.c (syms_of_search):
842 * print.c (syms_of_print):
843 * minibuf.c (syms_of_minibuf):
844 * macros.c (syms_of_macros):
845 * keymap.c (syms_of_keymap, initial_define_key)
846 (initial_define_lispy_key):
847 * keyboard.c (syms_of_keyboard):
848 * insdel.c (syms_of_insdel):
849 * image.c (syms_of_image):
850 * fringe.c (syms_of_fringe):
851 * frame.c (syms_of_frame):
852 * fontset.c (syms_of_fontset):
853 * fns.c (syms_of_fns):
854 * fns.c (syms_of_fns):
855 * fileio.c (syms_of_fileio):
856 * fileio.c (syms_of_fileio):
857 * eval.c (syms_of_eval):
858 * doc.c (syms_of_doc):
859 * dispnew.c (syms_of_display):
860 * dired.c (syms_of_dired):
861 * dbusbind.c (syms_of_dbusbind):
862 * data.c (syms_of_data):
863 * composite.c (syms_of_composite):
864 * coding.c (syms_of_coding):
865 * cmds.c (syms_of_cmds):
866 * charset.c (define_charset_internal, syms_of_character):
867 * ccl.c (syms_of_ccl):
868 * category.c (syms_of_category, init_category_once):
869 * casetab.c (syms_of_casetab):
870 * casefiddle.c (syms_of_casefiddle):
871 * callint.c (syms_of_callint):
872 * bytecode.c (syms_of_bytecode):
873 * buffer.c (keys_of_buffer, syms_of_buffer):
874 * alloc.c (syms_of_alloc):
875 * process.c (syms_of_process, init_process):
876 * lread.c (syms_of_lread, init_obarray):
877 * font.c (build_style_table):
878 * emacs.c (syms_of_emacs, main): Replace calls to intern with
879 intern_c_string, calls to make_pure_string with
880 make_pure_c_string. Use pure_cons instead of Fcons.
881
882 * process.c (socket_options): Make it const.
883 (set_socket_option, init_process): Use a const pointer.
884
885 * lread.c (intern_c_string): New function.
886 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
887 (defvar_int): Uset it. Make the name const char*.
888
889 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
890 (defvar_int): Update prototypes.
891 (DEFUN, EXFUN): Support for prototypes is now required.
892 (intern_c_string): New prototype.
893 (struct Lisp_Subr): Make symbol_name constant.
894
895 * font.c (struct table_entry): Remove unused member. Make NAMES
896 constant.
897 (weight_table, slant_table, width_table): Make constant.
898
899 * emacs.c (struct standard_args): Make name and longname constant.
900
901 * character.h (DEFSYM): Use intern_c_string.
902
903 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * alloc.c (make_pure_c_string): New function.
906
907 * eval.c (Fautoload): Purecopy all arguments.
908
909 2009-11-05 Kenichi Handa <handa@m17n.org>
910
911 * fileio.c (Finsert_file_contents): Be sure set coding-system of
912 the buffer in case of replace.
913
914 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * puresize.h (BASE_PURESIZE): Increase to 1620000.
917
918 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
921 when applicable (bug#4851).
922
923 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
924 (P_): Support for prototypes is now required.
925
926 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
927
928 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
929 (Bug#4827).
930
931 2009-10-30 Eli Zaretskii <eliz@gnu.org>
932
933 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
934
935 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
936
937 * puresize.h (BASE_PURESIZE): Increase to 1470000.
938
939 * lread.c (Fload): Purecopy the file name when building
940 Vpreloaded_file_list.
941
942 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
943
944 * w32fns.c (syms_of_w32fns): Change default value of
945 w32-scroll-lock-modifier to nil. (Bug#2827)
946
947 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
948
949 * minibuf.c (Fall_completions): Fix typos in docstring.
950
951 2009-10-26 Andreas Schwab <schwab@redhat.com>
952
953 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
954
955 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
956
957 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
958 For delta < 0, skip check that only makes sense when the mini-window
959 is going to be enlarged. (Bug#4534)
960
961 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
962
963 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
964 string in menu maps (Bug#4471).
965
966 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
967
968 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
969 FRAME_NS_VIEW on terminal frames (Bug#4765).
970
971 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
972
973 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
974 DBUS_TYPE_UINTnn separately to get proper sign extension.
975
976 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
977 can properly handle unsigned types.
978 (make_uid, make_gid): Remove.
979
980 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
981 types again.
982
983 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
984 (system_process_attributes): Likewise.
985
986 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
987
988 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
989
990 * eval.c (Fautoload): Purecopy the filename. Simplify.
991
992 * category.c (Fdefine_category): Purecopy docstring.
993
994 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
995
996 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
997
998 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
999
1000 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1003 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1004 (Bug#4775).
1005
1006 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1009 (init_fileio_once):
1010 * lisp.h (init_fileio_once): Remove.
1011 * emacs.c (main): Don't call init_fileio_once.
1012
1013 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1014
1015 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1016
1017 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1018
1019 * doprnt.c (doprnt): Fix overflow check.
1020
1021 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1022
1023 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1024
1025 * xterm.h (x_wait_for_event): Declare it.
1026
1027 * xterm.c (pending_event_wait): New variable.
1028 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1029 see pending_event_wait.eventtype.
1030 (handle_one_xevent): Don't change gravity when parent changes.
1031 (x_new_font): Call change_frame_size with new rows/columns before we
1032 try to resize the frame.
1033 (x_wait_for_event): New function.
1034 (x_set_window_size_1): Don't change gravity unless change_gravity
1035 is set.
1036 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1037 don't change frame size, instead wait for the ConfigureNotify.
1038 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1039 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1040 (x_initialize): Initialize pending_event_wait.
1041
1042 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1043 size.
1044
1045 * widget.c (EmacsFrameSetValues): Add comment.
1046 (EmacsFrameSetCharSize): Just call x_set_window_size.
1047
1048 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1049 x_wait_for_event.
1050 (flush_and_sync): Remove again.
1051 (xg_get_font_name): Suggest monospace if no previous font is known.
1052
1053 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1056 8th bit, since that only made sense in the ASCII world (bug#4751).
1057
1058 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1059
1060 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1061 processing pending events when event is filtered for input method.
1062 (Bug#3681)
1063
1064 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * fns.c: Add #endif accidentally removed in previous change.
1067
1068 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1069
1070 * fns.c: Remove code for unsupported system: MAC_OS.
1071 * image.c: Likewise. Include setjmp.h.
1072
1073 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1074
1075 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1076 pixel -1 (bug #4742).
1077
1078 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1079
1080 * process.c (create_pty): Remove conditionals for no longer
1081 supported systems: UNIPLUS and RTU.
1082
1083 * xterm.c:
1084 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1085
1086 * alloc.c: Do not define struct catchtag.
1087 * eval.c: Move struct catchtag definition ...
1088 * lisp.h: ... here.
1089
1090 * image.c: Move png.h #include earlier to avoid warnings.
1091
1092 * xterm.c:
1093 * xsmfns.c:
1094 * xselect.c:
1095 * xrdb.c:
1096 * xmenu.c:
1097 * xftfont.c:
1098 * xfont.c:
1099 * xfns.c:
1100 * xfaces.c:
1101 * xdisp.c:
1102 * window.c:
1103 * widget.c:
1104 * w32xfns.c:
1105 * w32uniscribe.c:
1106 * w32term.c:
1107 * w32select.c:
1108 * w32reg.c:
1109 * w32proc.c:
1110 * w32menu.c:
1111 * w32inevt.c:
1112 * w32heap.c:
1113 * w32font.c:
1114 * w32fns.c:
1115 * w32console.c:
1116 * w32.c:
1117 * w16select.c:
1118 * vm-limit.c:
1119 * unexsol.c:
1120 * unexec.c:
1121 * unexcw.c:
1122 * unexaix.c:
1123 * undo.c:
1124 * tparam.c:
1125 * textprop.c:
1126 * terminfo.c:
1127 * terminal.c:
1128 * termcap.c:
1129 * term.c:
1130 * syntax.c:
1131 * sound.c:
1132 * sheap.c:
1133 * search.c:
1134 * scroll.c:
1135 * region-cache.c:
1136 * regex.c:
1137 * ralloc.c:
1138 * process.c:
1139 * print.c:
1140 * nsterm.m:
1141 * nsselect.m:
1142 * nsmenu.m:
1143 * nsimage.m:
1144 * nsfont.m:
1145 * nsfns.m:
1146 * msdos.c:
1147 * minibuf.c:
1148 * menu.c:
1149 * marker.c:
1150 * macros.c:
1151 * keymap.c:
1152 * keyboard.c:
1153 * intervals.c:
1154 * insdel.c:
1155 * indent.c:
1156 * gtkutil.c:
1157 * ftxfont.c:
1158 * ftfont.c:
1159 * fringe.c:
1160 * frame.c:
1161 * fontset.c:
1162 * font.c:
1163 * fns.c:
1164 * floatfns.c:
1165 * filelock.c:
1166 * fileio.c:
1167 * emacs.c:
1168 * editfns.c:
1169 * dosfns.c:
1170 * doprnt.c:
1171 * doc.c:
1172 * dispnew.c:
1173 * dired.c:
1174 * dbusbind.c:
1175 * data.c:
1176 * composite.c:
1177 * coding.c:
1178 * cmds.c:
1179 * cm.c:
1180 * chartab.c:
1181 * charset.c:
1182 * character.c:
1183 * ccl.c:
1184 * category.c:
1185 * casetab.c:
1186 * casefiddle.c:
1187 * callproc.c:
1188 * callint.c:
1189 * bytecode.c:
1190 * buffer.c:
1191 * atimer.c: Include setjmp.h. (Bug#4643)
1192
1193 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 Remove leftover table unibyte_to_multibyte_table.
1196 * character.c (unibyte_to_multibyte_table): Remove.
1197 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1198 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1199 * character.h (UNIBYTE_TO_CHAR): New macro.
1200 (MAKE_CHAR_MULTIBYTE): Use it.
1201 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1202 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1203 (message_dolog, set_message_1):
1204 * search.c (Freplace_match):
1205 * editfns.c (Fcompare_buffer_substrings):
1206 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1207 (concat):
1208 * insdel.c (copy_text, count_size_as_multibyte):
1209 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1210 * term.c (produce_glyphs):
1211 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1212 * regex.c (RE_CHAR_TO_MULTIBYTE):
1213 * cmds.c (internal_self_insert):
1214 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1215
1216 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1217
1218 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1219
1220 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1221
1222 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1225
1226 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1227
1228 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1229 still needed under Tiger.
1230
1231 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1232
1233 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1234 __Apple__.
1235
1236 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1237
1238 2009-10-15 Kenichi Handa <handa@m17n.org>
1239
1240 * print.c (print_object): Escape a symbol like "2E10" too.
1241
1242 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1243
1244 Cleanups and changes for 64-bit compile under Snow Leopard.
1245 Based on suggestions by Erik Charlebois.
1246
1247 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1248
1249 * nsfont.m (ns_char_width): Replace deprecated call.
1250 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1251 cast argument.
1252 (nsfont_open): Use ns_char_width() everywhere.
1253 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
1254
1255 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1256
1257 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1258 where appropriate.
1259
1260 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1261 where appropriate.
1262 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1263 Use stringWithUTF8String.
1264 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1265
1266 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1267 Add formal protocol mention to inheritance.
1268 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1269
1270 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1271 Fix printf format.
1272 (ns_query_color): Use CGFloat where appropriate.
1273 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1274 (EmacsScroller-mouseDown:) Use long format in printf, and cast
1275 argument.
1276
1277 * config.in (NS_HAVE_NSINTEGER): Drop.
1278
1279 * dbusbind.c (dbus-method-return-internal)
1280 (dbus-method-error-internal): Use long format in printf, and cast
1281 argument.
1282
1283 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1284 in printf, and cast argument.
1285
1286 * process.c (list_processes_1): Use long format in printf, and
1287 cast argument.
1288
1289 2009-10-11 Glenn Morris <rgm@gnu.org>
1290
1291 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1292
1293 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1294
1295 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1296 menu bar with a small width so it doesn't enlarge the frame.
1297
1298 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1301
1302 2009-10-06 Glenn Morris <rgm@gnu.org>
1303
1304 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1305 SOME_MACHINE_LISP (this enters indirectly via DOC).
1306
1307 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1308
1309 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1310
1311 2009-10-04 Eli Zaretskii <eliz@gnu.org>
1312
1313 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1314 Doc fix.
1315
1316 2009-10-03 Martin Rudalics <rudalics@gmx.at>
1317
1318 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1319
1320 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
1321
1322 * lisp.h (Qdelete_directory_internal): Remove, because it is not
1323 used anymore outside fileio.c.
1324
1325 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1326
1327 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * lisp.h (Qdelete_directory_internal):
1330 Declare, instead of Qdelete_directory.
1331
1332 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1333
1334 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1337
1338 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * fileio.c (Fdelete_directory_internal): Rename from
1341 Fdelete_directory. It is not a command anymore. It has no file
1342 name handler.
1343
1344 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * xdisp.c (get_next_display_element): Use an enum in last change.
1347
1348 2009-09-28 Kenichi Handa <handa@m17n.org>
1349
1350 * xdisp.c (get_next_display_element): Pay attention to
1351 unibyte_display_via_language_environment in handling
1352 Vnobreak_char_display.
1353
1354 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1355
1356 * nsterm.h (ns_app_name): New extern variable.
1357
1358 * nsterm.m (ns_app_name): New variable.
1359 (ns_term_init): Set and use it.
1360 (ns_term_shutdown): Use it.
1361
1362 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1363 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1364
1365 * nsfns.m (ns_set_name_iconic, ns_set_name)
1366 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1367 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1368
1369 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1370 Remove double-casting in client_data comparison.
1371
1372 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1373
1374 * keyboard.c (make_lispy_event): Remember last wheel direction.
1375 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1376
1377 2009-09-26 Glenn Morris <rgm@gnu.org>
1378
1379 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1380 internal.elc. Add term/pc-win.elc.
1381 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1382 term/x-win.elc.
1383 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1384 term/w32-win.elc.
1385 (NS_SUPPORT): New.
1386 (lisp): Add NS_SUPPORT.
1387 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1388
1389 2009-09-25 David Reitter <david.reitter@gmail.com>
1390
1391 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1392 on Mac OS X 10.6+ (bug#4513).
1393
1394 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * frame.c (xrdb_get_resource): Return nil for empty string resources;
1397 some parts of Emacs code (like font selection) don't grok them.
1398 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
1399
1400 2009-09-24 Andreas Schwab <schwab@redhat.com>
1401
1402 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1403
1404 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * dired.c (Fdirectory_files): Fix typo in docstring.
1407
1408 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1409
1410 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1411 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1412 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1413 under GNUstep.
1414 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1415
1416 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1417 glyph advancement.
1418
1419 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1420
1421 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
1422 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
1423
1424 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1425 deleted (bug #4492).
1426
1427 * nsfont.m (Vns_reg_to_script): New lisp variable.
1428 (syms_of_nsfont): Declare it.
1429 (ns_registry_to_script): New function.
1430 (ns_get_req_script): Call it.
1431 (ns_findfonts): Don't give up on non-unicode registry.
1432
1433 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1434
1435 2009-09-20 Tom Tromey <tromey@redhat.com>
1436
1437 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1438 batch mode (bug#4228).
1439
1440 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
1441
1442 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
1443 carefully. (Bug #4339)
1444
1445 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
1448
1449 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1450
1451 * emacs.c (inhibit_x_resources): Update doc string for NS.
1452 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
1453 legacy code for -NXHost. Fix error printf in daemon case.
1454
1455 * nsterm.h (ns_no_defaults): Remove.
1456
1457 * nsterm.m (ns_no_defaults): Remove.
1458 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1459 (ns_use_qd_smoothing): Remove legacy variable.
1460 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1461 don't update the NSWindow itself.
1462 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
1463 state detection and store user rect ourselves. (Bug #3581)
1464
1465 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1466 ns_use_qd_smoothing.
1467
1468 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1469 platform versions. Drop support for emacs-20-style face specs.
1470 (x-close-connection): Drop PSFlush() under OS X.
1471 (x-focus-frame): Activate the app first. (Bug #4180)
1472
1473 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * emacs.c (inhibit_x_resources): New variable.
1476 (main) [HAVE_NS]: Don't process --quick command line option.
1477 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1478
1479 * lisp.h (inhibit_x_resources): Declare it extern.
1480
1481 * w32reg.c (x_get_string_resource):
1482 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1483
1484 2009-09-17 Eli Zaretskii <eliz@gnu.org>
1485
1486 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1487 Add lisp/term/internal.elc.
1488
1489 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1492 (bug#4461).
1493
1494 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1495
1496 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1497
1498 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1499 (OBJECTS_MACHINE): Remove, unused.
1500
1501 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * frame.c (x_get_resource_string): Remove unused.
1504
1505 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1506
1507 * xterm.c (x_new_font): Call change_frame_size before calling
1508 x_set_window_size, in case frame size won't change.
1509
1510 * frame.c (x_set_font): Remove dead code.
1511
1512 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1515
1516 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * lread.c (Fload): Don't output a message after loading an obsolete
1519 package any more (done in Lisp now).
1520
1521 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1524
1525 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * keymap.c (Fwhere_is_internal): Use nconc2.
1528
1529 2009-09-11 Alan Mackenzie <acm@muc.de>
1530
1531 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
1532 batch mode.
1533
1534 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
1535
1536 * xdisp.c (display_mode_element): Detect cycles.
1537
1538 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * keymap.c (where_is_internal): Don't erroneously return nil right after
1541 filling the cache.
1542 (where_is_internal_1): Fix up typo.
1543
1544 2009-09-11 Glenn Morris <rgm@gnu.org>
1545
1546 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
1547 share a common doc-string.
1548
1549 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * keymap.c (get_keymap): Return the actual keymap symbol rather than
1552 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
1553
1554 * keymap.c (QCadvertised_binding): New constant.
1555 (syms_of_keymap): Initialize it.
1556 (Fwhere_is_internal): Try and use bindings from :advertised-binding
1557 if applicable.
1558
1559 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
1562 (parse_menu_item): Streamline since bindings are recomputed all the
1563 time anyway. Don't bother checking Vdefine_key_rebound_commands any
1564 more and don't support lmenu's menu-alias any more either.
1565
1566 * keymap.c (where_is_internal_data): Make noindirect a boolean.
1567 (where_is_internal): Strip it down to only traverse the keymaps.
1568 Move the cache handling from Fwhere_is_internal to here.
1569 (Fwhere_is_internal): Move the handling of remapping and the choice of
1570 the best binding from where_is_internal to here.
1571 Unify the cached/noncached paths, so remapping is also handled
1572 correctly when the cache is used, and so the cache can be used to
1573 speed up remap-handling when applicable.
1574 Give preference to non-remapped bindings.
1575 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
1576 non-remapped bindings.
1577 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
1578 command remapping.
1579
1580 * xdisp.c (display_mode_element): Move list length limit from 50 to
1581 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
1582
1583 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
1584
1585 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
1586
1587 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
1590 (Bug#4334)
1591
1592 * keymap.c (where_is_internal): Filter out shadowed remappings.
1593 Assume that where_is_internal returns unshadowed bindings to simplify
1594 the code and get rid of the gotos. Use ASIZE.
1595
1596 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
1597
1598 * xterm.c (x_focus_changed): If we get a focusout and pointer
1599 is invisible, make it visible.
1600
1601 * xterm.h: Remove condition for declaration of
1602 x_*_window_to_frame.
1603
1604 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
1607 initial terminal as well.
1608
1609 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
1610
1611 * xterm.h: Rename x_non_menubar_window_to_frame to
1612 x_menubar_window_to_frame.
1613
1614 * xterm.c: Remove declarations also in xterm.h
1615 (XTmouse_position): Do not return valid positions
1616 for clicks in the menubar and the toolbar for Gtk+.
1617
1618 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
1619 if the widget for the event has the same top level as a frame,
1620 return the frame.
1621 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
1622 internal windows, bug #4122.
1623 (x_non_menubar_window_to_frame): Remove.
1624
1625 2009-09-02 Glenn Morris <rgm@gnu.org>
1626
1627 * buffer.c (default-major-mode): Move most of the doc from here...
1628 (major-mode): ... to here.
1629
1630 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * process.c (wait_reading_process_output): Keep the descriptor
1633 when pty is used by a non-child process, e.g., in I/O buffer of
1634 GDB this allows inferior to be restarted.
1635
1636 2009-08-29 Eli Zaretskii <eliz@gnu.org>
1637
1638 * xdisp.c (redisplay_internal): Remove redundant test and collapse
1639 both branches into one.
1640
1641 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
1644 (main): Use enable-multibyte-characters rather than
1645 default-enable-multibyte-characters. Output a warning message when
1646 running a unibyte session.
1647
1648 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1649
1650 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
1651 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
1652 (copy_data_segment): Also copy __program_vars section.
1653 (copy_dyld_info) [LC_DYLD_INFO]: New function.
1654 (dump_it) [LC_DYLD_INFO]: Use it.
1655
1656 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
1657
1658 2009-08-28 Eli Zaretskii <eliz@gnu.org>
1659
1660 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
1661 $(SRC)/buildobj.h.
1662 (buildobj.h): Renamed from $(SRC)/buildobj.h.
1663 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
1664 $(SRC)/buildobj.h.
1665 (clean): Add buildobj.h.
1666
1667 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
1668
1669 * print.c (print_object): Set escapeflag to 1 when printing
1670 hashtable keys and values.
1671
1672 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * lread.c (read_integer): Use doubles (and potentially return a float
1675 number) as we do in string-to-number.
1676 (read1): Use strtol to read integers, signal errors on strtol's
1677 overflow and use floats if strtol's output is too large for
1678 Elisp integers.
1679
1680 2009-08-27 Eli Zaretskii <eliz@gnu.org>
1681
1682 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
1683 (make-buildobj-SH): Fix last change.
1684 (SRC): Move to before where it's first used.
1685
1686 2009-08-27 Kenichi Handa <handa@m17n.org>
1687
1688 * process.c (send_process): Use encode_coding_object instead of
1689 encode_coding_string to perform eol-conversion even if the string
1690 is unibyte.
1691
1692 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
1693 character.
1694
1695 * cmds.c (Fself_insert_command): Avoid unnecessay
1696 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
1697
1698 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1699
1700 * callproc.c (Fcall_process): Remove always true #if.
1701
1702 * lisp.h: Replace #if 0 code for checking with text pointing to
1703 the --enable-checking configure flag.
1704
1705 * emacs.c (main): Mention the --enable-profiling configure flag
1706 instead of using CFLAGS.
1707
1708 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
1709
1710 * Makefile.in (buildobj.h): New target.
1711 (doc.o): Depend on it.
1712 (temacs${EXEEXT}): Don't generate buildobj.lst.
1713 (mostlyclean): Delete buildobj.h, not buildobj.lst.
1714 * makefile.w32-in ($(SRC)/buildobj.h): New target.
1715 ($(BLD)/doc.$(O)): Depend on it.
1716 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
1717 provided by Eli Zaretskii.)
1718 ($(TEMACS)): Don't generate buildobj.lst.
1719 * doc.c: Include buildobj.h.
1720 (buildobj): New static variable.
1721 (Fsnarf_documentation): Use it, instead of opening and reading
1722 buildobj.lst.
1723
1724 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * dbusbind.c (Fdbus_call_method)
1727 (Fdbus_call_method_asynchronously): Use English numeric format for
1728 timeout values in doc string.
1729
1730 2009-08-25 Kenichi Handa <handa@m17n.org>
1731
1732 * alloc.c (mark_char_table): New function.
1733 (mark_object): Use mark_char_table for a char-table.
1734
1735 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
1736 (CHAR_TABLE_REF): Use it.
1737
1738 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
1739
1740 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
1741 before invoking the newly build emacs to check for load-path
1742 shadowing.
1743
1744 2009-08-22 Glenn Morris <rgm@gnu.org>
1745
1746 * Makefile.in (bootstrap_exe): New variable.
1747 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
1748 Use ${bootstrap_exe}.
1749
1750 2009-08-22 Eli Zaretskii <eliz@gnu.org>
1751
1752 * coding.h (encode_coding_string): Don't encode unibyte strings.
1753 (Bug#4047)
1754
1755 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
1758
1759 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
1760 intended as hotfix only.
1761 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
1762
1763 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1764
1765 * nsterm.m (ns_get_color): Update documentation properly for last
1766 change, and clean up loose ends in the code left by it. Fix
1767 longstanding bug with 16-bit hex parsing, and add support for
1768 yet another X11 format (rgb:r/g/b) for compatibility.
1769 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
1770 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
1771
1772 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
1775
1776 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
1777
1778 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
1779 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
1780 (xd_initialize, xd_pending_messages): Check, whether
1781 $DBUS_SESSION_BUS_ADDRESS is set.
1782
1783 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1784
1785 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
1786
1787 * nsterm.m (ns_get_color): Remove incompatible color formats again.
1788
1789 2009-08-20 Glenn Morris <rgm@gnu.org>
1790
1791 * emacs.c (system-type): Doc fix.
1792
1793 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
1796 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
1797
1798 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
1799
1800 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
1801 New functions.
1802 (xd_initialize): Revert change from 2009-08-16.
1803
1804 2009-08-18 Kenichi Handa <handa@m17n.org>
1805
1806 * fontset.c (Ffontset_font): If a nil element is found in a
1807 font-group vector, return nil.
1808
1809 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * process.c (status_notify): Don't perform redisplay.
1812 (Fdelete_process, list_processes_1, process_send_signal):
1813 Expliticly perform redisplay.
1814 (wait_reading_process_output): Always check process status, but
1815 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
1816
1817 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
1818
1819 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
1820 (XFLOAT_INIT): New macro for storing a float value.
1821 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
1822 * fns.c (sxhash): Copy out the value of a float in order to
1823 examine its bytes.
1824 * dbusbind.c (xd_append_arg): Likewise.
1825
1826 * emacs.c (main): Don't call syms_of_data twice.
1827
1828 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
1829
1830 * dbusbind.c (xd_initialize): Add connection file descriptor to
1831 input_wait_mask, in order to let select() detect, whether a new
1832 message has been arrived.
1833 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
1834
1835 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
1838 New functions.
1839
1840 * lisp.h (xd_pending_messages): Declare.
1841
1842 * keyboard.c (readable_events): Call xd_pending_messages.
1843
1844 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
1847
1848 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
1849
1850 * buffer.c (set_buffer_internal_1)
1851 (swap_out_buffer_local_variables): Check for unbound local
1852 variables (Bug#4138).
1853
1854 2009-08-14 Eli Zaretskii <eliz@gnu.org>
1855
1856 * process.c (create_pty): Fix last change.
1857
1858 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
1861 (xbm_load_image): Caller changed.
1862 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
1863
1864 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
1865
1866 * process.c (create_pty): New function.
1867 (Fstart_process): Use it to allow Emacs to just associate a pty
1868 with the buffer. See associated change in gdb-mi.el.
1869 (list_processes_1): Deal with no program name.
1870 (start_process_unwind): Use pid == -2 to mean no process.
1871
1872 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * cmds.c (nonundocount): New global variable.
1875 (keys_of_cmds): Initialize it.
1876 (Fself_insert_command): Use it to combine upto 20 sequential chars
1877 into a single undo entry, just like the Qself_insert_command code in
1878 keyboard.c does.
1879 Call frame_make_pointer_invisible, also like the Qself_insert_command
1880 code in keyboard.c does.
1881 * keyboard.c (command_loop_1): Use the new global nonundocount rather
1882 than its own local replacement for it.
1883
1884 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
1885
1886 * fns.c (concat): Don't re-set string length to its current value.
1887
1888 * coding.h (decode_coding_string, encode_coding_string):
1889 Use SBYTES macro.
1890
1891 * doprnt.c (doprnt_lisp): Delete unused function.
1892 (doprnt): Merge with doprnt1, discarding lispstrings code.
1893 * lisp.h (doprnt_lisp): Don't declare.
1894
1895 2009-08-07 Juri Linkov <juri@jurta.org>
1896
1897 * puresize.h (BASE_PURESIZE): Increase to 1270000.
1898
1899 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1900
1901 * print.c (syms_of_print): Undo previous change.
1902
1903 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1904
1905 * lread.c (read1, syms_of_lread): Read hashtables back from the
1906 readable format.
1907
1908 * print.c (print_preprocess, print_object): Print hashtables fully
1909 and readably.
1910 (syms_of_print): Provide 'hashtable-print-readable.
1911
1912 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1913
1914 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
1915 no family set.
1916 (nsfont_open): Handle case when entity has no family.
1917
1918 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1919
1920 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
1921 element, not a list, for match case.
1922
1923 2009-07-28 Kenichi Handa <handa@m17n.org>
1924
1925 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
1926 rigidly.
1927
1928 * xfont.c (xfont_list_pattern): Don't ignore the return value of
1929 font_parse_xlfd. Check font properties more rigidly.
1930
1931 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
1934 bsd-common.h.
1935
1936 2009-07-27 Kenichi Handa <handa@m17n.org>
1937
1938 * xfaces.c (face_with_height): Call font_clear_prop.
1939
1940 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
1943
1944 * xterm.c (x_term_init): Use Qx.
1945
1946 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
1947
1948 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
1949 (ns_get_color): Revert 2009-07-16 change.
1950
1951 2009-07-25 Eli Zaretskii <eliz@gnu.org>
1952
1953 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1954 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
1955
1956 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
1957
1958 * coding.h (decode_coding_string, encode_coding_string):
1959 Use SCHARS macro.
1960
1961 * lread.c: Rewrite 2009-07-21 changes.
1962 (load_depth): Delete.
1963 (Qload_in_progress): New variable.
1964 (load_unwind): Don't reference load_depth or load_in_progress.
1965 (Fload): Likewise; specbind Qload_in_progress instead.
1966 (init_lread): Don't initialize load_depth.
1967 (syms_of_lread): Initialize and protect Qload_in_progress.
1968
1969 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1970
1971 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
1972
1973 2009-07-23 Yavor Doganov <yavor@gnu.org>
1974
1975 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
1976
1977 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1978
1979 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
1980 Bugs 3792, 3720, 2402.
1981 (ns_lookup_indexed_color): Check for bad index.
1982 (ns_index_color): Init unused slot to 0.
1983 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
1984 Bug 3714, possibly 3082.
1985
1986 2009-07-22 Jason Rumney <jasonr@gnu.org>
1987
1988 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
1989 Position IME window at cursor (Bug#2570).
1990 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
1991 (globals_of_w32fns): Dynamically load functions required above.
1992
1993 * w32term.c (w32_draw_window_cursor): Send message to reposition
1994 any IME window.
1995
1996 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * fileio.c: Revert 2009-07-16 changes.
1999 (Vauto_save_include_big_deletions): New variable.
2000 (Fdo_auto_save): Disable auto-save only if
2001 auto-save-include-big-deletions is nil.
2002
2003 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2004
2005 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2006 the overflowed pixels into account (Bug#3879).
2007
2008 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2009
2010 * lread.c (load_depth): New variable.
2011 (Fload, load_unwind, init_lread): Set it to the load recursion
2012 depth; set load_in_progress as a simple boolean based on the
2013 current load_depth. (Bug#3892)
2014
2015 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2016
2017 * nsfont.m (ns_has_attribute): Remove.
2018 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2019
2020 2009-07-18 Juri Linkov <juri@jurta.org>
2021
2022 * process.c (Fset_process_query_on_exit_flag): Mention killing
2023 a buffer in docstring.
2024
2025 2009-07-17 Kenichi Handa <handa@m17n.org>
2026
2027 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2028
2029 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2030
2031 * nsfns.m (Fns_set_alpha): Remove function.
2032 (syms_of_nsfns): Don't defsubr it.
2033
2034 * nsterm.m (ns_get_color): Remove incompatible color formats.
2035 (ns_color_to_lisp): Generate #rrggbb color format string.
2036
2037 2009-07-16 Richard Stallman <rms@gnu.org>
2038
2039 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2040 (Fset_buffer_auto_saved): Handle save_length = -2.
2041
2042 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
2043
2044 * xterm.c (Qx_gtk_map_stock): New var.
2045
2046 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2047 of calling intern each time.
2048
2049 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2050
2051 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2052 does tiling.
2053
2054 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2055
2056 2009-07-14 Kenichi Handa <handa@m17n.org>
2057
2058 * font.c (font_vconcat_entity_vectors): New function.
2059 (struct font_sort_data): New member font_driver_preference.
2060 (font_compare): Check font_driver_preference.
2061 (font_sort_entities): The format of the first argument changed.
2062 (font_delete_unmatched): Likewise.
2063 (font_list_entities): The return type changed.
2064 (font_select_entity): The format of the second argument changed.
2065 (font_find_for_lface): Adjuste for the above changes.
2066 Don't suppress the checking of C even if the repertory supports it.
2067 (Flist_fonts): Adjust for the above changes.
2068
2069 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2070 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2071 Reject a font who has adstyle property that is different from a
2072 langname derived from registry property.
2073 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2074
2075 2009-07-13 Eli Zaretskii <eliz@gnu.org>
2076
2077 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2078 local copy of dirfilename.
2079
2080 2009-07-13 Kenichi Handa <handa@m17n.org>
2081
2082 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2083 against max_char.
2084
2085 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2086 calling XSYMBOL (sym).
2087
2088 2009-07-11 Eli Zaretskii <eliz@gnu.org>
2089
2090 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2091 New function.
2092 (directory_files_internal) [WINDOWSNT]:
2093 Bind w32-get-true-file-attributes to either t or nil, depending whether
2094 the filesystem of the directory is fast or slow.
2095
2096 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2097 file name.
2098 (is_slow_fs): New function.
2099 (stat): Use it to determine whether to issue more system calls to
2100 get accurate file attributes, when w32-get-true-file-attributes is
2101 `local'.
2102
2103 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2104
2105 * xfns.c (Fx_select_font): Remember last font selected in
2106 x_last_font_name and use that the next time. Also try the frame
2107 parameter font-parameter as default to the font dialog.
2108
2109 2009-07-10 Kenichi Handa <handa@m17n.org>
2110
2111 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2112
2113 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2114
2115 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2116
2117 * w32.c (stat): Treat UNC file names as residing on remote
2118 drives. (Bug#3542)
2119
2120 2009-07-09 Kenichi Handa <handa@m17n.org>
2121
2122 * fontset.c (fontset_find_font): Fix previous change.
2123
2124 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
2125
2126 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2127 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2128 error flag.
2129
2130 2009-07-08 Kenichi Handa <handa@m17n.org>
2131
2132 * fontset.c (fontset_find_font): Fix the logic of handling
2133 charset_matched.
2134 (font_for_char): Delete unused var.
2135 (generate_ascii_font_name): Delete it.
2136
2137 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2138
2139 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2140 (encode_coding_sjis): Fix the code range check.
2141
2142 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2145 (Fexpand_file_name): Copy string data properly (Bug#3772).
2146
2147 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2148
2149 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2150 first MapNotify.
2151
2152 2009-07-07 Kenichi Handa <handa@m17n.org>
2153
2154 * character.h (unibyte_has_multibyte_table): Delete extern.
2155 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2156
2157 * charset.c (Fset_charset_priority): Update charset_unibyte.
2158 (syms_of_charset): Initialize charset_unibyte.
2159
2160 * character.c (unibyte_has_multibyte_table): Delete it.
2161 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2162 charset_unibyte.
2163 (multibyte_char_to_unibyte_safe): Likewise.
2164 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2165
2166 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
2167 (x_produce_glyphs): Likewise.
2168
2169 * .gdbinit (xcharset): Fix the treating $arg0.
2170
2171 2009-07-04 Eli Zaretskii <eliz@gnu.org>
2172
2173 Emulation of `getloadavg' on MS-Windows.
2174 * w32.c: Include float.h
2175 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2176 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2177 (get_native_system_info, get_system_times): New functions.
2178 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2179 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2180 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2181 g_b_init_get_system_times, and num_of_processors.
2182
2183 2009-07-03 Jason Rumney <jasonr@gnu.org>
2184
2185 * w32term.c (w32_initialize): Use standard types.
2186
2187 2009-07-03 Eli Zaretskii <eliz@gnu.org>
2188
2189 * dired.c (Ffile_attributes): Decode user and group names by the
2190 locale's encoding. (Bug#3443)
2191
2192 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2193
2194 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2195 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2196
2197 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2198
2199 * term.c (init_tty): Remove spurious #ifdef.
2200
2201 * m/mips.h: Mention this file is also used for netbsd.
2202 * m/pmax.h: Remove file.
2203
2204 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2205
2206 * xterm.h (struct x_display_info): Add invisible_cursor.
2207 (struct x_output): Add current_cursor.
2208
2209 * xterm.c (XTtoggle_invisible_pointer): New function.
2210 (x_define_frame_cursor): Don't define cursor if invisible or the
2211 same as before. Set current_cursor.
2212 (x_create_terminal): Set toggle_invisible_pointer_hook.
2213
2214 * xfns.c (make_invisible_cursor): New function.
2215 (x_set_mouse_color): Call make_invisible_cursor.
2216 Set current_cursor.
2217 (x_window): Set current_cursor.
2218
2219 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2220
2221 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2222 inserting a character.
2223 (read_avail_input): Call frame_make_pointer_visible.
2224
2225 * frame.c (Vmake_pointer_invisible): New variable.
2226 (frame_make_pointer_invisible, frame_make_pointer_visible):
2227 New functions.
2228 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2229
2230 * frame.h: Declare frame_make_pointer_invisible and
2231 frame_make_pointer_visible.
2232 (struct frame): Add pointer_invisible.
2233
2234 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2237 frame isn't visible.
2238 (xg_frame_resized): If width/height is -1, get size of window
2239 from X server.
2240
2241 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2242 for MapNotify.
2243
2244 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
2245 here or call change_frame_size. Just call flush_and_sync.
2246 (flush_and_sync): Reintroduce.
2247
2248 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2249
2250 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
2251
2252 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2253 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2254
2255 * frame.h: Declare Qsticky.
2256
2257 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2258
2259 * nsfns.m (ns_frame_parm_handlers): Ditto.
2260
2261 * frame.c: Declare Qsticky.
2262 (frame_parms): Add sticky.
2263
2264 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2265
2266 * xterm.h: Declare x_set_sticky.
2267
2268 * xterm.c (x_set_sticky): New function.
2269
2270 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2271 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2272 xg_tool_bar_proxy_help_callback.
2273
2274 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2275
2276 * frame.c: Qmaximized is new.
2277 (x_set_frame_parameters): Do not handle fullscreen specially.
2278 Only set width and height if explicitly set.
2279 (x_set_fullscreen): Handle Qmaximized.
2280 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2281 (syms_of_frame): Initialize Qmaximized.
2282
2283 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2284 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
2285
2286 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
2287 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2288 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
2289 set gravity to NorthWestGravity when USE_GTK.
2290 (set_wm_state): New function.
2291 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
2292 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2293 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
2294 or the case when no window manager is running. That means remove calls
2295 to x_real_positions and x_fullscreen_adjust.
2296
2297 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2298 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2299 flush_and_sync.
2300 (xg_height_changed): New function.
2301 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
2302 and gtk_window_set_policy. Set frame gravity after parsing the
2303 geometry string.
2304 (xg_update_frame_menubar, free_frame_menubar)
2305 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2306 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2307 Remove calls to xg_frame_set_char_size.
2308
2309 2009-07-01 Kenichi Handa <handa@m17n.org>
2310
2311 * keyboard.c (decode_keyboard_code): New function.
2312 (tty_read_avail_input): Decode the input bytes if necessary.
2313
2314 * coding.c (setup_coding_system):
2315 Initialize coding->carryover_bytes to 0.
2316 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2317 use Qno_conversion.
2318
2319 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2320
2321 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2322
2323 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
2326
2327 2009-06-30 Jason Rumney <jasonr@gnu.org>
2328
2329 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2330 is already loaded.
2331 Set user model ID if supported (bug#1849).
2332
2333 2009-06-29 Jim Meyering <meyering@redhat.com>
2334
2335 Remove useless if-before-xfree test.
2336 * nsfont.m (nsfont_close): Remove useless test.
2337 * term.c (delete_tty): Likewise.
2338 * w32.c (system_process_attributes): Likewise.
2339 * w32font.c (w32font_close): Likewise.
2340 * xfaces.c (x_free_gc): Likewise.
2341 * xselect.c (buffer): Likewise.
2342
2343 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2344
2345 * process.c (send_process): Keep decoded string in a local
2346 variable and protect it from GC. (Bug#3521)
2347
2348 2009-06-28 Eli Zaretskii <eliz@gnu.org>
2349
2350 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2351 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2352
2353 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * xdisp.c (start_display, handle_face_prop)
2356 (move_it_vertically_backward, cursor_row_fully_visible_p)
2357 (redisplay_window, try_window_id, produce_image_glyph):
2358 Delete some #ifdef-ed out code chunks that are now obsolete.
2359
2360 * xterm.c (x_update_window_begin, x_new_focus_frame)
2361 (x_scroll_bar_handle_click, handle_one_xevent)
2362 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2363 (x_make_frame_visible, x_make_frame_invisible)
2364 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2365 code chunks that are now obsolete.
2366
2367 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
2368
2369 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2370 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2371 for hours, when optimzation is enabled.
2372 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2373 (xd_read_message): Make them static.
2374
2375 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2376
2377 * term.c (turn_on_face): Allow simultaneously bold and dim
2378 terminal faces (Bug#3530).
2379
2380 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2383
2384 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2385 truncation glyphs (Bug#3686).
2386
2387 2009-06-27 Glenn Morris <rgm@gnu.org>
2388
2389 * m/pmax.h: Restore file, with only netbsd portions.
2390
2391 2009-06-26 David Reitter <david.reitter@gmail.com>
2392
2393 * nsterm.m (keydown): Avoid infinite loop.
2394
2395 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2396
2397 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2398 the arg FORCE_SYMBOL.
2399
2400 2009-06-25 Kenichi Handa <handa@m17n.org>
2401
2402 * fontset.c (fontset_find_font): When a usable rfont_def is found
2403 in a fallback font-group, make it the first element of the group.
2404
2405 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
2406
2407 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2408
2409 2009-06-24 Kenichi Handa <handa@m17n.org>
2410
2411 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2412 set for C.
2413 (fontset_font): Record the availability of a font for C both in
2414 the realized fontsets of the current one and the default one.
2415
2416 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2419 conditional, it is always defined on AIX.
2420
2421 2009-06-23 Miles Bader <miles@gnu.org>
2422
2423 * window.c (Vrecenter_redisplay): New variable.
2424 (syms_of_window): Initialize it.
2425 (Qtty): New extern declaration.
2426 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2427
2428 2009-06-23 Jim Meyering <meyering@redhat.com>
2429
2430 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2431 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
2432 pointer dereferences are guaranteed to be valid.
2433
2434 2009-06-23 Kenichi Handa <handa@m17n.org>
2435
2436 * emacs.c (main): Call init_font ().
2437
2438 * font.h (Vfont_log): Extern it.
2439 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2440
2441 * font.c (font_sort_entities, font_list_entities)
2442 (font_matching_entity, font_open_entity)
2443 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2444 (Vfont_log): Delete static.
2445 (font_log_env_checked): Delete this variable.
2446 (font_add_log): Don't check font_log_env_checked.
2447 (font_deferred_log): Check Vfont_log.
2448 (init_font): New function.
2449
2450 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2451
2452 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2453
2454 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2455
2456 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2457
2458 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2459 (face_for_char): Don't call font_deferred_log here.
2460 (font_for_char): Likewise.
2461
2462 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2465 rather than its background_width for drawing the overline and
2466 underline (Bug#489).
2467
2468 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2469 rather than its background_width for drawing the overline and
2470 underline (Bug#489).
2471 (xg_default_icon_file): New variable.
2472 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2473 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
2474
2475 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2476 (load_overlay_strings): Remove externs.
2477 (fast_find_position): Function deleted.
2478 (mouse_face_from_buffer_pos): New function, based on
2479 fast_find_position. Correctly handle before-strings,
2480 display-strings, and after-strings (Bug#1220).
2481 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2482
2483 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
2486 (move_it_in_display_line_to, move_it_in_display_line_to)
2487 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2488
2489 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * Branch for 23.1.
2492
2493 2009-06-21 Jason Rumney <jasonr@gnu.org>
2494
2495 * w32term.c (keyboard_codepage): New static variable.
2496 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2497 (w32_read_socket) [WM_CHAR]: Use it to decode character
2498 input (bug#3237).
2499 (w32_initialize): Initialize it.
2500 (codepage_for_locale): New function.
2501
2502 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
2503
2504 * process.c (status_message): Pass Faset index argument as a lisp
2505 object, so as to work with USE_LISP_UNION_TYPE.
2506
2507 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2508
2509 * coding.c (Ffind_coding_systems_region_internal):
2510 Cache checked characters.
2511
2512 2009-06-18 Kenichi Handa <handa@m17n.org>
2513
2514 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
2515
2516 2009-06-18 Andreas Schwab <aschwab@redhat.com>
2517
2518 * xdisp.c (redisplay_internal): Check that the frame is still
2519 live after redisplay of its windows.
2520 (redisplay_windows): Check that the window is still live.
2521
2522 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2523
2524 * coding.c (detect_coding_utf_16): Fix previous change.
2525
2526 2009-06-16 Kenichi Handa <handa@m17n.org>
2527
2528 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
2529 UTF-16 by checking the dispersion of Eth and Oth bytes.
2530
2531 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
2532
2533 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
2534
2535 2009-06-15 Kenichi Handa <handa@m17n.org>
2536
2537 * process.c (status_message): Fix previous change. Be sure to
2538 decode a localized string.
2539
2540 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2541
2542 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
2543 add comment explaining why.
2544
2545 2009-06-14 Sidney Markowitz <sidney@sidney.com>
2546
2547 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
2548
2549 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
2550
2551 * nsfont.m (ns_attribute_value): Remove.
2552 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
2553 (ns_has_attribute): Shrink the normal range.
2554 (ns_findfonts): Don't worry about requested spec in determining
2555 need for synthItal.
2556 (ns_get_covering_families): Retain scriptToFamilies.
2557
2558 2009-06-14 Seiji Zenitani <zenitani@mac.com>
2559
2560 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2561
2562 2009-06-11 Kenichi Handa <handa@m17n.org>
2563
2564 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2565 overhang for the static composition case.
2566
2567 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2568
2569 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2570 overhang for the automatic composition case.
2571
2572 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
2573 composition case.
2574
2575 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * xdisp.c (get_next_display_element): When handling wrap-prefix
2578 and line-prefix, treat \n as a control character (bug#3502).
2579
2580 2009-06-10 Kenichi Handa <handa@m17n.org>
2581
2582 * font.c (font_parse_family_registry): Fix for one-char foundry.
2583 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
2584
2585 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
2586
2587 * process.c (status_message): Fix handling of multibyte signal
2588 string (Bug#3499).
2589
2590 2009-06-09 Jim Meyering <meyering@redhat.com>
2591
2592 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
2593 color name is missing.
2594
2595 2009-06-09 Kenichi Handa <handa@m17n.org>
2596
2597 * charset.c (Fmap_charset_chars): In docstring, state clearly that
2598 FROM-CODE and TO-CODE are codepoints of CHARSET.
2599
2600 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2601
2602 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
2603
2604 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2605
2606 Changes to support :script/:lang/:otf in NS font driver.
2607 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
2608 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
2609 indicate not part of font driver interface, and change callers.
2610 (ns_get_family): Remove pointless null check.
2611 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
2612 ns_spec_to_descriptor, ns_descriptor_to_entity.
2613 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
2614 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
2615 (ns_spec_to_descriptor, ns_descriptor_to_entity)
2616 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
2617 (ns_get_req_script, ns_accumulate_script_ranges)
2618 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
2619 New functions.
2620 (nsfont_list, nsfont_match): Use ns_findfonts.
2621 (nsfont_open): Use font descriptor instead of traits.
2622 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
2623 (dump_glyphstring): Rename to ns_dump_glyphstring.
2624
2625 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
2626
2627 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
2628
2629 * fontset.c (fontset_from_font): Remove NS-specific code.
2630
2631 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
2632
2633 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
2634 nonactive windows.
2635
2636 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
2637
2638 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
2639
2640 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2641
2642 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
2643
2644 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
2647 account for the overflowing of newlines into the last glyph on the
2648 display line (Bug#3482).
2649
2650 2009-06-05 David Reitter <david.reitter@gmail.com>
2651
2652 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
2653 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
2654 Fns_selection_exists_p, Fns_selection_owner_p.
2655
2656 2009-06-03 Jason Rumney <jasonr@gnu.org>
2657
2658 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
2659 available. (Bug#3379)
2660
2661 2009-05-29 Kenichi Handa <handa@m17n.org>
2662
2663 * coding.c (get_translation_table):
2664 Check Venable_character_translation.
2665
2666 2009-05-26 David Reitter <david.reitter@gmail.com>
2667
2668 * nsterm.m (ns_raise_frame): Only raise frame if visible.
2669 (x_make_frame_visible): Move frame to front rather than calling
2670 ns_raise_frame().
2671 (keyDown:): Do not swallow events that aren't re-sent if frame
2672 isn't key window.
2673 (drawRect:): Do not set visibility/iconified flags because
2674 drawRect may be called by NSView even if the frame is hidden.
2675
2676 * nsfns.m (Fx_create_frame): Follow other ports in
2677 determining visibility; default to t. Ensure async_visible is set.
2678
2679 2009-05-23 Eli Zaretskii <eliz@gnu.org>
2680
2681 * dired.c (Ffile_attributes): Doc fix.
2682
2683 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
2686
2687 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
2690 and xfont_scratch_props.
2691 (syms_of_xfont): Do it here instead.
2692 (xfont_find_ccl_program): Delete, unused.
2693 (xfont_open): Delete unused var `i'.
2694
2695 2009-05-21 Kenichi Handa <handa@m17n.org>
2696
2697 * fontset.c (Qlatin): Don't make it static.
2698
2699 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
2700 New functions.
2701 (xfont_scripts_cache, xfont_scratch_props): New variables.
2702 (Qlatin, Vscalable_fonts_allowed): Extern it.
2703 (xfont_list_pattern): Argument changed. Callers changed.
2704 Check Vscalable_fonts_allowed. Check the support of a script.
2705 (xfont_list): Don't reject a font spec with :script property.
2706 (xfont_has_char): Fix setting of encoding.
2707 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
2708 xfont_scratch_props.
2709
2710 2009-05-19 Kenichi Handa <handa@m17n.org>
2711
2712 * font.c (font_sort_entities): Rename from font_sort_entites.
2713 Callers changed.
2714
2715 2009-05-18 Kenichi Handa <handa@m17n.org>
2716
2717 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2718
2719 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
2722 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2723
2724 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2725
2726 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
2727 (x_delete_terminal): Dissociate resource database from display and
2728 then call XrmDestroyDatabase before closing display.
2729
2730 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2731
2732 * nsterm.m (ns_read_socket): Remove unused variable.
2733 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
2734 whether selected frame is viable before raising it (based on patch
2735 by David Reitter), and improve commentary.
2736 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
2737
2738 2009-05-15 Kenichi Handa <handa@m17n.org>
2739
2740 * font.c (Ffont_spec): Check arguments.
2741
2742 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
2745 weight when testing attributes (Bug#3282).
2746
2747 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2748
2749 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
2750 what we expect to get in the next ConfigureNotify event.
2751
2752 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
2753 before Xft one (Bug#1696).
2754
2755 2009-05-07 David Reitter <david.reitter@gmail.com>
2756
2757 * nsfns.m (Fx_display_planes): Compute bitplanes using
2758 NSBitsPerPixelFromDepth (Bug#3207).
2759
2760 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
2761
2762 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2763
2764 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
2765
2766 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2767
2768 2009-05-07 David Reitter <david.reitter@gmail.com>
2769
2770 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
2771 Respect mouse face background.
2772
2773 2009-05-07 David Reitter <david.reitter@gmail.com>
2774
2775 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
2776 Mouse movement/highlight: bracket drawing operations
2777 in ns_update_begin and ns_update_end.
2778
2779 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * nsfns.m (ns_get_screen): Rewrite.
2782 Don't presume selected-frame is of type `ns'.
2783
2784 * font.c (font_update_drivers): Sanity fallback to avoid disabling
2785 all drivers.
2786
2787 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
2788
2789 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2790
2791 * keyboard.h (add_user_signal): Fix typo in extern.
2792
2793 * lisp.h (add_user_signal): Remove extern.
2794
2795 * unexelf.c (unexec): Consider a section to precede the .bss section
2796 if its addresses overlap that of .bss.
2797 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
2798 instead of dumping process.
2799
2800 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
2803
2804 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
2807
2808 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2809
2810 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
2811 any statements.
2812
2813 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
2814
2815 * process.c (read_process_output): Make sure the current buffer is
2816 always restored.
2817
2818 * coding.c (record_conversion_result): Don't modify
2819 Vlast_code_conversion_error for successful result.
2820 (alloc_destination): Don't clobber conversion result. (Bug#1650)
2821
2822 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2823
2824 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
2825 (load_charset_map): Remove unnecessary code.
2826
2827 2009-04-30 David Reitter <david.reitter@gmail.com>
2828
2829 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
2830 through f24.
2831
2832 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * xfaces.c (face_at_buffer_position): New arg base_face_id.
2835
2836 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
2837 face_at_buffer_position.
2838 (face_before_or_after_it_pos, get_next_display_element)
2839 (note_mouse_highlight): Update face_at_buffer_position call.
2840
2841 * term.c (term_mouse_highlight):
2842 * msdos.c (IT_note_mouse_highlight):
2843 * fontset.c (Finternal_char_font):
2844 * font.c (font_at, font_range): Update face_at_buffer_position call.
2845
2846 * dispextern.h (face_at_buffer_position): Update prototype.
2847
2848 2009-04-30 Kenichi Handa <handa@m17n.org>
2849
2850 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
2851
2852 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
2853
2854 * callproc.c (Fcall_process): Fix GC protection. Make sure
2855 current buffer is always restored.
2856
2857 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2858
2859 * atimer.c (init_atimer): Also clear stopped_atimers.
2860
2861 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
2862
2863 * process.c (create_process): Clean up merger residues of
2864 2008-07-17 change.
2865
2866 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
2867
2868 * lread.c (Vread_circle): New variable.
2869 (read1): Disable recursive read if Vread_circle is nil.
2870
2871 2009-04-29 Kenichi Handa <handa@m17n.org>
2872
2873 * fontset.h (set_default_ascii_font): Delete extern.
2874
2875 * fontset.c (set_default_ascii_font): Delete this unused function.
2876
2877 * frame.c (x_set_font): When ARG is a font-object, check if the
2878 font-object matches with the ASCII font-spec of the frame's
2879 fontset. If not, create a new fontset for the frame. (Bug #3075)
2880
2881 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
2882
2883 * fns.c (Flocale_info): Protect vector from GC during decoding.
2884
2885 * process.c (Fstart_process): Protect argv strings from GC during
2886 encoding.
2887
2888 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2889
2890 * sysdep.c: Include <ctype.h>.
2891
2892 2009-04-27 David Reitter <david.reitter@gmail.com>
2893
2894 * nsfont.m (nsfont_open): Remove unused variable shrink.
2895 Remove commented-out code.
2896
2897 2009-04-26 Johan Bockgård <bojohan@gnu.org>
2898
2899 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2900
2901 2009-04-25 Jason Rumney <jasonr@gnu.org>
2902
2903 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
2904
2905 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2906
2907 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
2908 Swap bytes in short integer if fringe bitmap width > 8.
2909
2910 2009-04-23 Kenichi Handa <handa@m17n.org>
2911
2912 * xfaces.c (Fx_list_fonts): If a font size is specified in
2913 PATTERN, set it in returned scalable fonts.
2914
2915 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * keyboard.c (Fset_input_meta_mode): Doc fix.
2918
2919 * dispnew.c (Fsend_string_to_terminal): Doc fix.
2920
2921 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
2922
2923 * coding.c (Fterminal_coding_system): Doc fix.
2924
2925 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
2926 (Fx_display_pixel_height, Fx_display_planes)
2927 (Fx_display_color_cells, Fx_server_max_request_size)
2928 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2929 (Fx_display_mm_height, Fx_display_mm_width)
2930 (Fx_display_backing_store, Fx_display_visual_class)
2931 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
2932 Doc fixes, replacing "terminal id" with "terminal object".
2933 (check_x_display_info): Handle terminal objects instead of
2934 terminal ids.
2935
2936 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
2937 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
2938 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
2939 Doc fixes, replacing "terminal id" with "terminal object".
2940
2941 2009-04-21 Kenichi Handa <handa@m17n.org>
2942
2943 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
2944 (font_score): Check AVGWIDTH too.
2945
2946 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
2947 worst case.
2948 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
2949 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
2950
2951 2009-04-19 Jason Rumney <jasonr@gnu.org>
2952
2953 The following changes fix Bug#3005 for wide glyphs on each platform,
2954 without reintroducing Bug#1258 for stretch glyphs.
2955
2956 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
2957 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
2958 get_phys_cursor_geometry.
2959
2960 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
2961 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
2962 using get_phys_cursor_geometry.
2963
2964 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
2965 correctly calculated.
2966
2967 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2968
2969 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
2970 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
2971 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
2972 is deprecated.
2973
2974 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
2975
2976 * font.c (font_put_frame_data): Use xfree instead of free.
2977
2978 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
2979
2980 * w32font.c (Qja, Qko): Remove declarations.
2981 (syms_of_w32font): Don't DEFSYM them.
2982
2983 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * font.c (Qja, Qko): Move definitions here from ftfont.c.
2986
2987 * font.h (Qja, Qko): Extern them.
2988
2989 * ftfont.c (Qja, Qko): Remove declarations.
2990
2991 * xfont.c (Qja, Qko): Remove declarations.
2992
2993 2009-04-17 Kenichi Handa <handa@m17n.org>
2994
2995 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
2996 string from a vector to handle Latin-1 characters correctly.
2997
2998 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
2999 entity even if the cache hits.
3000
3001 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3002
3003 * search.c (boyer_moore): Use zero as marker value for a possible
3004 match instead of depending on overflow behavior. (Bug#2844)
3005
3006 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3007 * lisp.h: Adjust prototypes.
3008
3009 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3012 change (Bug#3003).
3013
3014 2009-04-16 Kenichi Handa <handa@m17n.org>
3015
3016 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3017
3018 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3019 adstyle.
3020
3021 * ftfont.c (Qja, Qko): Don't make them static.
3022 (enum ftfont_cache_for): New enum.
3023 (fc_charset_table): Undo the previous change.
3024 (ftfont_get_latin1_charset): Delete it.
3025 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3026 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
3027 non-scarable font, try to get AVERAGE_WIDTH.
3028 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3029 Change ft_face_cache from a list of a hash-table. Don't check
3030 `ja' and `ko' adstyle here.
3031 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3032 FTFONT_CACHE_FOR_CHARET.
3033 (ftfont_get_charset): Undo the previous change.
3034 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3035 (ftfont_close): Likewise.
3036 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3037
3038 * font.c (font_sort_entites): Change the meaning of the arg
3039 BEST-ONLY. Don't optimize for VEC of lenght 1.
3040 (font_select_entity): Just return the value of font_sort_entites.
3041
3042 * xfaces.c (merge_face_vectors): Reflect font properties in
3043 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3044 font_clear_prop if a face attribute doesn't change.
3045
3046 * charset.h (charset_ksc5601): Extern it.
3047
3048 * charset.c (charset_ksc5601): New variable.
3049 (Fdefine_charset_internal): Set charset_ksc5601.
3050 (init_charset_once): Initialize charset_ksc5601 to -1.
3051
3052 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 * fileio.c (history_delete_duplicates): Remove unused declaration.
3055
3056 * callint.c (history_delete_duplicates): New declaration.
3057 (Fcall_interactively): Remove command history duplicates when
3058 history_delete_duplicates is true.
3059
3060 2009-04-14 Eli Zaretskii <eliz@gnu.org>
3061
3062 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3063
3064 2009-04-14 Kenichi Handa <handa@m17n.org>
3065
3066 * font.c (Ffont_info): Fix docstring. Fix the second element of
3067 the returned value (bug#2949).
3068
3069 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
3070
3071 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3072
3073 2009-04-14 Kenichi Handa <handa@m17n.org>
3074
3075 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3076 encoding charset is ascii_compatible.
3077
3078 * charset.c (Fdefine_charset_internal): Make charset
3079 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3080 code_offset is 0, and covers all ASCII characters.
3081
3082 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3085 (ns_string_to_pasteboard_internal):
3086 * nsmenu.m (process_dialog):
3087 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3088 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3089 * lisp.h (Fx_load_color_file): Declare.
3090
3091 2009-04-13 Kenichi Handa <handa@m17n.org>
3092
3093 * font.c (font_delete_unmatched): Preserve the order of list elements.
3094 (font_select_entity): Suppress the code to optimize for the same
3095 kind of fonts.
3096 (font_load_for_lface): Get a font that supports at least ASCII
3097 characters.
3098
3099 * ftfont.c (Qja, Qko): New variables.
3100 (fc_charset_table): Delete uniquifier data for iso8859-1.
3101 (ftfont_get_latin1_charset): New function.
3102 (get_adstyle_property): New function.
3103 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3104 bitmap fonts.
3105 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3106 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3107 `ko' or `ja'.
3108 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
3109 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
3110 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3111 property.
3112 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3113 (syms_of_ftfont): DEFSYM Qja and Qko.
3114
3115 2009-04-09 Kenichi Handa <handa@m17n.org>
3116
3117 * charset.c (map_charset_chars): For a charset of `superset'
3118 method, fix calculation of code range.
3119
3120 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3121 from the list of extra properties.
3122 (font_clear_prop): Be sure to delete `:name' font property.
3123
3124 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3125
3126 * dispnew.c (redraw_overlapping_rows): Fix detection of
3127 overlapping for topmost and bottommost rows.
3128
3129 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
3130
3131 2009-04-06 Jason Rumney <jasonr@gnu.org>
3132
3133 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3134
3135 2009-04-06 Kenichi Handa <handa@m17n.org>
3136
3137 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3138
3139 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3140
3141 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3142
3143 * ftfont.c (ftfont_open): Fix checking of the return value of
3144 FT_Load_Char. Fix setting font->underline_thickness.
3145
3146 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3149 (Fterminal_parameters, Fterminal_parameter)
3150 (Fset_terminal_parameter): In doc string, refer to terminal
3151 objects rather than terminal ids.
3152
3153 2009-04-04 Eli Zaretskii <eliz@gnu.org>
3154
3155 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3156 ret_lim_data. (Bug#2867)
3157
3158 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3161 so they don't get wider than the window, matching 2006-01-23
3162 change to the partner function in xdisp.c (Bug#2800).
3163
3164 2009-04-03 Kenichi Handa <handa@m17n.org>
3165
3166 * print.c (print_object): Make each lowest sub_char_table start a
3167 new line (Bug#2866).
3168
3169 2009-04-02 Kenichi Handa <handa@m17n.org>
3170
3171 * fontset.c (fontset_font): Record no-font when a fontset
3172 explicitly tells not to try another font-specs.
3173
3174 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3175
3176 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3177
3178 2009-03-30 Kenichi Handa <handa@m17n.org>
3179
3180 * fontset.c (fontset_from_font): Specify only registry in a
3181 font-spec for all characters supported by that registry.
3182
3183 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3184 even if HAVE_M17N_FLT is not defined.
3185
3186 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3187
3188 * ftfont.c: Conditionalize prototyping and use of
3189 ftfont_variation_glyphs.
3190
3191 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * frame.c (delete_frame): Work around compiler bug.
3194
3195 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3196 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3197 Some more EMACS_INT.
3198 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3199
3200 * xdisp.c (dump_glyph): Fix typo.
3201
3202 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3203 (adjust_markers_gap_motion, adjust_markers_for_delete)
3204 (adjust_markers_for_insert, adjust_point)
3205 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3206 (make_gap, copy_text, count_size_as_multibyte, insert)
3207 (insert_and_inherit, insert_before_markers)
3208 (insert_before_markers_and_inherit, insert_1)
3209 (count_combining_before, count_combining_after, insert_1_both)
3210 (insert_from_string, insert_from_string_before_markers)
3211 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3212 (insert_from_buffer_1, adjust_after_replace)
3213 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3214 (replace_range_2, del_range, del_range_1, del_range_byte)
3215 (del_range_both, del_range_2, modify_region)
3216 (prepare_to_modify_buffer, signal_before_change)
3217 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3218 for buffer positions and sizes.
3219 * lisp.h: Adjust prototypes accordingly.
3220
3221 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3222 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3223 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3224
3225 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3226
3227 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3228
3229 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3230 lines and columns so we keep the same pixel height and width.
3231
3232 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3233 the property _NET_WM_STATE has changed.
3234 (x_handle_net_wm_state): New function to update frame parameter
3235 fullscreen.
3236 (x_term_init): Initialize atoms for _NET_WM_STATE.
3237
3238 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3239
3240 2009-03-27 Kevin Ryde <user42@zip.com.au>
3241
3242 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3243 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3244 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3245 (Fgpm_mouse_stop): Pass that new parameter.
3246 * termhooks.h (close_gpm): Adjust prototype.
3247
3248 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * lisp.h (Fx_focus_frame): Declare.
3251
3252 * callint.c (Fcall_interactively): For '^' just delegate the work to
3253 handle-shift-selection.
3254 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3255
3256 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3259
3260 * data.c (Qinteractive_form): New variable.
3261 (Finteractive_form): Use it.
3262
3263 * eval.c (Fcommandp): Use Qinteractive_form.
3264
3265 2009-03-24 Jason Rumney <jasonr@gnu.org>
3266
3267 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3268 Calculate total size precisely. Decode environment variables
3269 before substituting. (Bug#38)
3270
3271 2009-03-24 Kenichi Handa <handa@m17n.org>
3272
3273 * font.c (find_font_encoding): Return Qnil for unsupported
3274 encoding (Bug#2722).
3275
3276 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3277
3278 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3279 that gdpy is set.
3280
3281 2009-03-22 Alan Mackenzie <acm@muc.de>
3282
3283 * callint.c (Finteractive): Clarify the doc string - even
3284 promptless elements need \n separators.
3285
3286 2009-03-22 Jason Rumney <jasonr@gnu.org>
3287
3288 * w32term.c (syms_of_w32term): Doc fix for
3289 x-use-underline-position-properties.
3290
3291 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3292
3293 * w32.c (getpwuid): Change argument type to unsigned.
3294 (struct w32_id): Change type of `rid' member to unsigned.
3295 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3296 argument ID to unsigned. All callers changed.
3297 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3298
3299 2009-03-20 Eli Zaretskii <eliz@gnu.org>
3300
3301 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3302 negative, produce a float value.
3303
3304 * dired.c (make_uid, make_gid): New functions.
3305 (Ffile_attributes): Use them to avoid negative UID and GID.
3306
3307 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3310 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3311 Fix typos in docstrings.
3312
3313 2009-03-19 Kenichi Handa <handa@m17n.org>
3314
3315 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
3316 changed, use font_load_for_lface to get a new font object.
3317 Call free_realized_fontset after handling ASCII font change.
3318
3319 * frame.c (x_set_font): Handle the case that ARG is a cons.
3320
3321 2009-03-19 Glenn Morris <rgm@gnu.org>
3322
3323 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3324
3325 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3328
3329 2009-03-19 Kenichi Handa <handa@m17n.org>
3330
3331 * charset.c (load_charset_map_from_file): When a mapfile can't be
3332 loaded, signal an error.
3333
3334 2009-03-18 Eli Zaretskii <eliz@gnu.org>
3335
3336 * dired.c (Ffile_attributes): Make sure UID and GID are always
3337 positive, even if the value is too large for a positive EMACS_INT.
3338 Doc fix.
3339
3340 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3341
3342 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3343
3344 * xmenu.c (xdialog_show): Move Fredisplay call ...
3345 (Fx_popup_dialog): ... here.
3346
3347 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * dired.c (file_name_completion): Disable the first optimization just
3350 installed, since it is not implemented correctly.
3351
3352 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * dired.c (file_name_completion): Check completion-ignored-extensions
3355 only if the entry can affect bestmatch.
3356 Stop the search early, as Ftry_completion already does.
3357
3358 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
3361
3362 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * keyboard.c (parse_menu_item): Don't display remappings as menu
3365 equivalent bindings (Bug#788).
3366
3367 2009-03-15 Jason Rumney <jasonr@gnu.org>
3368
3369 * w32term.h (WM_EMACS_PAINT): New message.
3370 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3371 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3372 before passing to lisp thread. (Bug#950)
3373
3374 2009-03-14 David Reitter <david.reitter@gmail.com>
3375
3376 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3377 variable as it was never reset.
3378 (ns_term_init): Remove initialization of Lisp-settable defaults
3379 and ns_expand_space.
3380 (-setPanelFromDefaultValues): Remove ns_expand_space.
3381 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3382 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
3383 i.e. no additional spacing, similar to Carbon port.
3384
3385 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3386 * nsfns.m (ns-popup-prefs-panel): Remove.
3387
3388 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3389
3390 * sound.c (alsa_configure): Remove call to deprecated
3391 snd_pcm_sw_params_set_xfer_align.
3392
3393 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
3394
3395 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3396 after clicking in a detached tool bar.
3397 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3398
3399 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3402 int/Lisp_Object mixup).
3403
3404 2009-03-13 Kenichi Handa <handa@m17n.org>
3405
3406 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
3407 Handle NAME nil and t correctly. Callers changed.
3408 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3409 (set_fontset_font): Change ARG to a vector. Handle range_list in
3410 ARG correctly.
3411 (Fset_fontset_font): Fix the case that TARGET is both a script
3412 name and charset name. Adjust the arg to set_fontset_font for
3413 the above change.
3414 (fontset_from_font): Fix previous change.
3415 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
3416 entry. If FONTSET is the default fontset, don't set the extra
3417 slot of the returning char-table.
3418
3419 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
3420
3421 * nsfns.m (Fx_close_connection): Doc fix.
3422 (Fns_do_applescript): Reflow docstring.
3423 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3424 (Fx_display_pixel_width, Fx_display_pixel_height)
3425 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3426 Fix typos in docstrings.
3427 (Fns_set_alpha): Fix typos in error messages.
3428
3429 2009-03-12 David Reitter <david.reitter@gmail.com>
3430
3431 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
3432 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3433 were used for such events.
3434
3435 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3436 (toggleToolbar, performDragOperation, runHelp): Use it.
3437
3438 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
3439 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3440
3441 2009-03-11 Kenichi Handa <handa@m17n.org>
3442
3443 * font.h (font_open_by_spec): Extern it.
3444
3445 * font.c (font_open_by_spec): New function.
3446 (font_open_by_name): Use font_open_by_spec.
3447
3448 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3449 fontset of the frame.
3450
3451 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3452 modify the default font of frames that use this fontset.
3453 (num_auto_fontsets): New variable.
3454 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3455 name. Be sure to set FONTSET_ASCII to the correct font name.
3456 (update_auto_fontset_alist): New function.
3457
3458 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * makefile.w32-in: Update dependencies.
3461
3462 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3463
3464 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3465
3466 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3469
3470 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * lread.c (Feval_buffer): Doc fix.
3473
3474 2009-03-09 Kenichi Handa <handa@m17n.org>
3475
3476 * charset.c (Qfile_name_handler_alist): Extern it.
3477 (load_charset_map_from_file): Temporarily bind
3478 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3479
3480 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3481
3482 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3483 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
3484
3485 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3486
3487 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3488 (x_set_window_size): Change back to calculated method of setting
3489 toolbar height under Cocoa. (Bug#2546)
3490 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3491 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3492
3493 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3494
3495 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3496 accelerator in parens under GNUstep.
3497
3498 2009-03-06 Kenichi Handa <handa@m17n.org>
3499
3500 These changes are to detect incorrect composition sequence without
3501 looking ahead the source. (Bug#2370)
3502
3503 * coding.h: Include "composite.h".
3504 (enum compisition_state): New enum.
3505 (struct compisition_status): New struct.
3506 (struct iso_2022_spec): New member cmp_status.
3507 (struct emacs_mule_spec): New struct.
3508 (struct coding_system): New members ctext_extended_segment_len and
3509 embedded_utf_8. Change the union member
3510 spec.emacs_mule_full_support to spec.emacs_mule.
3511
3512 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3513 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
3514 (MAX_ANNOTATION_LENGTH): Define to 5.
3515 (ADD_COMPOSITION_DATA): New arg nbytes.
3516 (emacs_mule_char): New arg cmp_status.
3517 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3518 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3519 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3520 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3521 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3522 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3523 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3524 (EMACS_MULE_COMPOSITION_END): New macro.
3525 (emacs_mule_finish_composition): New function.
3526 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
3527 (decode_coding_emacs_mule): Avoid long looking ahead while
3528 handling composition.
3529 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
3530 (ENCODE_COMPOSITION_RULE): New macro.
3531 (finish_composition): New function.
3532 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
3533 (DECODE_COMPOSITION_START): New implementation.
3534 (DECODE_COMPOSITION_END): Likewise.
3535 (STORE_COMPOSITION_RULE): New macro.
3536 (decode_coding_iso_2022): Avoid long looking ahead while handling
3537 composition, CTEXT extended segment, and embedded UTF-8.
3538 (setup_coding_system): For a coding of type iso-2022, reset
3539 CODING_ISO_EXTSEGMENT_LEN (coding) and
3540 CODING_ISO_EMBEDDED_UTF_8 (coding).
3541 (get_translation): Delete arguments last_block, from_nchars,
3542 to_nchars. Callers changed.
3543 (produce_chars): Don't modify charbuf. Adjusted for the change of
3544 get_translation.
3545 (produce_composition): Adjust for the new annotation sequence.
3546 (handle_composition_annotation): Likewise.
3547 (consume_chars): Adjust for the change of get_translation.
3548
3549 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3550
3551 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
3552
3553 2009-03-05 Kenichi Handa <handa@m17n.org>
3554
3555 * font.c (font_select_entity): New function.
3556 (font_find_for_lface): Use font_select_entity to select a font.
3557
3558 * fontset.c (fontset_find_font): If a font found without
3559 restricting to the characters C doesn't support C, try to find a
3560 font with C restriction.
3561
3562 2009-03-04 Nikolaj Schumacher <me@nschum.de>
3563
3564 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
3565
3566 2009-03-04 Jason Rumney <jasonr@gnu.org>
3567
3568 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
3569 characters that have already been read. (Bug#2569)
3570
3571 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
3572 Log an error message if check_image_size failed.
3573 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
3574 (gs_load): Mention max-image-size in size error message. (Bug#2560)
3575
3576 2009-03-02 Eli Zaretskii <eliz@gnu.org>
3577
3578 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
3579 when decoding process output.
3580
3581 2009-03-01 Richard M Stallman <rms@gnu.org>
3582
3583 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
3584
3585 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
3586
3587 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3588
3589 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
3590 (decode_coding_emacs_mule, decode_coding_iso_2022)
3591 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3592 (decode_coding_raw_text, decode_coding_charset)
3593 (setup_coding_system, decode_eol, decode_coding, consume_chars):
3594 Honor inhibit-eol-conversion. (Bug #2186)
3595
3596 2009-02-28 Jason Rumney <jasonr@gnu.org>
3597
3598 * coding.c (detect_coding_charset): If not checking latin extra,
3599 fail on characters between 0x80 and 0xA0. (Bug#2354)
3600
3601 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3602
3603 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
3604 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
3605
3606 2009-02-27 Glenn Morris <rgm@gnu.org>
3607
3608 * callint.c (Finteractive): Doc fix.
3609
3610 2009-02-27 Kenichi Handa <handa@m17n.org>
3611
3612 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
3613
3614 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * font.c (font_style_to_value): Set value for unknown symbols to
3617 100 instead of 255.
3618 (weight_table, slant_table, width_table): Treat "unspecified" as
3619 the default value.
3620
3621 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
3622
3623 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
3624
3625 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * lread.c (Fload): Stop checking Vloads_in_progress and signal
3628 error as soon as a recursive load is detected.
3629
3630 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3631
3632 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
3633 before caching.
3634
3635 2009-02-24 Kenichi Handa <handa@m17n.org>
3636
3637 * fontset.c (fontset_find_font): Fix the condition for checking
3638 unavailable font.
3639
3640 2009-02-24 Glenn Morris <rgm@gnu.org>
3641
3642 * xfaces.c (Finternal_set_font_selection_order): Remove leading
3643 whitespace that confuses documentation.
3644
3645 2009-02-23 Miles Bader <miles@gnu.org>
3646
3647 * process.c (Flist_system_processes, Fprocess_attributes)
3648 (syms_of_process): Rename `system-process-attributes' to
3649 `process-attributes'.
3650
3651 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
3652
3653 * coding.h (struct coding_system): Make safe_charsets a pointer to
3654 unsigned char.
3655 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
3656 being 255.
3657 (SAFE_CHARSET_P): Likewise.
3658 (setup_iso_safe_charsets): Properly setup safe_charsets.
3659 (Fdefine_coding_system_internal): Likewise.
3660 (setup_coding_system): Likewise. Remove unneeded casts.
3661 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
3662 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
3663 unneeded casts.
3664
3665 * insdel.c (del_range_2): Don't modify gap contents when called
3666 from decode_coding_object. (Bug#1809)
3667
3668 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
3671 Qfont_object.
3672 (Ftype_of): Recognize font objects.
3673
3674 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
3675
3676 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
3677 moved to data.c.
3678
3679 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3680
3681 * nsterm.m (x_make_frame_invisible): Unset async_visible,
3682 async_iconified. Based on a patch by Christian Lynbech
3683 <christian.lynbech@tieto.com>.
3684 (EmacsView-windowDidMiniaturize:): Unset async_visible.
3685
3686 2009-02-20 Glenn Morris <rgm@gnu.org>
3687
3688 * syntax.c (Fskip_chars_forward): Fix doc typo.
3689
3690 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
3693
3694 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
3697
3698 2009-02-19 Kenichi Handa <handa@m17n.org>
3699
3700 * coding.c (detect_coding): Preserve coding->mode.
3701 Don't overflow coding->carryover. (Bug#2370)
3702
3703 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
3706
3707 2009-02-18 Kenichi Handa <handa@m17n.org>
3708
3709 * font.c (font_check_otf_features): Fix handling of `nil' element.
3710 (Ffont_spec): Describe :lang and :otf in the docstring.
3711
3712 2009-02-16 Andreas Schwab <schwab@suse.de>
3713
3714 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
3715 string.
3716
3717 2009-02-16 Kenichi Handa <handa@m17n.org>
3718
3719 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
3720 (Bug#1723)
3721
3722 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
3725
3726 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
3727 (handle_line_prefix): Suppress wrapping of wrap prefixes.
3728
3729 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3730
3731 * msdos.c (MAX_SCREEN_BUF): New macro.
3732 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
3733 Encode the entire run of glyphs sharing the same face, instead of
3734 doing that one glyph at a time (fixes a bug with displaying
3735 double-size characters).
3736
3737 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3738
3739 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
3740
3741 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
3742 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
3743 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
3744
3745 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
3746 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
3747
3748 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
3751 invisible areas.
3752
3753 2009-02-12 Jason Rumney <jasonr@gnu.org>
3754
3755 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
3756 (add_font_entity_to_list): Call check_face_name even when family
3757 is unspecified.
3758
3759 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3760 Release DC when finished. Use NULL window to refer to desktop.
3761 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
3762
3763 * w32font.c (add_font_entity_to_list): Fix check for substituted
3764 raster fonts. (Bug#2219)
3765
3766 2009-02-12 Kenichi Handa <handa@m17n.org>
3767
3768 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
3769 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
3770 (autocmp_chars): Use fast_looking_at. Don't compose more
3771 characters than MAX_COMPOSITION_COMPONENTS.
3772 (find_automatic_composition): While looking forward and backward,
3773 check static composition. Fix where to stop looking forward.
3774 (composition_adjust_point): Fix checking of static composition.
3775 (Fcomposition_get_gstring): Pay attention to
3776 MAX_COMPOSITION_COMPONENTS.
3777
3778 * lisp.h (fast_looking_at): Extern it.
3779
3780 * search.c (fast_looking_at): New function.
3781
3782 * term.c (encode_terminal_code): Adjust for the change of
3783 <struct glyph>.u.cmp.to.
3784 (append_composite_glyph): Likewise.
3785
3786 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
3787 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
3788 composition.
3789 (append_composite_glyph): Adjust for the change of
3790 <strcut glyph>.u.cmp.to.
3791
3792 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * casetab.c (init_casetab_once):
3795 * coding.c (ALLOC_CONVERSION_WORK_AREA):
3796 * font.c (font_update_lface):
3797 * fontset.c (Fnew_fontset):
3798 * ftfont.c (ftfont_drive_otf):
3799 * xfont.c (xfont_open):
3800 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
3801
3802 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * fileio.c (Fwrite_region): !NILP -> CONSP.
3805
3806 2009-02-10 Andreas Schwab <schwab@suse.de>
3807
3808 * process.c (send_process): Properly relocate pointer into data
3809 when using encoded data. (Bug#2272)
3810
3811 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
3812
3813 * coding.c (detect_coding_charset): Fix previous change.
3814
3815 2009-02-08 Jason Rumney <jasonr@gnu.org>
3816
3817 * w32fns.c (w32_hide_hourglass): Handle case where frame
3818 disappeared while hourglass was displayed. (Bug #2193)
3819
3820 2009-02-07 Andreas Schwab <schwab@suse.de>
3821
3822 * unexelf.c (unexec): Fix error message.
3823
3824 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
3825
3826 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
3827 when modal window is active. (Bug #2152)
3828 (applicationShouldTerminate:): Remove now-unneeded while loop
3829 around NSRunAlertPanel.
3830
3831 * nsmenu.m (popupSession): New file-global variable.
3832 (pop_down_menu): End the popupSession before closing dialog.
3833 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
3834 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
3835 don't query NSApp for events (just sleep instead).
3836
3837 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3838
3839 * coding.c (syms_of_coding) <translation-table-for-input>:
3840 Modify doc string to discourage use for character code unification.
3841
3842 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3843
3844 * atimer.c (run_timers): Update pending_atimers.
3845
3846 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * image.c (svg_load_image): Fix last change.
3849
3850 * xfns.c (Fx_create_frame): Signal an error if no font is
3851 found (Bug#2147).
3852
3853 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * character.c (syms_of_character) <script-representative-chars>:
3856 Fix typo in docstring.
3857
3858 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3859
3860 * nsmenu.m (pop_down_menu): New function.
3861 (ns_popup_dialog): Call it on unwind.
3862 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
3863 call timer_check() (Bug#2154).
3864 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
3865 handling_signal is set.
3866 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
3867
3868 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
3869
3870 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
3871
3872 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
3873
3874 * keyboard.c (poll_for_input_1, handle_async_input):
3875 Set handling_signal under HAVE_NS.
3876
3877 2009-02-04 Glenn Morris <rgm@gnu.org>
3878
3879 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
3880
3881 2009-02-04 Kenichi Handa <handa@m17n.org>
3882
3883 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
3884
3885 * charset.c (Fchar_charset): New optional arg restriction.
3886
3887 * coding.h (coding_system_charset_list): Extern it.
3888
3889 * coding.c (coding_system_charset_list): New function.
3890
3891 * composite.c: Include coding.h and termhooks.h.
3892 (composition_gstring_p): Fix for the terminal case.
3893 (composition_gstring_width): Likewise.
3894 (fill_gstring_body): Likewise.
3895 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
3896 the frame.
3897 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
3898 is within a composition.
3899 (Fcomposition_get_gstring): Fix the terminal case.
3900
3901 * term.c (encode_terminal_code): Fix handling of composition.
3902 (produce_composite_glyph): For static composition, get pixel_width
3903 from struct composition.
3904
3905 2009-02-02 Andreas Schwab <schwab@suse.de>
3906
3907 * unexelf.c (unexec): Handle unaligned bss offset.
3908
3909 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3910
3911 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
3912 XT,w32read_socket changes to ns_read_socket.
3913
3914 * keyboard.c (handle_interrupt): Don't call
3915 quit_throw_to_read_char() under NS.
3916
3917 * blockinput.h: Remove NS-specific code.
3918
3919 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
3920
3921 * dispnew.c (window_change_signal): Don't try to get the size of a
3922 suspended tty frame.
3923 * term.c (Fresume_tty): Resize if the size has changed while the
3924 tty was suspended.
3925
3926 * alloc.c (mark_stack): Properly conditionalize previous change.
3927
3928 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
3931 * w32term.c (w32_read_socket) [SYNC_INPUT]:
3932 Remove; this code is not used on Windows.
3933
3934 2009-01-30 Eli Zaretskii <eliz@gnu.org>
3935
3936 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
3937 EOLs that also has stray ^M characters.
3938
3939 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * atimer.c (run_timers, alarm_signal_handler):
3942 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
3943 * w32inevt.c (w32_console_read_socket):
3944 * w32term.c (w32_read_socket):
3945 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
3946
3947 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
3950 Initialize it as a relative filename pattern.
3951 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
3952 (Fcall_process_region): Simplify temp file creation using
3953 temporary-file-directory.
3954
3955 2009-01-29 Eli Zaretskii <eliz@gnu.org>
3956
3957 * msdos.c: Rename pending_signals to msdos_pending_signals.
3958 (sig_suspender, sigprocmask): Adjust.
3959
3960 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * keyboard.c (pending_signals): New var.
3963 (poll_for_input, input_available_signal, init_keyboard): Set it.
3964 (process_pending_signals): New function.
3965
3966 * lisp.h (QUIT): Check pending_signals instead of
3967 interrupt_input_pending. Use process_pending_signals.
3968
3969 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
3970
3971 * process.c (wait_reading_process_output): Use process_pending_signals.
3972
3973 * sysdep.c (emacs_write): Use process_pending_signals.
3974
3975 * xterm.c (XTread_socket): Update pending_signals.
3976
3977 * w32term.c (w32_read_socket): Update pending_signals.
3978
3979 * w32inevt.c (w32_console_read_socket): Update pending_signals.
3980
3981 2009-01-29 Kenichi Handa <handa@m17n.org>
3982
3983 * xftfont.c (xftfont_has_char): New function.
3984 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
3985
3986 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3987
3988 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
3989 under GNUstep.
3990 (ns_query_color): New declaration.
3991
3992 * nsterm.m (ns_confirm_quit): New variable.
3993 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
3994 (EmacsApp-applicationShouldTerminate:): Use it.
3995 (EmacsPrefsController): Let user set it.
3996 (ns_query_color): New function.
3997 (ns_defined_color): Use it.
3998 (ns_initialize): Drop.
3999 (ns_term_init): Add two lines from ns_initialize(), and set
4000 input_interrupt_mode to nil.
4001
4002 * image.c (svg_load_image): Don't right-shift background RGB when
4003 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4004
4005 2009-01-28 Kenichi Handa <handa@m17n.org>
4006
4007 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4008 (fontset_get_font_group): Remember that no font-group is specified
4009 for C.
4010
4011 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * fns.c (concat): Check for string overflow (bug#1787).
4014
4015 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4016 Quadruple undo limits (bug#1501).
4017
4018 2009-01-27 Kenichi Handa <handa@m17n.org>
4019
4020 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4021 directly use GT_Get_Char_index.
4022
4023 * xftfont.c (struct xftfont_info): New member `index'.
4024
4025 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4026 (Ffontset_font): Adjust for the change of fontset entry.
4027
4028 2009-01-26 Kenichi Handa <handa@m17n.org>
4029
4030 * fontset.c (fontset_find_font): Fix handling of non-cons return
4031 value of fontset_get_font_group.
4032 (fontset_font): Revert last change.
4033
4034 2009-01-26 Jason Rumney <jasonr@gnu.org>
4035
4036 * w32font.c (w32font_list_internal): Return quickly if registry is
4037 unknown. Simplify final return.
4038 (add_font_entity_to_list): Break complex logic down into more
4039 manageable chunks. Move unknown registry check to
4040 w32font_list_internal.
4041
4042 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4043
4044 Changes to remove Feval calls from GUI under NS.
4045
4046 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4047 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4048 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4049
4050 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4051 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4052 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4053 instead of NON_ASCII_KEYSTROKE_EVENT.
4054 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4055 (EmacsApp-applicationShouldTerminate:): Query user.
4056 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4057 instead of Feval.
4058
4059 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4060
4061 * keyboard.c (kbd_buffer_get_event): Check for it.
4062 (keys_of_keyboard): Define lispy keys for
4063 ns-put/unput-working-text.
4064
4065 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4066 versions.
4067 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4068
4069 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4072 setting current_buffer directly. (Bug#2044)
4073
4074 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * fontset.c (fontset_font): If we know there is no font, don't do
4077 any work. (Bug#1952, bug#1990).
4078
4079 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
4080
4081 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4082
4083 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4084 (ns_no_defaults): New declaration.
4085 (main): Use it.
4086
4087 * nsterm.h (ns_no_defaults): New declaration.
4088
4089 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
4090
4091 * nsterm.m (ns_no_defaults): New variable.
4092 (ns_initialize): Don't read defaults when ns_no_defaults.
4093 (EmacsView-readSelectionFromPasteboard:)
4094 (writeSelectionToPasteboard:types:): New stubbed-out methods for
4095 NSServicesRequests protocol. (Bug#1435)
4096 (ns_dumpglyphs_stretch): New function.
4097 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
4098 of 2008-11-15 to other terms. (Bug#615)
4099
4100 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4101
4102 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4103
4104 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4105 call for Sparc64.
4106
4107 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4108
4109 * nsfns.m:
4110 * nsgui.h:
4111 * nsmenu.m:
4112 * nsselect.m:
4113 * nsterm.h:
4114 * nsterm.m: Remove '23' comments that indicated code added during
4115 update from emacs-20 -> emacs-23.
4116
4117 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4118
4119 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
4120 ns_alternate_modifier. (Bug#1217)
4121
4122 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4123 Display all shortcuts, including those w/o super modifier.
4124
4125 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4126
4127 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * fileio.c (Vwrite_region_post_annotation_function)
4130 (Vwrite_region_annotation_buffers): New vars.
4131 (build_annotations_unwind): Just reset
4132 Vwrite_region_annotation_buffers.
4133 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4134 Call write-region-post-annotation-function.
4135 (build_annotations): Add to Vwrite_region_annotation_buffers if
4136 buffer changes.
4137
4138 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4139
4140 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4141 Tiger.
4142 * nsfns.m (ns_do_applescript):
4143 Conditionalize typeUTF16ExternalRepresentation on Tiger.
4144
4145 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4146
4147 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4148
4149 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4150
4151 * nsmenu.m (NSMENUPROFILE): Change #if style.
4152
4153 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4154
4155 * nsterm.m (x_set_frame_alpha): Add prototype.
4156 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4157 handle Ctrl-tab. (Bug#1841)
4158 (ns_get_color): Use unsigned long long for scanned hex string value.
4159 (ns_term_shutdown): Abort on non SIGTERM signals.
4160 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
4161 (EmacsPrefsController-setPanelFromDefaultValues): New function.
4162 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
4163 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
4164 (ns_defined_color): Fix settings of the XColor variable fields:
4165 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
4166
4167 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
4168 DPI. (Bug#1316)
4169 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4170 values in onTiger section.
4171
4172 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4175 Check return value of font_spec_from_name.
4176 (Fx_list_fonts): Doc fix. (Bug#1951)
4177
4178 * font.c (font_spec_from_name): Return Qnil if font name could not
4179 be parsed.
4180 (font_parse_name): Treat a `?' character as part of an XLFD.
4181
4182 * fns.c (Fsubstring): Doc fix.
4183
4184 2009-01-19 Kenichi Handa <handa@m17n.org>
4185
4186 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
4187 (ftfont_list): Likewise.
4188
4189 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
4190
4191 * dbusbind.c (Fdbus_register_signal):
4192 * process.c (conv_sockaddr_to_lisp):
4193 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4194
4195 * callproc.c (Fgetenv_internal): Doc fix.
4196
4197 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4200 it is not even used.
4201
4202 2009-01-16 Glenn Morris <rgm@gnu.org>
4203
4204 * font.c (Ffont_variation_glyphs): Silence compiler.
4205
4206 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4207
4208 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4209 Reported by David Robinow <drobinow@gmail.com>.
4210
4211 2009-01-15 Kenichi Handa <handa@m17n.org>
4212
4213 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4214
4215 2009-01-14 Jason Rumney <jasonr@gnu.org>
4216
4217 * frame.c (x_set_font): Always store a font to the font parameter,
4218 never a fontset. (Bug#1562)
4219
4220 2009-01-14 Kenichi Handa <handa@m17n.org>
4221
4222 * coding.c (TWO_MORE_BYTES): New macro.
4223 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
4224
4225 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * font.c (font_clear_prop): If clearing the family, clear the font
4228 width index too.
4229
4230 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4231
4232 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4235 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4236 functions, use sizeof.
4237
4238 2009-01-12 Martin Rudalics <rudalics@gmx.at>
4239
4240 * keyboard.c (read_char): Fix case where last_nonmenu_event
4241 returned a bad value with submenus. (Bug#447)
4242
4243 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
4244
4245 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4246 family, clear the font width index too.
4247
4248 2009-01-11 Jason Rumney <jasonr@gnu.org>
4249
4250 * keyboard.c (cmd_error_internal): Exit when errors occur before
4251 frame creation and not in daemon mode. (Bug#1836)
4252
4253 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4256 of a display vector, backtrack.
4257 (try_window_reusing_current_matrix): Check glyph type before
4258 referencing charpos member.
4259
4260 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4261
4262 Fix Bug #876:
4263
4264 * coding.c (inhibit_null_byte_detection): New variable.
4265 (detect_coding, detect_coding_system): Don't pay attention to null
4266 bytes if inhibit_null_byte_detection is non-zero.
4267 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
4268 <inhibit-iso-escape-detection>: Doc fix.
4269
4270 2009-01-09 Jason Rumney <jasonr@gnu.org>
4271
4272 * w32font.c (add_font_entity_to_list): Don't report unknown
4273 Windows charset as any unrecognized registry. (Bug#1548)
4274 Only report Unicode Plane 2 fonts as unicode-sip.
4275
4276 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * xfaces.c (Fx_font_family_list): Delete function.
4279 Move compatibility version to faces.el.
4280
4281 * font.c (Ffont_family_list): Return a list of strings, not symbols.
4282
4283 2009-01-09 Martin Rudalics <rudalics@gmx.at>
4284
4285 * frame.c (x_set_frame_parameters): Remember requested value for
4286 fullscreen before it's reset by the parameter handler.
4287
4288 2009-01-09 Glenn Morris <rgm@gnu.org>
4289
4290 * keyboard.c (last_command_char): For clarity, rename to...
4291 (last_command_event): ... and update all users.
4292 (last_input_char): For clarity, rename to...
4293 (last_input_event): ... and update all users.
4294 (last-command-char, last-input-char): Move to subr.el as aliases.
4295 * cmds.c, commands.h: Update for last_command_char rename.
4296
4297 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * font.c (font_open_for_lface): Handle unspecified height attribute.
4300
4301 2009-01-08 Jason Rumney <jasonr@gnu.org>
4302
4303 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4304 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4305 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4306 Don't declare.
4307 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
4308 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4309
4310 2009-01-07 Kenichi Handa <handa@m17n.org>
4311
4312 * fileio.c (Finsert_file_contents): In the case of replace,
4313 remember the coding system used for decoding in
4314 coding_system (Bug#1039).
4315
4316 * coding.c (decode_coding_utf_8): Check byte_after_cr before
4317 breaking the loop. (Bug#870)
4318 (decode_coding_utf_16, decode_coding_emacs_mule)
4319 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4320 (decode_coding_charset): Likewise.
4321
4322 2009-01-05 Martin Rudalics <rudalics@gmx.at>
4323
4324 * frame.c (x_set_frame_parameters): Make sure height (width) get
4325 applied when fullwidth (fullheight) is set. (Bug#1522)
4326
4327 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4330 (utc_base): Declare as ULONGLONG, not long double.
4331 (convert_time_raw): Delete.
4332 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4333 (initialize_utc_base): New function.
4334 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4335 (convert_from_time_t): Use initialize_utc_base; compute result with
4336 64-bit arithmetic.
4337 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4338
4339 2009-01-03 Eli Zaretskii <eliz@gnu.org>
4340
4341 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
4342 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4343 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4344 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4345 [!subprocesses]: Define.
4346 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4347 (Flist_system_processes, Fsystem_process_attributes)
4348 [!subprocesses]: Call list_system_processes and
4349 system_process_attributes instead of returning Qnil.
4350
4351 * dosfns.c (system_process_attributes, list_system_processes):
4352 New functions.
4353
4354 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4355
4356 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4357 Don't use the default (no-op) implementation.
4358
4359 2009-01-03 Jason Rumney <jasonr@gnu.org>
4360
4361 * keyboard.c (parse_modifiers_uncached): Wheel events are
4362 clicks (bug#687).
4363
4364 * w32term.c (x_query_colors, x_query_color): New functions.
4365
4366 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4367 (svg_load_image): Cast returned pointers from dynamically loaded
4368 functions. Eliminate W32 specific code.
4369
4370 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4371
4372 * nsfns.m (x_set_foreground_color, x_set_background_color)
4373 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4374 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4375 x_ prefix instead of ns_. Update references.
4376 (syms_of_nsfns): Add a FIXME comment.
4377
4378 * nsterm.m (x_set_cursor_type): New prototype.
4379 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4380
4381 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4382 for Solaris instead of incorrectly providing Qutime and Qcutime.
4383
4384 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4385
4386 * w32.c (process_times): Compute sum of utime and stime.
4387 (system_process_attributes): Add Qtime to the alist.
4388
4389 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4390 and add them to the alist.
4391
4392 * process.c (top level) <Qtime, Qctime>: New variables.
4393 (syms_of_process): staticpro them.
4394 (Fsystem_process_attributes): Add their documentation to the doc
4395 string.
4396
4397 * process.h: Declare Qtime and Qctime.
4398
4399 2009-01-02 Jason Rumney <jasonr@gnu.org>
4400
4401 * image.c (Qgobject): New symbol.
4402 (syms_of_image): Initialize it.
4403 (init_svg_functions): Load some functions from gobject library.
4404
4405 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4406
4407 * frame.c (make_terminal_frame): Remove redundant code and useless
4408 block.
4409
4410 2009-01-01 Andreas Schwab <schwab@suse.de>
4411
4412 * process.c (conv_sockaddr_to_lisp): Add workaround for
4413 getsockname bug on BSD.
4414
4415 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * xfns.c (x_create_tip_frame): Set border width of the X window.
4418
4419 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
4420
4421 2009-01-01 Jason Rumney <jasonr@gnu.org>
4422
4423 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
4424 Don't block input, as per earlier xterm.c changes.
4425
4426 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4427
4428 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4429 (ns_appkit_version_int): New function.
4430 (x-server-version): Use ns_appkit_version_int and follow 21+
4431 convention of returning 3 integers.
4432
4433 2008-12-30 Kenichi Handa <handa@m17n.org>
4434
4435 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4436 (CHAR_SURROGATE_PAIR_P): New macro.
4437
4438 * font.h (struct font_driver): New member get_variation_glyphs.
4439
4440 * font.c (font_range): Don't require a font for a variation selector.
4441 (Ffont_variation_glyphs): New function.
4442 (syms_of_font): Defsubr it.
4443
4444 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4445 ftfont_variation_glyphs.
4446 (setup_otf_gstring): New function.
4447 (ftfont_drive_otf): Use it.
4448 (ftfont_shape_by_flt): Handle variation selector.
4449 (ftfont_variation_glyphs): New function.
4450
4451 2008-12-30 Martin Rudalics <rudalics@gmx.at>
4452
4453 * frame.c (Vemacs_iconified): Remove.
4454
4455 2008-12-30 Jason Rumney <jasonr@gnu.org>
4456
4457 * frame.c (store_frame_param, x_get_arg): Enable newer code on
4458 WINDOWSNT too, as related changes have already been synced. (Bug#117)
4459
4460 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * indent.c (Fvertical_motion): Don't advance iterator if we have
4463 reseated to the desired position.
4464
4465 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4466 checking for pos match.
4467
4468 2008-12-30 Kenichi Handa <handa@m17n.org>
4469
4470 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4471 just get the low 8-bit of the code.
4472
4473 * font.c (font_intern_prop): Validate str as multibyte.
4474
4475 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4476
4477 * dispextern.h (struct face): Move lface and hash from the middle
4478 of bitfields.
4479
4480 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4481
4482 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4483
4484 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4485 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4486 instead of intervals.h.
4487
4488 2008-12-26 Andreas Schwab <schwab@suse.de>
4489
4490 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4491 cons.
4492
4493 2008-12-26 Martin Rudalics <rudalics@gmx.at>
4494
4495 * textprop.c (Qminibuffer_prompt): New variable.
4496 (syms_of_textprop): Initialize it.
4497 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4498 in minibuffer-prompt face. (Bug#1662)
4499
4500 2008-12-25 Jason Rumney <jasonr@gnu.org>
4501
4502 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4503
4504 2008-12-24 Jason Rumney <jasonr@gnu.org>
4505
4506 * ralloc.c (r_alloc_reset_variable): New function.
4507
4508 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
4509 record of what points where. (Bug#716)
4510
4511 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4512
4513 * minibuf.c (read_minibuf): Follow the non-interactive case when
4514 running as a daemon, before detaching.
4515
4516 2008-12-22 Andreas Schwab <schwab@suse.de>
4517
4518 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4519 * gtkutil.c (free_widget_value): Use xfree instead of free.
4520
4521 2008-12-22 Martin Rudalics <rudalics@gmx.at>
4522
4523 * frame.c (delete_frame): New function derived from
4524 Fdelete_frame to handle Qnoelisp value for FORCE argument.
4525 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
4526 (Fdelete_frame): Call delete_frame. Remove line from doc-string
4527 saying that FORCE non-nil doesn't run `delete-frame-functions'.
4528 * frame.h: Extern delete_frame.
4529 * window.c (window_loop):
4530 * terminal.c (delete_terminal):
4531 * xterm.c (x_connection_closed):
4532 * xfns.c (Fx_hide_tip):
4533 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
4534
4535 2008-12-21 Jason Rumney <jasonr@gnu.org>
4536
4537 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
4538 when character maps to .notdef character.
4539
4540 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
4543
4544 2008-12-20 Jason Rumney <jasonr@gnu.org>
4545
4546 * frame.c (Fmake_terminal_frame): Raise an error when called from
4547 a graphical frame on Windows. (Bug#1325)
4548
4549 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
4550
4551 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
4552
4553 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * minibuf.c (Fread_buffer): Doc fix.
4556
4557 2008-12-20 Jason Rumney <jasonr@gnu.org>
4558
4559 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
4560 server name in UNC paths. (Bug#719)
4561
4562 * coding.c (decode_coding): Clear chars_at_source flag when using
4563 charbuf. (Bug#1035)
4564
4565 2008-12-19 Daniel Engeler <engeler@gmail.com>
4566
4567 * sysdep.c (serial_configure): Fix typo.
4568
4569 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4570
4571 * sysdep.c: Include alloca.h.
4572 (system_process_attributes): Add implementation for Solaris.
4573
4574 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
4575
4576 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4577
4578 Reorganize implementation of Flist_system_processes and
4579 Fsystem_process_attributes. No functional changes.
4580 * process.c: Don't #include pwd.h, grp.h and limits.h.
4581 (Flist_system_processes): Just call list_system_processes.
4582 (Fsystem_process_attributes): Just call system_process_attributes.
4583 (procfs_list_system_processes, time_from_jiffies)
4584 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4585 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
4586
4587 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
4588 (list_system_processes): Rename from
4589 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
4590 Provide a do nothing implementation.
4591 (system_process_attributes): Rename from
4592 procfs_list_system_processes.
4593 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4594 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
4595
4596 * w32.c (list_system_processes): Rename from
4597 w32_list_system_processes.
4598 (system_process_attributes): Rename from
4599 w32_system_process_attributes.
4600
4601 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
4602
4603 * process.h (w32_list_system_processes)
4604 (w32_system_process_attributes): Remove.
4605 (list_system_processes, system_process_attributes):
4606 New prototypes.
4607
4608 2008-12-19 Kenichi Handa <handa@m17n.org>
4609
4610 * xfont.c (xfont_decode_coding_xlfd): New function.
4611 (xfont_encode_coding_xlfd): New function.
4612 (xfont_list_pattern): Decode XLFD by iso-8859-1.
4613 (xfont_list): Decode and encode XLFD by iso-8859-1.
4614 (xfont_match): Likewise.
4615 (xfont_list_family): Likewise.
4616 (xfont_open): Likewise.
4617
4618 * ftfont.c (ftfont_open): Generate a multibyte string if given
4619 names are utf-8.
4620
4621 * xftfont.c (xftfont_open): Generate a multibyte string if given
4622 names are utf-8.
4623
4624 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
4625
4626 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
4627 changed.
4628 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
4629 clicked on a detached tool bar button.
4630
4631 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4632
4633 * emacs.c (main): Print and error and exit when no data is read
4634 from the pipe.
4635
4636 2008-12-17 Jason Rumney <jasonr@gnu.org>
4637
4638 * w32font.c (w32font_has_char): Always return -1.
4639
4640 2008-12-16 Kenichi Handa <handa@m17n.org>
4641
4642 * font.c (font_open_entity): Fix previous change.
4643
4644 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
4645
4646 * process.c: Include <limits.h>.
4647
4648 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
4649
4650 * font.c (font_update_drivers): Fix mistake in reconstructing the
4651 driver list.
4652
4653 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * font.c (font_clear_cache): Fix format of font cache data.
4656
4657 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
4658
4659 * xftfont.c (xftfont_open): Free Xft font pattern if
4660 XftFontOpenPattern fails.
4661
4662 * xterm.c (x_free_frame_resources): Remove extraneous call to
4663 free_frame_faces.
4664
4665 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * xterm.c (x_delete_display): Move xim_close_dpy call to
4668 x_delete_terminal.
4669 (x_delete_terminal): Call xim_close_dpy.
4670
4671 2008-12-13 Jason Rumney <jasonr@gnu.org>
4672
4673 * w32font.c (intern_font_name): New function.
4674 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
4675 (w32font_open_internal, Fx_select_font): Decode font name.
4676 (fill_in_logfont, list_all_matching_fonts): Encode font name.
4677
4678 * w32font.h (intern_font_name): Declare new function.
4679
4680 * w32uniscribe.c (add_opentype_font_name_to_list):
4681 Use intern_font_name.
4682
4683 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * frame.c (Fdelete_frame): Call free_font_driver_list.
4686
4687 * font.c (free_font_driver_list): Implement missing function.
4688
4689 * w32term.c (w32_term_init): Don't initialize the image cache
4690 here; it will be done in init_frame_faces.
4691
4692 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
4693 (struct x_display_info): Remove unused member null_pixel. New
4694 member xim_callback_data.
4695
4696 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
4697 (xim_initialize): Save pointer to callback function data.
4698 (xim_close_dpy): Free callback function data. Call XCloseIM,
4699 reverting 2008-11-04 change by David Smith.
4700 (x_term_init): Don't initialize the image cache here; it will be
4701 done in init_frame_faces. Remove ancient "null_pixel" cruft.
4702 (x_delete_display): Free x_dnd_atoms member.
4703
4704 2008-12-13 Kenichi Handa <handa@m17n.org>
4705
4706 * font.c (font_rescale_ratio): Moved from xfaces.c.
4707 Argument type changed. Handle a font-spec too.
4708 (font_score): Check Vface_font_rescale_alist.
4709 (font_open_entity): Likewise. (Bug#1547)
4710
4711 * xfaces.c (font_rescale_ratio): Moved to font.c.
4712
4713 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
4716
4717 2008-12-12 Jason Rumney <jasonr@gnu.org>
4718
4719 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
4720 Vwindow_system_version to the real w32 major version.
4721
4722 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
4723
4724 * term.c (init_tty): Move setting the terminal name before the
4725 potential user: maybe_fatal.
4726
4727 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
4730 all callers changed. Call free_frame_faces to free the face cache.
4731
4732 2008-12-11 Jason Rumney <jasonr@gnu.org>
4733
4734 * w32font.c (fill_in_logfont): Don't assume symbol script means
4735 SYMBOL_CHARSET. (Bug#547)
4736
4737 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
4738 size for surrogates. (Bug#1096, bug#872)
4739
4740 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4741
4742 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
4743
4744 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4745
4746 * process.c (Fsystem_process_attributes, syms_of_process):
4747 Fix typo in name of Ssystem_process_attributes.
4748 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
4749
4750 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * syntax.c (Fmodify_syntax_entry): Doc fix.
4753
4754 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4755
4756 * font.c (Ffont_spec): Move usage to end of docstring.
4757
4758 2008-12-10 Jason Rumney <jasonr@gnu.org>
4759
4760 * w32font.c (Qcham): New symbol.
4761 (font_supported_scripts): Add cham, and comments for other new
4762 scripts in bitfield from OpenType spec.
4763 (add_font_entity_to_list): Limit unicode-sip fonts to those that
4764 contain characters beyond the bmp.
4765
4766 2008-12-10 Kenichi Handa <handa@m17n.org>
4767
4768 * ftfont.c (fc_charset_table): Add "unicode-sip".
4769 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
4770 Qunicode_sip.
4771
4772 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4773
4774 * coding.c (QCdefault_char): Rename from QCdefalut_char.
4775 (Fcoding_system_put): Use QCdefault_char.
4776 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
4777
4778 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * xftfont.c (syms_of_xftfont): Fix typo.
4781
4782 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
4783
4784 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4785
4786 * emacs.c (main): Close daemon_pipe on exec.
4787
4788 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * termchar.h (struct tty): New members termcap_term_buffer and
4791 termcap_strings_buffer.
4792
4793 * term.c (encode_terminal_code): Free any previous memory blocks
4794 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
4795 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
4796 All callers changed.
4797 (init_tty): Store termcap data and string buffers in new struct
4798 tty members termcap_term_buffer and termcap_strings_buffer.
4799 (delete_tty): Free them.
4800 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
4801
4802 2008-12-07 Seiji Zenitani <zenitani@mac.com>
4803
4804 * nsfns.m (ns_set_background_color): Remove code duplication.
4805 It was a substitute for face-transparency on OS X 10.3.
4806
4807 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * coding.c (make_conversion_work_buffer): Disable buffer
4810 modification hooks in the work buffer.
4811
4812 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4813
4814 * process.c (procfs_system_process_attributes): If `nread' has a
4815 negative value, assign zero to it.
4816
4817 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * eval.c (Vdebug_on_error): Doc fix.
4820
4821 2008-12-05 Kenichi Handa <handa@m17n.org>
4822
4823 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4824 second character is a combining character.
4825
4826 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4827
4828 * process.c (procfs_system_process_attributes): Don't use cmd,
4829 cmdsize, and q without initializing them first.
4830
4831 2008-12-04 Jason Rumney <jasonr@gnu.org>
4832
4833 * w32font.c (w32font_draw): Initialize orig_clip before getting
4834 it, and delete it when finished.
4835
4836 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
4839 case when running as a daemon before detaching.
4840
4841 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * w32.c (init_environment): Don't unload library shell32.dll.
4844
4845 2008-12-03 Kenichi Handa <handa@m17n.org>
4846
4847 * font.c (font_at): Set `multibyte' at first.
4848
4849 * coding.c (decode_coding_charset): Check type of an element of
4850 vector VALIDS.
4851 (encode_coding_emacs_mule): Be sure to set `code'.
4852
4853 * fontset.c (face_for_char): Handle invalid charset property correctly.
4854 (font_for_char): Likewise.
4855
4856 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * font.c (Fopen_font): Compute pixel size correctly.
4859 (font_update_lface): Handle fonts with corrupted size specs,
4860 i.e. non-int and non-float.
4861
4862 * ftfont.c (ftfont_match): Initialize entity variable.
4863 (ftfont_resolve_generic_family): Avoid using uninitialized var.
4864 (ftfont_list_family): Initialize list var earlier.
4865
4866 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
4867
4868 * xterm.c (x_draw_glyph_string): Fall back on
4869 underline_minimum_offset for underline position.
4870
4871 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4872
4873 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
4874
4875 * character.c (c_string_width): Specify the type for LEN.
4876
4877 2008-12-03 Kenichi Handa <handa@m17n.org>
4878
4879 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
4880 (decode_coding_utf_8): Likewise.
4881 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4882 (produce_chars): Initialize consumed_chars to 0.
4883
4884 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * keyboard.c (make_lispy_position): Only use PT if the selected
4887 window is current.
4888
4889 2008-12-02 Andreas Schwab <schwab@suse.de>
4890
4891 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
4892
4893 * doprnt.c (doprnt1): Fix size of charbuf.
4894
4895 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * keyboard.c (timer_check): Revert last change.
4898
4899 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4902
4903 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * makefile.w32-in: Update dependencies.
4906 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
4907
4908 2008-12-01 Andreas Schwab <schwab@suse.de>
4909
4910 * font.c (register_font_driver): Use xmalloc.
4911 (font_put_frame_data): Likewise.
4912
4913 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * xfaces.c (realize_x_face): Make abort condition clearer.
4916
4917 * gtkutil.c (update_frame_tool_bar): Initialize variable.
4918
4919 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * keyboard.c (timer_check): After a timer runs, ensure that the
4922 selected window's buffer is current.
4923
4924 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
4927 It was accidentally restored by the Unicode merge.
4928
4929 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
4930
4931 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * w32proc.c: Include "coding.h".
4934 (Fw32_short_file_name): Encode filename passed to Windows API.
4935 (Fw32_long_file_name): Encode filename passed to Windows API and
4936 decode back the result. (Bug#1433)
4937
4938 2008-11-29 Kenichi Handa <handa@m17n.org>
4939
4940 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4941 not before accessing it.
4942
4943 * charset.c (Fdefine_charset_internal): After calculating
4944 min_char, max_char, and fastmap, copy the charset structure again.
4945 (encode_char): Fix the previous change.
4946
4947 2008-11-28 Seiji Zenitani <zenitani@mac.com>
4948
4949 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
4950
4951 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
4952
4953 * nsterm.m (x_set_frame_alpha): New function.
4954
4955 2008-11-27 Eli Zaretskii <eliz@gnu.org>
4956
4957 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
4958
4959 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
4962 pointer to check_face_name.
4963
4964 2008-11-27 Kenichi Handa <handa@m17n.org>
4965
4966 * category.h (SET_CATEGORY_SET): Call set_category_set.
4967 (set_category_set): Extern it.
4968
4969 * category.c (hash_get_category_set): New function.
4970 (Fmodify_category_entry): Adjusted for the change of
4971 char_table_ref_and_range. Call hash_get_category_set to get a
4972 category set to store in the table.
4973
4974 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
4975 Funify_charset.
4976
4977 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
4978 (DECODE_CHAR): Check if the decoder vector is ready.
4979 (ENCODE_CHAR): Check if the encoder char-table is ready.
4980 (maybe_unify_char): Extern it.
4981
4982 * charset.c (Vchar_unified_charset_table): Delete it.
4983 (inhibit_load_charset_map): New variable.
4984 (temp_charset_work): New variable.
4985 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
4986 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
4987 New macros.
4988 (load_charset_map): Meaning of control_flag changed. If
4989 inhibit_load_charset_map is nonzero, setup a table in
4990 temp_charset_work.
4991 (load_charset): New argument control_flag.
4992 (map_charset_for_dump): New function.
4993 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
4994 map_charset_for_dump.
4995 (Fdefine_charset_internal): If the charset method is MAP, load
4996 mapping tables by calling load_charset.
4997 (Funify_charset): Don't load a mapping table but directly set
4998 Vchar_unify_table.
4999 (maybe_unify_char): New function.
5000 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5001 Handle the case of inhibit_load_charset_map being nonzero.
5002 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5003 Handle the case of inhibit_load_charset_map being nonzero.
5004 (Fclear_charset_maps): Just free temp_charset_work.
5005 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5006 variable.
5007
5008 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5009 change of char_table_ref_and_range.
5010 (char_table_ref_and_range): Change the meaning of argument FROM
5011 and TO. Now the caller must provide initial values for *FROM
5012 and *TO.
5013
5014 * fontset.c (fontset_add): Adjusted for the change of
5015 char_table_ref_and_range.
5016 (fontset_get_font_group): Likewise.
5017 (Ffontset_info): Likewise.
5018
5019 * keymap.c (describe_vector): Adjusted for the change of
5020 char_table_ref_and_range. For char-table, put boundary between
5021 non-ASCII and 8-bit characters.
5022
5023 * print.c (print_object): For bool-vector, delete unnecessary
5024 check of ASCII_BYTE_P.
5025
5026 2008-11-26 Jason Rumney <jasonr@gnu.org>
5027
5028 * w32font.c (w32font_open_internal): Don't include external
5029 leading in font height. (Bug#879)
5030
5031 2008-11-26 Glenn Morris <rgm@gnu.org>
5032
5033 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5034 redefinition with ifdef. (Bug#1383)
5035
5036 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5037
5038 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5039
5040 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5041
5042 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5043 New EmacsView methods.
5044 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5045 Fixes bug #1048,1357,1414.
5046
5047 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5048
5049 Fix bug #1362.
5050 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5051 is not an indexed color.
5052 * nsterm.m (free_indexed_color): Add argument checking.
5053 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5054
5055 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5058 Document confirm-after-completion value for
5059 minibuffer-completion-confirm.
5060
5061 2008-11-24 Jason Rumney <jasonr@gnu.org>
5062
5063 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5064 warning.
5065
5066 2008-11-23 Jason Rumney <jasonr@gnu.org>
5067
5068 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5069 restored before returning.
5070
5071 * w32font.c (check_face_name): New function.
5072 (add_font_entity_to_list): Use it to filter out common substituted
5073 fonts. (Bug#642)
5074
5075 2008-11-22 Martin Rudalics <rudalics@gmx.at>
5076
5077 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5078 confirm-nonexistent-file-or-buffer in doc-string.
5079
5080 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5083 Fix copy/paste typo. Add checks.
5084
5085 2008-11-21 Kenichi Handa <handa@m17n.org>
5086
5087 * coding.c (detect_coding_iso_2022): Reject invalid composition
5088 sequence.
5089 (DECODE_COMPOSITION_START): If the current source is the last
5090 block, and the current composition doesn't end, regard this
5091 sequence as invalid.
5092 (decode_coding_iso_2022): Handle invalid composition sequence.
5093
5094 2008-11-20 Martin Rudalics <rudalics@gmx.at>
5095
5096 * window.c (coordinates_in_window): Don't return
5097 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5098 line when the window is not the rightmost one. (Bug#1372)
5099
5100 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5101
5102 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5103
5104 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5105
5106 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5107 and bright_bg if noninteractive is non-zero.
5108
5109 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5110
5111 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5112 x_draw_glyph_string_background.
5113
5114 * w32term.c (x_draw_glyph_string): Likewise.
5115
5116 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5119 the next glyph string once past the overhang width.
5120
5121 * nsterm.m (ns_draw_glyph_string): Likewise.
5122
5123 * w32term.c (x_draw_glyph_string): Likewise.
5124
5125 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5126
5127 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5128 double file close.
5129
5130 2008-11-14 Martin Rudalics <rudalics@gmx.at>
5131
5132 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5133 dedicated status of window before attempting to display another
5134 buffer in it.
5135
5136 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * msdos.c (Fmsdos_long_file_names):
5139 (syms_of_msdos) <dos-unsupported-char-glyph>:
5140 * dosfns.c (Fint86): Fix typos in docstrings.
5141
5142 2008-11-14 Eli Zaretskii <eliz@gnu.org>
5143
5144 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5145
5146 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5147
5148 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5149
5150 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5151
5152 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5153
5154 * frame.h: Negative alpha means "don't touch".
5155
5156 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5157
5158 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5159
5160 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 * hftctl.c:
5163 * chpdef.h:
5164 * acldef.h: Remove files used only for systems no longer supported.
5165
5166 * Makefile.in: Fix .o alphabetical ordering.
5167 (hftctl.o): Remove dependency, file removed.
5168 (keymap.o, print.o): Depend on charset.h.
5169
5170 2008-11-10 Kenichi Handa <handa@m17n.org>
5171
5172 * character.c (Fget_byte): Fix and make it faster for unibyte target.
5173
5174 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * dired.c (file_name_completion): If completion_ignore_case is
5177 enabled, ignore case when checking completion-regexp-list.
5178
5179 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5180
5181 * vm-limit.c (get_lim_data): Fix last change.
5182
5183 2008-11-08 Kenichi Handa <handa@m17n.org>
5184
5185 * character.c (Fget_byte): New function.
5186 (syms_of_character): Defsubr Fget_byte.
5187
5188 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5191 cursor position is valid after scrolling.
5192
5193 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5196
5197 2008-11-06 Glenn Morris <rgm@gnu.org>
5198
5199 * xterm.c (handle_one_xevent): Don't let popup menus cause
5200 mouse-autoselect-window related window switching. (Bug#1261)
5201
5202 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5203
5204 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5205
5206 2008-11-04 Andreas Schwab <schwab@suse.de>
5207
5208 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5209
5210 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5211
5212 * xfns.c (Fx_wm_set_size_hint): New function.
5213
5214 2008-11-03 Martin Rudalics <rudalics@gmx.at>
5215
5216 * textprop.c (Fprevious_single_char_property_change): Return 0
5217 when there's no change in a string. (Bug#1301)
5218
5219 2008-11-02 Martin Rudalics <rudalics@gmx.at>
5220
5221 * frame.c (do_switch_frame): New argument NORECORD passed to
5222 Fselect_window.
5223 (Fselect_frame): New argument NORECORD passed to
5224 do_switch_frame.
5225 (Fset_frame_selected_window): New argument NORECORD passed to
5226 Fselect_frame.
5227 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5228 in call of do_switch_frame.
5229 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5230 Handle NORECORD argument in call of Fselect_frame.
5231 * lisp.h (do_switch_frame, Fselect_frame)
5232 (Fset_frame_selected_window): Adjust declarations.
5233 * window.c (select_frame_norecord): New function.
5234 (run_window_configuration_change_hook): Use it and call
5235 Fselect_frame with NORECORD set.
5236 (Fselect_window): Pass NORECORD to Fselect_frame.
5237 (Fset_window_configuration): Handle NORECORD argument in call of
5238 do_switch_frame.
5239 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5240 Fset_frame_selected_window.
5241 * keyboard.c (command_loop_1): Handle NORECORD in call of
5242 Fselect_frame (currently ifdefd).
5243
5244 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5245
5246 * emacs.c (USAGE2): Untabify.
5247
5248 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * composite.c (fill_gstring_header): Fix copy/paste typo.
5251
5252 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5253
5254 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5255 (Fother_window): Rename argument and rewrite doc-string.
5256 (select_window_norecord): Fix return value. (Bug#1276)
5257
5258 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5259
5260 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5261 new frames overriding foreground for tooltips. Based on similar patch
5262 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5263
5264 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * emacs.c (Fdaemon_initialized): Initialize nfd.
5267
5268 2008-10-29 Martin Rudalics <rudalics@gmx.at>
5269
5270 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5271 (Fwindow_text_height): Clarify doc-strings.
5272 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5273 doc-string of window-scroll-functions.
5274
5275 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5276
5277 * category.c (syms_of_category): Fix typo in docstring.
5278
5279 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5282 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5283 Fix typos in docstrings.
5284
5285 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * emacs.c (daemon_pipe): Make non-static.
5288 (IS_DAEMON): Move definition ...
5289 * lisp.h (IS_DAEMON): ... here.
5290 (daemon_pipe): Declare.
5291 (is_daemon): Remove.
5292 * dispnew.c (init_display): Use IS_DAEMON.
5293
5294 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5297 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5298
5299 * emacs.c (is_daemon): Remove.
5300 (main): Don't set is_daemon.
5301 (IS_DAEMON): New macro.
5302 (Fdaemonp, Fdaemon_initialized): Use it.
5303 (Fdaemon_initialized): Write a char into the pipe to make sure the
5304 parent exits.
5305 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5306
5307 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5310 over-sized glyph, draw it with the default glyph width.
5311
5312 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5313 glyph, draw it with the default glyph width.
5314
5315 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5316 glyph, draw it with the default glyph width.
5317
5318 * xdisp.c (try_scrolling): When computing the distance from the
5319 scroll margin to PT, try moving some distance past the window
5320 bottom before giving up.
5321
5322 2008-10-27 Martin Rudalics <rudalics@gmx.at>
5323
5324 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5325 (Fset_window_buffer): Explain in doc-string that a window can be
5326 "strongly" dedicated to its buffer.
5327
5328 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5329
5330 * emacs.c (daemon_name): New variable.
5331 (main): Deal with --daemon=SERVER_NAME.
5332 (Fdaemonp): Return a name if one was passed to --daemon.
5333
5334 2008-10-26 Romain Francoise <romain@orebokech.com>
5335
5336 * emacs.c (daemon_pipe): New variable.
5337 (main): Create a pipe before forking, make the parent exit only after
5338 the child has closed its end of the pipe. Move closing the
5339 descriptors ...
5340 (Fdaemon_initialized): ... here. New function.
5341
5342 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5345 the previous unoptimized table.
5346
5347 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5348 the distinction between non-nil and non-t value of `dedicated'.
5349
5350 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
5353 read_char_minibuf_menu_text is large enough to hold the menu string.
5354
5355 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5356
5357 * window.c (Fget_buffer_window, Fdelete_windows_on)
5358 (Freplace_buffer_in_windows): Make buffer argument optional and
5359 rename to buffer_or_name.
5360
5361 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * xdisp.c (handle_single_display_spec, handle_display_prop):
5364 Undo 2005-05-16 change.
5365 (handle_stop): Pop iterator if it's loaded with an empty string.
5366 (get_overlay_strings_1): Don't save iterator if it's loaded with
5367 an empty string (bug#1201).
5368
5369 2008-10-24 Kenichi Handa <handa@m17n.org>
5370
5371 * ftfont.c (ftfont_otf_features): Fix previous change.
5372 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5373 calling ftfont_otf_features.
5374
5375 2008-10-24 Kenichi Handa <handa@m17n.org>
5376
5377 * font.c (font_match_p): Fix for the case that a vector of
5378 characters is in script-representative-chars.
5379
5380 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
5381
5382 * dbusbind.c (xd_in_read_queued_messages): New variable.
5383 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5384 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5385 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5386 macro. (Bug#1186)
5387
5388 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5389
5390 * s/sol2-10.h: New file.
5391
5392 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5395 poor beast has survived 9+ years and the jump from xterm.c!).
5396
5397 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5398
5399 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5400 Reword doc-string.
5401 (Fbury_buffer): In doc-string say what happens to the buffer's window.
5402
5403 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5404
5405 * character.c (syms_of_character) <script-representative-chars>:
5406 <unicode-category-table>: Doc fixes.
5407
5408 2008-10-23 Noah Friedman <friedman@splode.com>
5409
5410 * coding.c (make_conversion_work_buffer): Check that
5411 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5412 Fget_buffer_create.
5413
5414 2008-10-23 Kenichi Handa <handa@m17n.org>
5415
5416 * font.c (font_add_log): Check the values of extra properties.
5417
5418 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5419
5420 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5421 Reword doc-string.
5422 (Fset_window_parameter): Use NILP.
5423 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
5424 (Frecenter): Use "selected" instead of "current" window in doc-strings.
5425
5426 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5429
5430 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5431
5432 * nsfns.m (ns_appkit_version): New function.
5433 (x-server-version): Use it.
5434 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5435 (x-server-vendor): Don't check_ns().
5436
5437 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5438
5439 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5442 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5443
5444 2008-10-22 Kenichi Handa <handa@m17n.org>
5445
5446 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5447 scripts.
5448
5449 * category.c (word_boundary_p): Check scripts instead of charset.
5450 Handle nil value in word-separating-categories and
5451 word-combining-categories.
5452 (syms_of_category): Fix docstrings of word-separating-categories
5453 and word-combining-categories.
5454
5455 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5456
5457 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5458 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5459
5460 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5461
5462 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5463 Rename arg "buffer" to "buffer_or_name".
5464 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5465 it optional.
5466 (no_switch_window): Remove since the return value is not used.
5467 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
5468 Consider window as dedicated when Fwindow_dedicated_p returns a
5469 non-nil value.
5470 * lisp.h: Remove prototype for no_switch_window.
5471
5472 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5473
5474 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
5475 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
5476
5477 2008-10-21 Kenichi Handa <handa@m17n.org>
5478
5479 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5480 check Vlatin_extra_code_table.
5481
5482 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5483
5484 * fileio.c (Fset_file_modes): Doc fix.
5485
5486 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
5487
5488 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5489 in arrays.
5490
5491 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5492
5493 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5494 Mention kill-buffer in doc-string.
5495 (Fset_window_buffer): Reinsert tem check removed in last commit.
5496 (Fenlarge_window, Fshrink_window): Have argument names and
5497 doc-string follow Elisp manual more closely.
5498
5499 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5500
5501 * fileio.c (Fset_file_modes): Doc fix.
5502
5503 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5504
5505 * window.c (Fwindow_width, Fset_window_start)
5506 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
5507 (Fdelete_windows_on, Freplace_buffer_in_windows):
5508 Make doc-strings follow code and Elisp manual more closely.
5509 (Fwindow_dedicated_p): Make window argument optional.
5510 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5511 (Fset_window_buffer): Respect any non-nil dedicated value for
5512 window. Rename "buffer" argument to "buffer_or_name".
5513
5514 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
5515
5516 * m/sh3.h: New file, machine description for SuperH.
5517
5518 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5519
5520 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5521
5522 2008-10-17 Kenichi Handa <handa@m17n.org>
5523
5524 * ftfont.c (ftfont_otf_features): Fix indexing
5525 gsub_gpos->FeatureList.Feature. Check the validity of indices.
5526
5527 2008-10-16 Magnus Henoch <mange@freemail.hu>
5528
5529 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
5530 (Fdbus_call_method_asynchronously): Ditto.
5531 This change makes C-h f display the argument list.
5532
5533 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * fileio.c (Fexpand_file_name): Doc fix.
5536
5537 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
5538 of :foreground and :background equivalent to unspecified (20.x
5539 compatibility).
5540
5541 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5542
5543 * buffer.c (syms_of_buffer): Doc fix.
5544
5545 2008-10-14 Kenichi Handa <handa@m17n.org>
5546
5547 * font.c (font_clear_prop): When clearing font width, clear the
5548 average width field too.
5549
5550 2008-10-12 Andreas Schwab <schwab@suse.de>
5551
5552 * ftfont.c (ftfont_shape_by_flt): Make static.
5553 * ftfont.h (ftfont_shape_by_flt): Don't declare.
5554
5555 * font.c: Don't include <m17n-flt.h>.
5556
5557 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5558
5559 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
5560
5561 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5562
5563 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
5564 away code.
5565
5566 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * dispnew.c (update_text_area): Avoid looping due to large glyph
5569 overhangs (bug#1070).
5570
5571 2008-10-09 Kenichi Handa <handa@m17n.org>
5572
5573 * fontset.c (face_for_char): If face->fontset is negative, just
5574 return ascii_face.
5575
5576 * font.c (font_delete_unmatched): Fix previous change.
5577 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
5578
5579 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5580
5581 * frame.c (Fraise_frame): On text-only terminals select frame in
5582 order to make it visible. (Bug#1061)
5583
5584 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * fontset.c (fontset_find_font): Check frame validity.
5587
5588 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5589
5590 * gtkutil.c (xg_display_open): Reset default display if none exists.
5591 (xg_display_close): Allow Emacs to close all displays (bug#985).
5592
5593 2008-10-06 Andreas Schwab <schwab@suse.de>
5594
5595 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
5596
5597 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
5600
5601 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
5602
5603 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
5604 during initialization.
5605
5606 2008-10-04 Eli Zaretskii <eliz@gnu.org>
5607
5608 * xdisp.c (redisplay_internal): If frame switched, redisplay the
5609 whole thing on MSDOS frames as well as on a TTY.
5610
5611 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
5612 well as for TTY.
5613 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
5614 well as on a TTY.
5615
5616 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
5617 as well as for TTY.
5618
5619 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
5620
5621 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
5622 MSDOS frames as well.
5623
5624 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5625
5626 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
5627 correct arguments.
5628 * menu.c (find_and_return_menu_selection): Add cast.
5629
5630 2008-10-03 Glenn Morris <rgm@gnu.org>
5631
5632 * emacs.c (USAGE1): Add --daemon.
5633
5634 2008-10-02 Eli Zaretskii <eliz@gnu.org>
5635
5636 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
5637 100, so it's in percents as advertised.
5638
5639 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5640
5641 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
5642 (ns_output.current_cursor, ns_output.desired_cursor)
5643 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
5644 (FRAME_NEW_CURSOR_COLOR): Remove.
5645
5646 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
5647 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
5648 enumeration (HOLLOW_BOX_CURSOR, etc.).
5649
5650 * nsterm.m (ns_frame_rehighlight): Remove commented code.
5651 (draw_window_cursor): Simplify code.
5652 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
5653 Don't change cursor type. In latter, call rehighlight instead of doing
5654 updates manually.
5655 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
5656 Use core Emacs cursor types.
5657
5658 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
5659
5660 2008-10-02 Martin Rudalics <rudalics@gmx.at>
5661
5662 * process.c (Faccept_process_output): Fix doc-string.
5663
5664 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5665
5666 * gmalloc.c (__sbrk): Also define for uClibc.
5667
5668 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
5669 for uClibc.
5670
5671 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5672
5673 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
5674 styles.
5675 (nsfont_open): Reenable the cache.
5676
5677 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5678
5679 * font.c (font_matching_entity): Reflect ATTRS in font selection.
5680 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5681
5682 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
5685 a suspended terminal.
5686
5687 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5688
5689 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
5690
5691 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5692
5693 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
5694
5695 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5696
5697 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
5698 in a continued line coincides with a line beginning.
5699
5700 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5701
5702 * nsfont.m (nsfont_trait_distance): Fix bug.
5703 (nsfont_list): Return a list rather than a vector (syncs with Handa
5704 changes of 2008-05-14).
5705 (nsfont_open): Improve logging.
5706
5707 2008-09-29 Andreas Schwab <schwab@suse.de>
5708
5709 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5710
5711 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5712
5713 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
5714 name as char-resolve-modifiers.
5715 Reported by: Markus Triska <markus.triska@gmx.at>
5716
5717 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5718
5719 * dispnew.c (init_display): Return earlier when running as a daemon.
5720
5721 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5722
5723 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
5724
5725 2008-09-27 Eli Zaretskii <eliz@gnu.org>
5726
5727 * composite.c (Fcomposition_get_gstring)
5728 (Fcompose_region_internal, Fcompose_string_internal)
5729 (Ffind_composition_internal): Doc fix.
5730 (syms_of_composite) <compose-chars-after-function>: Doc fix.
5731 (syms_of_composite) <auto-composition-function>: Doc fix.
5732 (syms_of_composite) <composition-function-table>: Doc fix.
5733
5734 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5735
5736 * search.c (wordify): New argument for lax word-ends.
5737 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
5738
5739 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5740
5741 * lisp.h (is_daemon): Declare.
5742 * dispnew.c (init_display): Do not try to initialize the terminal
5743 when running as a daemon.
5744
5745 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
5748 x_display_pixel_height.
5749
5750 2008-09-22 Martin Rudalics <rudalics@gmx.at>
5751
5752 * undo.c (record_point): Don't call Fundo_boundary for first
5753 change. (Bug#731)
5754
5755 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
5756
5757 * emacs.c (Fdaemonp): Doc fix.
5758
5759 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * emacs.c (main): Place #ifdef in the proper place.
5762
5763 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5764
5765 * emacs.c (standard_args): Add --daemon.
5766 (main): Disconnect from the terminal when --daemon is passed.
5767 (is_daemon): New variable.
5768 (Fdaemonp): New function.
5769 (syms_of_emacs): Defsubr it.
5770
5771 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * xdisp.c (get_next_display_element): Handle string display
5774 correctly when checking for the end of a box run.
5775
5776 2008-09-20 Glenn Morris <rgm@gnu.org>
5777
5778 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
5779 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
5780 (Frename_file): Avoid copying to trash if a rename involves
5781 a delete. (Bug#964).
5782
5783 2008-09-20 Eli Zaretskii <eliz@gnu.org>
5784
5785 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
5786 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
5787 frames as well as termcap frames.
5788 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
5789 get_named_tty.
5790
5791 2008-09-19 Eli Zaretskii <eliz@gnu.org>
5792
5793 * process.c (procfs_system_process_attributes): Fix cmdline in
5794 case /proc/PID/cmdline is empty.
5795
5796 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
5797 x_display_pixel_height.
5798
5799 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
5800
5801 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
5802
5803 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5804 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
5805
5806 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
5807
5808 * dispextern.h (struct it): Move line_wrap away from the middle of
5809 bitfields. Move voffset in struct iterator_stack_entry after the
5810 bitfields. Move tab_width near after another short.
5811
5812 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5813
5814 * frame.h (struct frame): Move alpha from the middle of bitfields.
5815
5816 * window.h (struct window): Move frozen_window_start_p after the
5817 rest of the bitfields to reduce padding.
5818
5819 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * xterm.h (x_display_info): Remove `height' and `width' members.
5822
5823 * nsterm.h (ns_display_info): Remove `height' and `width' members.
5824
5825 * w32term.h (w32_display_info): Remove `height', `width',
5826 `height_in', and `width_in' members.
5827
5828 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5829 New functions.
5830 (x_calc_absolute_position): Use them.
5831 (x_term_init): Omit removed `height' and `width' members.
5832
5833 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5834 New functions.
5835 (w32_read_socket, x_calc_absolute_position): Use them.
5836 (w32_initialize_display_info, w32_term_init): Omit removed members
5837 of w32_display_info.
5838
5839 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
5840 New functions.
5841 (ns_initialize_display_info): Omit removed members of ns_display_info.
5842
5843 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5844 New functions.
5845 (x_calc_absolute_position): Use them.
5846 (x_term_init): Omit removed `height' and `width' members.
5847
5848 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5849 (compute_tip_xy):
5850 * frame.c (x_fullscreen_adjust):
5851 * xmenu.c (menu_position_func): Use x_display_pixel_height and
5852 x_display_pixel_width.
5853
5854 2008-09-18 Kenichi Handa <handa@m17n.org>
5855
5856 * composite.c (fill_gstring_header): Don't check FROM and TO here.
5857 (composition_compute_stop_pos): Fix handling of static composition.
5858 (Fcomposition_get_gstring): Check FROM and TO at first.
5859
5860 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
5863 mixup (YAILOM).
5864
5865 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * indent.c (Fvertical_motion): Use position reported by iterator
5868 instead of PT for determining screen motion (bug#943).
5869
5870 2008-09-17 Romain Francoise <romain@orebokech.com>
5871
5872 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
5873
5874 2008-09-17 Kenichi Handa <handa@m17n.org>
5875
5876 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
5877
5878 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
5879 if necessary.
5880
5881 2008-09-16 Kenichi Handa <handa@m17n.org>
5882
5883 * coding.c (make_conversion_work_buffer): Avoid calling
5884 Fget_buffer_create if it is not necessary.
5885
5886 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5887
5888 * window.c (Fselect_window): Don't update window_select_count and
5889 use_time when norecord is not nil.
5890
5891 2008-09-14 Kenichi Handa <handa@m17n.org>
5892
5893 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
5894 specpdl_ptr.
5895
5896 2008-09-12 Kenichi Handa <handa@m17n.org>
5897
5898 * indent.c (scan_for_column): Don't handle automatic composition
5899 if the current buffer is not associated with a window.
5900
5901 * composite.c (composition_reseat_it): If the current buffer is
5902 not associated with a window, ignore the automatic composition.
5903 (find_automatic_composition): Likewise.
5904
5905 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
5908 (Fgpm_mouse_stop): Use it.
5909 * termhooks.h (close_gpm): Declare.
5910 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
5911 connection if Gpm_GetEvent fails.
5912
5913 * window.c (set_window_buffer): Always preserve current-buffer.
5914
5915 2008-09-12 Glenn Morris <rgm@gnu.org>
5916
5917 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
5918
5919 2008-09-11 Glenn Morris <rgm@gnu.org>
5920
5921 * charset.c (charset-map-path): Doc fix.
5922
5923 2008-09-10 Kenichi Handa <handa@m17n.org>
5924
5925 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
5926
5927 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
5928 compose a grapheme cluster with the preceding base glyph.
5929
5930 * composite.c (composition_compute_stop_pos): Fix previous change.
5931 Reset cmp_it->id to -1 at first.
5932
5933 2008-09-10 Glenn Morris <rgm@gnu.org>
5934
5935 * Makefile.in (character.o, chartab.o): Fix config.h typo.
5936
5937 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * keyboard.c (read_key_sequence): Reapply translation maps when
5940 switching keyboards.
5941
5942 2008-09-09 Kenichi Handa <handa@m17n.org>
5943
5944 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
5945 characters.
5946
5947 * composite.c (FORWARD_CHAR): Fix calculation
5948 of (POSITION).pos_byte.
5949 (composition_compute_stop_pos): Limit the search of composition to
5950 at most 500 characters ahead. If we reach the limit or find a
5951 newline, set cmp_it->ch to -2 and return 0.
5952 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
5953
5954 2008-09-08 Kenichi Handa <handa@m17n.org>
5955
5956 * indent.c (Fvertical_motion): Be sure to set
5957 it_overshoot_expected if it.cmp_it.id is non-negative.
5958
5959 2008-09-07 Andreas Schwab <schwab@suse.de>
5960
5961 * callproc.c (Fcall_process): Don't hold references to string data
5962 across garbage collection. Move initialisation of new_argv down
5963 to avoid compiler bug.
5964
5965 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5966
5967 * process.c (Fsystem_process_attributes): Doc fix.
5968
5969 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * callproc.c (Fcall_process): Canonicalize current directory name.
5972
5973 * xdisp.c (move_it_to): When moving by vpos, ensure that the
5974 iterator advances to the next line if the current line ends in a
5975 continued tab.
5976
5977 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
5978
5979 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
5980 member to point to cmp_from.
5981
5982 * xdisp.c: Doc fix for references to gidx data member.
5983
5984 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
5987
5988 2008-09-07 Kenichi Handa <handa@m17n.org>
5989
5990 * composite.c (FORWARD_CHAR): Check STOP after
5991 incrementing (POSITION).pos.
5992
5993 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5994
5995 * process.c (Fsystem_process_attributes): Doc fix.
5996
5997 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * keyboard.c (Ftop_level): Doc fix.
6000
6001 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6002
6003 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6004 minibuffer, don't let lower part of menu invade the echo area.
6005
6006 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6007 "char *q" to access menu text and advance through it. Revert the
6008 change that displayed ">" instead of ASCII character 0x10.
6009
6010 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6011
6012 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6013 toggle boxes and radio buttons on MS-DOS as well.
6014
6015 2008-09-05 Kenichi Handa <handa@m17n.org>
6016
6017 * composite.c (autocmp_chars): Check lookback count.
6018 (composition_compute_stop_pos): Set cmp_it->lookback.
6019 (composition_reseat_it): Check lookback count.
6020 (struct position_record): New struct.
6021 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6022 (find_automatic_composition): New function.
6023 (composition_adjust_point): Use find_automatic_composition.
6024
6025 * dispextern.h (struct composition_it): New member lookback.
6026
6027 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6028
6029 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6030 if moving by a single line.
6031
6032 2008-09-02 Andreas Schwab <schwab@suse.de>
6033
6034 * xterm.c (x_delete_display): Fix merge error.
6035
6036 * fileio.c (Fexpand_file_name): Remove unused variables.
6037
6038 2008-09-02 Eli Zaretskii <eliz@gnu.org>
6039
6040 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6041 storage on all platforms, not just on DOS_NT.
6042
6043 2008-09-02 Jason Rumney <jasonr@gnu.org>
6044
6045 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6046 Ensure mouse is not grabbed after menu is finished.
6047
6048 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * xfaces.c (Finternal_set_alternative_font_family_alist)
6051 (Finternal_set_alternative_font_registry_alist): Properly copy
6052 entire alist structure.
6053
6054 2008-09-01 Kenichi Handa <handa@m17n.org>
6055
6056 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6057 representative chars of the script is a vector.
6058 (ftfont_list): Handle the case where the representative chars of
6059 the script is a vector.
6060
6061 * character.c (syms_of_character): Docstring of
6062 script-representative-chars fixed.
6063
6064 2008-08-31 Eli Zaretskii <eliz@gnu.org>
6065
6066 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6067 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6068 the menu. Allocate larger buffer for `text', to account for
6069 possible ^C characters.
6070
6071 2008-08-31 Martin Rudalics <rudalics@gmx.at>
6072
6073 * xdisp.c (prepare_menu_bars): Don't call
6074 Vwindow_size_change_functions with arg Qt.
6075
6076 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * font.h (font_range):
6079 * fileio.c (report_file_error):
6080 * composite.c (composition_update_it): Yet another int/Lisp_Object
6081 mixup (YAILOM).
6082
6083 2008-08-30 Glenn Morris <rgm@gnu.org>
6084
6085 * data.c (Fmake_variable_frame_local): Doc fix.
6086
6087 * frame.c (Fmodify_frame_parameters): Doc fix.
6088
6089 2008-08-30 Eli Zaretskii <eliz@gnu.org>
6090
6091 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6092 needed by GetTokenInformation.
6093 (w32_system_process_attributes): Check return values of all system
6094 APIs.
6095
6096 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6097 only when the state changes.
6098 (IT_update_begin, IT_update_end): Add termscript trace.
6099
6100 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6101 clipboard is unavailable. Set dst to NULL if it doesn't point to
6102 malloc'ed data.
6103 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6104 passing random values to xfree.
6105
6106 * dispnew.c (init_display): Set `tty's association in frame's
6107 parameters alist to the name of the terminal device, if that is known.
6108
6109 2008-08-29 Jason Rumney <jasonr@gnu.org>
6110
6111 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6112
6113 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6114
6115 * composite.c (fill_gstring_body): Avoid compiler warnings.
6116
6117 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6118 LGLYPH_SET_CODE to avoid compiler warnings.
6119
6120 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
6121
6122 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6123
6124 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6125 LGLYPH_SET_CODE.
6126
6127 2008-08-29 Kenichi Handa <handa@m17n.org>
6128
6129 * fileio.c (report_file_error): Don't downcase the first character
6130 of errstring if it is still unibyte.
6131
6132 2008-08-29 Kenichi Handa <handa@m17n.org>
6133
6134 These changes are to re-implement the automatic composition so
6135 that it doesn't use text properties.
6136
6137 * Makefile.in (ftfont.o): Depend on composite.h.
6138 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6139
6140 * character.h (Vunicode_category_table): Extern it.
6141
6142 * character.c (Vunicode_category_table): New variable.
6143 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6144
6145 * chartab.c (optimize_sub_char_table): Perform more greedy
6146 optimization.
6147
6148 * composite.h (enum composition_method):
6149 Delete COMPOSITION_WITH_GLYPH_STRING.
6150 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6151 (Vcomposition_function_table): Extern it.
6152 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6153 (composition_gstring_put_cache, composition_gstring_from_id)
6154 (composition_gstring_p, composition_gstring_width)
6155 (composition_compute_stop_pos, composition_reseat_it)
6156 (composition_update_it, composition_adjust_point): Extern them.
6157 (Fcomposition_get_gstring): EXFUN it.
6158
6159 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
6160 (Vcomposition_function_table)
6161 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
6162 (gstring_hash_table, gstring_work, gstring_work_headers):
6163 New variables.
6164 (gstring_lookup_cache, composition_gstring_put_cache)
6165 (composition_gstring_from_id, composition_gstring_p)
6166 (composition_gstring_width, fill_gstring_header)
6167 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6168 (composition_reseat_it, composition_update_it)
6169 (composition_adjust_point, Fcomposition_get_gstring): New functions.
6170 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6171 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6172 Defsubr compostion_get_gstring.
6173
6174 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6175 cmp_id.
6176 (struct glyph_string): Delete the member gidx. New members
6177 cmp_id, cmp_from, and cmp_to.
6178 (enum it_method): Delete GET_FROM_COMPOSITION.
6179 (struct composition_it): New struct.
6180 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6181 Delete c, len, cmp_id, cmp_len in u.comp.
6182
6183 * font.h (enum lgstring_indices): Delete it.
6184 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
6185 (enum lglyph_indices): Likewise.
6186 (font_range): Adjust extern.
6187 (font_fill_lglyph_metrics): Extern it.
6188
6189 * font.c (QCf): New variable.
6190 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6191 (font_prepare_composition): Delete this function.
6192 (font_range): Type and arguments changed.
6193 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6194 (font_fill_lglyph_metrics): New function.
6195 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
6196 (syms_of_font): DEFSYM QCf. Delete defsubr for
6197 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6198 Defsubr Sfont_shape_gstring.
6199
6200 * fontset.h (font_for_char): Extern it.
6201
6202 * fontset.c (font_for_char): New function.
6203
6204 * ftfont.c: Include composite.h.
6205 (ftfont_resolve_generic_family): Add langset "en" to pattern.
6206 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6207
6208 * indent.c: Include composite.h and dispextern.h.
6209 (check_composition): Delete this function.
6210 (scan_for_column): Handle composition by
6211 composition_compute_stop_pos, composition_reseat_it, and
6212 composition_update_it.
6213 (compute_motion): Likewise.
6214 (Fvertical_motion): Fix checking of composition.
6215
6216 * keyboard.c (adjust_point_for_property): Check composition by
6217 composition_adjust_point.
6218
6219 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
6220 struct glyph_string.
6221
6222 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6223 (append_composite_glyph): Adjust for the change of struct it and
6224 struct glyph.
6225 (produce_composite_glyph): Likewise.
6226
6227 * w32term.c (x_draw_composite_glyph_string_foreground):
6228 Adjust for the change of struct glyph_string.
6229 (x_draw_glyph_string): Likewise.
6230
6231 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6232 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6233
6234 * xdisp.c: Include font.h.
6235 (it_props): Delete the entry for Qauto_composed.
6236 (init_iterator): Initialize it->cmp_it.id to -1.
6237 (compute_stop_pos): Call composition_compute_stop_pos.
6238 (face_before_or_after_it_pos): Adjust for the change of struct it.
6239 (handle_auto_composed_prop): Delete it.
6240 (handle_composition_prop): Handle only static composition.
6241 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6242 from xassert. Initialize it->cmp_it.stop_pos.
6243 (push_it): Adjust for the change of struct it.
6244 (pop_it): Likewise.
6245 (get_next_element): Delete next_element_from_composition.
6246 (CHAR_COMPOSED_P): New macro.
6247 (get_next_display_element): For automatic composition, get a face
6248 from the font in the glyph-string.
6249 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
6250 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
6251 (next_element_from_string): Check if the character at the current
6252 position is composed by CHAR_COMPOSED_P.
6253 (next_element_from_buffer): Likewise.
6254 (next_element_from_composition): Adjust for the change of struct it.
6255 Update it->cmp_it.
6256 (dump_glyph): Adjust for the change of struct glyph.
6257 (fill_composite_glyph_string): Adjust for the change of struct
6258 it and struct glyph. Don't handle automatic composition here.
6259 (fill_gstring_glyph_string): New function.
6260 (x_get_glyph_overhangs): Handle automatic composition.
6261 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
6262 (BUILD_GSTRING_GLYPH_STRING): New macro.
6263 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6264 automatic composition.
6265 (append_composite_glyph): Adjust for the change of struct it and
6266 struct glyph.
6267 (x_produce_glyphs): Adjust for the change of struct it.
6268
6269 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
6270 the change of struct glyph_string.
6271 (x_draw_glyph_string): Likewise.
6272
6273 2008-08-29 Glenn Morris <rgm@gnu.org>
6274
6275 * buffer.c (word-wrap): Doc fix.
6276 * xdisp.c (truncate-partial-width-windows): Doc fix.
6277 Increase default to 50.
6278
6279 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * xdisp.c (update_tool_bar_unwind): New function.
6282 (update_tool_bar): Temporarily set selected frame before building
6283 tool-bar items.
6284
6285 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6286
6287 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6288 snprintf, respectively.
6289 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6290
6291 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6294 LDFLAGS to GNUstep CC invocation.
6295
6296 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6297
6298 * indent.c (Fvertical_motion): Revert last change. Handle the
6299 general case where we are moving forward, and PT spans multiple
6300 screen lines.
6301
6302 * eval.c (find_handler_clause): Temporarily increase
6303 max-lisp-eval-depth while printing the backtrace buffer, to
6304 guarantee that help-mode code can run.
6305
6306 2008-08-27 Eli Zaretskii <eliz@gnu.org>
6307
6308 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6309 colors under -rv.
6310 (IT_set_frame_parameters): Don't swap foreground and background
6311 colors if `(reverse . t)' is present in the frame properties.
6312 (internal_terminal_init): Call init_frame_faces only for the
6313 initial frame.
6314
6315 2008-08-27 Andreas Schwab <schwab@suse.de>
6316
6317 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6318
6319 2008-08-27 Andreas Schwab <schwab@suse.de>
6320
6321 * search.c (search_buffer): Set char_base to zero only at the end.
6322
6323 2008-08-27 Kenichi Handa <handa@m17n.org>
6324
6325 * fileio.c (report_file_error): Fix handling of multibyte error string.
6326
6327 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6328
6329 * xterm.c (x_term_init): Temporarily hide the partially
6330 initialized terminal while calling vendor-specific-keysyms.
6331
6332 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6333
6334 * msdos.c (internal_terminal_init): Most initializations done only
6335 once, especially initial_screen_colors[] and termscript open.
6336
6337 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * eval.c (Fcondition_case): Doc fix.
6340
6341 * widgetprv.h (EmacsFramePart): Change font member to the new font
6342 struct.
6343
6344 * widget.c: Include character.h and font.h for XSETFONT.
6345 (setup_frame_gcs): Compute X font id from font struct, just once.
6346
6347 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6348
6349 * term.c (get_named_tty): Fix last change.
6350
6351 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * indent.c (Fvertical_motion): If moving forward starting from a
6354 multi-line string, move the iterator to the last line of that string.
6355
6356 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6357
6358 * frame.c (do_switch_frame): Mark previously displayed frame as
6359 obscured for FRAME_MSDOS_P frames as well.
6360
6361 2008-08-24 Eli Zaretskii <eliz@gnu.org>
6362
6363 * frame.c (make_terminal_frame): Initialize f->terminal,
6364 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6365 Set the top frame to newly created frame.
6366 (Fmake_terminal_frame): Reuse the_only_display_info.
6367
6368 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6369 estimating available memory.
6370
6371 2008-08-23 David Reitter <david.reitter@gmail.com>
6372
6373 * nsterm.m (ns_draw_window_cursor): Don't call
6374 NSDisableScreenUpdates and NSEnableScreenUpdates on
6375 non-NS_IMPL_COCOA systems.
6376
6377 2008-08-23 Andreas Schwab <schwab@suse.de>
6378
6379 * process.c (procfs_system_process_attributes): Fix use of
6380 uninitialized variables.
6381
6382 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6383
6384 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6385
6386 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6387 calling tty-set-up-initial-frame-faces.
6388
6389 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6390 Allow MSDOS frames along with X frames.
6391
6392 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6393 addition to output_termcap.
6394
6395 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6396
6397 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6398 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6399 highlight.
6400
6401 * process.c [!subprocesses]: Define QCname.
6402 (syms_of_process): Intern and staticpro it.
6403
6404 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
6405 Adjust for changes in encoding/decoding routines.
6406 Use encode_coding_object and decode_coding_object instead of
6407 encode_coding and decode_coding.
6408
6409 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
6410
6411 * dosfns.c: Include frame.h before termhooks.h.
6412 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6413 variable termscript.
6414
6415 * s/msdos.h (USER_FULL_NAME): Define.
6416 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6417
6418 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6419 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6420 pw->pw_gecos.
6421
6422 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6423 SELECTED_FRAME as additional (1st) argument.
6424 (tty_read_avail_input): Handle output_msdos_raw in
6425 addition to output_termcap.
6426
6427 * msdos.c: Include frame.h before termhooks.h.
6428 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6429 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6430 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6431 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6432 (IT_set_terminal_modes, IT_reset_terminal_modes)
6433 (IT_set_frame_parameters): Use tty->termscript instead of a global
6434 variable termscript.
6435 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6436 global variable terminal_coding. Don't refer to
6437 Vnonascii_translation_table.
6438 (internal_terminal_init): Set Vwindow_system in current_kboard.
6439 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6440 Announce date and time of session start, if termscript is open.
6441 Don't zero out the_only_display_info (it is done in
6442 term.c:init_tty). Open termscript only of not already open.
6443 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
6444 here instead of dos_ttraw. Don't initialize display if this is an
6445 initial tty. Don't set FRAME_FONT.
6446 (Vwindow_system_version): Bump to 23.
6447 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6448 is available, set up mouse_position_hook.
6449 (dos_ttraw, IT_set_terminal_modes): If called with initial
6450 terminal, do nothing.
6451 (IT_set_frame_parameters): Handle the Qtty_type frame
6452 parameter by calling internal_terminal_init.
6453 (dos_set_window_size, show_mouse_face)
6454 (clear_mouse_face, IT_note_mode_line_highlight)
6455 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6456 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6457 (initialize_msdos_display): New function.
6458 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6459 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6460 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6461 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
6462 Accept additional argument: a pointer to a frame. Update all callers.
6463 (request_sigio, unrequest_sigio): Don't define, now defined on
6464 sysdep.c.
6465 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6466
6467 * term.c [MSDOS]: Include msdos.h.
6468 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6469 conditional to DOS_NT. Allow only one call to this function in a
6470 session. Don't allocate a new struct tty_display_info; instead,
6471 reuse the_only_display_info. Call get_tty_size to get screen
6472 dimensions. Call init_baud_rate to set bad_rate.
6473 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6474 (Fsuspend_tty) [MSDOS]: Don't close input and output.
6475 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
6476 (get_tty_terminal, get_named_tty, Ftty_type)
6477 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6478 output_termcap.
6479 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6480 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
6481 only when subprocesses are supported.
6482
6483 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6484 f->output_data.x.
6485 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6486 terminal devices.
6487
6488 * msdos.h: Remove definition of struct x_display_info and struct
6489 x_output.
6490 (FRAME_FONT): Use output_data.tty.
6491 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
6492 (struct x_display_info): Rename from display_info. Update all users in
6493 msdos.c.
6494 (struct x_output): Remove background_pixel and foreground_pixel.
6495 (the_only_display_info): Rename from the_only_x_display.
6496 (dos_ttraw): Update prototype.
6497
6498 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6499 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6500
6501 2008-08-23 Jason Rumney <jasonr@gnu.org>
6502
6503 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6504 (fn_TIFFSetDirectory): New library function used.
6505 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6506 (tiff_load): Use :index to select among multiple images. Set count
6507 property when multiple images exist.
6508 (gif_format): Use :index, not :image.
6509
6510 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6511
6512 * xdisp.c (try_scrolling): Check INT_MAX instead of
6513 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6514 to obtain INT_MAX.
6515
6516 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6517
6518 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6519
6520 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6521
6522 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6523 GNUstep library location.
6524
6525 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6526
6527 * xfaces.c (x_update_menu_appearance): Check validity of menu font
6528 before using it.
6529
6530 * puresize.h (BASE_PURESIZE): Increase to 1250000.
6531
6532 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6533
6534 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
6535 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
6536 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6537 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
6538 (EmacsApp-cursor_blink_handler): Remove declaration.
6539 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
6540 match 01 Feb 2008 changes in xterm.c.
6541 (ns_read_socket): Add cast to avoid warning.
6542 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
6543 GNUstep.
6544
6545 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * xselect.c (x_get_foreign_selection): Return nil if desired
6548 selection could not be obtained, instead of signalling an error.
6549
6550 2008-08-20 David Reitter <david.reitter@gmail.com>
6551
6552 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
6553 * nsterm.m: Remove ns-specific code for cursor blinking.
6554 (ns_draw_window_cursor): Clear cursor properly rather than
6555 redrawing the area. Respect width of bar cursors.
6556 These changes enable the use of generic blink-cursor-mode and
6557 generic cursor types in NS and support smooth cursor movements (do
6558 not blink off after command).
6559 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
6560 Nextstep, too.
6561
6562 2008-08-19 Kenichi Handa <handa@m17n.org>
6563
6564 * font.c (Vfont_log_deferred): New variable.
6565 (font_add_log): Check Vfont_log_deferred.
6566 (font_deferred_log): New function.
6567
6568 * font.h (font_deferred_log): Extern it.
6569
6570 * fontset.c (reorder_font_vector): Use encoding charset of fonts
6571 for sorting.
6572 (face_for_char): Use deferred log.
6573
6574 2008-08-18 Kenichi Handa <handa@m17n.org>
6575
6576 * fontset.c (face_for_char): Add font log.
6577
6578 * font.c (font_add_log): Add the font properties :script, :lang,
6579 and :otf in the log.
6580
6581 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
6582
6583 * xdisp.c: Remove dead code.
6584 (handle_invisible_prop, next_overlay_string): Defer call to
6585 setup_for_ellipsis.
6586 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
6587
6588 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * xfaces.c (lookup_derived_face): Properly handle possible zero
6591 return value of get_lface_attributes.
6592 (merge_faces): Don't tell lookup_derived_face to signal an error
6593 if face is not found.
6594
6595 * dired.c (Fdirectory_files): Doc fix.
6596
6597 * process.c (make_process): Initialize kill_without_query struct
6598 member.
6599
6600 2008-08-15 Eli Zaretskii <eliz@gnu.org>
6601
6602 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
6603 Alternative calculation of totphys for Visual Studio 6.
6604
6605 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
6606
6607 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
6608 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
6609 All users changed.
6610 (stat): Only root directory passed to GetDriveType. Allow RAM
6611 disk as well as local fixed disk when w32-get-true-file-attributes
6612 is set to `local'.
6613 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
6614 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
6615 (w32_cached_id, w32_add_to_cache): New functions.
6616 (get_name_and_id): Look account names in the cache before calling
6617 lookup_account_sid.
6618 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
6619 New initialization flags.
6620 (globals_of_w32): Initialize them to zero.
6621 (w32_system_process_attributes): Use w32_cached_id and
6622 w32_add_to_cache.
6623
6624 2008-08-14 Lawrence Mitchell <wence@gmx.li>
6625
6626 * lread.c (Fread_char, Fread_char_exclusive): If no character
6627 event is read before timeout is reached, return nil, rather than
6628 converting to a number.
6629
6630 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * fns.c (use_dialog_box): Doc fix.
6633
6634 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
6635 on OS X.
6636
6637 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * frame.c (Qns_parse_geometry): New var.
6640 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
6641
6642 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * xdisp.c (x_produce_glyphs): Handle the case when font has no
6645 space character in calculating tabs.
6646
6647 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
6650
6651 2008-08-10 Glenn Morris <rgm@gnu.org>
6652
6653 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
6654 silence gcc "limited range of data type" warnings in some
6655 make_fixnum_or_float calls.
6656
6657 2008-08-09 Eli Zaretskii <eliz@gnu.org>
6658
6659 * w32.c (w32_system_process_attributes): If the process does not
6660 exist, return nil.
6661
6662 * w32.c: Include thelp32.h, psapi.h and coding.h.
6663 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
6664 declarations.
6665 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
6666 (Process32Next_Proc): New typedefs.
6667 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
6668 (g_b_init_process32_next, g_b_init_open_thread_token)
6669 (g_b_init_impersonate_self, g_b_init_revert_to_self)
6670 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
6671 (g_b_init_get_process_working_set_size)
6672 (g_b_init_global_memory_status_ex): New static variables.
6673 (globals_of_w32): Initialize them.
6674 (create_toolhelp32_snapshot, process32_first, process32_next)
6675 (open_thread_token, impersonate_self, revert_to_self)
6676 (get_process_memory_info, get_process_working_set_size)
6677 (global_memory_status, global_memory_status_ex): New wrapper
6678 functions.
6679 (w32_list_system_processes, w32_system_process_attributes)
6680 (enable_privilege, restore_privilege, ltime, process_times):
6681 New functions.
6682 (convert_time_raw): New function.
6683 (convert_time): Remove conversion of FILETIME into time in 100
6684 nsec units, call convert_time_raw instead.
6685
6686 * process.h (w32_list_system_processes, w32_system_process_attributes):
6687 Add prototypes.
6688 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
6689 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
6690 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
6691 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
6692
6693 * process.c (Fsystem_process_attributes): Doc fix.
6694
6695 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6696
6697 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
6698 a continued multi-char glyph; if so, advance to the actual glyph.
6699
6700 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6701
6702 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
6703
6704 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
6705 (.m.o): Use it.
6706 * config.in: Regenerate.
6707
6708 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * xdisp.c (redisplay_window): Revert last change.
6711 (try_window): Check bottom scroll margin too.
6712
6713 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6714
6715 * config.in: Regenerate.
6716
6717 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
6718 -list-load-path-shadows'.
6719 (nsgui.h): Reduce number of things depending on it.
6720
6721 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6722
6723 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
6724 instead of window-end which does the wrong thing at eob.
6725 (try_cursor_movement): Minor optimization.
6726 (redisplay_window): If scroll margin is defined, don't assume
6727 window doesn't need scrolling.
6728
6729 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6730
6731 * config.in: Regenerate.
6732
6733 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
6734 (mostlyclean): Don't delete *.d under NS.
6735
6736 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
6737
6738 2008-08-06 Kenichi Handa <handa@m17n.org>
6739
6740 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
6741
6742 2008-08-06 Andreas Schwab <schwab@suse.de>
6743
6744 * config.in: Regenerate.
6745
6746 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
6749 forcing a window start.
6750
6751 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
6752 (auto_save_1): Update modtime when auto-save-list-file-name is on.
6753
6754 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6755
6756 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
6757 argument.
6758
6759 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
6762 <scroll-down-aggressively, before-change-functions>:
6763 <after-change-functions>: Reflow docstrings.
6764
6765 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6766 Ken Raeburn <raeburn@gnu.org>
6767
6768 Dock menu customization, based on a patch by Ken Raeburn, plus some
6769 other fixes.
6770 * nsmenu.m (dockMenu): New variable.
6771 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
6772
6773 * nsterm.h (dockMenu): Declare.
6774
6775 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
6776 (ns_term_init): Initialize dockMenu.
6777 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
6778 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
6779 left.
6780
6781 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
6782
6783 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
6786
6787 * config.in: Regenerate.
6788
6789 2008-08-04 Seiji Zenitani <zenitani@mac.com>
6790
6791 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
6792
6793 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * nsterm.h (find_and_call_menu_selection): Fix prototype.
6796
6797 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6798
6799 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
6800
6801 * keyboard.h: Comment an #endif.
6802
6803 * lisp.h (have_menus_p): Adjust comment.
6804
6805 * menu.c (find_and_return_menu_selection): Fix comparison with
6806 client_data.
6807
6808 * nsmenu.m (popup_activated_flag): New variable.
6809 (popup_activated): New function.
6810 (menu-or-popup-active-p): New exported lisp definition.
6811 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
6812 when popup done.
6813 (ns_popup_dialog): Set popup_activated_flag.
6814
6815 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
6816 version for GNUstep (handled by conditional typedef in nsterm.m).
6817 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
6818 in rgb.txt).
6819
6820 * process.c (init_process): Use DARWIN_OS, not DARWIN.
6821
6822 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
6823
6824 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
6825
6826 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
6827 shortcircuit if popup_activated like GTK and X toolkit.
6828
6829 * m/inter386.h: Change DARWIN to DARWIN_OS.
6830
6831 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
6832 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
6833 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
6834 comment on NO_SOCK_SIGIO.
6835
6836 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * nsterm.m (windowDidResize): Remove stopModal call.
6839
6840 2008-08-03 Andreas Schwab <schwab@suse.de>
6841
6842 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
6843 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
6844
6845 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6846
6847 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
6848 Don't use uninitialized pointer variable when using getrlimit.
6849
6850 2008-08-02 Jason Rumney <jasonr@gnu.org>
6851
6852 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
6853
6854 2008-08-02 Eli Zaretskii <eliz@gnu.org>
6855
6856 * alloc.c (NSTATICS): Bump to 0x640.
6857
6858 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
6859
6860 * lisp.h: Add prototype for directory_files_internal.
6861
6862 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
6863 New functions.
6864 (syms_of_process): Defsubr them. Add initializations for various
6865 Q* symbols used in procfs_system_process_attributes.
6866 (procfs_list_system_processes, procfs_system_process_attributes)
6867 [HAVE_PROCFS]: New functions.
6868 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
6869 (procfs_get_total_memory): New functions.
6870
6871 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6872
6873 * xfaces.c (Fx_load_color_file): Fix previous change;
6874 it is #ifdef WINDOWSNT, not WINDOWS_NT.
6875
6876 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
6879
6880 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6881
6882 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
6883
6884 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6887
6888 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
6889 define NSApplicationDelegateReplySuccess.
6890 (EmacsView -converstationIdentifier): Use long instead of
6891 NSInteger for GNUstep, since it doesn't have NSInteger.
6892
6893 * xmenu.c: Revert last change.
6894
6895 * keyboard.h: Fix last change.
6896
6897 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
6900 on Windows.
6901
6902 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6903
6904 Warning clearing and clean-up in NS port.
6905 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6906 Add prototypes.
6907 * nsgui.h (FACE_DEFAULT): Remove, unused.
6908 (XGCValues): Change colors to unsigned long.
6909 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
6910 nsterm.m.
6911 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
6912 (ns_list_fonts): Remove, unused.
6913 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
6914 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
6915 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
6916 (nsfont_draw): Compare face colors to 0, not nil.
6917 * nsmenu.m (struct widget_value): Drop unneeded declaration.
6918 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
6919 (-addSubmenuWithTitle:): Use NSMenuItem class.
6920 (ns_popup_menu): Use NO, not NULL, for enabled setting.
6921 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
6922 (ns_clip_to_row): Make gc arg a BOOL.
6923 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
6924 ns_clip_to_row() call.
6925 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
6926 used). Cast FRAME_FONT assignments.
6927 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
6928 (ns_string_to_lispmod): Change arg to const char.
6929 (ns_term_init): Use NSMenuItem class.
6930 (EmacsApp -openFile:): Move to different section of file.
6931 (EmacsApp -application:openFiles:): Don't return a value, call
6932 -replyToOpenOrPrint:.
6933 (EmacsView -keyDown:): Fix up cast.
6934 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
6935 (EmacsView -menuDown:): Cast tag in call to
6936 find_and_call_menu_selection().
6937 (ns_list_fonts): Remove, unused.
6938 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
6939 (ns_fontname_to_xlfd): Make static.
6940 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
6941 Remove prototypes (now in keyboard.h).
6942 (next_menubar_widget_id): Remove, unused.
6943 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
6944 Remove prototypes (now in keyboard.h).
6945 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
6946
6947 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6948
6949 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
6950 (floatfns.o): Depend on syssignal.h.
6951 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
6952
6953 * systty.h: Fix previous change that removed BSD_TERMIOS.
6954 Add comments to #ifdefs.
6955
6956 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6957
6958 * w32fns.c (w32-load-color-file): Remove.
6959 (x-open-connection): Use renamed Fx_load_color_file.
6960 * xfaces.c (x-load-color-file): Add.
6961 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
6962 Emacs.clr.
6963 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
6964
6965 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6966
6967 * dbusbind.c (Fdbus_call_method_asynchronously)
6968 (Fdbus_method_error_internal): New defuns.
6969 (xd_read_message): Handle also reply messages.
6970 (Vdbus_registered_functions_table): Extend docstring.
6971
6972 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6973
6974 * keyboard.c (gobble_input): Fix previous change.
6975
6976 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6977
6978 * bitmaps/README:
6979 * xfns.c:
6980 * termcap.c:
6981 * term.c:
6982 * syswait.h:
6983 * systty.h:
6984 * systime.h:
6985 * syssignal.h:
6986 * sysdep.c:
6987 * process.h:
6988 * process.c:
6989 * print.c:
6990 * ndir.h:
6991 * lread.c:
6992 * keyboard.c:
6993 * getpagesize.h:
6994 * floatfns.c:
6995 * fileio.c:
6996 * emacs.c:
6997 * doc.c:
6998 * dispnew.c:
6999 * dired.c:
7000 * data.c:
7001 * callproc.c:
7002 * buffer.c:
7003 * README:
7004 * Makefile.in:
7005 * s/template.h:
7006 * s/msdos.h:
7007 * m/vax.h: Remove VMS support.
7008 * s/vms.h:
7009 * vlimit.h:
7010 * uaf.h:
7011 * temacs.opt:
7012 * param.h:
7013 * ioctl.h: Remove file.
7014
7015 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7016
7017 * s/ms-w32.h (MULTI_KBOARD): Remove.
7018 * xterm.c:
7019 * xselect.c:
7020 * xfns.c:
7021 * window.c:
7022 * w32term.c:
7023 * w32fns.c:
7024 * terminal.c:
7025 * termhooks.h:
7026 * term.c:
7027 * sysdep.c:
7028 * keyboard.h:
7029 * keyboard.c:
7030 * frame.h:
7031 * frame.c:
7032 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7033 * config.in: Regenerate.
7034
7035 2008-07-30 Jason Rumney <jasonr@gnu.org>
7036
7037 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7038
7039 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7040 (w32font_open_internal): Get unicode version of textmetrics.
7041 Don't enable or disable glyph indices here.
7042 (w32font_open): Disable use of glyph indices.
7043
7044 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7045
7046 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * minibuf.c (Vread_buffer_function): Doc fix.
7049
7050 2008-07-30 John Paul Wallington <jpw@pobox.com>
7051
7052 * minibuf.c (read_buffer_completion_ignore_case): New var.
7053 (Fread_buffer): Use it.
7054
7055 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7056
7057 * systty.h (sensemode): Remove empty #if. Remove reference to
7058 BSD_TERMIOS, unused.
7059
7060 * sysdep.c: Remove reference to DGUX.
7061 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7062
7063 * config.in: Regenerate.
7064
7065 2008-07-30 Jason Rumney <jasonr@gnu.org>
7066
7067 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7068
7069 2008-07-29 Jason Rumney <jasonr@gnu.org>
7070
7071 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7072 is populated.
7073 (uniscribe_encode_char): Always use uniscribe.
7074 Avoid using context if cache is populated.
7075
7076 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7077
7078 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7079 open menu.
7080
7081 * gtkutil.c (menu_nav_ended): Remove.
7082 (create_menus): Remove signal connect for menu_nav_ended.
7083
7084 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * xdisp.c (redisplay_window): Check return value of
7087 compute_window_start_on_continuation_line before forcing a window
7088 start.
7089
7090 2008-07-28 Jason Rumney <jasonr@gnu.org>
7091
7092 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7093
7094 * w32term.c (w32_enable_unicode_output, cleartype_active):
7095 Remove obsolete display options.
7096 (x_draw_glyph_string_background): Don't use old cleartype_active
7097 workaround.
7098 (w32_initialize): Remove cleartype_active initialization.
7099 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7100
7101 2008-07-28 Andreas Schwab <schwab@suse.de>
7102
7103 * lisp.h (init_weak_hash_tables, syms_of_font)
7104 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7105 (remove_hash_entry): Don't declare.
7106 * eval.c (maybe_call_debugger): Make static and move before use.
7107 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7108 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7109 * xterm.h (x_set_frame_alpha): Declare.
7110
7111 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7112
7113 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7114 (create_menus): Connect selection-done to menu_nav_ended.
7115
7116 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7117
7118 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7119 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7120 parameter with read of 'alpha' one.
7121 (Qns_frame_parameter): Remove.
7122 * nsselect.m (selection-coding-system)
7123 (next-selection-coding-system, Vselection_coding_system)
7124 (Vnext_selection_coding_system): Drop.
7125
7126 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7127
7128 * nsfns.m (do-applescript, do_applescript): Rename to
7129 ns-do-applescript, ns_do_applescript, and move within file.
7130
7131 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7132
7133 Remove support for Mac Carbon.
7134 * mactoolbox.c:
7135 * macterm.h:
7136 * macterm.c:
7137 * macselect.c:
7138 * macmenu.c:
7139 * macgui.h:
7140 * macfns.c:
7141 * mac.c: Remove file.
7142 * s/darwin.h:
7143 * m/intel386.h:
7144 * xfaces.c:
7145 * xdisp.c:
7146 * window.c:
7147 * tparam.c:
7148 * termhooks.h:
7149 * termcap.c:
7150 * term.c:
7151 * syssignal.h:
7152 * sysselect.h:
7153 * sysdep.c:
7154 * process.c:
7155 * lread.c:
7156 * lisp.h:
7157 * keyboard.c:
7158 * image.c:
7159 * fringe.c:
7160 * frame.h:
7161 * frame.c:
7162 * fontset.c:
7163 * font.h:
7164 * font.c:
7165 * fns.c:
7166 * fileio.c:
7167 * emacs.c:
7168 * dispnew.c:
7169 * dispextern.h:
7170 * config.in:
7171 * atimer.c:
7172 * Makefile.in: Remove code for Carbon.
7173
7174 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7175
7176 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7177
7178 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7179
7180 * macterm.h (kCGBitmapByteOrder32Host): New define for
7181 non-universal SDKs.
7182
7183 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7184 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7185
7186 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7187 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7188
7189 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7190
7191 * w32inevt.c: Include dispextern.h.
7192
7193 2008-07-26 Andreas Schwab <schwab@suse.de>
7194
7195 * print.c (print_object): Fix off-by-one in last change.
7196
7197 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7198
7199 * term.c (syms_of_term): Don't initialize default_orig_pair,
7200 default_set_foreground and default_set_background on Windows.
7201
7202 2008-07-25 Jason Rumney <jasonr@gnu.org>
7203
7204 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7205 ScriptItemize. Clean up return value checking. Remove unused
7206 variables.
7207 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7208 shaping engine.
7209
7210 * w32font.c (w32font_has_char): Handle the case where we can't
7211 determine the script for a character.
7212
7213 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7214
7215 * term.c (syms_of_term): Initialize default_orig_pair,
7216 default_set_foreground, and default_set_background.
7217
7218 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7219 clash (bug#86).
7220 (getloadavg): Callers changed.
7221
7222 * image.c (svg_load_image): Fix last change.
7223 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7224 image size is valid. Use g_object_unref instead of deprecated
7225 rsvg_handle_free to free rsvg handle.
7226 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7227
7228 2008-07-25 Jason Rumney <jasonr@gnu.org>
7229
7230 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7231 surrogates before looking up glyph index.
7232 (w32font_text_extents): Encode as surrogates if falling back to
7233 functions that need UTF-16 wide chars.
7234
7235 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7236 BMP as surrogates before looking up glyph index.
7237
7238 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * image.c (svg_load_image): Check for failure in return value of
7241 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7242
7243 2008-07-25 Jason Rumney <jasonr@gnu.org>
7244
7245 * w32font.c (Fx_select_font): Reverse sense of second arg.
7246
7247 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7250 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7251
7252 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7253 (PURESIZE): Use it.
7254
7255 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7256
7257 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7258 * m/alpha.h (TEXT_END):
7259 * m/ibmrs6000.h (TEXT_END):
7260 * m/macppc.h (TEXT_END):
7261 * s/darwin.h (TEXT_END):
7262 * s/msdos.h (TEXT_END): Remove, unused.
7263 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7264 * s/cygwin.h: Remove comment.
7265
7266 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7267 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7268 * m/intel386.h (DOT_GLOBAL_START):
7269 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7270 (USG): Remove, file not used on USG platforms.
7271
7272 * Makefile.in (HAVE_X11): Remove empty #else.
7273
7274 2008-07-24 Andreas Schwab <schwab@suse.de>
7275
7276 * fileio.c (Finsert_file_contents): Properly adjust undo list
7277 after format conversion.
7278
7279 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7280
7281 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7282 (menu_nav_ended): Remove.
7283 (create_menus): Remove signal connect for menu_nav_ended.
7284 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7285 create_menus.
7286 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7287
7288 2008-07-23 Jason Rumney <jasonr@gnu.org>
7289
7290 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7291 with opened font.
7292 (w32font_open): Set font type to gdi.
7293
7294 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7295
7296 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7297
7298 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7299 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7300 defines it.
7301 * unexec.c (ADDR_CORRECT): Define unconditionally.
7302
7303 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7304
7305 * unexec.c: Remove code depending on !COFF and USG, the file is
7306 not used for such systems.
7307
7308 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7309 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7310 (LD_SWITCH_SYSTEM_1): Remove, update users.
7311
7312 * s/darwin.h (DATA_END):
7313 * m/intel386.h (DATA_END):
7314 * m/ibmrs6000.h (DATA_END):
7315 * m/alpha.h (DATA_END): Remove, unused.
7316
7317 * config.in: Regenerate.
7318 * s/ms-w32.h (subprocesses): Define unconditionally.
7319 * s/template.h (subprocesses): Update comment.
7320 * s/vms.h (subprocesses):
7321 * s/usg5-4.h (subprocesses):
7322 * s/hpux10-20.h (subprocesses):
7323 * s/gnu-linux.h (subprocesses):
7324 * s/cygwin.h (subprocesses):
7325 * s/bsd-common.h (subprocesses):
7326 * s/aix4-2.h (subprocesses):
7327 * s/darwin.h (subprocesses): Do not define, defined by default now.
7328
7329 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7330 Remove all references.
7331 (temacs): Add GNUstep specific ld flags.
7332
7333 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7334 similarly to what X does.
7335
7336 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7337
7338 * nsfns.m (x-list-fonts): Remove.
7339 (syms_of_nsfns): Drop the x-list-fonts declaration.
7340 * nsterm.m: Get rid of remaining "//" comments.
7341
7342 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7345
7346 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7347 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7348 (Fns_own_selection_internal, Fx_disown_selection_internal)
7349 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7350
7351 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7352 ... */' style of docstrings. Doc fixes.
7353
7354 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7355
7356 * terminfo.c (UP, BC, PC): Undo previous change.
7357
7358 * nsfns.m: Rename ns prefixed functions/variables to the
7359 corresponding x versions. Update references.
7360
7361 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7364
7365 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7366
7367 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7368 Remove forwarding functions.
7369 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7370 non-static.
7371 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7372 non-static.
7373 (ns_frame_parm_handlers): Use the new names.
7374 (syms_of_nsfns): Move to the end of file.
7375
7376 * nsterm.m (syms_of_nsterm): Move to the end of file.
7377
7378 * dispnew.c (init_display): Remove code for X10.
7379
7380 2008-07-22 Jason Rumney <jasonr@gnu.org>
7381
7382 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7383 bare drive.
7384
7385 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7386
7387 * nsterm.m (syms_of_nsterm): Remove debugging println.
7388
7389 2008-07-22 David Reitter <david.reitter@gmail.com>
7390
7391 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7392 Carbon implementation of the same functionality: execute arbitrary
7393 AppleScript code.
7394
7395 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7396
7397 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7398 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7399 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7400 (Fx_display_mm_height, Fx_display_mm_width)
7401 (Fx_display_backing_store, Fx_display_visual_class)
7402 (Fx_display_save_under, Fx_open_connection)
7403 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7404 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7405 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7406 (Fx_display_pixel_width, Fx_display_pixel_height)
7407 (Fx_display_usable_bounds, Fx_display_planes)
7408 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7409 ... */' style of docstrings.
7410
7411 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7414 on this platform.
7415 (mips):
7416 * m/iris4d.h (mips): Do not define.
7417 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7418
7419 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7420
7421 * image.c:
7422 * nsfns.m:
7423 * nsselect.m:
7424 * nsterm.h:
7425 * nsterm.m: Rename ns prefixed functions/variables to the
7426 corresponding x versions. Update references.
7427
7428 * m/ibms390x.h (NO_REMAP): Do not undefine.
7429
7430 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7431
7432 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7433
7434 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7435 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7436 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7437 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7438 (Fns_display_mm_height, Fns_display_mm_width)
7439 (Fns_display_backing_store, Fns_display_visual_class)
7440 (Fns_display_save_under, Fns_open_connection)
7441 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7442 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7443 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7444 (Fns_display_pixel_width, Fns_display_pixel_height)
7445 (Fns_display_usable_bounds, Fx_display_planes)
7446 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7447
7448 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7449
7450 * print.c (print_object): Check print_depth before searching for
7451 circularities.
7452
7453 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
7454
7455 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7456 only sprintf.
7457
7458 2008-07-21 Kenichi Handa <handa@m17n.org>
7459
7460 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7461
7462 2008-07-20 Andreas Schwab <schwab@suse.de>
7463
7464 * syntax.c (find_start_pos, find_start_value)
7465 (find_start_value_byte, find_start_begv, find_defun_start)
7466 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7467
7468 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7469
7470 * s/sol2-3.h: Insert contents of s/sol2.h.
7471 (LD_SWITCH_SYSTEM): Remove redundant definition.
7472 * s/sol2.h: Remove, unused.
7473
7474 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7475
7476 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7477
7478 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7479
7480 * Makefile.in (ns_appdir): Fix typo in find command.
7481
7482 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7483
7484 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7485
7486 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7487 added not supported anymore.
7488
7489 * s/usg5-4-2.h (LIBS_SYSTEM):
7490 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7491
7492 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7493 * s/lynxos.h (GETPGRP_NO_ARG):
7494 * s/hpux10-20.h (NO_SIOCTL_H):
7495 * s/gnu.h (GETPGRP_NO_ARG):
7496 * s/gnu-linux.h (NO_SIOCTL_H):
7497 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7498 * s/cygwin.h (GETPGRP_NO_ARG):
7499 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7500 (C_DEBUG_SWITCH): Remove duplicate definition.
7501
7502 * m/ibms390.h: Remove boilerplate comments.
7503
7504 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7505
7506 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7507 (wait_reading_process_output): Remove code for SunOS, platform not
7508 supported anymore. Use SOLARIS2 instead of sun.
7509
7510 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7511
7512 * font.c (font_open_by_name): Under NS, default lface height to zero.
7513 (font_open_for_lface): Under NS, set size based on frame fontsize.
7514 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7515 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7516
7517 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7518
7519 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7520 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7521 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7522 YES/NO.
7523 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7524 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
7525 * Makefile.in (clean): Clear out build destination dir.
7526
7527 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7528
7529 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
7530 xterm, xselect.
7531 * lisp.h: Remove declaration of hash_remove.
7532 * nsgui.h: Remove redefinitions of hash_remove.
7533 * fns.c (hash_remove): Rename to hash_remove_from_table.
7534
7535 2008-07-19 Seiji Zenitani <zenitani@mac.com>
7536
7537 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
7538 strdup() the family UTF8String before modifying it.
7539
7540 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7541
7542 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
7543 NS_FACE_BACKGROUND with 0 instead of nil.
7544 * nsfont.m (nsfont_draw): Same.
7545
7546 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
7547
7548 * nsfns.m (ns_set_background_color): Fix crash.
7549
7550 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7551
7552 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
7553
7554 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
7555
7556 * puresize.h (BASE_PURESIZE): Increase to 1240000.
7557
7558 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7559
7560 * gtkutil.c: Include <config.h> instead of "config.h".
7561
7562 * lisp.h (Foverlay_buffer): Add EXFUN.
7563
7564 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
7565 child process to complete child_setup. Undo 2005-09-21 change.
7566
7567 * s/darwin.h: Mention setsid after vfork.
7568
7569 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7570
7571 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
7572 Depend on macgui.h.
7573
7574 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
7575 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
7576
7577 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
7578 and f19.
7579 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
7580
7581 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
7582 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
7583 Remove enumerators.
7584
7585 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
7586 Check if FACE_FROM_ID returns NULL.
7587
7588 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
7589
7590 * w32inevt.c (change_frame_size): Remove extern declaration.
7591 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
7592 change_frame_size.
7593
7594 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7595
7596 * getloadavg.c: Revert last change (2008-07-15).
7597
7598 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7599
7600 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
7601 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
7602 from configure.
7603
7604 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7605
7606 * s/sol2.h:
7607 * s/sol2-4.h: Reorganize conditionals.
7608
7609 * ecrt0.c: Remove code depending on m68000, not used anymore.
7610
7611 * fns.c (hash_remove): Make static.
7612 * lisp.h (hash_remove): Don't prototype.
7613
7614 * m/ibmrs6000.h:
7615 * m/ibms390x.h:
7616 * m/macppc.h: Remove boilerplate comments.
7617
7618 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
7619 Solaris, which does not need them.
7620
7621 * m/vax.h: Remove comments about unsupported systems.
7622
7623 * s/darwin.h: Reorganize ifdefs.
7624
7625 2008-07-17 Andreas Schwab <schwab@suse.de>
7626
7627 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
7628
7629 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 Use SDATA. Follow coding convention of placing operators at
7632 beginning of next line rather than end of previous line, and placing
7633 spaces around infix operators.
7634
7635 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
7636 in case it was defined already.
7637 USE @GNUSTEP_MAKEFILES@ rather than envvars.
7638 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
7639 ns_default.
7640 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
7641 Lisp_Objects.
7642 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
7643 (ns_defined_color, ns_color_to_lisp): Declare.
7644 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
7645 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
7646 it's accepted even with USE_LISP_UNION_TYPE.
7647 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
7648 (update_frame_tool_bar): Remove apparently obsolete tests for
7649 non-integerness of f->tool_bar_lines.
7650 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
7651 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
7652 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
7653 (nsfont_open): Don't confuse NULL for Qnil.
7654 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
7655 * menu.h (find_and_call_menu_selection):
7656 * menu.c (find_and_call_menu_selection): Use just int for vector size.
7657 (find_and_return_menu_selection): Always return something.
7658 * frame.h: Include dispextern.h for Display_Info.
7659 (display_x_get_resource): Declare.
7660
7661 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7662
7663 * syntax.c: Remove stdio.h include accidentally introduced in
7664 Emacs.app commit.
7665 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7666 NS_IMPL_COCOA.
7667 * keyboard.c (handle_async_input, input_available_signal): Remove
7668 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
7669
7670 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
7673 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
7674 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
7675 Use SDATA.
7676
7677 * keymap.c: Remove all NS-specific code.
7678 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
7679 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
7680 where_is_preferred_modifier, return a different value depending on how
7681 preferred is the binding.
7682 (where_is_internal): Adjust accordingly.
7683 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
7684 Adjust to new preferred_sequence_p.
7685 (syms_of_keymap): Declare `where-is-preferred-modifier'.
7686 * keyboard.c (parse_solitary_modifier): Not static any more.
7687 * keyboard.h (parse_solitary_modifier): Declare.
7688
7689 2008-07-16 Andreas Schwab <schwab@suse.de>
7690
7691 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
7692 of easymenu.
7693
7694 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * xdisp.c (move_it_in_display_line): Account for word wrap, so
7697 that we don't move off the line.
7698
7699 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * keyboard.c (Qsuper): Remove.
7702 (parse_menu_item): Don't call where_is_internal specially for NS.
7703
7704 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7705
7706 * s/gnu-linux.h: Remove boilerplate comments.
7707
7708 * m/alpha.h (__ELF__): Consolidate conditions.
7709
7710 * m/m68k.h (linux): Use GNU_LINUX instead.
7711 Remove boilerplate comments.
7712
7713 * m/intel386.h: Undo refactoring from previous change.
7714 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
7715 too, remove dead code.
7716 (linux): Use GNU_LINUX instead.
7717
7718 2008-07-16 Jason Rumney <jasonr@gnu.org>
7719
7720 * w32gui.h: Repeat 26 June changes lost by last change.
7721
7722 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7723
7724 * systty.h: Remove code for Aix on 386, unsupported platform.
7725
7726 * s/ms-w32.h: Remove boilerplate comments.
7727 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7728
7729 * s/gnu-linux.h (TERM): Remove support.
7730 (HAVE_SYSVIPC): Remove, unused.
7731 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
7732 for this system.
7733
7734 * process.c: Remove support for IRIS, unused.
7735 Remove support for TERM, not relevant anymore.
7736
7737 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
7738 used with the definition.
7739
7740 * s/aix4-2.h (static): Do not undef.
7741
7742 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
7743 only used on Aix.
7744 (HAVE_SYSVIPC): Remove, unused.
7745
7746 * m/hp800.h (CANNOT_DUMP): Do not undef.
7747
7748 * m/alpha.h: Fix comment.
7749
7750 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
7751 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
7752 used by this configuration.
7753 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7754 * unexec.c: Remove code depending on HPUX and
7755 USG_SHARED_LIBRARIES, not used with this file. Remove code
7756 depending on IRIS, unused. Remove if 0-ed code.
7757
7758 * s/template.h: Remove comments about static.
7759
7760 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
7761 Remove if 0-ed code.
7762 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
7763 were the same as the default.
7764 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
7765 Remove boilerplate comments.
7766 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
7767 (HAVE_SYSVIPC): Remove, unused.
7768 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
7769
7770 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7771 Remove boilerplate comments.
7772 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7773 Remove boilerplate comments.
7774 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7775 Remove boilerplate comments.
7776 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
7777
7778 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
7779 USG systems which do not use DATA_SEG_BITS.
7780 Refactor code. Remove boilerplate comments.
7781
7782 * m/ibms390.h:
7783 * m/m68k.h:
7784 * s/bsd-common.h:
7785 * s/cygwin.h:
7786 * s/darwin.h:
7787 * s/freebsd.h:
7788 * s/gnu.h:
7789 * s/msdos.h: Remove boilerplate comments.
7790
7791 * m/iris4d.h: Remove boilerplate comments and code for systems that
7792 do not use this file.
7793 (IRIS_4D): Remove, unused.
7794
7795 * m/mips.h: Remove boilerplate comments and code for systems that
7796 do not use this file.
7797 (SIGN_EXTEND_CHAR):
7798 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7799 * unexmips.c: Remove file, unused.
7800
7801 * editfns.c (Fuser_full_name): Replace the only use of
7802 USER_FULL_NAME with its value.
7803 * config.in: Regenerate.
7804
7805 2008-07-16 David Reitter <david.reitter@gmail.com>
7806
7807 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
7808 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
7809
7810 2008-07-16 Glenn Morris <rgm@gnu.org>
7811
7812 * emacs.c (system-type): Doc fix.
7813
7814 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
7817 If the cache doesn't work, let's fix it, rather than work around it.
7818
7819 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7820
7821 * Makefile.in: Correct additions for nsfont.o in last commit.
7822 * nsfont.m: New file (forgot last commit).
7823
7824 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7825
7826 * callproc.c (set_initial_environment): Initialize
7827 Vprocess_environment under CANNOT_DUMP (fixes crash when
7828 batch-compiling for bootstrap).
7829
7830 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7831 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7832
7833 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
7834 fix crash due to different init order.
7835
7836 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7837
7838 Changes and additions for NeXTstep windowing system (Cocoa and
7839 GNUstep) support.
7840
7841 * Makefile.in:
7842 * config.in: Support defines and build commands for NS port.
7843 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
7844 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
7845 * dispextern.h: Include nsgui.h and add needed typedefs under NS
7846 windowing.
7847 (struct face): Add synth_ital field.
7848 * dispnew.c: Include nsterm.h when compiling under NS windowing.
7849 (init_display): Initialize Vinitial_window_system to "ns" when so
7850 compiled.
7851 * emacs.c: Include GSConfig.h when compiling under GNUstep.
7852 (display_arg): Use under NS.
7853 (main): Under NS, allocate autorelease pool and handle command line
7854 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
7855 (standard_args): Add NS-specific args.
7856 (shut_down_emacs): Shut down NS terminal if compiled under NS.
7857 * font.c (DEFAULT_ENCODING): New variable.
7858 (font_find_for_lface): Use it.
7859 (syms_of_font): Load syms_of_nsfont under NS.
7860 * font.h: Declare nsfont_driver when compiled under NS.
7861 * fontset.c: When compiling under NS, include nsterm.h.
7862 (fontset_from_font): Autoconstruct fontset under NS.
7863 * frame.c (various): Under NS, include nsterm.h, add Qns window system
7864 symbol, document and use it.
7865 (do_switch_frame): When for_deletion under Cocoa, add
7866 Fraise_frame(Qnil).
7867 (x_set_frame_parameters): Ensure font attribute changes are picked up.
7868 (x_get_arg): Allow "yes" and "no" as boolean values.
7869 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
7870 Qright under Cocoa.
7871 (focus-follows-mouse): Default to 0 under NS.
7872 * frame.h (enum output_method): Add output_ns.
7873 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
7874 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
7875 (FRAME_WINDOW_P): NS-specific definition.
7876 * fringe.c (max_used_fringe_bitmap): Make public.
7877 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
7878 (getloadavg): Use NeXT code under descendant OS's.
7879 * image.c (includes and header section, x_create_bitmap_from_data)
7880 (x_create_bitmap_from_file, free_bitmap_record, image_background)
7881 (image_background_transparent, x_clear_image_1)
7882 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7883 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
7884 (x_to_xcolors, x_from_xcolors, x_disable_image)
7885 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
7886 other GUIs, including XPM support using code originally written for
7887 Carbon GUI.
7888 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
7889 using NS API.
7890 (image_ascent): Use font metrics macros instead of direct struct field
7891 access.
7892 * keyboard.c (includes): Add nsterm.h when compiling under NS.
7893 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
7894 Also, handle NS as GTK for menu bar purposes.
7895 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
7896 toolkit where they differ.
7897 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
7898 use cachelist, still needed under NS.
7899 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
7900 (struct widget_value): Define it here for menu.c.
7901 * keymap.c (includes): Include modifier internals.
7902 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
7903 NS.
7904 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
7905 support for preferring sequences using certain modifiers, specified by
7906 the FIRSTONLY argument.
7907 * lisp.h (hash_remove): Rename to avoid name clash when compiling
7908 under NS GNUstep implementation.
7909 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
7910 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
7911 * menu.c: Include nsterm.h under NS.
7912 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
7913 (free_menubar_widget_tree_value, update_submenu_strings)
7914 (find_and_call_menu_selection): Treat NS as X and NT.
7915 (find_and_return_menu_selection): New function, used for popup menus.
7916 * nsgui.h:
7917 * nsterm.h:
7918 * nsfns.m:
7919 * nsimage.m:
7920 * nsmenu.m:
7921 * nsselect.m:
7922 * nsterm.m: New files.
7923 * process.c (wait_reading_process_output): Under NS, call ns_select()
7924 instead of plain select().
7925 * syntax.c (char_quoted): Under NS, avoid a crash when called near
7926 beginning of buffer.
7927 * sysselect.h (init_process): Rename when compiling under Cocoa to
7928 avoid name conflict.
7929 * termhooks.h (display_info): Add ns_display_info to union.
7930 * terminal.c (Fterminal_live_p): Add ns to terminal types.
7931 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
7932 COCOA environment.
7933 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
7934 unexec() signature. (Note, this will dump, but the resulting file
7935 crashes; unexosx is used instead; keeping around for reference and
7936 possible aid in getting dump working under GNUstep.)
7937 * w32gui.h (button_type, widget_value): Remove definitions (now in
7938 keyboard.h).
7939 * window.c: Include nsterm.h when compiling under NS.
7940 * xdisp.c (includes): Include nsterm.h when compiling under NS.
7941 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
7942 other GUI windowing systems.
7943 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
7944 GTK.
7945 (x_consider_frame_title): Under NS, set icon type and frame
7946 modified-state indicator; use ns_set_name_as_filename() when using
7947 formatted title.
7948 (update_window_cursor): Make public when compiling under NS.
7949 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
7950 (hourglass_atimer, Vhourglass_delay
7951 * xfaces.c (header section, init_frame_faces, clear_font_table)
7952 (defined_color, unload_color, x_face_list_fonts)
7953 (prepare_face_for_display): Add NS support parallel to other GUIs.
7954 Emulate GCs like other non-X GUIs.
7955 (split_font_name): Don't lowercase font name under NS.
7956 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
7957 under NS.
7958 * s/darwin.h: Add support for compilation under NS.
7959
7960 2008-07-15 Jason Rumney <jasonr@gnu.org>
7961
7962 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
7963 (w32_show_hourglass): Rename from show_hourglass.
7964 (w32_hide_hourglass): Rename from hide_hourglass.
7965 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
7966 (Vhourglass_delay): Declare extern.
7967 (hourglass_started): Remove.
7968
7969 * xdisp.c (Vhourglass_delay): Remove static.
7970 (hourglass_started, start_hourglass, cancel_hourglass):
7971 Don't include these versions on WINDOWSNT.
7972
7973 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7974
7975 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
7976 variables (formerly in xfns.c).
7977 (show_hourglass, hide_hourglass): New prototypes (same).
7978 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
7979 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
7980 in xfns.c).
7981 (syms_of_xdisp): Declare/initialize display-hourglass,
7982 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
7983 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
7984 formerly in xfns.c.
7985 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7986 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7987 (start_hourglass, cancel_hourglass): Remove.
7988 (show_hourglass, hide_hourglass): Remove prototypes and static
7989 modifiers.
7990 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
7991 hourglass_atimer, hourglass_shown_p declaration/initialization.
7992 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7993 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7994 (start_hourglass, cancel_hourglass): Remove.
7995 (show_hourglass, hide_hourglass): Remove prototypes and static
7996 modifiers.
7997 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
7998 hourglass_atimer, hourglass_shown_p declaration/initialization.
7999 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8000 (DEFAULT_HOURGLASS_DELAY): Remove.
8001 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8002 hourglass_shown_p declaration/initialization.
8003
8004 2008-07-14 Jason Rumney <jasonr@gnu.org>
8005
8006 * w32fns.c (w32_get_arg): Remove wrapper function.
8007 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8008 directly.
8009 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8010
8011 2008-07-14 Kenichi Handa <handa@m17n.org>
8012
8013 * xfont.c (xfont_open): Add workaround for X's bug.
8014
8015 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8016
8017 * fontset.c: Include <stdio.h> unconditionally.
8018
8019 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8020
8021 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8022 for filtering.
8023
8024 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8025
8026 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8027
8028 * m/macppc.h:
8029 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8030
8031 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8032 (SPECIAL_EMACS_INT):
8033 * m/ia64.h (SPECIAL_EMACS_INT):
8034 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8035 * s/gnu.h (NLIST_STRUCT):
8036 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8037 * s/gnu-linux.h (LINUX):
8038 * s/msdos.h (HAVE_FACES):
8039 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8040
8041 * systty.h:
8042 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8043 anymore.
8044
8045 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8046
8047 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8048 always defined as int.
8049
8050 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8051 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8052 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8053 * s/freebsd.h (HAVE_WAIT_HEADER):
8054 * s/bsd-common.h (HAVE_UNION_WAIT):
8055 * s/aix4-2.h (HAVE_WAIT_HEADER):
8056 * m/mips.h (HAVE_UNION_WAIT):
8057 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8058 (COFF, static): Do not define, they are undefined later in the file.
8059
8060 * process.c (update_status): Don't use a union.
8061 (status_convert):
8062 (sigchld_handler): Use int instead of WAITTYPE.
8063
8064 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8065
8066 * indent.c (Fvertical_motion): Restore hscroll before moving to
8067 goal column.
8068
8069 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8070
8071 * lisp.h: Remove left over code.
8072
8073 2008-07-11 Andreas Schwab <schwab@suse.de>
8074
8075 * lisp.h: Fix logic in last change.
8076
8077 * menu.h: New file.
8078 * menu.c: Include it.
8079 * xmenu.c: Likewise.
8080 * Makefile.in: Update dependencies.
8081
8082 2008-07-11 Kenichi Handa <handa@m17n.org>
8083
8084 * fontset.c (fontset_from_font): Cancel the previous change.
8085
8086 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8087
8088 * lisp.h:
8089 * w32heap.c:
8090 * emacs.c:
8091 * alloc.c: Replace all references of NO_UNION_TYPE with
8092 USE_LISP_UNION_TYPE.
8093
8094 * m/xtensa.h (NO_UNION_TYPE):
8095 * m/vax.h (NO_UNION_TYPE):
8096 * m/template.h (NO_UNION_TYPE):
8097 * m/sparc.h (NO_UNION_TYPE):
8098 * m/mips.h (NO_UNION_TYPE):
8099 * m/macppc.h (NO_UNION_TYPE):
8100 * m/m68k.h (NO_UNION_TYPE):
8101 * m/iris4d.h (NO_UNION_TYPE):
8102 * m/intel386.h (NO_UNION_TYPE):
8103 * m/ibms390x.h (NO_UNION_TYPE):
8104 * m/ibms390.h (NO_UNION_TYPE):
8105 * m/ibmrs6000.h (NO_UNION_TYPE):
8106 * m/ia64.h (NO_UNION_TYPE):
8107 * m/hp800.h (NO_UNION_TYPE):
8108 * m/arm.h (NO_UNION_TYPE):
8109 * m/amdx86-64.h (NO_UNION_TYPE):
8110 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8111 defining it the same.
8112
8113 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8114
8115 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8116
8117 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8118
8119 * fileio.c:
8120 * sysdep.c
8121 * systty.h:
8122 * m/ibmrs6000.h:
8123 * m/iris4d.h:
8124 * s/aix4-2.h:
8125 * s/freebsd.h:
8126 * s/gnu-linux.h:
8127 * s/hpux10-20.h:
8128 * s/hpux11.h:
8129 * s/netbsd.h:
8130 * s/sol2-3.h:
8131 * s/sol2-4.h:
8132 * s/sol2.h:
8133 * s/usg5-4.h:
8134 * s/vms.h: Remove references to unused variables.
8135
8136 2008-07-10 Andreas Schwab <schwab@suse.de>
8137
8138 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8139 pattern before matching the generic family.
8140
8141 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8142
8143 * unexec.c:
8144 * s/vms.h:
8145 * s/usg5-4-2.h:
8146 * s/sol2-5.h:
8147 * s/freebsd.h:
8148 * s/darwin.h: Remove dead code.
8149
8150 * m/template.h:
8151 * m/sparc.h:
8152 * m/mips.h:
8153 * m/m68k.h:
8154 * m/iris4d.h:
8155 * m/intel386.h:
8156 * m/ibms390x.h:
8157 * m/ibms390.h:
8158 * m/ia64.h:
8159 * m/hp800.h:
8160 * m/arm.h:
8161 * m/amdx86-64.h: Remove dead code and references to unused
8162 and compiler defined symbols.
8163
8164 * unexmips.c:
8165 * unexelf.c: Remove references to desupported systems.
8166
8167 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8168
8169 * m/powermac.h: Remove boilerplate comments.
8170 (NO_REMAP): Remove unused definition.
8171
8172 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8173 define them.
8174
8175 2008-07-10 Kenichi Handa <handa@m17n.org>
8176
8177 * xfont.c (xfont_open): Log the reason of failure.
8178
8179 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * fontset.c (fontset_get_font_group):
8182 * font.c (font_check_otf): Specify argument types.
8183
8184 2008-07-09 Kenichi Handa <handa@m17n.org>
8185
8186 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8187 non-ASCII char is found.
8188
8189 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8190 (reorder_font_vector): Change the arg preferred_family to font.
8191 Prefer the spec matching with font.
8192 (fontset_get_font_group): New function.
8193 (fontset_find_font): Change the format of an element of a realized
8194 fontset. Use fontset_get_font_group.
8195 (fontset_font): Try the current fontset, the default fontset, the
8196 fallbacks of the current fontset, and the fallbacks of the default
8197 fontset in this order.
8198 (face_for_char): Delete the shortcut to use the current font.
8199 (fontset_from_font): Don't set fonts for Latin in the fontset.
8200
8201 * font.h (font_make_object, font_match_p): Adjust prototypes.
8202
8203 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8204
8205 * font.c (font_make_object): New arg entity and pixelsize.
8206 (font_check_otf_features, font_check_otf): New functions.
8207 (font_match_p): Check :lang, :script, and :otf properties.
8208
8209 * xfont.c (xfont_open): Adjust it for the change of
8210 font_make_object.
8211 (xfont_text_extents): Fix initial setting of metrics.
8212
8213 * ftfont.c (struct ftfont_info): New member index, delete member
8214 fc_charset_idx. Make the member order compatible with struct
8215 xftfont_info.
8216 (fc_charset_table): Change charset names to registry names.
8217 (ftfont_pattern_entity): Delete the args registry and
8218 fc_charset_idx. Change the value of :font-entity property
8219 to (FONTNAME . INDEX). Always set :registry property to
8220 `iso10646-1'.
8221 (struct ftfont_cache_data): New struct.
8222 (ftfont_lookup_cache): New arg for_face.
8223 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8224 (ftfont_driver): Set the member otf_capability.
8225 (ftfont_get_charset): Adjust it for the change of
8226 fc_charset_table.
8227 (OTF_TAG_SYM): New macro.
8228 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8229 for the change of fc_charset_table.
8230 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8231 ftfont_pattern_entity. Add FC_INDEX to objset.
8232 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8233 and ftfont_pattern_entity.
8234 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8235 font_make_object, struct ftfont_info.
8236 (ftfont_has_char): Use ftfont_get_fc_charset.
8237 (ftfont_otf_features, ftfont_otf_capability): New functions.
8238 (ftfont_shape): Use ftfont_get_otf.
8239 (ftfont_text_extents): Fix initial setting of metrics.
8240
8241 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8242 member order compatible with struct ftfont_info.
8243 (xftfont_open): Add FC_CHARSET to the pattern. Set
8244 xftfont_info->ft_size. Don't unlock the face. Check BDF
8245 properties if appropriate.
8246 (xftfont_close): Unlock the face.
8247 (xftfont_anchor_point, xftfont_shape): Deleted.
8248 (syms_of_xftfont): Don't set members anchor_point and shape of
8249 xftfont_driver.
8250
8251 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8252 font_make_object.
8253
8254 * w32font.c (w32font_open): Adjust it for the change of
8255 font_make_object.
8256 (w32font_open_internal): Don't set properties of font_object here.
8257
8258 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * macfns.c (x_create_tip_frame):
8261 * w32fns.c (x_create_tip_frame):
8262 * xfns.c (x_create_tip_frame): Pass parameter argument to
8263 face-set-after-frame-default.
8264
8265 * xfaces.c (Finternal_merge_in_global_face): Save merged
8266 attributes for the default face back into the face vector.
8267
8268 2008-07-08 Andreas Schwab <schwab@suse.de>
8269
8270 * fontset.h: Declare fontset_from_font. Don't declare
8271 new_fontset_from_font and fontset_from_font_name.
8272 * xterm.c: Include "fontset.h".
8273 * Makefile.in (xterm.o): Update dependencies.
8274
8275 2008-07-08 Glenn Morris <rgm@gnu.org>
8276
8277 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8278 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8279
8280 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8283 (x_set_frame_parameters): Don't bind it.
8284
8285 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
8286
8287 * w32fns.c (map_w32_filename): Declare extern.
8288
8289 2008-07-07 Jason Rumney <jasonr@gnu.org>
8290
8291 * w32term.c (WS_EX_LAYERED): Define if not already.
8292
8293 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
8294
8295 * xfaces.c (set_font_frame_param): Don't try to set the font
8296 parameter if it is still unspecified in the lface.
8297
8298 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8301 face if it didn't already exist.
8302
8303 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8304
8305 2008-07-05 Andreas Schwab <schwab@suse.de>
8306
8307 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8308
8309 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8310
8311 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8312 word-wrapping.
8313 (IT_DISPLAYING_WHITESPACE): New macro.
8314 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8315 when word-wrapping. Simplify word-wrapping logic. Use correct
8316 pixel positions when saving copies of the iterator.
8317 (display_line): Use proper wrap point if the last character on a
8318 line was preceded by whitespace.
8319
8320 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8323
8324 2008-07-04 Kenichi Handa <handa@m17n.org>
8325
8326 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8327
8328 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8329
8330 2008-07-02 Jason Rumney <jasonr@gnu.org>
8331
8332 * xfns.c (syms_of_xfns): Only define x-select-font when both
8333 HAVE_FREETYPE and USE_GTK.
8334
8335 * xdisp.c (next_element_from_display_vector): Move assignment out
8336 of if statement.
8337
8338 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8339
8340 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8341
8342 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8343 (syms_of_fileio): Initialize and export them.
8344 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8345
8346 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8347 (Fsystem_move_file_to_trash): New function.
8348 (syms_of_w32fns): Export it to lisp.
8349
8350 2008-07-01 Jason Rumney <jasonr@gnu.org>
8351
8352 * w32font.c (w32font_text_extents): Don't count overhang as part
8353 of width.
8354
8355 2008-06-30 Miles Bader <miles@gnu.org>
8356
8357 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8358 Add `avoid_cursor_p' field.
8359
8360 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8361 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8362 (append_glyph, append_composite_glyph, produce_image_glyph)
8363 (append_stretch_glyph): Initialize avoid_cursor_p.
8364 (get_it_property): Rename from `get_line_height_property'.
8365 (x_produce_glyphs): Use get_it_property.
8366 (handle_line_prefix, push_display_prop): New functions.
8367 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8368 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8369 New variables.
8370 (syms_of_xdisp): Initialize them.
8371
8372 2008-06-30 Kenichi Handa <handa@m17n.org>
8373
8374 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8375 XftDefaultSubstitute (they are called in XftFontMatch).
8376 (xftfont_open): Fix args to ftfont_font_format.
8377
8378 * ftfont.c (fc_charset_table): New member lang.
8379 (ftfont_resolve_generic_family): New arg pattern.
8380 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
8381 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8382 (ftfont_open): Fix args to ftfont_font_format.
8383 (ftfont_font_format): New arg filename.
8384
8385 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * xfaces.c (Finternal_merge_in_global_face): If default face was
8388 modified, realize it again. Update the font face attribute.
8389
8390 2008-06-29 Jason Rumney <jasonr@gnu.org>
8391
8392 * w32term.c (x_set_frame_alpha): Fix logic.
8393
8394 2008-06-29 Kenichi Handa <handa@m17n.org>
8395
8396 * fontset.c (Finternal_char_font): Return font-object instead of
8397 font-name.
8398
8399 * composite.c (get_composition_id): Fix the width calculation for TAB.
8400
8401 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * indent.c (Fvertical_motion): Properly handle float column arg.
8404
8405 2008-06-28 Jason Rumney <jasonr@gnu.org>
8406
8407 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8408 (pfnSetLayeredWindowAttributes): New function pointer.
8409 (w32_initialize): Initialize it when supported.
8410 (x_set_frame_alpha): New function.
8411
8412 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8413 (w32_frame_parm_handlers): Set alpha handler.
8414
8415 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8416
8417 2008-06-27 Jason Rumney <jasonr@gnu.org>
8418
8419 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8420 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8421 (w32_to_x_charset, x_to_w32_charset)
8422 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8423 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8424 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8425 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8426 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8427 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8428 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8429 (Qw32_charset_unicode): Remove.
8430 (syms_of_w32fns): Update for above changes.
8431
8432 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8433 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8434 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8435 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8436 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8437 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8438 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8439 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8440 (syms_of_w32font): Update for above changes.
8441
8442 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8443
8444 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8445 removed #if.
8446 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8447
8448 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8449 Eli Zaretskii <eliz@gnu.org>
8450
8451 * makefile.w32-in (LOCAL_FLAGS):
8452 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8453
8454 * sysdep.c (_spawnlp, _getpid):
8455 Declare with explicit _cdecl instead of _CRTAPI1.
8456
8457 * editfns.c (Fget_internal_run_time):
8458 Check for WINDOWSNT with #ifdef, not #if.
8459
8460 2008-06-26 Jason Rumney <jasonr@gnu.org>
8461
8462 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8463
8464 * w32term.c (x_draw_glyph_string_foreground)
8465 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8466 Use FONT_HANDLE macro.
8467 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8468
8469 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8470 (uniscribe_encode_char): Use FONT_HANDLE macro.
8471
8472 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8473 (w32font_text_extents): Use precast w32_font.
8474 (w32font_close): Free cached metrics.
8475 (w32font_open_internal): Allocate space for name on stack.
8476
8477 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8478
8479 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8480
8481 2008-06-26 Jason Rumney <jasonr@gnu.org>
8482
8483 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8484 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8485
8486 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8487
8488 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8489
8490 2008-06-26 Jason Rumney <jasonr@gnu.org>
8491
8492 * w32bdf.c, w32bdf.h: Remove obsolete files.
8493
8494 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8495
8496 * w32gui.h: Don't include w32bdf.h.
8497 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8498 Remove obsolete font support.
8499
8500 * w32font.h (struct w32font_info): Remove compat_w32_font.
8501 Add hfont member.
8502 (FONT_COMPAT): Remove obsolete macro.
8503
8504 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8505 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8506 (w32font_open_internal): Remove compat code. Set new hfont member.
8507 (Fx_select_font): Use new hfont member.
8508
8509 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8510 (uniscribe_encode_char): Use new hfont member.
8511
8512 * w32term.c (x_draw_glyph_string_foreground)
8513 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8514 (x_draw_glyph_string): Use metrics in w32font_info.
8515
8516 2008-06-26 Kenichi Handa <handa@m17n.org>
8517
8518 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8519
8520 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8521
8522 * unexnext.c:
8523 * m/ews4800.h:
8524 * m/hp9000s300.h:
8525 * m/ibm370aix.h:
8526 * m/mips-siemens.h:
8527 * m/ncr386.h:
8528 * m/next.h:
8529 * m/pmax.h:
8530 * m/powerpcle.h:
8531 * m/tandem-s2.h:
8532 * s/386bsd.h:
8533 * s/bsd386.h:
8534 * s/bsd4-1.h:
8535 * s/bsd4-2.h:
8536 * s/bsdos2-1.h:
8537 * s/bsdos2.h:
8538 * s/bsdos3.h:
8539 * s/bsdos4.h:
8540 * s/nextstep.h:
8541 * s/ultrix4-3.h:
8542 * s/usg5-0.h:
8543 * s/usg5-2-2.h:
8544 * s/usg5-2.h:
8545 * s/usg5-4-3.h:
8546 * s/ux4800.h:
8547 * s/uxpds.h:
8548 * s/uxpv.h: Remove support for obsolete systems.
8549 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8550 Remove, insert contents in s/hpux10-20.h.
8551 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
8552 Remove, insert contents in s/aix4-2.h.
8553 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
8554 * s/bsd4-3.h: Rename to ...
8555 * s/bsd-common.h: ... this.
8556 * data.c:
8557 * doc.c:
8558 * ecrt0.c:
8559 * emacs.c:
8560 * fileio.c:
8561 * floatfns.c:
8562 * keyboard.c:
8563 * mem-limits.h:
8564 * print.c:
8565 * process.c:
8566 * sysdep.c:
8567 * syssignal.h:
8568 * systty.h:
8569 * syswait.h:
8570 * term.c:
8571 * unexec.c:
8572 * unexelf.c:
8573 * unexhp9k800.c:
8574 * m/hp800.h:
8575 * m/ibmrs6000.h:
8576 * m/mips.h:
8577 * m/vax.h:
8578 * s/darwin.h:
8579 * s/freebsd.h:
8580 * s/gnu.h:
8581 * s/ms-w32.h:
8582 * s/msdos.h:
8583 * s/netbsd.h:
8584 * s/template.h: Remove references to obsolete variables.
8585
8586 * Makefile.in: Add dependencies for all unexec files.
8587 (admindir): Remove unused variable.
8588 (UNEXEC_SRC): Remove references.
8589
8590 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8591
8592 * xfns.c (x_default_font_parameter): If Xft is available, first
8593 try Monospace-12 for the default font.
8594
8595 2008-06-25 Jason Rumney <jasonr@gnu.org>
8596
8597 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
8598
8599 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
8602
8603 * buffer.c (syms_of_buffer): Remove default-word-wrap.
8604
8605 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
8608 <scroll-conservatively>: Fix typo in docstring.
8609
8610 * xselect.c (Fx_send_client_event): Doc fix.
8611
8612 2008-06-25 Kenichi Handa <handa@m17n.org>
8613
8614 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
8615
8616 * font.c (font_parse_fcname): Remove unused variables.
8617 (font_sort_entites): Delete the arg SPEC. Caller changed.
8618 Fix for the case of ! best_only.
8619 (font_delete_unmatched): Check DPI and AVGWIDTH too.
8620
8621 * lisp.h (Fstring_to_unibyte): EXFUN it.
8622
8623 * character.h (str_to_unibyte): Extern it.
8624
8625 * character.c (str_to_unibyte): New function.
8626
8627 * fns.c (Fstring_to_unibyte): New function.
8628 (syms_of_fns): Defsubr it.
8629
8630 2008-06-24 Kenichi Handa <handa@m17n.org>
8631
8632 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
8633 DPI too.
8634 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
8635
8636 2008-06-24 Andreas Schwab <schwab@suse.de>
8637
8638 * Makefile.in (${lispsource}loaddefs.el): Rename from
8639 ../lisp/loaddefs.el.
8640 (bootstrap-clean): Do what distclean does but don't remove
8641 Makefile.
8642 (distclean): Depend on bootstrap-clean and remove Makefile.
8643
8644 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8645
8646 * buffer.h (struct buffer): New member word_wrap.
8647
8648 * buffer.c (syms_of_buffer): New variables default-word-wrap and
8649 word-wrap.
8650 (init_buffer_once): Initialize them.
8651
8652 * dispextern.h (struct it): Replace bool truncate_lines_p with a
8653 line_wrap enum possessing three possible values.
8654
8655 * termopts.h: Replace truncate_partial_width_windows with
8656 Vtruncate_partial_width_windows.
8657
8658 * dispnew.c (direct_output_for_insert): Avoid direct output when
8659 inserting a space with word wrap on.
8660
8661 * indent.c (compute_motion): Obey integer values of
8662 truncate-partial-width-windows.
8663
8664 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
8665 replacing truncate_partial_width_windows.
8666 (init_iterator): If Vtruncate_partial_width_windows is an integer,
8667 truncate only if the window width is below that integer.
8668 (start_display, resize_mini_window, produce_stretch_glyph)
8669 (display_string, move_it_in_display_line_to): Use line_wrap.
8670 (back_to_previous_visible_line_start, reseat_1): Reset
8671 string_from_display_prop_p.
8672 (display_line): Extend default face to end of line when wrapping.
8673
8674 2008-06-24 Kim F. Storm <storm@cua.dk>
8675
8676 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
8677 to wrap continued lines at word boundaries.
8678
8679 2008-06-24 Jason Rumney <jasonr@gnu.org>
8680
8681 * font.c (Ffont_face_attributes): Multiply pixel size before point
8682 conversion to avoid multiplying rounding error.
8683
8684 2008-06-23 Jason Rumney <jasonr@gnu.org>
8685
8686 * w32term.c (x_draw_glyph_string_background)
8687 (x_draw_glyph_string): Remove old bdf font code.
8688
8689 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
8690
8691 2008-06-22 Kenichi Handa <handa@m17n.org>
8692
8693 * font.c (font_find_for_lface): Try the adstyle specified in
8694 the property of LFACE_FONT of LFACE (if any).
8695
8696 2008-06-21 Seiji Zenitani <zenitani@mac.com>
8697 Ryo Yoshitake <ryo@shiftmode.net>
8698
8699 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
8700
8701 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
8704 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
8705 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
8706 (witness-emacs): Remove.
8707 (lisp, shortlisp): Move loaddefs.el earlier.
8708 (mostlyclean): Forget about witness-emacs.
8709
8710 2008-06-22 Glenn Morris <rgm@gnu.org>
8711
8712 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
8713 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
8714
8715 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * Makefile.in (PRECOMP): Remove.
8718 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
8719 (witness-emacs): Run `compile-first'.
8720 (.el.elc): Use the new compile-onefile target.
8721
8722 2008-06-21 Kenichi Handa <handa@m17n.org>
8723
8724 * xftfont.c (xftfont_open): Handle QCembolden only when
8725 FC_EMBOLDEN is defined.
8726
8727 2008-06-21 Andreas Schwab <schwab@suse.de>
8728
8729 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
8730 (.el.elc): Likewise.
8731
8732 2008-06-21 Miles Bader <miles@gnu.org>
8733
8734 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
8735 build dir, not the lisp source dir.
8736
8737 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
8740 (bootstrapclean): Remove.
8741 (.el.elc): New rule.
8742 (PRECOMP): New var.
8743 (../lisp/subdirs.el): Remove.
8744 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
8745 (witness-emacs): New target.
8746 (mostlyclean): Remove witness-emacs as well.
8747 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
8748 Add witness-emacs dependency.
8749
8750 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
8753 defined by the font.
8754
8755 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
8758 (bootstrap-clean): New target that keeps TAGS around.
8759 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
8760 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
8761
8762 2008-06-20 Jason Rumney <jasonr@gnu.org>
8763
8764 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
8765 Remove obsolete font code.
8766
8767 * w32font.c (font_matches_spec): Use csb bitfield from font signature
8768 to determine language support.
8769
8770 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * sysdep.c (cfsetspeed): New fun extracted from the code.
8773 (cfmakeraw): Move before first use.
8774
8775 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
8776
8777 * sysdep.c (cfmakeraw): Provide fallback implementation.
8778 (serial_configure): Provide fallback implementation of cfsetspeed.
8779
8780 2008-06-20 Kenichi Handa <handa@m17n.org>
8781
8782 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
8783 the pattern.
8784
8785 * fontset.c (fontset_from_font): Copy font_spec before changing
8786 the elements.
8787
8788 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
8789
8790 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
8793 for explicit `font' parameters.
8794
8795 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
8796
8797 2008-06-19 Kenichi Handa <handa@m17n.org>
8798
8799 * frame.c: Include <ctype.h>.
8800 (x_set_font_backend): Allow spacing characters in the X resource
8801 for FontBackend.
8802
8803 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * w32fns.c, xfns.c (Qfont_param): New var.
8806 (syms_of_w32fns): Initialize it.
8807 (x_default_font_parameter): Record explicit `font' into
8808 `font-parameter'.
8809
8810 2008-06-18 Kenichi Handa <handa@m17n.org>
8811
8812 * font.c (font_parse_xlfd): Fix previous change.
8813 (font_parse_fcname): Don't use :fc-unknown-spec.
8814 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
8815 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
8816 (font_add_log): Prepend the driver name to the resulting fonts.
8817
8818 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
8819 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
8820 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
8821
8822 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
8823 (QCembolden): New variables.
8824 (syms_of_xftfont): DEFSYM them.
8825 (xftfont_open): Call XftFontMatch. Don't trust the result of
8826 XftTextExtents8 if the pixel_size is less than 5.
8827
8828 2008-06-18 Andreas Schwab <schwab@suse.de>
8829
8830 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
8831 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
8832
8833 2008-06-18 Jason Rumney <jasonr@gnu.org>
8834
8835 * w32font.c (w32font_list, w32font_match): Add logging.
8836
8837 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
8838
8839 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * font.c (font_parse_fcname): Store divider characters for
8842 unknown-spec list. For known key symbols, intern using correct
8843 symbol name.
8844
8845 2008-06-17 Kenichi Handa <handa@m17n.org>
8846
8847 * xfaces.c (realize_default_face): If the frame is not on window
8848 system, set the fontset of face to nil.
8849
8850 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8851
8852 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
8853
8854 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8855
8856 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
8857 (build_font_name_from_vector): Delete externs.
8858
8859 * xfaces.c (struct font_name): Don't declare.
8860
8861 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
8864
8865 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
8868
8869 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8870
8871 * font.c (Ffont_spec): Fix usage in docstring.
8872 (Ffont_face_attributes): Doc fix.
8873
8874 2008-06-16 Andreas Schwab <schwab@suse.de>
8875
8876 * font.c (Ffont_face_attributes): Fix definition.
8877
8878 2008-06-16 Jason Rumney <jasonr@gnu.org>
8879
8880 * font.h (font_style_symbolic_from_value): Remove.
8881
8882 * font.c (font_style_symbolic_from_value): Remove.
8883 (font_style_symbolic): Revert to pre 2008-06-13 version.
8884
8885 * w32font.c (w32_to_fc_weight): New function.
8886 (w32font_full_name, logfont_to_fcname): Use it.
8887
8888 2008-06-16 Kenichi Handa <handa@m17n.org>
8889
8890 * font.c (font_check_object): Delete it.
8891 (font_clear_cache): Check if a font-object is alive.
8892 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
8893 font-object to nil.
8894 (font_close_object): Don't check FONT_CLOSE_OBJECT.
8895 (font_at): Don't call font_check_object.
8896 (Ffont_get): Return a symbol for :weight, :slant, and :width.
8897
8898 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * puresize.h (BASE_PURESIZE): Increase to 1230000.
8901
8902 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8903
8904 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
8905
8906 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * font.c (font_parse_fcname): Only one decimal point.
8909 (font_unparse_fcname): Handle data in family and foundry indices
8910 as symbols, not strings.
8911 (font_unparse_gtkname, Ffont_face_attributes): New functions.
8912
8913 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
8914
8915 * font.h (font_unparse_gtkname): Add prototype.
8916
8917 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8918
8919 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
8920
8921 2008-06-15 Andreas Schwab <schwab@suse.de>
8922
8923 * font.c (font_update_drivers): Fix crash when no drivers match.
8924
8925 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
8928 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
8929
8930 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
8933
8934 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * process.c (Fserial_process_configure, Fprocess_send_eof):
8937 Use EQ to compare Lisp_Objects.
8938
8939 2008-06-13 Jason Rumney <jasonr@gnu.org>
8940
8941 * w32fns.c (Fw32_select_font): Remove old font API function.
8942
8943 * w32font.c (logfont_to_fcname): New function.
8944 (Fx_select_font): New font dialog function compatible with
8945 GTK/fontconfig version.
8946
8947 * font.c (font_style_symbolic_from_value): New function.
8948 (font_style_symbolic): Use it.
8949
8950 * font.h (font_style_symbolic_from_value): Declare new function.
8951
8952 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
8953
8954 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
8955 <font-width-table>: Fix typos in docstrings.
8956
8957 2008-06-13 Daniel Engeler <engeler@gmail.com>
8958
8959 These changes add serial port access.
8960 * process.c: Add HAVE_SERIAL.
8961 (Fdelete_process, Fprocess_status, Fset_process_buffer)
8962 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
8963 (list_processes_1, select_wrapper, Fstop_process)
8964 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
8965 (status_notify): Modify to handle serial processes.
8966 [HAVE_SERIAL] (Fserial_process_configure)
8967 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
8968 New functions.
8969 * process.h (struct Lisp_Process): Add `type'.
8970 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
8971 New functions.
8972 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
8973 serial ports.
8974 (serial_open, serial_configure): New functions.
8975 * w32.h: Add FILE_SERIAL.
8976 (struct _child_process): Add ovl_read, ovl_write.
8977
8978 2008-06-13 Kenichi Handa <handa@m17n.org>
8979
8980 * dispextern.h (enum lface_attribute_index): New member
8981 LFACE_FOUNDRY_INDEX.
8982
8983 * font.c (font_score): Delete arg alternate_families. Check only
8984 weight, slant, width, and size. Ignore the difference of alias
8985 style symbols.
8986 (font_sort_entites): Adjust for the above change. Reflect the
8987 order of font-driver to scores.
8988 (font_list_entities): Don't check alternate_familes here.
8989 (font_clear_prop): Handle foundry.
8990 (font_update_lface): Don't parse "foundry-family" form here.
8991 Handle FONT_FOUNDRY_INDEX.
8992 (font_find_for_lface): Likewise. Handle alternate families here.
8993 If registry is nil, try iso8859-1 and ascii-0.
8994 (font_open_for_lface): Pay attention to size in ENTITY.
8995 (font_open_by_name): Simplify by calling font_load_for_lface.
8996 (free_font_driver_list): Delete it.
8997 (font_update_drivers): Preserve the order of backends.
8998 (syms_of_font): Setting of sort_shift_bits adjusted for the change
8999 of font_score and font_sort_entites.
9000 (font_update_sort_order): Likewise.
9001
9002 * xfaces.c (LFACE_FOUNDRY): New macro.
9003 (check_lface_attrs): Check foundry.
9004 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9005 (merge_face_vectors): Check foundry.
9006 (merge_face_ref): Likewise.
9007 (Finternal_set_lisp_face_attribute): Likewise.
9008 (x_update_menu_appearance): Likewise.
9009 (Finternal_get_lisp_face_attribute): Likewise.
9010 (lface_hash): Likewise.
9011 (lface_same_font_attributes_p): Likewise.
9012 (x_supports_face_attributes_p): Likewise.
9013 (tty_supports_face_attributes_p): Likewise.
9014 (Finternal_set_alternative_font_family_alist): Intern strings.
9015 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9016 (realize_default_face): Set LFACE_FOUNDRY (lface).
9017
9018 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9019 font-driver at first.
9020
9021 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9022
9023 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9024
9025 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9026
9027 2008-06-12 Jim Meyering <meyering@redhat.com>
9028
9029 Make unexec_free handle NULL the same way free does.
9030 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9031
9032 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9035 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9036 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9037 (WEAK_ALIAS): Simplify.
9038 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9039 when searching a unibyte buffer.
9040
9041 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9044
9045 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
9046
9047 * w32font.c: Include ctype.h.
9048
9049 2008-06-11 Jason Rumney <jasonr@gnu.org>
9050
9051 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9052 misreported as space.
9053 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9054 as aliases for registry iso10646-1.
9055
9056 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * buffer.c (clone_per_buffer_values): Skip `name'.
9059
9060 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * font.c (font_parse_fcname): Fix last change; accept decimal
9063 points in font size.
9064
9065 2008-06-10 Jason Rumney <jasonr@gnu.org>
9066
9067 * w32uniscribe.c (add_opentype_font_name_to_list):
9068 Skip non unicode fonts.
9069
9070 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * xfns.c (Fx_font_dialog): New function.
9073
9074 * gtkutil.c (xg_dialog_response_cb): Rename from
9075 xg_file_response_callback.
9076 (pop_down_dialog): Rename from pop_down_file_dialog.
9077 (xg_get_file_name): Callers changed.
9078 (xg_get_font_name): New function.
9079
9080 * gtkutil.h (xg_get_font_name): Insert prototype.
9081
9082 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9085 x_underline_minimum_display_offset.
9086 (syms_of_xdisp): Declare it here rather than in xterm.c.
9087 * dispextern.h (underline_minimum_offset): Declare it.
9088 * w32term.c (x_draw_glyph_string): Use it.
9089 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9090 (syms_of_xterm): Don't declare it any more.
9091 (x_draw_glyph_string): Adjust to the new name.
9092
9093 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9094
9095 * xterm.c (x_underline_minimum_display_offset): New var.
9096 (x_draw_glyph_string): Use it.
9097 (syms_of_xterm): Declare it.
9098
9099 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * font.c (font_parse_fcname): Accept GTK-style font names too.
9102
9103 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * dired.c (file_name_completion): Don't return t if the match is exact
9106 but with different capitalization.
9107 * minibuf.c (Ftry_completion): Simplify.
9108
9109 * window.c (Vwindow_point_insertion_type): New var.
9110 (set_window_buffer): Use it.
9111 (syms_of_window): Init and export it to Lisp.
9112
9113 2008-06-10 Kenichi Handa <handa@m17n.org>
9114
9115 * font.h (font_intern_prop): Prototype adjusted.
9116
9117 * font.c (font_intern_prop): New arg force_symbol.
9118 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9119 Adjust for the change of font_intern_prop.
9120
9121 * ftfont.c (ftfont_pattern_entity):
9122 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9123 (w32_registry):
9124 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9125 the change of font_intern_prop.
9126
9127 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
9128
9129 * w32menu.c (digest_single_submenu): Declare extern.
9130
9131 2008-06-09 Jason Rumney <jasonr@gnu.org>
9132
9133 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9134
9135 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9136 (parse_single_submenu): Remove.
9137 (digest_single_submenu): Remove.
9138 (syms_of_w32menu): Don't initialise variables that have moved
9139 to menu.c.
9140 (set_frame_menubar): Sync with version in xmenu.c.
9141 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9142
9143 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9144 Make static again.
9145
9146 2008-06-09 Jason Rumney <jasonr@gnu.org>
9147
9148 Changes to w32 files related to the move of common menu code
9149 to menu.c on 2008-06-08 by Chong Yidong.
9150
9151 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9152 defs to w32gui.h.
9153 (single_keymap_panes, push_menu_item, push_menu_pane):
9154 Make globally visible.
9155
9156 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9157 (local_free, malloc_widget_value, free_widget_value)
9158 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9159 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9160 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9161 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9162 (menu_items, menu_items_allocated, menu_items_used)
9163 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9164 (init_menu_items, finish_menu_items, discard_menu_items)
9165 (grow_menu_items, push_submenu_start, push_submenu_end)
9166 (push_left_right_boundary, push_menu_pane, push_menu_item)
9167 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9168 (free_menubar_widget_tree_value, parse_single_submenu)
9169 (update_submenu_strings): Remove functions.
9170 (xmalloc_widget_value): Remove and declare extern.
9171
9172 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9173 (OBJ1): Build it.
9174
9175 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9176 (local_heap, local_alloc, local_free, malloc_widget_value)
9177 (free_widget_value): Define here.
9178
9179 2008-06-09 Kenichi Handa <handa@m17n.org>
9180
9181 * font.h (Qascii_0): Extern it.
9182
9183 * font.c (Qascii_0): New variable.
9184 (syms_of_font): DEFSYM it.
9185 (font_open_by_name): If the registry "iso8859-1" fails, try also
9186 "ascii-0".
9187
9188 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9189
9190 2008-06-08 Kenichi Handa <handa@m17n.org>
9191
9192 * .gdbinit (xfont): New command.
9193
9194 2008-06-08 Andreas Schwab <schwab@suse.de>
9195
9196 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9197 * Makefile.in (menu.o): Update dependencies.
9198
9199 * Makefile.in (obj): Always add menu.o.
9200 * emacs.c (main): Always call syms_of_menu.
9201 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9202
9203 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * Makefile.in: Compile menu.c.
9206
9207 * lisp.h: Declare syms_of_menu.
9208
9209 * emacs.c (main): Call syms_of_menu.
9210
9211 * keyboard.h: Relocate platform-independent menu definitions from
9212 xmenu.c.
9213
9214 * menu.c: New file. Relocate platform-independent menu
9215 definitions from xmenu.c. Suggested by Adrian Robert.
9216
9217 * xmenu.c: Remove platform-independent menu definitions.
9218 (menu_items menu_items_inuse, menu_items_allocated)
9219 (menu_items_used, menu_items_n_panes)
9220 (menu_items_submenu_depth): Move to keyboard.h.
9221 (init_menu_items, finish_menu_items, unuse_menu_items)
9222 (discard_menu_items, restore_menu_items, save_menu_items)
9223 (grow_menu_items, push_submenu_start, push_submenu_end)
9224 (push_left_right_boundary, push_menu_pane, push_menu_item)
9225 (keymap_panes, single_keymap_panes, single_menu_item)
9226 (list_of_panes, list_of_items, find_and_call_menu_selection)
9227 (xmalloc_widget_value, free_menubar_widget_value_tree)
9228 (parse_single_submenu, digest_single_submenu)
9229 (update_submenu_strings): Move to menu.c.
9230
9231 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9234
9235 2008-06-06 Miles Bader <miles@gnu.org>
9236
9237 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9238 face, not frame default.
9239
9240 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9241
9242 * window.c (pop_up_windows, pop_up_frames)
9243 (display_buffer_reuse_frames, Vpop_up_frame_function)
9244 (Vdisplay_buffer_function, Veven_window_heights)
9245 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9246 (Vspecial_display_function, Vsame_window_buffer_names)
9247 (Vsame_window_regexps, split_height_threshold)
9248 (Vsplit_window_preferred_function): Move those vars to window.el.
9249 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9250 (Fdisplay_buffer): Move those functions to window.el.
9251 (syms_of_window): Remove corresponding declarations.
9252 (display_buffer): New function.
9253 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9254 * dispnew.c (Flast_nonminibuf_frame): New function.
9255 * buffer.c (Fpop_to_buffer): Move to window.el.
9256
9257 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9260
9261 2008-06-05 Kenichi Handa <handa@m17n.org>
9262
9263 * coding.c (detect_coding): Fix previous change.
9264 (detect_coding_system): Likewise.
9265
9266 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9269
9270 * keymap.c (Vminibuffer_local_filename_must_match_map):
9271 Rename from Vminibuffer_local_must_match_filename_map.
9272 (syms_of_keymap):
9273 * minibuf.c (Fcompleting_read): Adjust accordingly.
9274 * commands.h: Rename declaration as well.
9275
9276 2008-06-05 Kenichi Handa <handa@m17n.org>
9277
9278 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9279 family name.
9280 (Ffont_put): Likewise.
9281
9282 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9283 current font-spec.
9284
9285 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9286 is unspecified.
9287
9288 * xfaces.c (realize_x_face): If the font-related face attributes
9289 are the same as those of default face, realize a new fontset from
9290 default->fontset.
9291 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9292
9293 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9296 (move_it_in_display_line): New wrapper.
9297
9298 * window.c (window_scroll_pixel_based_preserve_x)
9299 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9300 (window_scroll_pixel_based, window_scroll_line_based):
9301 Use them to preserve column positions.
9302 (syms_of_window): Initialize them.
9303
9304 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9305 (HPOS . VPOS) pair.
9306
9307 * dispextern.h (move_it_in_display_line): Declare.
9308
9309 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
9310
9311 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9312 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9313 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9314
9315 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9316
9317 * window.c (Fset_window_parameter): Doc fix.
9318 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9319
9320 2008-06-04 Joakim Verona <joakim@verona.se>
9321
9322 * window.h (struct window): Add new member window_parameters.
9323
9324 * window.c (Fwindow_parameters, Fwindow_parameter)
9325 (Fset_window_parameter): New defuns.
9326 (syms_of_window): Defsubr the new defuns.
9327 (make_window): Initialize window_parameters to nil.
9328
9329 2008-06-04 John Paul Wallington <jpw@pobox.com>
9330
9331 * eval.c (Fdefmacro): Doc fix.
9332
9333 2008-06-04 Kenichi Handa <handa@m17n.org>
9334
9335 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9336 Be sure to call setup_coding_system when we find a proper coding system.
9337 (detect_coding_system): Fix handling of coding->head_ascii.
9338
9339 2008-06-03 Andreas Schwab <schwab@suse.de>
9340
9341 * font.c (font_prop_validate_spacing): Fix last change.
9342
9343 2008-06-03 Kenichi Handa <handa@m17n.org>
9344
9345 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9346 (font_parse_fcname): Fix handling of unknown key.
9347
9348 * xfont.c (xfont_list): Try an alias.
9349
9350 * charset.c (char_charset): Return NULL if the arg charset_list is
9351 specified and C doesn't belong to any of them.
9352
9353 2008-06-02 Chip Coldwell <coldwell@redhat.com>
9354
9355 * font.c (font_pixel_size): Don't take cdr of an integer.
9356
9357 2008-06-02 Jim Meyering <meyering@redhat.com>
9358
9359 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9360 * alloc.c (xfree): Return right away for a NULL arg.
9361 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9362 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9363 * mac.c (create_apple_event_from_event_ref): Likewise.
9364 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9365 Likewise.
9366 * doprnt.c (doprnt1): Likewise.
9367 * frame.c (frame): Likewise.
9368 * keyboard.c (wipe_kboard): Likewise.
9369 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9370 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9371 * term.c (tty_default_color_capabilities, maybe_fatal)
9372 (delete_tty): Likewise.
9373 * w16select.c (string): Likewise.
9374 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9375 * w32bdf.c (w32_free_bdf_font): Likewise.
9376 * w32fns.c (w32_unload_font): Likewise.
9377 * w32font.c (w32font_close): Likewise.
9378 * window.c (size_window): Likewise.
9379 * xselect.c (receive_incremental_selection): Likewise.
9380 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9381 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9382 * w32.c (stat): Likewise.
9383
9384 Remove useless if-before-free tests.
9385 * editfns.c (Fset_time_zone_rule): Likewise.
9386 * lread.c (nosuffix): Likewise.
9387 * ralloc.c (get_bloc): Likewise.
9388 * regex.c (reg_free): Likewise.
9389 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9390 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9391 * xsmfns.c (smc_save_yourself_CB): Likewise.
9392
9393 2008-06-02 Kenichi Handa <handa@m17n.org>
9394
9395 * font.c (font_find_for_lface): Handle float font size.
9396 (font_open_for_lface): Likewise.
9397
9398 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9399 comparing the properties.
9400
9401 2008-06-01 Jason Rumney <jasonr@gnu.org>
9402
9403 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9404 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9405 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9406 Don't add empty script list.
9407 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9408
9409 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9410
9411 * Makefile.in (dot, dotdot): Remove, update users.
9412 ".." has been used elsewhere in the file for a long time.
9413 (LIBXT_STATIC): Remove conditional based on unused variable.
9414
9415 2008-06-01 Miles Bader <miles@gnu.org>
9416
9417 * xfaces.c (Vface_remapping_alist): New variable.
9418 (syms_of_xfaces): Initialize it.
9419 (enum named_merge_point_kind): New type.
9420 (struct named_merge_point): Add `named_merge_point_kind' field.
9421 (push_named_merge_point): Make cycle detection respect different
9422 named-merge-point kinds.
9423 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9424 Remove face-name alias resolution.
9425 (lface_from_face_name): New definition using
9426 `lface_from_face_name_no_resolve'.
9427 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9428 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9429 (get_lface_attributes): New definition that layers face-remapping on
9430 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9431 (lookup_basic_face): New function.
9432 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9433 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9434 `get_lface_attributes'.
9435 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9436 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9437 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9438
9439 * xdisp.c (init_iterator): Pass base_face_id through
9440 `lookup_basic_face' when we actually use it as a face-id.
9441 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9442 DEFAULT_FACE_ID.
9443
9444 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9445 lookup the initial face-id.
9446
9447 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9448
9449 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9450
9451 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9452 (Fremove_text_properties): Fix typos in docstrings.
9453
9454 2008-05-31 Kenichi Handa <handa@m17n.org>
9455
9456 * font.c (font_list_entities): Fix the car part of data to be
9457 stored in the cache.
9458
9459 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9460
9461 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9464 Add a `test' argument so another predicate than `equal' can be used.
9465 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9466 (map_char_table): Remove unused vars `c' and `i'.
9467 * lisp.h (Foptimize_char_table): Adjust declaration.
9468 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9469
9470 2008-05-30 Kenichi Handa <handa@m17n.org>
9471
9472 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9473 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9474 defined.
9475
9476 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9479 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9480 frame-local settings for the same variable.
9481
9482 2008-05-30 Kenichi Handa <handa@m17n.org>
9483
9484 * fontset.c (Ffont_info): Move to font.c.
9485 (syms_of_fontset): Delete defsubr of Sfont_info.
9486
9487 * font.c (font_style_to_value, font_score): Delete casting of the
9488 args to xstcasecmp.
9489 (register_font_driver): Increment num_font_drivers only when
9490 registering the driver globally.
9491 (Ffont_info): Move from fontset.c. Handle a font object too.
9492 (syms_of_font): Defsubr Sfont_info.
9493
9494 2008-05-29 Kenichi Handa <handa@m17n.org>
9495
9496 * coding.h (enum define_coding_utf8_arg_index): New enum.
9497 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9498 coding_attr_utf_bom.
9499 (enum utf_bom_type): Rename from utf_16_bom_type.
9500 (struct utf_16_spec): Adjust for the above change.
9501 (struct coding_system): Add utf_8_bom in `spec' union.
9502
9503 * coding.c (CODING_UTF_8_BOM): New macro.
9504 (enum coding_category): Delete coding_category_utf_8, add
9505 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9506 coding_category_utf_8_sig.
9507 (CATEGORY_MASK_UTF_8): Delete it.
9508 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9509 (CATEGORY_MASK_UTF_8_SIG): New macros.
9510 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9511 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9512 CATEGORY_MASK_UTF_8_SIG.
9513 (CATEGORY_MASK_UTF_8): New macro.
9514 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9515 (detect_coding_utf_8): Check BOM.
9516 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9517 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9518 (encode_coding_utf_16): Likewise.
9519 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9520 (detect_coding, detect_coding_system): Handle utf-8-auto.
9521 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9522 (syms_of_coding): Fix setting up of Vcoding_category_table.
9523
9524 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * process.c (Faccept_process_output): If `millisec' is non-nil,
9527 `seconds' default to 0.
9528 (wait_reading_process_output): Also return non-nil if we read output
9529 from a non-running process.
9530
9531 2008-05-29 Jason Rumney <jasonr@gnu.org>
9532
9533 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
9534 `raster' specified.
9535 (add_font_entity_to_list): Allow non-opentype truetype fonts back
9536 in the uniscribe backend, but disallow any font that has no
9537 unicode subrange support.
9538
9539 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9542 Fix typos in docstrings.
9543
9544 2008-05-29 Kenichi Handa <handa@m17n.org>
9545
9546 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
9547 (Fx_family_fonts): Set frame correctly.
9548
9549 2008-05-28 Jason Rumney <jasonr@gnu.org>
9550
9551 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
9552
9553 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
9556 calling build_annotations.
9557
9558 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
9559
9560 * coding.c (Fdecode_coding_region, Fencode_coding_region)
9561 (Fencode_coding_string):
9562 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
9563 <latin-extra-code-table>: Fix typos in docstrings.
9564 (syms_of_coding) <coding-system-alist>: Doc fix.
9565 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
9566
9567 2008-05-28 Kenichi Handa <handa@m17n.org>
9568
9569 * fontset.c (Ffont_info): Don't call font_close_object.
9570
9571 * font.c (font_parse_family_registry): Use Ffont_put to validate
9572 foundry and family.
9573 (font_delete_unmatched): Don't check spacing.
9574 (font_list_entities): Add spacing to the spec to list fonts.
9575
9576 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
9577 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
9578
9579 * coding.c (encode_coding_raw_text): Fix previous change.
9580 (encode_coding_object): When the dst_object is a buffer and is
9581 different from src_object, move gap to PT.
9582
9583 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
9586
9587 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * coding.c (encode_coding_raw_text): Set coding->produced_char for
9590 all branches. Compute it differently.
9591
9592 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
9593
9594 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
9595
9596 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
9597 into "else if () ... else ...".
9598
9599 2008-05-27 Jason Rumney <jasonr@gnu.org>
9600
9601 * w32font.c (w32font_open_internal): Determine if glyph indices
9602 are likely to work here.
9603
9604 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9605
9606 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
9607 draw overlap glyphs with appropriate highlighting.
9608
9609 2008-05-27 Kenichi Handa <handa@m17n.org>
9610
9611 * xfont.c (xfont_open): Fix calculation of font->average_width.
9612
9613 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * casefiddle.c (casify_object): Try to guess better whether the
9616 argument is a byte or a char.
9617
9618 2008-05-26 Andreas Schwab <schwab@suse.de>
9619
9620 * xselect.c (x_reply_selection_request): Properly handle format == 32.
9621 Always send multiples of format size.
9622
9623 * xterm.c (x_set_frame_alpha): Fix type mismatch.
9624
9625 2008-05-26 Jason Rumney <jasonr@gnu.org>
9626
9627 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
9628 (compute_metrics): Don't set failure if we just cleared the cache.
9629 (w32_weight_table): Remove unused variable.
9630 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
9631 backwards compatibility.
9632
9633 2008-05-25 Kenichi Handa <handa@m17n.org>
9634
9635 * w32term.c (x_draw_glyph_string):
9636 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
9637
9638 * xfaces.c: Delete unused function prototypes.
9639 (xstrlwr, font_frame): Delete them.
9640 (clear_face_cache): Delete unused variable.
9641
9642 * xftfont.c (xftfont_open): Delete unused variable.
9643 If underline_thickness is not 1, adjust underline_position.
9644
9645 * ftxfont.c (ftxfont_open): Delete unused variable.
9646
9647 * fontset.c (face_for_char): Optimize for the case of no charset
9648 property.
9649
9650 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
9651 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
9652 (otf_open, font_otf_capability, generate_otf_features)
9653 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9654 Comment out by surrounding "#if 0" and "#endif" for the moment.
9655 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
9656 (syms_of_font): Codes for accessing above commented out.
9657
9658 2008-05-24 Eli Zaretskii <eliz@gnu.org>
9659
9660 * w32proc.c: Include dispextern.h.
9661
9662 * w32.c: Include dispextern.h.
9663
9664 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
9665
9666 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
9667 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
9668 Fix typos in docstrings.
9669
9670 2008-05-23 Jason Rumney <jasonr@gnu.org>
9671
9672 * xsmfns.c: Remove includes that are already included by config.h.
9673
9674 2008-05-23 Kenichi Handa <handa@m17n.org>
9675
9676 * charset.c (Qemacs, charset_emacs): New variables.
9677 (char_charset): Fix for non-Unicode characters.
9678 (syms_of_charset): Define charset_emacs.
9679
9680 * w32term.c (x_draw_glyph_string): Be sure to update
9681 s->underline_thickness and s->underline_position. Be sure to draw
9682 underline within the current line area.
9683
9684 * xterm.c (x_draw_glyph_string): Be sure to update
9685 s->underline_thickness and s->underline_position. Be sure to draw
9686 underline within the current line area.
9687
9688 * fontset.c: Delete unused variables and add casting for char *
9689 throughout the file.
9690 (fontset_font): Try the fallback fonts of the current fontset
9691 before consulting the default fontset.
9692
9693 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
9694
9695 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
9696
9697 2008-05-22 Jason Rumney <jasonr@gnu.org>
9698
9699 * font.c: Don't include strings.h.
9700
9701 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
9702
9703 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
9704 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
9705 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
9706 to call xstrcasecmp.
9707
9708 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
9709
9710 * fontset.c (fs_query_fontset): Use xstrcasecmp.
9711
9712 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
9713
9714 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
9715
9716 2008-05-22 Kenichi Handa <handa@m17n.org>
9717
9718 * puresize.h (BASE_PURESIZE): Increase to 1220000.
9719
9720 * font.c (font_prop_validate_style): Adjust for the format
9721 change of font_style_table.
9722
9723 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
9724 two args.
9725
9726 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
9727 two args.
9728
9729 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * minibuf.c (keys_of_minibuf): Delete.
9732 * lisp.h (keys_of_minibuf): Delete.
9733 * emacs.c (main): Don't call keys_of_minibuf.
9734
9735 2008-05-22 Kenichi Handa <handa@m17n.org>
9736
9737 * ftfont.c (ftfont_resolve_generic_family): Rename from
9738 ftfont_list_generic_family. Return a single family for each
9739 generic family.
9740 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
9741 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
9742 Call font_add_log.
9743 (ftfont_match): Call font_add_log.
9744
9745 * font.h (Ffont_xlfd_name): EXFUN adjusted.
9746 (FONT_DEBUG): Define it.
9747 (font_add_log): Extern it.
9748 (font_assert): Rename from xassert.
9749
9750 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
9751 (xfont_list_family): Call font_add_log.
9752 (xfont_match): Likewise.
9753 (memq_no_quit): Delete.
9754
9755 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
9756 call of Ffont_xlfd_name.
9757
9758 * xfaces.c (struct table_entry, slant_table, weight_table)
9759 (swidth_table): Move to font.c.
9760
9761 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
9762 xassert are changed to font_assert. Delete many unused variables.
9763 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
9764 New variables.
9765 (struct table_entry): Move from xfaces.c and modified.
9766 (weight_table, slant_table, width_table): Move from xfaces.c and
9767 contents adjusted for the change of struct table_entry.
9768 (font_style_to_value, font_style_symbolic): Adjust for the
9769 format change of font_style_table.
9770 (font_parse_family_registry): Don't overwrite existing foundry and
9771 family of font_spec.
9772 (font_score): Fix calculation of diff for sizes.
9773 (font_sort_entites): Call font_add_log.
9774 (font_delete_unmatched): Return a newly created list.
9775 (font_list_entities): Fix previous change. Call font_add_log.
9776 (font_matching_entity, font_open_entity, font_close_entity):
9777 Call font_add_log.
9778 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
9779 (Finternal_set_font_style_table): Delete.
9780 (BUILD_STYLE_TABLE): New macro.
9781 (build_style_table): New function.
9782 (Vfont_log, font_log_env_checked): New variables.
9783 (font_add_log): New function.
9784 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
9785 Declare Lisp variables "font-weight-table", "font-slant-table",
9786 "font-width-table", and "font-log". Initialize font_style_table.
9787
9788 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
9789
9790 * xterm.c (x_set_frame_alpha): Move declarations before statements.
9791
9792 2008-05-21 Seiji Zenitani <zenitani@mac.com>
9793 Ryo Yoshitake <ryo@shiftmode.net>
9794
9795 * frame.c (Qalpha): Add a new frame parameter `alpha'.
9796 (Vframe_alpha_lower_limit): New variable.
9797 (x_set_alpha): New function.
9798
9799 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9800
9801 * xfns.c (x-create-frame, Qalpha):
9802 Initialize the frame parameter `alpha'.
9803 * xterm.c (OPAQUE, OPACITY): New.
9804 (x_set_frame_alpha): New function.
9805 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
9806
9807 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
9808 * w32fns.c (w32_frame_parm_handlers): Likewise.
9809
9810 2008-05-20 Jason Rumney <jasonr@gnu.org>
9811
9812 * w32font.c (add_font_entity_to_list): Don't add non-opentype
9813 truetype fonts to opentype list.
9814
9815 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
9816
9817 * fontset.c (Ffontset_info): Doc fix.
9818 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
9819 <ignore-relative-composition>: Fix typos in docstrings.
9820
9821 * font.c (syms-of-font) <font-encoding-alist>:
9822 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
9823 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
9824 (Ffont_otf_alternates): Doc fixes.
9825
9826 2008-05-20 Kenichi Handa <handa@m17n.org>
9827
9828 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
9829 font.h through out the file.
9830 (FONT_DRIVERS): Rename from FONTOBJ.
9831 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
9832 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
9833
9834 * emacs.c (main): Call syms_of_font unconditionally.
9835
9836 * font.h (find_font_encoding): Extern it.
9837
9838 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
9839 fontset.c.
9840 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
9841 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
9842 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
9843 only when HAVE_WINDOW_SYSTEM is defined.
9844 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
9845 when HAVE_WINDOW_SYSTEM is defined.
9846
9847 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
9848 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
9849
9850 * xfaces.c: Include font.h unconditionally.
9851 (merge_face_ref, merge_face_vectors)
9852 (Finternal_set_lisp_face_attribute): Cancel the previous change.
9853
9854 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
9857 indirect_variable.
9858 * eval.c (lisp_indirect_variable): New fun.
9859 (Fuser_variable_p): Use it.
9860
9861 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * lisp.h (indirect_variable):
9864 * data.c (indirect_variable, let_shadows_buffer_binding_p):
9865 Use Lisp_Symbol pointers rather than Lisp_Object.
9866 Adjust callers.
9867 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
9868 To this end, change calling-convention.
9869
9870 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
9871 if some non-hidden buffers are selected by string&pred.
9872
9873 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
9874
9875 * process.c (wait_reading_process_output): Always check status
9876 when in batch mode.
9877
9878 2008-05-19 Kenichi Handa <handa@m17n.org>
9879
9880 * font.c (font_list_entities): Fix handling of cache.
9881 (font_matching_entity): Likewise.
9882
9883 * ftfont.c (cs_iso8859_1): Delete.
9884 (ft_face_cache): New variable.
9885 (struct ftfont_info): New member fc_charset_idx.
9886 (ftfont_build_basic_charsets): Delete.
9887 (fc_charset_table): New variable.
9888 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
9889 . FC_CHARSET_IDX) as :font-entity property in the font entity.
9890 Callers changed.
9891 (ftfont_lookup_cache, ftfont_get_charset): New functions.
9892 (ftfont_spec_pattern): New argument fc_charset_idx.
9893 Check registry more rigidly. Change callers.
9894 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
9895 change of :font-entity property of the font.
9896
9897 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
9898 property of the font.
9899
9900 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
9901
9902 * coding.c (Fcoding_system_p): Rename argument to match docstring.
9903 (Funencodable_char_position, Fcheck_coding_systems_region)
9904 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
9905 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
9906 (Ffind_operation_coding_system, Fset_coding_system_priority)
9907 (Fcoding_system_eol_type): Doc fixes.
9908
9909 2008-05-17 Glenn Morris <rgm@gnu.org>
9910
9911 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
9912
9913 2008-05-16 Eli Zaretskii <eliz@gnu.org>
9914
9915 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
9916 and st_gid.
9917
9918 * frame.c (Fdelete_frame): Don't call font_update_drivers if
9919 HAVE_WINDOW_SYSTEM is not defined.
9920
9921 * xfaces.c (merge_face_ref, merge_face_vectors)
9922 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
9923 HAVE_WINDOW_SYSTEM is defined.
9924 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
9925
9926 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
9929
9930 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9931
9932 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
9933
9934 2008-05-15 Kenichi Handa <handa@m17n.org>
9935
9936 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
9937 preference.
9938
9939 2008-05-15 Glenn Morris <rgm@gnu.org>
9940
9941 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
9942
9943 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
9944
9945 * fns.c (init_fns): Don't initialize weak_hash_tables here.
9946 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
9947
9948 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
9949
9950 2008-05-15 Kenichi Handa <handa@m17n.org>
9951
9952 * ftfont.c (ftfont_list): Downcase family name to check generic
9953 families.
9954
9955 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
9956 font-spec for QCfont value.
9957
9958 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
9959 buffer. Check the return value of it.
9960
9961 2008-05-14 Jason Rumney <jasonr@gnu.org>
9962
9963 * w32term.c (w32_get_glyph_overhangs): Remove.
9964 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
9965
9966 2008-05-14 Kenichi Handa <handa@m17n.org>
9967
9968 * font.c (font_prop_validate): Make nil a valid value.
9969 (font_clear_cache): Check if the cached vector of entities is nil
9970 or not.
9971
9972 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9973
9974 * emacs.c (main_thread): Conditionalize on
9975 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9976 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
9977
9978 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
9979 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
9980 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9981
9982 2008-05-14 Kenichi Handa <handa@m17n.org>
9983
9984 * coding.c (detect_coding_iso_2022): Ignore a coding category that
9985 has no corresponding coding system.
9986
9987 2008-05-14 Jason Rumney <jasonr@gnu.org>
9988
9989 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
9990
9991 * w32font.h (w32font_open_internal): Update declaration.
9992
9993 * w32font.c (w32font_open_internal): Change last argument from
9994 w32font_info struct to font object. Fill in font object from
9995 font_entity. Get Outline metrics if possible. Use them to
9996 calculate underline position and thickness. Use xlfd name as name
9997 property. Don't set codepage.
9998 (w32font_open): Pass font_object to w32font_open_internal. Don't
9999 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10000 (w32font_draw): Use s->font.
10001 (clear_cached_metrics): Don't clear non-existent blocks.
10002
10003 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10004 font was not found.
10005 (x_draw_glyph_string): Use underline position and thickness from font.
10006
10007 * w32uniscribe.c (uniscribe_open): Pass font_object to
10008 w32font_open_internal.
10009
10010 2008-05-14 Kenichi Handa <handa@m17n.org>
10011
10012 These changes are to delete all legacy font-handling codes, and
10013 make Emacs use only font-backends.
10014
10015 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10016 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10017
10018 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10019
10020 * charset.h (Vcharset_non_preferred_head)
10021 (Vcurrent_iso639_language): Extern them.
10022
10023 * charset.c (Vcharset_non_preferred_head): New variable.
10024 (Vcurrent_iso639_language): New variable.
10025 (syms_of_charset): Declare it as a Lisp variable.
10026 (char_charset): Don't check non preferred charsets. As a last
10027 resort, return charset_unicode.
10028 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10029
10030 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10031 conditionals. Don't check enable_font_backend. Delete all codes
10032 used only when USE_FONT_BACKEND is not defined.
10033
10034 * dispextern.h (struct glyph_string): Change type of `font' to
10035 `struct font *'.
10036 (struct glyph_string): New member underline_position and
10037 underline_thickness.
10038 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10039 (struct face): Change type of `font' to `struct font *'. Remove
10040 members `font_name', `font_info_id'.
10041 (per_char_metric, encode_char): Delete externs.
10042 (calc_pixel_width_or_height): Adjust the prototype.
10043
10044 * emacs.c (enable_font_backend): Delete extern.
10045 (main): Don't set enable_font_backend. Don't check the command
10046 line argument "-disable-font-backend".
10047
10048 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10049 (enum font_property_index): New members FONT_DPI_INDEX,
10050 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10051 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10052 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10053 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10054 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10055 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10056 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10057 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10058 (struct font_spec, struct font_entity): New structs.
10059 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10060 (struct font): Many members from old "struct font_info" moved to
10061 here. Members font and entity deleted.
10062 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10063 the new font-related objects.
10064 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10065 (CHECK_FONT_GET_OBJECT): Likewise.
10066 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10067 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10068 (struct font_driver): New members case_sensitive anc check. Type
10069 of the member list and open changed.
10070 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10071 (font_symbolic_width, font_find_object, font_get_spec)
10072 (font_set_lface_from_name): Delete extern.
10073 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10074
10075 * font.c: Include <strings.h>.
10076 (enable_font_backend): Delete it.
10077 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10078 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10079 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10080 (null_string): Delete it.
10081 (null_vector): Make it static.
10082 (font_family_alist): Delete it.
10083 (Qnormal): Extern it.
10084 (QCextra, QClanguage): Delete it.
10085 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10086 (font_make_spec, font_make_entity, font_make_object)
10087 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10088 the string. Callers changed.
10089 (font_pixel_size): Adjusted for the format change of font-related
10090 objects.
10091 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10092 (font_style_to_value, font_style_symbolic): New function.
10093 (build_font_family_alist): Delete it.
10094 (font_registry_charsets): Use Fassoc_string instead of
10095 assq_no_quit.
10096 (font_prop_validate_symbol): Don't return null_string.
10097 (font_prop_validate_style): Adjusted for the change of
10098 style-related values in a font vector.
10099 (font_property_table): Delete entries for QClanguage and
10100 QCantialias, add entries for QCavgwidth.
10101 (get_font_prop_index): Delete the 2nd argument FROM.
10102 (font_prop_validate): Arguments changed.
10103 (font_put_extra): Adjusted for the change of font-related objects.
10104 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10105 (font_parse_fcname, font_unparse_fcname)
10106 (font_prepare_composition): Likewise.
10107 (font_parse_family_registry): Renamed from font_merge_old_spec.
10108 (otf_open): Delete the 1st arg entity.
10109 (font_otf_capability): Adjusted for the above change.
10110 (font_score): New arg alternate_families. Adjusted for the change
10111 of font-related objects.
10112 (font_sort_entites): New arg best_only.
10113 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10114 Delete them.
10115 (font_match_p): Check alternate families.
10116 (font_find_object): Delete it.
10117 (font_check_object): New function.
10118 (font_clear_cache): Adjusted for the change of font-related objects.
10119 (font_delete_unmatched): New arg.
10120 (font_list_entities): Call font_driver->list with a spec that
10121 doesn't specify style-related properties.
10122 (font_matching_entity): Arguments changed. Caller changed.
10123 (font_open_entity): Adjusted for the change of font-related objects.
10124 (font_close_object, font_has_char, font_encode_char)
10125 (font_get_name, font_get_spec): Likewise.
10126 (font_spec_from_name, font_clear_prop, font_update_lface):
10127 New functions.
10128 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10129 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10130 (font_at): Adjusted for the change of font-related objects.
10131 (font_range): New function.
10132 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10133 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10134 (Fcopy_font_spec, Fmerge_font_spec): New function.
10135 (Ffont_family_list): Renamed from list-families.
10136 (Finternal_set_font_style_table): Arguments changed.
10137 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10138 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10139 change of font-related objects.
10140 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10141
10142 * fontset.h (struct font_info): Delete it. Most members go to
10143 struct font.
10144 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10145 (enum FONT_SPEC_INDEX): Delete it.
10146 (font_info, list_fonts_func, load_font_func, query_font_func)
10147 (set_frame_fontset_func, find_ccl_program_func)
10148 (get_font_repertory_func, new_fontset_from_font_name): Delete
10149 externs.
10150 (fontset_from_font_name): Extern it.
10151 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10152 (FONT_INFO_FROM_FACE): Deleted.
10153 (face_for_font): Adjust prototype.
10154
10155 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10156 conditionals. Don't check enable_font_backend. Delete all codes
10157 used only when USE_FONT_BACKEND is not defined.
10158 (get_font_info_func, list_font_func, load_font_func)
10159 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10160 (get_font_repertory_func): Delete them.
10161 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10162 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10163 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10164 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10165 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10166 (fontset_compare_rfontdef): New function.
10167 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10168 rfont-defs by qsort. Adjusted for the change of font-group vector.
10169 (load_font_get_repertory): Deleted.
10170 (fontset_find_font): Use new macros to ref/set elements of
10171 font-def and rfont-def.
10172 (fontset_font): Fix the timing of remembering that no font for C.
10173 (free_face_fontset): Do nothing if the face has no fontset.
10174 (face_suitable_for_char_p): Use new macros to ref/set elements of
10175 rfont-def.
10176 (face_for_char): Likewise. Call face_for_char with font_object.
10177 (fs_load_font): Delete. Delete #pragma surrounding it.
10178 (fs_query_fontset): Use strcasecmp instead of strcmp.
10179 (generate_ascii_font_name): Adjusted for the format change of
10180 font-spec.
10181 (Fset_fontset_font): Likewise. Use new macros to set elements of
10182 font-def.
10183 (Fnew_fontset): Use font_unparse_xlfd to generate
10184 FONTSET_ASCII (fontset).
10185 (new_fontset_from_font_name): Deleted.
10186 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10187 a fontset is already created for the font. FIx updating of
10188 Vfontset_alias_alist.
10189 (fontset_ascii_font): Deleted.
10190 (Ffont_info): Adjusted for the format change of font-spec.
10191 (Finternal_char_font): Likewise.
10192 (Ffontset_info): Likewise.
10193 (syms_of_fontset): Don't check load_font_func.
10194
10195 * fns.c (internal_equal): Handle PREV_FONT.
10196
10197 * frame.h: Delete USE_FONT_BACKEND conditional.
10198
10199 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10200 conditionals. Don't check enable_font_backend. Delete all codes
10201 used only when USE_FONT_BACKEND is not defined.
10202 (x_set_font): Call x_new_font, not x_new_fontset2.
10203 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10204 already set for the frame.
10205
10206 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10207 a font-entity by font_make_entity. Use font_intern_prop instead
10208 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10209 font property. If a font is scalable, set avgwidth property to 0.
10210 Set font-entity property by font_put_extra.
10211 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10212 (ffont_driver): Adjusted for the change of struct font_driver.
10213 (ftfont_spec_pattern): New function.
10214 (ftfont_list): Return a list, not vector.
10215 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10216 (ftfont_list_family): Don't downcase names.
10217 (ftfont_free_entity): Deleted.
10218 (ftfont_open): Return a font-object. Adjusted for the change of
10219 struct font. Get underline_thickness and underline_position from
10220 font property. Don't update dpyinfo->smallest_font_height and
10221 dpyinfo->smallest_char_width.
10222 (ftfont_close): Don't free `struct font'.
10223 (ftfont_has_char): Adjusted for the format change of font-entity.
10224 (ftfont_encode_char, ftfont_text_extents): Likewise.
10225
10226 * ftxfont.c (ftxfont_list): Return a list, not vector.
10227 (ftxfont_open): Return a font-object. Adjusted for the change of
10228 struct font. Get underline_thickness and underline_position from
10229 font property. Don't update dpyinfo->smallest_font_height and
10230 dpyinfo->smallest_char_width.
10231 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10232 (ftxfont_draw): Adjusted for the change of struct font.
10233
10234 * image.c (image_ascent): Don't include "charset.h". Include
10235 "character.h" and "font.h".
10236
10237 * lisp.h (enum pvec_type): New member PREV_FONT.
10238 (Fassoc_string): EXFUN it.
10239
10240 * print.c: Include font.h.
10241 (print_object): Handle font-related objects.
10242
10243 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10244 conditionals. Don't check enable_font_backend. Delete all codes
10245 used only when USE_FONT_BACKEND is not defined.
10246 (handle_auto_composed_prop): Do nothing if it->f is not on a
10247 window system. Check how many following characters can be
10248 displayed by the same font.
10249 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10250 'struct font *'.
10251 (get_char_face_and_encoding): Assign the whole encoding task to
10252 the `encode-char' method of a font driver.
10253 (fill_composite_glyph_string): Adjusted for the change of `struct
10254 face' and `struct glyph_string'.
10255 (fill_glyph_string): Likewise.
10256 (get_per_char_metric): Arguments changed.
10257 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10258 and `struct glyph_string'.
10259 (produce_stretch_glyph, calc_line_height_property)
10260 (x_produce_glyphs): Likewise.
10261
10262 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10263 conditionals. Don't check enable_font_backend. Delete all codes
10264 used only when USE_FONT_BACKEND is not defined. Use
10265 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10266 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10267 (Qp): Extern them.
10268 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10269 Deleted.
10270 (struct font_name): Deleted.
10271 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10272 (compare_fonts_by_sort_order): New function.
10273 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10274 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10275 Deleted.
10276 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10277 compare_fonts_by_sort_order.
10278 (Fx_font_family_list): Call Ffont_family_list.
10279 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10280 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10281 (face_symbolic_slant, face_symbolic_swidth)
10282 (split_font_name_into_vector, build_font_name_from_vector)
10283 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10284 (font_rescale_ratio, split_font_name, build_font_name)
10285 (free_font_names, sort_fonts, x_face_list_fonts)
10286 (face_font_available_p, sorted_font_list, cmp_font_names)
10287 (font_list_1, concat_font_list, font_list, remove_duplicates):
10288 Deleted.
10289 (Fx_list_fonts): Use Ffont_list.
10290 (LFACE_AVGWIDTH): Deleted.
10291 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10292 by FONTP.
10293 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10294 (set_lface_from_font_name): Delete it.
10295 (set_lface_from_font): Renamed from
10296 set_lface_from_font_and_fontset. Caller changed. Don't set
10297 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10298 for face.
10299 (merge_face_vectors): Copy font-spec if necessary.
10300 Clear properties of the font-spec if necessary.
10301 (merge_face_ref): Clear properties of the font-spec if necessary.
10302 (Finternal_set_lisp_face_attribute): Likewise.
10303 (set_font_frame_param): Use font_load_for_lface to load a
10304 font-object, and call Fmodify_frame_parameters with it.
10305 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10306 font name by Ffont_xlfd_name.
10307 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10308 QCslant, and QCwidth.
10309 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10310 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10311 Compare fonts by EQ.
10312 (lookup_non_ascii_face): Deleted.
10313 (face_for_font): The 2nd argument changed.
10314 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10315 Check atomic font properties by case insensitive.
10316 (realize_non_ascii_face): Set face->overstrike correctly.
10317 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10318 (dump_realized_face): Get font name from
10319 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10320
10321 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10322 conditionals. Don't check enable_font_backend. Delete all codes
10323 used only when USE_FONT_BACKEND is not defined.
10324 (xic_create_xfontset): Original code deleted and renamed from
10325 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10326 (x_make_gc): Don't set GCFont in GCs.
10327 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10328 opened by "fixed".
10329 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10330 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10331 get_font_repertory_func.
10332
10333 * xfont.c: Include <stdlib.h> and "ccl.h".
10334 (struct xfont_info): New structure.
10335 (xfont_query_font): Deleted.
10336 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10337 moved from xterm.c.
10338 (xfont_driver): Adjusted for the change of struct font_driver.
10339 (compare_font_names): New function.
10340 (xfont_list_pattern): Sort font names case insensitively. Make
10341 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10342 (xfont_list): Return a list, not vector.
10343 (xfont_match): If the font doesn't have QCname property, generate
10344 a name from the other font properties.
10345 (xfont_open): Return a font-object. Adjusted for the change of
10346 struct font. Get underline_thickness and underline_position from
10347 font property. Don't update dpyinfo->smallest_font_height and
10348 dpyinfo->smallest_char_width.
10349 (xfont_close): Don't free struct font.
10350 (xfont_prepare_face): Adjusted for the change of struct font.
10351 (xfont_done_face): Deleted.
10352 (xfont_has_char): Adjusted for the change of struct font.
10353 (xfont_encode_char, xfont_draw): Likewise.
10354 (xfont_check): New function.
10355
10356 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10357 callback function.
10358 (xftfont_match): Adjusted for the format change of font-entity.
10359 (xftfont_open): Adjusted for the format change of font-entity and
10360 font-object. Adjusted for the change of struct font. Return a
10361 font-object. Don't update dpyinfo->smallest_font_height and
10362 dpyinfo->smallest_char_width.
10363 (xftfont_close): Block input while calling XftFontClose.
10364 (xftfont_prepare_face): Don't block input while calling
10365 xftfont_get_colors. Adjusted for the change of struct font.
10366 (xftfont_shape): Return value of error case fixed.
10367
10368 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10369
10370 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10371 conditionals.
10372 (FONT_WIDTH): Return (f)->max_width.
10373 (struct x_display_info): Delete member `font'.
10374 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10375 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10376 (struct x_output): Change type of `font' to `struct font *'.
10377
10378 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10379 conditionals. Don't check enable_font_backend. Delete all codes
10380 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10381 (x_per_char_metric, x_encode_char): Deleted.
10382 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10383 (x_compute_glyph_string_overhangs): Adjusted for the change of
10384 `struct face'.
10385 (x_draw_glyph_string_foreground)
10386 (x_draw_composite_glyph_string_foreground): Likewise.
10387 (x_draw_glyph_string): Likewise. Use font->underline_position and
10388 font->underline_thickness.
10389 (x_new_font): Renamed from x_new_fontset2.
10390 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10391 (x_check_font): Call `check' method of a font driver.
10392 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10393 (x_query_font, x_get_font_repertory): Deleted.
10394 (x_find_ccl_program): Renamed and moved to xfont.c.
10395 (x_redisplay_interface): Adjusted for the change of `struct
10396 redisplay_interface'.
10397
10398 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10399 conditionals. Don't check enable_font_backend. Delete all codes
10400 used only when USE_FONT_BACKEND is not defined. Surround non-used
10401 code by "#ifdef OLD_FONT" and "endif".
10402 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10403
10404 * w32font.h (struct w32font_info): New member.
10405 (FONT_COMPAT): New macro.
10406 (w32font_open_internal): Prototype adjusted.
10407
10408 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10409 OLD_FONT" and "endif".
10410
10411 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10412 conditionals. Don't check enable_font_backend. Delete all codes
10413 used only when USE_FONT_BACKEND is not defined.
10414 (w32font_open): Return a font-object. Make a font-object by
10415 font_make_object. Adjusted for the change of struct w32font_info.
10416 (w32font_close): Don't free struct font. Adjusted for the change
10417 of struct w32font_info.
10418 (w32font_encode_char, w32font_text_extents, w32font_draw):
10419 Adjusted for the change of struct w32font_info.
10420 (w32font_draw): Likewise.
10421 (w32font_list_internal): Return a list, not vector.
10422 (w32font_open_internal): Change the 4th arg to font-object.
10423 Adjusted for the change of struct w32font_info and font-object format.
10424 (add_font_name_to_list): Don't downcase names.
10425 (w32_enumfont_pattern_entity): Make a font-entity by
10426 font_make_entity. Adjusted for the format change of font-entity.
10427 Use FONT_SET_STYLE to set a style-related font property. If a
10428 font is scalable, set avgwidth property to 0. Set font-entity
10429 property by font_put_extra.
10430 (font_matches_spec): Adjusted for the format change of font-entity.
10431 (w32_weight_table, w32_decode_weight): New variables.
10432 (w32_encode_weight): New function.
10433 (fill_in_logfont): Adjusted for the format change of font-spec.
10434 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10435 weight value.
10436 (w32font_driver): Adjusted for the change of struct font_driver.
10437
10438 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10439 conditionals. Don't check enable_font_backend. Surround non-used
10440 code by "#ifdef OLD_FONT" and "endif".
10441 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10442 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10443
10444 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10445 conditionals. Don't check enable_font_backend. Delete all codes
10446 used only when USE_FONT_BACKEND is not defined. Surround non-used
10447 code by "#ifdef OLD_FONT" and "endif".
10448
10449 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10450 (uniscribe_open): Return value changed to font-object.
10451 Adjusted for the format change of font-object.
10452 (uniscribe_otf_capability): Adjusted for the change of struct font.
10453 (add_opentype_font_name_to_list): Don't downcase names.
10454 (uniscribe_font_driver): Adjusted for the change of struct
10455 font_driver.
10456
10457 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10458
10459 * dispnew.c (update_frame_1): Check if tty output is still valid
10460 before flushing it.
10461
10462 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10463
10464 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10465 to Gtk+ menus.
10466
10467 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * dired.c (file_name_completion): Tweak the code so as to always do it
10470 in a single pass. Tighten the scope of some variables.
10471
10472 * dired.c (Qdefault_directory): New var.
10473 (file_name_completion): Use it instead of Fexpand_file_name.
10474 (syms_of_dired): Initialize it.
10475
10476 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * fileio.c (double_dollars): Remove dead code.
10479
10480 2008-05-10 Eli Zaretskii <eliz@gnu.org>
10481
10482 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10483 Mention w32-get-true-file-attributes in doc string.
10484
10485 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10486
10487 2008-05-09 Glenn Morris <rgm@gnu.org>
10488
10489 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10490 2008-04-23.
10491
10492 2008-05-09 Eli Zaretskii <eliz@gnu.org>
10493
10494 Support for reporting owner and group of each file on MS-Windows:
10495 * dired.c (stat_uname, stat_gname): New functions, with special
10496 implementation for w32.
10497 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10498
10499 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10500 (dflt_group_name): New static variable.
10501 (dflt_group): Rename from the_group.
10502 (init_user_info): Init dflt_group fields. Get user's group name
10503 from LookupAccountSid.
10504 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10505 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10506 New initialization states.
10507 (globals_of_w32): Initialize them to zero. Initialize the default
10508 group name to "None".
10509 (GetFileSecurity_Name): New global var, the name of the function
10510 to call for GetFileSecurity.
10511 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10512 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10513 (get_file_security, get_security_descriptor_owner)
10514 (get_security_descriptor_group, is_valid_sid)
10515 (get_file_security_desc, get_rid, get_name_and_id)
10516 (get_file_owner_and_group): New functions.
10517 (stat): Use get_file_security_desc and get_file_owner_and_group to
10518 report the owner and primary group of each file. Don't ignore the
10519 high 32 bits of file's size, now that st_size is 64-bit wide.
10520 Fix test when to get true file attributes.
10521 (init_user_info): Use get_rid instead of equivalent inline code.
10522 (fstat): Don't ignore the high 32 bits of file's size.
10523
10524 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * image.c (png_load): Use correct bit-depth for setting background
10527 color.
10528
10529 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10530
10531 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
10532 epa-hook.elc.
10533
10534 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10535
10536 * font.c (Ffont_match_p): Don't use `iff' in docstring.
10537
10538 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10539
10540 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10541 because the original parameters are in pure storage now.
10542 (mac_window): Remove unused params. Update callers.
10543
10544 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * lread.c (substitute_object_recurse): Use lower-level primitives.
10547 Don't signal errors when traversing sub-char-tables.
10548 Don't loop over all the possible characters when traversing char-tables.
10549
10550 * print.c (print_preprocess): Add sub-char-tables to the print-table,
10551 just like we do in print.c.
10552
10553 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * minibuf.c (Ftry_completion): Remove code left over from when we used
10556 scmp instead of Fcompare_strings.
10557
10558 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
10559
10560 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
10561
10562 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10563
10564 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
10565 Create bitmap context in native byte order.
10566
10567 * macterm.c (XDrawLine)
10568 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
10569 context in native byte order.
10570
10571 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10572
10573 * config.in: Regenerate.
10574
10575 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
10576 New definitions for Image I/O support.
10577 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10578 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
10579 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10580 (mac_data_provider_release_data, image_load_image_io)
10581 [USE_MAC_IMAGE_IO]: New functions.
10582 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
10583 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
10584 (init_image_func_pointer) [MAC_OSX]: Remove function.
10585 (image_load_quartz2d) [MAC_OSX]: Check availability of
10586 CGImageCreateWithPNGDataProvider at compile time.
10587 Use lowercase `false' for boolean constant.
10588 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
10589 Use image_load_image_io.
10590 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
10591 Don't check MyCGImageCreateWithPNGDataProvider.
10592 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
10593 Don't call init_image_func_pointer.
10594
10595 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
10596
10597 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
10598 Make variable non-static.
10599 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10600 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10601
10602 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
10603 (RED_FROM_ULONG): Mask off higher bits.
10604 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
10605
10606 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
10607 Include AvailabilityMacros.h.
10608 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
10609 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
10610
10611 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * chartab.c (Fset_char_table_range): If range is t, really set all
10614 chars to that value.
10615
10616 2008-05-03 Eli Zaretskii <eliz@gnu.org>
10617
10618 * dired.c (Ffile_attributes): Don't allow the device number become
10619 negative.
10620
10621 2008-05-02 Daiki Ueno <ueno@unixuser.org>
10622
10623 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
10624
10625 2008-05-02 Juri Linkov <juri@jurta.org>
10626
10627 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
10628 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
10629 DEFAULT argument as a list of default values in docstrings.
10630
10631 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
10632
10633 * puresize.h (BASE_PURESIZE): Increase to 1210000.
10634
10635 2008-05-01 Martin Rudalics <rudalics@gmx.at>
10636
10637 * dispnew.c (change_frame_size_1): Preserve small windows when
10638 shrinking frames by calling set_window_height|width with third
10639 arg 2.
10640
10641 * window.h (struct window): Replace field too_small_ok by field
10642 resize_proportionally.
10643
10644 * window.c (make_window): Initialize resize_proportionally.
10645 (enlarge_window): Temporarily set resize_proportionally to make
10646 sure that shrink_windows does scale the window proportionally.
10647 (shrink_windows): When window has resize_proportionally set try
10648 to shrink it proportionally by stealing from other windows.
10649 (struct saved_window, Fset_window_configuration)
10650 (compare_window_configurations): Handle resize_proportionally.
10651 (WINDOW_TOTAL_SIZE): New macro.
10652 (window_min_size, shrink_windows, size_window): Use it.
10653 (check_min_window_sizes): Remove. Invalid values of
10654 window-min-height|width are handled by window_min_size_2 now.
10655 (size_window, Fsplit_window, enlarge_window)
10656 (adjust_window_trailing_edge, grow_mini_window): Don't call
10657 check_min_window_sizes.
10658 (window_min_size_2, window_min_size_1, window_min_size):
10659 New argument safe_p for retrieving "safe" minimum sizes.
10660 (Fdisplay_buffer, Fsplit_window, enlarge_window)
10661 (adjust_window_trailing_edge, grow_mini_window):
10662 Adjust arguments of window_min_size... functions.
10663 (shrink_windows): Argument min_size removed. New argument
10664 safe_p allows shrinking windows to their safe minimum sizes.
10665 Calculate minimum size and decide whether a window shall be
10666 deleted for each window individually.
10667 (size_window): When nodelete_p equals 2, tell shrink_windows to
10668 delete windows only if their new minimum size is no more safe.
10669 (shrink_window_lowest_first): Call window_min_size_1 to make
10670 sure to preserve modeline of bottom-most window when resizing
10671 the minibuffer.
10672 (Fset_window_configuration, Fcurrent_window_configuration)
10673 (compare_window_configurations): Do not handle
10674 window-min-height|width any more.
10675 (syms_of_window): Clarify window-min-height|width doc-strings.
10676
10677 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10678
10679 * dired.c (file_name_completion): Fix up the encoding/decoding issue
10680 some more. Copy some of the code from Ftry_completions.
10681 Remove special case code that dates back to initial revision when the
10682 slash was only added when necessary and that can't trigger nowadays.
10683
10684 2008-04-27 Kenichi Handa <handa@m17n.org>
10685
10686 * font.c (font_prop_validate): Signal `error' instead of `font'.
10687
10688 2008-04-29 Jason Rumney <jasonr@gnu.org>
10689
10690 * w32fns.c (Fw32_battery_status): New defun.
10691 (syms_of_w32fns): Defsubr it.
10692
10693 2008-04-28 Andreas Schwab <schwab@suse.de>
10694
10695 * dired.c (file_name_completion): Fix another mixing of encoded
10696 and decoded names.
10697
10698 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
10699
10700 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
10701
10702 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
10703
10704 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
10705
10706 2008-04-27 Andreas Schwab <schwab@suse.de>
10707
10708 * dired.c (file_name_completion): Fix inappropriate mixing of
10709 encoded and decoded names.
10710
10711 * xterm.c (XTread_socket): Fix use of uninitialized variable.
10712
10713 * puresize.h (BASE_PURESIZE): Increase to 1200000.
10714
10715 2008-04-26 Eli Zaretskii <eliz@gnu.org>
10716
10717 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
10718 2008-03-31, it's not needed anymore with `struct stat' definition
10719 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
10720 for the same reasons.
10721
10722 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
10723
10724 * m/sparc.h: Additional redefinitions for GNU/Linux.
10725
10726 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10727
10728 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
10729 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
10730 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
10731 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
10732 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10733 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
10734 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10735 Likewise.
10736
10737 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
10738 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
10739 (mac_ax_number_of_characters): Add externs.
10740 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10741 [USE_MAC_TSM]: Likewise.
10742 (mac_handle_text_input_event) [MAC_OSX]:
10743 Handle kEventTextInputOffsetToPos for no active input area case.
10744 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10745 (mac_handle_document_access_event)
10746 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
10747 (install_application_handler) [MAC_OSX]: Register handlers for
10748 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10749 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10750 Register mac_handle_document_access_event.
10751
10752 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
10753 Make functions non-static.
10754
10755 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
10758 (read_file_name_completion_ignore_case, insert_default_directory)
10759 (Qdefault_directory): Move to minibuffer.el.
10760 (Fread_file_name): Call the new `read-file-name' instead.
10761
10762 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10763
10764 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
10765 Make function non-static.
10766 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
10767 Remove function.
10768 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10769 Move to mactoolbox.c.
10770 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
10771
10772 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
10773 (mac_rect_make): New macro.
10774
10775 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
10776 instead of float.
10777 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10778 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
10779 (XSetBackground) [USE_CG_DRAWING]: Likewise.
10780 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
10781 CGRectMake.
10782 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10783 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
10784 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
10785 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10786 instead of WindowRef in argument type.
10787 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
10788 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
10789 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
10790 instead of DISPLAY. All uses changed.
10791 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
10792 (x_calc_absolute_position): Simplify so as not to use
10793 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
10794
10795 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10796 instead of WindowRef in argument type.
10797 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
10798 [TARGET_API_MAC_CARBON]: Remove externs.
10799 (create_apple_event, mac_event_parameters_to_lisp)
10800 [TARGET_API_MAC_CARBON]: Add externs.
10801
10802 * mactoolbox.c (Vmac_ts_script_language_on_focus)
10803 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
10804 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
10805 is clicked.
10806 (x_activate_menubar): Remove extern for saved_menu_event_location.
10807 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10808 Move from mac.c.
10809
10810 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10811
10812 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
10813 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
10814
10815 2008-04-23 Jason Rumney <jasonr@gnu.org>
10816
10817 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
10818 attributes only for local files.
10819
10820 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
10821 default to Qlocal.
10822
10823 2008-04-22 Juri Linkov <juri@jurta.org>
10824
10825 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
10826 read-buffer-to-switch instead of using the letter "B".
10827
10828 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * fileio.c (Qdefault_directory): New variable.
10831 (Fread_file_name): Use it to pass `dir' to the completion functions.
10832
10833 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
10834
10835 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
10836
10837 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * keyboard.c (Vpre_help_message): Remove.
10840 (show_help_echo): Remove default C code.
10841
10842 * dired.c (directory_files_internal, file_name_completion):
10843 Only call ENCODE_FILE if the string is indeed decoded.
10844
10845 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * Makefile.in (TOOLKIT_DEFINES): Remove.
10848 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
10849
10850 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10851
10852 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
10853 (mactoolbox.o): New target.
10854
10855 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
10856 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
10857
10858 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
10859 Use mac_set_frame_window_background instead of XSetWindowBackground.
10860 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
10861 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
10862 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
10863 instead of SetWindowTitleWithCFString.
10864 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
10865 Move function to mactoolbox.c.
10866 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
10867 Use mac_set_window_modified instead of SetWindowModified.
10868 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
10869 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
10870 (Fx_focus_frame): Use mac_front_non_floating_window instead of
10871 FrontNonFloatingWindow. Use mac_activate_window instead of
10872 ActivateWindow. Use mac_active_non_floating_window instead of
10873 ActiveNonFloatingWindow.
10874 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
10875 Use mac_show_hourglass and mac_hide_hourglass.
10876 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
10877 instead of GetGlobalMouse.
10878 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
10879 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
10880 Use mac_bring_window_to_front instead of BringToFront.
10881 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
10882 mactoolbox.c.
10883 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
10884 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
10885 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
10886 mactoolbox.c.
10887
10888 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
10889 (XtPointer): Move typedef from macmenu.c.
10890 (enum button_type): Move enum from macmenu.c.
10891 (widget_value): Move typedef from macmenu.c.
10892 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
10893 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10894 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10895 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10896 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10897 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10898 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10899 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
10900 (Selection): Move typedef from macselect.c.
10901 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
10902 macterm.c.
10903 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
10904 (mac_is_window_collapsed, mac_bring_window_to_front)
10905 (mac_send_window_behind, mac_hide_window, mac_show_window)
10906 (mac_collapse_window, mac_front_non_floating_window)
10907 (mac_active_non_floating_window, mac_activate_window)
10908 (mac_move_window_structure, mac_move_window, mac_size_window)
10909 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
10910
10911 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
10912 (enum mac_menu_kind): Move enum to mactoolbox.c.
10913 (min_menu_id): Move variable to mactoolbox.c.
10914 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
10915 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
10916 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
10917 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
10918 [TARGET_API_MAC_CARBON]: Likewise.
10919 (XtPointer): Move typedef to macgui.h.
10920 (enum button_type): Move enum to macgui.h.
10921 (widget_value): Move typedef to macgui.h.
10922 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10923 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10924 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10925 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10926 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10927 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10928 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
10929 (popup_activated_flag): Make variable non-static.
10930 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
10931 (add_menu_item, fill_menu, dispose_menus):
10932 Move functions to mactoolbox.c.
10933 (restore_show_help_function, menu_target_item_handler)
10934 (install_menu_target_item_handler, mac_handle_dialog_event)
10935 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
10936 [TARGET_API_MAC_CARBON]: Likewise.
10937 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
10938 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10939 (find_and_call_menu_selection, name_is_separator): Make function
10940 non-static.
10941 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
10942 to mactoolbox.c.
10943 (set_frame_menubar): Don't call install_menu_quit_handler.
10944 (menu_item_selection): New variable.
10945 (mac_menu_show): Use create_and_show_popup_menu.
10946 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
10947 selection but set variable menu_item_selection. All uses changed.
10948 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
10949 Call install_menu_quit_handler. Move to mactoolbox.c.
10950
10951 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
10952 (Selection): Move typedef to macgui.h.
10953 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
10954 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
10955 Make variables non-static.
10956 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10957 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
10958 Make functions non-static.
10959 (Vmac_service_selection) [MAC_OSX]: Likewise.
10960 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
10961 (mac_valid_selection_target_p, mac_clear_selection)
10962 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10963 (mac_put_selection_value, mac_selection_has_target_p)
10964 (mac_get_selection_value, mac_get_selection_target_list)
10965 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
10966 Move functions to mactoolbox.c.
10967 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
10968 Likewise.
10969 (copy_scrap_flavor_data, mac_handle_service_event)
10970 (install_service_handler) [MAC_OSX]: Likewise.
10971 (syms_of_macselect) <Vmac_dnd_known_types>:
10972 Use mac_dnd_default_known_types.
10973
10974 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
10975 Move to mactoolbox.c.
10976 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
10977 (Fx_selection_owner_p): Add EXFUN.
10978 (install_window_handler, remove_window_handler, XSetWindowBackground):
10979 Remove externs.
10980 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
10981 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
10982 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
10983 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
10984 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
10985 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
10986 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
10987 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
10988 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
10989 (create_and_show_popup_menu, mac_get_selection_from_symbol)
10990 (mac_valid_selection_target_p, mac_clear_selection)
10991 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10992 (mac_put_selection_value, mac_selection_has_target_p)
10993 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
10994 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
10995 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
10996 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10997 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
10998 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10999 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11000 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11001 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11002
11003 * mactoolbox.c: New file.
11004
11005 2008-04-18 Jason Rumney <jasonr@gnu.org>
11006
11007 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11008
11009 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * character.c (Fmultibyte_char_to_unibyte):
11012 Return latin1 chars unchanged.
11013
11014 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11015 relocated if it points to `name'.
11016
11017 2008-04-17 Kenichi Handa <handa@m17n.org>
11018
11019 * data.c (Faset): Allow setting a multibyte character in an
11020 ASCII-only unibyte string.
11021
11022 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11023
11024 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11027 done in config.h.
11028
11029 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
11030
11031 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11032 (Fchar_direction): Add usage in the docstring.
11033
11034 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
11035
11036 * keyboard.c (read_key_sequence): Remove always-true checks.
11037
11038 2008-04-14 Jason Rumney <jasonr@gnu.org>
11039
11040 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11041 compatibility struct, for better underline positioning.
11042
11043 2008-04-13 David Hansen <david.hansen@gmx.net>
11044
11045 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11046 string.
11047
11048 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11049
11050 * m/hp800.h (XUINT, XSET): Remove.
11051
11052 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
11053
11054 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11055 previous change.
11056
11057 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11060 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11061
11062 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * keymap.h (map_keymap_canonical): Declare.
11065 * xmenu.c (single_keymap_panes): Use it.
11066
11067 2008-04-11 Glenn Morris <rgm@gnu.org>
11068
11069 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11070 set the target's value to that of the alias.
11071
11072 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * term.c (set_tty_color_mode): Left over typo.
11075
11076 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
11077
11078 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11079 only after check for file name handler functions. Signal, when
11080 native functionality is not supported.
11081 (syms_of_fileio): Declare it unconditionally.
11082
11083 2008-04-10 Jason Rumney <jasonr@gnu.org>
11084
11085 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11086 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11087
11088 * w32.c (logon_network_drive): Also logon to remote drives that
11089 are mapped to drive letters.
11090
11091 2008-04-10 Glenn Morris <rgm@gnu.org>
11092
11093 * xdisp.c (truncate-partial-width-windows): Doc fix.
11094
11095 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11098 Move functions to minibuffer.el.
11099 (syms_of_fileio): Don't declare them.
11100
11101 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11104 (syms_of_minibuf): Remove its initialization.
11105
11106 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11107
11108 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11109
11110 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11111
11112 2008-04-09 Jason Rumney <jasonr@gnu.org>
11113
11114 * makefile.w32-in (distclean): Delete makefile too.
11115 (maintainer-clean): New target.
11116
11117 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11118
11119 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11120 for new font backend and composite cases.
11121
11122 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11123
11124 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11125 Most of the code moved to run_timers.
11126 (do_pending_atimers): Call run_timers.
11127 (run_timers): New function.
11128
11129 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11130 run atimers.
11131
11132 * process.c (wait_reading_process_output): The same as above.
11133
11134 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * minibuf.c (last_exact_completion): Remove variable.
11137 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11138 (complete_and_exit_1, complete_and_exit_2)
11139 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11140 (Fdisplay_completion_list, display_completion_list_1)
11141 (Fminibuffer_completion_help, Fself_insert_and_exit)
11142 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11143 minibuffer.el.
11144 (syms_of_minibuf): Remove corresponding initializations.
11145
11146 * keyboard.c (Qdeactivate_mark): New var.
11147 (command_loop_1): Use it to call `deactivate-mark'.
11148 (syms_of_keyboard): Initialize it.
11149
11150 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11151 to another frame.
11152 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11153 Don't call set_tty_color_mode.
11154 (store_frame_param): Reset previous_frame rather than call
11155 set_tty_color_mode.
11156 * term.c (set_tty_color_mode): Rewrite.
11157 * dispextern.h (set_tty_color_mode): New type.
11158 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11159
11160 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11163 for generic chars, which do not exist any more in emacs-unicode.
11164
11165 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11166
11167 * coding.c (detect_coding_emacs_mule)
11168 (Ffind_operation_coding_system): Fix typo.
11169
11170 2008-04-08 Jason Rumney <jasonr@gnu.org>
11171
11172 * w32uniscribe.c (SNAME): Extract only symbol name.
11173
11174 * w32font.h (struct w32_metric_cache): New struct.
11175 (w32font_info): Use it.
11176 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11177 (CACHE_BLOCKSIZE): New constants.
11178
11179 * w32font.c (Qja, Qko, Qzh): New symbols.
11180 (syms_of_w32font): Initialise them.
11181 (font_matches_spec): Use them to filter by language.
11182 (recompute_cached_metrics): Remove function.
11183 (compute_metrics, clear_cached_metrics): New functions.
11184 (w32font_encode_char): Use them to manage metric cache.
11185 (w32font_text_extents): Cache metrics for all glyphs on demand.
11186 Delay converting glyph indices to WORD until needed.
11187 (w32font_open_internal): Initialize metric cache to empty.
11188 (registry_to_w32_charset): Charset should always be a symbol.
11189 (fill_in_logfont, list_all_matching_fonts): Family should
11190 always be a symbol.
11191
11192 2008-04-06 Jason Rumney <jasonr@gnu.org>
11193
11194 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11195 Give up if glyph indices not supported. Use uniscribe obtained
11196 ABC widths for individual metrics. Map glyph clusters back to
11197 characters using fClusterStart flag. Return number of glyphs
11198 produced, not chars processed.
11199 (uniscribe_shape): Map char at FROM to current glyph.
11200
11201 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11202
11203 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11204 Use SetMenuItemHierarchicalMenu.
11205
11206 2008-04-05 Jason Rumney <jasonr@gnu.org>
11207
11208 * image.c (pbm_load): Allow color values up to 65535.
11209 Throw an error if max_color_idx is outside the supported range.
11210 Report an error when image size is invalid.
11211 Read two bytes at a time when raw images have max_color_idx above 255.
11212
11213 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11214
11215 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11216 cFileName a file name that includes `?' characters, use the 8+3
11217 alias in cAlternateFileName instead.
11218
11219 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11220
11221 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11222 append "CCL: Quitted" when the CCL program is quitted.
11223 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11224
11225 * ccl.h (struct ccl_program): New member quit_silently.
11226
11227 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11228
11229 * search.c (compile_pattern_1): Treat non-nil and non-string of
11230 search-spaces-regexp as nil.
11231
11232 * minibuf.c (Fassoc_string): Tweak docstring.
11233
11234 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11235
11236 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11237 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11238 2008-03-14 to force inode be positive.
11239
11240 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11241 _S_* ones, since we now use our own sys/stat.h.
11242 (stat, fstat): Don't mangle the inode number.
11243 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11244
11245 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * frame.h (struct frame): Give one more bit to `visible' since we use
11248 values larger than 1 to indicate obscured frames on ttys.
11249
11250 * keymap.c (Qkeymap_canonicalize): New var.
11251 (Fmap_keymap_internal): New fun.
11252 (describe_map): Use keymap-canonicalize.
11253
11254 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11255 (Fundo_boundary): Set them.
11256 (syms_of_undo): Initialize them.
11257 (record_point): Use them instead of last_point_position*.
11258 (last_undo_buffer): Change type.
11259
11260 2008-04-04 Jason Rumney <jasonr@gnu.org>
11261
11262 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11263 (recompute_cached_metrics): Don't set ascent and descent per char.
11264
11265 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11266 (uniscribe_check_otf): Add GC protection before consing.
11267 Rearrange loop for counting features.
11268
11269 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11272 buffer with byte-size of source buffer.
11273
11274 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * callint.c (Fcall_interactively): Handle temporary region even
11277 when shift-select-mode is off.
11278
11279 2008-04-03 Jason Rumney <jasonr@gnu.org>
11280
11281 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11282
11283 2008-04-03 Kenichi Handa <handa@m17n.org>
11284
11285 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11286 (CATEGORY_MASK_UTF_16): Likewise.
11287 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11288 binary file.
11289 (detect_coding): Add null-byte detection for a binary file.
11290 (detect_coding_system): Likewise.
11291
11292 2008-04-03 Jason Rumney <jasonr@gnu.org>
11293
11294 * w32uniscribe.c: New file.
11295
11296 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11297
11298 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11299
11300 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11301 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11302 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11303 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11304 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11305 (Qphonetic): New symbols.
11306 (syms_of_w32font): Initialize them.
11307 (font_supported_scripts): Use them.
11308 (w32font_list_family): List all charsets.
11309 (w32font_text_extents, recompute_cached_metrics): Fix metric
11310 calculations.
11311 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11312 Give opentype fonts their own format.
11313 (font_matches_spec): New arguments backend and logfont.
11314 Handle :otf spec for uniscribe backend.
11315 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11316 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11317
11318 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11319 font backend.
11320 (globals_of_w32fns): Initialize uniscribe font backend.
11321
11322 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11323 dependencies.
11324 (w32uniscribe.$(O)): New file to build.
11325 (FONT_OBJ): Include w32uniscribe.$(O).
11326 (LIBS): Add uniscribe libraries.
11327
11328 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11329
11330 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * callint.c (Vshift_select_mode): New var.
11333 (Finteractive): Document new ^ spec.
11334 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11335 is present.
11336
11337 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11338 (command_loop_1): Avoid running the direct display versions of
11339 forward-char and backward-char if shift-selection may occur.
11340 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11341 shift-translation takes place.
11342
11343 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11344 avoid clobbering by define-minor-mode.
11345
11346 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11347 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11348
11349 * syntax.c (Fforward_word): Add ^ interactive spec.
11350
11351 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11352 (Fscroll_right): Add ^ interactive spec.
11353
11354 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11357
11358 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11359
11360 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11361
11362 2008-03-31 Juri Linkov <juri@jurta.org>
11363
11364 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11365
11366 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11367
11368 * gtkutil.c (xg_set_geometry): Fix indentation.
11369 (xg_resize_outer_widget): Remove.
11370 (x_wm_size_hint_off): Fix indentation.
11371 (xg_frame_set_char_size): Call flush_and_sync after
11372 gtk_window_resize.
11373 (x_wm_set_size_hint): Pass NULL as geometry window to
11374 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11375 Add menu bar and tool bar height to base height.
11376 (xg_update_frame_menubar, free_frame_menubar)
11377 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11378 (update_frame_tool_bar, free_frame_tool_bar):
11379 Change xg_resize_outer_widget to xg_frame_set_char_size.
11380
11381 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11382
11383 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11384 (Fdbus_call_method): New parameter TIMEOUT.
11385 (dbus-send-signal): Optimize UNGCPRO call.
11386
11387 2008-03-29 Juri Linkov <juri@jurta.org>
11388
11389 * window.c (Fdisplay_buffer): Move call to
11390 Vsplit_window_preferred_function out of conditions that check
11391 if window is eligible for vertical splitting.
11392 When Vsplit_window_preferred_function is non-nil, call it and use
11393 its non-nil return value as window. Otherwise, continue doing
11394 vertical splitting using Fsplit_window with arg horflag=nil.
11395 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11396 default value from `split-window' to nil.
11397
11398 2008-03-29 Juri Linkov <juri@jurta.org>
11399
11400 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11401 for interactive code letters 'b' and 'B'.
11402
11403 2008-03-29 Eli Zaretskii <eliz@gnu.org>
11404
11405 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11406 multibyte string.
11407
11408 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * keyboard.c (pending_funcalls): New var.
11411 (timer_check): Run it.
11412 (syms_of_keyboard): Initialize it.
11413 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11414 (Vdelete_terminal_functions): New vars.
11415 (syms_of_terminal): Initialize them.
11416 (Fdelete_terminal): Run delete-terminal-functions.
11417 * xdisp.c (safe_eval): Rewrite.
11418 (safe_call2): New fun.
11419 * frame.c (Qdelete_frame_functions): New var.
11420 (syms_of_frame): Initialize it.
11421 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11422 * lisp.h (safe_call2, pending_funcalls): Declare.
11423
11424 2008-03-28 Andreas Schwab <schwab@suse.de>
11425
11426 * indent.c (Fmove_to_column): Move declaration before statements.
11427
11428 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11431 (struct frame): Use bit fields for boolean vars.
11432
11433 * process.c (server_accept_connection): Simplify naming.
11434 (emacs_get_tty_pgrp): Use SDATA.
11435
11436 * coding.c (decode_coding_object): Fix last change.
11437
11438 2008-03-27 Jason Rumney <jasonr@gnu.org>
11439
11440 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11441
11442 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11443
11444 * charset.c (Fdefine_charset_internal): Change the way of
11445 registering charsets in Vcharset_order_list.
11446 (syms_of_charset): Make the charset `eight-bit' supplementary.
11447
11448 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11449
11450 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11451 operations, to avoid having the difference between pointers
11452 overflow.
11453
11454 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * indent.c (check_display_width): New fun.
11457 (scan_for_column): Use it.
11458
11459 * data.c (syms_of_data): Mark most-positive-fixnum and
11460 most-negative-fixnum as constants.
11461
11462 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11463
11464 * indent.c (scan_for_column): Extract from current_column_1.
11465 Merge with the same code from Fmove_to_column.
11466 (current_column_1, Fmove_to_column): Use it.
11467
11468 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * keymap.c (map_keymap_internal): New fun.
11471 (map_keymap): Use it.
11472 (Fmap_keymap_internal): New fun.
11473 (Fmap_keymap): Remove left-out test from before make_save_value.
11474
11475 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11476
11477 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11478 Use XCAR/XCDR.
11479
11480 * process.h (struct Lisp_Process): Remove filter_multibyte.
11481 * process.c (QCfilter_multibyte): Remove.
11482 (setup_process_coding_systems): Don't use filter_multibyte.
11483 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11484 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11485 (Fset_process_filter_multibyte): Change the coding-system to
11486 approximate the previous behavior.
11487 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11488 coding-system.
11489
11490 * coding.c (decode_coding_object): When not decoding into a buffer,
11491 obey the coding system's preference of (uni|multi)byte.
11492
11493 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11496 every char is changed and has a different byte-length.
11497 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11498 Fix int -> EMACS_INT.
11499
11500 2008-03-23 David Hansen <david.hansen@gmx.net>
11501
11502 * dbusbind.c (xd_read_message): Remove extra copying of message
11503 strings. Check for NULL `interface' or `member'.
11504
11505 2008-03-22 Eli Zaretskii <eliz@gnu.org>
11506
11507 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11508 cFileName a file name that includes `?' characters, use the 8+3
11509 alias in cAlternateFileName instead.
11510
11511 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11514
11515 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11518 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11519 work on current_buffer only instead (that was already the case
11520 for some of the code anyway).
11521 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11522 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11523 (SET_PT, SET_PT_BOTH): Adjust.
11524 * intervals.h (set_point, temp_set_point, set_point_both)
11525 (temp_set_point_both): Remove redundant declarations.
11526
11527 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * fileio.c (Finsert_file_contents):
11530 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
11531 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
11532 when buffer != current_buffer anyway.
11533
11534 2008-03-20 Andreas Schwab <schwab@suse.de>
11535
11536 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
11537 as default.
11538
11539 2008-03-19 Jason Rumney <jasonr@gnu.org>
11540
11541 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11542 (syms_of_w32fns): Initialize them.
11543 (HOURGLASS_ID): New constant.
11544 (x_window_to_frame): Don't check hourglass_window.
11545 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
11546 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
11547 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
11548 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
11549 Only change the cursor if hourglass is not active.
11550 (Fx_create_frame): Initialize frame's current_cursor.
11551 (hourglass_atimer): Remove.
11552 (hourglass_started): New function.
11553 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
11554 (show_hourglass): Adapt to w32, changing argument to frame.
11555
11556 * w32term.h (struct w32_output): Remove hourglass_window.
11557 Add current_cursor.
11558
11559 * eval.c (call_debugger, Fsignal):
11560 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
11561 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
11562 (Fexecute_extended_command, cancel_hourglass_unwind):
11563 * minibuf.c (read_minibuf):
11564 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
11565
11566 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * window.c (run_funs): New fun.
11569 (run_window_configuration_change_hook): Use it to run the buffer-local
11570 and the global part of the hook.
11571
11572 * xdisp.c (format_mode_line_unwind_data): Add window argument.
11573 (unwind_format_mode_line): Restore selected window.
11574 (x_consider_frame_title, Fformat_mode_line): Set selected window.
11575
11576 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * editfns.c (Fchar_equal): Check they are valid characters.
11579
11580 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
11581
11582 2008-03-17 Andreas Schwab <schwab@suse.de>
11583
11584 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
11585 against a charset.
11586
11587 * lisp.h (Fbuffer_list): Declare.
11588
11589 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
11590
11591 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
11592 handlebox_widget is != 0.
11593
11594 2008-03-16 Juri Linkov <juri@jurta.org>
11595
11596 * callint.c (Fcall_interactively): For interactive code letters
11597 'b' and 'B' put the buffer list into the list of default "future"
11598 values of the minibuffer.
11599
11600 2008-03-16 Andreas Schwab <schwab@suse.de>
11601
11602 * keyboard.c (read_key_sequence): Fix downcasing of letters with
11603 modifiers.
11604
11605 * regex.c (re_match_2_internal): Correct matching of a charset
11606 against latin-1 characters.
11607
11608 2008-03-16 Kenichi Handa <handa@m17n.org>
11609
11610 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
11611 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
11612 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
11613 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
11614 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
11615 CHAR_STRING_ADVANCE.
11616 (produce_chars): Fix for the case that the source and the
11617 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
11618 instead of CHAR_STRING_ADVANCE.
11619 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
11620 STRING_CHAR_ADVANCE.
11621
11622 2008-03-15 Andreas Schwab <schwab@suse.de>
11623
11624 * regex.c (re_match_2_internal): Correct matching of eight bit
11625 characters in unibyte strings.
11626
11627 2008-03-15 Martin Rudalics <rudalics@gmx.at>
11628
11629 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
11630 at end of range when it coincides with the end of the buffer.
11631
11632 2008-03-14 Eli Zaretskii <eliz@gnu.org>
11633
11634 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
11635
11636 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
11637
11638 2008-03-14 Jason Rumney <jasonr@gnu.org>
11639
11640 * editfns.c (initial_tz): New variable.
11641 (syms_of_editfns): Initialize it.
11642 (Fset_time_zone_rule): Set it when first called.
11643 Use it when TZSTRING is nil.
11644
11645 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
11646 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
11647 (monitor_from_point_fn, get_monitor_info_fn): New globals.
11648 (globals_of_w32fns): Initialize them.
11649 (compute_tip_xy): Use them to position tooltips.
11650
11651 2008-03-14 Glenn Morris <rgm@gnu.org>
11652
11653 * emacs.c (main): Revert previous change.
11654 (standard_args): Revert -internal-script back to -scriptload,
11655 and remove the long-option form.
11656
11657 2008-03-13 Glenn Morris <rgm@gnu.org>
11658
11659 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
11660 Remove option -enable-font-backend.
11661
11662 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
11665
11666 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
11667
11668 * xterm.c (x_connection_closed): For GTK: If this is the last
11669 terminal just exit without closing the display.
11670
11671 2008-03-11 Jason Rumney <jasonr@gnu.org>
11672
11673 * w32font.c (w32font_full_name): Use floor to round.
11674
11675 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11676
11677 * sound.c (alsa_configure): Declare vol at beginning of block.
11678
11679 * fontset.c (Ffontset_info): Remove extra semicolon.
11680
11681 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
11684 size of resulting string.
11685
11686 2008-03-10 Jason Rumney <jasonr@gnu.org>
11687
11688 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
11689
11690 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11691
11692 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
11693 Don't pretend as if characters with display property haven't been
11694 consumed for string-replacing-string case.
11695
11696 2008-03-08 Kim F. Storm <storm@cua.dk>
11697
11698 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
11699 (get_next_display_element, next_element_from_string)
11700 (next_element_from_ellipsis, next_element_from_buffer): Use it.
11701
11702 2008-03-08 Andreas Schwab <schwab@suse.de>
11703
11704 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
11705
11706 2008-03-06 Jason Rumney <jasonr@gnu.org>
11707
11708 * w32font.c (w32_registry): Take font_type argument. Use ANSI
11709 when charset not specified. Only translate ANSI to unicode when
11710 font_type is truetype.
11711 (w32font_coverage_ok): New function.
11712 (add_font_entity_to_list): Use it to filter unsuitable fonts.
11713
11714 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11715
11716 * lread.c (Fread_char): Resolve modifiers.
11717 (Fread_char_exclusive): Likewise.
11718
11719 * character.c (char_resolve_modifier_mask): New function.
11720 (char_string): Use char_resolve_modifier_mask.
11721 (Fchar_resolve_modifiers): New function.
11722 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
11723 function.
11724
11725 2008-03-04 Jason Rumney <jasonr@gnu.org>
11726
11727 * makefile.w32-in: Always include w32font.c in the build.
11728 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
11729
11730 2008-03-04 Andreas Schwab <schwab@suse.de>
11731
11732 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
11733 (versionclean): Likewise.
11734
11735 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
11736
11737 * .cvsignore: Add oo.
11738
11739 2008-03-03 Andreas Schwab <schwab@suse.de>
11740
11741 * coding.c (decode_coding_object): Inhibit gap shrinking while
11742 decoding in place.
11743
11744 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11745
11746 * w32term.c: Remove unused include "gnu.h".
11747 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
11748
11749 * gnu.h: Rename to ...
11750 * emacs-icon.h: ... this.
11751 * xterm.c: Use emacs-icon.h instead of gnu.h.
11752 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
11753
11754 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * w32font.c: Include math.h.
11757
11758 2008-03-03 Jason Rumney <jasonr@gnu.org>
11759
11760 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
11761 Compute options separately.
11762 (w32font_open_internal): Set glyph_idx before caching metrics.
11763
11764 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
11765 Define if system headers don't.
11766 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
11767 (w32font_encode_char): Don't declare here.
11768
11769 * w32font.c (Quniscribe, QCformat): New symbols.
11770 (syms_of_w32font): Define them.
11771 (w32font_has_char): Indicate uncertainty.
11772 (w32font_encode_char): Encode as glyph point. Make static.
11773 (recompute_cached_metrics): New function.
11774 (w32font_open_internal): Use it. Set font to use glyph points
11775 initially. Set format based on type of font.
11776 (w32font_text_extents, w32font_draw): Optionally use glyph points.
11777 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
11778 on it. Set format based on information available here.
11779 (add_font_entity_to_list): Identify backend based on opentype_only.
11780
11781 2008-03-02 Andreas Schwab <schwab@suse.de>
11782
11783 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
11784
11785 * coding.c (decode_coding_big5, produce_chars):
11786 Fix typos in last change.
11787
11788 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
11789
11790 * gnu.h: New icon.
11791
11792 2008-03-02 Kenichi Handa <handa@m17n.org>
11793
11794 * coding.c (decode_coding_utf_8): When eol-type of CODING is
11795 `dos', don't decode '\r' if that is the last in the source.
11796 (decode_coding_utf_16, decode_coding_emacs_mule)
11797 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11798 (decode_coding_raw_text, decode_coding_charset): Likewise.
11799 (produce_chars): Don't decode EOL here. Use EMACS_INT.
11800
11801 2008-03-01 Jason Rumney <jasonr@gnu.org>
11802
11803 * w32font.c (w32font_full_name): Report point size for scalable fonts.
11804
11805 2008-03-01 Kim F. Storm <storm@cua.dk>
11806
11807 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
11808
11809 2008-03-01 Jason Rumney <jasonr@gnu.org>
11810
11811 * w32font.c (w32font_full_name): New function.
11812 (w32font_open_internal): Use it.
11813
11814 2008-03-01 Kim F. Storm <storm@cua.dk>
11815
11816 * dispnew.c (line_draw_cost): Fix invalid glyph check.
11817
11818 2008-03-01 Jason Rumney <jasonr@gnu.org>
11819
11820 * font.c (font_unparse_fcname): Increase len when style is a symbol.
11821
11822 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
11823
11824 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
11825 xg_frame_resized when the event is for the edit widget.
11826
11827 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
11828
11829 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
11830 set_char_size.
11831 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
11832 operations on widgets here. Just set frame size if needed.
11833 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
11834 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
11835 (x_wm_set_size_hint): Set size hints on the edit widget only, not
11836 the whole frame.
11837 (xg_create_tool_bar): Move attachment of the tool bar to
11838 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
11839 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
11840
11841 2008-03-01 Jason Rumney <jasonr@gnu.org>
11842
11843 * w32fns.c (w32_msg_pump): Disable debug code.
11844
11845 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11846
11847 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
11848
11849 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11850
11851 * xdisp.c (next_overlay_string): Don't set
11852 overlay_strings_at_end_processed_p if we're currently reading from
11853 a display string.
11854
11855 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * xdisp.c (get_overlay_strings_1): Fix typo.
11858
11859 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11860
11861 * xdisp.c (get_overlay_strings_1): Add missing argument type.
11862
11863 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11864
11865 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
11866
11867 * xdisp.c (display_mode_element): Cancel the previous change.
11868 (decode_mode_spec): Likewise.
11869 (handle_auto_composed_prop): Don't make composition if it->string
11870 is a string.
11871
11872 2008-02-27 Kim F. Storm <storm@cua.dk>
11873
11874 * lisp.h (GLYPH): Change type from int to struct with separate char
11875 and face_id members.
11876 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
11877 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
11878 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
11879 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
11880 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
11881 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
11882 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
11883 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
11884 handle new Lisp glyph code encoding, either an integer or a cons.
11885
11886 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
11887 (GLYPH_ALIAS): Delete.
11888 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
11889 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
11890 (GLYPH_FROM_CHAR): Replace macro by ...
11891 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
11892
11893 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
11894 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
11895 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
11896 (GLYPH_INVALID_P): New macro.
11897 (spec_glyph_lookup_face): Update prototype.
11898
11899 * dispnew.c (line_draw_cost): Adapt to new glyph type.
11900 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
11901 new glyph code encoding.
11902 (spec_glyph_lookup_face): No return value; update passed glyph instead.
11903 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
11904
11905 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11906 Adapt to new glyph type and new glyph code encoding.
11907
11908 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
11909
11910 * indent.c (current_column, current_column_1, Fmove_to_column)
11911 (compute_motion): Adapt to new glyph code encoding.
11912
11913 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
11914
11915 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
11916
11917 * process.c (wait_reading_process_output): Check for window
11918 changes caused by timers.
11919 Suggested by Johan Bockgård.
11920
11921 2008-02-27 Glenn Morris <rgm@gnu.org>
11922
11923 * emacs.c (USAGE1): Add `--disable-font-backend'.
11924
11925 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
11928 is made to the buffer.
11929
11930 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
11933 (face_at_string_position):
11934 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
11935 (face_at_string_position):
11936 * xdisp.c (display_string, next_overlay_change):
11937 * buffer.h (overlays_at):
11938 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
11939 Update callers.
11940
11941 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
11942
11943 * editfns.c (Fformat): Doc fix.
11944
11945 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
11946
11947 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
11948 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
11949 (Ffont_otf_alternates, Fquery_font): Doc fixes.
11950
11951 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * buffer.c (Fbuffer_swap_text): New function.
11954 (syms_of_buffer): Defsubr it.
11955
11956 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11957
11958 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
11959
11960 2008-02-25 Jason Rumney <jasonr@gnu.org>
11961
11962 * w32font.c (w32font_draw): Draw one character at a time when padding.
11963
11964 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11965
11966 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
11967 Handle a nil arg. Use run_window_configuration_change_hook.
11968 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
11969 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
11970 Use run_window_configuration_change_hook.
11971
11972 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11973
11974 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
11975 1-pixel width.
11976
11977 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11978
11979 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
11980 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
11981 if the glyph in the font is zero pixel with.
11982
11983 * dispextern.h (struct glyph_string): New member padding_p.
11984
11985 * w32font.c (w32font_draw): Pay attention to s->padding_p.
11986
11987 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
11988
11989 * xfont.c (xfont_draw): Pay attention to s->padding_p.
11990
11991 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
11992
11993 * font.c: If the font driver doesn't have `shape' function, return Qnil.
11994
11995 2008-02-25 Jason Rumney <jasonr@gnu.org>
11996
11997 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
11998
11999 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 Allow fine-grained image-cache flushing.
12002 * dispextern.h (struct image): Add `dependencies' field.
12003 (clear_image_caches): Change arg to Lisp_Object.
12004 * image.c (make_image): Initialize `dependencies' field.
12005 (clear_image_cache): Change arg to allow fine-grained flushing.
12006 Perform the flush even if image-cache-eviction-delay is nil.
12007 (clear_image_caches): Change arg to Lisp_Object.
12008 (Fclear_image_cache): Expand meaning of the argument.
12009 (mark_image): Mark `dependencies' field.
12010 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12011 (lface_hash): Use XHASH rather than XFASTINT.
12012 (face_at_buffer_position): Fix int -> EMACS_INT position.
12013 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12014 (select_frame_for_redisplay): Remove code duplication.
12015 (redisplay_internal): Adapt arg to call to clear_image_caches.
12016
12017 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12018
12019 * s/vms4-0.h:
12020 * s/vms4-2.h:
12021 * s/vms4-4.h:
12022 * s/vms5-5.h: Remove, unused.
12023
12024 * s/irix5-2.h:
12025 * s/irix6-0.h:
12026 * s/riscos5.h:
12027 * s/mach-bsd4-3.h:
12028 * m/mips4.h: Remove files for obsolete systems.
12029
12030 * Makefile.in:
12031 * filelock.c:
12032 * unexmips.c:
12033 * m/hp9000s300.h:
12034 * m/iris4d.h:
12035 * s/aix3-1.h:
12036 * s/hpux.h:
12037 * s/msdos.h:
12038 * s/usg5-0.h:
12039 * s/usg5-2-2.h:
12040 * s/usg5-2.h:
12041 * s/usg5-3.h: Remove references to obsolete variables.
12042
12043 * s/irix5-0.h: Remove, move all the contents ...
12044 * s/irix6-5.h: ... here. Simplify.
12045 * config.in: Regenerate.
12046
12047 2008-02-24 Jason Rumney <jasonr@gnu.org>
12048
12049 * w32term.c (x_draw_glyph_string_background): Clear the background
12050 manually when cleartype is in use.
12051 (x_draw_glyph_string_foreground): Draw text transparently when
12052 cleartype is in use.
12053
12054 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12055 a font into it unless we have to.
12056
12057 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12060 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12061
12062 2008-02-18 Jason Rumney <jasonr@gnu.org>
12063
12064 * w32fns.c (Fw32_shell_execute): Encode parameters.
12065
12066 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12067
12068 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12069
12070 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
12071
12072 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12073
12074 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12075
12076 * xterm.c (x_set_offset): Don't change the gravity if
12077 CHANGE_GRAVITY is -1.
12078
12079 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
12080
12081 * fileio.c (auto_save_error_occurred): New var.
12082 (auto_save_error): Set it.
12083 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12084 error occurred.
12085
12086 2008-02-23 Eli Zaretskii <eliz@gnu.org>
12087
12088 * w32.c (globals_of_w32): Add initializations for
12089 g_b_init_get_sid_sub_authority and
12090 g_b_init_get_sid_sub_authority_count.
12091
12092 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12095 (font_parse_xlfd): Use them for sanity check.
12096 (Finternal_set_font_style_table): Make sure the table is bijective.
12097
12098 Consolidate the image_cache to the terminal struct.
12099 * termhooks.h (P_): Remove redundant def.
12100 (struct terminal): New field `image_cache'.
12101 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12102 of FRAME_X_IMAGE_CACHE.
12103 * xterm.h (struct x_display_info): Remove image_cache field.
12104 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12105 * w32term.h (struct w32_display_info): Remove image_cache field.
12106 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12107 * macterm.h (struct mac_display_info): Remove image_cache field.
12108 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12109 * xterm.c (x_term_init):
12110 * w32term.c (w32_term_init):
12111 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12112 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12113 Remove declarations.
12114 (clear_image_caches, mark_image_cache): New declarations.
12115 * xfaces.c (clear_face_cache):
12116 * xdisp.c (redisplay_internal): Use clear_image_caches.
12117 * image.c (clear_image_cache): Don't check that a frame is on
12118 a window-system before checking if it shares the same cache.
12119 (clear_image_caches): New function.
12120 (Fclear_image_cache): Use it.
12121 (mark_image): Move from allo.c.
12122 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12123 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12124 (mark_object): Don't call mark_image_cache for frames.
12125 (mark_terminals): Call mark_image_cache.
12126
12127 * lisp.h (Fdelete_terminal): Declare.
12128
12129 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12130 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12131 wrong_type_argument.
12132
12133 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12134
12135 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12136 malayalam.el, and tamil.el. Add sinhala.el.
12137
12138 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * xterm.c (x_connection_closed): Consolidate identical tests.
12141 (x_delete_terminal): Don't crash if called via x_connection_closed.
12142
12143 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12144
12145 * xdisp.c (decode_mode_spec): New arg string.
12146 (display_mode_element): Adjust for the above change.
12147
12148 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * callint.c (Fcall_interactively): Use AREF.
12151
12152 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12155
12156 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12157
12158 * xfns.c (Fx_show_tip): Set string to " " if empty.
12159
12160 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12161
12162 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12163 with Qt.
12164
12165 2008-02-17 Kenichi Handa <handa@m17n.org>
12166
12167 * ftfont.c (ftfont_shape): Return Lispy number.
12168
12169 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12170 for GCs.
12171 (Finternal_set_font_selection_order): Call font_update_sort_order
12172 only when enable_font_backend is set.
12173 (realize_x_face): Set face->font_info to that of default face only
12174 when enable_font_backend is set.
12175
12176 * xdisp.c (handle_composition_prop): Set it->c to the fist
12177 character of the composed region.
12178 (fill_composite_glyph_string): Set base_face->font_info to
12179 s->font_info. Get a face for ascii from base_face->ascii_face.
12180 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12181 with a face already decided.
12182 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12183 non-negative.
12184 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12185 call font_prepare_composition unconditionally.
12186
12187 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12188
12189 * xterm.h (struct x_display_info): New member font.
12190
12191 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12192 (x_set_mouse_face_gc, x_new_font): Likewise.
12193 (x_term_init): Setup display_info->font.
12194 (x_delete_terminal): Free display_info->font.
12195
12196 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12197
12198 * ftxfont.c (ftxfont_default_fid): Delete it.
12199 (ftxfont_open): Set xfont->fid to 0.
12200 (ftxfont_end_for_frame): Clear data specific to the frame and the
12201 font-driver.
12202
12203 * xftfont.c (xftfont_default_fid): Delete it.
12204 (xftfont_open): Set xfont->fid to 0.
12205
12206 * fontset.c (FONTSET_OBJLIST): New macro.
12207 (fontset_find_font): Update font-object list of the fontset.
12208 (free_realized_fontset): New function.
12209 (free_face_fontset): Call free_realized_fontset.
12210 (Ffont_info): Call font_close_object only when enable_font_backend
12211 is set.
12212
12213 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12214 [HAVE_NTGUI]: Include w32term.h.
12215 [MAC_OS]: Include macterm.ch.
12216 (font_otf_ValueRecord): Use make_number.
12217 (font_finish_cache): Fix handling of reference count.
12218 (font_clear_cache): Update num_fonts.
12219 (font_open_entity): Update smallest_char_width and
12220 smallest_font_height of the frame.
12221 (font_close_object): Update num_fonts.
12222 (Fclear_font_cache): Fix finding the target cache data.
12223
12224 2008-02-16 Glenn Morris <rgm@gnu.org>
12225
12226 * fontset.c (Finternal_char_font): Fix compilation warning.
12227
12228 2008-02-16 Eli Zaretskii <eliz@gnu.org>
12229
12230 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12231 instead of char arrays. Enlarge the size of array passed to
12232 get_token_information.
12233
12234 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12235 warnings.
12236
12237 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12238
12239 * .gdbinit: Don't set `args', it breaks gdb --args.
12240
12241 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12244 within a narrowed buffer.
12245
12246 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12247
12248 * coding.c (decode_coding_object, encode_coding_object):
12249 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12250
12251 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12254 hardcoding 1.
12255 (detect_coding_system):
12256 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12257 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12258 * insdel.c (insert_from_gap):
12259 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12260 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12261 (string_to_multibyte):
12262 * character.c (chars_in_text, multibyte_chars_in_text):
12263 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12264
12265 * character.h (FETCH_STRING_CHAR_ADVANCE)
12266 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12267 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12268 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12269
12270 * casefiddle.c (casify_region): Only call after-change and composition
12271 functions on the part of the region that was changed.
12272
12273 * keyboard.c (read_avail_input):
12274 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12275
12276 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12279 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12280
12281 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
12282
12283 * w32menu.c (push_submenu_start, push_submenu_end)
12284 (push_left_right_boundary, push_menu_pane, push_menu_item):
12285 * keyboard.c (read_key_sequence): Don't pass args with side effects
12286 to AREF, it fails when compiling with -DENABLE_CHECKING.
12287
12288 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12289
12290 * Makefile.in (${lispsource}international/charprop.el):
12291 Delete this target.
12292
12293 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12294 emacs-unicode-2.
12295
12296 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12299
12300 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * frame.c (Qnoelisp): New symbol.
12303 (syms_of_frame): Initialize it.
12304 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12305 harmless Elisp code, from a strong `force' from x_connection_closed.
12306 * frame.h (Qnoelisp): Declare.
12307 * xterm.c (x_connection_closed): Pass `noelisp'.
12308
12309 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12310 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12311 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12312 rather than `int' for the type of `type'.
12313
12314 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12315
12316 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12317
12318 * Makefile.in (GNUC): Remove support for gcc-1.x.
12319
12320 2008-02-10 Richard Stallman <rms@gnu.org>
12321
12322 * lisp.h (ASET): Use AREF, not ASLOT.
12323
12324 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * lisp.h (ASET): Check bounds.
12327
12328 2008-02-10 Glenn Morris <rgm@gnu.org>
12329
12330 * buffer.c (mode-name): Doc fix.
12331
12332 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12333
12334 * Makefile.in:
12335 * emacs.c:
12336 * gmalloc.c:
12337 * keyboard.c:
12338 * lisp.h:
12339 * m/ibm370aix.h:
12340 * process.c:
12341 * regex.c:
12342 * s/hpux.h:
12343 * sysdep.c:
12344 * sysselect.h:
12345 * systty.h:
12346 * unexec.c:
12347 * w32term.c:
12348 * xsmfns.c:
12349 * xterm.c: Remove code that deals with obsolete variables.
12350
12351 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12352
12353 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12354 nothing else needs it anymore.
12355
12356 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12357
12358 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12359 instead of unibyte_char_to_multibyte.
12360
12361 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12362
12363 * s/gnu-linux.h: Remove commented out code.
12364
12365 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12366
12367 * Makefile.in: Update what RMS says about using autoconf.
12368 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12369 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12370 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12371 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12372
12373 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * keymap.c (Fkey_description): Move side effect outside of macro call.
12376
12377 * xfaces.c (Finternal_make_lisp_face):
12378 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12379
12380 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12381 (syms_of_fontset): Use ASET.
12382
12383 * fns.c (concat): Move side effect outside of macro call.
12384 (hash_clear): Use ASET.
12385
12386 2008-02-08 Richard Stallman <rms@gnu.org>
12387
12388 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12389 If FORCE, and frame has a surrogate minibuffer for another frame,
12390 delete the other frame first.
12391
12392 2008-02-07 Timo Savola <timo.savola@iki.fi>
12393
12394 * xterm.c (x_detect_focus_change): Handle embed client message.
12395 (handle_one_xevent): Ditto.
12396 (handle_one_xevent): If embedded and we get a button press/release,
12397 request focus.
12398 (xembed_set_info, xembed_send_message): New functions.
12399 (x_make_frame_visible): Call xembed_set_info if embedded.
12400 (x_make_frame_invisible): Call xembed_set_info if embedded.
12401 (x_term_init): Initialize Xatom_XEMBED.
12402 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12403 (x_iconify_frame): Ditto.
12404
12405 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12406 (enum xembed_info, enum xembed_message, enum xembed_focus)
12407 (enum xembed_modifier, enum xembed_accelerator): New.
12408 (xembed_set_info, xembed_send_message): Declare.
12409 (FRAME_X_EMBEDDED_P): New.
12410
12411 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12412 gtk_plug_new.
12413
12414 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12415 window ID of a frame.
12416 (x_window): Reparent frame if embedded.
12417 (Fx_create_frame): Don't set border width if embedded.
12418
12419 * emacs.c (USAGE3): Add --parent-id.
12420 (standard_args): Ditto.
12421
12422 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12423
12424 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12425
12426 2008-02-07 Jim Meyering <meyering@redhat.com>
12427
12428 Use "do...while (0)", not "if (1)...else" in macro definitions.
12429 The latter provokes a warning from gcc about the empty else, when
12430 followed by ";". Also, without that trailing semicolon, it would
12431 silently swallow up any following statement.
12432 * syntax.h (SETUP_SYNTAX_TABLE)
12433 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12434 * buffer.h (DECODE_POSITION): Likewise.
12435 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12436 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12437 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12438 (FETCH_CHAR_ADVANCE): Likewise.
12439 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12440
12441 2008-02-07 Jim Meyering <meyering@redhat.com>
12442
12443 * lread.c [lint]: Don't include <sys/inode.h>.
12444
12445 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * xselect.c (x_handle_dnd_message):
12448 * xmenu.c (digest_single_submenu, xmenu_show):
12449 * xdisp.c (with_echo_area_buffer_unwind_data)
12450 (format_mode_line_unwind_data, unwind_format_mode_line)
12451 (display_menu_bar):
12452 * eval.c (Ffetch_bytecode):
12453 * doc.c (store_function_docstring):
12454 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12455 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12456 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12457
12458 2008-02-07 Kenichi Handa <handa@m17n.org>
12459
12460 * ftxfont.c (ftxfont_open): Don't set
12461 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12462
12463 * ftfont.c (ftfont_open): Fix previous change.
12464
12465 2008-02-06 Jason Rumney <jasonr@gnu.org>
12466
12467 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12468 Use cached metrics for ASCII characters.
12469 (w32font_open_internal): Don't set font's owning_frame.
12470 Cache metrics for ASCII characters.
12471
12472 * w32font.h (struct w32font_info): Add ascii_metrics.
12473 Remove owning_frame.
12474
12475 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12476
12477 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12478 to negative value.
12479
12480 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12481
12482 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12483
12484 * charset.c (syms_of_charset): Set QCtest and Qeq.
12485
12486 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * process.c (Fstart_process):
12489 * callproc.c (Fcall_process): Handle the case where
12490 Funhandled_file_name_directory returns nil.
12491
12492 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12493 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12494 * font.c (check_gstring): Use them and AREF to access the vector before
12495 we know it's really a gstring.
12496 (Ffont_shape_text): Fix typo.
12497 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
12498
12499 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12500 Declare.
12501
12502 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12503
12504 2008-02-05 Jason Rumney <jasonr@gnu.org>
12505
12506 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12507 Set smallest_font_height and smallest_char_width in display info.
12508
12509 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12510
12511 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12512
12513 2008-02-05 Miles Bader <miles@gnu.org>
12514
12515 * xfaces.c (get_lface_attributes, merge_named_face)
12516 (lookup_named_face, lookup_derived_face, realize_named_face):
12517 Revert 2008-02-01 change by cyd@stupidchicken.com.
12518
12519 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12520
12521 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12522 fallback fonts.
12523 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12524
12525 2008-02-04 Jason Rumney <jasonr@gnu.org>
12526
12527 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
12528 set full_name.
12529 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
12530
12531 2008-02-03 Jason Rumney <jasonr@gnu.org>
12532
12533 * makefile.w32-in (OBJ1): Include font.o here.
12534 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
12535
12536 2008-02-02 Jason Rumney <jasonr@gnu.org>
12537
12538 * makefile.w32-in (temacs): Bump EMHEAP to 21.
12539
12540 2008-02-01 Jason Rumney <jasonr@gnu.org>
12541
12542 * s/cygwin.h: Define VIRT_ADDR_VARIES.
12543
12544 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
12545
12546 2008-02-01 Andreas Schwab <schwab@suse.de>
12547
12548 * Makefile.in (shortlisp, lisp): Update for rename of
12549 ../lisp/language/myanmar.el.
12550
12551 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
12552
12553 * xfaces.c (get_lface_attributes): Delete function.
12554 (merge_named_face, lookup_named_face, lookup_derived_face)
12555 (realize_named_face): Call lface_from_face_name directly, and use
12556 the fact that merge_face_vectors does not alter its FROM argument.
12557
12558 2008-02-01 Jason Rumney <jasonr@gnu.org>
12559
12560 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
12561 input in the default locale. Handle non-Unicode multibyte input.
12562
12563 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12564
12565 * fontset.c (reorder_font_vector): Exclude nil elements from the
12566 font group. Don't try multiple fonts.
12567 (fontset_font): Adjust for the above change.
12568 (Finternal_char_font): Return nil if the found font doesn't
12569 contain the character ch.
12570
12571 * Makefile.in (lisp, shortlisp): Add cham.el.
12572
12573 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12574
12575 * font.h (FONTP): Make it return 1 also for a font-object.
12576
12577 * .gdbinit (xfontset): New function.
12578
12579 * font.c (font_find_for_lface): Check if the character C is
12580 supported or not only for the first font.
12581
12582 * fontset.c (reorder_font_vector): Fix typo.
12583 (fontset_find_font): Don't add a font-spec specifying a script.
12584 Use 0 (not Qt) for the indication of empty font-group. Change the
12585 format of RFONT-DEF. Return Qt if no font in the font-group
12586 support the character.
12587 (fontset_font): Adjust for the above change. If no font was
12588 found the character, remember that.
12589 (face_for_char): Adjust for the change of RFONT-DEF.
12590 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
12591 no font for the target.
12592 (Finternal_char_font): Adjust for the change of RFONT-DEF.
12593
12594 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12595
12596 * font.c (font_load_for_face): Handle the case that the font in
12597 face->lface is a string.
12598
12599 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12600
12601 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
12602
12603 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12604
12605 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
12606 Fix previous change. If the frame is not on a window system,
12607 signal an error.
12608
12609 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12610
12611 * coding.c (decode_coding_object, encode_coding_object): Adjust
12612 marker positions after conversion.
12613
12614 * lisp.h (struct Lisp_Marker): New member need_adjustment.
12615
12616 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12617
12618 * font.c (font_find_for_lface): Fix the handling of the return
12619 value of font_has_char.
12620 (Ffont_shape_text): Fix previous change.
12621
12622 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
12623 (fontset_ref_and_range): Delete it.
12624 (fontset_find_font): Call char_table_ref_and_range instead of
12625 FONTSET_REF_AND_RANGE.
12626 (make_fontset): Don't setup font groups of Latin here.
12627 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
12628 (new_fontset_from_font): Make the specified font the default for
12629 all Latin characters.
12630
12631 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12632
12633 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
12634 is on a window system before accessing the fontset of the frame.
12635
12636 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12637
12638 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
12639
12640 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
12641 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
12642
12643 * font.c (Ffont_shape_text): If the font driver doesn't have a
12644 shaper function, make zero-width glyphs to have at least one-pixel
12645 width. Fix setting of `to' field of glyphs.
12646
12647 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12648
12649 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
12650 glyphs.
12651
12652 * font.h (struct font_driver): Improve docstring of member `shape'.
12653
12654 2008-02-01 Kenichi Handa <handa@m17n.org>
12655
12656 * composite.c (syms_of_composite): Fix docstring of
12657 auto-composition-function.
12658
12659 * font.h (LGLYPH_SIZE): New macro.
12660
12661 * font.c (Ffont_fill_gstring): Stop filling when a character not
12662 supported by the font is found.
12663 (Ffont_shape_text): When a shape callback function returns nil,
12664 try at most two more times with larger gstring.
12665 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
12666
12667 * xdisp.c (handle_auto_composed_prop): Change the argument to
12668 auto-composition-function.
12669
12670 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
12671 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
12672 Lispy glyph and store it in the lgstring.
12673
12674 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
12675
12676 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
12677
12678 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12679
12680 * font.c (Ffont_shape_text): Avoid unnecessary composition.
12681
12682 * fontset.c (Vfont_encoding_charset_alist): New variable.
12683 (syms_of_fontset): DEFVAR it.
12684 (reorder_font_vector, fontset_find_font): Optimize for the case of
12685 no need of reordering.
12686 (face_for_char): Map the charset property by
12687 Vfont_encoding_charset_alist.
12688
12689 2008-02-01 Jason Rumney <jasonr@gnu.org>
12690
12691 * w32font.c (logfonts_match): Don't check adstyle here.
12692 (font_matches_spec): Check here against physical font instead.
12693 (add_font_entity_to_list): Avoid some substitutions.
12694
12695 * font.c (font_parse_fcname): Default weight and slant to normal.
12696 (font_score): Prefer normal fonts if weight or slant unspecified.
12697 (font_score) [WINDOWSNT]: Scale weight difference down to closer
12698 match freetype scores.
12699
12700 2008-02-01 Jason Rumney <jasonr@gnu.org>
12701
12702 * w32font.c (w32font_text_extents): Don't use the frame stored in the
12703 font, as it may have been deleted.
12704 (w32_enumfont_pattern_entity): Map generic family to adstyle using
12705 most common hyphenless variation.
12706 (logfonts_match): Check generic family.
12707 (font_matches_spec): Don't check generic family here.
12708 (fill_in_logfont): Set generic family based on adstyle.
12709
12710 * w32font.h (w32font_get_cache): Update declaration.
12711
12712 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12713
12714 * ftfont.c (ftfont_get_cache): Adjust the argument type.
12715
12716 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
12717 If none of the new drivers are available, call font_update_drivers
12718 with the old drivers.
12719
12720 * w32font.c (w32font_get_cache): Adjust the argument type.
12721
12722 * xfont.c (xfont_get_cache): Adjust the argument type.
12723
12724 * font.h (struct font_driver): Change argument type of get_cache.
12725
12726 * xftfont.c (xftfont_start_for_frame): Delete prototype.
12727
12728 * font.c (Ffont_get): Fix arguments to Fassoc.
12729 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
12730 (font_clear_cache): New function.
12731 (font_list_entities, font_matching_entity): Use font_get_cache.
12732 (font_update_drivers): Call font_clear_cache when finishing a driver.
12733
12734 * fontset.c (fontset_find_font): Fix previous change.
12735
12736 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12737
12738 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
12739 dpyinfo->font_table.
12740 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
12741 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
12742
12743 * font.c (font_at): Handle the case that the arg C is negative.
12744 Handle the unibyte case.
12745 (Ffont_at): Call font_at with the arg C -1.
12746
12747 * xdisp.c (handle_auto_composed_prop): Don't get a character at
12748 the position here, and call font_at with the arg C -1.
12749 Don't check the range of the existing composition at the point.
12750
12751 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12752
12753 * fontset.c (fontset_add): New args charset_id and family.
12754 Change caller.
12755 (load_font_get_repertory, fontset_find_font): Assume that
12756 font_spec is always a font-spec object.
12757 (Fset_fontset_font): Always store a font-spec object in a fontset.
12758
12759 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
12760 instead of get_property_and_range.
12761
12762 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12763
12764 * xftfont.c (struct xftfont_info): Delete the member ft_face.
12765 (xftfont_open): Don't keep locking face.
12766 (xftfont_close): Don't unlock face.
12767 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
12768
12769 * fontset.c (fontset_find_font): Don't prefer a font of
12770 supplementary charset.
12771
12772 2008-02-01 Kenichi Handa <handa@m17n.org>
12773
12774 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
12775 script, langsys_tag to langsys, new member script.
12776 (OTF_TAG_STR): Terminate by '\0'.
12777 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
12778 listing to the script specified in that property. Fix arg to
12779 OTF_check_features.
12780
12781 2008-02-01 Jason Rumney <jasonr@gnu.org>
12782
12783 * w32font.h: New file.
12784
12785 * w32font.c: Include it.
12786 (struct w32font_info): Add owning_frame field. Move to w32font.h.
12787 (w32font_open): Set owning_frame.
12788 (w32font_text_extents): Use owning_frame.
12789 (struct font_callback_data): Add opentype_only field.
12790 (add_font_entity_to_list): Use it to filter fonts.
12791 Don't check against full name.
12792 (w32font_list_internal): New function.
12793 (w32font_list): Use it.
12794 (w32font_match_internal): New function.
12795 (w32font_match): Use it.
12796 (w32font_open_internal): New function.
12797 (w32font_open): Use it.
12798 (w32font_get_cache, w32font_close, w32font_has_char)
12799 (w32font_encode_char, w32font_text_extents, w32font_draw):
12800 Make non-static.
12801
12802 * makefile.w32-in (w32font.o): Depend on w32font.h.
12803
12804 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12805
12806 * charset.c (Fdefine_charset_internal): Record a supplementary
12807 charset at the tail of Vcharset_order_list.
12808
12809 * font.c (Ffont_shape_text): Fix the return value.
12810
12811 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
12812
12813 * xdisp.c (handle_auto_composed_prop): Fix previous change.
12814
12815 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12816
12817 * ftfont.c (struct OpenTypeSpec): New struct.
12818 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
12819 (ftfont_get_open_type_spec): New function.
12820 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
12821
12822 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
12823
12824 2008-02-01 Jason Rumney <jasonr@gnu.org>
12825
12826 * w32font.c (add_font_entity_to_list): Compare only the beginning
12827 of full name.
12828
12829 2008-02-01 Kenichi Handa <handa@m17n.org>
12830
12831 * xdisp.c (handle_auto_composed_prop): Simplify the code.
12832 Never return HANDLED_RECOMPUTE_PROPS.
12833
12834 2008-02-01 Kenichi Handa <handa@m17n.org>
12835
12836 * font.c (font_gstring_produce): Delete it.
12837
12838 * composite.h (COMPOSITION_METHOD):
12839 Handle COMPOSITION_WITH_GLYPH_STRING.
12840
12841 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12842
12843 * xfont.c (Qx): Delete.
12844 (syms_of_xfont): Don't initialize Qx.
12845
12846 * composite.h (enum composition_method):
12847 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
12848
12849 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12850
12851 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
12852 (choose_face_font): Accept new form of font-spec.
12853
12854 * frame.h (font_driver_list): Declare it unconditionally.
12855 (struct frame): Define members font_driver_list and font_data_list
12856 unconditionally.
12857
12858 * fontset.c: Include "font.h" unconditionally.
12859 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
12860 (Fset_fontset_font): Accept a font-spec object.
12861
12862 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
12863 PIXEL_SIZE part a wild card.
12864
12865 * dispextern.h (struct glyph_string): Define members clip and
12866 num_clips unconditionally.
12867 (struct face): Define members font_info and extra unconditionally.
12868
12869 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
12870 ftfont_info only when HAVE_LIBOTF is defined.
12871
12872 2008-02-01 Andreas Schwab <schwab@suse.de>
12873
12874 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
12875 and end.
12876
12877 2008-02-01 Jason Rumney <jasonr@gnu.org>
12878
12879 * w32font.c (w32font_driver): Add new fields.
12880
12881 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12882
12883 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
12884 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
12885 (LIBES): Add @M17N_FLT_CFLAGS@.
12886
12887 * composite.c (compose_text): Don't treat the new style
12888 composition specially.
12889
12890 * emacs.c (main): Call syms_of_font unconditionally.
12891
12892 * font.h (FONT_ENTITY_NOT_LOADABLE)
12893 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
12894 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
12895 (struct font_driver): New member shape.
12896 (font_registry_charsets): Extern it.
12897 (font_find_for_lface, font_prepare_composition): Adjust prototype.
12898 (font_otf_capability, font_drive_otf): Delete their externs.
12899
12900 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
12901 (font_charset_alist, font_registry_charsets): Move from xfont.c
12902 and rename.
12903 (font_prop_validate_otf): New function.
12904 (font_property_table): Register it for QCotf.
12905 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
12906 (font_drive_otf): Delete.
12907 (font_prepare_composition): New arg F. Adjust for the change of
12908 lispy gstring.
12909 (font_find_for_lface): New arg C.
12910 (font_load_for_face): Adjust for the change of font_find_for_lface.
12911 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
12912 lispy gstring.
12913 (Ffont_shape_text): New function.
12914 (Fopen_font): If the font size is not given, use 12-pixel.
12915 (Ffont_at): New arg STRING.
12916 (syms_of_font): Initalize font_charset_alist.
12917 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
12918 conditionally.
12919
12920 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
12921 fonts of the same font-spec. Change the format of RFONT-DEF.
12922 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
12923 Adjust for the change of RFONT-DEF.
12924 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
12925
12926 * ftfont.h: New file.
12927
12928 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
12929 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12930 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12931 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
12932 font_otf_capability and font_drive_otf, set ftfont_shape.
12933 (ftfont_list): Adjust for the change of :otf property value.
12934 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
12935 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
12936 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
12937 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12938 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
12939 (otf_gstring, gstring, m17n_flt_initialized): New variables.
12940
12941 * w32term.c (x_draw_composite_glyph_string_foreground):
12942 Adjust for the change of lispy gstring.
12943
12944 * xdisp.c (handle_composition_prop): Adjust for the change of
12945 lispy gstring. Call a function for auto-composition with the
12946 third arg it->window.
12947 (fill_composite_glyph_string): Adjust for the change of lispy string.
12948 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
12949
12950 * xfaces.c (set_font_frame_param): Adjust for the change of
12951 font_find_for_lface.
12952
12953 * xfont.c (x_font_charset_alist): Move to font.c and rename.
12954 (xfont_registry_charsets): Likewise. Change caller.
12955 (syms_of_xfont): Don't handle x_font_charset_alist.
12956
12957 * xftfont.c: Include "ftfont.h".
12958 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12959 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12960 (xftfont_close) [HAVE_LIBOTF]: Close otf.
12961 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12962 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
12963 Set xftfont_driver.shape to xftfont_shape.
12964
12965 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12966 the change of lispy gstring.
12967
12968 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12969
12970 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
12971
12972 2008-02-01 Jason Rumney <jasonr@gnu.org>
12973
12974 * w32font.c (w32font_draw): Fill background manually.
12975
12976 2008-02-01 Jason Rumney <jasonr@gnu.org>
12977
12978 * font.c (Qfontp): Remove unused symbol.
12979 (QCantialias): New symbol.
12980 (syms_of_font): Define it.
12981 (font_property_table): Set a validator for QCantialias.
12982
12983 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
12984 Define if not already.
12985 (QCfamily): Share with xfaces.c.
12986 (Qstandard, Qsubpixel, Qnatural): New symbols.
12987 (syms_of_w32font): Define them. Don't define QCfamily here.
12988 (w32_antialias_type, lispy_antialias_type): New functions.
12989 (w32_enumfont_pattern_entity): New arg requested_font.
12990 Set antialias parameter if non-default was requested.
12991 (fill_in_logfont): Fill in lfQuality if :antialias specified.
12992
12993 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12994
12995 * lread.c (read1): Undo the previous change.
12996
12997 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
12998
12999 * frame.c (Fdelete_frame): Call font_update_drivers only when
13000 USE_FONT_BACKEND is defined.
13001
13002 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13003
13004 * font.h (struct font_bitmap): New member bits_per_pixel.
13005 (struct font_driver): New members start_for_frame and end_for_frame.
13006 (struct font_data_list): New struct.
13007 (font_put_frame_data, font_get_frame_data): Extern them.
13008
13009 * frame.h (struct frame): New member font_data_list.
13010
13011 * font.c (font_update_drivers): Call driver->start_for_frame and
13012 driver->end_for_frame at proper timings.
13013 (font_put_frame_data, font_get_frame_data): New functions.
13014 (Ffont_spec): Add usage in the docstring.
13015
13016 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13017 (Fdelete_frame): Call font_update_drivers.
13018
13019 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13020 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13021 (xftfont_get_xft_draw): New function.
13022 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13023 (xftfont_end_for_frame): New function.
13024 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13025
13026 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13027 Change argument. Cache GCs in the per-frame data.
13028 (struct ftxfont_frame_data): New struct.
13029 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13030 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13031 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13032 (ftxfont_end_for_frame): New function.
13033 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13034
13035 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13036
13037 2008-02-01 Kenichi Handa <handa@m17n.org>
13038
13039 * xselect.c (Vselection_coding_system)
13040 (Vnext_selection_coding_system): Delete them.
13041 (syms_of_xselect): Don't declare selection-coding-system and
13042 next-selection-coding-system. They are declared in select.el.
13043
13044 2008-02-01 Jason Rumney <jasonr@gnu.org>
13045
13046 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13047
13048 * w32fns.c: Include imm.h.
13049 (get_composition_string_fn, get_ime_context_fn): New optional
13050 system functions.
13051 (globals_of_w32fns): Load them from imm32.dll.
13052 (ignore_ime_char): New flag.
13053 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13054 WM_IME_ENDCOMPOSITION messages.
13055
13056 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13057 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13058
13059 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13060
13061 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13062 (READCHAR_REPORT_MULTIBYTE): New macro.
13063 (readchar): New 2nd arg MULTIBYTE.
13064 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13065 Make symbol's name multibyte according to the multibyteness of the
13066 source.
13067
13068 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13069
13070 * xfaces.c (face_for_overlay_string): Call lookup_face with
13071 correct arguments (fix of synching with the trunk).
13072
13073 2008-02-01 Kenichi Handa <handa@m17n.org>
13074
13075 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13076 (font_prop_validate_non_neg, font_prop_validate_spacing):
13077 Delete argument prop_index.
13078 (font_property_table): Change arguments to validater. Change Callers.
13079 (font_lispy_object): Delete.
13080 (font_at): Use font_find_object instead fo font_lispy_object.
13081
13082 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13083
13084 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13085 and file names.
13086
13087 2008-02-01 Jason Rumney <jasonr@gnu.org>
13088
13089 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13090 (font_matches_spec): Remove debug output.
13091 (add_font_entity_to_list): Avoid using substituted fonts.
13092
13093 2008-02-01 Jason Rumney <jasonr@gnu.org>
13094
13095 * doc.c (Fsnarf_documentation):
13096 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13097
13098 2008-02-01 Miles Bader <miles@gnu.org>
13099
13100 * dispextern.h (struct glyph_row): Only define "clip" field if
13101 HAVE_WINDOW_SYSTEM is defined.
13102
13103 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 Fix up multi-tty merge.
13106
13107 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13108 and indentation.
13109
13110 * xfaces.c (free_realized_face, clear_face_gcs):
13111 Include font_done_for_face in the input_blocked section, just in case.
13112
13113 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13114 (get_char_face_and_encoding): Undo last change and remove the *other*
13115 duplicate definition (i.e. keep the one that's better scoped and that
13116 includes code for the font-backend).
13117
13118 * terminal.c (create_terminal): Default keyboard_coding to
13119 `no-conversion' and terminal_coding to `undecided'.
13120
13121 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13122
13123 * fontset.c (free_realized_fontsets): Check that the table entry does
13124 contain a fontset before trying to compare it to `base'.
13125
13126 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13127 syms_of_charset, and syms_of_coding earlier because init_window_once
13128 now needs Vcoding_system_hash_table to be setup.
13129
13130 * coding.h (default_buffer_file_coding): Remove.
13131
13132 * coding.c (default_buffer_file_coding): Remove.
13133 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13134 than ->symbol, and use the terminal-local coding system.
13135 (syms_of_coding): Don't setup the coding-systems that are not
13136 terminal-local.
13137 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13138
13139 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13140 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13141
13142 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13143 in chartab.c and were re-added here by mistake.
13144 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13145
13146 * doc.c (Fsnarf_documentation):
13147 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13148 src to etc.
13149
13150 * ChangeLog.10: Add mistakenly removed entry.
13151
13152 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13153
13154 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13155
13156 2008-02-01 Miles Bader <miles@gnu.org>
13157
13158 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13159 Add extra args to FACE_FOR_CHAR.
13160
13161 2008-02-01 Kenichi Handa <handa@m17n.org>
13162
13163 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13164 in sequence.
13165
13166 * chartab.c (map_sub_char_table, map_char_table): If the range
13167 contains just one character, call the function with that character
13168 even if the depth is not 3.
13169
13170 2008-02-01 Jason Rumney <jasonr@gnu.org>
13171
13172 * w32font.c (w32font_text_extents): Calculate metrics for the
13173 whole string.
13174
13175 2008-02-01 Jason Rumney <jasonr@gnu.org>
13176
13177 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13178
13179 2008-02-01 Jason Rumney <jasonr@gnu.org>
13180
13181 * w32term.c (x_set_glyph_string_clipping): Use
13182 get_glyph_string_clip_rects.
13183 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13184 Adjust for the change of struct glyph_string.
13185
13186 * w32font.c (w32font_draw): Do clipping here.
13187
13188 2008-02-01 Kenichi Handa <handa@m17n.org>
13189
13190 * xftfont.c (xftfont_draw): Adjust for the change of struct
13191 glyph_string.
13192
13193 * xterm.c (x_set_glyph_string_clipping): Use
13194 get_glyph_string_clip_rects.
13195 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13196 Adjust for the change of struct glyph_string.
13197
13198 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13199 the resulting clip(s}.
13200 (expose_overlaps): Add arg r. Change callers. Set it to
13201 row->clip temporarily.
13202 (expose_window): Redraw rows overlapping the exposed area.
13203
13204 * dispextern.h (struct glyph_row): New member clip.
13205 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13206 clip_height, new member clip, and num_clips.
13207
13208 2008-02-01 Kenichi Handa <handa@m17n.org>
13209
13210 * data.c (Fchar_or_string_p): Fix docstring.
13211
13212 2008-02-01 Kenichi Handa <handa@m17n.org>
13213
13214 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13215 create a temporary XftDraw object.
13216
13217 2008-02-01 Kenichi Handa <handa@m17n.org>
13218
13219 * font.c (Ffontp): Fix docstring.
13220
13221 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13222 strong evidence of ISO-2022.
13223
13224 2008-02-01 Kenichi Handa <handa@m17n.org>
13225
13226 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13227 SYNTAX_ENTRY_FOLLOW_PARENT.
13228
13229 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13230
13231 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13232 its type.
13233 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13234 Update to the new type of weak_hash_tables and next_weak.
13235
13236 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13237 a plain C pointer to Lisp_Hash_Table.
13238
13239 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13240 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13241 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13242 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13243 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13244 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13245 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13246 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13247 (GC_EQ): Remove since they've been identical to their non-GC_
13248 alter-egos ever since the markbit was eradicated.
13249
13250 * alloc.c:
13251 * buffer.c:
13252 * buffer.h:
13253 * data.c:
13254 * fileio.c:
13255 * filelock.c:
13256 * fns.c:
13257 * frame.h:
13258 * lisp.h:
13259 * macterm.c:
13260 * print.c:
13261 * process.c:
13262 * w32fns.c:
13263 * w32menu.c:
13264 * w32term.c:
13265 * xfns.c:
13266 * xmenu.c:
13267 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13268
13269 2008-02-01 Kenichi Handa <handa@m17n.org>
13270
13271 * chartab.c (map_sub_char_table): Make it work for the top-level
13272 char-table. Fix handling of parent char-table.
13273 (map_char_table): Adjust for the above change.
13274
13275 2008-02-01 Jason Rumney <jasonr@gnu.org>
13276
13277 * w32font.c (Qgdi): Rename from Qw32.
13278
13279 2008-02-01 Jason Rumney <jasonr@gnu.org>
13280
13281 * w32bdf.c (get_quoted_string): Make function static.
13282
13283 2008-02-01 Kenichi Handa <handa@m17n.org>
13284
13285 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13286 bigger ascent and descent than those of the font, use them as
13287 font's ascent and descent.
13288
13289 2008-02-01 Kenichi Handa <handa@m17n.org>
13290
13291 * Makefile.in (${lispsource}international/charprop.el): Move this
13292 target within "#ifdef HAVE_UNIDATA" and "#endif".
13293
13294 2008-02-01 Kenichi Handa <handa@m17n.org>
13295
13296 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13297 (shortlisp): Add ../lisp/language/tai-viet.el.
13298
13299 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
13300
13301 * Makefile.in (${lispsource}international/charprop.el): Depend on
13302 temacs${EXEEXT}.
13303
13304 2008-02-01 Jason Rumney <jasonr@gnu.org>
13305
13306 * w32font.c (w32font_close): Delete the GDI font object.
13307
13308 * w32menu.c: Include character.h.
13309
13310 * w32proc.c: Likewise.
13311
13312 * w32select.c: Likewise.
13313
13314 * makefile.w32-in (w32proc.o): Depend on character.h.
13315
13316 2008-02-01 Jason Rumney <jasonr@gnu.org>
13317
13318 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13319
13320 * w32menu.c (syms_of_w32menu): Likewise.
13321
13322 * w32proc.c (syms_of_ntproc): Likewise.
13323
13324 * w32select.c (syms_of_w32select): Likewise.
13325
13326 * w32term.c (syms_of_w32term): Likewise.
13327
13328 2008-02-01 Jason Rumney <jasonr@gnu.org>
13329
13330 * w32font.c (w32font_draw): Delete brush after using it.
13331
13332 2008-02-01 Jason Rumney <jasonr@gnu.org>
13333
13334 * w32font.c (w32font_open): Don't set font_idx.
13335 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13336 to font settings.
13337 (w32font_draw): Fill background explicitly.
13338
13339 2008-02-01 Jason Rumney <jasonr@gnu.org>
13340
13341 * w32term.c (w32_initialize): Don't call w32font_initialize.
13342
13343 * w32font.c (w32font_info): Remove subranges.
13344 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13345 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13346 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13347 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13348 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13349 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13350 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13351 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13352 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13353 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13354 New symbols.
13355 (font_callback_data): New struct.
13356 (w32font_list, w32font_match): Use it.
13357 (w32font_open): Don't populate subranges.
13358 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13359 (w32font_encode_char): Always return unicode code-point as-is.
13360 (w32font_text_extents): Supply a transformation matrix to
13361 GetGlyphOutline. Never look up by glyph index. Avoid looping
13362 twice. Use unicode version of GetTexExtentPoint32 instead of
13363 glyph index version.
13364 (set_fonts_frame): Remove.
13365 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13366 set frame parameter. Use backward compatible fake foundries.
13367 Save generic family in extra slot under QCfamily. Make width slot
13368 constant. Save QCspacing value. Save list of scripts instead of
13369 binary subranges.
13370 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13371 (add_font_entity_to_list): Use font_callback_data struct. Filter
13372 unwanted fonts.
13373 (add_one_font_entity_to_list): Use font_callback_data struct.
13374 (w32_registry): Default to iso10646_1.
13375 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13376 string font registries. Don't fill in font name if it is a generic
13377 family name, fill family instead. Use spacing, family and script
13378 extra info to fill pitch, family and charset fields.
13379 (list_all_matching_fonts): Use font_callback_data struct.
13380 (unicode_range_for_char): Remove.
13381 (font_supported_scripts): New function.
13382 (w32font_initialize): Remove.
13383 (syms_of_w32font): Update which symbols are defined.
13384
13385 2008-02-01 Jason Rumney <jasonr@gnu.org>
13386
13387 * font.c (font_pixel_size): Reverse assq_no_quit args.
13388
13389 * w32term.h (FONT_WIDTH): Report max width, not average.
13390 (FONT_MAX_WIDTH): Remove.
13391 (FONT_AVG_WIDTH): New macro.
13392
13393 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13394 redefinition of FONT_WIDTH.
13395
13396 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13397 (w32_cache_char_metrics): Use FONT_WIDTH.
13398
13399 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13400
13401 2008-02-01 Jason Rumney <jasonr@gnu.org>
13402
13403 * w32font.c (w32font_open): Make lfHeight negative.
13404
13405 * w32fns.c (x_default_font_parameter): Use new style font name.
13406 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13407
13408 2008-02-01 Jason Rumney <jasonr@gnu.org>
13409
13410 * w32font.c (QCsubranges): New symbol.
13411 (w32font_open, w32font_has_char): Get subranges from subproperty
13412 of extra.
13413 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13414 (syms_of_w32font): Define :subranges symbol.
13415
13416 * font.c (font_put_extra): Expose externally.
13417
13418 * font.h (font_put_extra): Move declaration from font.c.
13419
13420 * font.c (Ffont_get): Use font driver to determine otf capability.
13421 (adjust_anchor): Check if driver defines anchor_point before using.
13422
13423 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13424 (w32font_draw): Use options.
13425 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13426 Fix detection of truetype fonts.
13427 (registry_to_w32_charset): Handle charsets other than iso8859-1
13428 expressed as lisp symbols.
13429 (w32_registry): Express charset as lisp symbol.
13430 (fill_in_logfont): Reverse pixel and point height logic.
13431 Don't set width here. Set quality to default.
13432
13433 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13434 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13435
13436 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13437 Remove redundant loop and allocation.
13438
13439 * makefile.w32-in (font.o, w32font.o): New objects.
13440 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13441 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13442
13443 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13444 STORE_XCHARB a valid l-value.
13445
13446 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13447 calculations for non-Truetype fonts.
13448 (x_draw_glyph_string): Sync with xterm.c.
13449 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13450 Remove redundant code.
13451 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13452
13453 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13454 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13455
13456 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13457 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13458
13459 * w32font.c: New file for w32 font backend.
13460
13461 2008-02-01 Kenichi Handa <handa@m17n.org>
13462
13463 * term.c: Don't include "buffer.h" twice.
13464
13465 2008-02-01 Kenichi Handa <handa@m17n.org>
13466
13467 * character.c (Funibyte_string): New function.
13468 (syms_of_character): Defsubr it.
13469
13470 2008-02-01 Jason Rumney <jasonr@gnu.org>
13471
13472 * w32term.c [USE_FONT_BACKEND]:
13473 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13474 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13475 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13476 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13477 (x_free_frame_resources): Sync with xterm.c.
13478
13479 2008-02-01 Andreas Schwab <schwab@suse.de>
13480
13481 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13482 char-table size.
13483
13484 2008-02-01 Kenichi Handa <handa@m17n.org>
13485
13486 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13487
13488 2008-02-01 Kenichi Handa <handa@m17n.org>
13489
13490 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13491 font_otf_gpos, add font_drive_otf.
13492
13493 * fontset.c (fontset_find_font): Pay attention to font size
13494 specified for a font.
13495 (reorder_font_vector): Check contents of font_def.
13496
13497 * font.c (struct otf_list): Delete it.
13498 (otf_list): Make it a lisp variable.
13499 (otf_open): Use lispy otf_list.
13500 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13501 (check_otf_features): New function.
13502 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13503 New functions.
13504 (font_drive_otf): New function merging font_otf_gsub and
13505 font_otf_gpos.
13506 (font_open_for_lface): New arg spec. Change argument order.
13507 (font_load_for_face): Adjust for the change of font_open_for_lface.
13508 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13509 Ffont_otf_gpos.
13510 (syms_of_font): Staticpro otf_list. Delete defsubr of
13511 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13512
13513 * xfaces.c (set_font_frame_param): Adjust for the change of
13514 font_open_for_lface.
13515
13516 * font.h (font_open_for_lface): Adjust prototype.
13517 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13518 member otf_drive.
13519 (font_otf_gsub, font_otf_gpos): Delete externs.
13520 (font_drive_otf): Extern it.
13521
13522 2008-02-01 Kenichi Handa <handa@m17n.org>
13523
13524 * font.c (font_at): If the window W is not on a window system,
13525 return Qnil.
13526
13527 * coding.c (produce_chars, encode_coding): Don't call
13528 insert_from_gap if no characters to produce.
13529
13530 2008-02-01 Kenichi Handa <handa@m17n.org>
13531
13532 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
13533 Fclear_face_cache.
13534
13535 * xfaces.c (face_for_font): Check also face->font==font->font.font.
13536
13537 2008-02-01 Miles Bader <miles@gnu.org>
13538
13539 * emacs.c (main): Change default value of `enable_font_backend' to 1.
13540 Parse "--disable-font-backend" option.
13541 (standard_args): Add "--disable-font-backend" option.
13542
13543 2008-02-01 Kenichi Handa <handa@m17n.org>
13544
13545 * fontset.c (fontset_find_font): New function.
13546 (fontset_font): Use fontset_find_font.
13547 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
13548 Register the specified font for all Latin characters.
13549 (new_fontset_from_font): Register the specified font for all Latin
13550 characters.
13551 (dump_fontset): For a realized fontset, include the base fontset
13552 name in the returned vector.
13553
13554 2008-02-01 Kenichi Handa <handa@m17n.org>
13555
13556 * character.h (CHAR_STRING): Cast C to unsigned on calling
13557 char_string.
13558
13559 * character.c (char_string): Type of arg C changed to unsigned.
13560 Signal an error if C is an invalid character code.
13561
13562 * editfns.c (general_insert_function, Fchar_to_string):
13563 Use CHARACTERP, not INTEGERP.
13564
13565 2008-02-01 Kenichi Handa <handa@m17n.org>
13566
13567 * character.h (MIN_MULTIBYTE_LEADING_CODE)
13568 (MAX_MULTIBYTE_LEADING_CODE): New macros.
13569
13570 * regex.c (analyse_first): Fix for multibyte characters in "case
13571 charset:" and "case categoryspec:".
13572
13573 2008-02-01 Andreas Schwab <schwab@suse.de>
13574
13575 * Makefile.in (LIBES): Move standard libraries to the end.
13576
13577 2008-02-01 Kenichi Handa <handa@m17n.org>
13578
13579 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
13580 nonzero, don't shrink the buffer nextb.
13581
13582 * buffer.h (struct buffer_text): New member inhibit_shrinking.
13583
13584 * coding.c (coding_alloc_by_making_gap): New arg offset.
13585 (alloc_destination): Call coding_alloc_by_making_gap with the arg
13586 offset.
13587 (decode_coding_iso_2022): Update coding->safe_charsets.
13588 (decode_coding_gap): Temporarily set
13589 current_buffer->text->inhibit_shrinking to 1.
13590
13591 2008-02-01 Kenichi Handa <handa@m17n.org>
13592
13593 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
13594 indexing into elements of s->cmp and s->char2b.
13595
13596 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
13597
13598 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
13599
13600 2008-02-01 Kenichi Handa <handa@m17n.org>
13601
13602 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
13603 target_multibyte instead of multibyte.
13604 (re_match_2_internal): Call bcmp_translate with target_multibyte.
13605 (bcmp_translate): Change the argument name from multibyte to
13606 target_multibyte.
13607
13608 2008-02-01 Kenichi Handa <handa@m17n.org>
13609
13610 These changes are to compile a regexp into a pattern that can be
13611 used both for multibyte and unibyte targets.
13612
13613 * Makefile.in (search.o): Depend on charset.h.
13614
13615 * character.c (multibyte_char_to_unibyte_safe): New function.
13616
13617 * search.c: Include "charset.h".
13618 (compile_pattern_1): Delete argument multibyte. Don't set
13619 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
13620 (compile_pattern): Don't compare cp->buf.target_multibyte.
13621 Compare cp->buf.charset_unibyte.
13622 (compile_pattern): Set cp->buf.target_multibyte.
13623
13624 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
13625
13626 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
13627
13628 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
13629 multibyte. Change callers.
13630 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
13631 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
13632 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
13633 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
13634 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
13635 (regex_compile): Make the compiled pattern usable both for
13636 multibyte and unibyte targets.
13637 (analyse_first): Make the fastmap usable both for multibyte and
13638 unibyte targets.
13639 (TRANSLATE_VIA_MULTIBYTE): Delete.
13640 (re_match_2_internal): Pay attention to the case that the
13641 multibyteness of bufp and target may be different.
13642
13643 2008-02-01 Kenichi Handa <handa@m17n.org>
13644
13645 * xdisp.c (x_produce_glyphs): When a font is not found, make the
13646 empty box occupy at least one column width.
13647
13648 2008-02-01 Miles Bader <miles@gnu.org>
13649
13650 * Makefile.in: Remove redundant HAVE_XFT clause.
13651
13652 2008-02-01 Kenichi Handa <handa@m17n.org>
13653
13654 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
13655
13656 2008-02-01 Kenichi Handa <handa@m17n.org>
13657
13658 * fontset.c (Finternal_char_font): Fix for the case of POSITION
13659 being nil.
13660
13661 2008-02-01 Kenichi Handa <handa@m17n.org>
13662
13663 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
13664
13665 2008-02-01 Kenichi Handa <handa@m17n.org>
13666
13667 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
13668
13669 2008-02-01 Kenichi Handa <handa@m17n.org>
13670
13671 * search.c (simple_search): Fix previous change.
13672
13673 2008-02-01 Kenichi Handa <handa@m17n.org>
13674
13675 * xftfont.c (ftfont_font_format): Extern declaration.
13676
13677 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
13678
13679 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
13680 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
13681
13682 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
13683 (ftfont_font_format): Fix previous change.
13684
13685 * font.h (Ffont_xlfd_name): EXFUN it.
13686
13687 * font.c (font_parse_xlfd): Fix the array size of `f'.
13688 (register_font_driver): Use EQ to compare driver->type.
13689
13690 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
13691 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
13692 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
13693
13694 2008-02-01 Kenichi Handa <handa@m17n.org>
13695
13696 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
13697 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
13698
13699 2008-02-01 Kenichi Handa <handa@m17n.org>
13700
13701 * xfont.c (xfont_open): Set font->format.
13702
13703 * xftfont.c (xftfont_open): Set font->format.
13704
13705 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
13706 (ftfont_list): Include FC_FONTFORMAT in FcObject.
13707 (ftfont_open): Set font->format.
13708 (ftfont_font_format): New function.
13709
13710 * font.h (struct font): New member format.
13711
13712 * font.c (Qopentype): New variable.
13713 (syms_of_font): Defsym it.
13714 (Fquery_font): Change the format of the last element of the return
13715 value.
13716
13717 2008-02-01 Kenichi Handa <handa@m17n.org>
13718
13719 * xfns.c (xic_create_xfontset): Try the default fontset name as a
13720 last resort.
13721
13722 2008-02-01 Kenichi Handa <handa@m17n.org>
13723
13724 * coding.c (detect_coding_charset): Fix detection of multi-byte
13725 charset.
13726
13727 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
13728
13729 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
13730
13731 2008-02-01 Kenichi Handa <handa@m17n.org>
13732
13733 * xdisp.c (get_next_display_element): Set it->face_id for the
13734 first component of a composition.
13735 (x_produce_glyphs): Check if the font is changed or not for composition.
13736
13737 2008-02-01 Kenichi Handa <handa@m17n.org>
13738
13739 * fontset.c (Qlatin): New variable.
13740 (syms_of_fontset): Define it as a lisp symbol.
13741 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
13742
13743 2008-02-01 Kenichi Handa <handa@m17n.org>
13744
13745 * font.c (font_unparse_fcname): Pay attention to the case that
13746 some of font property is a null string.
13747
13748 2008-02-01 Kenichi Handa <handa@m17n.org>
13749
13750 * term.c: Include "composite.h".
13751 (encode_terminal_code): Output all components of composition.
13752 Check the size of encode_terminal_src.
13753 (produce_glyphs): For composition, call produce_composite_glyph.
13754 (append_composite_glyph, produce_composite_glyph): New functions.
13755
13756 * xdisp.c (x_produce_glyphs): In handling composition, if a font
13757 is not found, get font_info from the current ascii face.
13758
13759 2008-02-01 Kenichi Handa <handa@m17n.org>
13760
13761 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
13762 buffer-file-name to Qnil before calling insert_from_buffer.
13763
13764 * font.c (font_unparse_fcname): Pay attention to the case that
13765 foundry is a null string.
13766
13767 2008-02-01 Kenichi Handa <handa@m17n.org>
13768
13769 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
13770
13771 * font.c (Qunicode_sip): New variable.
13772 (syms_of_font): Declare it as a Lisp symbol.
13773
13774 * font.h (Qunicode_sip): Extern it.
13775
13776 2008-02-01 Kenichi Handa <handa@m17n.org>
13777
13778 * composite.c (get_composition_id): Pay attention to TAB component.
13779
13780 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
13781 TAB. Adjust for the change of s->char2b which always points to
13782 the first element of allocated memory.
13783
13784 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
13785
13786 * xdisp.c (handle_composition_prop): Set it->c to the first
13787 non-TAB component.
13788 (fill_composite_glyph_string): Change argument.
13789 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
13790 (x_produce_glyphs): Fix handling of left/right padding.
13791
13792 2008-02-01 Kenichi Handa <handa@m17n.org>
13793
13794 * coding.c (detect_coding_system): Fix for handling off
13795 inhibit_iso_escape_detection. Fix for the case that no coding
13796 system is defined for a specific coding category.
13797
13798 2008-02-01 Kenichi Handa <handa@m17n.org>
13799
13800 * font.c (font_matching_entity): Delete unused local var.
13801
13802 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
13803 opening a font.
13804
13805 * fileio.c (Finsert_file_contents): On recovering a file, assume
13806 Unix-like eol.
13807 (choose_write_coding_system): On auto-saving a file, force
13808 Unix-like eol.
13809
13810 * coding.c (setup_coding_system): Fix setting of
13811 coding->common_flags based on eol_type.
13812 (coding_inherit_eol_type): If PARENT is not nil, be sure to
13813 inherit from it.
13814
13815 2008-02-01 Kenichi Handa <handa@m17n.org>
13816
13817 * alloc.c (NSTATICS): Increas to 0x600.
13818
13819 2008-02-01 Kenichi Handa <handa@m17n.org>
13820
13821 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
13822 (ftfont_list): Don't check :name property.
13823 (ftfont_match): New function.
13824 (ftfont_pattern_entity): If the pattern doesn't contain
13825 FC_SPACING, don't assume FC_MONO.
13826
13827 * font.h (struct font_driver): New member `match'.
13828 (font_update_drivers): Adjust prototype.
13829
13830 * font.c (font_parse_fcname, font_parse_name): Don't change :name
13831 property of FONT.
13832 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
13833 them unconditionally.
13834 (font_matching_entity): New function.
13835 (font_open_by_name): Try font_matching_entity if exact match is
13836 not found.
13837 (font_update_drivers): Delete the arg FONT. Return a list of
13838 actually used backends. Don't free faces, font caches here.
13839 Don't store data in frame parameters. Don't call x_set_font.
13840 (Ffont_spec): Store :name property as is.
13841 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
13842 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
13843 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
13844 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
13845 Call font->driver->otf_gsub instead of font_otf_gsub.
13846
13847 * frame.c (x_set_font_backend): Do more works that were done in
13848 font_update_drivers before.
13849
13850 * xfont.c (xfont_match): New function.
13851 (xfont_driver): Set xfont_driver.match to xfont_match.
13852 (xfont_draw): Set font in GC if necessary.
13853
13854 * ftxfont.c (ftxfont_match): New function.
13855 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
13856
13857 * xftfont.c (xftfont_match): New function.
13858 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
13859
13860 2008-02-01 Kenichi Handa <handa@m17n.org>
13861
13862 * font.h (struct font): New member scalable.
13863 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
13864 (font_otf_gsub): Adjust prototype.
13865
13866 * font.c (font_otf_capability): Fix handling of the default langsys.
13867 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
13868 Check the contents of SPEC.
13869 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
13870 (check_gstring): New function.
13871 (REPLACEMENT_CHARACTER): New macro.
13872 (font_otf_gsub): New arg alternate_subst. Be sure to set all
13873 glyph codes of GSTRING.
13874 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
13875 (font_prepare_composition): Set cmp->glyph_len.
13876 (font_open_entity): Set font->scalable.
13877 (Ffont_get): Handle :otf property.
13878 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
13879 functions.
13880 (Fquery_font): Use font->font.full_name.
13881 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
13882 Sfont_otf_alternates.
13883
13884 * ftfont.c (ftfont_open): Set font->font.full_name and
13885 font->font.name properly. Fix calculation of font->font.height
13886 and font->min_width.
13887
13888 * ftxfont.c (ftxfont_create_gcs): New function.
13889 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
13890 (ftxfont_draw_backgrond): Fix filling region.
13891 (ftxfont_default_fid): New function.
13892 (ftxfont_open): Set xfont->fid to the return value of
13893 ftxfont_default_fid.
13894 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
13895 (ftxfont_done_face): Free only GCs that are created by
13896 ftxfont_create_gcs.
13897 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
13898
13899 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
13900 Clip to src->width, etc (not src->clip_XXX).
13901
13902 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
13903 FontBackend frame parameter.
13904
13905 2008-02-01 Kenichi Handa <handa@m17n.org>
13906
13907 * font.h (struct font_driver_list): New member `on'.
13908 (Fclear_font_cache): EXFUN it.
13909 (font_update_drivers): Extern it.
13910
13911 * font.c (font_unparse_fcname): Fix typo (swidth->width).
13912 (font_list_entities): Check driver_list->on.
13913 (register_font_driver): Initalize `on' member to 0.
13914 (font_update_drivers): New function.
13915 (Fclear_font_cache): Check driver_list->on.
13916
13917 * frame.h (Qfont_backend): Extern it.
13918 (x_set_font_backend): Extern it.
13919
13920 * frame.c (Qfont_backend): New variable.
13921 (frame_parms): New element for font-backend.
13922 (x_set_font_backend): New function.
13923
13924 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
13925 FontBackend frame parameter.
13926 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
13927 x_set_font_backend.
13928
13929 * xfont.c (xfont_list): Don't try listing by :name property if the
13930 name is not for XLFD.
13931
13932 2008-02-01 Kenichi Handa <handa@m17n.org>
13933
13934 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
13935 (LGLYPH_SET_TO): New macros.
13936 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
13937 element of G is vector or not.
13938 (font_at): Extern it.
13939
13940 * font.c: Include window.h.
13941 (font_lispy_object): New function.
13942 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
13943 end of valid glyph.
13944 (font_close_object): Fix getting (struct font *).
13945 (font_at): New function.
13946 (Ffont_get): If FONT is a font-object, get entity from it.
13947 (Ffont_make_gstring): Initialize elements of glyphs with nil.
13948 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
13949 range check.
13950 (Ffont_at): New function.
13951 (syms_of_font): Defsubr Sfont_at.
13952
13953 * xdisp.c (it_props): Move the entry for Qauto_composed to just
13954 before the entry for Qcomposition.
13955 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
13956 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
13957 the font in gstring.
13958 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
13959 LGLYPH_FORM (g) to detect the end of valid glyph.
13960 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
13961 we are composing with gstring.
13962
13963 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
13964 Check if adjustment is vector or not.
13965
13966 * Makefile.in (font.o): Make it depends on window.h.
13967
13968 2008-02-01 Kenichi Handa <handa@m17n.org>
13969
13970 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
13971 adjustment is vector or not.
13972
13973 2008-02-01 Miles Bader <miles@gnu.org>
13974
13975 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
13976
13977 2008-02-01 Kenichi Handa <handa@m17n.org>
13978
13979 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
13980 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
13981 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
13982
13983 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
13984 (DEVICE_DELTA): Fix typo.
13985 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
13986 LGLYPH format.
13987
13988 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13989 the change of LGLYPH format.
13990
13991 2008-02-01 Kenichi Handa <handa@m17n.org>
13992
13993 * ftfont.c (ftfont_list): Fix typo.
13994 (ftfont_build_basic_charsets): Don't include letters with diacritics.
13995
13996 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13997
13998 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
13999
14000 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14001 xftface_info is non-NULL.
14002
14003 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14004
14005 * ftfont.c (ftfont_list): Move misplaced #endif.
14006
14007 2008-02-01 Kenichi Handa <handa@m17n.org>
14008
14009 * ftfont.c (ftfont_list): Pay attention to the case that
14010 FC_CAPABILITY is not defined.
14011
14012 2008-02-01 Kenichi Handa <handa@m17n.org>
14013
14014 * xftfont.c (xftfont_open): Set charset related members to -1.
14015
14016 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14017 QCname.
14018 (ftfont_open): Set charset related members to -1.
14019
14020 * fontset.c (Votf_script_alist): New variable.
14021 (syms_of_fontset): Initialize it.
14022 (fontset_font): Delete unused variable.
14023
14024 * fontset.h (Votf_script_alist): Extern it.
14025
14026 * font.c (font_find_for_lface): Optimize code.
14027
14028 * font.h (font_close_object, font_merge_old_spec): Extern them.
14029
14030 2008-02-01 Kenichi Handa <handa@m17n.org>
14031
14032 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14033 (syms_of_font): Initialize them.
14034 (font_pixel_size): Allow float value in dpi.
14035 (font_prop_validate_type): Delete.
14036 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14037 Change caller.
14038 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14039 (font_prop_validate_extra): Delete.
14040 (font_prop_validate_spacing): New function.
14041 (font_property_table): Add elements for all known properties.
14042 (get_font_prop_index): Rename from check_font_prop_name. New
14043 argument FROM. Change caller.
14044 (font_prop_validate): Validate all known properties.
14045 (font_put_extra): Delete argument force. Change caller.
14046 (font_expand_wildcards): Make it static. Fix the way of shrinking
14047 the possible range.
14048 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14049 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14050 Change caller.
14051 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14052 (font_parse_fcname): Delete argument merge. Fix parsing of point
14053 size. Don't validate properties values here. Change caller.
14054 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14055 (font_open_by_name): Delete unused variable.
14056 (Ffont_spec): Likewise. Validate property values.
14057 (Ffont_match_p): New function.
14058
14059 * font.h (QCscalable): Extern it.
14060 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14061
14062 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14063
14064 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14065 (xfont_list_pattern): New function.
14066 (xfont_list): Use xfont_list_pattern.
14067
14068 2008-02-01 Kenichi Handa <handa@m17n.org>
14069
14070 * font.h (Flist_fonts): EXFUN it.
14071
14072 2008-02-01 Jason Rumney <jasonr@gnu.org>
14073
14074 * w32term.c (w32_initialize): Add back smoothing_type and
14075 smoothing_enabled definitions.
14076
14077 2008-02-01 Kenichi Handa <handa@m17n.org>
14078
14079 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14080 s->face->font on determining underline position.
14081
14082 2008-02-01 Kenichi Handa <handa@m17n.org>
14083
14084 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14085 (font_has_char): Accept font-object too.
14086 (font_find_for_lface): Try at first with a size specified in face.
14087
14088 2008-02-01 Kenichi Handa <handa@m17n.org>
14089
14090 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14091 font_open_by_name.
14092
14093 2008-02-01 Kenichi Handa <handa@m17n.org>
14094
14095 * font.h (QCspacing, QCdpi): Extern them.
14096 (enum font_spacing): New enum.
14097 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14098
14099 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14100 (QCspacing, QCdpi): New variables.
14101 (syms_of_font): Initialize them.
14102 (font_pixel_size): New function.
14103 (font_put_extra): New function.
14104 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14105 in FONT_EXTRA.
14106 (font_parse_fcname): Handle enumerated values (e.g. bold).
14107 Fix handling font size. Add QCname property that contains only
14108 unknown properties.
14109 (font_score): Change argument. Change caller. Pay attention to
14110 FONT_PIXEL_SIZE_QUANTUM.
14111 (font_sort_entites, font_list_entities, font_find_for_lface)
14112 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14113 (Ffont_spec): Add QCname property that contains only unknown properties.
14114
14115 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14116 include weight in listing pattern, instead check weight of each
14117 listed font. Don't include scalable in pattern. Pay attention to
14118 FONT_PIXEL_SIZE_QUANTUM.
14119
14120 2008-02-01 Kenichi Handa <handa@m17n.org>
14121
14122 * font.c (font_parse_fcname): Fix parsing of point-size.
14123 (font_unparse_fcname): Produce symbolic names for style properties.
14124 (font_list_entities): Handle float size correctly.
14125 (font_open_by_name): Prefer `normal' property values if the name
14126 doesn't specify them.
14127
14128 * fontset.c (Finternal_char_font): Use font_get_name, not
14129 Ffont_xlfd_name.
14130
14131 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14132 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14133 pattern. Don't force scalable.
14134
14135 * xftfont.c (xftfont_open): For generating a name, start from
14136 96-byte buffer.
14137
14138 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14139
14140 * frame.h (x_new_fontset2): Fix prototype.
14141
14142 2008-02-01 Kenichi Handa <handa@m17n.org>
14143
14144 * font.h (struct font_driver): Delete member parse_name.
14145 (font_match_p, font_get_spec, font_parse_fcname)
14146 (font_unparse_fcname): Extern them.
14147 (font_get_name): Adjust prototype.
14148
14149 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14150 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14151 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14152 unnecessary checks for weight, slant, and swidth.
14153 (font_parse_fcname): New function.
14154 (font_unparse_fcname): New function.
14155 (font_parse_name): New function.
14156 (font_match_p): New function.
14157 (font_get_name): Change return value to Lisp string.
14158 (font_get_spec): New function.
14159 (Qunspecified, Qignore_defface): Don't extern them.
14160 (font_find_for_lface): Assume that LFACE is fully specified.
14161 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14162 object, use it for FACE.
14163 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14164 driver->parse_name.
14165 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14166
14167 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14168 prototype.
14169
14170 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14171 argument F. Don't call Fnew_fontset. Instead, directly call
14172 make_fontset.
14173
14174 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14175
14176 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14177 of x_new_fontset2.
14178
14179 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14180 (Qsans__serif): New variables.
14181 (ftfont_generic_family_list): New variable.
14182 (syms_of_ftfont): Initialize the above variables.
14183 (ftfont_pattern_entity): Delete argument NAME.
14184 (ftfont_list_generic_family): New function.
14185 (ftfont_parse_name): Delete this function.
14186 (ftfont_list): Try generic family only when FcFontList found no font.
14187 (ftfont_list_family): Fix args to FcObjectSetBuild.
14188
14189 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14190 object in attrs[LFACE_FONT_INDEX].
14191 (set_lface_from_font_name): Cancel all changes for font-backend.
14192 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14193 function.
14194 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14195 font object in QCfont attribute.
14196 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14197 (realize_default_face) [USE_FONT_BACKEND]: Call
14198 set_lface_from_font_and_fontset.
14199
14200 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14201 "fixed", and signal error here if no suitable font was found.
14202
14203 * xfont.c (xfont_parse_name): Delete this function.
14204
14205 * xftfont.c (xftfont_open): Change coding style of error
14206 handling. Generate fontconfig's fontname pattern.
14207
14208 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14209 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14210
14211 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14212 Both args FONTSET and FONT_OBJECT must be existing ones.
14213
14214 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14215
14216 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14217
14218 2008-02-01 Kenichi Handa <handa@m17n.org>
14219
14220 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14221
14222 * font.h (struct font): Fix typo.
14223
14224 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14225 XLFD_XXX_INDEX.
14226 (enum xlfd_field_mask): New enum.
14227 (intern_font_field): Changed argument. Change caller. If digits
14228 are followed by non-digits, return a symbol.
14229 (font_expand_wildcards): New function.
14230 (font_parse_xlfd): Fix wildcard handling.
14231 (Ffont_spec): If :name is specified, reflect the info in the other
14232 properties.
14233
14234 * ftfont.c (ftfont_pattern_entity): Fix typo.
14235 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14236 locale.
14237
14238 2008-02-01 Kenichi Handa <handa@m17n.org>
14239
14240 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14241
14242 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14243 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14244 registry doesn't specify encoding part.
14245 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14246 (font_open_by_name): At first try parsing the name.
14247 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14248 as Lisp symbols.
14249
14250 * fontset.c (reorder_font_vector): Pay attention to the case that
14251 the 3rd element of font_def is nil.
14252 (fontset_font): For the default fontset, append one more fontset
14253 elements for a script-based font specification. Don't add script
14254 attribute on finding a font.
14255 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14256 font name.
14257 (fontset_ascii_font): If a font can't be opened, return nil.
14258
14259 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14260 (ftfont_pattern_entity): New function.
14261 (ftfont_get_cache): Assume that freetype_font_cache is already
14262 initialized.
14263 (ftfont_list): Handle the case that a file is specified in font
14264 name. Use ftfont_pattern_entity to generate entities.
14265 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14266 (syms_of_ftfont): Initialize freetype_font_cache.
14267
14268 * xftfont.c (xftfont_open): Make the font name fontconfig's
14269 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14270 (xftfont_close): Free font->font.name if not NULL.
14271
14272 * xfont.c (xfont_list): If script is specified for a font, return
14273 null_vector.
14274 (xfont_list_family): Declare argument type.
14275
14276 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14277 name, set LFACE_FONT (lface) to nil.
14278
14279 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14280 return Qnil.
14281
14282 2008-02-01 Kenichi Handa <handa@m17n.org>
14283
14284 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14285 (standard_args): Add "-enable-font-backend".
14286
14287 2008-02-01 Kenichi Handa <handa@m17n.org>
14288
14289 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14290 (struct xftdraw_list, xftdraw_list): Delete them.
14291 (register_xftdraw, check_xftdraw): Delete them.
14292 (xftfont_prepare_face): Don't call register_xftdraw.
14293 (xftfont_done_face): Don't call check_xftdraw.
14294 (xftfont_draw): Get background color only when with_background is
14295 nonzero.
14296
14297 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14298
14299 2008-02-01 Kenichi Handa <handa@m17n.org>
14300
14301 These changes are for the new font handling codes.
14302
14303 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14304 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14305 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14306 (FONTSRC, FONTOBJ): New variables.
14307 (obj): Add $(FONTOBJ).
14308 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14309 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14310 @LIBOTF_LIBS@.
14311 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14312 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14313
14314 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14315
14316 * character.h (Vscript_representative_chars): Extern it.
14317
14318 * character.c (Vscript_representative_chars): New variable.
14319 (syms_of_character): Declare it as a Lisp variable.
14320
14321 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14322 enable_font_backend is nonzero, accept the composition method
14323 COMPOSITION_WITH_GLYPH_STRING.
14324
14325 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14326 enumeration COMPOSITION_WITH_GLYPH_STRING.
14327
14328 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14329 members clip_x, clip_y, clip_width, and clip_height.
14330 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14331
14332 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14333 --enable-font-backend. Call syms_of_font.
14334
14335 * fns.c (assoc_no_quit): New function.
14336
14337 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14338 (face_for_font, new_fontset_from_font)
14339 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14340
14341 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14342 (fontset_font, fontset_ascii, face_for_char)
14343 (make_fontset_for_ascii_face, Ffont_info)
14344 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14345 is nonzero, use font-backend mechanism.
14346 (find_font_encoding): Make it non-static.
14347 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14348 New functions.
14349
14350 * frame.h (struct frame): New members resx and resy.
14351 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14352 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14353
14354 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14355 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14356
14357 * lisp.h (assoc_no_quit): Extern it.
14358
14359 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14360 Through out the file, use FONT_INFO_FROM_FACE instead of
14361 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14362 rif->per_char_metric.
14363 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14364 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14365 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14366 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14367 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14368 nonzero, use font-backend mechanism.
14369 (get_per_char_metric): New function.
14370
14371 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14372 (set_lface_from_font_name)
14373 (set_font_frame_param, free_realized_face)
14374 (prepare_face_for_display, clear_face_gcs)
14375 (Finternal_set_font_selection_order, realize_x_face)
14376 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14377 font-backend mechanism.
14378 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14379 (load_face_font) [USE_FONT_BACKEND]: Abort.
14380 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14381 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14382
14383 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14384 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14385 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14386 nonzero, register all available font drivers. Call
14387 x_default_font_parameter for deciding a font.
14388 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14389
14390 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14391 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14392 (x_set_glyph_string_clipping_exactly)
14393 (x_compute_glyph_string_overhangs)
14394 (x_draw_glyph_string_foreground)
14395 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14396 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14397 enable_font_backend is nonzero, use font-backend mechanism.
14398 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14399
14400 2008-02-01 Kenichi Handa <handa@m17n.org>
14401
14402 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14403 system_eol_type.
14404 (syms_of_coding): Initialize system_eol_type.
14405
14406 * process.c (Fset_process_coding_system): Inherit system's eol
14407 format if necessary.
14408
14409 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14410
14411 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14412
14413 2008-02-01 Kenichi Handa <handa@m17n.org>
14414
14415 * coding.c (decode_eol): Pay attention to buffer relocation in
14416 del_range_2.
14417 (decode_coding): Call decode_eol before restoring undo_list.
14418
14419 2008-02-01 Kenichi Handa <handa@m17n.org>
14420
14421 * charset.c (Fdefine_charset_internal): Fix setting of
14422 emacs_mule_bytes.
14423
14424 2008-02-01 Kenichi Handa <handa@m17n.org>
14425
14426 * keyboard.c (read_char): Check if C is a character or not before
14427 looking up Vkeyboard_translate_table.
14428
14429 2008-02-01 Kenichi Handa <handa@m17n.org>
14430
14431 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14432 condition to terminate the loop.
14433
14434 2008-02-01 Kenichi Handa <handa@m17n.org>
14435
14436 * coding.c (produce_composition): Compare charbuf[i] instead of
14437 args[i] against 0.
14438 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14439
14440 2008-02-01 Kenichi Handa <handa@m17n.org>
14441
14442 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14443 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14444 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14445 detect_coding.
14446 (emacs_mule_char): Handle old style (Emacs 20) component character
14447 of a composition.
14448 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14449 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14450 composition rule.
14451 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14452
14453 2008-02-01 Kenichi Handa <handa@m17n.org>
14454
14455 * coding.c (encode_coding_ccl): Allocate destination dynamically
14456 when necessary.
14457
14458 2008-02-01 Kenichi Handa <handa@m17n.org>
14459
14460 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14461 the loop. When quitted, show a proper error message.
14462
14463 2008-02-01 Kenichi Handa <handa@m17n.org>
14464
14465 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14466 src->clip_head and src->clip_tail temporarily instead of src->hl.
14467
14468 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14469 character sequence.
14470 (Fccl_execute_on_string): Use ASET, not XSET.
14471
14472 2008-02-01 Kenichi Handa <handa@m17n.org>
14473
14474 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14475
14476 2008-02-01 Kenichi Handa <handa@m17n.org>
14477
14478 * coding.c (decode_coding): Fix the condition of terminating the
14479 decoding loop.
14480
14481 2008-02-01 Kenichi Handa <handa@m17n.org>
14482
14483 * data.c (Faset): On setting a character bigger than 255 in a
14484 unibyte string, signal an error instead of make the string multibyte.
14485
14486 2008-02-01 Kenichi Handa <handa@m17n.org>
14487
14488 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14489 made by a mapping table.
14490
14491 2008-02-01 Kenichi Handa <handa@m17n.org>
14492
14493 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14494 not.
14495 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14496 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14497
14498 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14499 s->face is NULL or not.
14500
14501 2008-02-01 Kenichi Handa <handa@m17n.org>
14502
14503 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14504 (x_draw_glyph_string): Fix drawing of right_overhang and
14505 left_overhang around/on cursor.
14506
14507 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14508
14509 2008-02-01 Kenichi Handa <handa@m17n.org>
14510
14511 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14512
14513 2008-02-01 Kenichi Handa <handa@m17n.org>
14514
14515 * coding.c (Fdefine_coding_system_internal)
14516 (Fdefine_coding_system_alias): Avoid a duplicated element in
14517 Vcoding_system_alist.
14518
14519 2008-02-01 Kenichi Handa <handa@m17n.org>
14520
14521 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14522
14523 * coding.c (Qcoding_system_define_form): New variable.
14524 (syms_of_coding): Intern and staticpro it.
14525 (Fcoding_system_p): Check Qcoding_system_define_form.
14526 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
14527
14528 * coding.h (CODING_SYSTEM_P): If ID is not available, call
14529 Fcoding_system_p.
14530 (CHECK_CODING_SYSTEM): If ID is not available, call
14531 Fcheck_coding_system.
14532 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
14533 Try also Fcheck_coding_system.
14534
14535 2008-02-01 Kenichi Handa <handa@m17n.org>
14536
14537 * coding.c (code_conversion_restore): GCPRO arg.
14538
14539 2008-02-01 Kenichi Handa <handa@m17n.org>
14540
14541 * character.c (lisp_string_width): Check multibyteness of STRING.
14542
14543 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14544
14545 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
14546 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
14547 (decode_mac_font_name): Use decode_coding_c_string instead of
14548 decode_coding.
14549 (x_load_font): Initialize fontp->fontset to -1. Set
14550 fontp->encoding_type.
14551
14552 2008-02-01 Kenichi Handa <handa@m17n.org>
14553
14554 * search.c (search_buffer): Give up BM search on case-fold-search
14555 if one of a target character has a case-equivalence of different
14556 byte length even if that target charcter is an ASCII.
14557 (simple_search): Fix calculation of byte length of matched text.
14558 (boyer_moore): Fix handling of case-equivalent multibyte characters.
14559
14560 2008-02-01 Kenichi Handa <handa@m17n.org>
14561
14562 * coding.c (decode_coding): Fix handling of invalid bytes.
14563
14564 2008-02-01 Kenichi Handa <handa@m17n.org>
14565
14566 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
14567 Unicode characters.
14568
14569 2008-02-01 Kenichi Handa <handa@m17n.org>
14570
14571 * coding.c (encode_coding_object): If a pre-write-conversion
14572 function makes a new buffer, kill it.
14573
14574 2008-02-01 Kenichi Handa <handa@m17n.org>
14575
14576 * coding.c (QCascii_compatible_p): New variable.
14577 (syms_of_coding): Initialize it.
14578 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
14579 calling string_char.
14580 (record_conversion_result): Add `default:' case.
14581 (coding_charset_list): Delete unused variable `coding_type'.
14582 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
14583 property in the plist of the coding system.
14584 (Fcoding_system_put): Check QCascii_compatible_p.
14585
14586 2008-02-01 Miles Bader <miles@gnu.org>
14587
14588 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
14589 removed calculation of frame `f', as it's now used.
14590
14591 2008-02-01 Kenichi Handa <handa@m17n.org>
14592
14593 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
14594 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
14595 (UNIDATA): New variable.
14596 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
14597 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
14598 $(RUN_TEMACS) unconditionally.
14599
14600 2008-02-01 Kenichi Handa <handa@m17n.org>
14601
14602 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
14603 (admindir): New variable.
14604 ($(lispsource)international/charprop.el): New target.
14605
14606 2008-02-01 Miles Bader <miles@gnu.org>
14607
14608 * character.c (chars-in-region): Remove obsolete function.
14609 (syms_of_character): Remove its initialization.
14610
14611 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
14612
14613 * w32select.c (validate_coding_system)
14614 (setup_windows_coding_system): New functions.
14615 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
14616 setup_windows_coding_system.
14617 (setup_config, Fw32_get_clipboard_data): Use
14618 validate_coding_system.
14619 (Fx_selection_exists): Move call to setup_config to a place
14620 where signals are allowed.
14621
14622 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
14623 (Fcheck_coding_system): Add declarations.
14624
14625 2008-02-01 Kenichi Handa <handa@m17n.org>
14626
14627 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
14628
14629 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14630
14631 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
14632 string as the second argument for x_new_fontset.
14633
14634 2008-02-01 Kenichi Handa <handa@m17n.org>
14635
14636 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
14637 (encode_coding_object): Use safe_call instead of call2.
14638
14639 2008-02-01 Kenichi Handa <handa@m17n.org>
14640
14641 * fontset.c (Fset_fontset_font): Check family element of a given vector.
14642
14643 * Makefile.in (lisp): Include charprop.el.
14644
14645 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14646
14647 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
14648 Not sure if it's unnecessary.
14649
14650 2008-02-01 Steven Tamm <steventamm@mac.com>
14651
14652 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
14653 some possibly unnecessary fontset checking code that crashed
14654 when creating a new frame.
14655
14656 2008-02-01 Kenichi Handa <handa@m17n.org>
14657
14658 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
14659 lookup_face.
14660
14661 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
14662
14663 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
14664
14665 2008-02-01 Kenichi Handa <handa@m17n.org>
14666
14667 * coding.c: Cancel the change done in HEAD on 2008-02-01.
14668 (coding_charset_list): New function.
14669
14670 * coding.h (coding_charset_list): Extern it.
14671
14672 2008-02-01 Kenichi Handa <handa@m17n.org>
14673
14674 * fontset.c (Fset_fontset_font): Call find_font_encoding with
14675 concatenation of family and registry.
14676
14677 2008-02-01 Kenichi Handa <handa@m17n.org>
14678
14679 * character.h (BYTE8_STRING): Fix typo.
14680
14681 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
14682 string to multibyte (sync to HEAD).
14683
14684 * casefiddle.c (casify_region): Handle changes in byte-length
14685 using replace_range_2 (sync to HEAD).
14686
14687 2008-02-01 Andreas Schwab <schwab@suse.de>
14688
14689 * chartab.c (map_char_table): GCPRO table and arg.
14690
14691 2008-02-01 Kenichi Handa <handa@m17n.org>
14692
14693 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
14694 already at limit.
14695
14696 2008-02-01 Kenichi Handa <handa@m17n.org>
14697
14698 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
14699 instead of fast_c_string_match_ignore_case.
14700 (find_font_encoding): Change argument to Lisp_Object. Use
14701 fast_string_match_ignore_case instead of
14702 fast_c_string_match_ignore_case. Change caller.
14703
14704 2008-02-01 Kenichi Handa <handa@m17n.org>
14705
14706 * xdisp.c (get_next_display_element): In unibyte case, decide to
14707 display in octal form by checking a character by
14708 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
14709
14710 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
14711
14712 * character.c (unibyte_has_multibyte_table): New variable.
14713
14714 * character.h (unibyte_has_multibyte_table): Extern it.
14715 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
14716
14717 2008-02-01 Kenichi Handa <handa@m17n.org>
14718
14719 * coding.c (encode_coding_iso_2022): Fix handling of charset
14720 annotation.
14721
14722 2008-02-01 Kenichi Handa <handa@m17n.org>
14723
14724 * coding.c (setup_coding_system): If coding_system is nil, use
14725 Qundecided.
14726 (Fterminal_coding_system): Return nil if terminal coding system is
14727 `undecided'.
14728 (syms_of_coding): Define coding-system `undecided' here. Setup
14729 terminal_coding as `undecided'.
14730
14731 2008-02-01 Kenichi Handa <handa@m17n.org>
14732
14733 * xdisp.c (message_dolog, set_message_1): Call
14734 unibyte_char_to_multibyte with arg type int.
14735
14736 * lread.c (read1): Fix reading of a char-table.
14737
14738 * print.c (print_object): Include sub char-table in circularities
14739 detection.
14740
14741 2008-02-01 Kenichi Handa <handa@m17n.org>
14742
14743 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
14744 Append the found sequences in car of ARGS instead of prepending.
14745
14746 2008-02-01 Kenichi Handa <handa@m17n.org>
14747
14748 * fileio.c (report_file_error): Make a unibyte string from
14749 strerror (errorno).
14750 (Fsubstitute_in_file_name): Fix the arg to
14751 unibyte_char_to_multibyte. It is evaluated twice.
14752
14753 2008-02-01 Kenichi Handa <handa@m17n.org>
14754
14755 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
14756
14757 2008-02-01 Kenichi Handa <handa@m17n.org>
14758
14759 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
14760 BOM is not found.
14761 (detect_coding, detect_coding_system): Optimization for ISO-2022
14762 when no 8-bit data is found.
14763
14764 2008-02-01 Jason Rumney <jasonr@gnu.org>
14765
14766 * w32fns.c (x_to_w32_font): Update to use new coding struct.
14767
14768 2008-02-01 Kenichi Handa <handa@m17n.org>
14769
14770 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
14771 CHARS.
14772
14773 2008-02-01 Steven Tamm <steventamm@mac.com>
14774
14775 * macterm.c (mac_encode_char): Add charset argument and update
14776 to use encoding_type.
14777 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
14778 switch to pure fontset.
14779 (decode_mac_font_name): Temporarily remove decoding.
14780 (x_font_name_to_mac_font_name): Temporarily remove encoding.
14781 (x_load_font): Temporarily remove encoding.
14782
14783 2008-02-01 Kenichi Handa <handa@m17n.org>
14784
14785 * xfaces.c (Fface_font): If frame is not on a window system,
14786 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
14787 refer to face->font.
14788 (split_font_name_into_vector, build_font_name_from_vector)
14789 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
14790 when HAVE_WINDOW_SYSTEM is defined.
14791
14792 2008-02-01 Kenichi Handa <handa@m17n.org>
14793
14794 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
14795 (x_produce_glyphs): Fix setting of members of cmp in case
14796 cmp->glyph_len is zero.
14797
14798 * fontset.c (Fset_fontset_font): Fix docstring.
14799 (Ffontset_info): Make it backward compatible. New arg ALL.
14800
14801 2008-02-01 Kim F. Storm <storm@cua.dk>
14802
14803 * process.c (read_process_output): Grow decoding_buf when needed;
14804 this could cause a crash in allocate_string and compact_small_strings.
14805
14806 2008-02-01 Kenichi Handa <handa@m17n.org>
14807
14808 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
14809
14810 2008-02-01 Kenichi Handa <handa@m17n.org>
14811
14812 * coding.c (setup_coding_system): Set coding->common_flags
14813 correctly for raw-text.
14814 (consume_chars): On encoding unibyte text by raw-text, don't check
14815 multibyte form.
14816 (encode_coding): On encoding by raw-text, never use translation tables.
14817
14818 * fileio.c (e_write): Short cut for the case of no encoding.
14819
14820 2008-02-01 Kenichi Handa <handa@m17n.org>
14821
14822 * coding.c (detect_coding, detect_coding_system): Delete unused
14823 variables.
14824
14825 2008-02-01 Kenichi Handa <handa@m17n.org>
14826
14827 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
14828 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
14829
14830 2008-02-01 Kenichi Handa <handa@m17n.org>
14831
14832 * coding.c (Ffind_coding_systems_region_internal): Include
14833 raw-text and no-conversion in the result.
14834
14835 2008-02-01 Kenichi Handa <handa@m17n.org>
14836
14837 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
14838 (load_font_get_repertory): Delete unnecessary check of ENCODING of
14839 FONT_DEF.
14840 (font_def_arg, add_arg, from_arg, to_arg): New args.
14841 (set_fontset_font): Change argument.
14842 (Fset_fontset_font): Fix for the case that TARGET is a script
14843 name and charset name.
14844 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
14845
14846 2008-02-01 Kenichi Handa <handa@m17n.org>
14847
14848 * fontset.c (fontset_font): Rename from fontset_face. Change return
14849 value.
14850 (face_suitable_for_char_p, face_for_char): Adjust for the change
14851 of fontset_font.
14852 (make_fontset_for_ascii_face): Fix setting of the fontset element
14853 for ASCII.
14854 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
14855 to get a font name.
14856 (Ffontset_info): Adjust for the change of fontset_font.
14857
14858 * coding.c (emacs_mule_char): Check invalid code more rigidly.
14859
14860 * character.h (LEADING_CODE_LATIN_1_MIN)
14861 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
14862
14863 2008-02-01 Kenichi Handa <handa@m17n.org>
14864
14865 * editfns.c (check_translation): New function.
14866 (Ftranslate_region_internal): Handle M:N mapping.
14867
14868 2008-02-01 Kenichi Handa <handa@m17n.org>
14869
14870 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
14871
14872 2008-02-01 Kenichi Handa <handa@m17n.org>
14873
14874 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
14875 goto invalid_code.
14876 (decode_coding_iso_2022): Fix handling of invalid designation.
14877
14878 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
14879 after calling code_conversion_save.
14880
14881 2008-02-01 Kenichi Handa <handa@m17n.org>
14882
14883 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
14884
14885 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
14886
14887 * fontset.c: Include "intervals.h".
14888 (fontset_face): Fix comparing of Lisp_Objects.
14889 (free_face_fontset, new_fontset_from_font_name): Fix
14890 Lisp_Object/int mixup.
14891
14892 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
14893
14894 * coding.c: Add many prototypes for static functions.
14895 (get_translation_table): Allow max_lookup to be NULL.
14896 (decode_coding, Ffind_coding_systems_region_internal)
14897 (Funencodable_char_position, Fcheck_coding_systems_region): Call
14898 get_translation_table with max_lookup NULL.
14899
14900 2008-02-01 Kenichi Handa <handa@m17n.org>
14901
14902 * coding.c (get_translation_table): Declare it as Lisp_Object.
14903 (LOOKUP_TRANSLATION_TABLE): New macro.
14904 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
14905 instead of CHAR_TABLE_REF.
14906
14907 2008-02-01 Kenichi Handa <handa@m17n.org>
14908
14909 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
14910 annotation data format.
14911 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
14912 Change arguments FROM and TO to single argument NCHARS. Change caller.
14913 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
14914 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14915 (decode_coding_ccl, decode_coding_charset): Pay attention to
14916 coding->charbuf_used.
14917 (get_translation): New function.
14918 (produce_chars): New arguments translation_table and last_block.
14919 Translate characters here. Return number of carryover chars.
14920 Change caller.
14921 (produce_composition): New argument pos. Change caller.
14922 Adjust for the change of annotation data format.
14923 (produce_charset, produce_annotation): Likewise.
14924 (decode_coding, encode_coding): Don't call translate_chars.
14925 (consume_chars): New arg translation_table. Change caller.
14926 (translate_chars): Delete.
14927 (syms_of_coding): Make translation-table's number of extra slots 2.
14928
14929 2008-02-01 Kenichi Handa <handa@m17n.org>
14930
14931 * search.c (simple_search): Fix setting this_pos_byte in backward
14932 search.
14933
14934 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
14935 byte sequence.
14936 (detect_coding_ccl): Fix setting of the variable valids.
14937
14938 2008-02-01 Kenichi Handa <handa@m17n.org>
14939
14940 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
14941
14942 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
14943
14944 * editfns.c (Ftranslate_region_internal): Rename from
14945 Ftranslate_region. Accept a char-table in TABLE.
14946 (syms_of_editfns): Defsubr Stranslate_region_internal.
14947
14948 * xfaces.c (set_lface_from_font_name): If a font is specified for
14949 a frame, generate a fontset from the font.
14950 (build_scalable_font_name): If the scalable font is requested for
14951 a specific size, don't change that size.
14952 (try_font_list): Try a scalable font also in the case that a
14953 pattern string is specified.
14954
14955 2008-02-01 Kenichi Handa <handa@m17n.org>
14956
14957 * xfaces.c (Fface_font): New optional arg CHARACTER.
14958
14959 2008-02-01 Kenichi Handa <handa@m17n.org>
14960
14961 * charset.h (CHARSET_OFFSET): New macro.
14962
14963 2008-02-01 Kenichi Handa <handa@m17n.org>
14964
14965 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
14966
14967 * fontset.c (fontset_face): Handle the case that repertory is a
14968 char-table.
14969 (find_font_encoding): Return nil for unknown encoding.
14970 (Fset_fontset_font): Ignore a font of unknown encoding.
14971
14972 2008-02-01 Kenichi Handa <handa@m17n.org>
14973
14974 * keymap.c (describe_vector): Handle default value of a char table.
14975
14976 * fontset.c (fontset_face): Handle fallback fonts correctly.
14977 (Ffontset_info): Return infomation about fallback fonts.
14978
14979 2008-02-01 Kenichi Handa <handa@m17n.org>
14980
14981 * fontset.c (FONTSET_DEFAULT): New macro.
14982 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
14983 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
14984 the case that it is nil.
14985 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
14986 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
14987
14988 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
14989 subset or superset.
14990
14991 2008-02-01 Kenichi Handa <handa@m17n.org>
14992
14993 * emacs.c (main): Call init_charset after syms_of_XXX.
14994
14995 * charset.c (Vcharset_map_directory): Delete.
14996 (Vcharset_map_path): New variable.
14997 (load_charset_map_from_file): Use Vcharset_map_path instead.
14998 (init_charset): Initialize Vcharset_map_path.
14999 (syms_of_charset): Delete declaration of "charset-map-directory",
15000 add declaration of "charset-map-path".
15001
15002 2008-02-01 Kenichi Handa <handa@m17n.org>
15003
15004 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15005 ASCII only string.
15006
15007 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15008
15009 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15010 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15011
15012 2008-02-01 Kenichi Handa <handa@m17n.org>
15013
15014 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15015
15016 * coding.c (QCmnemonic, QCdefalut_char)
15017 (QCdecode_translation_table, QCencode_translation_table)
15018 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15019 (get_translation_table): Return a list of translation tables if
15020 necessary.
15021 (decode_coding): Call get_translation_table with ENCODEP 0.
15022 (char_encodable_p): If translation_table is non-nil, always call
15023 translate_char.
15024 (Fdefine_coding_system_internal): Accept list of translation
15025 tables as :encode-translation-table and :decode-translation-table.
15026 (Fcoding_system_put): New function.
15027 (syms_of_coding): Declare new symbols. Defsubr
15028 Scoding_system_put.
15029 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15030 typically JISX0212.
15031
15032 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15033 when the charset is superset type.
15034
15035 * character.c (translate_char): Accept list of translation tables.
15036
15037 2008-02-01 Kenichi Handa <handa@m17n.org>
15038
15039 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15040 (CODING_ATTR_TRANS_TBL): New macro.
15041
15042 * coding.c (get_translation_table): New function.
15043 (translate_chars): Fix the bug of skipping annotation data.
15044 (decode_coding, encode_coding): Utilize get_translation_table.
15045 (char_encodable_p, Funencodable_char_position): Translate char if
15046 necessary.
15047 (Ffind_coding_systems_region_internal)
15048 (Fcheck_coding_systems_region): Setup translation table for encode
15049 in a coding system attribute vector in advance.
15050 (Fdefine_coding_system_internal): Allow a symbol as translation
15051 table. For shift-jis type coding system, allow 4th charset.
15052
15053 2008-02-01 Kenichi Handa <handa@m17n.org>
15054
15055 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15056
15057 * xdisp.c (get_next_display_element): Pass -1 as POS to
15058 FACE_FOR_CHAR if displaying a C-string.
15059
15060 2008-02-01 Kenichi Handa <handa@m17n.org>
15061
15062 * composite.c (get_composition_id): Handle xoff and yoff in a
15063 composition rule.
15064
15065 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15066 (struct composition): New member lbearing and rbearing.
15067
15068 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15069 (x_get_glyph_overhangs): Handle a composition glyph.
15070 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15071
15072 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15073 composition glyph.
15074
15075 2008-02-01 Kenichi Handa <handa@m17n.org>
15076
15077 * print.c: Include charset.h.
15078 (Vprint_charset_text_property): New variable.
15079 (Qdefault): Extern it.
15080 (PRINT_STRING_NON_CHARSET_FOUND)
15081 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15082 (print_check_string_result): New variable.
15083 (print_check_string_charset_prop): New function.
15084 (print_prune_charset_plist): New variable.
15085 (print_prune_string_charset): New function.
15086 (print_object): Call print_prune_string_charset if
15087 Vprint_charset_text_property is not t.
15088 (print_interval): Print nothing if interval->plist is nil.
15089 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15090 variable. Init and staticpro print_prune_charset_plist.
15091
15092 2008-02-01 Kenichi Handa <handa@m17n.org>
15093
15094 * fontset.c (new_fontset_from_font_name): Use the specified font
15095 for all characters in the new fontset.
15096
15097 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15098 OBJECT args.
15099
15100 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15101 OBJECT args for composition too.
15102
15103 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15104 OBJECT args.
15105
15106 2008-02-01 Kenichi Handa <handa@m17n.org>
15107
15108 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15109
15110 * fontset.c (reorder_font_vector): Adjust for the change of
15111 FONT_DEF format.
15112 (fontset_face): New arg id. Change caller.
15113 (face_for_char): New args pos and object.
15114 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15115 (fs_query_fontset): Check NAME by Fassoc too.
15116 (Fset_fontset_font): Allow non-XLFD font name.
15117 (Ffontset_info): Adjust for the change of FONT_DEF format.
15118
15119 * fontset.h (face_for_char): Adjust prototype.
15120
15121 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15122 (append_space, extend_face_to_end_of_line)
15123 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15124 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15125
15126 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15127 POS and OBJECT args.
15128
15129 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15130 POS and OBJECT args.
15131
15132 2008-02-01 Jason Rumney <jasonr@gnu.org>
15133
15134 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15135 of GlobalAlloc'ed memory.
15136
15137 2008-02-01 Kenichi Handa <handa@m17n.org>
15138
15139 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15140
15141 * charset.h (charset_table_used): Delete extern.
15142
15143 * charset.c (charset_table_used): Make it static.
15144 (map_charset_chars): Fix args to c_function with.
15145
15146 * chartab.c (map_sub_char_table_for_charset): Fix args to
15147 c_function with.
15148
15149 * coding.h (enum coding_result_code): Delete
15150 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15151
15152 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15153 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15154 (Vlast_code_conversion_error): New variables.
15155 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15156 (ONE_MORE_BYTE): Record error if any instead of signaling an
15157 error. If non-ASCII multibyte char is found, return the negative
15158 value of the code. All callers changed to check it.
15159 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15160 (record_conversion_result): New function. Change all codes setting
15161 coding->result to call this function.
15162 (detect_coding_utf_8, decode_coding_utf_8)
15163 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15164 Don't use the local variable incomplete.
15165 (emacs_mule_char): Change the second arg to `const'.
15166 (decode_coding): Fix of flushing out unprocessed data.
15167 (make_conversion_work_buffer): Fix making of a work buffer.
15168 (decode_coding_object): Return coding->dst_object.
15169
15170 * fontset.c (set_fontset_font): Fix args.
15171
15172 * lisp.h (CHARACTERBITS): Define as 22.
15173
15174 * process.c (send_process): Be sure to set coding->src_multibyte.
15175
15176 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15177
15178 2008-02-01 Kenichi Handa <handa@m17n.org>
15179
15180 * xdisp.c (handle_auto_composed_prop): Give limit to
15181 Fnext_single_char_property_change.
15182
15183 2008-02-01 Kenichi Handa <handa@m17n.org>
15184
15185 * composite.c (syms_of_composite): Don't make the composition hash
15186 table weak.
15187
15188 * fontset.c (Fset_fontset_font): Fix docstring.
15189
15190 * lisp.h (detect_coding_system): Adjust prototype.
15191
15192 * fileio.c (kill_workbuf_unwind): Delete this function.
15193 (Finsert_file_contents): Adjust the call of detect_coding_system.
15194 Get conversion_buffer by code_conversion_save. Use the macro
15195 CODING_MAY_REQUIRE_DECODING. After decoding, update
15196 coding_system.
15197
15198 * coding.h (make_conversion_work_buffer): Delete extern.
15199 (code_conversion_save): Extern it.
15200
15201 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15202 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15203 (decode_coding_utf_8): Don't do eol converion.
15204 (detect_coding_utf_16): Check coding->src_chars, not
15205 coding->src_bytes. Add heuristics for those that have no signature.
15206 (decode_coding_emacs_mule, decode_coding_iso_2022)
15207 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15208 Don't do eol converion.
15209 (adjust_coding_eol_type): Return a new coding system.
15210 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15211 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15212 each change.
15213 (decode_coding): Pay attention to undo_list. Do eol conversion for
15214 all types of coding-systems (if necessary).
15215 (Vcode_conversion_work_buf_list): Delete it.
15216 (Vcode_conversion_reused_workbuf): Rename from
15217 Vcode_conversion_reused_work_buf.
15218 (Vcode_conversion_workbuf_name): New variable.
15219 (reused_workbuf_in_use): New variable.
15220 (make_conversion_work_buffer): Delete the arg DEPTH.
15221 (code_conversion_restore): Change argument to cons.
15222 (code_conversion_save): Delete the argument BUFFER. Change callers.
15223 (detect_coding_system): New argument src_chars. Change callers.
15224 Fix for utf-16 detection.
15225 (init_coding_once): Don't use ISO_carriage_return.
15226 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15227 reused_workbuf_in_use.
15228
15229 2008-02-01 Kenichi Handa <handa@m17n.org>
15230
15231 * keymap.c (store_in_keymap): Pay attention to the case that idx
15232 is a cons specifying a character range.
15233
15234 2008-02-01 Kenichi Handa <handa@m17n.org>
15235
15236 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15237 HANDLED_RECOMPUTE_PROPS.
15238
15239 * coding.c (Fdefine_coding_system_internal): Fix checking of
15240 ascii compatibility.
15241
15242 2008-02-01 Kenichi Handa <handa@m17n.org>
15243
15244 * charset.c (find_charsets_in_text): Delete unused locale variable.
15245 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15246
15247 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15248 Resync charset_list to Vemacs_mule_charset_list.
15249
15250 * keymap.c (store_in_keymap): Pay attention to the case that idx
15251 is a cons specifying a character range.
15252
15253 2008-02-01 Kenichi Handa <handa@m17n.org>
15254
15255 * composite.c (update_compositions): Bind inhibit-read-only, etc
15256 to t before calling remove-list-of-text-properties.
15257
15258 * print.c (print_object): Always print ASCII chars as is.
15259
15260 2008-02-01 Kenichi Handa <handa@m17n.org>
15261
15262 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15263
15264 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15265 is a char table.
15266
15267 2008-02-01 Kenichi Handa <handa@m17n.org>
15268
15269 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15270
15271 2008-02-01 Kenichi Handa <handa@m17n.org>
15272
15273 * xfaces.c (set_lface_from_font_name): Fix for the case that
15274 FONTNAME is not fontset name.
15275
15276 2008-02-01 Kenichi Handa <handa@m17n.org>
15277
15278 * fns.c (base64_encode_1): Fix previous change.
15279
15280 2008-02-01 Kenichi Handa <handa@m17n.org>
15281
15282 * fontset.c (set_fontset_font): New function.
15283 (Fset_fontset_font): If a font is specified for a charset, use
15284 map_charset_chars to store the font spec in a fontset.
15285
15286 2008-02-01 Kenichi Handa <handa@m17n.org>
15287
15288 * fontset.c (fontset_face): Create a fallback fontset on demand.
15289 (make_fontset): Don't create a fallback fontset here.
15290 (free_face_fontset): Free a fallback fontset (if any) too.
15291 (n_auto_fontsets): Delete this variable.
15292 (auto_fontset_alist): New variable.
15293 (new_fontset_from_font_name): Check auto_fontset_alist.
15294 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15295 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15296 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15297 Defsubr Sfontset_list_all.
15298
15299 2008-02-01 Kenichi Handa <handa@m17n.org>
15300
15301 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15302
15303 2008-02-01 Kenichi Handa <handa@m17n.org>
15304
15305 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15306
15307 2008-02-01 Kenichi Handa <handa@m17n.org>
15308
15309 * editfns.c (Fgoto_char): Fix docstring.
15310
15311 2008-02-01 Kenichi Handa <handa@m17n.org>
15312
15313 * insdel.c (insert_from_gap): Adjust intervals correctly.
15314
15315 2008-02-01 Jason Rumney <jasonr@gnu.org>
15316
15317 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15318 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15319 (w32_initialize): Try to load it.
15320 (x_get_font_repertory): Use it if available.
15321 (w32_encode_char): Add shortcut for unicode output.
15322
15323 * w32fns.c (w32_load_system_font): Default charset to -1.
15324 (x_to_w32_charset): Match all fonts for unicode.
15325 (w32_to_x_charset): New parameter matching. Don't return partial
15326 or wildcard charsets.
15327 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15328 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15329 (w32_to_x_font): Match charset to real charset.
15330 (enum_font_cb2): Always list unicode versions.
15331
15332 * makefile.w32-in (temacs): Increase EMHEAP.
15333
15334 2008-02-01 Jason Rumney <jasonr@gnu.org>
15335
15336 * w32term.c (w32_encode_char): New charset parameter.
15337 font_info.encoding becomes encoding_type.
15338 (x_get_font_repertory): New function. Warning: stub only!
15339 (x_new_font): Return quickly if font already set.
15340 (x_new_fontset): fontsetname parameter is Lisp_Object.
15341 Use new fs_query_fontset. Try new_fontset_from_font_name.
15342 Use fontset_name for return value.
15343
15344 * w32term.h: Declare x_get_font_repertory.
15345
15346 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15347 place of find_charset_in_text. Use encode_coding_object in place
15348 of encode_coding.
15349 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15350 decode_coding.
15351
15352 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15353 of x_new_fontset.
15354 (w32_load_system_font): Initialize charset as unicode.
15355 font_info.encoding becomes encoding_type.
15356 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15357 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15358 (syms_of_w32fns): Set get_font_repertory_func.
15359
15360 * w32console.c: Include character.h. Use terminal_encode_buffer
15361 from term.c.
15362 (write_glyphs): Use new version of encode_terminal_code. Use
15363 encode_coding_object in place of encode_coding.
15364
15365 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15366 encoding becomes encoding_type.
15367
15368 * term.c (terminal_encode_buffer): Make externally visible.
15369
15370 * makefile.w32-in: Add character.h dependancies.
15371 (character.o, chartab.o): New targets.
15372
15373 2008-02-01 Kenichi Handa <handa@m17n.org>
15374
15375 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15376 CODING_ID_EOL_TYPE.
15377
15378 2008-02-01 Andreas Schwab <schwab@suse.de>
15379
15380 * coding.c (produce_chars): Revert last change.
15381
15382 2008-02-01 Kenichi Handa <handa@m17n.org>
15383
15384 * charset.h (charset_unicode): Extern it.
15385
15386 * charset.c (string_xstring_p): Check by (C >= 0x100).
15387 (find_charsets_in_text): Change format of the arc CHARSETS. New
15388 arg MULTIBYTE.
15389 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15390 change of find_charsets_in_text.
15391 (Fsplit_char): Fix doc. Never return unknown.
15392
15393 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15394
15395 * coding.c (Fdefine_coding_system_alias): Update
15396 Vcoding_system_list.
15397
15398 * fontset.c (load_font_get_repertory): Pay attention to the case
15399 that ENCODING of a font is specified by a char-table.
15400
15401 * xterm.c (x_get_font_repertory): Handle the case that the
15402 encoding of font is other than Unicode.
15403
15404 2008-02-01 Kenichi Handa <handa@m17n.org>
15405
15406 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15407 if a character is encodable by the terminal coding system. If
15408 not, produces proper number of `?'s. Update
15409 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15410 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15411
15412 2008-02-01 Kenichi Handa <handa@m17n.org>
15413
15414 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15415 variables.
15416 (encode_terminal_code): Change argument. Encode multiple
15417 characters at once. Store the result of encoding in
15418 terminal_encode_buffer.
15419 (write_glyphs, insert_glyphs): Adjust for the change of
15420 encode_terminal_code.
15421 (term_init): Initialize terminal_encode_buffer and
15422 terminal_encode_buf_size.
15423
15424 * coding.c (consume_chars): If coding->src_object is nil, don't
15425 check annotation.
15426
15427 2008-02-01 Kenichi Handa <handa@m17n.org>
15428
15429 * character.c (char_string): Use ASCII_CHAR_P instead of
15430 SINGLE_BYTE_CHAR_P.
15431
15432 2008-02-01 Kenichi Handa <handa@m17n.org>
15433
15434 * xdisp.c (handle_auto_composed_prop): Check if the last
15435 characters of auto-composed region is newly composed with the
15436 following characters.
15437 (handle_composition_prop): Fix checking of point being inside
15438 composition.
15439
15440 2008-02-01 Kenichi Handa <handa@m17n.org>
15441
15442 * fns.c (concat): Don't change multibyteness of the result by
15443 concatenating an 8-bit character.
15444
15445 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15446 multibyteness of the result when newelt is an 8-bit character.
15447
15448 2008-02-01 Dave Love <fx@gnu.org>
15449
15450 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15451 EMACS_INT.
15452
15453 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15454
15455 * xfaces.c (face_numeric_value): Declare dim size_t.
15456 (Finternal_lisp_face_equal_p): Remove unused f.
15457
15458 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15459 (MATRIX_ROW): Remove unused vars.
15460 (draw_glyphs, x_insert_glyphs, fast_find_position)
15461 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15462 byte/char counts.
15463
15464 * regex.c (regex_compile): Remove unused var.
15465
15466 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15467
15468 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15469 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15470
15471 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15472
15473 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15474
15475 * fileio.c (Fwrite_region): Remove unused var.
15476
15477 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15478 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15479
15480 * composite.c (Fremove_list_of_text_properties): Declare.
15481
15482 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15483 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15484 (coding_inherit_eol_type): Remove unused attrs.
15485 (detect_coding): Cast arg of detect_eol.
15486
15487 * charset.c (syms_of_charset): Remove unused var p.
15488 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15489 byte/char counts.
15490
15491 * casetab.c (set_case_table): Remove unused var.
15492
15493 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15494 unused vars.
15495
15496 2008-02-01 Dave Love <fx@gnu.org>
15497
15498 * xterm.c (x_bitmap_mask): Declare.
15499
15500 2008-02-01 Dave Love <fx@gnu.org>
15501
15502 * xterm.c (x_term_init): Fix type error.
15503
15504 * lisp.h: Add Funibyte_char_to_multibyte.
15505
15506 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15507 (Fset_coding_system_priority): Doc fix.
15508
15509 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15510
15511 * indent.c (check_composition): Make start and end EMACS_INT.
15512
15513 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15514
15515 * xdisp.c (handle_composition_prop, check_point_in_composition):
15516 Make buffer positions EMACS_INT.
15517
15518 * composite.c (find_composition, run_composition_function)
15519 (update_compositions, Ffind_composition_internal): Make buffer
15520 positions EMACS_INT.
15521
15522 * composite.h (find_composition, update_compositions): Make
15523 position args EMACS_INT.
15524
15525 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
15526
15527 * intervals.c (get_property_and_range):
15528 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
15529
15530 * unexalpha.c: Don't include varargs.h.
15531
15532 2008-02-01 Dave Love <fx@gnu.org>
15533
15534 * coding.h (ENCODE_UTF_8): New.
15535
15536 * Makefile.in (gtkutil.o): Depend on coding.h.
15537
15538 * coding.c (Fset_coding_system_priority): Doc fix.
15539
15540 2008-02-01 Kenichi Handa <handa@m17n.org>
15541
15542 * fileio.c (Finsert_file_contents): Call setup_coding_system in
15543 the case of auto saving.
15544
15545 2008-02-01 Andreas Schwab <schwab@suse.de>
15546
15547 * chartab.c (map_char_table, map_char_table_for_charset): Protect
15548 `range' from GC.
15549
15550 2008-02-01 Kenichi Handa <handa@m17n.org>
15551
15552 * coding.c (decode_coding_sjis): Check bytes more rigidly.
15553
15554 2008-02-01 Kenichi Handa <handa@m17n.org>
15555
15556 * fileio.c (choose_write_coding_system): Return a decided coding system.
15557 (Fwrite_region): Set Vlast_coding_system_used to the return value
15558 of choose_write_coding_system.
15559
15560 2008-02-01 Kenichi Handa <handa@m17n.org>
15561
15562 * charset.c (Fset_charset_priority): Pay attention to duplicated
15563 arguments.
15564
15565 * coding.c (QCcategory): New variable.
15566 (syms_of_coding): Defsym it. Set all elements of
15567 Vcoding_category_table and their symbol values.
15568 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
15569 coding-category-XXX, and coding-category-list.
15570 (Fdefine_coding_system_internal): Add category in the plist.
15571
15572 2008-02-01 Kenichi Handa <handa@m17n.org>
15573
15574 * callproc.c (Fcall_process): Handle carryover correctly.
15575
15576 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
15577 (raw_text_coding_system): Check NILP (coding_system).
15578 (coding_inherit_eol_type): Check NILP (coding_system) and
15579 NILP (parent).
15580 (consume_chars): Fix for the case of raw-text.
15581
15582 * process.c (read_process_output): Handle carryover correctly.
15583
15584 2008-02-01 Dave Love <fx@gnu.org>
15585
15586 * regex.c (re_search_2): Fix last change.
15587
15588 2008-02-01 Kenichi Handa <handa@m17n.org>
15589
15590 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
15591 target_multibyte. Even in a unibyte case, return a converted
15592 multibyte char.
15593 (GET_CHAR_AFTER): New macro.
15594 (PATFETCH): Translate via multibyte char.
15595 (HANDLE_UNIBYTE_RANGE): Delete this macro.
15596 (SETUP_MULTIBYTE_RANGE): New macro.
15597 (regex_compile): Setup compiled code so that its multibyteness
15598 matches that of a target. Fix the handling of "[X-YZ]" using
15599 SETUP_MULTIBYTE_RANGE.
15600 (analyse_first) <charset>: For filling fastmap for all multibyte
15601 characters, don't check by BASE_LEADING_CODE_P.
15602 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
15603 the same as RE_MULTIBYTE_P (bufp) now.
15604 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
15605 (TARGET_CHAR_AND_LENGTH): Delete this macro.
15606 (TRANSLATE_VIA_MULTIBYTE): New macro.
15607 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
15608 It is the same as RE_MULTIBYTE_P (bufp) now.
15609 <exactn>: Translate via multibyte.
15610 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
15611 translate it.
15612 <charset, charset_not>: Fetch a character by
15613 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
15614 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
15615 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
15616 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
15617 by GET_CHAR_AFTER.
15618 (bcmp_translate): Likewise.
15619
15620 * search.c (compile_pattern): Check the member target_multibyte,
15621 not the member multibyte of buf.
15622
15623 * lread.c (read1): While reading a string, set force_singlebyte
15624 and force_multibyte correctly.
15625
15626 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
15627 up of unibyte_to_multibyte_table.
15628
15629 2008-02-01 Kenichi Handa <handa@m17n.org>
15630
15631 * coding.c (setup_coding_system): If coding has
15632 post-read-conversion or pre-write-conversion, set
15633 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
15634 respectively.
15635 (decode_coding_gap): Run post-read-conversion if any.
15636
15637 * fileio.c (Finsert_file_contents): Even if we read into a
15638 unibyte buffer, check if we must decode the result or not.
15639
15640 2008-02-01 Kenichi Handa <handa@m17n.org>
15641
15642 * coding.c (make_conversion_work_buffer): Change the work buffer
15643 name to the same one as that of Emacs 21.
15644
15645 2008-02-01 Kenichi Handa <handa@m17n.org>
15646
15647 * coding.h (make_conversion_work_buffer): Adjust prototype.
15648 (code_conversion_restore): Don't extern it.
15649
15650 * coding.c (detected_mask): Delete unused variable.
15651 (decode_coding_iso_2022): Pay attention to the byte sequence of
15652 CTEXT extended segment, and retain those bytes as is.
15653 (decode_coding_ccl): Delete unused variable `valids'.
15654 (setup_coding_system): Delete unused variable `category'.
15655 (consume_chars): Delete unused variable `category'. Make it work
15656 for non-multibyte case.
15657 (make_conversion_work_buffer): Change argument.
15658 (saved_coding): Delete unused variable.
15659 (code_conversion_restore): Don't check saved_coding->destination.
15660 (code_conversion_save): New function.
15661 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
15662 instead of record_unwind_protect.
15663 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
15664 (detect_coding_system): Delete unused variable `mask'.
15665 (Fdefine_coding_system_internal): Delete unused variable id.
15666
15667 * fileio.c (kill_workbuf_unwind): New function.
15668 (Finsert_file_contents): On replacing, call
15669 make_conversion_work_buffer with correct args, and call
15670 record_unwind_protect with the first arg kill_workbuf_unwind.
15671
15672 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
15673
15674 2008-02-01 Kenichi Handa <handa@m17n.org>
15675
15676 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
15677 (fontset_add): Fix for the case that TO is less than TO1.
15678 (Ffontset_info): Don't use fallback fontset on checking the
15679 default fontset.
15680 (dump_fontset): New function for debugging.
15681
15682 * coding.c (Fdefine_coding_system_internal): Fix for the case that
15683 coding_type is Qcharset.
15684
15685 2008-02-01 Kenichi Handa <handa@m17n.org>
15686
15687 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
15688 (map_char_table): Don't inherit the value from the parent on
15689 initializing VAL. Adjust for the above change.
15690
15691 2008-02-01 Kenichi Handa <handa@m17n.org>
15692
15693 * coding.c (Qsignature, Qendian): Delete these variables.
15694 (syms_of_coding): Don't initialize them.
15695 (CATEGORY_MASK_UTF_16_AUTO): New macro.
15696 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
15697 detect_info->found.
15698 (decode_coding_utf_16): Don't detect BOM here.
15699 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
15700 is NOT utf_16_without_bom.
15701 (setup_coding_system): For a coding system of type utf-16, check
15702 if the attribute :endian is Qbig or not (not nil or not), and set
15703 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
15704 (detect_coding): If coding type is utf-16 and BOM detection is
15705 required, detect it.
15706 (Fdefine_coding_system_internal): For a coding system of type
15707 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
15708
15709 2008-02-01 Kenichi Handa <handa@m17n.org>
15710
15711 * coding.c (coding_set_source): Fix for the case that the current
15712 buffer is different from coding->src_object.
15713 (decode_coding_object): Don't use the conversion work buffer if
15714 DST_OBJECT is a buffer.
15715
15716 2008-02-01 Dave Love <fx@gnu.org>
15717
15718 * lread.c (read_emacs_mule_char) [len==2]: Index
15719 emacs_mule_charset correctly.
15720
15721 2008-02-01 Dave Love <fx@gnu.org>
15722
15723 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
15724 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
15725 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
15726 treated specially.)
15727 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
15728 (detected_mask): Remove Big5 bits.
15729
15730 2008-02-01 Kenichi Handa <handa@m17n.org>
15731
15732 The following changes are to make the font rescaling facility
15733 compatible with Emacs 21.
15734
15735 * xfaces.c (Vface_font_rescale_alist): Rename from
15736 Vface_resizing_fonts.
15737 (struct font_name): Rename member resizing_ratio to rescale_ratio.
15738 (font_rescale_ratio): Rename from font_resizing_ratio.
15739 (split_font_name): Set font->rescale_ratio.
15740 (better_font_p): Pay attention to font->rescale_ratio.
15741 (build_scalable_font_name): Likewise. Change RESX, and RESY
15742 fields.
15743 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15744
15745 2008-02-01 Kenichi Handa <handa@m17n.org>
15746
15747 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
15748 (Qutf_16_le): Remove these variables.
15749 (syms_of_coding): Don't DEFSYM them.
15750 (decode_coding_utf_16): Fix handling of BOM.
15751 (encode_coding_utf_16): Fix handling of BOM.
15752
15753 2008-02-01 Kenichi Handa <handa@m17n.org>
15754
15755 * fileio.c (Finsert_file_contents): On replacing, before decoding
15756 the file into the work buffer, set point of the work buffer to the end.
15757
15758 2008-02-01 Dave Love <fx@gnu.org>
15759
15760 * coding.c (Fcheck_coding_systems_region): Fix type errors.
15761
15762 2008-02-01 Dave Love <fx@gnu.org>
15763
15764 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15765 and fix C types.
15766
15767 2008-02-01 Kenichi Handa <handa@m17n.org>
15768
15769 * xdisp.c (SKIP_GLYPHS): New macro.
15770 (set_cursor_from_row): Pay attention to string display properties.
15771
15772 * category.c (copy_category_entry): Fix for the case that RANGE
15773 is an integer.
15774
15775 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
15776
15777 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
15778
15779 2008-02-01 Kenichi Handa <handa@m17n.org>
15780
15781 * charset.c (Fcharset_id_internal): New function.
15782 (syms_of_charset): Defsubr it.
15783
15784 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
15785 with the last arg charset_list acquired from coding.
15786 (Fdefine_coding_system_internal): For ccl-based coding system, fix
15787 the attribute coding_attr_ccl_valids.
15788
15789 * coding.h (enum define_coding_ccl_arg_index): Set the first
15790 member coding_arg_ccl_decoder to coding_arg_max.
15791
15792 * ccl.h (ccl_driver): Adjust prototype.
15793
15794 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
15795 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
15796 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
15797 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
15798 last arg Qnil.
15799
15800 2008-02-01 Kenichi Handa <handa@m17n.org>
15801
15802 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
15803 call encode_char.
15804
15805 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
15806
15807 2008-02-01 Dave Love <fx@gnu.org>
15808
15809 * composite.c (syms_of_composite): Make composition_hash_table weak.
15810
15811 2008-02-01 Kenichi Handa <handa@m17n.org>
15812
15813 * dispextern.h (check_face_attributes, generate_ascii_font_name)
15814 (font_name_registry): Don't extern them.
15815 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
15816
15817 * fontset.h (Qfontset): Don't extern it.
15818 (new_fontset_from_font_name): Extern it.
15819
15820 * fontset.c: Give 8 extra slots to fontset objects.
15821 (Qfontset_info): New variable.
15822 (syms_of_fontset): Defsym it.
15823 (FONTSET_FALLBACK): New macro.
15824 (fontset_face): Try also the default fontset.
15825 (make_fontset): Realize a fallback fontset from the default fontset.
15826 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
15827 using split_font_name_into_vector and build_font_name_from_vector.
15828 (Fset_fontset_font): Access the elements of font_spec by enum
15829 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
15830 name by using split_font_name_into_vector.
15831 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
15832 generate a proper font name from the fontset name. Update
15833 Vfontset_alias_alist.
15834 (n_auto_fontsets): New variable.
15835 (new_fontset_from_font_name): New function.
15836 (Ffont_info): Store the information about fonts generated from the
15837 default fontset in the first extra slot of the returned char-table.
15838
15839 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
15840 (font_name_registry): Delete function.
15841 (split_font_name_into_vector): New function.
15842 (build_font_name_from_vector): New function.
15843 (font_list): The argument REGISTRY is now a list of registry names.
15844 (choose_face_font): If we are choosing an ASCII font, and ATTRS
15845 specifies an explicit font name, return the name as is. Make a
15846 list of registy names.
15847
15848 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
15849 of x_new_fontset.
15850 (Fx_create_frame): Don't call x_new_fontset here. Just use
15851 x_list_fonts to check the existence of fonts.
15852
15853 * xterm.h (x_new_fontset): Adjust prototype.
15854
15855 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
15856 string. Use new_fontset_from_font_name to create a fontset from a
15857 font name.
15858
15859 2008-02-01 Kenichi Handa <handa@m17n.org>
15860
15861 * syntax.c (Vfind_word_boundary_function_table): New name for
15862 Vnext_word_boundary_function_table.
15863 (find-word-boundary-function-table): New name for
15864 next-word-boundary-function-table.
15865
15866 2008-02-01 Dave Love <fx@gnu.org>
15867
15868 * Makefile.in: Fix some dependencies.
15869
15870 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
15871 set it to nil before returning.
15872
15873 * composite.c (update_compositions): Fix type error.
15874
15875 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
15876
15877 2008-02-01 Kenichi Handa <handa@m17n.org>
15878
15879 * xterm.c (x_new_font): Optimize for the case that the font is
15880 already set for the frame.
15881
15882 2008-02-01 Kenichi Handa <handa@m17n.org>
15883
15884 * chartab.c (char_table_ascii): Check if the char table contents
15885 is sub-char-table or not.
15886 (char_table_set, char_table_set_range): Fix argument to
15887 char_table_ascii.
15888
15889 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
15890 (detect_coding_utf_8, detect_coding_utf_16)
15891 (detect_coding_emacs_mule, detect_coding_iso_2022)
15892 (detect_coding_sjis, detect_coding_big5)
15893 (detect_coding_ccl, detect_coding_charset): Change argument MASK
15894 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
15895 sequence is valid in this coding system. Change callers.
15896 (MAX_ANNOTATION_LENGTH): New macro.
15897 (ADD_ANNOTATION_DATA): New macro.
15898 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
15899 ADD_ANNOTATION_DATA. Change the format of annotation data.
15900 (ADD_CHARSET_DATA): New macro.
15901 (emacs_mule_char): New argument ID. Change callers.
15902 (decode_coding_emacs_mule, decode_coding_iso_2022)
15903 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15904 Produce charset annotation data in coding->charbuf.
15905 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
15906 to charset annotation data in coding->charbuf.
15907 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
15908 coding->common_flags if the coding system is iso-2022 based and
15909 uses designation.
15910 (produce_composition): Adjust for the new annotation data format.
15911 (produce_charset): New function.
15912 (produce_annotation): Handle charset annotation.
15913 (handle_composition_annotation, handle_charset_annotation): New
15914 functions.
15915 (consume_chars): Handle charset annotation. Utilize the above two
15916 functions.
15917 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
15918 buffer, get the deleted text as a string and set
15919 coding->src_object to that string.
15920 (detect_coding, detect_coding_system): Use the new struct
15921 coding_detection_info.
15922
15923 * coding.h (struct coding_detection_info): New structure.
15924 (struct coding_system): Adjust prototype of the member `detector'.
15925 (CODING_ANNOTATE_CHARSET_MASK): New macro.
15926
15927 2008-02-01 Kenichi Handa <handa@m17n.org>
15928
15929 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
15930
15931 2008-02-01 Dave Love <fx@gnu.org>
15932
15933 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
15934 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
15935 to new local and nullify apropos_accumulate before returning.
15936 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
15937
15938 2008-02-01 Kenichi Handa <handa@m17n.org>
15939
15940 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
15941 correctly.
15942
15943 2008-02-01 Dave Love <fx@gnu.org>
15944
15945 * fns.c (Flanginfo): Call synchronize_system_time_locale.
15946
15947 2008-02-01 Kenichi Handa <handa@m17n.org>
15948
15949 The following changes are to make character composition happen
15950 automatically on displaying.
15951
15952 * Makefile.in (lisp, shortlisp): Add composite.elc.
15953
15954 * composite.h (Qauto_composed, Vauto_composition_function)
15955 (Qauto_composition_function): Extern them.
15956
15957 * composite.c (Vcomposition_function_table)
15958 (Qcomposition_function_table): Delete variables.
15959 (Qauto_composed, Vauto_composition_function)
15960 (Qauto_composition_function): New variables.
15961 (run_composition_function): Don't call
15962 compose-chars-after-function.
15963 (update_compositions): Clear `auto-composed' text property.
15964 (compose_chars_in_text): Delete this function.
15965 (syms_of_composite): Staticpro Qauto_composed and
15966 Qauto_composition_function. Declare Vauto_composition_function as
15967 a Lisp variable.
15968
15969 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
15970
15971 * xdisp.c (it_props): Add an entry for Qauto_composed.
15972 (handle_auto_composed_prop): New function.
15973
15974 * xselect.c (selection_data_to_lisp_data): Don't call
15975 compose_chars_in_text.
15976
15977 2008-02-01 Dave Love <fx@gnu.org>
15978
15979 * keyboard.c (read_char): Modify checking around use of
15980 Vkeyboard_translate_table.
15981
15982 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15983 and fix C types.
15984
15985 2008-02-01 Kenichi Handa <handa@m17n.org>
15986
15987 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
15988 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15989 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
15990 the case that the last byte is '\r' correctly.
15991 (decode_coding): Flush out the unprocessed data correctly.
15992 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
15993
15994 2008-02-01 Dave Love <fx@gnu.org>
15995
15996 * xterm.c (XTread_socket): Fix changes for defined keysyms.
15997 Add XK_ISO... case.
15998 (xaw_scroll_callback): Revert last change.
15999
16000 2008-02-01 Kenichi Handa <handa@m17n.org>
16001
16002 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16003
16004 2008-02-01 Kenichi Handa <handa@m17n.org>
16005
16006 * xfaces.c (Vface_resizing_fonts): New variable.
16007 (struct font_name): New member `resizing_ratio'.
16008 (font_resizing_ratio): New function.
16009 (split_font_name): Set font->resizing_ratio.
16010 (better_font_p): Pay attention to font->resizing_ratio.
16011 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16012 RESX, and RESY fields.
16013 (try_alternative_families): Try scalable fonts if
16014 Vscalable_fonts_allowed is not Qt.
16015 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16016
16017 2008-02-01 Dave Love <fx@gnu.org>
16018
16019 * xterm.c (xaw_scroll_callback): Cast correctly.
16020
16021 2008-02-01 Dave Love <fx@gnu.org>
16022
16023 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16024 (lispy_kana_keys): Comment out.
16025 (make_lispy_event) [XK_kana_A]: Comment out.
16026
16027 * xterm.c (xaw_scroll_callback): Cast call_data.
16028 (XTread_socket): Deal with ASCII keysyms.
16029 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16030
16031 2008-02-01 Dave Love <fx@gnu.org>
16032
16033 * xterm.c (Vx_keysym_table): New.
16034 (syms_of_xterm): Initialize it.
16035 (XTread_socket): Use it.
16036 From head: Eliminate incorrect optimization that tried to avoid
16037 decoding the output of X*LookupString.
16038 (x_get_font_repertory): Delete charset declaration.
16039
16040 2008-02-01 Kenichi Handa <handa@m17n.org>
16041
16042 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16043 return 0.
16044 (Fdefine_coding_system_internal): Setup
16045 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16046
16047 2008-02-01 Dave Love <fx@gnu.org>
16048
16049 * coding.c (Fcheck_coding_system): Doc fix.
16050
16051 * editfns.c (Finsert_byte): Return a proper value.
16052
16053 2008-02-01 Kenichi Handa <handa@m17n.org>
16054
16055 * coding.c (decode_coding): Fix args to translate_chars. Pay
16056 attention to Vstandard_translation_table_for_decode.
16057 (encode_coding): Fix args to translate_chars. Pay attention to
16058 Vstandard_translation_table_for_encode.
16059
16060 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16061 SINGLE_BYTE_CHAR_P.
16062
16063 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16064 not by SINGLE_BYTE_CHAR_P.
16065
16066 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16067 SINGLE_BYTE_CHAR_P.
16068
16069 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16070 SINGLE_BYTE_CHAR_P.
16071
16072 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16073 by SINGLE_BYTE_CHAR_P.
16074
16075 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16076 SINGLE_BYTE_CHAR_P.
16077
16078 2008-02-01 Dave Love <fx@gnu.org>
16079
16080 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16081
16082 2008-02-01 Dave Love <fx@gnu.org>
16083
16084 * fns.c (Flanginfo): Fix typo.
16085
16086 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16087
16088 2008-02-01 Kenichi Handa <handa@m17n.org>
16089
16090 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16091 (detect_coding_emacs_mule, detect_coding_iso_2022)
16092 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16093 incomplete byte sequence. Don't update *mask when correctly detected.
16094 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16095 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16096 (detect_coding, detect_coding_system): Adjust for the changes above.
16097
16098 2008-02-01 Kenichi Handa <handa@m17n.org>
16099
16100 * character.c (char_string): Rename from
16101 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16102 (string_char): Rename from string_char.
16103
16104 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16105 if C is greater than MAX_3_BYTE_CHAR.
16106 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16107 string_char instead of string_char_with_unification.
16108
16109 2008-02-01 Dave Love <fx@gnu.org>
16110
16111 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16112
16113 2008-02-01 Kenichi Handa <handa@m17n.org>
16114
16115 * keymap.c (push_key_description): Pay attention to force_multibyte.
16116
16117 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16118
16119 2008-02-01 Dave Love <fx@gnu.org>
16120
16121 * charset.c (define_charset_internal): Rename `supprementary'.
16122
16123 * Makefile.in (lisp, shortlisp): Remove latin-N.
16124
16125 2008-02-01 Dave Love <fx@gnu.org>
16126
16127 * xfns.c (x_window, x_window): Use use_xim.
16128
16129 * xterm.c (use_xim): Initialize.
16130 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16131 (x_term_init): Maybe set use_xim.
16132
16133 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16134
16135 2008-02-01 Kenichi Handa <handa@m17n.org>
16136
16137 * search.c (search_buffer): Fix case-fold-search of multibyte
16138 characters.
16139 (boyer_moore): Rename the last argument to char_high_bits.
16140
16141 2008-02-01 Kenichi Handa <handa@m17n.org>
16142
16143 * xdisp.c (display_string): Fix for the case of zero width glyph.
16144
16145 * xfns.c (x_set_font): Change the error message of the case that
16146 x_new_fontset returns Qt.
16147
16148 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16149 (Finternal_set_lisp_face_attribute): Use signal_error for the
16150 error of invalid fontset.
16151
16152 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16153 fontset, return Qt.
16154
16155 2008-02-01 Dave Love <fx@gnu.org>
16156
16157 * unexelf.c (unexec): Make .got handling not SGI-specific.
16158
16159 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16160
16161 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16162
16163 * keyboard.c (read_key_sequence): Fix type error.
16164
16165 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16166 type error.
16167
16168 * fontset.c (fontset_add): Return Lisp_Object.
16169
16170 2008-02-01 Dave Love <fx@gnu.org>
16171
16172 * charset.h (charset_ordered_list_tick): Declare extern.
16173
16174 2008-02-01 Kenichi Handa <handa@m17n.org>
16175
16176 The following changes (and some of 2008-02-01 changes of mine) are
16177 for handling syntax, category, and case conversion for unibyte
16178 characters by converting them to multibyte on the fly. With these
16179 changes, we don't have to setup syntax and case tables for unibyte
16180 characters in each language environment.
16181
16182 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16183 multibyte if necessary.
16184
16185 * bytecode.c (Fbyte_code): Likewise.
16186
16187 * character.h (LEADING_CODE_LATIN_1_MIN)
16188 (LEADING_CODE_LATIN_1_MAX): New macros.
16189 (unibyte_to_multibyte_table): Extern it.
16190 (unibyte_char_to_multibyte): New macro.
16191 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16192 (CHAR_LEADING_CODE): New macro.
16193 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16194
16195 * character.c (unibyte_to_multibyte_table): New variable.
16196 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16197 (multibyte_char_to_unibyte): If C is an eight-bit character,
16198 convert it to the corresponding byte value.
16199
16200 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16201 not 1, signals an error. Update the elements of
16202 unibyte_to_multibyte_table.
16203 (init_charset_once): Initialize unibyte_to_multibyte_table.
16204 (syms_of_charset): Define the charset `iso-8859-1'.
16205
16206 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16207 as is without converting it to unibyte. In a unibyte buffer,
16208 convert C to multibyte before checking the syntax.
16209
16210 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16211
16212 * minibuf.c (Fminibuffer_complete_word): Use the macro
16213 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16214
16215 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16216
16217 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16218 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16219 that is zero, convert an eight-bit char to multibyte.
16220 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16221 non-emacs case.
16222 (PATFETCH): Convert an eight-bit char to multibyte.
16223 (HANDLE_UNIBYTE_RANGE): New macro.
16224 (regex_compile): Setup the compiled pattern for multibyte chars
16225 even if the given regex string is unibyte. Use PATFETCH_RAW
16226 instead of PATFETCH in many places. To handle `charset'
16227 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16228 only for ASCII chars.
16229 (analyse_first) <exactn>: Simplify because the compiled pattern
16230 is multibyte.
16231 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16232 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16233 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16234 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16235 multibyte always 1.
16236 (re_search_2): In emacs, set the locale variable multibyte to 1,
16237 otherwise to 0. New local variable target_multibyte. Check it
16238 to decide the multibyteness of STR1 and STR2. If
16239 target_multibyte is zero, convert unibyte chars to multibyte
16240 before translating and checking fastmap.
16241 (TARGET_CHAR_AND_LENGTH): New macro.
16242 (re_match_2_internal): In emacs, set the locale variable multibyte
16243 to 1, otherwise to 0. New local variable target_multibyte. Check
16244 it to decide the multibyteness of STR1 and STR2. Use
16245 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16246 <charset, charset_not>: If multibyte is nonzero, check fastmap
16247 only for ASCII chars. Call bcmp_translate with
16248 target_multibyte, not with multibyte.
16249 <begline>: Declare the local variable C as `unsigned'.
16250 (bcmp_translate): Change the last arg name to target_multibyte.
16251
16252 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16253 the regexp pattern and the matching target. Set cp->buf.multibyte
16254 to the multibyteness of the regexp pattern. Set
16255 cp->but.target_multibyte to the multibyteness of the matching target.
16256 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16257 FETCH_STRING_CHAR_ADVANCE.
16258 (Freplace_match): Convert unibyte chars to multibyte.
16259
16260 * syntax.c (char_quoted, back_comment, scan_words)
16261 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16262 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16263 unibyte chars to multibyte.
16264 (skip_chars): Delete the arg syntaxp, and move the code for
16265 handling syntaxes to skip_syntaxes. Change callers.
16266 Fix the case that the multibyteness of STRING and the current
16267 buffer doesn't match.
16268 (skip_syntaxes): New function.
16269 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16270 SINGLE_BYTE_CHAR_P.
16271
16272 2008-02-01 Kenichi Handa <handa@m17n.org>
16273
16274 * xfaces.c (QCfontset): New variable.
16275 (LFACE_FONTSET): New macro.
16276 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16277 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16278 (Finternal_set_lisp_face_attribute)
16279 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16280 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16281 check also LFACE_FONTSET_INDEX.
16282 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16283 attrs[LFACE_FONT_INDEX].
16284 (syms_of_xfaces): Intern and staticpro QCfontset.
16285
16286 * dispextern.h (enum lface_attribute_index): New member
16287 LFACE_FONTSET_INDEX.
16288
16289 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16290
16291 2008-02-01 Kenichi Handa <handa@m17n.org>
16292
16293 * coding.c (coding_set_destination): Fix coding->destination for
16294 the case converting a region.
16295 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16296 (encode_coding_object): Fix coding->dst_pos and
16297 coding->dst_pos_byte for the case converting a region.
16298
16299 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16300
16301 * character.h (BYTE8_STRING): New macro.
16302
16303 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16304
16305 2008-02-01 Kenichi Handa <handa@m17n.org>
16306
16307 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16308 characters by octal form.
16309
16310 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16311
16312 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16313 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16314 _fetch_multibyte_char_len.
16315 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16316
16317 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16318
16319 * casefiddle.c (casify_object): Simplify. Handle the case that
16320 the case conversion change the byte length.
16321 (casify_region): Likewise.
16322
16323 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16324
16325 * character.c (_fetch_multibyte_char_len): Delete this variable.
16326 (syms_of_character): Setup Vprintable_chars.
16327
16328 * editfns.c (Fchar_equal): Fix for the unibyte case.
16329 (Finsert_byte): New function.
16330 (syms_of_editfns): Defsubr it.
16331
16332 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16333 of direct code 0x3ffff.
16334
16335 * search.c (Freplace_match): Fix for the unibyte case.
16336
16337 2008-02-01 Kenichi Handa <handa@m17n.org>
16338
16339 * lread.c (safe_to_load_p): Fix the logic.
16340
16341 * syntax.c (scan_words): Don't treat characters belonging to
16342 different scripts as constituting a word.
16343
16344 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16345
16346 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16347
16348 * emacs.c (main): In the case of --unibyte, instead of aborting on
16349 finding non-empty buffer, make it unibyte.
16350
16351 2008-02-01 Kenichi Handa <handa@m17n.org>
16352
16353 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16354 to create a fontset.
16355
16356 2008-02-01 Dave Love <fx@gnu.org>
16357
16358 * character.c (Funibyte_char_to_multibyte): Doc fix.
16359
16360 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16361
16362 2008-02-01 Kenichi Handa <handa@m17n.org>
16363
16364 * fontset.c (fontset_add): Make the type `int'.
16365 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16366
16367 * character.c (unibyte_char_to_multibyte)
16368 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16369 charset_unibyte, not charset_primary.
16370
16371 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16372
16373 * charset.c (charset_unibyte): Rename from charset_primary.
16374 (Funibyte_charset): Rename from Fprimary_charset.
16375 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16376 (syms_of_charset): Adjust for the above changes.
16377
16378 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16379 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16380 it->multibyte_p is zero.
16381
16382 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16383 Delete extern.
16384
16385 2008-02-01 Kenichi Handa <handa@m17n.org>
16386
16387 * coding.c (Fdefine_coding_system_internal): Fix category setting
16388 for a coding system of type iso-2022.
16389
16390 2008-02-01 Kenichi Handa <handa@m17n.org>
16391
16392 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16393
16394 2008-02-01 Kenichi Handa <handa@m17n.org>
16395
16396 * syntax.c (Vnext_word_boundary_function_table): New variable.
16397 (next-word-boundary-function-table): Declare it as a Lisp variable
16398 in syms_of_syntax.
16399 (scan_words): Call functions in Vnext_word_boundary_function_table
16400 if any.
16401
16402 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16403
16404 * fontset.c (fs_load_font): If fontp->charset is not negative,
16405 return fontp without setting its members.
16406
16407 2008-02-01 Dave Love <fx@gnu.org>
16408
16409 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16410
16411 * m/sparc.h (HAVE_ALLOCA): Delete.
16412
16413 * s/irix6-5.h: Don't include strings.h.
16414 (bcopy, bzero, bcmp): Don't undef.
16415
16416 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16417
16418 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16419 (TIOCSIGSEND): Don't test IRIX6.
16420 (bcopy, bzero, bcmp): Define conditionally.
16421
16422 2008-02-01 Kenichi Handa <handa@m17n.org>
16423
16424 * buffer.c (Qas, Qmake, Qto): New variables.
16425 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16426 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16427
16428 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16429 we are inserting a process output into a multibyte buffer.
16430
16431 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16432 multibyte_char_to_unibyte.
16433
16434 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16435 by the primary charset, make it eight-bit char.
16436 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16437
16438 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16439 (charset_8_bit__control, charset_8_bit_graphic)
16440 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16441 (define_charset_internal): New function.
16442 (syms_of_charset): Call define_charset_internal for pre-defined
16443 charsets.
16444
16445 * charset.h (charset_8_bit): Extern it.
16446
16447 * coding.c (make_conversion_work_buffer): Adjust for the change
16448 of Fset_buffer_multibyte.
16449 (encode_coding_raw_text): Increment p0 in the loop.
16450
16451 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16452
16453 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16454 for the change of Fset_buffer_multibyte.
16455
16456 * fns.c (Fstring_to_multibyte): New function.
16457 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16458
16459 2008-02-01 Dave Love <fx@gnu.org>
16460
16461 * xfns.c (x_put_x_image): Declare args.
16462
16463 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16464 (try_font_list): Declare an arg.
16465
16466 * xdisp.c (message2_nolog, set_message): Declare an arg.
16467
16468 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16469
16470 * syntax.c (scan_sexps_forward): Declare an arg.
16471
16472 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16473 Declare an arg.
16474
16475 * lisp.h (Fnew_fontset): Declare.
16476
16477 * keymap.c (push_key_description): Call CHARACTERP correctly.
16478
16479 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16480 (face_for_char): Delete unused vars.
16481 (Fset_fontset_font): Doc fix. Delete unused vars.
16482
16483 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16484
16485 * composite.c (update_compositions): Declare arg.
16486
16487 * cm.c (calccost, cmgoto): Declare args.
16488
16489 * charset.c: Remove `emacs' conditional. Doc fixes.
16490 (map_char_table_for_charset): Declare.
16491
16492 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16493
16494 * ccl.c: Remove `emacs' conditional.
16495
16496 2008-02-01 Kenichi Handa <handa@m17n.org>
16497
16498 The following changes are to allow specifying multiple font
16499 patterns for a character range (specified by script or charset).
16500
16501 * Makefile.in (abbrev.o): Depend on syntax.h.
16502 (xfaces.o): Depend on charset.h.
16503
16504 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16505 SINGLE_BYTE_CHAR_P.
16506
16507 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16508
16509 * character.h (Vchar_script_table): Extern it.
16510
16511 * character.c (Vscript_alist): Delete.
16512 (Vchar_script_table, Qchar_script_table): New variable.
16513 (syms_of_character): Declare Vchar_script_table as a lisp variable
16514 and initialize it.
16515
16516 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16517 have property char-table-extra-slots, make no extra slot.
16518
16519 * dispextern.h (struct face): Delete member `charset'.
16520 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16521 SINGLE_BYTE_CHAR_P.
16522 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16523 Add prototypes.
16524 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
16525 (generate_ascii_font_name): Rename from generate_ascii_font.
16526
16527 * fontset.h (get_font_repertory_func): New prototype.
16528 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
16529 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
16530
16531 * fontset.c (Qprepend, Qappend): New variables.
16532 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
16533 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
16534 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
16535 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
16536 (fontset_ref_and_range, fontset_add, reorder_font_vector)
16537 (load_font_get_repertory): New functions.
16538 (fontset_set): Delete.
16539 (fontset_face): New arg FACE. Return face ID, not face.
16540 Complete re-write to handle new fontset structure. Change caller.
16541 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16542 (face_for_char): Don't call lookup_face.
16543 (make_fontset_for_ascii_face): New arg FACE.
16544 (fs_load_font): New arg CHARSET_ID. Don't check
16545 Vfont_encoding_alist here.
16546 (find_font_encoding): New function.
16547 (list_fontsets): Use STRINGP, not ! NILP.
16548 (accumulate_script_ranges): New function.
16549 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
16550 re-written to handle new fontset structure.
16551 (Ffontset_font): Return a copy of element.
16552 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
16553 docstring of font-encoding-alist.
16554
16555 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
16556 (Fset_fotset_font): Fix arguments to 5.
16557
16558 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
16559
16560 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
16561 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16562 (highlight_trailing_whitespace): Adjust for the change of
16563 lookup_named_face.
16564
16565 * xfaces.c: Include charset.h.
16566 (load_face_font): Delete argument C. Change caller.
16567 (generate_ascii_font_name): Rename from generate_ascii_font.
16568 (font_name_registry): New function.
16569 (cache_face): Store ascii faces before non-ascii faces in buckets.
16570 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
16571 Lookup only ascii faces.
16572 (lookup_non_ascii_face): New function.
16573 (lookup_named_face): Delete argument C. Change caller.
16574 (lookup_derived_face): Delete argument C. Change caller.
16575 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
16576 a string, just call font_list with it.
16577 (choose_face_font): Delete arguments FACE and C. New arg
16578 FONT_SPEC. Change caller.
16579 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
16580 Change caller.
16581 (realize_non_ascii_face): New function.
16582 (realize_x_face): Call load_face_font here.
16583 (realize_tty_face): Delete argument C. Change caller.
16584 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
16585 get a face ID.
16586 (dump_realized_face): Don't print charset of FACE.
16587
16588 * xfns.c (x_set_font): Always call x_new_fontset and
16589 store_frame_parameter.
16590 (Fx_create_frame): Call x_new_fontset, not x_new_font.
16591 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
16592
16593 * xterm.h (x_get_font_repertory): Extern it.
16594
16595 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16596 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16597 it->multibyte_p is zero.
16598 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16599 (x_new_fontset): If FONTSETNAME doesn't match any existing
16600 fontsets, create a new one.
16601 (x_get_font_repertory): New function.
16602
16603 2008-02-01 Kenichi Handa <handa@m17n.org>
16604
16605 * coding.c (Ffind_coding_systems_region_internal): Detect an
16606 ASCII only string correctly.
16607
16608 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
16609 version is 0.
16610
16611 2008-02-01 Kenichi Handa <handa@m17n.org>
16612
16613 * lread.c: Include "coding.h".
16614 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
16615 (load_each_byte, unread_char): New variables.
16616 (readchar_backlog): Delete.
16617 (readchar): Return a character unless load_each_byte is nonzero.
16618 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
16619 cons. If unread_char is not -1, simply return it.
16620 (unreadchar): Handle the case that readcharfun is
16621 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
16622 (read_multibyte): Delete.
16623 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
16624 (read_emacs_mule_char): New functions.
16625 (Fload): Even if the file doesn't have the extension ".elc", if
16626 safe_to_load_p returns a positive version number, assume that the
16627 file contains bytecompiled code. If the version is less than 22,
16628 load the file while decoding multibyte sequences by emacs-mule.
16629 (readevalloop): Don't use readchar_backlog.
16630 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
16631 (Fread_from_string): Pay attention to the case that STREAM is a cons.
16632 (read_escape): Delete the arg BYTEREP.
16633 (read1): Set load_each_byte to 1 temporarily while handling
16634 #@NUMBER. Don't call read_multibyte.
16635 (read_vector): Call Fread with a cons. If readcharfun is
16636 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
16637 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
16638 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
16639 and Qload_force_doc_strings.
16640
16641 2008-02-01 Kenichi Handa <handa@m17n.org>
16642
16643 * xdisp.c (face_before_or_after_it_pos): Call
16644 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16645
16646 2008-02-01 Kenichi Handa <handa@m17n.org>
16647
16648 * character.h (TRAILING_CODE_P): New macro.
16649 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
16650 (string_char_with_unification): Fix prototype.
16651 (Vscript_alist): Extern it.
16652
16653 * character.c (Vscript_alist): New variable.
16654 (string_char_with_unification, str_as_unibyte)
16655 (string_escape_byte8): Add `const' to local variables.
16656 (syms_of_character): Declare script-alist as a Lisp variable.
16657
16658 * charset.h (Vcharset_ordered_list): Extern it.
16659 (charset_ordered_list_tick): Extern it.
16660 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
16661 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
16662 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
16663 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
16664 (Funify_charset): Adjust for the change of Funify_charset.
16665
16666 * charset.c (charset_ordered_list_tick): New variable.
16667 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
16668 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
16669 deunify intead of unify a charset.
16670 (string_xstring_p): Add `const' to local variables.
16671 (find_charsets_in_text): Add `const' to arguments and local variables.
16672 (encode_char): Adjust for the change of Funify_charset. Fix
16673 detecting of invalid code.
16674 (Fset_charset_priority): Increment charset_ordered_list_tick.
16675 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
16676 and TO_CODE.
16677
16678 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
16679 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
16680 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
16681 (decode_coding_ccl, consume_chars)
16682 (Ffind_coding_systems_region_internal)
16683 (Fcheck_coding_systems_region): Add `const' to local variables.
16684
16685 * print.c (print_object): Use octal form for printing the
16686 contents of a bool vector.
16687
16688 2008-02-01 Dave Love <fx@gnu.org>
16689
16690 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
16691 <version == 20>: Refuse to load.
16692
16693 2008-02-01 Dave Love <fx@gnu.org>
16694
16695 * fns.c: Move coding.h.
16696 (Qcodeset, Qdays, Qmonths): New.
16697 (concat): Use CHARACTERP instead of INTEGERP.
16698 (Flocale_codeset): Delete.
16699 (Flanginfo): New function.
16700 (syms_of_fns): Change accordingly.
16701
16702 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
16703
16704 2008-02-01 Dave Love <fx@gnu.org>
16705
16706 * casetab.c (init_casetab_once, init_casetab_once): Fix
16707 CHAR_TABLE_SET call.
16708
16709 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
16710
16711 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
16712
16713 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
16714 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
16715 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
16716
16717 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
16718
16719 * coding.c (ENCODE_DESIGNATION, decode_eol)
16720 (make_conversion_work_buffer, code_conversion_restore)
16721 (Fdefine_coding_system_internal): Convert Lisp types.
16722 (code_conversion_restore): Use EQ, not ==.
16723 (Fencode_coding_string): Fix code_convert_string call.
16724
16725 * coding.h (code_convert_region): Fix prototype.
16726
16727 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
16728
16729 * fontset.c (fontset_ref, fontset_set, fs_load_font)
16730 (Ffontset_info): Convert Lisp types.
16731
16732 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
16733
16734 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
16735
16736 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
16737
16738 * chartab.c: Include "...h", not <...h> in some cases.
16739
16740 * callproc.c (Fcall_process): Remove unused variables.
16741
16742 2008-02-01 Dave Love <fx@gnu.org>
16743
16744 * coding.c (Fset_coding_system_priority): Allow null arg list.
16745
16746 2008-02-01 Dave Love <fx@gnu.org>
16747
16748 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16749 (Fself_insert_and_exit): Use CHARACTERP.
16750
16751 * callproc.c (Fcall_process): Remove unused vars.
16752
16753 * xterm.c (XTread_socket): Add extra dead keysyms.
16754
16755 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
16756
16757 * dispextern.h: Remove prototypes for redraw_frame,
16758 redraw_garbaged_frames.
16759
16760 * cmds.c (Fself_insert_command): Use CHARACTERP.
16761
16762 * chartab.c (make_sub_char_table): Remove unused var.
16763 (Fset_char_table_default, Fmap_char_table): Doc fix.
16764
16765 * keymap.c (access_keymap): Remove generic char code.
16766 (push_key_description): Use CHARACTERP.
16767
16768 2008-02-01 Dave Love <fx@gnu.org>
16769
16770 * charset.c: Doc fixes.
16771 (Funify_charset): Extra checking.
16772
16773 2008-02-01 Dave Love <fx@gnu.org>
16774
16775 * lread.c: Remove some unused variables.
16776 (safe_to_load_p): If safe, return the magic number version byte.
16777 (Fload): Maybe use load-with-code-conversion.
16778
16779 2008-02-01 Kenichi Handa <handa@m17n.org>
16780
16781 * category.c (Fmodify_category_entry): Don't modify the contents
16782 of category_set for characters out of the range. Avoid
16783 unnecessary modification.
16784
16785 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
16786 Vchar_unify_table. The default value of the table is now nil.
16787
16788 * character.c (syms_of_character): Setup Vchar_width_table for
16789 eight-bit-control and raw-byte chars.
16790
16791 * charset.h (enum define_charset_arg_index): Delete
16792 charset_arg_parents and add charset_arg_subset and
16793 charset_arg_superset.
16794 (enum charset_attr_index): Delete charset_parents and add
16795 charset_subset and charset_superset.
16796 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
16797 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
16798 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
16799 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
16800 (CHARSET_SUPERSET): New macros.
16801 (charset_work): Extern it.
16802 (ENCODE_CHAR): Use charset_work.
16803 (CHAR_CHARSET_P): Adjust for the change of encoder format.
16804 (map_charset_chars): Extern it.
16805
16806 * charset.c (load_charset_map): Set the default value of encoder
16807 and deunifier char-tables to nil.
16808 (map_charset_chars): Change argument. Change callers. Use
16809 map_char_table_for_charset instead of map_char_table.
16810 (Fmap_charset_chars): New optional args from_code and to_code.
16811 (Fdefine_charset_internal): Adjust for the change of
16812 `define-charset' (:parents -> :subset or :superset).
16813 (charset_work): New variable.
16814 (encode_char, syms_of_charset): Adjust for the change of
16815 Fdefine_charset_internal.
16816 (Ffind_charset_string): Setup the vector `charsets' correctly.
16817
16818 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
16819 the previous change.
16820 (char_table_ref_and_range): Adjust for the above change.
16821 (map_sub_char_table_for_charset): New function.
16822 (map_char_table_for_charset): New function.
16823
16824 * keymap.c (describe_vector): Handle a char-table directly here.
16825 (describe_char_table): Delete.
16826
16827 * lisp.h (map_charset_chars): Delete.
16828
16829 2008-02-01 Dave Love <fx@gnu.org>
16830
16831 * fns.c (count_combining): Comment out (unused).
16832 (Flocale_codeset): New.
16833 (syms_of_fns): Defsubr it.
16834
16835 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
16836 (size_t): Remove.
16837
16838 2008-02-01 Dave Love <fx@gnu.org>
16839
16840 * Makefile.in (chartab.o): Depend on charset.h.
16841
16842 2008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * character.c (syms_of_character): Set the default value of
16845 Vprintable_chars to Qnil.
16846
16847 2008-02-01 Dave Love <fx@gnu.org>
16848
16849 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
16850
16851 2008-02-01 Kenichi Handa <handa@m17n.org>
16852
16853 * charset.c (load_charset_map): Handle the case that from < to
16854 correctly.
16855
16856 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
16857 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
16858 Pay attention to raw-8-bit chars.
16859
16860 2008-02-01 Kenichi Handa <handa@m17n.org>
16861
16862 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
16863 It is not bytecompiled now.
16864
16865 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
16866 (charset_jisx0208): New variables.
16867 (Fdefine_charset_internal): Setup them if appropriate.
16868 (init_charset_once): Initialize them to -1.
16869
16870 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
16871 (charset_jisx0208): Extern them.
16872
16873 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
16874 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
16875 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
16876 (setup_iso_safe_charsets): Fix arguments to Fassq.
16877 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
16878 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
16879 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
16880 (encode_coding_iso_2022): Change the 1st arg to
16881 ENCODE_ISO_CHARACTER to a variable.
16882
16883 2008-02-01 Kenichi Handa <handa@m17n.org>
16884
16885 * charset.h (enum define_charset_arg_index): New enums
16886 charset_arg_min_code and charset_arg_max_code.
16887 (struct charset): New member char_index_offset.
16888
16889 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
16890 Take charset->char_index_offset into account.
16891 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
16892 args[charset_arg_max_code]. Setup charset.char_index_offset.
16893 (syms_of_charset): Fix args to Fdefine_charset_internal.
16894
16895 2008-02-01 Dave Love <fx@gnu.org>
16896
16897 * coding.c (decode_coding_utf_8): Reject overlong sequences.
16898
16899 2008-02-01 Dave Love <fx@gnu.org>
16900
16901 * coding.c: Doc fixes.
16902 (Fcoding_system_aliases): Fix return value.
16903 (Qmac): Remove (duplicated) definition.
16904
16905 2008-02-01 Dave Love <fx@gnu.org>
16906
16907 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16908 New functions.
16909
16910 * character.c (Fstring): Doc fix.
16911
16912 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16913
16914 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
16915 (font-encoding-alist): Doc fix.
16916
16917 2008-02-01 Dave Love <fx@gnu.org>
16918
16919 * term.c (costs_set): Declare static, non-initialized for pcc.
16920 (encode_terminal_code): Remove unused var.
16921
16922 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
16923 for K&R.
16924
16925 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
16926
16927 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
16928 (suffixes): Move out of make_subsidiaries for K&R.
16929
16930 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
16931
16932 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
16933
16934 2008-02-01 Dave Love <fx@gnu.org>
16935
16936 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
16937
16938 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
16939
16940 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
16941
16942 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
16943
16944 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
16945
16946 2008-02-01 Kenichi Handa <handa@m17n.org>
16947
16948 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
16949 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
16950
16951 2008-02-01 Kenichi Handa <handa@m17n.org>
16952
16953 * coding.c (decode_coding_charset): Adjust for the change of
16954 Fdefine_coding_system_internal.
16955 (Fdefine_coding_system_internal): For a coding system of
16956 `charset' type, store a list of charset IDs in
16957 `charset_attr_charset_valids' element of coding attributes.
16958
16959 2008-02-01 Kenichi Handa <handa@m17n.org>
16960
16961 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
16962 (emacs_mule_char): New arg src. Delete arg `composition'. Change
16963 caller. Handle 2-byte and 3-byte charsets correctly.
16964 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
16965 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
16966 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
16967 (DECODE_EMACS_MULE_21_COMPOSITION): Call
16968 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
16969 sequence.
16970 (decode_coding_emacs_mule): Handle composition correctly. Rewind
16971 `src' and `consumed_chars' correctly before calling emacs_mule_char.
16972 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
16973 and alt&rule composition.
16974 (decode_coding_iso_2022): Handle composition correctly.
16975 (init_coding_once): Setup emacs_mule_bytes for private charsets.
16976
16977 * charset.c (Fdefine_charset_internal): Fix bug for the case of
16978 re-defining a charset. If the charset has :emacs-mule-id, setup
16979 emacs_mule_bytes.
16980 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
16981
16982 2008-02-01 Kenichi Handa <handa@m17n.org>
16983
16984 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
16985 (encode_coding_big5, encode_coding_charset): If coding requires safe
16986 encoding, produce a character specified by
16987 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16988
16989 2008-02-01 Dave Love <fx@gnu.org>
16990
16991 * xterm.c (XSetIMValues): Declare.
16992
16993 * process.c: Conditionally include sys/wait.h, pty.h.
16994
16995 * print.c (print_object): Fix print format for 64-bit systems.
16996
16997 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
16998
16999 * buffer.c (emacs_strerror): Declare.
17000
17001 * fontset.c (Fclear_face_cache): Declare.
17002 (accumulate_font_info): Comment-out (unused).
17003 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17004 variables.
17005
17006 * character.h (string_escape_byte8): Declare.
17007
17008 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17009 unused vars.
17010 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17011 (Fmap_charset_chars): Doc fix.
17012
17013 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17014 (Fset_coding_system_priority, Fset_coding_system_priority)
17015 (Fdefine_coding_system_internal): Doc fix.
17016
17017 2008-02-01 Dave Love <fx@gnu.org>
17018
17019 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17020
17021 2008-02-01 Kenichi Handa <handa@m17n.org>
17022
17023 * character.c (string_escape_byte8): Make multibyte string with
17024 correct size.
17025
17026 * charset.c (Fmake_char): Delete unnecessary code.
17027
17028 2008-02-01 Kenichi Handa <handa@m17n.org>
17029
17030 * xfns.c (x_encode_text): Allocate coding.destination here, and
17031 call encode_coding_object with dst_object Qnil.
17032
17033 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17034 multibyte form correctly.
17035
17036 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17037 against Vfont_encoding_alist.
17038
17039 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17040 handling of charset list.
17041 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17042 (decode_coding_object): Move point to coding->dst_pos before
17043 calling post-read-conversion function.
17044 (encode_coding_object): Give correct arguments to
17045 pre-write-conversion. Ignore the return value of
17046 pre-write-conversion function. Pay attention to the case that
17047 pre-write-conversion changes the current buffer. If dst_object is
17048 Qt, even if coding->src_bytes is zero, allocate at least one byte
17049 to coding->destination.
17050
17051 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17052
17053 * charset.c (Fmake_char): Make it more backward compatible.
17054 (Fmap_charset_chars): Fix docstring.
17055
17056 2008-02-01 Dave Love <fx@gnu.org>
17057
17058 * coding.c: Doc fixes.
17059 (Fdefine_coding_system_alias): Use names, not symbols, in
17060 coding-system-alist.
17061
17062 2008-02-01 Kenichi Handa <handa@m17n.org>
17063
17064 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17065 of calling free_realized_face.
17066
17067 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17068
17069 * charset.c (read_hex): Don't treat SPC as a comment starter.
17070 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17071 (Fdecode_char): Fix typo.
17072
17073 2008-02-01 Kenichi Handa <handa@m17n.org>
17074
17075 * charset.h (struct charset): New member `code_space_mask'.
17076
17077 * coding.c (coding_set_source): Delete the local variable beg_byte.
17078 (encode_coding_charset, Fdefine_coding_system_internal):
17079 Delete the local variable charset.
17080 (Fdefine_coding_system_internal): Setup
17081 attrs[coding_attr_charset_valids] correctly.
17082
17083 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17084 member to check if CODE is valid or not.
17085 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17086 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17087 is within the range of charset->min_code and carset->max_code.
17088
17089 2008-02-01 Dave Love <fx@gnu.org>
17090
17091 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17092
17093 * dispextern.h (generate_ascii_font): Fix return type.
17094
17095 * xfaces.c (generate_ascii_font): Fix arg declaration.
17096
17097 * coding.c (coding_inherit_eol_type)
17098 (Fset_terminal_coding_system_internal)
17099 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17100
17101 2008-02-01 Kenichi Handa <handa@m17n.org>
17102
17103 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17104 multiple charsets correctly.
17105
17106 2008-02-01 Kenichi Handa <handa@m17n.org>
17107
17108 * search.c (boyer_moore): Fix handling of multibyte character
17109 translation.
17110
17111 * xdisp.c (display_mode_element): When the variable `elt' is
17112 changed, update `this' and `lisp_string'.
17113
17114 2008-02-01 Kenichi Handa <handa@m17n.org>
17115
17116 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17117
17118 * callproc.c (Fcall_process): Be sure to give the current buffer
17119 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17120
17121 * charset.c (struct charset_map_entries): New struct.
17122 (load_charset_map): Rename from parse_charset_map. New args
17123 entries and n_entries. Change caller.
17124 (load_charset_map_from_file): Rename from load_charset_map.
17125 Change caller. New arg control_flag. Call load_charset_map at
17126 the tail.
17127 (load_charset_map_from_vector): New function.
17128 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17129 (encode_char): If the charset is compact, change a character index
17130 to a code point.
17131
17132 * coding.c (coding_alloc_by_making_gap): Check the case that the
17133 source and destination are the same correctly.
17134 (decode_coding_raw_text): Set coding->consumed_char and
17135 coding->consumed to 0.
17136 (produce_chars): If coding->chars_at_source is nonzero, update
17137 coding->consumed_char and coding->consumed before calling
17138 alloc_destination.
17139 (Fdefine_coding_system_alias): Register ALIAS in
17140 Vcoding_system_alist.
17141 (syms_of_coding): Define `no-conversion' coding system at the tail.
17142
17143 * fileio.c (Finsert_file_contents): Set coding_system instead of
17144 val. If the current buffer is multibyte, always call
17145 decode_coding_gap.
17146
17147 * xfaces.c (try_font_list): Give higher priority to fontset's
17148 family than face's family.
17149
17150 2008-02-01 Kenichi Handa <handa@m17n.org>
17151
17152 * callproc.c (Fcall_process): Be sure to give the current buffer
17153 to decode_coding_c_string.
17154
17155 * xfaces.c (try_font_list): Give a family specified in a fontset
17156 higher priority than a family specified in a face.
17157
17158 2008-02-01 Kenichi Handa <handa@m17n.org>
17159
17160 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17161 Fix arguments to insert_from_buffer.
17162
17163 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17164
17165 2008-02-01 Kenichi Handa <handa@m17n.org>
17166
17167 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17168 (decode_coding_gap): Set coding->dst_multibyte correctly.
17169
17170 2008-02-01 Kenichi Handa <handa@m17n.org>
17171
17172 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17173 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17174 (encode_coding_utf_16): Substitute coding->default_char for
17175 non-Unicode characters.
17176 (decode_coding): Don't call record_insert here.
17177 (setup_coding_system): Initialize `surrogate' of
17178 coding->spec.utf_16 to 0.
17179 (EMIT_ONE_BYTE): Fix for multibyte case.
17180
17181 * insdel.c (insert_from_gap): Call record_insert.
17182
17183 2008-02-01 Kenichi Handa <handa@m17n.org>
17184
17185 * casefiddle.c (casify_region): Fix multibyte case.
17186
17187 * character.c (c_string_width): Add return type `int'.
17188 (char_string_with_unification): Delete arg ADVANCED.
17189
17190 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17191 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17192 (CHAR_STRING_ADVANCE): Make it do-while statement.
17193
17194 * chartab.c (sub_char_table_set_range): Optimize for the case
17195 DEPTH == 3. Add workaround code for a GCC optimization bug.
17196
17197 * charset.c (parse_charset_map): Remove an unused variable.
17198
17199 * coding.c: Delete unused variables.
17200
17201 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17202 earlier. If inserted is zero and the coding system doesn't
17203 require flushing, don't call decode_coding_gap.
17204
17205 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17206
17207 2008-02-01 Kenichi Handa <handa@m17n.org>
17208
17209 The following changes are for using Unicode as an internal
17210 character model, and use UTF-8 format for buffer/string
17211 representation.
17212
17213 * .gdbinit (xchartable): Adjust for the change of char table structure.
17214 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17215
17216 * Makefile.in (obj): Add character.o and chartab.o.
17217 (lisp, shortlisp): Remove utf-8.elc.
17218 (*.o): For many files, change dependency on charset.h to
17219 character.h, and add dependency on character.h.
17220 (character.o, chartab.o): New targets.
17221
17222 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17223 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17224 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17225 of "charset.h".
17226
17227 * dired.c, filelock.c: Include "character.h".
17228
17229 * alloc.c: Include "character.h" instead of "charset.h".
17230 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17231 (syms_of_alloc): Remove defsubr for Smake_char_table.
17232
17233 * buffer.c: Include "character.h" instead of "charset.h", don't
17234 include "coding.h".
17235 (Fset_buffer_multibyte): Adjust for UTF-8.
17236
17237 * buffer.h: EXFUN Fbuffer_live_p.
17238
17239 * callproc.c: Include "character.h" instead of "charset.h".
17240 (Fcall_process): Big change for the new code-conversion APIs.
17241
17242 * casetab.c: Include "character.h" instead of "charset.h".
17243 (set_canon, set_identity, shuffle): Adjust for the new
17244 map_char_table spec.
17245 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17246 accessing the char table structure.
17247
17248 * chartab.c: New file that implements char table.
17249
17250 * category.c: Include "character.h".
17251 (copy_category_entry): New function.
17252 (copy_category_table): Call map_char_table and copy_category_entry.
17253 (Fmake_category_table): Initialize all top-level slots.
17254 (char_category_set): New function.
17255 (modify_lower_category_set): Delete.
17256 (Fmodify_category_entry): Call char_table_ref_and_range.
17257
17258 * category.h (CATEGORY_SET): Just call char_category_set.
17259
17260 * ccl.c: Include "character.h".
17261 (Qccl, Qcclp): New variables.
17262 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17263 it's less than 256.
17264 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17265 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17266 and DST type.
17267 (ccl_driver): Change types of argument, adjust code accordingly.
17268 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17269 ccl_driver.
17270 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17271
17272 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17273 New members src_multibyte, dst_multibyte, consumed, and produced.
17274 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17275 (CODING_SPEC_CCL_PROGRAM): New macro.
17276 (ccl_driver): Update prototype.
17277 (Qccl, Qcclp, Fccl_program_p): Extern them.
17278 (CHECK_CCL_PROGRAM): New macro.
17279
17280 * character.c, character.h, chartab.c: New files.
17281
17282 * charset.c: Mostly re-written. Move character and multibyte sequence
17283 handling codes to character.c.
17284
17285 * charset.h: Mostly re-written. Move character and multibyte sequence
17286 handling codes to character.h.
17287
17288 * coding.c, coding.h: Mostly re-written.
17289
17290 * composite.c: Include "character.h" instead of "charset.h".
17291 (CHAR_WIDTH): Move to character.h.
17292 (HASH_KEY, HASH_VALUE): Delete.
17293
17294 * composite.h (enum composition_method): Change order of enumeration
17295 symbols.
17296
17297 * data.c: Include "character.h" instead of "charset.h".
17298 (Faref): Call CHAR_TABLE_REF for a char table.
17299 (Faset): Call CHAR_TABLE_SET for a char table.
17300
17301 * dispextern.h (free_realized_face, check_face_attribytes)
17302 (generate_ascii_font): Extern them.
17303 (free_realized_multibyte_face): Delete extern.
17304
17305 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17306 table structure.
17307
17308 * editfns.c: Include "character.h" instead of "charset.h".
17309 (Fchar_to_string): Always call CHAR_STRING.
17310
17311 * emacs.c (main): Call init_charset_once, init_charset,
17312 syms_of_chartab, and syms_of_character.
17313
17314 * fileio.c: Include "character.h" instead of "charset.h".
17315 (Finsert_file_contents): Big change for the new code-conversion API.
17316 (choose_write_coding_system, Fwrite_region): Likewise.
17317 (build_annotations_2): Delete.
17318 (e_write): Big change for the new code-conversion API.
17319
17320 * fns.c: Include "character.h" instead of "charset.h".
17321 (copy_sub_char_table): Move to chartab.c.
17322 (Fcopy_sequence): Call copy_char_table for a char table.
17323 (concat): Delete codes calling count_multibyte.
17324 (string_char_to_byte, string_byte_to_char): Adjust for the new
17325 multibyte form.
17326 (internal_equal): Adjust for the change of char table structure.
17327 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17328 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17329 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17330 (char_table_translate, optimize_sub_char_table)
17331 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17332 chartab.c.
17333 (char_table_ref_and_index): Delete.
17334 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17335 (Fmd5): Call preferred_coding_system instead of accessing
17336 Vcoding_category_list. Adjust for the new code-conversion API.
17337 (syms_of_fns): Move defsubr for char table related functions to
17338 chartab.c.
17339
17340 * fontset.c: Mostly re-written.
17341
17342 * fontset.h (struct font_info): Change type of the member encoding_type.
17343 (enum FONT_SPEC_INDEX): New enum.
17344 (fontset_font_pattern, fs_load_font): Update prototype.
17345 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17346
17347 * indent.c: Include "character.h" instead of "charset.h".
17348 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17349
17350 * insdel.c: Include "character.h" instead of "charset.h".
17351 (copy_text): Don't refer to Vnonascii_translation_table.
17352 (insert_from_gap): New function.
17353
17354 * keyboard.c: Include "character.h" instead of "charset.h".
17355 (command_loop_1): Never call direct_output_forward_char before
17356 a non-ASCII character.
17357 (read_char): If Vkeyboard_translate_table is a char table, always
17358 translate a character.
17359
17360 * keymap.c: Include "character.h".
17361 (store_in_keymap): Handle the case that IDX is a cons.
17362 (Fdefine_key): Handle the case that KEY is a cons and the car part
17363 is also a cons (range).
17364 (push_key_description): Adjust for the new character code.
17365 (describe_vector): Call describe_char_table for a char table.
17366 (describe_char_table): New function.
17367
17368 * keymap.h (describe_char_table): Extern it.
17369
17370 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17371 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17372 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17373 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17374 Delete.
17375 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17376 structure.
17377 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17378 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17379 (CHARTAB_SIZE_BITS_3): New macros.
17380 (chartab_size): Extern it.
17381 (struct Lisp_Char_Table): Re-design.
17382 (struct Lisp_Sub_Char_Table): New structure.
17383 (HASH_KEY, HASH_VALUE): Move from fns.c.
17384 (CHARACTERBITS): Define as 22.
17385 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17386 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17387 (GC_SUB_CHAR_TABLE_P): New macro.
17388 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17389 (code_convert_string_norecord): Deleted extern.
17390 (init_character_once, syms_of_character, init_charset)
17391 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17392
17393 * lread.c: Include "character.h".
17394 (read_multibyte): New arg NBYTES.
17395 (read_escape): Change the meaning of returned *BYTEREP.
17396 (to_multibyte): Delete.
17397 (read1): Adjust the handling of char table and string.
17398
17399 * print.c: Include "character.h" instead of "charset.h".
17400 (print_string): Convert 8-bit raw bytes to octal form by
17401 string_escape_byte8.
17402 (print_object): Adjust for the new multibyte form. Print 8-bit
17403 raw bytes always in octal form. Handle sub char table correctly.
17404
17405 * process.c: Include "character.h" instead of "charset.h".
17406 (read_process_output, send_process): Adjust for the new
17407 code-conversion API.
17408
17409 * puresize.h (BASE_PURESIZE): Increase.
17410
17411 * regex.c: Include "character.h" instead of "charset.h".
17412 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17413 (regex_compile): Accept a range whose starting and ending
17414 character have different leading bytes.
17415 (analyse_first): Adjust for the above change.
17416
17417 * search.c: Include "character.h" instead of "charset.h".
17418 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17419 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17420
17421 * syntax.c: Include "character.h" instead of "charset.h".
17422 (syntax_parent_lookup): Delete.
17423 (Fmodify_syntax_entry): Accept a cons as CHAR.
17424 (skip_chars): Adjust for the new multibyte form.
17425 (init_syntax_once): Call char_table_set_range instead of directly
17426 accessing the structure of a char table.
17427
17428 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17429 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17430 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17431 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17432
17433 * term.c: Include "buffer.h" and "character.h".
17434 (encode_terminal_code, write_glyphs): Adjust for the new
17435 code-conversion API.
17436 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17437
17438 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17439
17440 * xdisp.c: Include "character.h".
17441 (get_next_display_element): Adjust for the new multibyte form.
17442 (disp_char_vector): Adjust for the new char table structure.
17443 (decode_mode_spec_coding): Adjust for the new structure of
17444 coding system.
17445 (decode_mode_spec): Adjust for the new code-conversion API.
17446
17447 * xfaces.c: Include "character.h" instead of "charset.h".
17448 (load_face_font): Adjust for the change of choose_face_font and
17449 FS_LOAD_FONT.
17450 (generate_ascii_font): New function.
17451 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17452 (set_font_frame_param): Adjust for the change of choose_face_font.
17453 (free_realized_face): Make it public.
17454 (free_realized_faces_for_fontset): Rename from
17455 free_realized_multibyte_face. Free also faces realized for ASCII.
17456 (choose_face_font): Change arguments. Adjust for the change of
17457 fontset_font_pattern and FS_LOAD_FONT.
17458
17459 * xfns.c: Include "character.h".
17460 (x_encode_text): Adjust for the new code-conversion API.
17461
17462 * xselect.c: Don't include "charset.h".
17463 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17464
17465 * xterm.c: Include "character.h".
17466 (x_encode_char): New argument CHARSET. Change caller.
17467 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17468 Call ENCODE_CHAR instead of SPLIT_CHAR.
17469 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17470 CHAR_WIDTH instead of CHARSET_WIDTH.
17471 (XTread_socket): Adjust for the new code-conversion API.
17472 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17473 (x_load_font): Adjust for the change of struct font.
17474
17475 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * xfaces.c (face_at_buffer_position): Remove unused vars.
17478
17479 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17480
17481 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17482 Fix overflow checking.
17483
17484 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17485
17486 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17487 Cancel previous change.
17488
17489 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17490
17491 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17492 ccl->eight_bit_control. Fix check for buffer overflow.
17493 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17494 (ccl_driver): Initialize extra_bytes to 0.
17495
17496 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17497
17498 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17499 return it ORed with ctrl_modifier.
17500
17501 2008-01-29 Miles Bader <miles@gnu.org>
17502
17503 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17504
17505 2008-01-28 Jason Rumney <jasonr@gnu.org>
17506
17507 * w32.c (stat): Don't double check for networked drive.
17508
17509 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17510
17511 * window.c (run_window_configuration_change_hook): New function.
17512 Code extracted from set_window_buffer. Set the selected frame.
17513 (set_window_buffer): Use it.
17514 * window.h (run_window_configuration_change_hook): Declare.
17515 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17516
17517 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17518
17519 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17520
17521 * Makefile.in: Remove references to unused macros.
17522
17523 2008-01-26 Eli Zaretskii <eliz@gnu.org>
17524
17525 * w32.c (g_b_init_get_sid_sub_authority)
17526 (g_b_init_get_sid_sub_authority_count): New static variables.
17527 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
17528 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
17529 (init_user_info): Use them to retrieve uid and gid.
17530 Use 500/513, the Windows defaults, as Administrator's uid/gid.
17531 (fstat): Use pw_uid and pw_gid from the_passwd structure for
17532 st_uid and st_gid of the file.
17533
17534 2008-01-26 Jason Rumney <jasonr@gnu.org>
17535
17536 * w32.c (logon_network_drive): New function.
17537 (stat): Use it.
17538
17539 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
17540
17541 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17542 invisible text covered with an ellipsis.
17543
17544 2008-01-25 Richard Stallman <rms@gnu.org>
17545
17546 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
17547 jump back to beginning. Move some other initializations after that.
17548 (Qwindow_text_change_functions, Vwindow_text_change_functions):
17549 New variables.
17550 (syms_of_xdisp): Init them.
17551
17552 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
17553
17554 * buffer.c (reset_buffer_local_variables):
17555 Implement `permanent-local-hook'.
17556 (Qpermanent_local_hook): New variable.
17557 (syms_of_buffer): Init and staticpro it.
17558
17559 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
17560
17561 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
17562
17563 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
17564
17565 * fns.c (Fclrhash): Return TABLE.
17566
17567 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17568
17569 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
17570 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
17571 is set even without positional changes.
17572 (x_scroll_bar_clear): Set bar->redraw_needed_p.
17573
17574 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
17575
17576 2008-01-23 Jason Rumney <jasonr@gnu.org>
17577
17578 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
17579
17580 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
17581 the unicode range available in MULE by locale-coding-system.
17582 Improve dbcs lead byte detection. Set event timestamp and modifiers
17583 earlier.
17584
17585 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17586
17587 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
17588 [MAC_OSX] (init_mac_osx_environment): Initialize it.
17589 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
17590 when used on child processes.
17591
17592 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
17593
17594 * dbusbind.c (Fdbus_method_return_internal): Rename from
17595 Fdbus_method_return.
17596 (Fdbus_unregister_object): Move to dbus.el.
17597 (Fdbus_call_method, Fdbus_method_return_internal)
17598 (Fdbus_send_signal): Improve debug messages.
17599
17600 2008-01-20 Martin Rudalics <rudalics@gmx.at>
17601
17602 * undo.c (undo_inhibit_record_point): New variable.
17603 (syms_of_undo): Initialize it.
17604 (record_point): Don't record point when undo_inhibit_record_point
17605 is set.
17606
17607 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
17610
17611 * xdisp.c (Qauto_hscroll_mode): New var.
17612 (syms_of_xdisp): Initialize it.
17613 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
17614 window's buffer.
17615 (hscroll_windows): Don't check automatic_hscrolling_p here.
17616
17617 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
17618 vscroll if we're setting window-buffer to the value it already has.
17619
17620 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
17621
17622 * m/intel386.h: Remove references to XENIX.
17623
17624 2008-01-17 Andreas Schwab <schwab@suse.de>
17625
17626 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
17627 instead of HAVE_X86_64_LIB64_DIR.
17628 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
17629
17630 2008-01-17 Glenn Morris <rgm@gnu.org>
17631
17632 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
17633 to HAVE_X86_64_LIB64_DIR.
17634
17635 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
17636
17637 * s/irix3-3.h:
17638 * s/irix4-0.h:
17639 * s/386-ix.h:
17640 * s/domain.h:
17641 * s/hpux9-x11r4.h:
17642 * s/hpux9shxr4.h: Remove files for systems no longer supported.
17643
17644 * sysdep.c: Remove code containing references to symbols defined
17645 by unsupported systems.
17646
17647 2008-01-16 Glenn Morris <rgm@gnu.org>
17648
17649 * coding.c (select-safe-coding-system-function): Doc fix.
17650
17651 2008-01-15 Glenn Morris <rgm@gnu.org>
17652
17653 * config.in: Revert 2008-01-13 change: this is a generated file.
17654
17655 2008-01-13 Tom Tromey <tromey@redhat.com>
17656
17657 * lisp.h: Fix typo.
17658
17659 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17660
17661 * m/sequent-ptx.h:
17662 * m/sequent.h:
17663 * s/ptx.h:
17664 * s/ptx4-2.h:
17665 * s/ptx4.h: Remove files for systems no longer supported.
17666
17667 * callproc.c (Fcall_process): Fix previous change.
17668
17669 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17670
17671 * unexsunos4.c: Remove file, system not supported anymore.
17672
17673 * m/mips.h:
17674 * m/intel386.h:
17675 * callproc.c:
17676 * config.in:
17677 * ecrt0.c:
17678 * emacs.c:
17679 * fileio.c:
17680 * frame.c:
17681 * getpagesize.h:
17682 * keyboard.c:
17683 * lread.c:
17684 * process.c:
17685 * puresize.h:
17686 * sysdep.c:
17687 * systty.h:
17688 * syswait.h:
17689 * unexec.c:
17690 * xdisp.c:
17691 * alloc.c: Remove code containing references to symbols defined by
17692 unsupported systems.
17693
17694 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
17695
17696 * coding.c (detect_coding_mask): Fix previous change.
17697
17698 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
17699
17700 * coding.c (detect_coding_iso2022): New arg
17701 latin_extra_code_state. Allow Latin extra codes only
17702 when *latin_extra_code_state is nonzero.
17703 (detect_coding_mask): If there is a NULL byte, detect the encoding
17704 as UTF-16 or binary. If Latin extra codes exist, detect the
17705 encoding as ISO-2022 only when there's no other proper encoding is
17706 found.
17707
17708 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17709
17710 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
17711 #ifdef MAC_OS.
17712
17713 2008-01-08 Richard Stallman <rms@gnu.org>
17714
17715 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
17716
17717 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
17718
17719 * keyboard.c (parse_menu_item): Don't enclose key bindings on
17720 menu bar in parentheses.
17721
17722 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
17723
17724 * m/7300.h:
17725 * m/acorn.h:
17726 * m/alliant-2800.h:
17727 * m/alliant.h:
17728 * m/alliant1.h:
17729 * m/alliant4.h:
17730 * m/altos.h:
17731 * m/amdahl.h:
17732 * m/apollo.h:
17733 * m/att3b.h:
17734 * m/aviion-intel.h:
17735 * m/aviion.h:
17736 * m/celerity.h:
17737 * m/clipper.h:
17738 * m/cnvrgnt.h:
17739 * m/convex.h:
17740 * m/cydra5.h:
17741 * m/delta88k.h:
17742 * m/dpx2.h:
17743 * m/dual.h:
17744 * m/elxsi.h:
17745 * m/f301.h:
17746 * m/gould-np1.h:
17747 * m/gould.h:
17748 * m/i860.h:
17749 * m/ibmps2-aix.h:
17750 * m/ibmrt-aix.h:
17751 * m/ibmrt.h:
17752 * m/irist.h:
17753 * m/is386.h:
17754 * m/isi-ov.h:
17755 * m/mega68.h:
17756 * m/mg1.h:
17757 * m/news-r6.h:
17758 * m/news-risc.h:
17759 * m/news.h:
17760 * m/nh3000.h:
17761 * m/nh4000.h:
17762 * m/ns16000.h:
17763 * m/ns32000.h:
17764 * m/nu.h:
17765 * m/orion.h:
17766 * m/orion105.h:
17767 * m/paragon.h:
17768 * m/pfa50.h:
17769 * m/plexus.h:
17770 * m/pyramid.h:
17771 * m/pyrmips.h:
17772 * m/sh3el.h:
17773 * m/sps7.h:
17774 * m/sr2k.h:
17775 * m/stride.h:
17776 * m/sun1.h:
17777 * m/sun2.h:
17778 * m/sun3-68881.h:
17779 * m/sun3-fpa.h:
17780 * m/sun3-soft.h:
17781 * m/sun3.h:
17782 * m/sun386.h:
17783 * m/symmetry.h:
17784 * m/tad68k.h:
17785 * m/tahoe.h:
17786 * m/targon31.h:
17787 * m/tek4300.h:
17788 * m/tekxd88.h:
17789 * m/tower32.h:
17790 * m/tower32v3.h:
17791 * m/ustation.h:
17792 * m/wicat.h:
17793 * m/xps100.h:
17794 * s/cxux.h:
17795 * s/cxux7.h:
17796 * s/dgux.h:
17797 * s/dgux4.h:
17798 * s/dgux5-4-3.h:
17799 * s/dgux5-4r2.h:
17800 * s/esix.h:
17801 * s/esix5r4.h:
17802 * s/hiuxmpp.h:
17803 * s/hiuxwe2.h:
17804 * s/iris3-5.h:
17805 * s/iris3-6.h:
17806 * s/isc2-2.h:
17807 * s/isc3-0.h:
17808 * s/isc4-0.h:
17809 * s/isc4-1.h:
17810 * s/newsos5.h:
17811 * s/newsos6.h:
17812 * s/osf1.h:
17813 * s/osf5-0.h:
17814 * s/riscix1-1.h:
17815 * s/riscix12.h:
17816 * s/sco4.h:
17817 * s/sco5.h:
17818 * s/sunos4-0.h:
17819 * s/sunos4-1.h:
17820 * s/sunos413.h:
17821 * s/sunos4shr.h:
17822 * s/umax.h:
17823 * s/unipl5-2.h:
17824 * s/xenix.h:
17825 * cxux-crt0.s:
17826 * unexapollo.c:
17827 * unexconvex.c:
17828 * unexenix.c:
17829 * unexsni.c: Remove files for systems no longer supported.
17830
17831 * m/intel386.h: Remove references to unsupported systems.
17832
17833 * w32.c (get_emacs_configuration): Remove reference to i860.
17834
17835 * sysdep.c: Remove dead code.
17836
17837 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
17838
17839 * s/rtu.h:
17840 * m/masscomp.h: Remove files. Platform is obsolete.
17841
17842 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
17843
17844 * dbusbind.c (Fdbus_method_return): New function.
17845 (xd_read_message): Add the serial number to the event.
17846 (Fdbus_register_method): Activate the function.
17847
17848 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * keyboard.c (read_key_sequence): Fix typo.
17851
17852 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
17853
17854 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
17855 (xd_signature, xd_append_arg): Handle element type detection for
17856 empty arrays.
17857 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
17858 SDATA () calls; this must be solved more general.
17859 (Fdbus_register_signal): Use SBYTES instead of strlen.
17860
17861 2008-01-03 Magnus Henoch <magnus@zemdatav>
17862
17863 * dbusbind.c (xd_append_arg): Use unsigned char instead of
17864 unsigned int for byte values (necessary for big-endian platform).
17865 (Fdbus_call_method): Handle the case of no returned arguments.
17866
17867 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
17868
17869 * dbusbind.c (xd_read_message): Use non-static input_event struct.
17870
17871 2007-12-31 Magnus Henoch <mange@freemail.hu>
17872
17873 * dbusbind.c (xd_signature): Signature of variant is just "v".
17874
17875 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
17876
17877 * dbusbind.c: Fix several errors and compiler warnings.
17878 Reported by Tom Tromey <tromey@redhat.com>.
17879 (XD_ERROR, XD_DEBUG_MESSAGE)
17880 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
17881 (xd_append_arg): Part for basic D-Bus types rewritten.
17882 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17883 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
17884 appropriate.
17885 (xd_read_message): Return Qnil. Don't signal an error; it is not
17886 useful during event reading.
17887 (Fdbus_register_signal): Signal an error if the check for
17888 FUNCTIONP fails.
17889 (Fdbus_register_method): New function. The implementation is not
17890 complete, the call of the function signals an error therefore.
17891 (Fdbus_unregister_object): New function, renamed from
17892 Fdbus_unregister_signal. The initial check signals an error, if
17893 the object is not well formed.
17894
17895 2007-12-30 Richard Stallman <rms@gnu.org>
17896
17897 * textprop.c (get_char_property_and_overlay):
17898 Signal error if POSITION is out of range in a buffer.
17899
17900 2007-12-29 Martin Rudalics <rudalics@gmx.at>
17901
17902 * w32fns.c (Fx_create_frame): Make copy of frame parameters
17903 because the original parameters are in pure storage now.
17904
17905 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17906
17907 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
17908
17909 2007-12-22 Eli Zaretskii <eliz@gnu.org>
17910
17911 * callint.c (syms_of_callint) <command-history>: Add reference to
17912 history-length in the doc string.
17913
17914 2007-12-17 Jason Rumney <jasonr@gnu.org>
17915
17916 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
17917 before passing as wParam.
17918
17919 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
17920
17921 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
17922 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
17923 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
17924 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
17925 as number.
17926 (Fdbus_call_method): Fix docstring.
17927
17928 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
17929
17930 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
17931 New macros.
17932 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
17933 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
17934 Simplify.
17935 (xd_signature): New function.
17936 (xd_append_arg): Compute also signatures. Major rewrite.
17937 (xd_retrieve_arg): Make debug messages friendly.
17938 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
17939 Check for signatures of arguments.
17940
17941 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
17942
17943 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
17944 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
17945 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
17946 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
17947 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
17948 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
17949 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
17950 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
17951 (xd_retrieve_value): Remove. Functionality included in ...
17952 (xd_append_arg): New function.
17953 (Fdbus_call_method, Fdbus_send_signal): Apply it.
17954
17955 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
17956
17957 * dbusbind.c (top): Include <stdio.h>.
17958 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
17959 dbus_message_new_method_call and dbus_message_new_signal.
17960 (Fdbus_register_signal): Rename unique_name to uname.
17961 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
17962 non-existing unique name. Fix typos in matching rule. Return an
17963 object which is useful in Fdbus_unregister_signal.
17964 (Fdbus_unregister_signal): Reimplementation, in order to remove
17965 only the corresponding entry.
17966 (Vdbus_registered_functions_table): Change the order of entries.
17967 Apply these changes in xd_read_message and Fdbus_register_signal.
17968
17969 2007-12-16 Andreas Schwab <schwab@suse.de>
17970
17971 * fileio.c (Finsert_file_contents): Fix overflow check to not
17972 depend on undefined integer overflow.
17973
17974 2007-12-14 Jason Rumney <jasonr@gnu.org>
17975
17976 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
17977 for characters above 127.
17978
17979 2007-12-13 Jason Rumney <jasonr@gnu.org>
17980
17981 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
17982 before dereferencing array.
17983 (lookup_vk_code): Remove zero comparison.
17984
17985 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
17986
17987 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
17988 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
17989 Use `unsigned int' instead of `uint'.
17990 (xd_read_message, Fdbus_register_signal): Split expressions into
17991 multiple lines before operators "&&" and "||", according to the
17992 GNU Coding Standards.
17993
17994 2007-12-14 Eli Zaretskii <eliz@gnu.org>
17995
17996 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
17997
17998 2007-12-12 Juri Linkov <juri@jurta.org>
17999
18000 * buffer.c (Frename_buffer): In interactive spec replace
18001 `read-buffer' with `read-string' that uses `buffer-name-history'
18002 as history, and the current buffer's name as default.
18003
18004 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18005
18006 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18007 manipulating the backtrace manually.
18008 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18009 (struct backtrace, backtrace_list): Remove.
18010 (command_loop_1): Remove dead var `no_direct'.
18011
18012 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18013 preserve non-built-in buffer-local variables.
18014 (Fkill_all_local_variables): Don't re-create&re-set permanent
18015 buffer-local variables.
18016
18017 2007-12-09 Juri Linkov <juri@jurta.org>
18018
18019 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18020 Lisp code that uses `read-buffer' with current buffer as default.
18021
18022 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18023
18024 * dbusbind.c (xd_read_message): Generate an event for every
18025 registered handler. There might be several handlers registered
18026 for the same signal.
18027 (Fdbus_register_signal): Don't overwrite a registration for the
18028 same signal. Add a new registration if handlers are different.
18029 (Vdbus_registered_functions_table): Rework doc string.
18030
18031 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
18032
18033 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18034 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18035 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18036 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18037 Unify argument lists.
18038 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18039 arguments and hash table keys. Use unique name for service.
18040 (Fdbus_unregister_signal): Remove checks.
18041 (Vdbus_registered_functions_table): Fix doc string.
18042
18043 2007-12-05 Magnus Henoch <mange@freemail.hu>
18044
18045 * process.c (make_process): Initialize pty_flag to 0.
18046
18047 2007-12-05 Jason Rumney <jasonr@gnu.org>
18048
18049 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18050 specified XBMs.
18051
18052 2007-12-05 Richard Stallman <rms@gnu.org>
18053
18054 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18055
18056 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18057
18058 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18059 New variable.
18060 (mac_try_close_socket) [MAC_OSX]: New function.
18061 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18062 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18063
18064 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18065 Use mac_try_close_socket.
18066
18067 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18068
18069 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18070 reloc_base.
18071 (copy_dysymtab): Compute relocation base here.
18072 (rebase_reloc_address) [__ppc64__]: New function.
18073 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18074 changed.
18075
18076 2007-12-05 Jason Rumney <jasonr@gnu.org>
18077
18078 * w32proc.c (sys_spawnve): Quote args with wildcards.
18079
18080 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18081
18082 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18083 __objc_* sections.
18084 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18085
18086 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
18087
18088 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18089 Move check for Vdbus_registered_functions_table to
18090 xd_read_queued_messages.
18091 (xd_read_queued_messages): Protect xd_read_message calls by
18092 internal_condition_case_1.
18093
18094 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
18095
18096 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18097 Qdbus_system_bus and Qdbus_session_bus, respectively.
18098 (Vdbus_intern_symbols): Remove.
18099 (Vdbus_registered_functions_table): New hash table.
18100 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18101 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18102 Rewrite in order to manage registered functions by hash table
18103 Vdbus_registered_functions_table.
18104
18105 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18106
18107 * xterm.c: Update URL to Window Manager Specification in comment.
18108
18109 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
18110
18111 * config.in (HAVE_DBUS): Add.
18112
18113 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18114 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18115 (obj): Add $(DBUS_OBJ).
18116 (LIBES): Add $(DBUS_LIBS).
18117 (dbusbind.o): New target.
18118
18119 * dbusbind.c: New file.
18120
18121 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18122
18123 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18124 (Qdbus_event): New Lisp symbol.
18125 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18126 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
18127 (keys_of_keyboard): Define dbus-event.
18128
18129 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18130
18131 2007-12-01 Richard Stallman <rms@gnu.org>
18132
18133 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18134
18135 2007-11-30 Jason Rumney <jasonr@gnu.org>
18136
18137 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18138 (w32con_reset_terminal_modes): Clear screen buffer.
18139 (w32_face_attributes): Don't use color indexes that are out of range.
18140 Only reverse the default colors.
18141
18142 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18143 WINDOWSNT.
18144
18145 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18146
18147 2007-11-29 Jason Rumney <jasonr@gnu.org>
18148
18149 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18150 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18151 if the terminal colors are initialized.
18152 (unspecified_fg, unspecified_bg): Remove unused declarations.
18153
18154 2007-11-29 Andreas Schwab <schwab@suse.de>
18155
18156 * keyboard.c (apply_modifiers): Fix typo.
18157
18158 2007-11-29 Richard Stallman <rms@gnu.org>
18159
18160 * keymap.c (Fcurrent_local_map): Doc fix.
18161
18162 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18163
18164 * s/gnu-kfreebsd.h: New file.
18165
18166 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18169 Don't cast redundantly.
18170
18171 * keyboard.c (KEY_TO_CHAR): New macro.
18172 (parse_modifiers, apply_modifiers): Accept integer arguments.
18173 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18174 for chars and symbol keys.
18175 After doing such remapping, apply function-key-map again.
18176
18177 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18178
18179 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18180 compiled anymore.
18181
18182 2007-11-26 Andreas Schwab <schwab@suse.de>
18183
18184 * process.c (list_processes_1): Fix indentation level of the
18185 command column.
18186
18187 2007-11-23 Andreas Schwab <schwab@suse.de>
18188
18189 * editfns.c (Fformat): Handle %c specially since it requires the
18190 argument to be of type int.
18191
18192 2007-11-23 Markus Triska <markus.triska@gmx.at>
18193
18194 * emacs.c (main): Call init_editfns before init_process, since
18195 init_process sets Vprocess_connection_type depending on OS release.
18196
18197 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18200 (find_symbol_value): Use do_symval_forwarding.
18201
18202 * data.c (set_internal): Set the value in the `cons-cell' (for
18203 Buffer_Local_values) not only for frame-local variables.
18204
18205 2007-11-22 Andreas Schwab <schwab@suse.de>
18206
18207 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18208 values to sprintf.
18209 * keymap.c (Fsingle_key_description): Likewise.
18210 * print.c (print_object): Likewise.
18211
18212 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18213
18214 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18215 file for image is nil.
18216
18217 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18218
18219 * term.c: Include stdarg.h.
18220 (fatal): Implement using varargs.
18221 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18222
18223 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18226 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18227 Update call to buffer_slot_type_mismatch.
18228 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18229 (buffer_slot_type_mismatch): Update.
18230 * buffer.c (buffer_local_types): Remove.
18231 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18232 (defvar_per_buffer): Set the type in the buffer_objfwd.
18233
18234 2007-11-21 Jason Rumney <jasonr@gnu.org>
18235
18236 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18237 CreateFileMapping returns NULL on failure.
18238
18239 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18240
18241 * search.c (Fset_match_data): Remove the `evaporate' feature.
18242 (unwind_set_match_data): Don't use the `evaporate' feature.
18243
18244 2007-11-21 Jason Rumney <jasonr@gnu.org>
18245
18246 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18247
18248 * w32console.c (w32con_write_glyphs): Remove unused variables.
18249
18250 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18251
18252 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18253
18254 * s/darwin.h (MULTI_KBOARD): Remove.
18255
18256 * macfns.c (x_create_tip_frame, Fx_create_frame)
18257 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18258
18259 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18260
18261 * buffer.c (Fbuffer_local_value): Remove redundant test.
18262 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18263 than in `current-buffer' to match the comment.
18264 Do the swap using swap_in_global_binding.
18265
18266 * data.c (store_symval_forwarding, set_internal):
18267 * eval.c (specbind): Remove dead code.
18268
18269 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18270 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18271 Since we do not want to see internal Lisp_*fwd objects here.
18272
18273 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18274
18275 * sysdep.c (init_system_name): Use getaddrinfo if available.
18276
18277 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18278 (x_scroll_bar_note_movement): start, end, with, height in struct
18279 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18280
18281 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18282
18283 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18284
18285 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18288 This undoes Richard's change of 14-Oct-2002.
18289
18290 * alloc.c (allocate_other_vector):
18291 * lisp.h (allocate_other_vector): Remove.
18292
18293 * window.c (struct save_window_data): Move non-lisp data to the end
18294 and make it `int' rather than Lisp_Object.
18295 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18296 Done wrap/unwrap integer values.
18297 (Fset_window_configuration, compare_window_configurations):
18298 Update use of fields to their new types.
18299
18300 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18301 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18302 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18303 (SET_SCROLL_BAR_X_WINDOW): Remove.
18304 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18305 Access the new x_window field directly.
18306 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18307 Don't wrap/unwrap integers into Lisp_Objects.
18308 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18309 (x_scroll_bar_report_motion):
18310 Don't wrap/unwrap integers into Lisp_Objects.
18311 (x_term_init): Use SDATA.
18312 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18313 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18314 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18315 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18316 * xfns.c (x_set_background_color):
18317 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18318 Access the new x_window field directly.
18319
18320 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18321 (allocate_pseudovector): Make non-static.
18322
18323 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18324 (allocate_pseudovector): Declare.
18325 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18326
18327 2007-11-15 Andreas Schwab <schwab@suse.de>
18328
18329 * editfns.c (Fformat): Correctly format EMACS_INT values.
18330 Also take precision into account when formatting an integer.
18331
18332 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18333
18334 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18335
18336 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18337 (syms_of_keyboard): Defsubr it.
18338
18339 * data.c (swap_in_global_binding): Fix longstanding bug where
18340 store_symval_forwarding was not called with the right second argument,
18341 thus causing objfwd-ing from being dropped.
18342
18343 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18344
18345 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18346 (Fx_display_pixel_height, Fx_display_planes)
18347 (Fx_display_color_cells, Fx_server_max_request_size)
18348 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18349 (Fx_display_visual_class, Fx_display_save_under):
18350 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18351 (Fx_display_pixel_height, Fx_display_planes)
18352 (Fx_display_color_cells, Fx_server_max_request_size)
18353 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18354 (Fx_display_mm_height, Fx_display_mm_width)
18355 (Fx_display_backing_store, Fx_display_visual_class)
18356 (Fw32_select_font, Fx_display_save_under):
18357 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18358 (Fx_display_pixel_height, Fx_display_planes)
18359 (Fx_display_color_cells, Fx_server_max_request_size)
18360 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18361 (Fx_display_save_under): Fix typos in docstrings.
18362
18363 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18364
18365 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18366 corresponding to deleted entries; they are an implementation detail.
18367 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18368 Remove variables.
18369 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18370 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18371 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18372 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18373 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18374 (Fw32_define_rgb_color, Fw32_load_color_file)
18375 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18376 Fix typos in docstrings.
18377 (Fx_server_version): Reflow docstring.
18378 (Fw32_shell_execute): Doc fixes.
18379
18380 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
18381
18382 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18383 if w32_parse_hot_key returned nil.
18384
18385 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18388
18389 2007-11-09 Jason Rumney <jasonr@gnu.org>
18390
18391 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18392
18393 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18394
18395 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18396 Remove W32_SCROLL_BAR_CLICK_EVENT.
18397
18398 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18399 Add MULTIMEDIA_KEY_EVENT.
18400
18401 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18402 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18403 (make_lispy_event) [WINDOWSNT]: Use it to translate
18404 MULTIMEDIA_KEY_EVENT.
18405
18406 * w32term.h (WM_APPCOMMAND): Define if not already.
18407 (GET_APPCOMMAND_LPARAM): Likewise.
18408
18409 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18410 WM_APPCOMMAND.
18411
18412 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18413 (syms_of_w32fns): Export and initialize it.
18414 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18415
18416 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
18417
18418 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18419 twice.
18420
18421 * xdisp.c (handle_face_prop): Fix last change.
18422
18423 2007-11-09 Richard Stallman <rms@gnu.org>
18424
18425 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18426 not just for after-strings and before-strings.
18427 Call face_for_overlay_string and pass the overlay to it.
18428 (handle_display_prop): Determine whether property came from an overlay.
18429 Pass OVERLAY arg to handle_single_display_spec.
18430 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18431 (load_overlay_strings): Fill in it->string_overlays.
18432 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18433
18434 * xfaces.c (face_for_overlay_string): Function renamed from
18435 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18436
18437 * dispextern.h (struct it): New elt string_overlays.
18438 New elt from_overlay, also in stack.
18439 Rearrange a few elements.
18440 (face_for_overlay_string): Decl renamed from
18441 face_at_buffer_position_no_overlays, and add argument.
18442
18443 2007-11-09 Richard Stallman <rms@gnu.org>
18444
18445 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18446 to get the base face for an overlay string.
18447
18448 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18449
18450 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18451
18452 * xdisp.c (handle_stop): Move some code out of loop.
18453
18454 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18455
18456 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18457 Fix conversion from Lisp object to ATSUFontID.
18458
18459 2007-11-09 Jason Rumney <jasonr@gnu.org>
18460
18461 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18462
18463 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18464
18465 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18466 Don't assume regions are aligned to page boundary.
18467 (print_load_command_name): Add LC_UUID if defined.
18468
18469 2007-11-09 Richard Stallman <rms@gnu.org>
18470
18471 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18472
18473 2007-11-07 Jason Rumney <jasonr@gnu.org>
18474
18475 * s/windows95.h: Remove.
18476
18477 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18478
18479 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18480 abort with a message on unhandled store_type values.
18481
18482 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18483
18484 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18485 Remove HAVE_X11R5 and HAVE_X11R4.
18486
18487 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18488
18489 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18490
18491 2007-11-01 Johan Bockgård <bojohan@gnu.org>
18492
18493 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18494 Don't set s->stippled_p here, since it has already been set by
18495 x_set_glyph_string_gc from x_draw_glyph_string.
18496
18497 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18498
18499 * sunfns.c: Remove file.
18500
18501 * m/sun386.h:
18502 * m/sun2.h:
18503 * m/sparc.h: Remove Sun windows code.
18504
18505 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18508 (init_keyboard): Set current_kboard's window-system to nil.
18509 (tty_read_avail_input): Typo.
18510 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18511
18512 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18513
18514 * s/usg5-4.h:
18515 * s/usg5-3.h:
18516 * s/ptx.h:
18517 * m/is386.h:
18518 * m/ibmps2-aix.h:
18519 * Makefile.in: Remove all mentions of X10.
18520
18521 * dispnew.c (syms_of_display): Don't mention version 10.
18522
18523 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
18524
18525 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
18526 ($(BLD)/abbrev.$(O)): Remove.
18527
18528 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18529
18530 Rewrite abbrev.c in Elisp.
18531 * image.c (Qcount): Don't declare as extern.
18532 (syms_of_image): Initialize and staticpro `Qcount'.
18533 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
18534 * emacs.c (main): Don't call syms_of_abbrev.
18535 * Makefile.in (obj): Remove abbrev.o.
18536 (abbrev.o): Remove.
18537 * abbrev.c: Remove.
18538
18539 2007-10-26 Martin Rudalics <rudalics@gmx.at>
18540
18541 * window.c (window_min_size_2): Don't count header-line.
18542
18543 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18544
18545 * frame.h (struct frame): Move all bit fields after the first bit
18546 field to take advantage of the available space. Group all the
18547 chars together to reduce wasted space due to padding.
18548
18549 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
18550
18551 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
18552
18553 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
18554 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
18555 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
18556 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
18557 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
18558 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
18559 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
18560 (last_marked, mark_object_loop_halt): Make static.
18561
18562 * frame.c (syms_of_frame) <delete-frame-functions>:
18563 Fix typo in docstring.
18564
18565 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
18566
18567 * w32.c (init_environment): Fix tiny memory leak.
18568 (w32_get_resource): Remove unused variable `ok'.
18569
18570 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18571
18572 Make `window-system' into a keyboard-local variable (rather than
18573 frame-local as done originally by multi-tty).
18574
18575 * keyboard.h (struct kboard): Add Vwindow_system.
18576 * keyboard.c (init_kboard): Set a default for Vwindow_system.
18577 (mark_kboards): Mark Vwindow_system.
18578
18579 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
18580 (init_display): Don't set the obsolete `window-system' frame-param.
18581
18582 * xterm.c (x_term_init):
18583 * w32term.c (w32_create_terminal):
18584 * term.c (init_tty): Set Vwindow_system.
18585 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
18586 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
18587
18588 * xfns.c (Fx_create_frame, x_create_tip_frame):
18589 * w32fns.c (Fx_create_frame, x_create_tip_frame):
18590 * macfns.c (Fx_create_frame):
18591 Don't set the obsolete `window-system' frame-param.
18592
18593 * frame.h (Qwindow_system): Remove.
18594 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
18595 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
18596
18597 2007-10-24 Richard Stallman <rms@gnu.org>
18598
18599 * frame.c (x_figure_window_size): For fullscreen case,
18600 set USPosition | PPosition without clobbering rest of window_prompting.
18601
18602 * keyboard.c (Fcurrent_idle_time): Doc fix.
18603
18604 * print.c (Fwith_output_to_temp_buffer): Doc fix.
18605
18606 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * process.c (unwind_request_sigio): Only define if __ultrix__.
18609
18610 * callproc.c (child_setup): Remove spurious *.
18611
18612 * lisp.h (Fget_text_property): Declare.
18613 (have_menus_p): Declare it here rather than in sys-dep header files.
18614 * macterm.h (have_menus_p):
18615 * msdos.h (have_menus_p):
18616 * xterm.h (have_menus_p): Remove.
18617
18618 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18619 (Fmake_variable_frame_local): Just check the variable's const-ness
18620 rather than checking nil or t.
18621
18622 2007-10-22 Jason Rumney <jasonr@gnu.org>
18623
18624 * w32fns.c: Include math.h.
18625 (w32_abort): Declaration moved to nt/config.nt.
18626
18627 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18628 (abort): Redefinition moved to nt/config.nt.
18629
18630 * m/windowsnt.h: Remove.
18631
18632 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
18633
18634 * emacs.c (Fdump_emacs): Fix typo in message.
18635 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
18636 <installation-directory>: Reflow docstring.
18637
18638 2007-10-22 Juri Linkov <juri@jurta.org>
18639
18640 * minibuf.c: Allow minibuffer default to be a list of default values.
18641 With empty input use the first element of this list as returned default.
18642 (string_to_object)
18643 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
18644 (read_minibuf): If defalt is cons, set histstring to its car.
18645 (Fread_string): If default_value is cons, set val to its car.
18646 (Fread_buffer): If def is cons, use its car.
18647 (Fcompleting_read): If defalt is cons, set val to its car.
18648
18649 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
18650
18651 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
18652
18653 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
18654
18655 * doc.c (Fdocumentation): Check for advice in all cases.
18656
18657 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
18658
18659 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
18660
18661 2007-10-19 Richard Stallman <rms@gnu.org>
18662
18663 * doc.c (Fdocumentation): Check for and handle an advised function.
18664
18665 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
18666
18667 * process.c (Fset_process_filter): Doc fix.
18668
18669 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18670
18671 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
18672 which caused key-translation-map to applied repeatedly (thus breaking
18673 double-mode).
18674
18675 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * xselect.c (x_own_selection, x_handle_selection_clear)
18678 (x_clear_frame_selections):
18679 * w32menu.c (list_of_panes, list_of_items):
18680 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
18681 * textprop.c (validate_plist, interval_has_all_properties)
18682 (interval_has_some_properties, interval_has_some_properties_list)
18683 (add_properties, text_property_list):
18684 * process.c (Fget_buffer_process, list_processes_1, status_notify):
18685 * minibuf.c (Fassoc_string):
18686 * macselect.c (x_own_selection, x_clear_frame_selections)
18687 (Fx_disown_selection_internal):
18688 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
18689 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
18690
18691 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
18692
18693 * process.c: Link to libs for calling res_init() if available.
18694 (Fmake_network_process): Call res_init() before getaddrinfo or
18695 gethostbyname, if possible.
18696
18697 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * lread.c (read1): Set pvectype for char_tables.
18700
18701 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
18702 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
18703 Add type checks.
18704 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
18705
18706 * alloc.c (free_misc): Use XMISCTYPE.
18707 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
18708
18709 2007-10-17 Glenn Morris <rgm@gnu.org>
18710
18711 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
18712 (syms_of_minibuf): Add Qcompletion_ignore_case.
18713 * dired.c (Qcompletion_ignore_case): Change to external.
18714 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
18715 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
18716 (Fread_file_name): Use it rather than intern'ing.
18717
18718 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
18719 (Fread_coding_system): Ignore case of user input.
18720
18721 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18722
18723 * xdisp.c (handle_display_prop): Ignore display specs after
18724 replacing one when string text is being replaced.
18725 (handle_single_display_spec): Pretend as if characters with display
18726 property haven't been consumed only when buffer text is being replaced.
18727
18728 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * xfns.c (Fx_create_frame, Fx_display_list):
18731 * window.c (window_fixed_size_p, enlarge_window)
18732 (shrink_window_lowest_first):
18733 * macterm.c (init_font_name_table):
18734 * macfns.c (Fx_create_frame, Fx_display_list):
18735 * lread.c (close_load_descs):
18736 * keyboard.c (read_char_x_menu_prompt):
18737 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
18738 * coding.c (code_convert_region_unwind): Test the type of an object
18739 rather than just !NILP before extracting data from it.
18740
18741 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
18742
18743 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
18744 (XMISCANY): New macro.
18745 (XMISCTYPE): Use it.
18746 (struct Lisp_Misc_Any): New type.
18747 (union Lisp_Misc): Use it.
18748 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
18749 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
18750 (find_symbol_value, set_internal, default_value, Fset_default)
18751 (Fmake_variable_buffer_local, Fmake_local_variable)
18752 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
18753 (Flocal_variable_if_set_p, Fvariable_binding_locus):
18754 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
18755 * alloc.c (allocate_buffer): Set the size and tag.
18756 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
18757 Use XMISCANY.
18758 (die): Follow the GNU convention for error messages.
18759 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
18760 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
18761 tag any more.
18762 (set_buffer_internal_1):
18763 * frame.c (store_frame_param):
18764 * eval.c (specbind):
18765 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
18766
18767 * doc.c (Fsnarf_documentation): Simplify.
18768
18769 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18770
18771 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
18772 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
18773
18774 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18775
18776 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
18777
18778 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18779
18780 * eval.c (do_autoload): Don't save autoloads.
18781
18782 * data.c (Ffset): Save autoload of the function being set.
18783
18784 2007-10-07 John Paul Wallington <jpw@pobox.com>
18785
18786 * xfns.c (x_create_tip_frame): Set the `display-type' frame
18787 parameter before setting up faces.
18788
18789 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18790
18791 * ccl.c (Fregister_code_conversion_map):
18792 * keyboard.c (append_tool_bar_item): Reformat last change.
18793
18794 * lisp.h (eabs): Rename from `abs'. All callers changed.
18795
18796 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
18797
18798 * buffer.c (add_overlay_mod_hooklist):
18799 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
18800 * fontset.c (make_fontset):
18801 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
18802 (append_tool_bar_item):
18803 * macmenu.c (grow_menu_items):
18804 * w32menu.c (grow_menu_items):
18805 * xmenu.c (grow_menu_items): Use larger_vector.
18806
18807 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18808
18809 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
18810 selected frame'' on MSDOS).
18811
18812 2007-10-12 Martin Rudalics <rudalics@gmx.at>
18813
18814 * frame.c (Qexplicit_name): New variable.
18815 (x_report_frame_params): Report it in parameter alist.
18816 (syms_of_frame): Intern and staticpro it.
18817
18818 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
18819
18820 * macfns.c (x_create_tip_frame): Set terminal for frame.
18821
18822 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * frame.c (Qenvironment): Remove.
18825 (syms_of_frame) <Qenvironment>: Don't initialize.
18826 (Fdelete_frame): Don't treat the `environment' param specially.
18827 * frame.h (Qenvironment): Don't declare.
18828 * callproc.c (set_initial_environment): Don't set unused frame param.
18829
18830 * frame.c (Fframe_with_environment): Remove.
18831 (syms_of_frame) <Sframe_with_environment>: Don't declare.
18832
18833 * lisp.h (Fframe_with_environment): Don't declare.
18834
18835 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
18836
18837 * indent.c (indent_tabs_mode, last_known_column)
18838 (last_known_column_modified): Make static.
18839 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
18840
18841 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
18842
18843 * puresize.h (BASE_PURESIZE): Increase to 1170000.
18844
18845 2007-10-09 Jason Rumney <jasonr@gnu.org>
18846
18847 * w32term.c (x_set_window_size): Disable code that attempts to tell
18848 Lisp code about a size change before it actually happens.
18849
18850 2007-10-09 Richard Stallman <rms@gnu.org>
18851
18852 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
18853 return HANDLED_RETURN.
18854
18855 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18856
18857 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
18858 when there's an unread command event.
18859
18860 * frame.c (focus_follows_mouse): Move here from frame.el to allow
18861 window autoselection act appropriately when leaving selected frame.
18862 (syms_of_frame): Initialize focus_follows_mouse.
18863 * frame.h (focus_follows_mouse): Extern it.
18864 * macterm.c (XTread_socket): When focus_follows_mouse is nil
18865 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
18866 * msdos.c (dos_rawgetc): Likewise.
18867 * w32term.c (w32_read_socket): Likewise.
18868 * xterm.c (handle_one_xevent): Likewise.
18869 * xdisp.c (syms_of_xdisp): In doc-string of
18870 mouse-autoselect-window mention focus-follows-mouse.
18871
18872 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18873
18874 * macterm.c (mac_load_query_font): Fix missing return value.
18875 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
18876 Add BLOCK_INPUT.
18877
18878 2007-10-08 Richard Stallman <rms@gnu.org>
18879
18880 * xdisp.c (get_window_cursor_type): Implement documented behavior
18881 for cursor-in-non-selected-windows = t.
18882
18883 2007-10-08 Jason Rumney <jasonr@gnu.org>
18884
18885 * w32.c (w32_get_resource): Always close registry keys.
18886
18887 2007-10-08 Jason Rumney <jasonr@gnu.org>
18888
18889 * makefile.w32-in (LIBS): Add COMCTL32.
18890
18891 * w32fns.c (globals_of_w32fns): Init common controls.
18892
18893 2007-10-08 Richard Stallman <rms@gnu.org>
18894
18895 * image.c (our_memory_buffer): Rename from omfib_buffer.
18896
18897 2007-10-08 Richard Stallman <rms@gnu.org>
18898
18899 * buffer.c (Foverlays_at): Doc fix.
18900
18901 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
18902
18903 * fns.c (Fplist_put): Preserve uneven tail data.
18904
18905 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
18906
18907 * termhooks.h (enum event_kind): Remove trailing comma.
18908
18909 * frame.h (enum): Remove trailing comma.
18910
18911 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18912
18913 * w32proc.c (delete_child): Don't terminate threads of zombies.
18914
18915 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18916
18917 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
18918
18919 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
18920 last-repeatable-command.
18921 (init_kboard): Initialize Vlast_repeatable_command.
18922 (command_loop_1): Set it to real_this_command unless that was
18923 bound to an input event.
18924 (mark_kboards): Mark it.
18925
18926 2007-10-08 Richard Stallman <rms@gnu.org>
18927
18928 * eval.c (condition-case): Doc fix.
18929
18930 2007-10-08 Masatake YAMATO <jet@gyve.org>
18931
18932 * xfaces.c (tty_supports_face_attributes_p): Fix code
18933 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
18934 was copied and not edited.
18935
18936 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 Add new `input-decode-map' keymap and use it for terminal
18939 escape sequences.
18940 * keyboard.h (struct kboard): Add Vinput_decode_map.
18941 Remove Vlocal_key_translation_map.
18942 * keyboard.c (read_key_sequence): Add support for input-decode-map.
18943 (init_kboard): Init input-decode-map.
18944 Replace local-key-translation-map back with key-translation-map.
18945 (syms_of_keyboard): Declare input-decode-map.
18946 Remove local-key-translation-map. Update docstrings.
18947 (mark_kboards): Mark Vinput_decode_map.
18948 Don't mark Vlocal_key_translation_map.
18949 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
18950 Replace local-key-translation-map back with key-translation-map.
18951 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
18952 Bind in input-decode-map rather than function-key-map.
18953
18954 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
18955 This was made redundant by the previous introduction of XSETPVECTYPE.
18956
18957 2007-10-09 Richard Stallman <rms@gnu.org>
18958
18959 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
18960
18961 2007-09-29 Richard Stallman <rms@gnu.org>
18962
18963 * eval.c (internal_condition_case_2, internal_condition_case_1)
18964 (internal_condition_case): Reenable abort if x_catching_errors ()
18965 to see if that really happens and why.
18966
18967 2007-10-06 Andreas Schwab <schwab@suse.de>
18968
18969 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
18970
18971 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
18972
18973 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
18974
18975 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18976
18977 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
18978
18979 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18980
18981 * window.h (struct window):
18982 * window.c (struct save_window_data, struct saved_window):
18983 * termhooks.h (struct terminal):
18984 * process.h (struct Lisp_Process):
18985 * frame.h (struct frame):
18986 * buffer.h (struct buffer):
18987 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
18988 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
18989 The size field of (pseudo)vectors is now unsigned.
18990 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
18991
18992 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
18993 Turn `count' into an integer.
18994
18995 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
18996 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
18997 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
18998 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
18999 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19000
19001 * alloc.c (allocate_pseudovector): New fun.
19002 (ALLOCATE_PSEUDOVECTOR): New macro.
19003 (allocate_window, allocate_terminal, allocate_frame)
19004 (allocate_process): Use it.
19005 (mark_vectorlike): New function.
19006 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19007 (mark_terminals): Use it.
19008 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19009 (Fmake_byte_code): Use XSETPVECTYPE.
19010
19011 * frame.c (Fframe_parameters): Minor simplification.
19012
19013 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19014
19015 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19016
19017 * buffer.c (Fget_buffer_create, init_buffer_once):
19018 * lread.c (defsubr):
19019 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19020
19021 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19022 defined differently in the m/*.h files.
19023 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19024 (XSETPVECTYPE): New macro.
19025 (XSETPSEUDOVECTOR): Use it.
19026
19027 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19028 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19029
19030 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19031 * lread.c (defvar_per_buffer):
19032 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19033
19034 * window.c (candidate_window_p): Only consider as visible frames that
19035 are on the same terminal.
19036
19037 * m/ibms390x.h (MARKBIT): Remove unused macro.
19038
19039 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
19040
19041 * lread.c (Fload): Fix typo in docstring.
19042
19043 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19044
19045 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19046 of a non-zero value can't yield zero.
19047
19048 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19049
19050 * term.c (term_clear_mouse_face, term_mouse_highlight)
19051 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19052
19053 * print.c (safe_debug_print): Use XHASH.
19054
19055 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19056 Lisp elements such as tags.
19057 (XHASH): New macro.
19058 (EQ): Use it.
19059 (SREF, SSET, STRING_COPYIN): Use SDATA.
19060 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19061
19062 * alloc.c (mark_terminal): Remove left-over declaration.
19063 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19064 (allocate_vectorlike): Remove type argument. Adjust callers.
19065 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19066 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19067
19068 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19069 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19070 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19071 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19072 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19073 Use them.
19074
19075 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19076 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19077 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19078
19079 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19080
19081 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19082 loaded by default.
19083
19084 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19085
19086 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19087 on this tty.
19088 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19089
19090 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19091 Update all users.
19092 (handle_one_term_event): Use Gpm_DrawPointer.
19093 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19094 Signal errors instead of returning nil. Always return nil.
19095 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19096 Make it a noop if gpm-mouse was not activated.
19097 (syms_of_term): Update names.
19098
19099 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19102 (init_sys_modes): Check that gpm_tty is the current tty.
19103
19104 * alloc.c (allocate_terminal): Set the vector size to only count the
19105 lisp fields. Initialize those to nil.
19106 (mark_object): Don't treat terminals specially.
19107 (mark_terminal): Remove.
19108 (mark_terminals): Use mark_object instead.
19109
19110 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19111 the GC to the beginning.
19112
19113 * indent.h:
19114 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19115
19116 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19117
19118 2007-09-25 Jason Rumney <jasonr@gnu.org>
19119
19120 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19121
19122 * w32console.c (create_w32cons_output): Remove.
19123
19124 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19125
19126 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19127 (reset_sys_modes): Use reset_terminal_modes_hook.
19128
19129 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19130
19131 * eval.c (do_autoload): Don't output any message.
19132
19133 2007-09-24 Juri Linkov <juri@jurta.org>
19134
19135 * emacs.c (standard_args): Change priority of "--no-splash"
19136 from 40 to 3. Add "--no-desktop" with the same priority.
19137
19138 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19139
19140 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19141 and optimize the case where they are all 1.
19142
19143 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
19144
19145 * lisp.h (abs): Define if not defined.
19146 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19147 Don't define `abs', since it's defined in lisp.h.
19148
19149 2007-09-22 Eli Zaretskii <eliz@gnu.org>
19150
19151 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19152 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19153 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19154 (init_tty): Use DEV_TTY instead of "/dev/tty".
19155 [WINDOWSNT]: No need to protect from NAME arg being null.
19156
19157 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19158
19159 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19160 up the tty state.
19161
19162 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19163
19164 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19165 (gpm_tty): Change its type.
19166 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19167 (gpm_tty): Change its type and initialize it.
19168 (Fterm_open_connection): Check the frame is indeed a tty.
19169 Use the new gpm_tty.
19170 (Fterm_close_connection): Use the new gpm_tty.
19171 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19172 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19173
19174 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
19175
19176 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19177 underline_color, to draw strike-through.
19178
19179 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * lisp.h (allocate_terminal): Declare.
19182
19183 * window.c (candidate_window_p): Consider frames that are being placed
19184 by the user as somewhere between visible and iconified.
19185 (window_loop): Prefer windows on the current frame.
19186 (Fselect_window): Move the use of select-frame to the beginning so we
19187 can just delegate all the work (it'll call us back anyway).
19188
19189 * frame.c (Qdisplay_environment_variable):
19190 * frame.h (Qdisplay_environment_variable): Delete.
19191
19192 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19193 of the first arg, since that value may be a union.
19194
19195 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19196 parameter rather than Qdisplay_environment_variable. If all else
19197 fails, look for DISPLAY in initial-environment.
19198
19199 2007-09-21 Glenn Morris <rgm@gnu.org>
19200
19201 * Makefile.in (emacstool): Remove target.
19202 (lisp, shortlisp): Remove termdev.elc.
19203
19204 2007-09-21 Markus Triska <markus.triska@gmx.at>
19205
19206 * xterm.c (x_delete_display): Compile session management conditionally.
19207
19208 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * callproc.c (getenv_internal_1): New function.
19211 (getenv_internal): Use it.
19212 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19213
19214 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19215 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19216 (Fset_terminal_parameter): Work with dead terminals as well.
19217 (Fmodify_terminal_parameters): Remove.
19218
19219 * terminal.c (get_terminal): Handle terminals.
19220 Make sure the terminal returned is live.
19221 (create_terminal): Use allocate_terminal.
19222 (mark_terminals): Move to alloc.c.
19223 (delete_terminal): Use terminal->name as liveness status.
19224 NULL out fields after freeing their contents.
19225 Don't deallocate the object.
19226 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19227 rather than an int.
19228 (Fterminal_live_p): Accept non-integer arguments.
19229 (Fterminal_list): Return terminal objects rather than an ints.
19230
19231 * alloc.c (enum mem_type): New member for `terminal' objects.
19232 (allocate_terminal): New function.
19233 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19234 Handle terminals.
19235 (mark_terminal): New fun.
19236 (mark_terminals): Move from terminal.c.
19237
19238 * term.c (get_tty_terminal): Don't treat output_initial specially.
19239 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19240 (delete_tty): Use terminal->name as liveness status.
19241
19242 * termhooks.h (struct terminal): Make it into a pseudovector.
19243 Remove `deleted' replaced by checking `name's nullness.
19244
19245 * print.c (print_object): Handle terminals.
19246
19247 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19248 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19249
19250 * frame.c (make_terminal_frame):
19251 * keyboard.c (tty_read_avail_input):
19252 * w32term.c (x_delete_terminal):
19253 * xfns.c (Fx_create_frame, x_create_tip_frame):
19254 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19255
19256 2007-09-20 Glenn Morris <rgm@gnu.org>
19257
19258 * process.c (Fmake_network_process): Doc fix.
19259
19260 2007-09-19 Jason Rumney <jasonr@gnu.org>
19261
19262 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19263
19264 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19265
19266 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19267 Fix a C warning regarding variable constness.
19268
19269 * xterm.c (handle_one_xevent): Fix a C warning.
19270
19271 2007-09-18 Jason Rumney <jasonr@gnu.org>
19272
19273 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19274
19275 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19276
19277 * gtkutil.c (gdpy_def): New variable.
19278 (xg_initialize): Initialize gdpy_def.
19279 (xg_display_close): If no other display exists, set gdpy_def to a
19280 new connection.
19281
19282 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19283
19284 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19285 when we have no file name for the icon.
19286 (xg_tool_bar_expose_callback): Remove.
19287 (xg_create_tool_bar): Don't connect expose signal to
19288 xg_tool_bar_expose_callback.
19289 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19290
19291 2007-09-16 Andreas Schwab <schwab@suse.de>
19292
19293 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19294 values instead of zapping them.
19295
19296 2007-09-14 Glenn Morris <rgm@gnu.org>
19297
19298 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19299 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19300 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19301 scope and rename to omfib_buffer for clarity.
19302 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19303
19304 2007-09-14 Kenichi Handa <handa@m17n.org>
19305
19306 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19307
19308 2007-09-13 Jason Rumney <jasonr@gnu.org>
19309
19310 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19311
19312 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19313
19314 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19315 (mac_term_init): Call here instead, passing rif.
19316
19317 2007-09-13 Glenn Morris <rgm@gnu.org>
19318
19319 * s/hpux.h: No longer define `static' as nothing.
19320
19321 2007-09-13 Johan Bockgård <bojohan@gnu.org>
19322
19323 * callint.c (Fcall_interactively): Remove unused var `fun'.
19324
19325 2007-09-12 Romain Francoise <romain@orebokech.com>
19326
19327 * window.c (prefer_window_split_horizontally, display_buffer):
19328 Revert 2007-09-08 change.
19329
19330 2007-09-12 Glenn Morris <rgm@gnu.org>
19331
19332 * alloca.c: Remove file.
19333 * Makefile.in (alloca): Do not undef.
19334 (allocaobj, alloca.o): Remove.
19335 (otherobj): Remove allocaobj.
19336 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19337 * regex.c (C_ALLOCA): Remove all references and code that was only
19338 used when this was defined.
19339 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19340 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19341 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19342
19343 * Makefile.in (SOURCES, unlock, relock): Delete.
19344
19345 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19346 (menu_grab_callback): All uses changed.
19347
19348 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19349 (x_reply_selection_request): All uses changed.
19350
19351 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * lread.c (load_warn_old_style_backquotes): Change message to look
19354 better when it appears in the middle of byte-compiler messages.
19355
19356 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19357
19358 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19359
19360 * xterm.c (x_create_terminal): Add comment.
19361
19362 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19363
19364 2007-09-10 Richard Stallman <rms@gnu.org>
19365
19366 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19367
19368 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19369
19370 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19371 (DEFUN): Document `intspec', use it instead of `prompt'.
19372
19373 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19374
19375 * data.c (Finteractive_form): If the interactive specification starts
19376 with a `(', use it as a Lisp form.
19377
19378 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19379 name and file modes.
19380
19381 * callint.c (Fcall_interactively): Comment fixes.
19382
19383 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19384
19385 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19386 and compiled functions.
19387
19388 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19389
19390 * window.c (prefer_window_split_horizontally): New variable.
19391 (display_buffer): Consider splitting window horizontally depending
19392 on prefer_window_split_horizontally.
19393
19394 2007-09-08 Eli Zaretskii <eliz@gnu.org>
19395
19396 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19397
19398 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19401
19402 * frame.c (x_set_frame_parameters): Check number is positive before
19403 using XFASTINT.
19404
19405 * window.c (freeze_window_start): Don't presume selected_window holds
19406 a window object.
19407 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19408
19409 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19410
19411 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19412
19413 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19414
19415 * window.c (Vsplit_window_preferred_function): New var.
19416 (Fdisplay_buffer): Use it.
19417 (syms_of_window): Export, and initialize it.
19418
19419 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19420
19421 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19422
19423 2007-09-06 Glenn Morris <rgm@gnu.org>
19424
19425 * gtkutil.c (menu_grab_callback) <cnt>:
19426 * xselect.c (x_reply_selection_request) <cnt>: Move static
19427 variable to file scope.
19428
19429 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19430
19431 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19432 consistent values of selected_frame and selected_window.
19433
19434 2007-09-04 Jason Rumney <jasonr@gnu.org>
19435
19436 * w32console.c (initialize_w32_display): Zero unused hooks.
19437
19438 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19439
19440 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19441 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19442
19443 2007-09-04 Jason Rumney <jasonr@gnu.org>
19444
19445 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19446 in w32console.c. Set up input. Remove XXX comments that have been
19447 confirmed as correct.
19448
19449 * s/ms-w32.h (MULTI_KBOARD): Define.
19450
19451 * w32console.c (one_and_only_w32cons): Remove.
19452 (initialize_w32_display): Take terminal argument.
19453
19454 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19455 initialize_w32_display.
19456 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19457
19458 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19459
19460 * keyboard.c (discard_mouse_events): Discard it.
19461 (make_lispy_event): Translate it to a lisp event.
19462 (lispy_wheel_names): Add wheel-left and right events.
19463 (syms_of_keyboard): Enlarge wheel_syms.
19464
19465 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19466 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19467
19468 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19469
19470 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19471 from WM_MOUSEHWHEEL.
19472 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19473
19474 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19475 terminal.
19476
19477 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19478 keyboard for the terminal.
19479
19480 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19481
19482 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19483 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19484 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19485 and resume-tty-function to resume-tty-hook.
19486 (Fsuspend_tty, Fresume_tty): Use new names.
19487
19488 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19489
19490 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19491 if it starts with "n:".
19492
19493 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19494
19495 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19496
19497 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * frame.h:
19500 * frame.c (Qterm_environment_variable): Remove.
19501 (syms_of_frame): Don't init and staticpro it.
19502
19503 * callproc.c (getenv_internal): Remove special case for $TERM.
19504
19505 * callproc.c (Vinitial_environment): New variable.
19506 (set_initial_environment): Initialize it.
19507 (syms_of_callproc): Declare it.
19508 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19509 TERM under which a process runs is never related to the TERM in which
19510 Emacs is running.
19511
19512 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19513
19514 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19515 * s/darwin.h: ... do it here.
19516
19517 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * lisp.h (set_initial_environment): Rename from set_global_environment.
19520
19521 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19522 removed by mistake on the multi-tty branch.
19523
19524 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
19525 (Fmodify_frame_parameters): Return a value.
19526
19527 * image.c (png_load): Comment-out var only used in commented-out code.
19528
19529 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
19530 before passing it to mark_object.
19531
19532 * xfaces.c (internal_resolve_face_name): Return a value.
19533 (internal_resolve_face_name, resolve_face_name_error): Comment out.
19534
19535 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
19536 (x_icon): Comment-out var only used in commented-out code.
19537
19538 2007-08-29 Romain Francoise <romain@orebokech.com>
19539
19540 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19541 QUIT hasn't been provided.
19542
19543 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19544
19545 * callproc.c (child_setup, getenv_internal): Use the
19546 display-environment-variable and term-environment-variable frame params.
19547 (set_initial_environment): Initialise Vprocess_environment.
19548
19549 * config.in: Disable multi-keyboard support on a mac.
19550
19551 * frame.c (Qterm_environment_variable)
19552 (Qdisplay_environment_variable): New variables.
19553 (syms_of_frame): Intern and staticpro them.
19554 (Fmake_terminal_frame): Disable output method test.
19555
19556 * frame.h: Declare them here.
19557
19558 * macfns.c (x_set_mouse_color): Get rif from the frame.
19559 (x_set_tool_bar_lines): Don't use updating_frame.
19560 (mac_window): Add 2 new parameters for consistency with other systems.
19561 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
19562 frame parameters following what is done in X11 and w32. Don't use
19563 FRAME_MAC_DISPLAY_INFO.
19564 (Fx_open_connection, start_hourglass): Remove window-system check.
19565 (x_create_tip_frame): Get the keyboard from the terminal.
19566
19567 * macmenu.c: Reorder includes.
19568 (Fx_popup_menu): Use terminal specific mouse_position_hook.
19569
19570 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
19571 terminal parameter.
19572 (x_clear_frame): Add a frame parameter.
19573 (note_mouse_movement): Get rif from the frame.
19574 (mac_term_init): Initialize the terminal.
19575 (mac_initialize): Make static and move terminal initialization ...
19576 (mac_create_terminal): ... to this new function.
19577
19578 * macterm.h (struct mac_display_info): Add terminal.
19579 (mac_initialize): Delete declaration.
19580
19581 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
19582
19583 * sysdep.c: Comment out text after #endif.
19584
19585 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
19586 is defined. Better initialize ttys in windows. Use terminal
19587 specific mouse_position_hook.
19588
19589 * termhooks.h (union display_info): Add mac_display_info.
19590
19591 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
19592 Set the default minibuffer frame, window_system and the rest of the
19593 frame parameters following what is done in X11.
19594
19595 * w32term.c (w32_initialize): Make static.
19596
19597 * xselect.c (x_handle_selection_clear): Only access
19598 terminal->kboard when MULTI_KBOARD is defined.
19599
19600 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
19601 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
19602
19603 2007-08-29 Jason Rumney <jasonr@gnu.org>
19604
19605 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
19606 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
19607
19608 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
19609 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
19610
19611 * keyboard.c (restore_kboard_configuration): Only define when
19612 MULTI_KBOARD defined.
19613
19614 * makefile.w32-in: Update dependancies from Makefile.in.
19615 (OBJ1): Add terminal.$(O)
19616
19617 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
19618 Don't define function body.
19619 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
19620
19621 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
19622
19623 * w32.c (request_sigio, unrequest_sigio): Remove.
19624
19625 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
19626 (w32con_clear_frame, w32con_clear_end_of_line)
19627 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
19628 (w32con_delete_glyphs, w32con_set_terminal_window)
19629 (scroll_line, w32_sys_ring_bell): Add frame arg.
19630 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
19631 Add terminal arg.
19632 (PICK_FRAME): Remove.
19633 (w32con_write_glyphs): Use frame specific terminal coding.
19634 (one_and_only_w32cons): New global variable.
19635 (initialize_w32_display): Use it for storing hooks.
19636 (create_w32cons_output): New function.
19637
19638 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
19639 arg a frame.
19640
19641 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
19642 Set window_system.
19643 (x_set_tool_bar_lines): Don't use updating_frame.
19644 (Fx_create_frame): Set terminal and ref count.
19645 (Fx_open_connection): Remove window-system check.
19646
19647 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
19648
19649 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
19650 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
19651 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
19652 Add frame arg.
19653 (x_delete_terminal, w32_create_terminal): New functions.
19654 (w32_term_init): Create a terminal.
19655 (w32_initialize): Move terminal specific initialization to
19656 w32_create_terminal.
19657
19658 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
19659 (w32_clear_rect, w32_clear_area): Use background from frame.
19660 (w32_display_info): Add terminal.
19661 (w32_sys_ring_bell, x_delete_display): Declare here.
19662
19663 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
19664
19665 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
19666
19667 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
19668
19669 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
19670 Fix get_named_tty calls for the controlling tty.
19671
19672 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19673
19674 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
19675
19676 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19677
19678 * term.c (tty_insert_glyphs): Add missing first parameter.
19679
19680 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
19681
19682 * buffer.c (Fbuffer_list, Fbury_buffer):
19683 Take frame->buried_buffer_list into account.
19684
19685 * cm.c (current_tty): New variable, for cmputc().
19686 (cmputc): Use it.
19687 (cmcheckmagic): Add tty parameter, look up terminal streams there.
19688 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
19689 (cmgoto): Add tty parameter. Pass it on to calccost().
19690 Use emacs_tputs() instead of tputs().
19691
19692 * cm.h (emacs_tputs): New macro to set current_tty, and then call
19693 tputs().
19694 (current_tty): New variable, for cmputc().
19695 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
19696
19697 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
19698 (internal_condition_case, internal_condition_case_1)
19699 (internal_condition_case_2): Don't abort when x_catching_errors.
19700
19701 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
19702 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
19703 prevent crashes caused by bogus longjmps in read_char.
19704
19705 * keymap.h (Fset_keymap_parent): Add EXFUN.
19706
19707 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
19708 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19709 Remove redundant definition.
19710
19711 * macfns.c (x_set_mouse_color, x_make_gc):
19712 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19713
19714 * w32term.c (x_free_frame_resources):
19715 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19716 (w32_initialize): Use the accessor macros for terminal characteristics.
19717
19718 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
19719 Use the accessor macros for terminal characteristics.
19720 * msdos.c (internal_terminal_init): Use the accessor macros for
19721 terminal characteristics.
19722 (ScreenVisualBell, internal_terminal_init):
19723 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19724
19725 * termopts.h (no_redraw_on_reenter): Declare.
19726
19727 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
19728 (mark_terminals, mark_ttys): Declare.
19729 (Fgarbage_collect): Call them.
19730 (mark_object): Mark buried_buffer_list.
19731
19732 * prefix-args.c: Include stdlib.h for exit.
19733
19734 * syssignal.h: Add comment.
19735
19736 * indent.c: Include stdio.h.
19737
19738 * window.h (Vinitial_window_system): Declare.
19739 (Vwindow_system): Delete declaration.
19740
19741 * fontset.c (Finternal_char_font): Use FRAME_RIF.
19742
19743 * image.c (lookup_image): Don't initialize `c' until the xasserts
19744 have been run.
19745
19746 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
19747 FRAME_FOREGROUND_PIXEL.
19748
19749 * print.c (print_preprocess): Don't lose print_depth levels while
19750 iterating.
19751
19752 * widget.c (update_from_various_frame_slots):
19753 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19754
19755 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
19756 frames.
19757 (window_internal_height): Remove bogus make_number call.
19758 (init_window_once): Call make_terminal_frame with two zero parameters.
19759
19760 * fileio.c (Fread_file_name): Update comment.
19761
19762 * callint.c (Fcall_interactively):
19763 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
19764 Make sure it is correctly unwound.
19765
19766 * xsmfns.c (x_session_close): New function.
19767
19768 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
19769 Delete declarations.
19770
19771 * xterm.h: Remove declaration for x_fully_uncatch_errors.
19772 (x_output): Remove background_pixel and foreground_pixel fields.
19773 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
19774 (x_delete_device, x_session_close): Declare.
19775
19776 * lread.c: Include setjmp.h. Update declaration of `read_char'.
19777 (read_filtered_event): Call `read_char' with a local
19778 `wrong_kboard_jmpbuf'.
19779
19780 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
19781 Don't call single_kboard_state. Use FRAME_RIF.
19782
19783 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
19784 systems.
19785
19786 * lisp.h (set_process_environment): Rename to `set_global_environment'.
19787 (Fframe_with_environment, Fset_input_meta_mode)
19788 (Fset_quit_char): EXFUN.
19789 (x_create_device, tty_output, terminal, tty_display_info): Declare.
19790 (init_sys_modes, reset_sys_modes): Update prototypes.
19791 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
19792
19793 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
19794 Vlocal_key_translation_map, and Vkeyboard_translate_table.
19795 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
19796 Delete declarations.
19797 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
19798 (temporarily_switch_to_single_kboard, tty_read_avail_input):
19799 New declarations.
19800
19801 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
19802 already does that during init_display(). Call syms_of_keymap
19803 before syms_of_keyboard. Call `syms_of_terminal'.
19804 Call set_initial_environment, not set_process_environment.
19805 (shut_down_emacs): Call reset_all_sys_modes() instead of
19806 reset_sys_modes().
19807
19808 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
19809 (internal_resolve_face_name, resolve_face_name_error): New functions.
19810 (resolve_face_name): Protect against loops and errors thrown by Fget.
19811 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
19812 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
19813
19814 * scroll.c: Replace CURTTY() with local variables throughout the
19815 file (where applicable).
19816 (calculate_scrolling, calculate_direct_scrolling)
19817 (scrolling_1, scroll_cost): Use the accessor macros for terminal
19818 characteristics.
19819
19820 * keymap.c (Vfunction_key_map): Remove.
19821 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
19822 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
19823 (Vkey_translation_map): Remove.
19824 (syms_of_keymap): Remove DEFVAR for key-translation-map.
19825 (Fdescribe_buffer_bindings)
19826 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
19827 Update for terminal-local key-translation-map.
19828
19829 * Makefile.in (callproc.o): Update dependencies.
19830 (lisp, shortlisp): Add termdev.elc.
19831 (obj): Add terminal.o.
19832 (terminal.o): Add dependencies.
19833 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
19834 (data.o, fns.o): Add termhooks.h dependency.
19835 (SOME_MACHINE_LISP): Add dnd.elc.
19836 (minibuf.o): Fix typo.
19837 Update dependencies.
19838
19839 * data.c (do_symval_forwarding, store_symval_forwarding)
19840 (find_symbol_value): Use the selected frame's keyboard, not
19841 current_kboard.
19842
19843 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
19844 Vwindow_system.
19845
19846 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
19847 Fmenu_bar_open.
19848 (syms_of_xmenu): Update defsubr.
19849 (mouse_position_for_popup, Fx_popup_menu)
19850 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
19851 (set_frame_menubar, free_frame_menubar)
19852 (create_and_show_popup_menu, xmenu_show)
19853 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
19854 an X frame.
19855
19856 * xselect.c (x_own_selection): Abort if not an X frame.
19857 (some_frame_on_display): Check if it is an X frame.
19858 (x_handle_selection_clear): Deal with MULTI_KBOARD.
19859
19860 * coding.c: Include frame.h and termhooks.h.
19861 (terminal_coding, keyboard_coding): Delete.
19862 (Fset_terminal_coding_system_internal)
19863 (Fset_keyboard_coding_system_internal)
19864 (Fkeyboard_coding_system)
19865 (Fterminal_coding_system): Add a terminal parameter.
19866 Get terminal_coding from the terminal.
19867 (init_coding_once): Don't call setup_coding_system here.
19868
19869 * dispextern.h (set_scroll_region, turn_off_insert)
19870 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
19871 (tty_clear_end_of_line, tty_setup_colors)
19872 (delete_tty, updating_frame)
19873 (produce_special_glyphs, produce_glyphs, write_glyphs)
19874 (insert_glyphs): Remove.
19875 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
19876 (tty_turn_off_highlight, get_tty_size): Add declaration.
19877 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
19878
19879 * frame.h (enum output_method): Add output_initial.
19880 (struct x_output): Delete.
19881 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19882 Access foreground_pixel and background_pixel directly from the frame.
19883 (tty_display): Delete.
19884 (struct frame): Add buried_buffer_list, foreground_pixel,
19885 background_pixel and terminal. Delete kboard.
19886 (union output_data): Add tty.
19887 (FRAME_KBOARD): Get the kboard from the terminal.
19888 (FRAME_INITIAL_P): New macro.
19889 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
19890 (Qterm_environment_variable, Qdisplay_environment_variable)
19891 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
19892 New declarations.
19893
19894 * termchar.h (tty_output, tty_display_info): New structures.
19895 (tty_list): Declare.
19896 (FRAME_TTY, CURTTY): New macros.
19897 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
19898 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
19899 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
19900 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
19901
19902 * callproc.c: Include frame.h and termhooks.h, for terminal
19903 parameters.
19904 (add_env): New function.
19905 (child_setup): Use it.
19906 (child_setup, getenv_internal): Handle the new Vprocess_environment.
19907 (getenv_internal): Fix get_terminal_param call.
19908 (Fgetenv_internal, egetenv): Update doc.
19909 (syms_of_callproc): Initialize Vprocess_environment to nil.
19910 Register and initialize them. Remove obsolete defvars. Update doc
19911 strings.
19912 (child_setup): Handle Vlocal_environment_variables.
19913 (getenv_internal): Add terminal parameter.
19914 Handle Vlocal_environment_variables.
19915 (Fgetenv_internal): Add terminal parameter.
19916 (child_setup, getenv_internal, Fgetenv_internal): Store the local
19917 environment in a frame (not terminal) parameter. Update doc strings.
19918 (set_initial_environment): Rename from set_global_environment.
19919 Store Emacs environment in initial frame parameter.
19920
19921 * xdisp.c (redisplay_internal): Update references to
19922 `previous_terminal_frame'.
19923 (display_mode_line, Fformat_mode_line): Replace calls to
19924 `push_frame_kboard' with `push_kboard'.
19925 (get_glyph_string_clip_rects): Add extra parentheses and
19926 braces to prevent compiler warnings.
19927 (calc_pixel_width_or_height): Add xassert to check that the
19928 frame is alive. Don't call `lookup_image' on a termcap frame.
19929 (message2_nolog, message3_nolog, redisplay_internal)
19930 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
19931 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
19932 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
19933 (Fx_display_pixel_width, Fx_display_pixel_height)
19934 (Fx_display_planes, Fx_display_color_cells)
19935 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
19936 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
19937 (Fx_display_backing_store, Fx_display_visual_class)
19938 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
19939 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
19940
19941 * xfns.c (x_set_foreground_color x_set_background_color)
19942 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
19943 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19944 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
19945 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
19946 terminal that is being deleted.
19947 (Fx_create_frame): Use `store_frame_param' to set `window-system'
19948 frame parameter, and make sure it overrides any user-supplied setting.
19949 (Fx_close_connection, Fx_synchronize): Unify argument names with
19950 the rest of the DEFUNs.
19951
19952 * dispnew.c (Fsend_string_to_terminal): Update call to
19953 `get_tty_terminal'.
19954 (Fredraw_frame, Fsend_string_to_terminal)
19955 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
19956 FRAME_TERMCAP_P and FRAME_TTY.
19957 (window_change_signal): Don't believe width/height values that are
19958 impossibly small.
19959 (Vinitial_window_system): Rename from Vwindow_system.
19960 (termscript, Wcm, rif): Delete.
19961
19962 * termhooks.h (struct terminal): New struct containing the
19963 previously global text display hooks and new members NAME,
19964 DELETED and PARAM_ALIST.
19965 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
19966 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
19967 (FRAME_RIF): New macros.
19968 (get_terminal_param, get_device): New declarations.
19969 (termscript): Delete declaration.
19970
19971 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
19972 (XTflash, x_free_frame_resources, x_scroll_bar_create)
19973 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
19974 FRAME_FOREGROUND_PIXEL.
19975 (x_fully_uncatch_errors): Disable definition.
19976 (x_scroll_bar_expose): Fix reference to foreground pixel.
19977 (XTread_socket): Disable loop on all X displays.
19978 (x_delete_terminal): Don't set terminal->deleted and let
19979 delete_terminal delete the frames on the terminal.
19980 (x_delete_display): Doc update to reflect changes in
19981 delete_terminal.
19982 (x_display_info) <terminal>: Move member earlier in the struct.
19983 (deleting_tty): Remove old variable.
19984 (Fsuspend_tty): Call clear_tty_hooks.
19985 (Fresume_tty, init_tty): Call set_tty_hooks.
19986 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
19987 errors on X frames.
19988 (x_catch_errors_unwind): Abort if x_error_message is NULL.
19989 (handle_one_xevent): Initialize `f' to NULL.
19990 (x_delete_terminal, x_create_terminal): New functions.
19991 (XTset_terminal_modes, XTreset_terminal_modes)
19992 (XTread_socket, x_connection_closed, x_term_init)
19993 (x_term_init, x_delete_display): Add terminal parameter.
19994 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
19995 X connections.
19996
19997 * frame.c: Include termchar.h.
19998 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
19999 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20000 (Qdisplay_environment_variable): New vars.
20001 (Fframep): Deal with output_initial.
20002 (Fframe-live-p): Doc fix.
20003 (Fwindow-system): New function.
20004 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20005 (make_terminal_frame): Don't create frames on a terminal that is
20006 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20007 (store_frame_param): Check for found_for_frame before calling XFRAME.
20008 (Fmake_terminal_frame): Handle NULL tty names correctly.
20009 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20010 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20011 frames to refer to a deleted frame in their 'environment parameter.
20012 (Fframe_with_environment): New function.
20013 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20014 (get_future_frame_param): New function.
20015 (Fmake_terminal_frame): Use it.
20016 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20017
20018 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20019 * sysdep.c (reset_sys_modes): Update for renames.
20020
20021 * keyboard.c (tty_read_avail_input): New function.
20022 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20023 (syms_of_keyboard): Defsubr them.
20024 (Fset_input_meta_mode, Fset_quit_char): New functions.
20025 (Fset_input_mode): Split to above functions.
20026 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20027 parameter. Use it in call to `read_char'.
20028 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20029 Set wrong_kboard_jmpbuf correctly in recursive calls.
20030 Use current_kboard to access Vkeyboard_translate_table.
20031 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20032 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20033 Update longjmp invocations. Remember the original current_kboard,
20034 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20035 changes it. Comment out unnecessary calls to
20036 `record_single_kboard_state' and `any_kboard_state'.
20037 Update recursive calls.
20038 (wrong_kboard_jmpbuf): Remove global variable.
20039 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20040 Handle deleted interrupted_kboards correctly; that is a legal
20041 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20042 and read_char calls. Abort if interrupted_kboard died in read_char.
20043 (any_kboard_state, single_kboard_state)
20044 (push_frame_kboard): Remove function.
20045 (pop_kboard): Switch out of single_kboard mode if the kboard has
20046 been deleted. Remove unused variable. Help debugging by not
20047 changing current_kboard unnecessarily. Set current_kboard to the
20048 kboard of the selected frame when the stored kboard object has
20049 been deleted before pop_kboard.
20050 (temporarily_switch_to_single_kboard): Change first parameter to a
20051 frame pointer. Throw an error when caller wants to change kboards
20052 while in single_kboard mode. Don't push_kboard if we weren't in
20053 single kboard state. Don't pop_kboard if we popped into any
20054 kboard state.
20055 (restore_kboard_configuration): Abort if pop_kboard changed the
20056 kboard in single_kboard mode. Call pop_kboard only after setting
20057 up single_kboard mode.
20058 (Frecursive_edit): Switch to single_kboard mode only in nested
20059 command loops.
20060 (cmd_error, command_loop, command_loop_1, timer_check):
20061 Comment out unnecessary call to `any_kboard_state' and
20062 `record_single_kboard_state'.
20063 (delete_kboard): Exit single_kboard mode if we have just deleted
20064 that kboard. Use FRAME_KBOARD.
20065 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20066 `fatal_error_signal'.
20067 (record_single_kboard_state): Don't push_kboard if we weren't in
20068 single kboard state. Don't pop_kboard if we popped into any
20069 kboard state.
20070 (push_frame_kboard): Rename to push_kboard.
20071 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20072 (read_avail_input): Read input from all terminals.
20073 (mark_kboards): Also mark Vkeyboard_translate_table.
20074 (kbd_buffer_store_event_hold): Simplify condition.
20075 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20076 (Vkeyboard_translate_table): Move to struct kboard.
20077 (init_kboard): Initialize Vkeyboard_translate_table.
20078 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20079 Vkeyboard_translate_table. Update doc strings. Update docs of
20080 local-function-key-map and function-key-map.
20081
20082 * terminal.c: New file.
20083
20084 * term.c: Include errno.h.
20085 (Vring_bell_function, device_list, initial_device)
20086 (next_device_id, ring_bell, update_begin, update_end)
20087 (set_terminal_window, cursor_to, raw_cursor_to)
20088 (clear_to_end, clear_frame, clear_end_of_line)
20089 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20090 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20091 (syms_of_term): Move their initialization to terminal.c.
20092 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20093 (Ftty_display_color_cells)
20094 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20095 (clear_tty_hooks, set_tty_hooks)
20096 (init_tty, maybe_fatal): New functions.
20097 (Ftty_type): Return nil if terminal is not on a tty instead of
20098 throwing an error. Doc update.
20099 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20100 Doc update. Initialize new subrs and variables.
20101 (delete_tty): Use terminal->deleted.
20102 (tty_set_terminal_modes): Rename from set_terminal_modes.
20103 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20104 (set_scroll_region): Rename to `tty_set_scroll_region'.
20105 (turn_on_insert): Rename to `tty_turn_on_insert'.
20106 (turn_off_insert): Rename to `tty_turn_off_insert'.
20107 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20108 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20109 (toggle_highligh): Rename to `tty_toggle_highlight'.
20110 (background_highlight): Rename to `tty_background_highlight'.
20111 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20112 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20113 (tty_set_scroll_region, tty_background_highlight)
20114 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20115 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20116 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20117 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20118 Add static modifier.
20119 (tty_reset_terminal_modes, tty_set_terminal_window)
20120 (tty_set_scroll_region, tty_background_highlight)
20121 (tty_highlight_if_desired, tty_cursor_to)
20122 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20123 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20124 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20125 renames.
20126
20127 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20128
20129 * keyboard.c: Qrtl is new.
20130 (parse_tool_bar_item): Handle :rtl keyword.
20131 (syms_of_keyboard): Intern :rtl keyword.
20132
20133 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20134
20135 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20136 so no Lisp code is executed.
20137 (file_for_image, find_rtl_image): New functions.
20138 (xg_get_image_for_pixmap): Use file_for_image.
20139 (update_frame_tool_bar): If direction is RTL, use RTL image if
20140 defined. Use Gtk stock images if defined.
20141
20142 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20143
20144 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20145 for nonexistent or zero-width glyph in composition glyph.
20146
20147 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20150
20151 * xdisp.c (Finvisible_p): New function.
20152 (syms_of_xdisp): defsubr it.
20153
20154 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
20155
20156 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20157 Doc fixes.
20158
20159 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20160
20161 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20162
20163 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20164
20165 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20166 whether decoding has modified buffer contents.
20167
20168 2007-08-24 Jason Rumney <jasonr@gnu.org>
20169
20170 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20171 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20172 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20173 (init_svg_functions) [HAVE_NTGUI]: New function.
20174 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20175 (svg_load_image): Use them.
20176 (svg_load_image) [HAVE_NTGUI]: Implement background.
20177
20178 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20179
20180 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20181 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20182 (LIBX): Remove @RSVG_LIBS@.
20183 (LIBES): Add $(RSVG_LIBS).
20184
20185 * image.c (svg_load_image): Blend with specified background if exists.
20186 Use IMAGE_BACKGROUND. Add Mac OS Support.
20187
20188 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20189 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20190 Remove macros.
20191 [MAC_OSX] (socket_callback): Do nothing.
20192 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20193 ReceiveNextEvent.
20194 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20195 socket_callback.
20196 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20197
20198 2007-08-22 Glenn Morris <rgm@gnu.org>
20199
20200 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20201
20202 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20203
20204 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20205
20206 * image.c: Add support for SVG images. Some additional comments
20207 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20208 (svg_image_p): New function to test for SVG image.
20209 (svg_load): New function to load SVG image.
20210 (svg_load_image): New function, helper for svg_load.
20211 (Qsvg): New Lisp_object.
20212 (svg_keyword_index): New enum.
20213 (svg_format): New static `image_keyword' struct.
20214 (svg_type): New static `image_type' struct.
20215 (librsvg/rsvg.h): Include it.
20216
20217 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20218
20219 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20220
20221 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20222
20223 * lread.c (Qold_style_backquotes): New var.
20224 (syms_of_lread): Init and staticpro it.
20225 (load_warn_old_style_backquotes): New fun.
20226 (Fload): Use them to warn about old style backquotes.
20227 (end_of_file_error, Fload): Remove unused vars.
20228
20229 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20230
20231 * lread.c (Vold_style_backquotes): New var.
20232 (syms_of_lread): Init and export it to Elisp.
20233 (read1): Set it when we find an old-style (back)quote.
20234
20235 2007-08-22 Jason Rumney <jasonr@gnu.org>
20236
20237 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20238
20239 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20240
20241 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20242
20243 2007-08-19 Richard Stallman <rms@gnu.org>
20244
20245 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20246
20247 2007-08-19 Andreas Schwab <schwab@suse.de>
20248
20249 * alloc.c (pure): Round PURESIZE up.
20250
20251 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20252
20253 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20254 active frame.
20255
20256 2007-08-16 Richard Stallman <rms@gnu.org>
20257
20258 * eval.c (Fcommandp): Add parens to clarify.
20259
20260 * minibuf.c (Fall_completions): Use enum for type of table.
20261
20262 * emacs.c (USAGE2): Improve text.
20263
20264 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20265
20266 * term.c (tty_default_color_capabilities): Declare static
20267 variables in file scope, to avoid HPUX compiler problem.
20268
20269 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20270
20271 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20272 to gtk_toolbar_insert.
20273
20274 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20277
20278 * insdel.c (reset_var_on_error): New fun.
20279 (signal_before_change, signal_after_change):
20280 Use it to reset (after|before)-change-functions to nil in case of error.
20281 Bind inhibit-modification-hooks to t.
20282 Don't bind (after|before)-change-functions to nil while they run.
20283
20284 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20285
20286 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20287 filling pixmap with stippled background.
20288
20289 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20290
20291 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20292 Don't use invisible frame as parent window for repositioning.
20293
20294 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20295
20296 * print.c (new_backquote_output): Rename from old_backquote_output.
20297 (print): Inverse its logic (according to its name) so as to match the
20298 behavior of new_backquote_flag in lread.c.
20299
20300 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20301
20302 * gmalloc.c (posix_memalign): New function.
20303
20304 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20305 ActivateControl/DeactivateControl here.
20306 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20307 frame-notice-user-settings is non-nil.
20308 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20309 for kEventParamFMFontStyle.
20310 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20311 mac_pass_command_to_system and mac_pass_control_to_system here.
20312 (XTread_socket): Call ActivateControl/DeactivateControl here.
20313 (XTread_socket) [TARGET_API_MAC_CARBON]:
20314 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20315 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20316 for window repositioning.
20317
20318 2007-08-08 Glenn Morris <rgm@gnu.org>
20319
20320 * Replace `iff' in doc-strings and comments.
20321
20322 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20323
20324 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20325
20326 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20327
20328 * fileio.c (Finsert_file_contents): Run format-decode and
20329 after_insert_file_functions on entire buffer when REPLACE is
20330 non-nil and inhibit modification_hooks and point_motion_hooks.
20331 For consistency, run after_insert_file_functions iff something
20332 got inserted. Move signal_after_change and update_compositions
20333 after code running after_insert_file_functions. Make sure that
20334 undo_list doesn't record intermediate steps of the decoding process.
20335
20336 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20337
20338 * emacs.c (main)
20339 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20340 Call malloc_enable_thread on interactive startup.
20341
20342 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20343 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20344 [USE_PTHREAD]: Conditionalize with it.
20345 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20346 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20347 New functions.
20348
20349 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
20350
20351 * xdisp.c (redisplay_window): When restoring original buffer
20352 position, make sure it is still valid.
20353
20354 * image.c (png_load): Ignore png-supplied background color.
20355
20356 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20357
20358 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20359 Use kCFAbsoluteTimeIntervalSince1970.
20360
20361 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20362 New variable.
20363 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20364 event loop should be quit.
20365 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20366 Quit dialog event loop if quit_dialog_event_loop is set.
20367
20368 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20369 (Selection): New typedef. Use instead of ScrapRef.
20370 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20371 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20372 (mac_clear_selection): Rename from clear_scrap.
20373 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20374 scrap_has_target_type. All uses changed.
20375 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20376 (mac_selection_has_target_p): New functions.
20377 (mac_put_selection_value): Rename from put_scrap_string.
20378 (mac_get_selection_value): Rename from get_scrap_string.
20379 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20380 (put_scrap_private_timestamp, scrap_has_target_type)
20381 (get_scrap_private_timestamp): Remove functions.
20382 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20383 (x_own_selection, x_get_local_selection):
20384 Use mac_valid_selection_value_p.
20385 (x_own_selection): Don't use put_scrap_private_timestamp.
20386 Record OWNERSHIP-INFO into Vselection_alist instead.
20387 (x_get_local_selection): Don't check type if request is local.
20388 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20389 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20390
20391 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20392
20393 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20394 add comment explaining why.
20395
20396 2007-08-03 Richard Stallman <rms@gnu.org>
20397
20398 * fileio.c (Fvisited_file_modtime): Use make_time.
20399
20400 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20401
20402 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20403 build.
20404
20405 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20406
20407 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20408
20409 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20410
20411 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20412
20413 2007-07-30 Richard Stallman <rms@gnu.org>
20414
20415 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20416
20417 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20418
20419 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20420
20421 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20422
20423 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20424 remote default-directory.
20425
20426 * buffer.c (mode-line-format): Update doc string.
20427
20428 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20429
20430 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20431 scroll bar gap.
20432 (x_scroll_bar_create): Set bar->fringe_extended_p.
20433 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20434 on frame edge. Check fringe background extension. Don't clear
20435 extended fringe background area.
20436
20437 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20438 (w32_fill_area): Enclose multiple statements with do ... while (0).
20439
20440 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20441 Extend fringe background to scroll bar gap.
20442 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20443 Set bar->fringe_extended_p.
20444 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20445 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20446 background extension. Don't clear extended fringe background area.
20447
20448 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20449 New member fringe_extended_p.
20450
20451 2007-07-25 Glenn Morris <rgm@gnu.org>
20452
20453 * Relicense all FSF files to GPLv3 or later.
20454
20455 * COPYING: Switch to GPLv3.
20456
20457 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20458
20459 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20460
20461 * data.c (Finteractive_form): Check for the presence of an
20462 `interactive-form' symbol property more thoroughly.
20463
20464 * data.c (Finteractive_form): Use an `interactive-form' property if
20465 present, analogous to the function-documentation property.
20466
20467 2007-07-24 Jason Rumney <jasonr@gnu.org>
20468
20469 * w32fns.c (x_real_positions): Get real position from OS instead of
20470 calculating it.
20471
20472 2007-07-23 Jason Rumney <jasonr@gnu.org>
20473
20474 * filelock.c (current_lock_owner): Allow for @ sign in username.
20475
20476 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20477
20478 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20479 remote default-directory.
20480
20481 * buffer.c (mode-line-format): Describe above case in doc string.
20482
20483 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20484
20485 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20486 Define if not defined.
20487
20488 2007-07-18 Jason Rumney <jasonr@gnu.org>
20489
20490 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20491
20492 2007-07-18 Richard Stallman <rms@gnu.org>
20493
20494 * data.c (Fsetq_default): Doc fix.
20495
20496 * eval.c (Fsetq): Doc fix.
20497
20498 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20499
20500 * coding.c (Ffind_operation_coding_system):
20501 * eval.c (For, Fand): Doc fixes.
20502 Reported by Johan Bockgård.
20503
20504 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20505
20506 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20507
20508 * xterm.h: Declare x_ewmh_activate_frame.
20509
20510 * xterm.c (x_ewmh_activate_frame): New function.
20511 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20512
20513 2007-07-17 Martin Rudalics <rudalics@gmx.at>
20514
20515 * window.c (Fdisplay_buffer): If largest or LRU window is the
20516 only window, split it even if it is not eligible for splitting.
20517 This restores the original behavior broken by the 2007-07-15
20518 change.
20519
20520 2007-07-17 Glenn Morris <rgm@gnu.org>
20521
20522 * abbrev.c (abbrev_check_chars): New function.
20523 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20524 Call abbrev_check_chars to check abbrev characters are word
20525 constituents. Doc fix.
20526
20527 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20528
20529 * process.c (Fstart_process, Fmake_network_process)
20530 (read_process_output): Fix up last changes.
20531
20532 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20533
20534 * makefile.w32-in (clean): Don't delete *~.
20535
20536 2007-07-16 Andreas Schwab <schwab@suse.de>
20537
20538 * window.c (Fdisplay_buffer): Use NILP.
20539 (Fset_window_scroll_bars): Likewise.
20540
20541 2007-07-15 Martin Rudalics <rudalics@gmx.at>
20542
20543 * window.c (window_min_size_2): New function.
20544 (window_min_size_1, size_window, Fdisplay_buffer)
20545 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
20546 windows without mode- or header-lines when window-min-height is
20547 too small.
20548 (size_window): Reset nodelete_p after testing it, following an
20549 earlier note by Kim F. Storm.
20550 (display_buffer): Do not set split_height_threshold to twice the
20551 value of window_min_height to avoid changing the value of a
20552 customizable variable. Rather explicitly check whether the
20553 height of the window that shall be splitted is at least as large
20554 as split_height_threshold.
20555 (Fwindow_full_width_p): New defun.
20556 (syms_of_window): Defsubr it.
20557
20558 * window.h: Add EXFUN for Fwindow_full_width_p.
20559
20560 2007-07-14 Jason Rumney <jasonr@gnu.org>
20561
20562 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
20563
20564 2007-07-14 Richard Stallman <rms@gnu.org>
20565
20566 * eval.c (maybe_call_debugger): New function.
20567 (find_handler_clause): Use maybe_call_debugger.
20568 Call it when the handler says `debug'.
20569 Eliminate DEBUGGER_VALUE_PTR.
20570 (Fsignal): Eliminate debugger_value.
20571 (Qdebug): New variable.
20572 (syms_of_eval): Initialize it.
20573
20574 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20575
20576 * eval.c (Fprogn):
20577 * keyboard.c (Ftrack_mouse):
20578 * print.c (Fwith_output_to_temp_buffer):
20579 * window.c (Fsave_window_excursion): Doc fix.
20580
20581 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20582
20583 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
20584
20585 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20586
20587 * process.h (struct Lisp_Process): Turn slots infd, outfd,
20588 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
20589 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
20590 read_output_delay, and read_output_skip from Lisp_Objects to ints.
20591 Remove unused encoding_carryover.
20592 * process.c: Adjust all functions accordingly.
20593
20594 2007-07-12 Richard Stallman <rms@gnu.org>
20595
20596 * term.c: Include unistd.h only if HAVE_UNISTD_H.
20597
20598 2007-07-11 Jason Rumney <jasonr@gnu.org>
20599
20600 * makefile.w32-in (LIBS): Include OLE32.
20601
20602 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
20603 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
20604
20605 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20606
20607 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
20608 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
20609 from a Lisp_Object into a bare pointer.
20610 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20611 Adjust the code correspondingly.
20612
20613 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
20614
20615 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
20616 (term_show_mouse_face): Remove unused var `j'.
20617 (handle_one_term_event): Remove unused vars `i' and `j'.
20618 Don't cast return value of ttyname since it's not necessary.
20619
20620 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
20623 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
20624
20625 * fns.c (map_char_table): Use an array of int for `indices' rather than
20626 an array of Lisp_Objects (which are only ever integers anyway).
20627 (Fmap_char_table): Update caller.
20628 * lisp.h: Update prototype.
20629 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
20630 * fontset.c (Ffontset_info):
20631 * casetab.c (set_case_table): Update callers.
20632
20633 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
20634
20635 * keymap.c (struct accessible_keymaps_data)
20636 (struct where_is_internal_data): New structures.
20637 (accessible_keymaps_1, where_is_internal_1): Use them to change
20638 interface to adhere to the one used by map_keymap.
20639 (Faccessible_keymaps, where_is_internal): Use map_keymap.
20640 (accessible_keymaps_char_table, where_is_internal_2): Remove.
20641
20642 * keymap.h (map_keymap_function_t): More informative prototype.
20643
20644 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20645
20646 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
20647 (looking_at_1): Don't change search_regs and last_thing_searched
20648 if `inhibit-changing-match-data' is non-nil.
20649 (string_match_1, search_buffer, set_search_regs): Likewise.
20650 (syms_of_search): Add Lisp level definition for
20651 `inhibit-changing-match-data' and set it to nil.
20652 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
20653 start and end of the match, instead of using values in search_regs.
20654
20655 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20656
20657 * minibuf.c (Fcompleting_read): New value `confirm-only'
20658 for `require-match'.
20659
20660 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20661
20662 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
20663 part of the 2007-06-27 change to syms_of_fileio.
20664
20665 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20666
20667 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
20668 Check WINDOWP before using XWINDOW. Consolidate return statements.
20669
20670 2007-06-27 Richard Stallman <rms@gnu.org>
20671
20672 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20673
20674 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
20675
20676 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
20677
20678 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20679
20680 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
20681 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
20682 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
20683 (_free_internal, memalign): Use them.
20684 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
20685 Initialize to PTHREAD_MUTEX_INITIALIZER.
20686 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
20687 (morecore_nolock): Rename from morecore. All uses changed.
20688 Use only nolock versions of internal allocation functions.
20689 (_malloc_internal_nolock, _realloc_internal_nolock)
20690 (_free_internal_nolock): New functions created from
20691 _malloc_internal, _realloc_internal, and _free_internal.
20692 (_malloc_internal, _realloc_internal, _free_internal): Use them.
20693 Copy hook value to automatic variable before its use.
20694 (memalign): Copy hook value to automatic variable before its use.
20695
20696 2007-06-26 Kenichi Handa <handa@m17n.org>
20697
20698 * coding.c (Ffind_operation_coding_system): Docstring improved.
20699 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
20700
20701 2007-06-25 David Kastrup <dak@gnu.org>
20702
20703 * keymap.c (Fcurrent_active_maps): Add `position' argument.
20704 (Fwhere_is_internal): Adjust call to `current-active-maps' to
20705 cater for additional parameter.
20706
20707 * keymap.h: Adjust number of parameters to `current-active-maps'.
20708
20709 * doc.c (Fsubstitute_command_keys): Adjust call of
20710 `current-active-maps'.
20711
20712 2007-06-25 David Kastrup <dak@gnu.org>
20713
20714 * callint.c (Fcall_interactively): Make the parsing of interactive
20715 specs somewhat more readable.
20716
20717 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20718
20719 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
20720 to scroll bar gap also when bitmap fills fringe. Draw only foreground
20721 if extended background has already been filled.
20722
20723 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20724
20725 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
20726 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
20727
20728 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
20729 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
20730 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
20731 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
20732 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
20733 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
20734 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
20735 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
20736 Run timers during dialog popup.
20737 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
20738
20739 2007-06-21 Jason Rumney <jasonr@gnu.org>
20740
20741 * image.c (convert_mono_to_color_image): Swap fore and background.
20742
20743 2007-06-20 Jason Rumney <jasonr@gnu.org>
20744
20745 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
20746 (w32_free_bdf_font): Unmap memory not handle.
20747
20748 2007-06-20 Sam Steingold <sds@gnu.org>
20749
20750 * gmalloc.c (__morecore): Fix the declaration to comply with the
20751 definition.
20752
20753 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
20754
20755 * w32term.c (w32_delete_display): Remove leftover declaration.
20756 (w32_define_cursor, w32_initialize): Make static.
20757
20758 * w32.c (_wsa_errlist): Fix typo in error message.
20759 (init_environment): Ignore any environment variable from the
20760 registry having a null value.
20761
20762 2007-06-20 Glenn Morris <rgm@gnu.org>
20763
20764 * Makefile.in (LIBGIF): Default to -lgif.
20765
20766 2007-06-17 Jason Rumney <jasonr@gnu.org>
20767
20768 * w32menu.c (add_menu_item): Don't use multibyte string functions on
20769 unicode strings.
20770
20771 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
20772
20773 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
20774 Fix typo in docstring.
20775
20776 2007-06-16 Eli Zaretskii <eliz@gnu.org>
20777
20778 * w32menu.c (add_menu_item): Escape `&' characters in menu items
20779 and their keybindings.
20780
20781 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
20782
20783 * composite.c (update_compositions): Fix last fix.
20784
20785 2007-06-14 Jason Rumney <jasonr@gnu.org>
20786
20787 * w32.c (get_process_times_fn): New function pointer.
20788 (globals_of_w32): Intialize it if present in kernel32.dll.
20789 (w32_get_internal_run_time): New function.
20790
20791 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
20792
20793 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
20794
20795 * composite.c (update_compositions): Check the validness of
20796 compositions.
20797
20798 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20799
20800 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
20801 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
20802
20803 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
20804 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
20805
20806 * macgui.h (USE_MAC_TOOLBAR): New define.
20807
20808 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20809 Return immediately unless popup is activated.
20810
20811 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
20812 background to scroll bar gap.
20813 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
20814 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
20815 scroll bars on frame edge. Check fringe background extension.
20816 Don't clear extended fringe background area.
20817 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
20818 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
20819 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
20820 [USE_MAC_TOOLBAR]: New macros.
20821 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
20822 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
20823 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
20824 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
20825 [USE_MAC_TOOLBAR]: New functions.
20826 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
20827 manually if previous repositioning has failed.
20828 (mac_handle_keyboard_event): Use precomputed event kind.
20829 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
20830 as tool bar item click. Handle mouse movement over tool bar items.
20831
20832 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
20833 toolbar_win_gravity.
20834 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
20835 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
20836 Add externs.
20837
20838 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
20839 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
20840
20841 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
20842
20843 * image.c (search_image_cache): Remove unused variable.
20844
20845 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
20846
20847 * xfns.c, xmenu.c: Link to xaw3d if available.
20848
20849 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20850
20851 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
20852 frame_foreground and frame_background.
20853
20854 * image.c (lookup_image): Save frame foreground and background colors.
20855 (search_image_cache): Check if saved and current frame colors match.
20856
20857 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20858
20859 * regex.c (regex_compile): Remove the `regnum' counter.
20860 Use bufp->re_nsub instead. Add support for \(?N:RE\).
20861
20862 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20863
20864 * term.c: Include intervals.h to declare Fget_text_property.
20865
20866 2007-06-10 Jason Rumney <jasonr@gnu.org>
20867
20868 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
20869
20870 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
20871
20872 * callint.c (Fcall_interactively):
20873 * editfns.c (Fdelete_and_extract_region):
20874 * fileio.c (Fread_file_name):
20875 * fns.c (Fmapconcat):
20876 * keyboard.c (cmd_error_internal):
20877 * keymap.c (Fkey_description):
20878 * lread.c (openp):
20879 * minibuf.c (read_minibuf):
20880 * search.c (wordify):
20881 * sunfns.c (sel_read):
20882 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
20883 * xfns.c (x_default_scroll_bar_color_parameter):
20884 * xmenu.c (menu_help_callback):
20885 * xselect.c (Fx_get_atom_name):
20886 * xterm.c (x_term_init): Use empty_unibyte_string.
20887
20888 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
20889
20890 * alloc.c (init_strings): Initialize canonical empty strings.
20891 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
20892 canonical empty string when the requested size is 0.
20893
20894 * emacs.c (empty_unibyte_string): Rename from empty_string.
20895 (empty_multibyte_string): New canonical empty string.
20896 (syms_of_emacs): Don't initialize empty_string.
20897
20898 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
20899 string, if appropriate.
20900 (empty_unibyte_string, empty_multibyte_string): New externs.
20901 (empty_string): Remove extern.
20902
20903 * lread.c (syms_of_lread): Use empty_unibyte_string.
20904
20905 2007-06-07 Jason Rumney <jasonr@gnu.org>
20906
20907 * s/ms-w32.h: Don't define HAVE_TZNAME.
20908
20909 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
20910
20911 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20912
20913 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
20914
20915 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
20916 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
20917
20918 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20919 Don't call next handler.
20920 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
20921 Remove argument. Install handler to application.
20922 (set_frame_menubar): Don't change deep_p.
20923 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
20924 FRAME_OUTER_TO_INNER_DIFF_Y.
20925 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20926 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20927 [HAVE_DIALOGS]: New macros.
20928 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
20929 Use them.
20930 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
20931
20932 * macselect.c [MAC_OSX] (install_service_handler): Rename from
20933 init_service_handler. All callers changed. Return OSStatus value.
20934
20935 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
20936 All callers changed so as not to call SetPortWindowPort.
20937 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
20938 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
20939 mac_draw_string_common.
20940 (mac_draw_image_string_qd): Likewise.
20941 (mac_draw_string_common): Use them. Add INLINE.
20942 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
20943 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
20944 GetGlobalMouse.
20945 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
20946 and FRAME_OUTER_TO_INNER_DIFF_Y.
20947 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
20948 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
20949 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
20950 repositioning window to mac_handle_window_event.
20951 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
20952 saving window location to mac_handle_window_event
20953 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
20954 (install_menu_target_item_handler): Remove argument in extern.
20955 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
20956 Also accept command events.
20957 (do_keystroke): New function created from XTread_socket.
20958 (init_command_handler): Remove functions.
20959 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
20960 and save window location by kEventWindowShowing and kEventWindowHiding
20961 handlers here. Don't call next handler for window state change and
20962 focus events.
20963 (mac_handle_application_event, mac_handle_keyboard_event)
20964 [TARGET_API_MAC_CARBON]: New functions.
20965 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
20966 kEventWindowShowing and kEventWindowHiding events. Move installation
20967 of mouse, font, text input and menu target item handlers to
20968 install_application_handler.
20969 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
20970 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20971 New function.
20972 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20973 Register it.
20974 (XTread_socket) [TARGET_API_MAC_CARBON]:
20975 Consolidate SendEventToEventTarget calls.
20976 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
20977 Move application activation handler to mac_handle_application_event.
20978 Move keyboard handler to mac_handle_keyboard_event.
20979 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
20980 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
20981 init_command_handler. Call install_application_handler.
20982
20983 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
20984 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
20985
20986 2007-06-07 Glenn Morris <rgm@gnu.org>
20987
20988 * emacs.c (main): Use `emacs-copyright' in --version output.
20989
20990 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
20991
20992 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
20993
20994 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20995
20996 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
20997
20998 * macgui.h: Replace WindowPtr with WindowRef.
20999
21000 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21001 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21002 Replace ControlHandle with ControlRef.
21003 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21004
21005 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21006 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21007 Replace ControlHandle with ControlRef.
21008 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21009 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21010
21011 * macterm.h (struct scroll_bar): Rename member control_handle_low
21012 and control_handle_high to control_ref_low and control_ref_high.
21013 All uses changed.
21014 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21015 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21016 respectively. All uses changed.
21017 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21018 (install_window_handler, remove_window_handler): Replace WindowPtr
21019 with WindowRef in externs.
21020
21021 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21022
21023 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21024
21025 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21026
21027 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21028
21029 * frame.c (Fmouse_position, Fmouse_pixel_position):
21030 Condition on HAVE_GPM too.
21031
21032 * term.c (term_mouse_highlight): Remove unused variables.
21033 (Fterm_open_connection): Set gpm_zerobased to 1.
21034 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21035 Use zero based co-ordinates.
21036 (handle_one_term_event): Report a drag as mouse movement too.
21037
21038 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21039
21040 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
21041
21042 * image.c (search_image_cache): New function. Require background
21043 color match if background color is unspecified in the image spec.
21044 (uncache_image, lookup_image): Use it.
21045
21046 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
21047
21048 * window.c (Fshrink_window): Reflow docstring.
21049
21050 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21051
21052 * Version 22.1 released.
21053
21054 2007-06-01 Richard Stallman <rms@gnu.org>
21055
21056 * xfns.c (x_encode_text): Add GCPRO.
21057
21058 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21059
21060 * xfns.c (x_set_name_internal): Save encoded name before
21061 x_encode_text in case string data is relocated.
21062
21063 2007-05-31 Richard Stallman <rms@gnu.org>
21064
21065 * buffer.c (syms_of_buffer): Doc fix.
21066
21067 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
21068
21069 * sysdep.c (init_sys_modes): Add rather than replace with
21070 O_NONBLOCK.
21071
21072 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21073 term_mouse_moveto.
21074
21075 * termhooks.h (term_mouse_moveto): New extern.
21076
21077 * term.c (mouse_face_window): Rename...
21078 (Qmouse_face_window): ...to this.
21079 (term_show_mouse_face, term_clear_mouse_face)
21080 (term_mouse_highlight): Use Qmouse_face_window.
21081 (term_mouse_moveto): New function.
21082 (term_mouse_position): Make it work.
21083 (syms_of_term): Uncomment assignment to mouse_position_hook.
21084 Staticpro Qmouse_face_window.
21085
21086 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21087
21088 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21089 around current_column call.
21090
21091 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21092
21093 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21094 * xdisp.c (next_element_from_buffer):
21095 * window.c (delete_window):
21096 * term.c (term_mouse_highlight):
21097 * msdos.c (getdefdir):
21098 * macterm.c (mac_create_bitmap_from_bitmap_data)
21099 (init_font_name_table):
21100 * fns.c (Fsxhash):
21101 * data.c (Fmake_local_variable):
21102 * ccl.c (ccl_driver): Likewise.
21103
21104 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21105
21106 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21107 Call mac_wakeup_from_rne on window size change.
21108
21109 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
21110
21111 * image.c (uncache_image): Fix typo.
21112
21113 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21114
21115 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21116
21117 2007-05-22 Richard Stallman <rms@gnu.org>
21118
21119 * xterm.c (x_connection_closed): Remove NO_RETURN.
21120
21121 2007-05-22 Martin Rudalics <rudalics@gmx.at>
21122
21123 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21124
21125 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21126
21127 * image.c (uncache_image): New function.
21128 (Fimage_refresh): New function.
21129
21130 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21131
21132 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21133
21134 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21135
21136 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21137 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21138
21139 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21140
21141 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21142 conditional on [HAVE_GPM_H].
21143
21144 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * syntax.c (skip_chars): Update syntax-table only after we checked that
21147 the new location is valid.
21148
21149 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21150
21151 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21152 mac_get_window_bounds.
21153
21154 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21155
21156 * Makefile.in (LIBGPM): Allow it to be set from configure.
21157 If set then link Emacs with it.
21158
21159 * config.in: Regenerate.
21160
21161 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21162 New externs.
21163
21164 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21165 Include gpm.h.
21166 (handle_one_term_event, term_gpm): New externs.
21167
21168 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21169 and allow it to be interrupted by SIGIO.
21170
21171 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21172 (wait_reading_process_output): Wait on gpm_fd too.
21173 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21174 (add_gpm_wait_descriptor_called_flag): New variable.
21175 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21176
21177 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21178 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21179 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21180 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21181 (make_lispy_event): Add case GPM_CLICK_EVENT.
21182 (read_avail_input): Handle mouse input.
21183
21184 * term.c (write_glyphs_with_face): New function.
21185 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21186 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21187 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21188 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21189 (last_mouse_x, last_mouse_y): New variables.
21190 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21191 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21192 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21193 (Fterm_close_connection): New functions.
21194 (term_init): Initialise mouse_face_window.
21195
21196 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21197
21198 * xdisp.c (redisplay_window): If first window line is a
21199 continuation line, recompute the new window start instead of
21200 recentering.
21201
21202 2007-05-18 Glenn Morris <rgm@gnu.org>
21203
21204 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21205 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21206
21207 2007-05-17 Glenn Morris <rgm@gnu.org>
21208
21209 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21210
21211 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21212
21213 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21214 dead key repeat and up events.
21215
21216 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
21217
21218 * image.c (pbm_load): Check image size for monochrome pbm.
21219
21220 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
21221
21222 * xterm.c (XTread_socket): Revert last change.
21223
21224 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
21225
21226 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21227
21228 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21229
21230 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21231
21232 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21233 mixup (YAILOM).
21234
21235 2007-05-07 Andreas Schwab <schwab@suse.de>
21236
21237 * keymap.c (Flookup_key): Fix typo in last change.
21238
21239 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21240
21241 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21242 mapping for unibyte strings.
21243
21244 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21245
21246 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21247 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21248
21249 2007-04-29 Richard Stallman <rms@gnu.org>
21250
21251 * insdel.c (replace_range): For undo, record insertion first.
21252
21253 2007-04-29 Andreas Schwab <schwab@suse.de>
21254
21255 * lisp.h (VECSIZE): Use OFFSETOF.
21256
21257 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21258
21259 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21260 disabled lines.
21261
21262 2007-04-28 Richard Stallman <rms@gnu.org>
21263
21264 * lread.c (read_escape): In a string, \s is always space.
21265
21266 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21267
21268 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21269
21270 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21271 submenu for menu bar items.
21272
21273 See ChangeLog.10 for earlier changes.
21274
21275 ;; Local Variables:
21276 ;; coding: utf-8
21277 ;; add-log-time-zone-rule: t
21278 ;; End:
21279
21280 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
21281
21282 This file is part of GNU Emacs.
21283
21284 GNU Emacs is free software: you can redistribute it and/or modify
21285 it under the terms of the GNU General Public License as published by
21286 the Free Software Foundation, either version 3 of the License, or
21287 (at your option) any later version.
21288
21289 GNU Emacs is distributed in the hope that it will be useful,
21290 but WITHOUT ANY WARRANTY; without even the implied warranty of
21291 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21292 GNU General Public License for more details.
21293
21294 You should have received a copy of the GNU General Public License
21295 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21296
21297 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40