editfns.c (Ffloat_time): Doc fix.
[bpt/emacs.git] / src / ChangeLog
1 2010-01-09 Eli Zaretskii <eliz@gnu.org>
2
3 * editfns.c (Ffloat_time): Doc fix.
4
5 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6
7 * xfns.c (Fx_create_frame): Don't create frame larger than display
8 by default bug#3643.
9
10 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11
12 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
13 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
14 windows above internal border.
15
16 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
17 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
18 windows above internal border.
19
20 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
21 tool bar windows specially.
22
23 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
24
25 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
26 specially.
27 (XTflash): Take account of menu bar height.
28
29 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
30 specially.
31
32 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
33
34 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
35 also be true before we can return early (bug #5339).
36
37 2010-01-06 David Reitter <david.reitter@gmail.com>
38
39 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
40 (Fns_display_usable_bounds): Rewrite, computing bounds properly
41 (Bug#3233).
42
43 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
44
45 * font.c (font_open_entity): Enable chache and call cached_font_ok
46 for the driver if defined.
47 (QCuser_spec): New symbol.
48 (font_spec_from_name): Save name as user-spec.
49 (font_load_for_lface): Keep user-spec instead of name.
50 (font_open_by_name): Save name as user-spec.
51 (syms_of_font): Initialize QCuser_spec.
52 (font_clear_prop): Clear name if it exists in font (bug#5157).
53
54 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
55 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
56 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
57
58 * font.h (struct font_driver): Add cached_font_ok.
59
60 * xterm.c (x_clear_frame): Queue draw for scroll bars.
61
62 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
63
64 * xterm.c (x_new_font): Move code for setting rows/cols before
65 resizing ...
66 (x_set_window_size): ... to here. bug #2568.
67
68 * gtkutil.c (xg_clear_under_internal_border): New function.
69 (xg_frame_resized, xg_frame_set_char_size): Call
70 xg_clear_under_internal_border.
71 (xg_update_scrollbar_pos): Clear under old scroll bar position.
72
73 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
74
75 * keyboard.c (read_key_sequence): Catch keyboard switch after
76 making a new tty frame (Bug#5095).
77
78 2010-01-05 Kenichi Handa <handa@m17n.org>
79
80 * fontset.c (fontset_find_font): Fix getting the frame pointer.
81
82 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
85 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
86 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
87
88 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
89
90 * dbusbind.c (xd_add_watch): Improve debug message.
91 (xd_remove_watch): Improve debug message. If DATA is the session
92 bus, unset D-Bus session environment.
93 (Fdbus_init_bus): Pass the bus as argument to
94 dbus_connection_set_watch_functions. (Bug#5283)
95
96 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
97
98 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
99
100 * lread.c (syms_of_lread): Make it clearer that these are the
101 names of loaded files (Bug#5068).
102
103 * eval.c (run_hook_with_args): Handle the case where the global
104 value has the obsolete single-function form (Bug#5026).
105
106 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
107
108 * minibuf.c (Fall_completions): Minor optimization.
109
110 2009-12-26 Eli Zaretskii <eliz@gnu.org>
111
112 * .gdbinit (pgx): Fix display of composite glyphs.
113 Display cmp.from and cmp.to as well.
114 (pitx): Fix last change.
115
116 2009-12-25 Kenichi Handa <handa@m17n.org>
117
118 * composite.h (composition_adjust_point): Update prototype.
119
120 * composite.c (composition_reseat_it): Don't make a composition
121 spanning over point.
122 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
123 composable characters.
124 (composition_adjust_point): New arg NEW_PT. Callers changed.
125
126 * keyboard.c (command_loop_1): Force redisplay if the last point
127 was within a composition.
128 (adjust_point_for_property): Don't adjust point for automatic
129 composition when called after buffer modification.
130
131 2009-12-19 Eli Zaretskii <eliz@gnu.org>
132
133 * .gdbinit (pitx): Don't use enum names, use their values.
134 Remove reference to non-existing value GET_FROM_COMPOSITION.
135 (pgx): Don't use enum names, use their values.
136 (pitmethod): New helper command.
137 (pitx): Use it to display iteration method.
138 (pgrowit): New command.
139
140 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
141
142 Update dependencies in Makefile.in.
143
144 * Makefile.in (alloc.o): Depend on termhooks.h.
145 (atimer.o): Depend on blockinput.h.
146 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
147 and frame.h.
148 (callint.o): Depend on systime.h, coding.h, and composite.h.
149 (callproc.o): Depend on buffer.h.
150 (casefiddle.o): Don't depend on charset.h.
151 (casetab.o): Depend on character.h.
152 (ccl.o): Depend on composite.h.
153 (chartab.o): Depend on ccl.h.
154 (cm.o): Depend on dispextern.h.
155 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
156 (coding.o): Don't depend on $(INTERVALS_H).
157 (composite.o): Don't depend on dispextern.h explicitly (it's in
158 $(INTERVALS_H)). Depend on ccl.h.
159 (data.o): Depend on systime.h, coding.h, composite.h,
160 dispextern.h, font.h, and ccl.h.
161 (dired.o): Depend on composite.h.
162 (dispnew.o): Depend on coding.h. Don't depend explicitly on
163 composite.h (it's in $(INTERVALS_H)).
164 (doc.o): Depend on systime.h, coding.h, and composite.h.
165 (editfns.o): Don't depend explicitly on dispextern.h.
166 (emacs.o): Depend on frame.h and coding.h.
167 (eval.o): Depend on coding.h, composite.h, and xterm.h.
168 (fileio.o): Depend on frame.h and commands.h. Don't depend
169 explicitly on dispextern.h.
170 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
171 composite.h.
172 (fns.o): Don't depend on termhooks.h.
173 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
174 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
175 coding.h, $(INTERVALS_H), window.h, xterm.h.
176 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
177 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
178 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
179 fontset.h, ccl.h, and ftfont.h.
180 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
181 (gtkutil.o): Depend on dispextern.h and composite.h.
182 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
183 termhooks.h, and ccl.h.
184 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
185 (intervals.o): Depend on systime.h and coding.h.
186 (keyboard.o): Depend on composite.h and coding.h.
187 (keymap.o): Depend on coding.h and frame.h.
188 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
189 (macros.o): Depend on systime.h, coding.h, and composite.h.
190 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
191 and atimer.h.
192 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
193 dispextern.h explicitly.
194 (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't
195 depend explicitly on dispextern.h and composite.h.
196 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
197 (regex.o): Don't depend on charset.h.
198 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
199 (search.o): Don't depend explicitly on composite.h.
200 (sound.o): Depend on atimer.h and systime.h.
201 (syntax.o): Don't depend explicitly on composite.h.
202 (sysdep.o): Depend on coding.h and composite.h.
203 (term.o): Depend on xterm.h and buffer.h.
204 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
205 (textprop.o): Don't depend on dispextern.h explicitly.
206 (undo.o): Depend on dispextern.h.
207 (window.o): Depend on coding.h and termhooks.h. Don't depend on
208 dispextern.h and composite.h explicitly.
209 (xdisp.o): Depend on ccl.h.
210 (xfaces.o): Depend on coding.h and ccl.h.
211 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
212 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
213 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
214 ftfont.h.
215 (xgselect.o): New dependency.
216 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
217 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
218 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
219 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
220 (xsmfns.o): Depend on frame.h and dispextern.h.
221 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
222 sysselect.h.
223
224 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
225
226 * font.c (Fclear_font_cache): Pass correct cache argument to
227 font_clear_cache.
228
229 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
230
231 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
232 twice.
233
234 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
235
236 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
237 calling file-remote-p. Reported by Jim Meyering.
238
239 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
240
241 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
242 avoid compiler warnings. (Bug #5217)
243
244 2009-12-14 Kenichi Handa <handa@m17n.org>
245
246 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
247 in 8-bit encoding.
248
249 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
250
251 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
252 tooltip windows.
253
254 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
255
256 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
257 Xatom_net_window_type.
258
259 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
260 Xatom_net_window_type.
261
262 * xterm.c (my_log_handler): New function.
263 (x_term_init): Set my_log_handler as log handler during gtk_init
264 so we can filter out buggy messages. (Bug #5120).
265
266 * xterm.c (xg_scroll_callback): Parameter list changed,
267 use parameter GtkScrollType to determine scroll/line/page.
268 Only allow dragging if a button < 4 is grabbed (bug #5177).
269 (xg_end_scroll_callback): New function.
270 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
271 xg_create_scroll_bar.
272
273 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
274 (scroll_end_callback): Remove.
275 (xg_create_scroll_bar): Add parameter end_callback, bind it to
276 button-release-event. Replace value-changed event with change-value,
277 bug #5177,
278 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
279 bug #5177.
280
281 * gtkutil.h (XG_LAST_SB_DATA): Remove.
282 (xg_create_scroll_bar): Add GCallback end_callback.
283
284 * xftfont.c (QClcdfilter): New variable.
285 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
286 (syms_of_xftfont): Initialize QClcdfilter.
287
288 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
289
290 * xsettings.c (struct xsettings): Add member seen.
291 (parse_xft_settings): Update member seen with what we have read.
292 Return non-zero if Xft-settings have been parsed, 0 otherwise.
293 (apply_xft_settings): Only update Xft settings with what member seen
294 indicates as new.
295
296 2009-12-12 Eli Zaretskii <eliz@gnu.org>
297
298 * dispextern.h (struct text_pos): Use EMACS_INT;
299 (struct glyph): Use EMACS_INT for charpos.
300 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
301 region_beg_charpos, region_end_charpos,
302 redisplay_end_trigger_charpos, and also for
303 iterator_stack_entry.end_charpos and
304 iterator_stack_entry.stop_charpos.
305
306 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
307
308 * gtkutil.c (scroll_end_callback): New function (bug #5177).
309 (xg_create_scroll_bar): Call scroll_end_callback on button release
310 event (bug #5177).
311 (xg_event_is_for_scrollbar): != replaced with ==.
312
313 2009-12-12 Kenichi Handa <handa@m17n.org>
314
315 * ftfont.c (struct ftfont_info): New member matrix.
316 (ftfont_open): Setup xftfont_info->matrix.
317 (MFLTFontFT): New member matrix.
318 (FLOOR, CEIL, ROUND): New macros.
319 (ftfont_get_metrics): Handle matrix transformation.
320 (ftfont_shape_by_flt): New arg matrix. Callers changed.
321
322 * xftfont.c (struct xftfont_info): New member matrix.
323 (xftfont_open): Setup xftfont_info->matrix.
324
325 2009-12-10 Kenichi Handa <handa@m17n.org>
326
327 * xdisp.c (append_space_for_newline): Consider face-remapping.
328
329 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
330
331 * xsettings.c: Include "keyboard.h".
332
333 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
334
335 Fix implicit function declarations.
336 * cmds.c: Include "frame.h".
337 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
338 * frame.h: Move declaration of delete_frame outside of
339 HAVE_WINDOW_SYSTEM.
340
341 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
342
343 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
344
345 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
346 GTK builds.
347
348 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
349
350 * unexelf.c (unexec): Don't search for .data twice.
351
352 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
353
354 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
355 if push failed.
356 (handle_line_prefix): Set avoid_cursor_p here. Check return value
357 of push_display_prop (Bug#5000).
358
359 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
360 value of font_list_entities (Bug#5085).
361
362 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
363
364 Fix `string-to-number' to deal consistently with integers and floats.
365 * lread.c (isfloat_string): New argument ignore_trailing to accept all
366 trailing characters, not just whitespace.
367 (read1): Pass new arg 0 to keep old behavior.
368 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
369 trailing chars, as it is already done for integers. Doc fixes.
370 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
371
372 2009-12-04 Eli Zaretskii <eliz@gnu.org>
373
374 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
375 unused enumeration value.
376
377 2009-12-03 Eli Zaretskii <eliz@gnu.org>
378
379 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
380
381 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
382
383 * process.c (Fmake_network_process): Fix up the tests for
384 "connectionless socket", so they DTRT for seqpacket sockets as well.
385
386 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * process.c (Qseqpacket): New symbol.
389 (HAVE_SEQPACKET): New macro.
390 (Fmake_network_process): Accept new :type `seqpacket'.
391 (init_process): Add `seqpacket' feature when applicable.
392 (syms_of_process): Initialize Qseqpacket.
393
394 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
395
396 * font.c (font_load_for_lface, font_open_by_name): Don't store name
397 if entity is Qnil.
398
399 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * print.c (print_preprocess): Preprocess the key_and_value table of
402 hashtables, even tho they're "hidden" (bug#5082).
403
404 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
405
406 * frame.c (frame_make_pointer_invisible)
407 (frame_make_pointer_visible): Declare f before statements.
408
409 2009-11-28 Eli Zaretskii <eliz@gnu.org>
410
411 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
412 omitted dependencies on lisp.h.
413
414 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
415
416 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
417 is NULL.
418
419 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
420
421 * frame.c (frame_make_pointer_invisible)
422 (frame_make_pointer_visible): Just return if there isn't any selected
423 frame.
424
425 * search.c (simple_search): Remove warning by making *p const.
426
427 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
428
429 * xdisp.c (power_letter): Remove duplicate const.
430
431 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
432
433 * term.c (delete_tty): Remove check for last terminal (bug#4970).
434
435 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
436 defaults (bug #5025).
437
438 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * insdel.c (adjust_markers_for_delete): Move it in the
441 right direction! (bug#4803)
442
443 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
444
445 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
446
447 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
448
449 2009-11-24 Glenn Morris <rgm@gnu.org>
450
451 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
452
453 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
454
455 * Makefile.in: Must create deps for ecrt0.o in its rule.
456
457 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
458 because that is what Gtk+ font dialog understands.
459
460 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
461 of Fcopy_sequence.
462 (font_open_by_name): Put name given into QCname for font-object returned.
463
464 * frame.c (x_set_font): Save original font name as frame parameter
465 font-parameter.
466
467 * xsettings.c (set_default_xft_settings): New function.
468 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
469 is found.
470
471 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
472
473 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
474 searching backwards through multibyte buffer.
475
476 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
477
478 * xterm.c: #include xgselect.h.
479 (x_initialize): Call xgselect_initialize.
480
481 * xsettings.c (something_changedCB): C++ comments => C comments.
482 (init_gconf): Do not deal with any GLib file descriptors, xg_select
483 does that now.
484
485 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
486 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
487 (scroll_bar_button_cb): Remove.
488 (create_menus): C++ comments => C comments. Don't bind grab-notify
489 event.
490 (xg_create_scroll_bar): Don't bind button-press-event and
491 button-release-event.
492
493 * process.c: Include xgselect.h if defined (USE_GTK) ||
494 defined (HAVE_GCONF).
495 (wait_reading_process_output): Call xg_select for the same condition.
496
497 * xgselect.c (xg_select): New function to better integrate with
498 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
499
500 * xgselect.h: New file, declare xg_select, xgselect_initialize.
501
502 * Makefile.in (XOBJ): Add xgselect.o.
503
504 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
505
506 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
507 ignored second argument. All callers changed.
508 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
509 (RE_STRING_CHAR_AND_LENGTH): Likewise.
510 * xdisp.c (string_char_and_length): Likewise.
511
512 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * xterm.c (x_new_font):
515 * print.c (print_object):
516 * cmds.c (Fself_insert_command): Move declarations before statements.
517
518 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
519
520 * s/cygwin.h: Remove unneeded linker flags.
521
522 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
523
524 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
525
526 * xsettings.h: Declare xsettings_get_system_font.
527
528 * xsettings.c (xsettings_get_system_font): New function.
529 (init_gconf): No use initiating gconf unless we have Xft also.
530 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
531 HAVE_GCONF.
532
533 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
534 add a blank entry so it doesn't collapse into nothing.
535
536 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * lread.c (Funintern): Comment out last change.
539
540 2009-11-19 Richard Stallman <rms@gnu.org>
541
542 * lread.c (Funintern): Error if symbol is t or nil.
543
544 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * insdel.c (make_gap_larger): Don't make as many assumptions about the
547 representation of Lisp integers.
548 Reported by MJ Chan <mjchan.inbox@gmail.com>.
549
550 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
551
552 * lisp.h: Remove declaration of Ffont_get_system_font.
553 * xfns.c: Move include of "xsettings.h".
554 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
555
556 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
557
558 * xsettings.c (something_changedCB, Ffont_get_system_font):
559 Check use_system_font.
560 (syms_of_xsettings): DEFVAR font-use-system-font.
561
562 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
563
564 * xfns.c (x_default_font_parameter): Remove dead assignment.
565
566 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
567
568 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
569
570 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
571 not have FC_LCD_*. #define them if not there.
572
573 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
574
575 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
576
577 * xterm.c (handle_one_xevent): Call xft_settings_event for
578 ClientMessage, PropertyNotify and DestroyNotify.
579 (x_term_init): If we have XFT, get DPI from Xft.dpi.
580 Call xsettings_initialize.
581
582 * xftfont.c (xftfont_fix_match): New function.
583 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
584 Call xftfont_fix_match after XftFontMatch.
585
586 * xfont.c (xfont_driver): Initialize all members.
587
588 * xfns.c (x_default_font_parameter):
589 Try font from Ffont_get_system_font.
590 Do not get font from x_default_parameter if we got one from
591 Ffont_get_system_font.
592 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
593
594 * w32font.c (w32font_driver): Initialize all members.
595
596 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
597
598 * lisp.h: Declare syms_of_xsettings.
599
600 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
601 Handle CONFIG_CHANGED_EVENT.
602
603 * ftfont.c (ftfont_filter_properties): New function.
604
605 * frame.c (x_set_font): Remove unused variable lval.
606
607 * font.h (struct font_driver): Add filter_properties.
608
609 * font.c (font_put_extra): Don't return if val is nil, it means
610 boolean option is off.
611 (font_parse_fcname): Collect all extra properties in extra_props
612 and call filter_properties for all drivers with extra_props and
613 font as parameter.
614 (font_open_entity): Do not use cache, it does not pick up new
615 fontconfig settings like hinting.
616 (font_load_for_lface): If spec had a name in it, store it in entity.
617
618 * emacs.c (main): Call syms_of_xsettings
619
620 * config.in: HAVE_GCONF is new.
621
622 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
623 xsettings.o is new.
624
625 2009-11-17 Kenichi Handa <handa@m17n.org>
626
627 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
628 back to the default font in case that no suitable font is found.
629
630 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
633 Suggested by Chad Brown <yandros@mit.edu>.
634 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
635
636 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
637
638 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
639
640 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
641
642 * Makefile.in: Ignore errors from mkdir when creating deps directory.
643
644 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
645
646 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
647 has a parent.
648
649 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
650 dependency files in deps/. Include those files into Makefile.
651
652 * config.in: Generated (AUTO_DEPEND).
653
654 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
655
656 * dbusbind.c (Vdbus_registered_objects_table): Rename from
657 Vdbus_registered_functions_table, because it contains also
658 properties. Fix docstring.
659 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
660
661 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * alloc.c (mark_object): Don't reprocess marked strings.
664 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
665 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
666
667 2009-11-13 Kenichi Handa <handa@m17n.org>
668
669 * category.c (word_boundary_p): Adjust for the change of the
670 semantics of Vword_combining_categories.
671 (Vword_combining_categories): Describe the slight change of the
672 semantics.
673
674 2009-11-13 Eli Zaretskii <eliz@gnu.org>
675
676 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
677
678 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
679
680 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * xdisp.c (syms_of_xdisp): Fix typo in last change.
683
684 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
685
686 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
687
688 2009-11-11 David Reitter <david.reitter@gmail.com>
689
690 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
691 variables to fix 2009-11-09 change.
692
693 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
694
695 * process.c (ifflag_def): Make flag_sym constant.
696 (Fnetwork_interface_info): Use a constant pointer.
697 (ifflag_table):
698 * xfns.c (cursor_bits):
699 * xdisp.c (power_letter):
700 * termcap.c (speeds, esctab):
701 * sysdep.c (baud_convert):
702 * keyboard.c (lispy_accent_codes, modifier_names):
703 * image.c (xbm_format, xpm_format, pbm_format, png_format)
704 (jpeg_format, tiff_format, gif_format, svg_format)
705 (interlace_start, interlace_increment, gs_format):
706 * gtkutil.c (separator_names):
707 * fringe.c (swap_nibble):
708 * fns.c (base64_value_to_char, base64_char_to_value):
709 * fileio.c (make_temp_name_tbl):
710 * coding.c (suffixes): Make constant.
711
712 * frame.c (make_initial_frame):
713 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
714 build_string.
715 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
716
717 * s/freebsd.h:
718 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
719
720 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
721 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
722
723 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
724 * xterm.c (syms_of_xterm):
725 * xfaces.c (syms_of_xfaces):
726 * xdisp.c (syms_of_xdisp):
727 * lread.c (syms_of_lread):
728 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
729 build_string.
730
731 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
732
733 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * fns.c (Fplist_get): Merge the active and the commented out code.
736
737 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
738
739 * keyboard.h: Declare timer_check.
740
741 * keyboard.c (timer_check_2): New function that does what the old
742 timer_check did.
743 (timer_check): Call timer_check_2 until -1 or a non-zero time is
744 returned, i.e. don't return -1 with timers pending.
745
746 * process.c: Remove extern declaration of timer_check.
747
748 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
749 even if timer_check returned -1.
750
751 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
752 xg_dialog_data.
753 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
754 the event loop.
755 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
756 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
757 Destroy the dialog after xg_dialog_run.
758
759 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
762
763 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
764
765 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
766
767 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
768
769 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
770
771 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
774 w32menu.c, and nsmenu.m.
775 Simplify the obsolete case where position is nil.
776 (cleanup_popup_menu): New function, moved from nsmenu.m.
777 (struct skp): Remove slot `notreal'.
778 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
779 adjust callers.
780 (single_menu_item): Adjust call to parse_menu_item.
781 (syms_of_menu): Defsubr x-popup-menu.
782 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
783 (keymap_panes): Don't export any more.
784 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
785 (xmenu_show): Declare.
786 * keyboard.c (parse_menu_item): Remove arg `notreal'.
787 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
788 * keyboard.h (parse_menu_item): Update declaration.
789 * xmenu.c (Fx_popup_menu): Remove.
790 (syms_of_xmenu): Don't defsubr x-popup-menu.
791 * w32menu.c (Fx_popup_menu): Remove.
792 (syms_of_w32menu): Don't defsubr x-popup-menu.
793 * nsmenu.m (cleanup_popup_menu): Remove.
794 (ns_menu_show): Rename from ns_popup_menu and remove all the code
795 moved to menu.c's Fx_popup_menu.
796 (Fx_popup_menu): Remove.
797 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
798 menu_items (it's done in menu.c already).
799
800 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
803 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
804
805 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
806
807 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
808 xmenu_show. Hide any tooltip before opening a menu.
809 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
810 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
811
812 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 Let integers use up 2 tags to give them one extra bit and thus double
815 their range.
816 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
817 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
818 New macros.
819 (enum Lisp_Type): Use them. Give explicit values.
820 (Lisp_Type_Limit): Remove.
821 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
822 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
823 Pay attention to USE_2_TAGS_FOR_INTS.
824 (INTEGERP): Use LISP_INT_TAG_P.
825 * fns.c (internal_equal): Simplify the default case.
826 (sxhash): Use case_Lisp_Int.
827 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
828 any more.
829 (Ftype_of): Use case_Lisp_Int.
830 (store_symval_forwarding): Take into account the fact that Ints can
831 now have more than one tag.
832 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
833 buffer_slot_type_mismatch):
834 * xfaces.c (face_attr_equal_p):
835 * print.c (print_object):
836 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
837 Use case_Lisp_Int.
838
839 2009-11-06 Eli Zaretskii <eliz@gnu.org>
840
841 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
842
843 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
844 warning.
845
846 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
847
848 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
849
850 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
851
852 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
853 ButtonPressRelease and MotionNotify (bug#4870).
854
855 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
856
857 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
858
859 * xterm.c (syms_of_xterm):
860 * xselect.c (syms_of_xselect):
861 * xmenu.c (syms_of_xmenu):
862 * xfns.c (syms_of_xfns):
863 * xfaces.c (syms_of_xfaces):
864 * xdisp.c (syms_of_xdisp):
865 * window.c (syms_of_window):
866 * w32fns.c (syms_of_w32fns):
867 * undo.c (syms_of_undo):
868 * textprop.c (syms_of_textprop):
869 * terminal.c (syms_of_terminal):
870 * syntax.c (syms_of_syntax):
871 * sound.c (syms_of_sound):
872 * search.c (syms_of_search):
873 * print.c (syms_of_print):
874 * minibuf.c (syms_of_minibuf):
875 * macros.c (syms_of_macros):
876 * keymap.c (syms_of_keymap, initial_define_key)
877 (initial_define_lispy_key):
878 * keyboard.c (syms_of_keyboard):
879 * insdel.c (syms_of_insdel):
880 * image.c (syms_of_image):
881 * fringe.c (syms_of_fringe):
882 * frame.c (syms_of_frame):
883 * fontset.c (syms_of_fontset):
884 * fns.c (syms_of_fns):
885 * fns.c (syms_of_fns):
886 * fileio.c (syms_of_fileio):
887 * fileio.c (syms_of_fileio):
888 * eval.c (syms_of_eval):
889 * doc.c (syms_of_doc):
890 * dispnew.c (syms_of_display):
891 * dired.c (syms_of_dired):
892 * dbusbind.c (syms_of_dbusbind):
893 * data.c (syms_of_data):
894 * composite.c (syms_of_composite):
895 * coding.c (syms_of_coding):
896 * cmds.c (syms_of_cmds):
897 * charset.c (define_charset_internal, syms_of_character):
898 * ccl.c (syms_of_ccl):
899 * category.c (syms_of_category, init_category_once):
900 * casetab.c (syms_of_casetab):
901 * casefiddle.c (syms_of_casefiddle):
902 * callint.c (syms_of_callint):
903 * bytecode.c (syms_of_bytecode):
904 * buffer.c (keys_of_buffer, syms_of_buffer):
905 * alloc.c (syms_of_alloc):
906 * process.c (syms_of_process, init_process):
907 * lread.c (syms_of_lread, init_obarray):
908 * font.c (build_style_table):
909 * emacs.c (syms_of_emacs, main): Replace calls to intern with
910 intern_c_string, calls to make_pure_string with
911 make_pure_c_string. Use pure_cons instead of Fcons.
912
913 * process.c (socket_options): Make it const.
914 (set_socket_option, init_process): Use a const pointer.
915
916 * lread.c (intern_c_string): New function.
917 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
918 (defvar_int): Uset it. Make the name const char*.
919
920 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
921 (defvar_int): Update prototypes.
922 (DEFUN, EXFUN): Support for prototypes is now required.
923 (intern_c_string): New prototype.
924 (struct Lisp_Subr): Make symbol_name constant.
925
926 * font.c (struct table_entry): Remove unused member. Make NAMES
927 constant.
928 (weight_table, slant_table, width_table): Make constant.
929
930 * emacs.c (struct standard_args): Make name and longname constant.
931
932 * character.h (DEFSYM): Use intern_c_string.
933
934 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * alloc.c (make_pure_c_string): New function.
937
938 * eval.c (Fautoload): Purecopy all arguments.
939
940 2009-11-05 Kenichi Handa <handa@m17n.org>
941
942 * fileio.c (Finsert_file_contents): Be sure set coding-system of
943 the buffer in case of replace.
944
945 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
946
947 * puresize.h (BASE_PURESIZE): Increase to 1620000.
948
949 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
952 when applicable (bug#4851).
953
954 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
955 (P_): Support for prototypes is now required.
956
957 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
958
959 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
960 (Bug#4827).
961
962 2009-10-30 Eli Zaretskii <eliz@gnu.org>
963
964 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
965
966 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
967
968 * puresize.h (BASE_PURESIZE): Increase to 1470000.
969
970 * lread.c (Fload): Purecopy the file name when building
971 Vpreloaded_file_list.
972
973 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
974
975 * w32fns.c (syms_of_w32fns): Change default value of
976 w32-scroll-lock-modifier to nil. (Bug#2827)
977
978 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
979
980 * minibuf.c (Fall_completions): Fix typos in docstring.
981
982 2009-10-26 Andreas Schwab <schwab@redhat.com>
983
984 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
985
986 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
987
988 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
989 For delta < 0, skip check that only makes sense when the mini-window
990 is going to be enlarged. (Bug#4534)
991
992 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
993
994 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
995 string in menu maps (Bug#4471).
996
997 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
998
999 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1000 FRAME_NS_VIEW on terminal frames (Bug#4765).
1001
1002 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1003
1004 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1005 DBUS_TYPE_UINTnn separately to get proper sign extension.
1006
1007 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1008 can properly handle unsigned types.
1009 (make_uid, make_gid): Remove.
1010
1011 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1012 types again.
1013
1014 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1015 (system_process_attributes): Likewise.
1016
1017 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1018
1019 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1020
1021 * eval.c (Fautoload): Purecopy the filename. Simplify.
1022
1023 * category.c (Fdefine_category): Purecopy docstring.
1024
1025 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1026
1027 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1028
1029 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1030
1031 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1034 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1035 (Bug#4775).
1036
1037 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1040 (init_fileio_once):
1041 * lisp.h (init_fileio_once): Remove.
1042 * emacs.c (main): Don't call init_fileio_once.
1043
1044 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1045
1046 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1047
1048 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1049
1050 * doprnt.c (doprnt): Fix overflow check.
1051
1052 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1053
1054 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1055
1056 * xterm.h (x_wait_for_event): Declare it.
1057
1058 * xterm.c (pending_event_wait): New variable.
1059 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1060 see pending_event_wait.eventtype.
1061 (handle_one_xevent): Don't change gravity when parent changes.
1062 (x_new_font): Call change_frame_size with new rows/columns before we
1063 try to resize the frame.
1064 (x_wait_for_event): New function.
1065 (x_set_window_size_1): Don't change gravity unless change_gravity
1066 is set.
1067 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1068 don't change frame size, instead wait for the ConfigureNotify.
1069 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1070 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1071 (x_initialize): Initialize pending_event_wait.
1072
1073 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1074 size.
1075
1076 * widget.c (EmacsFrameSetValues): Add comment.
1077 (EmacsFrameSetCharSize): Just call x_set_window_size.
1078
1079 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1080 x_wait_for_event.
1081 (flush_and_sync): Remove again.
1082 (xg_get_font_name): Suggest monospace if no previous font is known.
1083
1084 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1087 8th bit, since that only made sense in the ASCII world (bug#4751).
1088
1089 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1090
1091 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1092 processing pending events when event is filtered for input method.
1093 (Bug#3681)
1094
1095 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * fns.c: Add #endif accidentally removed in previous change.
1098
1099 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1100
1101 * fns.c: Remove code for unsupported system: MAC_OS.
1102 * image.c: Likewise. Include setjmp.h.
1103
1104 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1105
1106 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1107 pixel -1 (bug #4742).
1108
1109 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1110
1111 * process.c (create_pty): Remove conditionals for no longer
1112 supported systems: UNIPLUS and RTU.
1113
1114 * xterm.c:
1115 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1116
1117 * alloc.c: Do not define struct catchtag.
1118 * eval.c: Move struct catchtag definition ...
1119 * lisp.h: ... here.
1120
1121 * image.c: Move png.h #include earlier to avoid warnings.
1122
1123 * xterm.c:
1124 * xsmfns.c:
1125 * xselect.c:
1126 * xrdb.c:
1127 * xmenu.c:
1128 * xftfont.c:
1129 * xfont.c:
1130 * xfns.c:
1131 * xfaces.c:
1132 * xdisp.c:
1133 * window.c:
1134 * widget.c:
1135 * w32xfns.c:
1136 * w32uniscribe.c:
1137 * w32term.c:
1138 * w32select.c:
1139 * w32reg.c:
1140 * w32proc.c:
1141 * w32menu.c:
1142 * w32inevt.c:
1143 * w32heap.c:
1144 * w32font.c:
1145 * w32fns.c:
1146 * w32console.c:
1147 * w32.c:
1148 * w16select.c:
1149 * vm-limit.c:
1150 * unexsol.c:
1151 * unexec.c:
1152 * unexcw.c:
1153 * unexaix.c:
1154 * undo.c:
1155 * tparam.c:
1156 * textprop.c:
1157 * terminfo.c:
1158 * terminal.c:
1159 * termcap.c:
1160 * term.c:
1161 * syntax.c:
1162 * sound.c:
1163 * sheap.c:
1164 * search.c:
1165 * scroll.c:
1166 * region-cache.c:
1167 * regex.c:
1168 * ralloc.c:
1169 * process.c:
1170 * print.c:
1171 * nsterm.m:
1172 * nsselect.m:
1173 * nsmenu.m:
1174 * nsimage.m:
1175 * nsfont.m:
1176 * nsfns.m:
1177 * msdos.c:
1178 * minibuf.c:
1179 * menu.c:
1180 * marker.c:
1181 * macros.c:
1182 * keymap.c:
1183 * keyboard.c:
1184 * intervals.c:
1185 * insdel.c:
1186 * indent.c:
1187 * gtkutil.c:
1188 * ftxfont.c:
1189 * ftfont.c:
1190 * fringe.c:
1191 * frame.c:
1192 * fontset.c:
1193 * font.c:
1194 * fns.c:
1195 * floatfns.c:
1196 * filelock.c:
1197 * fileio.c:
1198 * emacs.c:
1199 * editfns.c:
1200 * dosfns.c:
1201 * doprnt.c:
1202 * doc.c:
1203 * dispnew.c:
1204 * dired.c:
1205 * dbusbind.c:
1206 * data.c:
1207 * composite.c:
1208 * coding.c:
1209 * cmds.c:
1210 * cm.c:
1211 * chartab.c:
1212 * charset.c:
1213 * character.c:
1214 * ccl.c:
1215 * category.c:
1216 * casetab.c:
1217 * casefiddle.c:
1218 * callproc.c:
1219 * callint.c:
1220 * bytecode.c:
1221 * buffer.c:
1222 * atimer.c: Include setjmp.h. (Bug#4643)
1223
1224 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 Remove leftover table unibyte_to_multibyte_table.
1227 * character.c (unibyte_to_multibyte_table): Remove.
1228 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1229 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1230 * character.h (UNIBYTE_TO_CHAR): New macro.
1231 (MAKE_CHAR_MULTIBYTE): Use it.
1232 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1233 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1234 (message_dolog, set_message_1):
1235 * search.c (Freplace_match):
1236 * editfns.c (Fcompare_buffer_substrings):
1237 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1238 (concat):
1239 * insdel.c (copy_text, count_size_as_multibyte):
1240 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1241 * term.c (produce_glyphs):
1242 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1243 * regex.c (RE_CHAR_TO_MULTIBYTE):
1244 * cmds.c (internal_self_insert):
1245 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1246
1247 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1248
1249 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1250
1251 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1252
1253 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1256
1257 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1258
1259 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1260 still needed under Tiger.
1261
1262 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1263
1264 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1265 __Apple__.
1266
1267 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1268
1269 2009-10-15 Kenichi Handa <handa@m17n.org>
1270
1271 * print.c (print_object): Escape a symbol like "2E10" too.
1272
1273 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1274
1275 Cleanups and changes for 64-bit compile under Snow Leopard.
1276 Based on suggestions by Erik Charlebois.
1277
1278 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1279
1280 * nsfont.m (ns_char_width): Replace deprecated call.
1281 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1282 cast argument.
1283 (nsfont_open): Use ns_char_width() everywhere.
1284 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
1285
1286 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1287
1288 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1289 where appropriate.
1290
1291 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1292 where appropriate.
1293 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1294 Use stringWithUTF8String.
1295 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1296
1297 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1298 Add formal protocol mention to inheritance.
1299 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1300
1301 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1302 Fix printf format.
1303 (ns_query_color): Use CGFloat where appropriate.
1304 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1305 (EmacsScroller-mouseDown:) Use long format in printf, and cast
1306 argument.
1307
1308 * config.in (NS_HAVE_NSINTEGER): Drop.
1309
1310 * dbusbind.c (dbus-method-return-internal)
1311 (dbus-method-error-internal): Use long format in printf, and cast
1312 argument.
1313
1314 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1315 in printf, and cast argument.
1316
1317 * process.c (list_processes_1): Use long format in printf, and
1318 cast argument.
1319
1320 2009-10-11 Glenn Morris <rgm@gnu.org>
1321
1322 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1323
1324 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1325
1326 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1327 menu bar with a small width so it doesn't enlarge the frame.
1328
1329 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1332
1333 2009-10-06 Glenn Morris <rgm@gnu.org>
1334
1335 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1336 SOME_MACHINE_LISP (this enters indirectly via DOC).
1337
1338 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1339
1340 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1341
1342 2009-10-04 Eli Zaretskii <eliz@gnu.org>
1343
1344 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1345 Doc fix.
1346
1347 2009-10-03 Martin Rudalics <rudalics@gmx.at>
1348
1349 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1350
1351 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * lisp.h (Qdelete_directory_internal): Remove, because it is not
1354 used anymore outside fileio.c.
1355
1356 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1357
1358 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * lisp.h (Qdelete_directory_internal):
1361 Declare, instead of Qdelete_directory.
1362
1363 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1364
1365 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1368
1369 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1370
1371 * fileio.c (Fdelete_directory_internal): Rename from
1372 Fdelete_directory. It is not a command anymore. It has no file
1373 name handler.
1374
1375 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * xdisp.c (get_next_display_element): Use an enum in last change.
1378
1379 2009-09-28 Kenichi Handa <handa@m17n.org>
1380
1381 * xdisp.c (get_next_display_element): Pay attention to
1382 unibyte_display_via_language_environment in handling
1383 Vnobreak_char_display.
1384
1385 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1386
1387 * nsterm.h (ns_app_name): New extern variable.
1388
1389 * nsterm.m (ns_app_name): New variable.
1390 (ns_term_init): Set and use it.
1391 (ns_term_shutdown): Use it.
1392
1393 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1394 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1395
1396 * nsfns.m (ns_set_name_iconic, ns_set_name)
1397 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1398 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1399
1400 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1401 Remove double-casting in client_data comparison.
1402
1403 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1404
1405 * keyboard.c (make_lispy_event): Remember last wheel direction.
1406 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1407
1408 2009-09-26 Glenn Morris <rgm@gnu.org>
1409
1410 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1411 internal.elc. Add term/pc-win.elc.
1412 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1413 term/x-win.elc.
1414 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1415 term/w32-win.elc.
1416 (NS_SUPPORT): New.
1417 (lisp): Add NS_SUPPORT.
1418 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1419
1420 2009-09-25 David Reitter <david.reitter@gmail.com>
1421
1422 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1423 on Mac OS X 10.6+ (bug#4513).
1424
1425 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * frame.c (xrdb_get_resource): Return nil for empty string resources;
1428 some parts of Emacs code (like font selection) don't grok them.
1429 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
1430
1431 2009-09-24 Andreas Schwab <schwab@redhat.com>
1432
1433 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1434
1435 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * dired.c (Fdirectory_files): Fix typo in docstring.
1438
1439 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1440
1441 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1442 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1443 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1444 under GNUstep.
1445 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1446
1447 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1448 glyph advancement.
1449
1450 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1451
1452 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
1453 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
1454
1455 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1456 deleted (bug #4492).
1457
1458 * nsfont.m (Vns_reg_to_script): New lisp variable.
1459 (syms_of_nsfont): Declare it.
1460 (ns_registry_to_script): New function.
1461 (ns_get_req_script): Call it.
1462 (ns_findfonts): Don't give up on non-unicode registry.
1463
1464 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1465
1466 2009-09-20 Tom Tromey <tromey@redhat.com>
1467
1468 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1469 batch mode (bug#4228).
1470
1471 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
1472
1473 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
1474 carefully. (Bug #4339)
1475
1476 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
1479
1480 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1481
1482 * emacs.c (inhibit_x_resources): Update doc string for NS.
1483 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
1484 legacy code for -NXHost. Fix error printf in daemon case.
1485
1486 * nsterm.h (ns_no_defaults): Remove.
1487
1488 * nsterm.m (ns_no_defaults): Remove.
1489 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1490 (ns_use_qd_smoothing): Remove legacy variable.
1491 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1492 don't update the NSWindow itself.
1493 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
1494 state detection and store user rect ourselves. (Bug #3581)
1495
1496 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1497 ns_use_qd_smoothing.
1498
1499 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1500 platform versions. Drop support for emacs-20-style face specs.
1501 (x-close-connection): Drop PSFlush() under OS X.
1502 (x-focus-frame): Activate the app first. (Bug #4180)
1503
1504 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * emacs.c (inhibit_x_resources): New variable.
1507 (main) [HAVE_NS]: Don't process --quick command line option.
1508 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1509
1510 * lisp.h (inhibit_x_resources): Declare it extern.
1511
1512 * w32reg.c (x_get_string_resource):
1513 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1514
1515 2009-09-17 Eli Zaretskii <eliz@gnu.org>
1516
1517 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1518 Add lisp/term/internal.elc.
1519
1520 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1523 (bug#4461).
1524
1525 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1526
1527 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1528
1529 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1530 (OBJECTS_MACHINE): Remove, unused.
1531
1532 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * frame.c (x_get_resource_string): Remove unused.
1535
1536 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1537
1538 * xterm.c (x_new_font): Call change_frame_size before calling
1539 x_set_window_size, in case frame size won't change.
1540
1541 * frame.c (x_set_font): Remove dead code.
1542
1543 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1546
1547 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * lread.c (Fload): Don't output a message after loading an obsolete
1550 package any more (done in Lisp now).
1551
1552 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1555
1556 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * keymap.c (Fwhere_is_internal): Use nconc2.
1559
1560 2009-09-11 Alan Mackenzie <acm@muc.de>
1561
1562 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
1563 batch mode.
1564
1565 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
1566
1567 * xdisp.c (display_mode_element): Detect cycles.
1568
1569 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * keymap.c (where_is_internal): Don't erroneously return nil right after
1572 filling the cache.
1573 (where_is_internal_1): Fix up typo.
1574
1575 2009-09-11 Glenn Morris <rgm@gnu.org>
1576
1577 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
1578 share a common doc-string.
1579
1580 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * keymap.c (get_keymap): Return the actual keymap symbol rather than
1583 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
1584
1585 * keymap.c (QCadvertised_binding): New constant.
1586 (syms_of_keymap): Initialize it.
1587 (Fwhere_is_internal): Try and use bindings from :advertised-binding
1588 if applicable.
1589
1590 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
1593 (parse_menu_item): Streamline since bindings are recomputed all the
1594 time anyway. Don't bother checking Vdefine_key_rebound_commands any
1595 more and don't support lmenu's menu-alias any more either.
1596
1597 * keymap.c (where_is_internal_data): Make noindirect a boolean.
1598 (where_is_internal): Strip it down to only traverse the keymaps.
1599 Move the cache handling from Fwhere_is_internal to here.
1600 (Fwhere_is_internal): Move the handling of remapping and the choice of
1601 the best binding from where_is_internal to here.
1602 Unify the cached/noncached paths, so remapping is also handled
1603 correctly when the cache is used, and so the cache can be used to
1604 speed up remap-handling when applicable.
1605 Give preference to non-remapped bindings.
1606 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
1607 non-remapped bindings.
1608 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
1609 command remapping.
1610
1611 * xdisp.c (display_mode_element): Move list length limit from 50 to
1612 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
1613
1614 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
1615
1616 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
1617
1618 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
1621 (Bug#4334)
1622
1623 * keymap.c (where_is_internal): Filter out shadowed remappings.
1624 Assume that where_is_internal returns unshadowed bindings to simplify
1625 the code and get rid of the gotos. Use ASIZE.
1626
1627 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
1628
1629 * xterm.c (x_focus_changed): If we get a focusout and pointer
1630 is invisible, make it visible.
1631
1632 * xterm.h: Remove condition for declaration of
1633 x_*_window_to_frame.
1634
1635 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
1638 initial terminal as well.
1639
1640 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
1641
1642 * xterm.h: Rename x_non_menubar_window_to_frame to
1643 x_menubar_window_to_frame.
1644
1645 * xterm.c: Remove declarations also in xterm.h
1646 (XTmouse_position): Do not return valid positions
1647 for clicks in the menubar and the toolbar for Gtk+.
1648
1649 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
1650 if the widget for the event has the same top level as a frame,
1651 return the frame.
1652 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
1653 internal windows, bug #4122.
1654 (x_non_menubar_window_to_frame): Remove.
1655
1656 2009-09-02 Glenn Morris <rgm@gnu.org>
1657
1658 * buffer.c (default-major-mode): Move most of the doc from here...
1659 (major-mode): ... to here.
1660
1661 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
1662
1663 * process.c (wait_reading_process_output): Keep the descriptor
1664 when pty is used by a non-child process, e.g., in I/O buffer of
1665 GDB this allows inferior to be restarted.
1666
1667 2009-08-29 Eli Zaretskii <eliz@gnu.org>
1668
1669 * xdisp.c (redisplay_internal): Remove redundant test and collapse
1670 both branches into one.
1671
1672 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
1675 (main): Use enable-multibyte-characters rather than
1676 default-enable-multibyte-characters. Output a warning message when
1677 running a unibyte session.
1678
1679 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1680
1681 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
1682 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
1683 (copy_data_segment): Also copy __program_vars section.
1684 (copy_dyld_info) [LC_DYLD_INFO]: New function.
1685 (dump_it) [LC_DYLD_INFO]: Use it.
1686
1687 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
1688
1689 2009-08-28 Eli Zaretskii <eliz@gnu.org>
1690
1691 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
1692 $(SRC)/buildobj.h.
1693 (buildobj.h): Renamed from $(SRC)/buildobj.h.
1694 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
1695 $(SRC)/buildobj.h.
1696 (clean): Add buildobj.h.
1697
1698 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
1699
1700 * print.c (print_object): Set escapeflag to 1 when printing
1701 hashtable keys and values.
1702
1703 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * lread.c (read_integer): Use doubles (and potentially return a float
1706 number) as we do in string-to-number.
1707 (read1): Use strtol to read integers, signal errors on strtol's
1708 overflow and use floats if strtol's output is too large for
1709 Elisp integers.
1710
1711 2009-08-27 Eli Zaretskii <eliz@gnu.org>
1712
1713 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
1714 (make-buildobj-SH): Fix last change.
1715 (SRC): Move to before where it's first used.
1716
1717 2009-08-27 Kenichi Handa <handa@m17n.org>
1718
1719 * process.c (send_process): Use encode_coding_object instead of
1720 encode_coding_string to perform eol-conversion even if the string
1721 is unibyte.
1722
1723 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
1724 character.
1725
1726 * cmds.c (Fself_insert_command): Avoid unnecessay
1727 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
1728
1729 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * callproc.c (Fcall_process): Remove always true #if.
1732
1733 * lisp.h: Replace #if 0 code for checking with text pointing to
1734 the --enable-checking configure flag.
1735
1736 * emacs.c (main): Mention the --enable-profiling configure flag
1737 instead of using CFLAGS.
1738
1739 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
1740
1741 * Makefile.in (buildobj.h): New target.
1742 (doc.o): Depend on it.
1743 (temacs${EXEEXT}): Don't generate buildobj.lst.
1744 (mostlyclean): Delete buildobj.h, not buildobj.lst.
1745 * makefile.w32-in ($(SRC)/buildobj.h): New target.
1746 ($(BLD)/doc.$(O)): Depend on it.
1747 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
1748 provided by Eli Zaretskii.)
1749 ($(TEMACS)): Don't generate buildobj.lst.
1750 * doc.c: Include buildobj.h.
1751 (buildobj): New static variable.
1752 (Fsnarf_documentation): Use it, instead of opening and reading
1753 buildobj.lst.
1754
1755 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * dbusbind.c (Fdbus_call_method)
1758 (Fdbus_call_method_asynchronously): Use English numeric format for
1759 timeout values in doc string.
1760
1761 2009-08-25 Kenichi Handa <handa@m17n.org>
1762
1763 * alloc.c (mark_char_table): New function.
1764 (mark_object): Use mark_char_table for a char-table.
1765
1766 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
1767 (CHAR_TABLE_REF): Use it.
1768
1769 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
1770
1771 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
1772 before invoking the newly build emacs to check for load-path
1773 shadowing.
1774
1775 2009-08-22 Glenn Morris <rgm@gnu.org>
1776
1777 * Makefile.in (bootstrap_exe): New variable.
1778 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
1779 Use ${bootstrap_exe}.
1780
1781 2009-08-22 Eli Zaretskii <eliz@gnu.org>
1782
1783 * coding.h (encode_coding_string): Don't encode unibyte strings.
1784 (Bug#4047)
1785
1786 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
1789
1790 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
1791 intended as hotfix only.
1792 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
1793
1794 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1795
1796 * nsterm.m (ns_get_color): Update documentation properly for last
1797 change, and clean up loose ends in the code left by it. Fix
1798 longstanding bug with 16-bit hex parsing, and add support for
1799 yet another X11 format (rgb:r/g/b) for compatibility.
1800 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
1801 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
1802
1803 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
1806
1807 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
1808
1809 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
1810 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
1811 (xd_initialize, xd_pending_messages): Check, whether
1812 $DBUS_SESSION_BUS_ADDRESS is set.
1813
1814 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1815
1816 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
1817
1818 * nsterm.m (ns_get_color): Remove incompatible color formats again.
1819
1820 2009-08-20 Glenn Morris <rgm@gnu.org>
1821
1822 * emacs.c (system-type): Doc fix.
1823
1824 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
1827 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
1828
1829 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
1832 New functions.
1833 (xd_initialize): Revert change from 2009-08-16.
1834
1835 2009-08-18 Kenichi Handa <handa@m17n.org>
1836
1837 * fontset.c (Ffontset_font): If a nil element is found in a
1838 font-group vector, return nil.
1839
1840 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * process.c (status_notify): Don't perform redisplay.
1843 (Fdelete_process, list_processes_1, process_send_signal):
1844 Expliticly perform redisplay.
1845 (wait_reading_process_output): Always check process status, but
1846 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
1847
1848 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
1849
1850 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
1851 (XFLOAT_INIT): New macro for storing a float value.
1852 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
1853 * fns.c (sxhash): Copy out the value of a float in order to
1854 examine its bytes.
1855 * dbusbind.c (xd_append_arg): Likewise.
1856
1857 * emacs.c (main): Don't call syms_of_data twice.
1858
1859 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
1860
1861 * dbusbind.c (xd_initialize): Add connection file descriptor to
1862 input_wait_mask, in order to let select() detect, whether a new
1863 message has been arrived.
1864 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
1865
1866 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
1867
1868 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
1869 New functions.
1870
1871 * lisp.h (xd_pending_messages): Declare.
1872
1873 * keyboard.c (readable_events): Call xd_pending_messages.
1874
1875 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
1878
1879 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
1880
1881 * buffer.c (set_buffer_internal_1)
1882 (swap_out_buffer_local_variables): Check for unbound local
1883 variables (Bug#4138).
1884
1885 2009-08-14 Eli Zaretskii <eliz@gnu.org>
1886
1887 * process.c (create_pty): Fix last change.
1888
1889 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
1892 (xbm_load_image): Caller changed.
1893 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
1894
1895 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
1896
1897 * process.c (create_pty): New function.
1898 (Fstart_process): Use it to allow Emacs to just associate a pty
1899 with the buffer. See associated change in gdb-mi.el.
1900 (list_processes_1): Deal with no program name.
1901 (start_process_unwind): Use pid == -2 to mean no process.
1902
1903 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * cmds.c (nonundocount): New global variable.
1906 (keys_of_cmds): Initialize it.
1907 (Fself_insert_command): Use it to combine upto 20 sequential chars
1908 into a single undo entry, just like the Qself_insert_command code in
1909 keyboard.c does.
1910 Call frame_make_pointer_invisible, also like the Qself_insert_command
1911 code in keyboard.c does.
1912 * keyboard.c (command_loop_1): Use the new global nonundocount rather
1913 than its own local replacement for it.
1914
1915 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
1916
1917 * fns.c (concat): Don't re-set string length to its current value.
1918
1919 * coding.h (decode_coding_string, encode_coding_string):
1920 Use SBYTES macro.
1921
1922 * doprnt.c (doprnt_lisp): Delete unused function.
1923 (doprnt): Merge with doprnt1, discarding lispstrings code.
1924 * lisp.h (doprnt_lisp): Don't declare.
1925
1926 2009-08-07 Juri Linkov <juri@jurta.org>
1927
1928 * puresize.h (BASE_PURESIZE): Increase to 1270000.
1929
1930 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1931
1932 * print.c (syms_of_print): Undo previous change.
1933
1934 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1935
1936 * lread.c (read1, syms_of_lread): Read hashtables back from the
1937 readable format.
1938
1939 * print.c (print_preprocess, print_object): Print hashtables fully
1940 and readably.
1941 (syms_of_print): Provide 'hashtable-print-readable.
1942
1943 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1944
1945 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
1946 no family set.
1947 (nsfont_open): Handle case when entity has no family.
1948
1949 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1950
1951 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
1952 element, not a list, for match case.
1953
1954 2009-07-28 Kenichi Handa <handa@m17n.org>
1955
1956 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
1957 rigidly.
1958
1959 * xfont.c (xfont_list_pattern): Don't ignore the return value of
1960 font_parse_xlfd. Check font properties more rigidly.
1961
1962 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1963
1964 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
1965 bsd-common.h.
1966
1967 2009-07-27 Kenichi Handa <handa@m17n.org>
1968
1969 * xfaces.c (face_with_height): Call font_clear_prop.
1970
1971 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
1974
1975 * xterm.c (x_term_init): Use Qx.
1976
1977 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
1978
1979 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
1980 (ns_get_color): Revert 2009-07-16 change.
1981
1982 2009-07-25 Eli Zaretskii <eliz@gnu.org>
1983
1984 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1985 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
1986
1987 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
1988
1989 * coding.h (decode_coding_string, encode_coding_string):
1990 Use SCHARS macro.
1991
1992 * lread.c: Rewrite 2009-07-21 changes.
1993 (load_depth): Delete.
1994 (Qload_in_progress): New variable.
1995 (load_unwind): Don't reference load_depth or load_in_progress.
1996 (Fload): Likewise; specbind Qload_in_progress instead.
1997 (init_lread): Don't initialize load_depth.
1998 (syms_of_lread): Initialize and protect Qload_in_progress.
1999
2000 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2001
2002 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2003
2004 2009-07-23 Yavor Doganov <yavor@gnu.org>
2005
2006 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2007
2008 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2009
2010 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2011 Bugs 3792, 3720, 2402.
2012 (ns_lookup_indexed_color): Check for bad index.
2013 (ns_index_color): Init unused slot to 0.
2014 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2015 Bug 3714, possibly 3082.
2016
2017 2009-07-22 Jason Rumney <jasonr@gnu.org>
2018
2019 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2020 Position IME window at cursor (Bug#2570).
2021 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2022 (globals_of_w32fns): Dynamically load functions required above.
2023
2024 * w32term.c (w32_draw_window_cursor): Send message to reposition
2025 any IME window.
2026
2027 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * fileio.c: Revert 2009-07-16 changes.
2030 (Vauto_save_include_big_deletions): New variable.
2031 (Fdo_auto_save): Disable auto-save only if
2032 auto-save-include-big-deletions is nil.
2033
2034 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2037 the overflowed pixels into account (Bug#3879).
2038
2039 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2040
2041 * lread.c (load_depth): New variable.
2042 (Fload, load_unwind, init_lread): Set it to the load recursion
2043 depth; set load_in_progress as a simple boolean based on the
2044 current load_depth. (Bug#3892)
2045
2046 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2047
2048 * nsfont.m (ns_has_attribute): Remove.
2049 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2050
2051 2009-07-18 Juri Linkov <juri@jurta.org>
2052
2053 * process.c (Fset_process_query_on_exit_flag): Mention killing
2054 a buffer in docstring.
2055
2056 2009-07-17 Kenichi Handa <handa@m17n.org>
2057
2058 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2059
2060 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2061
2062 * nsfns.m (Fns_set_alpha): Remove function.
2063 (syms_of_nsfns): Don't defsubr it.
2064
2065 * nsterm.m (ns_get_color): Remove incompatible color formats.
2066 (ns_color_to_lisp): Generate #rrggbb color format string.
2067
2068 2009-07-16 Richard Stallman <rms@gnu.org>
2069
2070 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2071 (Fset_buffer_auto_saved): Handle save_length = -2.
2072
2073 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * xterm.c (Qx_gtk_map_stock): New var.
2076
2077 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2078 of calling intern each time.
2079
2080 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2081
2082 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2083 does tiling.
2084
2085 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2086
2087 2009-07-14 Kenichi Handa <handa@m17n.org>
2088
2089 * font.c (font_vconcat_entity_vectors): New function.
2090 (struct font_sort_data): New member font_driver_preference.
2091 (font_compare): Check font_driver_preference.
2092 (font_sort_entities): The format of the first argument changed.
2093 (font_delete_unmatched): Likewise.
2094 (font_list_entities): The return type changed.
2095 (font_select_entity): The format of the second argument changed.
2096 (font_find_for_lface): Adjuste for the above changes.
2097 Don't suppress the checking of C even if the repertory supports it.
2098 (Flist_fonts): Adjust for the above changes.
2099
2100 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2101 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2102 Reject a font who has adstyle property that is different from a
2103 langname derived from registry property.
2104 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2105
2106 2009-07-13 Eli Zaretskii <eliz@gnu.org>
2107
2108 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2109 local copy of dirfilename.
2110
2111 2009-07-13 Kenichi Handa <handa@m17n.org>
2112
2113 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2114 against max_char.
2115
2116 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2117 calling XSYMBOL (sym).
2118
2119 2009-07-11 Eli Zaretskii <eliz@gnu.org>
2120
2121 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2122 New function.
2123 (directory_files_internal) [WINDOWSNT]:
2124 Bind w32-get-true-file-attributes to either t or nil, depending whether
2125 the filesystem of the directory is fast or slow.
2126
2127 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2128 file name.
2129 (is_slow_fs): New function.
2130 (stat): Use it to determine whether to issue more system calls to
2131 get accurate file attributes, when w32-get-true-file-attributes is
2132 `local'.
2133
2134 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2135
2136 * xfns.c (Fx_select_font): Remember last font selected in
2137 x_last_font_name and use that the next time. Also try the frame
2138 parameter font-parameter as default to the font dialog.
2139
2140 2009-07-10 Kenichi Handa <handa@m17n.org>
2141
2142 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2143
2144 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2145
2146 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2147
2148 * w32.c (stat): Treat UNC file names as residing on remote
2149 drives. (Bug#3542)
2150
2151 2009-07-09 Kenichi Handa <handa@m17n.org>
2152
2153 * fontset.c (fontset_find_font): Fix previous change.
2154
2155 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2158 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2159 error flag.
2160
2161 2009-07-08 Kenichi Handa <handa@m17n.org>
2162
2163 * fontset.c (fontset_find_font): Fix the logic of handling
2164 charset_matched.
2165 (font_for_char): Delete unused var.
2166 (generate_ascii_font_name): Delete it.
2167
2168 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2169
2170 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2171 (encode_coding_sjis): Fix the code range check.
2172
2173 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2176 (Fexpand_file_name): Copy string data properly (Bug#3772).
2177
2178 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2179
2180 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2181 first MapNotify.
2182
2183 2009-07-07 Kenichi Handa <handa@m17n.org>
2184
2185 * character.h (unibyte_has_multibyte_table): Delete extern.
2186 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2187
2188 * charset.c (Fset_charset_priority): Update charset_unibyte.
2189 (syms_of_charset): Initialize charset_unibyte.
2190
2191 * character.c (unibyte_has_multibyte_table): Delete it.
2192 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2193 charset_unibyte.
2194 (multibyte_char_to_unibyte_safe): Likewise.
2195 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2196
2197 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
2198 (x_produce_glyphs): Likewise.
2199
2200 * .gdbinit (xcharset): Fix the treating $arg0.
2201
2202 2009-07-04 Eli Zaretskii <eliz@gnu.org>
2203
2204 Emulation of `getloadavg' on MS-Windows.
2205 * w32.c: Include float.h
2206 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2207 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2208 (get_native_system_info, get_system_times): New functions.
2209 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2210 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2211 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2212 g_b_init_get_system_times, and num_of_processors.
2213
2214 2009-07-03 Jason Rumney <jasonr@gnu.org>
2215
2216 * w32term.c (w32_initialize): Use standard types.
2217
2218 2009-07-03 Eli Zaretskii <eliz@gnu.org>
2219
2220 * dired.c (Ffile_attributes): Decode user and group names by the
2221 locale's encoding. (Bug#3443)
2222
2223 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2224
2225 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2226 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2227
2228 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2229
2230 * term.c (init_tty): Remove spurious #ifdef.
2231
2232 * m/mips.h: Mention this file is also used for netbsd.
2233 * m/pmax.h: Remove file.
2234
2235 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2236
2237 * xterm.h (struct x_display_info): Add invisible_cursor.
2238 (struct x_output): Add current_cursor.
2239
2240 * xterm.c (XTtoggle_invisible_pointer): New function.
2241 (x_define_frame_cursor): Don't define cursor if invisible or the
2242 same as before. Set current_cursor.
2243 (x_create_terminal): Set toggle_invisible_pointer_hook.
2244
2245 * xfns.c (make_invisible_cursor): New function.
2246 (x_set_mouse_color): Call make_invisible_cursor.
2247 Set current_cursor.
2248 (x_window): Set current_cursor.
2249
2250 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2251
2252 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2253 inserting a character.
2254 (read_avail_input): Call frame_make_pointer_visible.
2255
2256 * frame.c (Vmake_pointer_invisible): New variable.
2257 (frame_make_pointer_invisible, frame_make_pointer_visible):
2258 New functions.
2259 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2260
2261 * frame.h: Declare frame_make_pointer_invisible and
2262 frame_make_pointer_visible.
2263 (struct frame): Add pointer_invisible.
2264
2265 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2266
2267 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2268 frame isn't visible.
2269 (xg_frame_resized): If width/height is -1, get size of window
2270 from X server.
2271
2272 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2273 for MapNotify.
2274
2275 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
2276 here or call change_frame_size. Just call flush_and_sync.
2277 (flush_and_sync): Reintroduce.
2278
2279 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2280
2281 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
2282
2283 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2284 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2285
2286 * frame.h: Declare Qsticky.
2287
2288 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2289
2290 * nsfns.m (ns_frame_parm_handlers): Ditto.
2291
2292 * frame.c: Declare Qsticky.
2293 (frame_parms): Add sticky.
2294
2295 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2296
2297 * xterm.h: Declare x_set_sticky.
2298
2299 * xterm.c (x_set_sticky): New function.
2300
2301 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2302 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2303 xg_tool_bar_proxy_help_callback.
2304
2305 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2306
2307 * frame.c: Qmaximized is new.
2308 (x_set_frame_parameters): Do not handle fullscreen specially.
2309 Only set width and height if explicitly set.
2310 (x_set_fullscreen): Handle Qmaximized.
2311 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2312 (syms_of_frame): Initialize Qmaximized.
2313
2314 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2315 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
2316
2317 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
2318 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2319 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
2320 set gravity to NorthWestGravity when USE_GTK.
2321 (set_wm_state): New function.
2322 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
2323 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2324 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
2325 or the case when no window manager is running. That means remove calls
2326 to x_real_positions and x_fullscreen_adjust.
2327
2328 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2329 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2330 flush_and_sync.
2331 (xg_height_changed): New function.
2332 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
2333 and gtk_window_set_policy. Set frame gravity after parsing the
2334 geometry string.
2335 (xg_update_frame_menubar, free_frame_menubar)
2336 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2337 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2338 Remove calls to xg_frame_set_char_size.
2339
2340 2009-07-01 Kenichi Handa <handa@m17n.org>
2341
2342 * keyboard.c (decode_keyboard_code): New function.
2343 (tty_read_avail_input): Decode the input bytes if necessary.
2344
2345 * coding.c (setup_coding_system):
2346 Initialize coding->carryover_bytes to 0.
2347 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2348 use Qno_conversion.
2349
2350 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2351
2352 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2353
2354 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
2357
2358 2009-06-30 Jason Rumney <jasonr@gnu.org>
2359
2360 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2361 is already loaded.
2362 Set user model ID if supported (bug#1849).
2363
2364 2009-06-29 Jim Meyering <meyering@redhat.com>
2365
2366 Remove useless if-before-xfree test.
2367 * nsfont.m (nsfont_close): Remove useless test.
2368 * term.c (delete_tty): Likewise.
2369 * w32.c (system_process_attributes): Likewise.
2370 * w32font.c (w32font_close): Likewise.
2371 * xfaces.c (x_free_gc): Likewise.
2372 * xselect.c (buffer): Likewise.
2373
2374 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2375
2376 * process.c (send_process): Keep decoded string in a local
2377 variable and protect it from GC. (Bug#3521)
2378
2379 2009-06-28 Eli Zaretskii <eliz@gnu.org>
2380
2381 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2382 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2383
2384 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * xdisp.c (start_display, handle_face_prop)
2387 (move_it_vertically_backward, cursor_row_fully_visible_p)
2388 (redisplay_window, try_window_id, produce_image_glyph):
2389 Delete some #ifdef-ed out code chunks that are now obsolete.
2390
2391 * xterm.c (x_update_window_begin, x_new_focus_frame)
2392 (x_scroll_bar_handle_click, handle_one_xevent)
2393 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2394 (x_make_frame_visible, x_make_frame_invisible)
2395 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2396 code chunks that are now obsolete.
2397
2398 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
2399
2400 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2401 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2402 for hours, when optimzation is enabled.
2403 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2404 (xd_read_message): Make them static.
2405
2406 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2407
2408 * term.c (turn_on_face): Allow simultaneously bold and dim
2409 terminal faces (Bug#3530).
2410
2411 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2414
2415 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2416 truncation glyphs (Bug#3686).
2417
2418 2009-06-27 Glenn Morris <rgm@gnu.org>
2419
2420 * m/pmax.h: Restore file, with only netbsd portions.
2421
2422 2009-06-26 David Reitter <david.reitter@gmail.com>
2423
2424 * nsterm.m (keydown): Avoid infinite loop.
2425
2426 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2427
2428 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2429 the arg FORCE_SYMBOL.
2430
2431 2009-06-25 Kenichi Handa <handa@m17n.org>
2432
2433 * fontset.c (fontset_find_font): When a usable rfont_def is found
2434 in a fallback font-group, make it the first element of the group.
2435
2436 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2439
2440 2009-06-24 Kenichi Handa <handa@m17n.org>
2441
2442 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2443 set for C.
2444 (fontset_font): Record the availability of a font for C both in
2445 the realized fontsets of the current one and the default one.
2446
2447 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2448
2449 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2450 conditional, it is always defined on AIX.
2451
2452 2009-06-23 Miles Bader <miles@gnu.org>
2453
2454 * window.c (Vrecenter_redisplay): New variable.
2455 (syms_of_window): Initialize it.
2456 (Qtty): New extern declaration.
2457 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2458
2459 2009-06-23 Jim Meyering <meyering@redhat.com>
2460
2461 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2462 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
2463 pointer dereferences are guaranteed to be valid.
2464
2465 2009-06-23 Kenichi Handa <handa@m17n.org>
2466
2467 * emacs.c (main): Call init_font ().
2468
2469 * font.h (Vfont_log): Extern it.
2470 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2471
2472 * font.c (font_sort_entities, font_list_entities)
2473 (font_matching_entity, font_open_entity)
2474 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2475 (Vfont_log): Delete static.
2476 (font_log_env_checked): Delete this variable.
2477 (font_add_log): Don't check font_log_env_checked.
2478 (font_deferred_log): Check Vfont_log.
2479 (init_font): New function.
2480
2481 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2482
2483 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2484
2485 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2486
2487 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2488
2489 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2490 (face_for_char): Don't call font_deferred_log here.
2491 (font_for_char): Likewise.
2492
2493 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2496 rather than its background_width for drawing the overline and
2497 underline (Bug#489).
2498
2499 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2500 rather than its background_width for drawing the overline and
2501 underline (Bug#489).
2502 (xg_default_icon_file): New variable.
2503 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2504 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
2505
2506 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2507 (load_overlay_strings): Remove externs.
2508 (fast_find_position): Function deleted.
2509 (mouse_face_from_buffer_pos): New function, based on
2510 fast_find_position. Correctly handle before-strings,
2511 display-strings, and after-strings (Bug#1220).
2512 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2513
2514 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
2517 (move_it_in_display_line_to, move_it_in_display_line_to)
2518 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2519
2520 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * Branch for 23.1.
2523
2524 2009-06-21 Jason Rumney <jasonr@gnu.org>
2525
2526 * w32term.c (keyboard_codepage): New static variable.
2527 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2528 (w32_read_socket) [WM_CHAR]: Use it to decode character
2529 input (bug#3237).
2530 (w32_initialize): Initialize it.
2531 (codepage_for_locale): New function.
2532
2533 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
2534
2535 * process.c (status_message): Pass Faset index argument as a lisp
2536 object, so as to work with USE_LISP_UNION_TYPE.
2537
2538 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2539
2540 * coding.c (Ffind_coding_systems_region_internal):
2541 Cache checked characters.
2542
2543 2009-06-18 Kenichi Handa <handa@m17n.org>
2544
2545 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
2546
2547 2009-06-18 Andreas Schwab <aschwab@redhat.com>
2548
2549 * xdisp.c (redisplay_internal): Check that the frame is still
2550 live after redisplay of its windows.
2551 (redisplay_windows): Check that the window is still live.
2552
2553 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2554
2555 * coding.c (detect_coding_utf_16): Fix previous change.
2556
2557 2009-06-16 Kenichi Handa <handa@m17n.org>
2558
2559 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
2560 UTF-16 by checking the dispersion of Eth and Oth bytes.
2561
2562 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
2563
2564 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
2565
2566 2009-06-15 Kenichi Handa <handa@m17n.org>
2567
2568 * process.c (status_message): Fix previous change. Be sure to
2569 decode a localized string.
2570
2571 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2572
2573 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
2574 add comment explaining why.
2575
2576 2009-06-14 Sidney Markowitz <sidney@sidney.com>
2577
2578 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
2579
2580 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
2581
2582 * nsfont.m (ns_attribute_value): Remove.
2583 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
2584 (ns_has_attribute): Shrink the normal range.
2585 (ns_findfonts): Don't worry about requested spec in determining
2586 need for synthItal.
2587 (ns_get_covering_families): Retain scriptToFamilies.
2588
2589 2009-06-14 Seiji Zenitani <zenitani@mac.com>
2590
2591 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2592
2593 2009-06-11 Kenichi Handa <handa@m17n.org>
2594
2595 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2596 overhang for the static composition case.
2597
2598 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2599
2600 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2601 overhang for the automatic composition case.
2602
2603 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
2604 composition case.
2605
2606 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * xdisp.c (get_next_display_element): When handling wrap-prefix
2609 and line-prefix, treat \n as a control character (bug#3502).
2610
2611 2009-06-10 Kenichi Handa <handa@m17n.org>
2612
2613 * font.c (font_parse_family_registry): Fix for one-char foundry.
2614 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
2615
2616 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
2617
2618 * process.c (status_message): Fix handling of multibyte signal
2619 string (Bug#3499).
2620
2621 2009-06-09 Jim Meyering <meyering@redhat.com>
2622
2623 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
2624 color name is missing.
2625
2626 2009-06-09 Kenichi Handa <handa@m17n.org>
2627
2628 * charset.c (Fmap_charset_chars): In docstring, state clearly that
2629 FROM-CODE and TO-CODE are codepoints of CHARSET.
2630
2631 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2632
2633 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
2634
2635 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2636
2637 Changes to support :script/:lang/:otf in NS font driver.
2638 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
2639 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
2640 indicate not part of font driver interface, and change callers.
2641 (ns_get_family): Remove pointless null check.
2642 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
2643 ns_spec_to_descriptor, ns_descriptor_to_entity.
2644 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
2645 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
2646 (ns_spec_to_descriptor, ns_descriptor_to_entity)
2647 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
2648 (ns_get_req_script, ns_accumulate_script_ranges)
2649 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
2650 New functions.
2651 (nsfont_list, nsfont_match): Use ns_findfonts.
2652 (nsfont_open): Use font descriptor instead of traits.
2653 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
2654 (dump_glyphstring): Rename to ns_dump_glyphstring.
2655
2656 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
2657
2658 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
2659
2660 * fontset.c (fontset_from_font): Remove NS-specific code.
2661
2662 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
2663
2664 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
2665 nonactive windows.
2666
2667 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
2668
2669 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
2670
2671 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2672
2673 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
2674
2675 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
2678 account for the overflowing of newlines into the last glyph on the
2679 display line (Bug#3482).
2680
2681 2009-06-05 David Reitter <david.reitter@gmail.com>
2682
2683 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
2684 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
2685 Fns_selection_exists_p, Fns_selection_owner_p.
2686
2687 2009-06-03 Jason Rumney <jasonr@gnu.org>
2688
2689 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
2690 available. (Bug#3379)
2691
2692 2009-05-29 Kenichi Handa <handa@m17n.org>
2693
2694 * coding.c (get_translation_table):
2695 Check Venable_character_translation.
2696
2697 2009-05-26 David Reitter <david.reitter@gmail.com>
2698
2699 * nsterm.m (ns_raise_frame): Only raise frame if visible.
2700 (x_make_frame_visible): Move frame to front rather than calling
2701 ns_raise_frame().
2702 (keyDown:): Do not swallow events that aren't re-sent if frame
2703 isn't key window.
2704 (drawRect:): Do not set visibility/iconified flags because
2705 drawRect may be called by NSView even if the frame is hidden.
2706
2707 * nsfns.m (Fx_create_frame): Follow other ports in
2708 determining visibility; default to t. Ensure async_visible is set.
2709
2710 2009-05-23 Eli Zaretskii <eliz@gnu.org>
2711
2712 * dired.c (Ffile_attributes): Doc fix.
2713
2714 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
2717
2718 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
2721 and xfont_scratch_props.
2722 (syms_of_xfont): Do it here instead.
2723 (xfont_find_ccl_program): Delete, unused.
2724 (xfont_open): Delete unused var `i'.
2725
2726 2009-05-21 Kenichi Handa <handa@m17n.org>
2727
2728 * fontset.c (Qlatin): Don't make it static.
2729
2730 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
2731 New functions.
2732 (xfont_scripts_cache, xfont_scratch_props): New variables.
2733 (Qlatin, Vscalable_fonts_allowed): Extern it.
2734 (xfont_list_pattern): Argument changed. Callers changed.
2735 Check Vscalable_fonts_allowed. Check the support of a script.
2736 (xfont_list): Don't reject a font spec with :script property.
2737 (xfont_has_char): Fix setting of encoding.
2738 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
2739 xfont_scratch_props.
2740
2741 2009-05-19 Kenichi Handa <handa@m17n.org>
2742
2743 * font.c (font_sort_entities): Rename from font_sort_entites.
2744 Callers changed.
2745
2746 2009-05-18 Kenichi Handa <handa@m17n.org>
2747
2748 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2749
2750 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
2753 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2754
2755 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2756
2757 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
2758 (x_delete_terminal): Dissociate resource database from display and
2759 then call XrmDestroyDatabase before closing display.
2760
2761 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2762
2763 * nsterm.m (ns_read_socket): Remove unused variable.
2764 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
2765 whether selected frame is viable before raising it (based on patch
2766 by David Reitter), and improve commentary.
2767 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
2768
2769 2009-05-15 Kenichi Handa <handa@m17n.org>
2770
2771 * font.c (Ffont_spec): Check arguments.
2772
2773 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
2776 weight when testing attributes (Bug#3282).
2777
2778 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2779
2780 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
2781 what we expect to get in the next ConfigureNotify event.
2782
2783 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
2784 before Xft one (Bug#1696).
2785
2786 2009-05-07 David Reitter <david.reitter@gmail.com>
2787
2788 * nsfns.m (Fx_display_planes): Compute bitplanes using
2789 NSBitsPerPixelFromDepth (Bug#3207).
2790
2791 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2794
2795 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
2796
2797 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2798
2799 2009-05-07 David Reitter <david.reitter@gmail.com>
2800
2801 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
2802 Respect mouse face background.
2803
2804 2009-05-07 David Reitter <david.reitter@gmail.com>
2805
2806 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
2807 Mouse movement/highlight: bracket drawing operations
2808 in ns_update_begin and ns_update_end.
2809
2810 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * nsfns.m (ns_get_screen): Rewrite.
2813 Don't presume selected-frame is of type `ns'.
2814
2815 * font.c (font_update_drivers): Sanity fallback to avoid disabling
2816 all drivers.
2817
2818 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
2819
2820 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2821
2822 * keyboard.h (add_user_signal): Fix typo in extern.
2823
2824 * lisp.h (add_user_signal): Remove extern.
2825
2826 * unexelf.c (unexec): Consider a section to precede the .bss section
2827 if its addresses overlap that of .bss.
2828 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
2829 instead of dumping process.
2830
2831 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
2834
2835 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
2838
2839 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2840
2841 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
2842 any statements.
2843
2844 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
2845
2846 * process.c (read_process_output): Make sure the current buffer is
2847 always restored.
2848
2849 * coding.c (record_conversion_result): Don't modify
2850 Vlast_code_conversion_error for successful result.
2851 (alloc_destination): Don't clobber conversion result. (Bug#1650)
2852
2853 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2854
2855 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
2856 (load_charset_map): Remove unnecessary code.
2857
2858 2009-04-30 David Reitter <david.reitter@gmail.com>
2859
2860 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
2861 through f24.
2862
2863 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * xfaces.c (face_at_buffer_position): New arg base_face_id.
2866
2867 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
2868 face_at_buffer_position.
2869 (face_before_or_after_it_pos, get_next_display_element)
2870 (note_mouse_highlight): Update face_at_buffer_position call.
2871
2872 * term.c (term_mouse_highlight):
2873 * msdos.c (IT_note_mouse_highlight):
2874 * fontset.c (Finternal_char_font):
2875 * font.c (font_at, font_range): Update face_at_buffer_position call.
2876
2877 * dispextern.h (face_at_buffer_position): Update prototype.
2878
2879 2009-04-30 Kenichi Handa <handa@m17n.org>
2880
2881 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
2882
2883 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
2884
2885 * callproc.c (Fcall_process): Fix GC protection. Make sure
2886 current buffer is always restored.
2887
2888 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2889
2890 * atimer.c (init_atimer): Also clear stopped_atimers.
2891
2892 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
2893
2894 * process.c (create_process): Clean up merger residues of
2895 2008-07-17 change.
2896
2897 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
2898
2899 * lread.c (Vread_circle): New variable.
2900 (read1): Disable recursive read if Vread_circle is nil.
2901
2902 2009-04-29 Kenichi Handa <handa@m17n.org>
2903
2904 * fontset.h (set_default_ascii_font): Delete extern.
2905
2906 * fontset.c (set_default_ascii_font): Delete this unused function.
2907
2908 * frame.c (x_set_font): When ARG is a font-object, check if the
2909 font-object matches with the ASCII font-spec of the frame's
2910 fontset. If not, create a new fontset for the frame. (Bug #3075)
2911
2912 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
2913
2914 * fns.c (Flocale_info): Protect vector from GC during decoding.
2915
2916 * process.c (Fstart_process): Protect argv strings from GC during
2917 encoding.
2918
2919 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2920
2921 * sysdep.c: Include <ctype.h>.
2922
2923 2009-04-27 David Reitter <david.reitter@gmail.com>
2924
2925 * nsfont.m (nsfont_open): Remove unused variable shrink.
2926 Remove commented-out code.
2927
2928 2009-04-26 Johan Bockgård <bojohan@gnu.org>
2929
2930 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2931
2932 2009-04-25 Jason Rumney <jasonr@gnu.org>
2933
2934 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
2935
2936 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2937
2938 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
2939 Swap bytes in short integer if fringe bitmap width > 8.
2940
2941 2009-04-23 Kenichi Handa <handa@m17n.org>
2942
2943 * xfaces.c (Fx_list_fonts): If a font size is specified in
2944 PATTERN, set it in returned scalable fonts.
2945
2946 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * keyboard.c (Fset_input_meta_mode): Doc fix.
2949
2950 * dispnew.c (Fsend_string_to_terminal): Doc fix.
2951
2952 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
2953
2954 * coding.c (Fterminal_coding_system): Doc fix.
2955
2956 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
2957 (Fx_display_pixel_height, Fx_display_planes)
2958 (Fx_display_color_cells, Fx_server_max_request_size)
2959 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2960 (Fx_display_mm_height, Fx_display_mm_width)
2961 (Fx_display_backing_store, Fx_display_visual_class)
2962 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
2963 Doc fixes, replacing "terminal id" with "terminal object".
2964 (check_x_display_info): Handle terminal objects instead of
2965 terminal ids.
2966
2967 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
2968 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
2969 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
2970 Doc fixes, replacing "terminal id" with "terminal object".
2971
2972 2009-04-21 Kenichi Handa <handa@m17n.org>
2973
2974 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
2975 (font_score): Check AVGWIDTH too.
2976
2977 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
2978 worst case.
2979 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
2980 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
2981
2982 2009-04-19 Jason Rumney <jasonr@gnu.org>
2983
2984 The following changes fix Bug#3005 for wide glyphs on each platform,
2985 without reintroducing Bug#1258 for stretch glyphs.
2986
2987 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
2988 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
2989 get_phys_cursor_geometry.
2990
2991 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
2992 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
2993 using get_phys_cursor_geometry.
2994
2995 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
2996 correctly calculated.
2997
2998 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2999
3000 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3001 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3002 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3003 is deprecated.
3004
3005 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3006
3007 * font.c (font_put_frame_data): Use xfree instead of free.
3008
3009 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * w32font.c (Qja, Qko): Remove declarations.
3012 (syms_of_w32font): Don't DEFSYM them.
3013
3014 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3017
3018 * font.h (Qja, Qko): Extern them.
3019
3020 * ftfont.c (Qja, Qko): Remove declarations.
3021
3022 * xfont.c (Qja, Qko): Remove declarations.
3023
3024 2009-04-17 Kenichi Handa <handa@m17n.org>
3025
3026 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3027 string from a vector to handle Latin-1 characters correctly.
3028
3029 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3030 entity even if the cache hits.
3031
3032 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3033
3034 * search.c (boyer_moore): Use zero as marker value for a possible
3035 match instead of depending on overflow behavior. (Bug#2844)
3036
3037 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3038 * lisp.h: Adjust prototypes.
3039
3040 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3043 change (Bug#3003).
3044
3045 2009-04-16 Kenichi Handa <handa@m17n.org>
3046
3047 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3048
3049 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3050 adstyle.
3051
3052 * ftfont.c (Qja, Qko): Don't make them static.
3053 (enum ftfont_cache_for): New enum.
3054 (fc_charset_table): Undo the previous change.
3055 (ftfont_get_latin1_charset): Delete it.
3056 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3057 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
3058 non-scarable font, try to get AVERAGE_WIDTH.
3059 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3060 Change ft_face_cache from a list of a hash-table. Don't check
3061 `ja' and `ko' adstyle here.
3062 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3063 FTFONT_CACHE_FOR_CHARET.
3064 (ftfont_get_charset): Undo the previous change.
3065 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3066 (ftfont_close): Likewise.
3067 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3068
3069 * font.c (font_sort_entites): Change the meaning of the arg
3070 BEST-ONLY. Don't optimize for VEC of lenght 1.
3071 (font_select_entity): Just return the value of font_sort_entites.
3072
3073 * xfaces.c (merge_face_vectors): Reflect font properties in
3074 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3075 font_clear_prop if a face attribute doesn't change.
3076
3077 * charset.h (charset_ksc5601): Extern it.
3078
3079 * charset.c (charset_ksc5601): New variable.
3080 (Fdefine_charset_internal): Set charset_ksc5601.
3081 (init_charset_once): Initialize charset_ksc5601 to -1.
3082
3083 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3084
3085 * fileio.c (history_delete_duplicates): Remove unused declaration.
3086
3087 * callint.c (history_delete_duplicates): New declaration.
3088 (Fcall_interactively): Remove command history duplicates when
3089 history_delete_duplicates is true.
3090
3091 2009-04-14 Eli Zaretskii <eliz@gnu.org>
3092
3093 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3094
3095 2009-04-14 Kenichi Handa <handa@m17n.org>
3096
3097 * font.c (Ffont_info): Fix docstring. Fix the second element of
3098 the returned value (bug#2949).
3099
3100 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3103
3104 2009-04-14 Kenichi Handa <handa@m17n.org>
3105
3106 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3107 encoding charset is ascii_compatible.
3108
3109 * charset.c (Fdefine_charset_internal): Make charset
3110 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3111 code_offset is 0, and covers all ASCII characters.
3112
3113 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3116 (ns_string_to_pasteboard_internal):
3117 * nsmenu.m (process_dialog):
3118 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3119 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3120 * lisp.h (Fx_load_color_file): Declare.
3121
3122 2009-04-13 Kenichi Handa <handa@m17n.org>
3123
3124 * font.c (font_delete_unmatched): Preserve the order of list elements.
3125 (font_select_entity): Suppress the code to optimize for the same
3126 kind of fonts.
3127 (font_load_for_lface): Get a font that supports at least ASCII
3128 characters.
3129
3130 * ftfont.c (Qja, Qko): New variables.
3131 (fc_charset_table): Delete uniquifier data for iso8859-1.
3132 (ftfont_get_latin1_charset): New function.
3133 (get_adstyle_property): New function.
3134 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3135 bitmap fonts.
3136 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3137 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3138 `ko' or `ja'.
3139 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
3140 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
3141 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3142 property.
3143 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3144 (syms_of_ftfont): DEFSYM Qja and Qko.
3145
3146 2009-04-09 Kenichi Handa <handa@m17n.org>
3147
3148 * charset.c (map_charset_chars): For a charset of `superset'
3149 method, fix calculation of code range.
3150
3151 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3152 from the list of extra properties.
3153 (font_clear_prop): Be sure to delete `:name' font property.
3154
3155 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3156
3157 * dispnew.c (redraw_overlapping_rows): Fix detection of
3158 overlapping for topmost and bottommost rows.
3159
3160 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
3161
3162 2009-04-06 Jason Rumney <jasonr@gnu.org>
3163
3164 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3165
3166 2009-04-06 Kenichi Handa <handa@m17n.org>
3167
3168 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3169
3170 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3171
3172 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3173
3174 * ftfont.c (ftfont_open): Fix checking of the return value of
3175 FT_Load_Char. Fix setting font->underline_thickness.
3176
3177 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3180 (Fterminal_parameters, Fterminal_parameter)
3181 (Fset_terminal_parameter): In doc string, refer to terminal
3182 objects rather than terminal ids.
3183
3184 2009-04-04 Eli Zaretskii <eliz@gnu.org>
3185
3186 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3187 ret_lim_data. (Bug#2867)
3188
3189 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3192 so they don't get wider than the window, matching 2006-01-23
3193 change to the partner function in xdisp.c (Bug#2800).
3194
3195 2009-04-03 Kenichi Handa <handa@m17n.org>
3196
3197 * print.c (print_object): Make each lowest sub_char_table start a
3198 new line (Bug#2866).
3199
3200 2009-04-02 Kenichi Handa <handa@m17n.org>
3201
3202 * fontset.c (fontset_font): Record no-font when a fontset
3203 explicitly tells not to try another font-specs.
3204
3205 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3206
3207 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3208
3209 2009-03-30 Kenichi Handa <handa@m17n.org>
3210
3211 * fontset.c (fontset_from_font): Specify only registry in a
3212 font-spec for all characters supported by that registry.
3213
3214 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3215 even if HAVE_M17N_FLT is not defined.
3216
3217 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3218
3219 * ftfont.c: Conditionalize prototyping and use of
3220 ftfont_variation_glyphs.
3221
3222 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * frame.c (delete_frame): Work around compiler bug.
3225
3226 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3227 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3228 Some more EMACS_INT.
3229 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3230
3231 * xdisp.c (dump_glyph): Fix typo.
3232
3233 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3234 (adjust_markers_gap_motion, adjust_markers_for_delete)
3235 (adjust_markers_for_insert, adjust_point)
3236 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3237 (make_gap, copy_text, count_size_as_multibyte, insert)
3238 (insert_and_inherit, insert_before_markers)
3239 (insert_before_markers_and_inherit, insert_1)
3240 (count_combining_before, count_combining_after, insert_1_both)
3241 (insert_from_string, insert_from_string_before_markers)
3242 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3243 (insert_from_buffer_1, adjust_after_replace)
3244 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3245 (replace_range_2, del_range, del_range_1, del_range_byte)
3246 (del_range_both, del_range_2, modify_region)
3247 (prepare_to_modify_buffer, signal_before_change)
3248 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3249 for buffer positions and sizes.
3250 * lisp.h: Adjust prototypes accordingly.
3251
3252 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3253 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3254 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3255
3256 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3257
3258 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3259
3260 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3261 lines and columns so we keep the same pixel height and width.
3262
3263 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3264 the property _NET_WM_STATE has changed.
3265 (x_handle_net_wm_state): New function to update frame parameter
3266 fullscreen.
3267 (x_term_init): Initialize atoms for _NET_WM_STATE.
3268
3269 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3270
3271 2009-03-27 Kevin Ryde <user42@zip.com.au>
3272
3273 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3274 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3275 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3276 (Fgpm_mouse_stop): Pass that new parameter.
3277 * termhooks.h (close_gpm): Adjust prototype.
3278
3279 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * lisp.h (Fx_focus_frame): Declare.
3282
3283 * callint.c (Fcall_interactively): For '^' just delegate the work to
3284 handle-shift-selection.
3285 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3286
3287 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3288
3289 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3290
3291 * data.c (Qinteractive_form): New variable.
3292 (Finteractive_form): Use it.
3293
3294 * eval.c (Fcommandp): Use Qinteractive_form.
3295
3296 2009-03-24 Jason Rumney <jasonr@gnu.org>
3297
3298 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3299 Calculate total size precisely. Decode environment variables
3300 before substituting. (Bug#38)
3301
3302 2009-03-24 Kenichi Handa <handa@m17n.org>
3303
3304 * font.c (find_font_encoding): Return Qnil for unsupported
3305 encoding (Bug#2722).
3306
3307 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3308
3309 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3310 that gdpy is set.
3311
3312 2009-03-22 Alan Mackenzie <acm@muc.de>
3313
3314 * callint.c (Finteractive): Clarify the doc string - even
3315 promptless elements need \n separators.
3316
3317 2009-03-22 Jason Rumney <jasonr@gnu.org>
3318
3319 * w32term.c (syms_of_w32term): Doc fix for
3320 x-use-underline-position-properties.
3321
3322 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3323
3324 * w32.c (getpwuid): Change argument type to unsigned.
3325 (struct w32_id): Change type of `rid' member to unsigned.
3326 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3327 argument ID to unsigned. All callers changed.
3328 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3329
3330 2009-03-20 Eli Zaretskii <eliz@gnu.org>
3331
3332 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3333 negative, produce a float value.
3334
3335 * dired.c (make_uid, make_gid): New functions.
3336 (Ffile_attributes): Use them to avoid negative UID and GID.
3337
3338 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3341 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3342 Fix typos in docstrings.
3343
3344 2009-03-19 Kenichi Handa <handa@m17n.org>
3345
3346 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
3347 changed, use font_load_for_lface to get a new font object.
3348 Call free_realized_fontset after handling ASCII font change.
3349
3350 * frame.c (x_set_font): Handle the case that ARG is a cons.
3351
3352 2009-03-19 Glenn Morris <rgm@gnu.org>
3353
3354 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3355
3356 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3359
3360 2009-03-19 Kenichi Handa <handa@m17n.org>
3361
3362 * charset.c (load_charset_map_from_file): When a mapfile can't be
3363 loaded, signal an error.
3364
3365 2009-03-18 Eli Zaretskii <eliz@gnu.org>
3366
3367 * dired.c (Ffile_attributes): Make sure UID and GID are always
3368 positive, even if the value is too large for a positive EMACS_INT.
3369 Doc fix.
3370
3371 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3372
3373 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3374
3375 * xmenu.c (xdialog_show): Move Fredisplay call ...
3376 (Fx_popup_dialog): ... here.
3377
3378 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * dired.c (file_name_completion): Disable the first optimization just
3381 installed, since it is not implemented correctly.
3382
3383 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * dired.c (file_name_completion): Check completion-ignored-extensions
3386 only if the entry can affect bestmatch.
3387 Stop the search early, as Ftry_completion already does.
3388
3389 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
3392
3393 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
3394
3395 * keyboard.c (parse_menu_item): Don't display remappings as menu
3396 equivalent bindings (Bug#788).
3397
3398 2009-03-15 Jason Rumney <jasonr@gnu.org>
3399
3400 * w32term.h (WM_EMACS_PAINT): New message.
3401 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3402 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3403 before passing to lisp thread. (Bug#950)
3404
3405 2009-03-14 David Reitter <david.reitter@gmail.com>
3406
3407 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3408 variable as it was never reset.
3409 (ns_term_init): Remove initialization of Lisp-settable defaults
3410 and ns_expand_space.
3411 (-setPanelFromDefaultValues): Remove ns_expand_space.
3412 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3413 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
3414 i.e. no additional spacing, similar to Carbon port.
3415
3416 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3417 * nsfns.m (ns-popup-prefs-panel): Remove.
3418
3419 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3420
3421 * sound.c (alsa_configure): Remove call to deprecated
3422 snd_pcm_sw_params_set_xfer_align.
3423
3424 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
3425
3426 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3427 after clicking in a detached tool bar.
3428 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3429
3430 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3433 int/Lisp_Object mixup).
3434
3435 2009-03-13 Kenichi Handa <handa@m17n.org>
3436
3437 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
3438 Handle NAME nil and t correctly. Callers changed.
3439 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3440 (set_fontset_font): Change ARG to a vector. Handle range_list in
3441 ARG correctly.
3442 (Fset_fontset_font): Fix the case that TARGET is both a script
3443 name and charset name. Adjust the arg to set_fontset_font for
3444 the above change.
3445 (fontset_from_font): Fix previous change.
3446 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
3447 entry. If FONTSET is the default fontset, don't set the extra
3448 slot of the returning char-table.
3449
3450 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
3451
3452 * nsfns.m (Fx_close_connection): Doc fix.
3453 (Fns_do_applescript): Reflow docstring.
3454 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3455 (Fx_display_pixel_width, Fx_display_pixel_height)
3456 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3457 Fix typos in docstrings.
3458 (Fns_set_alpha): Fix typos in error messages.
3459
3460 2009-03-12 David Reitter <david.reitter@gmail.com>
3461
3462 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
3463 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3464 were used for such events.
3465
3466 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3467 (toggleToolbar, performDragOperation, runHelp): Use it.
3468
3469 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
3470 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3471
3472 2009-03-11 Kenichi Handa <handa@m17n.org>
3473
3474 * font.h (font_open_by_spec): Extern it.
3475
3476 * font.c (font_open_by_spec): New function.
3477 (font_open_by_name): Use font_open_by_spec.
3478
3479 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3480 fontset of the frame.
3481
3482 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3483 modify the default font of frames that use this fontset.
3484 (num_auto_fontsets): New variable.
3485 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3486 name. Be sure to set FONTSET_ASCII to the correct font name.
3487 (update_auto_fontset_alist): New function.
3488
3489 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * makefile.w32-in: Update dependencies.
3492
3493 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3494
3495 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3496
3497 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3500
3501 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3502
3503 * lread.c (Feval_buffer): Doc fix.
3504
3505 2009-03-09 Kenichi Handa <handa@m17n.org>
3506
3507 * charset.c (Qfile_name_handler_alist): Extern it.
3508 (load_charset_map_from_file): Temporarily bind
3509 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3510
3511 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3512
3513 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3514 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
3515
3516 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3517
3518 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3519 (x_set_window_size): Change back to calculated method of setting
3520 toolbar height under Cocoa. (Bug#2546)
3521 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3522 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3523
3524 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3525
3526 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3527 accelerator in parens under GNUstep.
3528
3529 2009-03-06 Kenichi Handa <handa@m17n.org>
3530
3531 These changes are to detect incorrect composition sequence without
3532 looking ahead the source. (Bug#2370)
3533
3534 * coding.h: Include "composite.h".
3535 (enum compisition_state): New enum.
3536 (struct compisition_status): New struct.
3537 (struct iso_2022_spec): New member cmp_status.
3538 (struct emacs_mule_spec): New struct.
3539 (struct coding_system): New members ctext_extended_segment_len and
3540 embedded_utf_8. Change the union member
3541 spec.emacs_mule_full_support to spec.emacs_mule.
3542
3543 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3544 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
3545 (MAX_ANNOTATION_LENGTH): Define to 5.
3546 (ADD_COMPOSITION_DATA): New arg nbytes.
3547 (emacs_mule_char): New arg cmp_status.
3548 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3549 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3550 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3551 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3552 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3553 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3554 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3555 (EMACS_MULE_COMPOSITION_END): New macro.
3556 (emacs_mule_finish_composition): New function.
3557 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
3558 (decode_coding_emacs_mule): Avoid long looking ahead while
3559 handling composition.
3560 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
3561 (ENCODE_COMPOSITION_RULE): New macro.
3562 (finish_composition): New function.
3563 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
3564 (DECODE_COMPOSITION_START): New implementation.
3565 (DECODE_COMPOSITION_END): Likewise.
3566 (STORE_COMPOSITION_RULE): New macro.
3567 (decode_coding_iso_2022): Avoid long looking ahead while handling
3568 composition, CTEXT extended segment, and embedded UTF-8.
3569 (setup_coding_system): For a coding of type iso-2022, reset
3570 CODING_ISO_EXTSEGMENT_LEN (coding) and
3571 CODING_ISO_EMBEDDED_UTF_8 (coding).
3572 (get_translation): Delete arguments last_block, from_nchars,
3573 to_nchars. Callers changed.
3574 (produce_chars): Don't modify charbuf. Adjusted for the change of
3575 get_translation.
3576 (produce_composition): Adjust for the new annotation sequence.
3577 (handle_composition_annotation): Likewise.
3578 (consume_chars): Adjust for the change of get_translation.
3579
3580 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3581
3582 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
3583
3584 2009-03-05 Kenichi Handa <handa@m17n.org>
3585
3586 * font.c (font_select_entity): New function.
3587 (font_find_for_lface): Use font_select_entity to select a font.
3588
3589 * fontset.c (fontset_find_font): If a font found without
3590 restricting to the characters C doesn't support C, try to find a
3591 font with C restriction.
3592
3593 2009-03-04 Nikolaj Schumacher <me@nschum.de>
3594
3595 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
3596
3597 2009-03-04 Jason Rumney <jasonr@gnu.org>
3598
3599 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
3600 characters that have already been read. (Bug#2569)
3601
3602 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
3603 Log an error message if check_image_size failed.
3604 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
3605 (gs_load): Mention max-image-size in size error message. (Bug#2560)
3606
3607 2009-03-02 Eli Zaretskii <eliz@gnu.org>
3608
3609 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
3610 when decoding process output.
3611
3612 2009-03-01 Richard M Stallman <rms@gnu.org>
3613
3614 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
3615
3616 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
3617
3618 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3619
3620 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
3621 (decode_coding_emacs_mule, decode_coding_iso_2022)
3622 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3623 (decode_coding_raw_text, decode_coding_charset)
3624 (setup_coding_system, decode_eol, decode_coding, consume_chars):
3625 Honor inhibit-eol-conversion. (Bug #2186)
3626
3627 2009-02-28 Jason Rumney <jasonr@gnu.org>
3628
3629 * coding.c (detect_coding_charset): If not checking latin extra,
3630 fail on characters between 0x80 and 0xA0. (Bug#2354)
3631
3632 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3633
3634 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
3635 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
3636
3637 2009-02-27 Glenn Morris <rgm@gnu.org>
3638
3639 * callint.c (Finteractive): Doc fix.
3640
3641 2009-02-27 Kenichi Handa <handa@m17n.org>
3642
3643 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
3644
3645 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * font.c (font_style_to_value): Set value for unknown symbols to
3648 100 instead of 255.
3649 (weight_table, slant_table, width_table): Treat "unspecified" as
3650 the default value.
3651
3652 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
3653
3654 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
3655
3656 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
3657
3658 * lread.c (Fload): Stop checking Vloads_in_progress and signal
3659 error as soon as a recursive load is detected.
3660
3661 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3662
3663 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
3664 before caching.
3665
3666 2009-02-24 Kenichi Handa <handa@m17n.org>
3667
3668 * fontset.c (fontset_find_font): Fix the condition for checking
3669 unavailable font.
3670
3671 2009-02-24 Glenn Morris <rgm@gnu.org>
3672
3673 * xfaces.c (Finternal_set_font_selection_order): Remove leading
3674 whitespace that confuses documentation.
3675
3676 2009-02-23 Miles Bader <miles@gnu.org>
3677
3678 * process.c (Flist_system_processes, Fprocess_attributes)
3679 (syms_of_process): Rename `system-process-attributes' to
3680 `process-attributes'.
3681
3682 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
3683
3684 * coding.h (struct coding_system): Make safe_charsets a pointer to
3685 unsigned char.
3686 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
3687 being 255.
3688 (SAFE_CHARSET_P): Likewise.
3689 (setup_iso_safe_charsets): Properly setup safe_charsets.
3690 (Fdefine_coding_system_internal): Likewise.
3691 (setup_coding_system): Likewise. Remove unneeded casts.
3692 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
3693 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
3694 unneeded casts.
3695
3696 * insdel.c (del_range_2): Don't modify gap contents when called
3697 from decode_coding_object. (Bug#1809)
3698
3699 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
3702 Qfont_object.
3703 (Ftype_of): Recognize font objects.
3704
3705 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
3706
3707 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
3708 moved to data.c.
3709
3710 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3711
3712 * nsterm.m (x_make_frame_invisible): Unset async_visible,
3713 async_iconified. Based on a patch by Christian Lynbech
3714 <christian.lynbech@tieto.com>.
3715 (EmacsView-windowDidMiniaturize:): Unset async_visible.
3716
3717 2009-02-20 Glenn Morris <rgm@gnu.org>
3718
3719 * syntax.c (Fskip_chars_forward): Fix doc typo.
3720
3721 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
3724
3725 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
3728
3729 2009-02-19 Kenichi Handa <handa@m17n.org>
3730
3731 * coding.c (detect_coding): Preserve coding->mode.
3732 Don't overflow coding->carryover. (Bug#2370)
3733
3734 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3735
3736 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
3737
3738 2009-02-18 Kenichi Handa <handa@m17n.org>
3739
3740 * font.c (font_check_otf_features): Fix handling of `nil' element.
3741 (Ffont_spec): Describe :lang and :otf in the docstring.
3742
3743 2009-02-16 Andreas Schwab <schwab@suse.de>
3744
3745 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
3746 string.
3747
3748 2009-02-16 Kenichi Handa <handa@m17n.org>
3749
3750 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
3751 (Bug#1723)
3752
3753 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
3756
3757 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
3758 (handle_line_prefix): Suppress wrapping of wrap prefixes.
3759
3760 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3761
3762 * msdos.c (MAX_SCREEN_BUF): New macro.
3763 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
3764 Encode the entire run of glyphs sharing the same face, instead of
3765 doing that one glyph at a time (fixes a bug with displaying
3766 double-size characters).
3767
3768 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3769
3770 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
3771
3772 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
3773 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
3774 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
3775
3776 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
3777 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
3778
3779 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
3782 invisible areas.
3783
3784 2009-02-12 Jason Rumney <jasonr@gnu.org>
3785
3786 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
3787 (add_font_entity_to_list): Call check_face_name even when family
3788 is unspecified.
3789
3790 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3791 Release DC when finished. Use NULL window to refer to desktop.
3792 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
3793
3794 * w32font.c (add_font_entity_to_list): Fix check for substituted
3795 raster fonts. (Bug#2219)
3796
3797 2009-02-12 Kenichi Handa <handa@m17n.org>
3798
3799 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
3800 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
3801 (autocmp_chars): Use fast_looking_at. Don't compose more
3802 characters than MAX_COMPOSITION_COMPONENTS.
3803 (find_automatic_composition): While looking forward and backward,
3804 check static composition. Fix where to stop looking forward.
3805 (composition_adjust_point): Fix checking of static composition.
3806 (Fcomposition_get_gstring): Pay attention to
3807 MAX_COMPOSITION_COMPONENTS.
3808
3809 * lisp.h (fast_looking_at): Extern it.
3810
3811 * search.c (fast_looking_at): New function.
3812
3813 * term.c (encode_terminal_code): Adjust for the change of
3814 <struct glyph>.u.cmp.to.
3815 (append_composite_glyph): Likewise.
3816
3817 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
3818 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
3819 composition.
3820 (append_composite_glyph): Adjust for the change of
3821 <strcut glyph>.u.cmp.to.
3822
3823 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
3824
3825 * casetab.c (init_casetab_once):
3826 * coding.c (ALLOC_CONVERSION_WORK_AREA):
3827 * font.c (font_update_lface):
3828 * fontset.c (Fnew_fontset):
3829 * ftfont.c (ftfont_drive_otf):
3830 * xfont.c (xfont_open):
3831 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
3832
3833 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * fileio.c (Fwrite_region): !NILP -> CONSP.
3836
3837 2009-02-10 Andreas Schwab <schwab@suse.de>
3838
3839 * process.c (send_process): Properly relocate pointer into data
3840 when using encoded data. (Bug#2272)
3841
3842 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
3843
3844 * coding.c (detect_coding_charset): Fix previous change.
3845
3846 2009-02-08 Jason Rumney <jasonr@gnu.org>
3847
3848 * w32fns.c (w32_hide_hourglass): Handle case where frame
3849 disappeared while hourglass was displayed. (Bug #2193)
3850
3851 2009-02-07 Andreas Schwab <schwab@suse.de>
3852
3853 * unexelf.c (unexec): Fix error message.
3854
3855 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
3856
3857 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
3858 when modal window is active. (Bug #2152)
3859 (applicationShouldTerminate:): Remove now-unneeded while loop
3860 around NSRunAlertPanel.
3861
3862 * nsmenu.m (popupSession): New file-global variable.
3863 (pop_down_menu): End the popupSession before closing dialog.
3864 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
3865 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
3866 don't query NSApp for events (just sleep instead).
3867
3868 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3869
3870 * coding.c (syms_of_coding) <translation-table-for-input>:
3871 Modify doc string to discourage use for character code unification.
3872
3873 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3874
3875 * atimer.c (run_timers): Update pending_atimers.
3876
3877 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * image.c (svg_load_image): Fix last change.
3880
3881 * xfns.c (Fx_create_frame): Signal an error if no font is
3882 found (Bug#2147).
3883
3884 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
3885
3886 * character.c (syms_of_character) <script-representative-chars>:
3887 Fix typo in docstring.
3888
3889 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3890
3891 * nsmenu.m (pop_down_menu): New function.
3892 (ns_popup_dialog): Call it on unwind.
3893 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
3894 call timer_check() (Bug#2154).
3895 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
3896 handling_signal is set.
3897 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
3898
3899 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
3900
3901 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
3902
3903 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
3904
3905 * keyboard.c (poll_for_input_1, handle_async_input):
3906 Set handling_signal under HAVE_NS.
3907
3908 2009-02-04 Glenn Morris <rgm@gnu.org>
3909
3910 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
3911
3912 2009-02-04 Kenichi Handa <handa@m17n.org>
3913
3914 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
3915
3916 * charset.c (Fchar_charset): New optional arg restriction.
3917
3918 * coding.h (coding_system_charset_list): Extern it.
3919
3920 * coding.c (coding_system_charset_list): New function.
3921
3922 * composite.c: Include coding.h and termhooks.h.
3923 (composition_gstring_p): Fix for the terminal case.
3924 (composition_gstring_width): Likewise.
3925 (fill_gstring_body): Likewise.
3926 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
3927 the frame.
3928 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
3929 is within a composition.
3930 (Fcomposition_get_gstring): Fix the terminal case.
3931
3932 * term.c (encode_terminal_code): Fix handling of composition.
3933 (produce_composite_glyph): For static composition, get pixel_width
3934 from struct composition.
3935
3936 2009-02-02 Andreas Schwab <schwab@suse.de>
3937
3938 * unexelf.c (unexec): Handle unaligned bss offset.
3939
3940 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3941
3942 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
3943 XT,w32read_socket changes to ns_read_socket.
3944
3945 * keyboard.c (handle_interrupt): Don't call
3946 quit_throw_to_read_char() under NS.
3947
3948 * blockinput.h: Remove NS-specific code.
3949
3950 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
3951
3952 * dispnew.c (window_change_signal): Don't try to get the size of a
3953 suspended tty frame.
3954 * term.c (Fresume_tty): Resize if the size has changed while the
3955 tty was suspended.
3956
3957 * alloc.c (mark_stack): Properly conditionalize previous change.
3958
3959 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
3962 * w32term.c (w32_read_socket) [SYNC_INPUT]:
3963 Remove; this code is not used on Windows.
3964
3965 2009-01-30 Eli Zaretskii <eliz@gnu.org>
3966
3967 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
3968 EOLs that also has stray ^M characters.
3969
3970 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * atimer.c (run_timers, alarm_signal_handler):
3973 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
3974 * w32inevt.c (w32_console_read_socket):
3975 * w32term.c (w32_read_socket):
3976 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
3977
3978 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
3981 Initialize it as a relative filename pattern.
3982 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
3983 (Fcall_process_region): Simplify temp file creation using
3984 temporary-file-directory.
3985
3986 2009-01-29 Eli Zaretskii <eliz@gnu.org>
3987
3988 * msdos.c: Rename pending_signals to msdos_pending_signals.
3989 (sig_suspender, sigprocmask): Adjust.
3990
3991 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * keyboard.c (pending_signals): New var.
3994 (poll_for_input, input_available_signal, init_keyboard): Set it.
3995 (process_pending_signals): New function.
3996
3997 * lisp.h (QUIT): Check pending_signals instead of
3998 interrupt_input_pending. Use process_pending_signals.
3999
4000 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4001
4002 * process.c (wait_reading_process_output): Use process_pending_signals.
4003
4004 * sysdep.c (emacs_write): Use process_pending_signals.
4005
4006 * xterm.c (XTread_socket): Update pending_signals.
4007
4008 * w32term.c (w32_read_socket): Update pending_signals.
4009
4010 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4011
4012 2009-01-29 Kenichi Handa <handa@m17n.org>
4013
4014 * xftfont.c (xftfont_has_char): New function.
4015 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4016
4017 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4018
4019 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4020 under GNUstep.
4021 (ns_query_color): New declaration.
4022
4023 * nsterm.m (ns_confirm_quit): New variable.
4024 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4025 (EmacsApp-applicationShouldTerminate:): Use it.
4026 (EmacsPrefsController): Let user set it.
4027 (ns_query_color): New function.
4028 (ns_defined_color): Use it.
4029 (ns_initialize): Drop.
4030 (ns_term_init): Add two lines from ns_initialize(), and set
4031 input_interrupt_mode to nil.
4032
4033 * image.c (svg_load_image): Don't right-shift background RGB when
4034 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4035
4036 2009-01-28 Kenichi Handa <handa@m17n.org>
4037
4038 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4039 (fontset_get_font_group): Remember that no font-group is specified
4040 for C.
4041
4042 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * fns.c (concat): Check for string overflow (bug#1787).
4045
4046 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4047 Quadruple undo limits (bug#1501).
4048
4049 2009-01-27 Kenichi Handa <handa@m17n.org>
4050
4051 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4052 directly use GT_Get_Char_index.
4053
4054 * xftfont.c (struct xftfont_info): New member `index'.
4055
4056 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4057 (Ffontset_font): Adjust for the change of fontset entry.
4058
4059 2009-01-26 Kenichi Handa <handa@m17n.org>
4060
4061 * fontset.c (fontset_find_font): Fix handling of non-cons return
4062 value of fontset_get_font_group.
4063 (fontset_font): Revert last change.
4064
4065 2009-01-26 Jason Rumney <jasonr@gnu.org>
4066
4067 * w32font.c (w32font_list_internal): Return quickly if registry is
4068 unknown. Simplify final return.
4069 (add_font_entity_to_list): Break complex logic down into more
4070 manageable chunks. Move unknown registry check to
4071 w32font_list_internal.
4072
4073 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4074
4075 Changes to remove Feval calls from GUI under NS.
4076
4077 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4078 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4079 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4080
4081 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4082 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4083 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4084 instead of NON_ASCII_KEYSTROKE_EVENT.
4085 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4086 (EmacsApp-applicationShouldTerminate:): Query user.
4087 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4088 instead of Feval.
4089
4090 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4091
4092 * keyboard.c (kbd_buffer_get_event): Check for it.
4093 (keys_of_keyboard): Define lispy keys for
4094 ns-put/unput-working-text.
4095
4096 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4097 versions.
4098 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4099
4100 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4103 setting current_buffer directly. (Bug#2044)
4104
4105 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * fontset.c (fontset_font): If we know there is no font, don't do
4108 any work. (Bug#1952, bug#1990).
4109
4110 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
4111
4112 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4113
4114 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4115 (ns_no_defaults): New declaration.
4116 (main): Use it.
4117
4118 * nsterm.h (ns_no_defaults): New declaration.
4119
4120 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
4121
4122 * nsterm.m (ns_no_defaults): New variable.
4123 (ns_initialize): Don't read defaults when ns_no_defaults.
4124 (EmacsView-readSelectionFromPasteboard:)
4125 (writeSelectionToPasteboard:types:): New stubbed-out methods for
4126 NSServicesRequests protocol. (Bug#1435)
4127 (ns_dumpglyphs_stretch): New function.
4128 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
4129 of 2008-11-15 to other terms. (Bug#615)
4130
4131 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4132
4133 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4134
4135 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4136 call for Sparc64.
4137
4138 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4139
4140 * nsfns.m:
4141 * nsgui.h:
4142 * nsmenu.m:
4143 * nsselect.m:
4144 * nsterm.h:
4145 * nsterm.m: Remove '23' comments that indicated code added during
4146 update from emacs-20 -> emacs-23.
4147
4148 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4149
4150 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
4151 ns_alternate_modifier. (Bug#1217)
4152
4153 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4154 Display all shortcuts, including those w/o super modifier.
4155
4156 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4157
4158 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * fileio.c (Vwrite_region_post_annotation_function)
4161 (Vwrite_region_annotation_buffers): New vars.
4162 (build_annotations_unwind): Just reset
4163 Vwrite_region_annotation_buffers.
4164 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4165 Call write-region-post-annotation-function.
4166 (build_annotations): Add to Vwrite_region_annotation_buffers if
4167 buffer changes.
4168
4169 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4170
4171 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4172 Tiger.
4173 * nsfns.m (ns_do_applescript):
4174 Conditionalize typeUTF16ExternalRepresentation on Tiger.
4175
4176 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4177
4178 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4179
4180 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4181
4182 * nsmenu.m (NSMENUPROFILE): Change #if style.
4183
4184 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4185
4186 * nsterm.m (x_set_frame_alpha): Add prototype.
4187 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4188 handle Ctrl-tab. (Bug#1841)
4189 (ns_get_color): Use unsigned long long for scanned hex string value.
4190 (ns_term_shutdown): Abort on non SIGTERM signals.
4191 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
4192 (EmacsPrefsController-setPanelFromDefaultValues): New function.
4193 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
4194 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
4195 (ns_defined_color): Fix settings of the XColor variable fields:
4196 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
4197
4198 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
4199 DPI. (Bug#1316)
4200 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4201 values in onTiger section.
4202
4203 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4206 Check return value of font_spec_from_name.
4207 (Fx_list_fonts): Doc fix. (Bug#1951)
4208
4209 * font.c (font_spec_from_name): Return Qnil if font name could not
4210 be parsed.
4211 (font_parse_name): Treat a `?' character as part of an XLFD.
4212
4213 * fns.c (Fsubstring): Doc fix.
4214
4215 2009-01-19 Kenichi Handa <handa@m17n.org>
4216
4217 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
4218 (ftfont_list): Likewise.
4219
4220 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * dbusbind.c (Fdbus_register_signal):
4223 * process.c (conv_sockaddr_to_lisp):
4224 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4225
4226 * callproc.c (Fgetenv_internal): Doc fix.
4227
4228 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4231 it is not even used.
4232
4233 2009-01-16 Glenn Morris <rgm@gnu.org>
4234
4235 * font.c (Ffont_variation_glyphs): Silence compiler.
4236
4237 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4240 Reported by David Robinow <drobinow@gmail.com>.
4241
4242 2009-01-15 Kenichi Handa <handa@m17n.org>
4243
4244 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4245
4246 2009-01-14 Jason Rumney <jasonr@gnu.org>
4247
4248 * frame.c (x_set_font): Always store a font to the font parameter,
4249 never a fontset. (Bug#1562)
4250
4251 2009-01-14 Kenichi Handa <handa@m17n.org>
4252
4253 * coding.c (TWO_MORE_BYTES): New macro.
4254 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
4255
4256 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * font.c (font_clear_prop): If clearing the family, clear the font
4259 width index too.
4260
4261 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4262
4263 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4266 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4267 functions, use sizeof.
4268
4269 2009-01-12 Martin Rudalics <rudalics@gmx.at>
4270
4271 * keyboard.c (read_char): Fix case where last_nonmenu_event
4272 returned a bad value with submenus. (Bug#447)
4273
4274 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4277 family, clear the font width index too.
4278
4279 2009-01-11 Jason Rumney <jasonr@gnu.org>
4280
4281 * keyboard.c (cmd_error_internal): Exit when errors occur before
4282 frame creation and not in daemon mode. (Bug#1836)
4283
4284 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4287 of a display vector, backtrack.
4288 (try_window_reusing_current_matrix): Check glyph type before
4289 referencing charpos member.
4290
4291 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4292
4293 Fix Bug #876:
4294
4295 * coding.c (inhibit_null_byte_detection): New variable.
4296 (detect_coding, detect_coding_system): Don't pay attention to null
4297 bytes if inhibit_null_byte_detection is non-zero.
4298 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
4299 <inhibit-iso-escape-detection>: Doc fix.
4300
4301 2009-01-09 Jason Rumney <jasonr@gnu.org>
4302
4303 * w32font.c (add_font_entity_to_list): Don't report unknown
4304 Windows charset as any unrecognized registry. (Bug#1548)
4305 Only report Unicode Plane 2 fonts as unicode-sip.
4306
4307 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * xfaces.c (Fx_font_family_list): Delete function.
4310 Move compatibility version to faces.el.
4311
4312 * font.c (Ffont_family_list): Return a list of strings, not symbols.
4313
4314 2009-01-09 Martin Rudalics <rudalics@gmx.at>
4315
4316 * frame.c (x_set_frame_parameters): Remember requested value for
4317 fullscreen before it's reset by the parameter handler.
4318
4319 2009-01-09 Glenn Morris <rgm@gnu.org>
4320
4321 * keyboard.c (last_command_char): For clarity, rename to...
4322 (last_command_event): ... and update all users.
4323 (last_input_char): For clarity, rename to...
4324 (last_input_event): ... and update all users.
4325 (last-command-char, last-input-char): Move to subr.el as aliases.
4326 * cmds.c, commands.h: Update for last_command_char rename.
4327
4328 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * font.c (font_open_for_lface): Handle unspecified height attribute.
4331
4332 2009-01-08 Jason Rumney <jasonr@gnu.org>
4333
4334 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4335 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4336 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4337 Don't declare.
4338 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
4339 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4340
4341 2009-01-07 Kenichi Handa <handa@m17n.org>
4342
4343 * fileio.c (Finsert_file_contents): In the case of replace,
4344 remember the coding system used for decoding in
4345 coding_system (Bug#1039).
4346
4347 * coding.c (decode_coding_utf_8): Check byte_after_cr before
4348 breaking the loop. (Bug#870)
4349 (decode_coding_utf_16, decode_coding_emacs_mule)
4350 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4351 (decode_coding_charset): Likewise.
4352
4353 2009-01-05 Martin Rudalics <rudalics@gmx.at>
4354
4355 * frame.c (x_set_frame_parameters): Make sure height (width) get
4356 applied when fullwidth (fullheight) is set. (Bug#1522)
4357
4358 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4361 (utc_base): Declare as ULONGLONG, not long double.
4362 (convert_time_raw): Delete.
4363 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4364 (initialize_utc_base): New function.
4365 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4366 (convert_from_time_t): Use initialize_utc_base; compute result with
4367 64-bit arithmetic.
4368 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4369
4370 2009-01-03 Eli Zaretskii <eliz@gnu.org>
4371
4372 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
4373 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4374 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4375 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4376 [!subprocesses]: Define.
4377 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4378 (Flist_system_processes, Fsystem_process_attributes)
4379 [!subprocesses]: Call list_system_processes and
4380 system_process_attributes instead of returning Qnil.
4381
4382 * dosfns.c (system_process_attributes, list_system_processes):
4383 New functions.
4384
4385 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4386
4387 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4388 Don't use the default (no-op) implementation.
4389
4390 2009-01-03 Jason Rumney <jasonr@gnu.org>
4391
4392 * keyboard.c (parse_modifiers_uncached): Wheel events are
4393 clicks (bug#687).
4394
4395 * w32term.c (x_query_colors, x_query_color): New functions.
4396
4397 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4398 (svg_load_image): Cast returned pointers from dynamically loaded
4399 functions. Eliminate W32 specific code.
4400
4401 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4402
4403 * nsfns.m (x_set_foreground_color, x_set_background_color)
4404 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4405 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4406 x_ prefix instead of ns_. Update references.
4407 (syms_of_nsfns): Add a FIXME comment.
4408
4409 * nsterm.m (x_set_cursor_type): New prototype.
4410 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4411
4412 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4413 for Solaris instead of incorrectly providing Qutime and Qcutime.
4414
4415 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4416
4417 * w32.c (process_times): Compute sum of utime and stime.
4418 (system_process_attributes): Add Qtime to the alist.
4419
4420 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4421 and add them to the alist.
4422
4423 * process.c (top level) <Qtime, Qctime>: New variables.
4424 (syms_of_process): staticpro them.
4425 (Fsystem_process_attributes): Add their documentation to the doc
4426 string.
4427
4428 * process.h: Declare Qtime and Qctime.
4429
4430 2009-01-02 Jason Rumney <jasonr@gnu.org>
4431
4432 * image.c (Qgobject): New symbol.
4433 (syms_of_image): Initialize it.
4434 (init_svg_functions): Load some functions from gobject library.
4435
4436 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 * frame.c (make_terminal_frame): Remove redundant code and useless
4439 block.
4440
4441 2009-01-01 Andreas Schwab <schwab@suse.de>
4442
4443 * process.c (conv_sockaddr_to_lisp): Add workaround for
4444 getsockname bug on BSD.
4445
4446 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * xfns.c (x_create_tip_frame): Set border width of the X window.
4449
4450 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
4451
4452 2009-01-01 Jason Rumney <jasonr@gnu.org>
4453
4454 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
4455 Don't block input, as per earlier xterm.c changes.
4456
4457 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4458
4459 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4460 (ns_appkit_version_int): New function.
4461 (x-server-version): Use ns_appkit_version_int and follow 21+
4462 convention of returning 3 integers.
4463
4464 2008-12-30 Kenichi Handa <handa@m17n.org>
4465
4466 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4467 (CHAR_SURROGATE_PAIR_P): New macro.
4468
4469 * font.h (struct font_driver): New member get_variation_glyphs.
4470
4471 * font.c (font_range): Don't require a font for a variation selector.
4472 (Ffont_variation_glyphs): New function.
4473 (syms_of_font): Defsubr it.
4474
4475 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4476 ftfont_variation_glyphs.
4477 (setup_otf_gstring): New function.
4478 (ftfont_drive_otf): Use it.
4479 (ftfont_shape_by_flt): Handle variation selector.
4480 (ftfont_variation_glyphs): New function.
4481
4482 2008-12-30 Martin Rudalics <rudalics@gmx.at>
4483
4484 * frame.c (Vemacs_iconified): Remove.
4485
4486 2008-12-30 Jason Rumney <jasonr@gnu.org>
4487
4488 * frame.c (store_frame_param, x_get_arg): Enable newer code on
4489 WINDOWSNT too, as related changes have already been synced. (Bug#117)
4490
4491 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * indent.c (Fvertical_motion): Don't advance iterator if we have
4494 reseated to the desired position.
4495
4496 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4497 checking for pos match.
4498
4499 2008-12-30 Kenichi Handa <handa@m17n.org>
4500
4501 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4502 just get the low 8-bit of the code.
4503
4504 * font.c (font_intern_prop): Validate str as multibyte.
4505
4506 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4507
4508 * dispextern.h (struct face): Move lface and hash from the middle
4509 of bitfields.
4510
4511 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4512
4513 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4514
4515 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4516 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4517 instead of intervals.h.
4518
4519 2008-12-26 Andreas Schwab <schwab@suse.de>
4520
4521 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4522 cons.
4523
4524 2008-12-26 Martin Rudalics <rudalics@gmx.at>
4525
4526 * textprop.c (Qminibuffer_prompt): New variable.
4527 (syms_of_textprop): Initialize it.
4528 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4529 in minibuffer-prompt face. (Bug#1662)
4530
4531 2008-12-25 Jason Rumney <jasonr@gnu.org>
4532
4533 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4534
4535 2008-12-24 Jason Rumney <jasonr@gnu.org>
4536
4537 * ralloc.c (r_alloc_reset_variable): New function.
4538
4539 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
4540 record of what points where. (Bug#716)
4541
4542 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4543
4544 * minibuf.c (read_minibuf): Follow the non-interactive case when
4545 running as a daemon, before detaching.
4546
4547 2008-12-22 Andreas Schwab <schwab@suse.de>
4548
4549 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4550 * gtkutil.c (free_widget_value): Use xfree instead of free.
4551
4552 2008-12-22 Martin Rudalics <rudalics@gmx.at>
4553
4554 * frame.c (delete_frame): New function derived from
4555 Fdelete_frame to handle Qnoelisp value for FORCE argument.
4556 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
4557 (Fdelete_frame): Call delete_frame. Remove line from doc-string
4558 saying that FORCE non-nil doesn't run `delete-frame-functions'.
4559 * frame.h: Extern delete_frame.
4560 * window.c (window_loop):
4561 * terminal.c (delete_terminal):
4562 * xterm.c (x_connection_closed):
4563 * xfns.c (Fx_hide_tip):
4564 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
4565
4566 2008-12-21 Jason Rumney <jasonr@gnu.org>
4567
4568 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
4569 when character maps to .notdef character.
4570
4571 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
4574
4575 2008-12-20 Jason Rumney <jasonr@gnu.org>
4576
4577 * frame.c (Fmake_terminal_frame): Raise an error when called from
4578 a graphical frame on Windows. (Bug#1325)
4579
4580 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
4581
4582 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
4583
4584 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * minibuf.c (Fread_buffer): Doc fix.
4587
4588 2008-12-20 Jason Rumney <jasonr@gnu.org>
4589
4590 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
4591 server name in UNC paths. (Bug#719)
4592
4593 * coding.c (decode_coding): Clear chars_at_source flag when using
4594 charbuf. (Bug#1035)
4595
4596 2008-12-19 Daniel Engeler <engeler@gmail.com>
4597
4598 * sysdep.c (serial_configure): Fix typo.
4599
4600 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4601
4602 * sysdep.c: Include alloca.h.
4603 (system_process_attributes): Add implementation for Solaris.
4604
4605 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
4606
4607 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4608
4609 Reorganize implementation of Flist_system_processes and
4610 Fsystem_process_attributes. No functional changes.
4611 * process.c: Don't #include pwd.h, grp.h and limits.h.
4612 (Flist_system_processes): Just call list_system_processes.
4613 (Fsystem_process_attributes): Just call system_process_attributes.
4614 (procfs_list_system_processes, time_from_jiffies)
4615 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4616 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
4617
4618 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
4619 (list_system_processes): Rename from
4620 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
4621 Provide a do nothing implementation.
4622 (system_process_attributes): Rename from
4623 procfs_list_system_processes.
4624 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4625 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
4626
4627 * w32.c (list_system_processes): Rename from
4628 w32_list_system_processes.
4629 (system_process_attributes): Rename from
4630 w32_system_process_attributes.
4631
4632 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
4633
4634 * process.h (w32_list_system_processes)
4635 (w32_system_process_attributes): Remove.
4636 (list_system_processes, system_process_attributes):
4637 New prototypes.
4638
4639 2008-12-19 Kenichi Handa <handa@m17n.org>
4640
4641 * xfont.c (xfont_decode_coding_xlfd): New function.
4642 (xfont_encode_coding_xlfd): New function.
4643 (xfont_list_pattern): Decode XLFD by iso-8859-1.
4644 (xfont_list): Decode and encode XLFD by iso-8859-1.
4645 (xfont_match): Likewise.
4646 (xfont_list_family): Likewise.
4647 (xfont_open): Likewise.
4648
4649 * ftfont.c (ftfont_open): Generate a multibyte string if given
4650 names are utf-8.
4651
4652 * xftfont.c (xftfont_open): Generate a multibyte string if given
4653 names are utf-8.
4654
4655 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
4656
4657 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
4658 changed.
4659 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
4660 clicked on a detached tool bar button.
4661
4662 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4663
4664 * emacs.c (main): Print and error and exit when no data is read
4665 from the pipe.
4666
4667 2008-12-17 Jason Rumney <jasonr@gnu.org>
4668
4669 * w32font.c (w32font_has_char): Always return -1.
4670
4671 2008-12-16 Kenichi Handa <handa@m17n.org>
4672
4673 * font.c (font_open_entity): Fix previous change.
4674
4675 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
4676
4677 * process.c: Include <limits.h>.
4678
4679 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
4680
4681 * font.c (font_update_drivers): Fix mistake in reconstructing the
4682 driver list.
4683
4684 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
4685
4686 * font.c (font_clear_cache): Fix format of font cache data.
4687
4688 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * xftfont.c (xftfont_open): Free Xft font pattern if
4691 XftFontOpenPattern fails.
4692
4693 * xterm.c (x_free_frame_resources): Remove extraneous call to
4694 free_frame_faces.
4695
4696 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * xterm.c (x_delete_display): Move xim_close_dpy call to
4699 x_delete_terminal.
4700 (x_delete_terminal): Call xim_close_dpy.
4701
4702 2008-12-13 Jason Rumney <jasonr@gnu.org>
4703
4704 * w32font.c (intern_font_name): New function.
4705 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
4706 (w32font_open_internal, Fx_select_font): Decode font name.
4707 (fill_in_logfont, list_all_matching_fonts): Encode font name.
4708
4709 * w32font.h (intern_font_name): Declare new function.
4710
4711 * w32uniscribe.c (add_opentype_font_name_to_list):
4712 Use intern_font_name.
4713
4714 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * frame.c (Fdelete_frame): Call free_font_driver_list.
4717
4718 * font.c (free_font_driver_list): Implement missing function.
4719
4720 * w32term.c (w32_term_init): Don't initialize the image cache
4721 here; it will be done in init_frame_faces.
4722
4723 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
4724 (struct x_display_info): Remove unused member null_pixel. New
4725 member xim_callback_data.
4726
4727 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
4728 (xim_initialize): Save pointer to callback function data.
4729 (xim_close_dpy): Free callback function data. Call XCloseIM,
4730 reverting 2008-11-04 change by David Smith.
4731 (x_term_init): Don't initialize the image cache here; it will be
4732 done in init_frame_faces. Remove ancient "null_pixel" cruft.
4733 (x_delete_display): Free x_dnd_atoms member.
4734
4735 2008-12-13 Kenichi Handa <handa@m17n.org>
4736
4737 * font.c (font_rescale_ratio): Moved from xfaces.c.
4738 Argument type changed. Handle a font-spec too.
4739 (font_score): Check Vface_font_rescale_alist.
4740 (font_open_entity): Likewise. (Bug#1547)
4741
4742 * xfaces.c (font_rescale_ratio): Moved to font.c.
4743
4744 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
4747
4748 2008-12-12 Jason Rumney <jasonr@gnu.org>
4749
4750 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
4751 Vwindow_system_version to the real w32 major version.
4752
4753 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
4754
4755 * term.c (init_tty): Move setting the terminal name before the
4756 potential user: maybe_fatal.
4757
4758 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
4759
4760 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
4761 all callers changed. Call free_frame_faces to free the face cache.
4762
4763 2008-12-11 Jason Rumney <jasonr@gnu.org>
4764
4765 * w32font.c (fill_in_logfont): Don't assume symbol script means
4766 SYMBOL_CHARSET. (Bug#547)
4767
4768 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
4769 size for surrogates. (Bug#1096, bug#872)
4770
4771 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4772
4773 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
4774
4775 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * process.c (Fsystem_process_attributes, syms_of_process):
4778 Fix typo in name of Ssystem_process_attributes.
4779 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
4780
4781 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * syntax.c (Fmodify_syntax_entry): Doc fix.
4784
4785 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * font.c (Ffont_spec): Move usage to end of docstring.
4788
4789 2008-12-10 Jason Rumney <jasonr@gnu.org>
4790
4791 * w32font.c (Qcham): New symbol.
4792 (font_supported_scripts): Add cham, and comments for other new
4793 scripts in bitfield from OpenType spec.
4794 (add_font_entity_to_list): Limit unicode-sip fonts to those that
4795 contain characters beyond the bmp.
4796
4797 2008-12-10 Kenichi Handa <handa@m17n.org>
4798
4799 * ftfont.c (fc_charset_table): Add "unicode-sip".
4800 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
4801 Qunicode_sip.
4802
4803 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * coding.c (QCdefault_char): Rename from QCdefalut_char.
4806 (Fcoding_system_put): Use QCdefault_char.
4807 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
4808
4809 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * xftfont.c (syms_of_xftfont): Fix typo.
4812
4813 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
4814
4815 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4816
4817 * emacs.c (main): Close daemon_pipe on exec.
4818
4819 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * termchar.h (struct tty): New members termcap_term_buffer and
4822 termcap_strings_buffer.
4823
4824 * term.c (encode_terminal_code): Free any previous memory blocks
4825 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
4826 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
4827 All callers changed.
4828 (init_tty): Store termcap data and string buffers in new struct
4829 tty members termcap_term_buffer and termcap_strings_buffer.
4830 (delete_tty): Free them.
4831 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
4832
4833 2008-12-07 Seiji Zenitani <zenitani@mac.com>
4834
4835 * nsfns.m (ns_set_background_color): Remove code duplication.
4836 It was a substitute for face-transparency on OS X 10.3.
4837
4838 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * coding.c (make_conversion_work_buffer): Disable buffer
4841 modification hooks in the work buffer.
4842
4843 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4844
4845 * process.c (procfs_system_process_attributes): If `nread' has a
4846 negative value, assign zero to it.
4847
4848 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
4849
4850 * eval.c (Vdebug_on_error): Doc fix.
4851
4852 2008-12-05 Kenichi Handa <handa@m17n.org>
4853
4854 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4855 second character is a combining character.
4856
4857 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4858
4859 * process.c (procfs_system_process_attributes): Don't use cmd,
4860 cmdsize, and q without initializing them first.
4861
4862 2008-12-04 Jason Rumney <jasonr@gnu.org>
4863
4864 * w32font.c (w32font_draw): Initialize orig_clip before getting
4865 it, and delete it when finished.
4866
4867 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4868
4869 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
4870 case when running as a daemon before detaching.
4871
4872 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
4873
4874 * w32.c (init_environment): Don't unload library shell32.dll.
4875
4876 2008-12-03 Kenichi Handa <handa@m17n.org>
4877
4878 * font.c (font_at): Set `multibyte' at first.
4879
4880 * coding.c (decode_coding_charset): Check type of an element of
4881 vector VALIDS.
4882 (encode_coding_emacs_mule): Be sure to set `code'.
4883
4884 * fontset.c (face_for_char): Handle invalid charset property correctly.
4885 (font_for_char): Likewise.
4886
4887 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * font.c (Fopen_font): Compute pixel size correctly.
4890 (font_update_lface): Handle fonts with corrupted size specs,
4891 i.e. non-int and non-float.
4892
4893 * ftfont.c (ftfont_match): Initialize entity variable.
4894 (ftfont_resolve_generic_family): Avoid using uninitialized var.
4895 (ftfont_list_family): Initialize list var earlier.
4896
4897 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
4898
4899 * xterm.c (x_draw_glyph_string): Fall back on
4900 underline_minimum_offset for underline position.
4901
4902 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4903
4904 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
4905
4906 * character.c (c_string_width): Specify the type for LEN.
4907
4908 2008-12-03 Kenichi Handa <handa@m17n.org>
4909
4910 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
4911 (decode_coding_utf_8): Likewise.
4912 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4913 (produce_chars): Initialize consumed_chars to 0.
4914
4915 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * keyboard.c (make_lispy_position): Only use PT if the selected
4918 window is current.
4919
4920 2008-12-02 Andreas Schwab <schwab@suse.de>
4921
4922 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
4923
4924 * doprnt.c (doprnt1): Fix size of charbuf.
4925
4926 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * keyboard.c (timer_check): Revert last change.
4929
4930 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4933
4934 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * makefile.w32-in: Update dependencies.
4937 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
4938
4939 2008-12-01 Andreas Schwab <schwab@suse.de>
4940
4941 * font.c (register_font_driver): Use xmalloc.
4942 (font_put_frame_data): Likewise.
4943
4944 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * xfaces.c (realize_x_face): Make abort condition clearer.
4947
4948 * gtkutil.c (update_frame_tool_bar): Initialize variable.
4949
4950 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * keyboard.c (timer_check): After a timer runs, ensure that the
4953 selected window's buffer is current.
4954
4955 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
4958 It was accidentally restored by the Unicode merge.
4959
4960 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
4961
4962 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * w32proc.c: Include "coding.h".
4965 (Fw32_short_file_name): Encode filename passed to Windows API.
4966 (Fw32_long_file_name): Encode filename passed to Windows API and
4967 decode back the result. (Bug#1433)
4968
4969 2008-11-29 Kenichi Handa <handa@m17n.org>
4970
4971 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4972 not before accessing it.
4973
4974 * charset.c (Fdefine_charset_internal): After calculating
4975 min_char, max_char, and fastmap, copy the charset structure again.
4976 (encode_char): Fix the previous change.
4977
4978 2008-11-28 Seiji Zenitani <zenitani@mac.com>
4979
4980 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
4981
4982 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
4983
4984 * nsterm.m (x_set_frame_alpha): New function.
4985
4986 2008-11-27 Eli Zaretskii <eliz@gnu.org>
4987
4988 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
4989
4990 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
4993 pointer to check_face_name.
4994
4995 2008-11-27 Kenichi Handa <handa@m17n.org>
4996
4997 * category.h (SET_CATEGORY_SET): Call set_category_set.
4998 (set_category_set): Extern it.
4999
5000 * category.c (hash_get_category_set): New function.
5001 (Fmodify_category_entry): Adjusted for the change of
5002 char_table_ref_and_range. Call hash_get_category_set to get a
5003 category set to store in the table.
5004
5005 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5006 Funify_charset.
5007
5008 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5009 (DECODE_CHAR): Check if the decoder vector is ready.
5010 (ENCODE_CHAR): Check if the encoder char-table is ready.
5011 (maybe_unify_char): Extern it.
5012
5013 * charset.c (Vchar_unified_charset_table): Delete it.
5014 (inhibit_load_charset_map): New variable.
5015 (temp_charset_work): New variable.
5016 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5017 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5018 New macros.
5019 (load_charset_map): Meaning of control_flag changed. If
5020 inhibit_load_charset_map is nonzero, setup a table in
5021 temp_charset_work.
5022 (load_charset): New argument control_flag.
5023 (map_charset_for_dump): New function.
5024 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5025 map_charset_for_dump.
5026 (Fdefine_charset_internal): If the charset method is MAP, load
5027 mapping tables by calling load_charset.
5028 (Funify_charset): Don't load a mapping table but directly set
5029 Vchar_unify_table.
5030 (maybe_unify_char): New function.
5031 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5032 Handle the case of inhibit_load_charset_map being nonzero.
5033 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5034 Handle the case of inhibit_load_charset_map being nonzero.
5035 (Fclear_charset_maps): Just free temp_charset_work.
5036 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5037 variable.
5038
5039 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5040 change of char_table_ref_and_range.
5041 (char_table_ref_and_range): Change the meaning of argument FROM
5042 and TO. Now the caller must provide initial values for *FROM
5043 and *TO.
5044
5045 * fontset.c (fontset_add): Adjusted for the change of
5046 char_table_ref_and_range.
5047 (fontset_get_font_group): Likewise.
5048 (Ffontset_info): Likewise.
5049
5050 * keymap.c (describe_vector): Adjusted for the change of
5051 char_table_ref_and_range. For char-table, put boundary between
5052 non-ASCII and 8-bit characters.
5053
5054 * print.c (print_object): For bool-vector, delete unnecessary
5055 check of ASCII_BYTE_P.
5056
5057 2008-11-26 Jason Rumney <jasonr@gnu.org>
5058
5059 * w32font.c (w32font_open_internal): Don't include external
5060 leading in font height. (Bug#879)
5061
5062 2008-11-26 Glenn Morris <rgm@gnu.org>
5063
5064 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5065 redefinition with ifdef. (Bug#1383)
5066
5067 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5068
5069 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5070
5071 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5072
5073 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5074 New EmacsView methods.
5075 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5076 Fixes bug #1048,1357,1414.
5077
5078 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5079
5080 Fix bug #1362.
5081 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5082 is not an indexed color.
5083 * nsterm.m (free_indexed_color): Add argument checking.
5084 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5085
5086 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5089 Document confirm-after-completion value for
5090 minibuffer-completion-confirm.
5091
5092 2008-11-24 Jason Rumney <jasonr@gnu.org>
5093
5094 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5095 warning.
5096
5097 2008-11-23 Jason Rumney <jasonr@gnu.org>
5098
5099 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5100 restored before returning.
5101
5102 * w32font.c (check_face_name): New function.
5103 (add_font_entity_to_list): Use it to filter out common substituted
5104 fonts. (Bug#642)
5105
5106 2008-11-22 Martin Rudalics <rudalics@gmx.at>
5107
5108 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5109 confirm-nonexistent-file-or-buffer in doc-string.
5110
5111 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5114 Fix copy/paste typo. Add checks.
5115
5116 2008-11-21 Kenichi Handa <handa@m17n.org>
5117
5118 * coding.c (detect_coding_iso_2022): Reject invalid composition
5119 sequence.
5120 (DECODE_COMPOSITION_START): If the current source is the last
5121 block, and the current composition doesn't end, regard this
5122 sequence as invalid.
5123 (decode_coding_iso_2022): Handle invalid composition sequence.
5124
5125 2008-11-20 Martin Rudalics <rudalics@gmx.at>
5126
5127 * window.c (coordinates_in_window): Don't return
5128 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5129 line when the window is not the rightmost one. (Bug#1372)
5130
5131 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5132
5133 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5134
5135 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5136
5137 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5138 and bright_bg if noninteractive is non-zero.
5139
5140 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5141
5142 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5143 x_draw_glyph_string_background.
5144
5145 * w32term.c (x_draw_glyph_string): Likewise.
5146
5147 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5150 the next glyph string once past the overhang width.
5151
5152 * nsterm.m (ns_draw_glyph_string): Likewise.
5153
5154 * w32term.c (x_draw_glyph_string): Likewise.
5155
5156 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5157
5158 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5159 double file close.
5160
5161 2008-11-14 Martin Rudalics <rudalics@gmx.at>
5162
5163 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5164 dedicated status of window before attempting to display another
5165 buffer in it.
5166
5167 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * msdos.c (Fmsdos_long_file_names):
5170 (syms_of_msdos) <dos-unsupported-char-glyph>:
5171 * dosfns.c (Fint86): Fix typos in docstrings.
5172
5173 2008-11-14 Eli Zaretskii <eliz@gnu.org>
5174
5175 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5176
5177 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5180
5181 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5182
5183 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5184
5185 * frame.h: Negative alpha means "don't touch".
5186
5187 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5188
5189 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5190
5191 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5192
5193 * hftctl.c:
5194 * chpdef.h:
5195 * acldef.h: Remove files used only for systems no longer supported.
5196
5197 * Makefile.in: Fix .o alphabetical ordering.
5198 (hftctl.o): Remove dependency, file removed.
5199 (keymap.o, print.o): Depend on charset.h.
5200
5201 2008-11-10 Kenichi Handa <handa@m17n.org>
5202
5203 * character.c (Fget_byte): Fix and make it faster for unibyte target.
5204
5205 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * dired.c (file_name_completion): If completion_ignore_case is
5208 enabled, ignore case when checking completion-regexp-list.
5209
5210 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5211
5212 * vm-limit.c (get_lim_data): Fix last change.
5213
5214 2008-11-08 Kenichi Handa <handa@m17n.org>
5215
5216 * character.c (Fget_byte): New function.
5217 (syms_of_character): Defsubr Fget_byte.
5218
5219 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5222 cursor position is valid after scrolling.
5223
5224 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5227
5228 2008-11-06 Glenn Morris <rgm@gnu.org>
5229
5230 * xterm.c (handle_one_xevent): Don't let popup menus cause
5231 mouse-autoselect-window related window switching. (Bug#1261)
5232
5233 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5234
5235 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5236
5237 2008-11-04 Andreas Schwab <schwab@suse.de>
5238
5239 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5240
5241 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * xfns.c (Fx_wm_set_size_hint): New function.
5244
5245 2008-11-03 Martin Rudalics <rudalics@gmx.at>
5246
5247 * textprop.c (Fprevious_single_char_property_change): Return 0
5248 when there's no change in a string. (Bug#1301)
5249
5250 2008-11-02 Martin Rudalics <rudalics@gmx.at>
5251
5252 * frame.c (do_switch_frame): New argument NORECORD passed to
5253 Fselect_window.
5254 (Fselect_frame): New argument NORECORD passed to
5255 do_switch_frame.
5256 (Fset_frame_selected_window): New argument NORECORD passed to
5257 Fselect_frame.
5258 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5259 in call of do_switch_frame.
5260 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5261 Handle NORECORD argument in call of Fselect_frame.
5262 * lisp.h (do_switch_frame, Fselect_frame)
5263 (Fset_frame_selected_window): Adjust declarations.
5264 * window.c (select_frame_norecord): New function.
5265 (run_window_configuration_change_hook): Use it and call
5266 Fselect_frame with NORECORD set.
5267 (Fselect_window): Pass NORECORD to Fselect_frame.
5268 (Fset_window_configuration): Handle NORECORD argument in call of
5269 do_switch_frame.
5270 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5271 Fset_frame_selected_window.
5272 * keyboard.c (command_loop_1): Handle NORECORD in call of
5273 Fselect_frame (currently ifdefd).
5274
5275 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5276
5277 * emacs.c (USAGE2): Untabify.
5278
5279 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * composite.c (fill_gstring_header): Fix copy/paste typo.
5282
5283 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5284
5285 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5286 (Fother_window): Rename argument and rewrite doc-string.
5287 (select_window_norecord): Fix return value. (Bug#1276)
5288
5289 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5292 new frames overriding foreground for tooltips. Based on similar patch
5293 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5294
5295 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * emacs.c (Fdaemon_initialized): Initialize nfd.
5298
5299 2008-10-29 Martin Rudalics <rudalics@gmx.at>
5300
5301 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5302 (Fwindow_text_height): Clarify doc-strings.
5303 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5304 doc-string of window-scroll-functions.
5305
5306 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5307
5308 * category.c (syms_of_category): Fix typo in docstring.
5309
5310 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5313 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5314 Fix typos in docstrings.
5315
5316 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5317
5318 * emacs.c (daemon_pipe): Make non-static.
5319 (IS_DAEMON): Move definition ...
5320 * lisp.h (IS_DAEMON): ... here.
5321 (daemon_pipe): Declare.
5322 (is_daemon): Remove.
5323 * dispnew.c (init_display): Use IS_DAEMON.
5324
5325 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5328 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5329
5330 * emacs.c (is_daemon): Remove.
5331 (main): Don't set is_daemon.
5332 (IS_DAEMON): New macro.
5333 (Fdaemonp, Fdaemon_initialized): Use it.
5334 (Fdaemon_initialized): Write a char into the pipe to make sure the
5335 parent exits.
5336 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5337
5338 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
5339
5340 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5341 over-sized glyph, draw it with the default glyph width.
5342
5343 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5344 glyph, draw it with the default glyph width.
5345
5346 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5347 glyph, draw it with the default glyph width.
5348
5349 * xdisp.c (try_scrolling): When computing the distance from the
5350 scroll margin to PT, try moving some distance past the window
5351 bottom before giving up.
5352
5353 2008-10-27 Martin Rudalics <rudalics@gmx.at>
5354
5355 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5356 (Fset_window_buffer): Explain in doc-string that a window can be
5357 "strongly" dedicated to its buffer.
5358
5359 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5360
5361 * emacs.c (daemon_name): New variable.
5362 (main): Deal with --daemon=SERVER_NAME.
5363 (Fdaemonp): Return a name if one was passed to --daemon.
5364
5365 2008-10-26 Romain Francoise <romain@orebokech.com>
5366
5367 * emacs.c (daemon_pipe): New variable.
5368 (main): Create a pipe before forking, make the parent exit only after
5369 the child has closed its end of the pipe. Move closing the
5370 descriptors ...
5371 (Fdaemon_initialized): ... here. New function.
5372
5373 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5376 the previous unoptimized table.
5377
5378 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5379 the distinction between non-nil and non-t value of `dedicated'.
5380
5381 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
5384 read_char_minibuf_menu_text is large enough to hold the menu string.
5385
5386 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5387
5388 * window.c (Fget_buffer_window, Fdelete_windows_on)
5389 (Freplace_buffer_in_windows): Make buffer argument optional and
5390 rename to buffer_or_name.
5391
5392 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * xdisp.c (handle_single_display_spec, handle_display_prop):
5395 Undo 2005-05-16 change.
5396 (handle_stop): Pop iterator if it's loaded with an empty string.
5397 (get_overlay_strings_1): Don't save iterator if it's loaded with
5398 an empty string (bug#1201).
5399
5400 2008-10-24 Kenichi Handa <handa@m17n.org>
5401
5402 * ftfont.c (ftfont_otf_features): Fix previous change.
5403 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5404 calling ftfont_otf_features.
5405
5406 2008-10-24 Kenichi Handa <handa@m17n.org>
5407
5408 * font.c (font_match_p): Fix for the case that a vector of
5409 characters is in script-representative-chars.
5410
5411 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
5412
5413 * dbusbind.c (xd_in_read_queued_messages): New variable.
5414 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5415 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5416 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5417 macro. (Bug#1186)
5418
5419 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5420
5421 * s/sol2-10.h: New file.
5422
5423 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5424
5425 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5426 poor beast has survived 9+ years and the jump from xterm.c!).
5427
5428 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5429
5430 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5431 Reword doc-string.
5432 (Fbury_buffer): In doc-string say what happens to the buffer's window.
5433
5434 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5435
5436 * character.c (syms_of_character) <script-representative-chars>:
5437 <unicode-category-table>: Doc fixes.
5438
5439 2008-10-23 Noah Friedman <friedman@splode.com>
5440
5441 * coding.c (make_conversion_work_buffer): Check that
5442 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5443 Fget_buffer_create.
5444
5445 2008-10-23 Kenichi Handa <handa@m17n.org>
5446
5447 * font.c (font_add_log): Check the values of extra properties.
5448
5449 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5450
5451 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5452 Reword doc-string.
5453 (Fset_window_parameter): Use NILP.
5454 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
5455 (Frecenter): Use "selected" instead of "current" window in doc-strings.
5456
5457 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5460
5461 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5462
5463 * nsfns.m (ns_appkit_version): New function.
5464 (x-server-version): Use it.
5465 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5466 (x-server-vendor): Don't check_ns().
5467
5468 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5469
5470 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5471
5472 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5473 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5474
5475 2008-10-22 Kenichi Handa <handa@m17n.org>
5476
5477 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5478 scripts.
5479
5480 * category.c (word_boundary_p): Check scripts instead of charset.
5481 Handle nil value in word-separating-categories and
5482 word-combining-categories.
5483 (syms_of_category): Fix docstrings of word-separating-categories
5484 and word-combining-categories.
5485
5486 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5487
5488 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5489 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5490
5491 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5492
5493 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5494 Rename arg "buffer" to "buffer_or_name".
5495 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5496 it optional.
5497 (no_switch_window): Remove since the return value is not used.
5498 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
5499 Consider window as dedicated when Fwindow_dedicated_p returns a
5500 non-nil value.
5501 * lisp.h: Remove prototype for no_switch_window.
5502
5503 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5504
5505 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
5506 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
5507
5508 2008-10-21 Kenichi Handa <handa@m17n.org>
5509
5510 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5511 check Vlatin_extra_code_table.
5512
5513 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5514
5515 * fileio.c (Fset_file_modes): Doc fix.
5516
5517 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
5518
5519 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5520 in arrays.
5521
5522 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5523
5524 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5525 Mention kill-buffer in doc-string.
5526 (Fset_window_buffer): Reinsert tem check removed in last commit.
5527 (Fenlarge_window, Fshrink_window): Have argument names and
5528 doc-string follow Elisp manual more closely.
5529
5530 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5531
5532 * fileio.c (Fset_file_modes): Doc fix.
5533
5534 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5535
5536 * window.c (Fwindow_width, Fset_window_start)
5537 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
5538 (Fdelete_windows_on, Freplace_buffer_in_windows):
5539 Make doc-strings follow code and Elisp manual more closely.
5540 (Fwindow_dedicated_p): Make window argument optional.
5541 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5542 (Fset_window_buffer): Respect any non-nil dedicated value for
5543 window. Rename "buffer" argument to "buffer_or_name".
5544
5545 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
5546
5547 * m/sh3.h: New file, machine description for SuperH.
5548
5549 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5550
5551 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5552
5553 2008-10-17 Kenichi Handa <handa@m17n.org>
5554
5555 * ftfont.c (ftfont_otf_features): Fix indexing
5556 gsub_gpos->FeatureList.Feature. Check the validity of indices.
5557
5558 2008-10-16 Magnus Henoch <mange@freemail.hu>
5559
5560 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
5561 (Fdbus_call_method_asynchronously): Ditto.
5562 This change makes C-h f display the argument list.
5563
5564 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
5565
5566 * fileio.c (Fexpand_file_name): Doc fix.
5567
5568 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
5569 of :foreground and :background equivalent to unspecified (20.x
5570 compatibility).
5571
5572 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5573
5574 * buffer.c (syms_of_buffer): Doc fix.
5575
5576 2008-10-14 Kenichi Handa <handa@m17n.org>
5577
5578 * font.c (font_clear_prop): When clearing font width, clear the
5579 average width field too.
5580
5581 2008-10-12 Andreas Schwab <schwab@suse.de>
5582
5583 * ftfont.c (ftfont_shape_by_flt): Make static.
5584 * ftfont.h (ftfont_shape_by_flt): Don't declare.
5585
5586 * font.c: Don't include <m17n-flt.h>.
5587
5588 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5589
5590 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
5591
5592 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5593
5594 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
5595 away code.
5596
5597 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * dispnew.c (update_text_area): Avoid looping due to large glyph
5600 overhangs (bug#1070).
5601
5602 2008-10-09 Kenichi Handa <handa@m17n.org>
5603
5604 * fontset.c (face_for_char): If face->fontset is negative, just
5605 return ascii_face.
5606
5607 * font.c (font_delete_unmatched): Fix previous change.
5608 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
5609
5610 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5611
5612 * frame.c (Fraise_frame): On text-only terminals select frame in
5613 order to make it visible. (Bug#1061)
5614
5615 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * fontset.c (fontset_find_font): Check frame validity.
5618
5619 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5620
5621 * gtkutil.c (xg_display_open): Reset default display if none exists.
5622 (xg_display_close): Allow Emacs to close all displays (bug#985).
5623
5624 2008-10-06 Andreas Schwab <schwab@suse.de>
5625
5626 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
5627
5628 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
5631
5632 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
5633
5634 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
5635 during initialization.
5636
5637 2008-10-04 Eli Zaretskii <eliz@gnu.org>
5638
5639 * xdisp.c (redisplay_internal): If frame switched, redisplay the
5640 whole thing on MSDOS frames as well as on a TTY.
5641
5642 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
5643 well as for TTY.
5644 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
5645 well as on a TTY.
5646
5647 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
5648 as well as for TTY.
5649
5650 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
5651
5652 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
5653 MSDOS frames as well.
5654
5655 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5656
5657 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
5658 correct arguments.
5659 * menu.c (find_and_return_menu_selection): Add cast.
5660
5661 2008-10-03 Glenn Morris <rgm@gnu.org>
5662
5663 * emacs.c (USAGE1): Add --daemon.
5664
5665 2008-10-02 Eli Zaretskii <eliz@gnu.org>
5666
5667 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
5668 100, so it's in percents as advertised.
5669
5670 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5671
5672 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
5673 (ns_output.current_cursor, ns_output.desired_cursor)
5674 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
5675 (FRAME_NEW_CURSOR_COLOR): Remove.
5676
5677 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
5678 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
5679 enumeration (HOLLOW_BOX_CURSOR, etc.).
5680
5681 * nsterm.m (ns_frame_rehighlight): Remove commented code.
5682 (draw_window_cursor): Simplify code.
5683 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
5684 Don't change cursor type. In latter, call rehighlight instead of doing
5685 updates manually.
5686 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
5687 Use core Emacs cursor types.
5688
5689 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
5690
5691 2008-10-02 Martin Rudalics <rudalics@gmx.at>
5692
5693 * process.c (Faccept_process_output): Fix doc-string.
5694
5695 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5696
5697 * gmalloc.c (__sbrk): Also define for uClibc.
5698
5699 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
5700 for uClibc.
5701
5702 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5703
5704 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
5705 styles.
5706 (nsfont_open): Reenable the cache.
5707
5708 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5709
5710 * font.c (font_matching_entity): Reflect ATTRS in font selection.
5711 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5712
5713 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
5716 a suspended terminal.
5717
5718 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5719
5720 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
5721
5722 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5723
5724 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
5725
5726 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
5729 in a continued line coincides with a line beginning.
5730
5731 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5732
5733 * nsfont.m (nsfont_trait_distance): Fix bug.
5734 (nsfont_list): Return a list rather than a vector (syncs with Handa
5735 changes of 2008-05-14).
5736 (nsfont_open): Improve logging.
5737
5738 2008-09-29 Andreas Schwab <schwab@suse.de>
5739
5740 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5741
5742 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5743
5744 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
5745 name as char-resolve-modifiers.
5746 Reported by: Markus Triska <markus.triska@gmx.at>
5747
5748 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5749
5750 * dispnew.c (init_display): Return earlier when running as a daemon.
5751
5752 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5753
5754 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
5755
5756 2008-09-27 Eli Zaretskii <eliz@gnu.org>
5757
5758 * composite.c (Fcomposition_get_gstring)
5759 (Fcompose_region_internal, Fcompose_string_internal)
5760 (Ffind_composition_internal): Doc fix.
5761 (syms_of_composite) <compose-chars-after-function>: Doc fix.
5762 (syms_of_composite) <auto-composition-function>: Doc fix.
5763 (syms_of_composite) <composition-function-table>: Doc fix.
5764
5765 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * search.c (wordify): New argument for lax word-ends.
5768 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
5769
5770 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * lisp.h (is_daemon): Declare.
5773 * dispnew.c (init_display): Do not try to initialize the terminal
5774 when running as a daemon.
5775
5776 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
5779 x_display_pixel_height.
5780
5781 2008-09-22 Martin Rudalics <rudalics@gmx.at>
5782
5783 * undo.c (record_point): Don't call Fundo_boundary for first
5784 change. (Bug#731)
5785
5786 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
5787
5788 * emacs.c (Fdaemonp): Doc fix.
5789
5790 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5791
5792 * emacs.c (main): Place #ifdef in the proper place.
5793
5794 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5795
5796 * emacs.c (standard_args): Add --daemon.
5797 (main): Disconnect from the terminal when --daemon is passed.
5798 (is_daemon): New variable.
5799 (Fdaemonp): New function.
5800 (syms_of_emacs): Defsubr it.
5801
5802 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
5803
5804 * xdisp.c (get_next_display_element): Handle string display
5805 correctly when checking for the end of a box run.
5806
5807 2008-09-20 Glenn Morris <rgm@gnu.org>
5808
5809 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
5810 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
5811 (Frename_file): Avoid copying to trash if a rename involves
5812 a delete. (Bug#964).
5813
5814 2008-09-20 Eli Zaretskii <eliz@gnu.org>
5815
5816 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
5817 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
5818 frames as well as termcap frames.
5819 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
5820 get_named_tty.
5821
5822 2008-09-19 Eli Zaretskii <eliz@gnu.org>
5823
5824 * process.c (procfs_system_process_attributes): Fix cmdline in
5825 case /proc/PID/cmdline is empty.
5826
5827 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
5828 x_display_pixel_height.
5829
5830 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
5833
5834 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5835 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
5836
5837 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
5838
5839 * dispextern.h (struct it): Move line_wrap away from the middle of
5840 bitfields. Move voffset in struct iterator_stack_entry after the
5841 bitfields. Move tab_width near after another short.
5842
5843 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5844
5845 * frame.h (struct frame): Move alpha from the middle of bitfields.
5846
5847 * window.h (struct window): Move frozen_window_start_p after the
5848 rest of the bitfields to reduce padding.
5849
5850 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * xterm.h (x_display_info): Remove `height' and `width' members.
5853
5854 * nsterm.h (ns_display_info): Remove `height' and `width' members.
5855
5856 * w32term.h (w32_display_info): Remove `height', `width',
5857 `height_in', and `width_in' members.
5858
5859 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5860 New functions.
5861 (x_calc_absolute_position): Use them.
5862 (x_term_init): Omit removed `height' and `width' members.
5863
5864 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5865 New functions.
5866 (w32_read_socket, x_calc_absolute_position): Use them.
5867 (w32_initialize_display_info, w32_term_init): Omit removed members
5868 of w32_display_info.
5869
5870 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
5871 New functions.
5872 (ns_initialize_display_info): Omit removed members of ns_display_info.
5873
5874 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5875 New functions.
5876 (x_calc_absolute_position): Use them.
5877 (x_term_init): Omit removed `height' and `width' members.
5878
5879 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5880 (compute_tip_xy):
5881 * frame.c (x_fullscreen_adjust):
5882 * xmenu.c (menu_position_func): Use x_display_pixel_height and
5883 x_display_pixel_width.
5884
5885 2008-09-18 Kenichi Handa <handa@m17n.org>
5886
5887 * composite.c (fill_gstring_header): Don't check FROM and TO here.
5888 (composition_compute_stop_pos): Fix handling of static composition.
5889 (Fcomposition_get_gstring): Check FROM and TO at first.
5890
5891 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
5894 mixup (YAILOM).
5895
5896 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
5897
5898 * indent.c (Fvertical_motion): Use position reported by iterator
5899 instead of PT for determining screen motion (bug#943).
5900
5901 2008-09-17 Romain Francoise <romain@orebokech.com>
5902
5903 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
5904
5905 2008-09-17 Kenichi Handa <handa@m17n.org>
5906
5907 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
5908
5909 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
5910 if necessary.
5911
5912 2008-09-16 Kenichi Handa <handa@m17n.org>
5913
5914 * coding.c (make_conversion_work_buffer): Avoid calling
5915 Fget_buffer_create if it is not necessary.
5916
5917 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5918
5919 * window.c (Fselect_window): Don't update window_select_count and
5920 use_time when norecord is not nil.
5921
5922 2008-09-14 Kenichi Handa <handa@m17n.org>
5923
5924 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
5925 specpdl_ptr.
5926
5927 2008-09-12 Kenichi Handa <handa@m17n.org>
5928
5929 * indent.c (scan_for_column): Don't handle automatic composition
5930 if the current buffer is not associated with a window.
5931
5932 * composite.c (composition_reseat_it): If the current buffer is
5933 not associated with a window, ignore the automatic composition.
5934 (find_automatic_composition): Likewise.
5935
5936 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
5939 (Fgpm_mouse_stop): Use it.
5940 * termhooks.h (close_gpm): Declare.
5941 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
5942 connection if Gpm_GetEvent fails.
5943
5944 * window.c (set_window_buffer): Always preserve current-buffer.
5945
5946 2008-09-12 Glenn Morris <rgm@gnu.org>
5947
5948 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
5949
5950 2008-09-11 Glenn Morris <rgm@gnu.org>
5951
5952 * charset.c (charset-map-path): Doc fix.
5953
5954 2008-09-10 Kenichi Handa <handa@m17n.org>
5955
5956 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
5957
5958 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
5959 compose a grapheme cluster with the preceding base glyph.
5960
5961 * composite.c (composition_compute_stop_pos): Fix previous change.
5962 Reset cmp_it->id to -1 at first.
5963
5964 2008-09-10 Glenn Morris <rgm@gnu.org>
5965
5966 * Makefile.in (character.o, chartab.o): Fix config.h typo.
5967
5968 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * keyboard.c (read_key_sequence): Reapply translation maps when
5971 switching keyboards.
5972
5973 2008-09-09 Kenichi Handa <handa@m17n.org>
5974
5975 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
5976 characters.
5977
5978 * composite.c (FORWARD_CHAR): Fix calculation
5979 of (POSITION).pos_byte.
5980 (composition_compute_stop_pos): Limit the search of composition to
5981 at most 500 characters ahead. If we reach the limit or find a
5982 newline, set cmp_it->ch to -2 and return 0.
5983 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
5984
5985 2008-09-08 Kenichi Handa <handa@m17n.org>
5986
5987 * indent.c (Fvertical_motion): Be sure to set
5988 it_overshoot_expected if it.cmp_it.id is non-negative.
5989
5990 2008-09-07 Andreas Schwab <schwab@suse.de>
5991
5992 * callproc.c (Fcall_process): Don't hold references to string data
5993 across garbage collection. Move initialisation of new_argv down
5994 to avoid compiler bug.
5995
5996 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5997
5998 * process.c (Fsystem_process_attributes): Doc fix.
5999
6000 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * callproc.c (Fcall_process): Canonicalize current directory name.
6003
6004 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6005 iterator advances to the next line if the current line ends in a
6006 continued tab.
6007
6008 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6011 member to point to cmp_from.
6012
6013 * xdisp.c: Doc fix for references to gidx data member.
6014
6015 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6018
6019 2008-09-07 Kenichi Handa <handa@m17n.org>
6020
6021 * composite.c (FORWARD_CHAR): Check STOP after
6022 incrementing (POSITION).pos.
6023
6024 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6025
6026 * process.c (Fsystem_process_attributes): Doc fix.
6027
6028 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * keyboard.c (Ftop_level): Doc fix.
6031
6032 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6033
6034 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6035 minibuffer, don't let lower part of menu invade the echo area.
6036
6037 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6038 "char *q" to access menu text and advance through it. Revert the
6039 change that displayed ">" instead of ASCII character 0x10.
6040
6041 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6042
6043 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6044 toggle boxes and radio buttons on MS-DOS as well.
6045
6046 2008-09-05 Kenichi Handa <handa@m17n.org>
6047
6048 * composite.c (autocmp_chars): Check lookback count.
6049 (composition_compute_stop_pos): Set cmp_it->lookback.
6050 (composition_reseat_it): Check lookback count.
6051 (struct position_record): New struct.
6052 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6053 (find_automatic_composition): New function.
6054 (composition_adjust_point): Use find_automatic_composition.
6055
6056 * dispextern.h (struct composition_it): New member lookback.
6057
6058 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6061 if moving by a single line.
6062
6063 2008-09-02 Andreas Schwab <schwab@suse.de>
6064
6065 * xterm.c (x_delete_display): Fix merge error.
6066
6067 * fileio.c (Fexpand_file_name): Remove unused variables.
6068
6069 2008-09-02 Eli Zaretskii <eliz@gnu.org>
6070
6071 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6072 storage on all platforms, not just on DOS_NT.
6073
6074 2008-09-02 Jason Rumney <jasonr@gnu.org>
6075
6076 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6077 Ensure mouse is not grabbed after menu is finished.
6078
6079 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * xfaces.c (Finternal_set_alternative_font_family_alist)
6082 (Finternal_set_alternative_font_registry_alist): Properly copy
6083 entire alist structure.
6084
6085 2008-09-01 Kenichi Handa <handa@m17n.org>
6086
6087 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6088 representative chars of the script is a vector.
6089 (ftfont_list): Handle the case where the representative chars of
6090 the script is a vector.
6091
6092 * character.c (syms_of_character): Docstring of
6093 script-representative-chars fixed.
6094
6095 2008-08-31 Eli Zaretskii <eliz@gnu.org>
6096
6097 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6098 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6099 the menu. Allocate larger buffer for `text', to account for
6100 possible ^C characters.
6101
6102 2008-08-31 Martin Rudalics <rudalics@gmx.at>
6103
6104 * xdisp.c (prepare_menu_bars): Don't call
6105 Vwindow_size_change_functions with arg Qt.
6106
6107 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * font.h (font_range):
6110 * fileio.c (report_file_error):
6111 * composite.c (composition_update_it): Yet another int/Lisp_Object
6112 mixup (YAILOM).
6113
6114 2008-08-30 Glenn Morris <rgm@gnu.org>
6115
6116 * data.c (Fmake_variable_frame_local): Doc fix.
6117
6118 * frame.c (Fmodify_frame_parameters): Doc fix.
6119
6120 2008-08-30 Eli Zaretskii <eliz@gnu.org>
6121
6122 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6123 needed by GetTokenInformation.
6124 (w32_system_process_attributes): Check return values of all system
6125 APIs.
6126
6127 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6128 only when the state changes.
6129 (IT_update_begin, IT_update_end): Add termscript trace.
6130
6131 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6132 clipboard is unavailable. Set dst to NULL if it doesn't point to
6133 malloc'ed data.
6134 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6135 passing random values to xfree.
6136
6137 * dispnew.c (init_display): Set `tty's association in frame's
6138 parameters alist to the name of the terminal device, if that is known.
6139
6140 2008-08-29 Jason Rumney <jasonr@gnu.org>
6141
6142 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6143
6144 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6145
6146 * composite.c (fill_gstring_body): Avoid compiler warnings.
6147
6148 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6149 LGLYPH_SET_CODE to avoid compiler warnings.
6150
6151 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
6152
6153 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6154
6155 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6156 LGLYPH_SET_CODE.
6157
6158 2008-08-29 Kenichi Handa <handa@m17n.org>
6159
6160 * fileio.c (report_file_error): Don't downcase the first character
6161 of errstring if it is still unibyte.
6162
6163 2008-08-29 Kenichi Handa <handa@m17n.org>
6164
6165 These changes are to re-implement the automatic composition so
6166 that it doesn't use text properties.
6167
6168 * Makefile.in (ftfont.o): Depend on composite.h.
6169 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6170
6171 * character.h (Vunicode_category_table): Extern it.
6172
6173 * character.c (Vunicode_category_table): New variable.
6174 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6175
6176 * chartab.c (optimize_sub_char_table): Perform more greedy
6177 optimization.
6178
6179 * composite.h (enum composition_method):
6180 Delete COMPOSITION_WITH_GLYPH_STRING.
6181 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6182 (Vcomposition_function_table): Extern it.
6183 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6184 (composition_gstring_put_cache, composition_gstring_from_id)
6185 (composition_gstring_p, composition_gstring_width)
6186 (composition_compute_stop_pos, composition_reseat_it)
6187 (composition_update_it, composition_adjust_point): Extern them.
6188 (Fcomposition_get_gstring): EXFUN it.
6189
6190 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
6191 (Vcomposition_function_table)
6192 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
6193 (gstring_hash_table, gstring_work, gstring_work_headers):
6194 New variables.
6195 (gstring_lookup_cache, composition_gstring_put_cache)
6196 (composition_gstring_from_id, composition_gstring_p)
6197 (composition_gstring_width, fill_gstring_header)
6198 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6199 (composition_reseat_it, composition_update_it)
6200 (composition_adjust_point, Fcomposition_get_gstring): New functions.
6201 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6202 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6203 Defsubr compostion_get_gstring.
6204
6205 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6206 cmp_id.
6207 (struct glyph_string): Delete the member gidx. New members
6208 cmp_id, cmp_from, and cmp_to.
6209 (enum it_method): Delete GET_FROM_COMPOSITION.
6210 (struct composition_it): New struct.
6211 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6212 Delete c, len, cmp_id, cmp_len in u.comp.
6213
6214 * font.h (enum lgstring_indices): Delete it.
6215 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
6216 (enum lglyph_indices): Likewise.
6217 (font_range): Adjust extern.
6218 (font_fill_lglyph_metrics): Extern it.
6219
6220 * font.c (QCf): New variable.
6221 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6222 (font_prepare_composition): Delete this function.
6223 (font_range): Type and arguments changed.
6224 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6225 (font_fill_lglyph_metrics): New function.
6226 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
6227 (syms_of_font): DEFSYM QCf. Delete defsubr for
6228 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6229 Defsubr Sfont_shape_gstring.
6230
6231 * fontset.h (font_for_char): Extern it.
6232
6233 * fontset.c (font_for_char): New function.
6234
6235 * ftfont.c: Include composite.h.
6236 (ftfont_resolve_generic_family): Add langset "en" to pattern.
6237 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6238
6239 * indent.c: Include composite.h and dispextern.h.
6240 (check_composition): Delete this function.
6241 (scan_for_column): Handle composition by
6242 composition_compute_stop_pos, composition_reseat_it, and
6243 composition_update_it.
6244 (compute_motion): Likewise.
6245 (Fvertical_motion): Fix checking of composition.
6246
6247 * keyboard.c (adjust_point_for_property): Check composition by
6248 composition_adjust_point.
6249
6250 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
6251 struct glyph_string.
6252
6253 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6254 (append_composite_glyph): Adjust for the change of struct it and
6255 struct glyph.
6256 (produce_composite_glyph): Likewise.
6257
6258 * w32term.c (x_draw_composite_glyph_string_foreground):
6259 Adjust for the change of struct glyph_string.
6260 (x_draw_glyph_string): Likewise.
6261
6262 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6263 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6264
6265 * xdisp.c: Include font.h.
6266 (it_props): Delete the entry for Qauto_composed.
6267 (init_iterator): Initialize it->cmp_it.id to -1.
6268 (compute_stop_pos): Call composition_compute_stop_pos.
6269 (face_before_or_after_it_pos): Adjust for the change of struct it.
6270 (handle_auto_composed_prop): Delete it.
6271 (handle_composition_prop): Handle only static composition.
6272 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6273 from xassert. Initialize it->cmp_it.stop_pos.
6274 (push_it): Adjust for the change of struct it.
6275 (pop_it): Likewise.
6276 (get_next_element): Delete next_element_from_composition.
6277 (CHAR_COMPOSED_P): New macro.
6278 (get_next_display_element): For automatic composition, get a face
6279 from the font in the glyph-string.
6280 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
6281 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
6282 (next_element_from_string): Check if the character at the current
6283 position is composed by CHAR_COMPOSED_P.
6284 (next_element_from_buffer): Likewise.
6285 (next_element_from_composition): Adjust for the change of struct it.
6286 Update it->cmp_it.
6287 (dump_glyph): Adjust for the change of struct glyph.
6288 (fill_composite_glyph_string): Adjust for the change of struct
6289 it and struct glyph. Don't handle automatic composition here.
6290 (fill_gstring_glyph_string): New function.
6291 (x_get_glyph_overhangs): Handle automatic composition.
6292 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
6293 (BUILD_GSTRING_GLYPH_STRING): New macro.
6294 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6295 automatic composition.
6296 (append_composite_glyph): Adjust for the change of struct it and
6297 struct glyph.
6298 (x_produce_glyphs): Adjust for the change of struct it.
6299
6300 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
6301 the change of struct glyph_string.
6302 (x_draw_glyph_string): Likewise.
6303
6304 2008-08-29 Glenn Morris <rgm@gnu.org>
6305
6306 * buffer.c (word-wrap): Doc fix.
6307 * xdisp.c (truncate-partial-width-windows): Doc fix.
6308 Increase default to 50.
6309
6310 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * xdisp.c (update_tool_bar_unwind): New function.
6313 (update_tool_bar): Temporarily set selected frame before building
6314 tool-bar items.
6315
6316 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6317
6318 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6319 snprintf, respectively.
6320 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6321
6322 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6325 LDFLAGS to GNUstep CC invocation.
6326
6327 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6328
6329 * indent.c (Fvertical_motion): Revert last change. Handle the
6330 general case where we are moving forward, and PT spans multiple
6331 screen lines.
6332
6333 * eval.c (find_handler_clause): Temporarily increase
6334 max-lisp-eval-depth while printing the backtrace buffer, to
6335 guarantee that help-mode code can run.
6336
6337 2008-08-27 Eli Zaretskii <eliz@gnu.org>
6338
6339 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6340 colors under -rv.
6341 (IT_set_frame_parameters): Don't swap foreground and background
6342 colors if `(reverse . t)' is present in the frame properties.
6343 (internal_terminal_init): Call init_frame_faces only for the
6344 initial frame.
6345
6346 2008-08-27 Andreas Schwab <schwab@suse.de>
6347
6348 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6349
6350 2008-08-27 Andreas Schwab <schwab@suse.de>
6351
6352 * search.c (search_buffer): Set char_base to zero only at the end.
6353
6354 2008-08-27 Kenichi Handa <handa@m17n.org>
6355
6356 * fileio.c (report_file_error): Fix handling of multibyte error string.
6357
6358 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6359
6360 * xterm.c (x_term_init): Temporarily hide the partially
6361 initialized terminal while calling vendor-specific-keysyms.
6362
6363 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6364
6365 * msdos.c (internal_terminal_init): Most initializations done only
6366 once, especially initial_screen_colors[] and termscript open.
6367
6368 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * eval.c (Fcondition_case): Doc fix.
6371
6372 * widgetprv.h (EmacsFramePart): Change font member to the new font
6373 struct.
6374
6375 * widget.c: Include character.h and font.h for XSETFONT.
6376 (setup_frame_gcs): Compute X font id from font struct, just once.
6377
6378 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6379
6380 * term.c (get_named_tty): Fix last change.
6381
6382 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * indent.c (Fvertical_motion): If moving forward starting from a
6385 multi-line string, move the iterator to the last line of that string.
6386
6387 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6388
6389 * frame.c (do_switch_frame): Mark previously displayed frame as
6390 obscured for FRAME_MSDOS_P frames as well.
6391
6392 2008-08-24 Eli Zaretskii <eliz@gnu.org>
6393
6394 * frame.c (make_terminal_frame): Initialize f->terminal,
6395 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6396 Set the top frame to newly created frame.
6397 (Fmake_terminal_frame): Reuse the_only_display_info.
6398
6399 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6400 estimating available memory.
6401
6402 2008-08-23 David Reitter <david.reitter@gmail.com>
6403
6404 * nsterm.m (ns_draw_window_cursor): Don't call
6405 NSDisableScreenUpdates and NSEnableScreenUpdates on
6406 non-NS_IMPL_COCOA systems.
6407
6408 2008-08-23 Andreas Schwab <schwab@suse.de>
6409
6410 * process.c (procfs_system_process_attributes): Fix use of
6411 uninitialized variables.
6412
6413 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6414
6415 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6416
6417 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6418 calling tty-set-up-initial-frame-faces.
6419
6420 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6421 Allow MSDOS frames along with X frames.
6422
6423 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6424 addition to output_termcap.
6425
6426 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6427
6428 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6429 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6430 highlight.
6431
6432 * process.c [!subprocesses]: Define QCname.
6433 (syms_of_process): Intern and staticpro it.
6434
6435 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
6436 Adjust for changes in encoding/decoding routines.
6437 Use encode_coding_object and decode_coding_object instead of
6438 encode_coding and decode_coding.
6439
6440 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
6441
6442 * dosfns.c: Include frame.h before termhooks.h.
6443 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6444 variable termscript.
6445
6446 * s/msdos.h (USER_FULL_NAME): Define.
6447 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6448
6449 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6450 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6451 pw->pw_gecos.
6452
6453 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6454 SELECTED_FRAME as additional (1st) argument.
6455 (tty_read_avail_input): Handle output_msdos_raw in
6456 addition to output_termcap.
6457
6458 * msdos.c: Include frame.h before termhooks.h.
6459 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6460 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6461 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6462 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6463 (IT_set_terminal_modes, IT_reset_terminal_modes)
6464 (IT_set_frame_parameters): Use tty->termscript instead of a global
6465 variable termscript.
6466 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6467 global variable terminal_coding. Don't refer to
6468 Vnonascii_translation_table.
6469 (internal_terminal_init): Set Vwindow_system in current_kboard.
6470 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6471 Announce date and time of session start, if termscript is open.
6472 Don't zero out the_only_display_info (it is done in
6473 term.c:init_tty). Open termscript only of not already open.
6474 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
6475 here instead of dos_ttraw. Don't initialize display if this is an
6476 initial tty. Don't set FRAME_FONT.
6477 (Vwindow_system_version): Bump to 23.
6478 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6479 is available, set up mouse_position_hook.
6480 (dos_ttraw, IT_set_terminal_modes): If called with initial
6481 terminal, do nothing.
6482 (IT_set_frame_parameters): Handle the Qtty_type frame
6483 parameter by calling internal_terminal_init.
6484 (dos_set_window_size, show_mouse_face)
6485 (clear_mouse_face, IT_note_mode_line_highlight)
6486 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6487 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6488 (initialize_msdos_display): New function.
6489 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6490 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6491 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6492 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
6493 Accept additional argument: a pointer to a frame. Update all callers.
6494 (request_sigio, unrequest_sigio): Don't define, now defined on
6495 sysdep.c.
6496 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6497
6498 * term.c [MSDOS]: Include msdos.h.
6499 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6500 conditional to DOS_NT. Allow only one call to this function in a
6501 session. Don't allocate a new struct tty_display_info; instead,
6502 reuse the_only_display_info. Call get_tty_size to get screen
6503 dimensions. Call init_baud_rate to set bad_rate.
6504 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6505 (Fsuspend_tty) [MSDOS]: Don't close input and output.
6506 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
6507 (get_tty_terminal, get_named_tty, Ftty_type)
6508 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6509 output_termcap.
6510 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6511 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
6512 only when subprocesses are supported.
6513
6514 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6515 f->output_data.x.
6516 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6517 terminal devices.
6518
6519 * msdos.h: Remove definition of struct x_display_info and struct
6520 x_output.
6521 (FRAME_FONT): Use output_data.tty.
6522 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
6523 (struct x_display_info): Rename from display_info. Update all users in
6524 msdos.c.
6525 (struct x_output): Remove background_pixel and foreground_pixel.
6526 (the_only_display_info): Rename from the_only_x_display.
6527 (dos_ttraw): Update prototype.
6528
6529 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6530 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6531
6532 2008-08-23 Jason Rumney <jasonr@gnu.org>
6533
6534 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6535 (fn_TIFFSetDirectory): New library function used.
6536 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6537 (tiff_load): Use :index to select among multiple images. Set count
6538 property when multiple images exist.
6539 (gif_format): Use :index, not :image.
6540
6541 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * xdisp.c (try_scrolling): Check INT_MAX instead of
6544 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6545 to obtain INT_MAX.
6546
6547 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6548
6549 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6550
6551 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6552
6553 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6554 GNUstep library location.
6555
6556 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * xfaces.c (x_update_menu_appearance): Check validity of menu font
6559 before using it.
6560
6561 * puresize.h (BASE_PURESIZE): Increase to 1250000.
6562
6563 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6564
6565 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
6566 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
6567 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6568 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
6569 (EmacsApp-cursor_blink_handler): Remove declaration.
6570 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
6571 match 01 Feb 2008 changes in xterm.c.
6572 (ns_read_socket): Add cast to avoid warning.
6573 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
6574 GNUstep.
6575
6576 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * xselect.c (x_get_foreign_selection): Return nil if desired
6579 selection could not be obtained, instead of signalling an error.
6580
6581 2008-08-20 David Reitter <david.reitter@gmail.com>
6582
6583 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
6584 * nsterm.m: Remove ns-specific code for cursor blinking.
6585 (ns_draw_window_cursor): Clear cursor properly rather than
6586 redrawing the area. Respect width of bar cursors.
6587 These changes enable the use of generic blink-cursor-mode and
6588 generic cursor types in NS and support smooth cursor movements (do
6589 not blink off after command).
6590 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
6591 Nextstep, too.
6592
6593 2008-08-19 Kenichi Handa <handa@m17n.org>
6594
6595 * font.c (Vfont_log_deferred): New variable.
6596 (font_add_log): Check Vfont_log_deferred.
6597 (font_deferred_log): New function.
6598
6599 * font.h (font_deferred_log): Extern it.
6600
6601 * fontset.c (reorder_font_vector): Use encoding charset of fonts
6602 for sorting.
6603 (face_for_char): Use deferred log.
6604
6605 2008-08-18 Kenichi Handa <handa@m17n.org>
6606
6607 * fontset.c (face_for_char): Add font log.
6608
6609 * font.c (font_add_log): Add the font properties :script, :lang,
6610 and :otf in the log.
6611
6612 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
6613
6614 * xdisp.c: Remove dead code.
6615 (handle_invisible_prop, next_overlay_string): Defer call to
6616 setup_for_ellipsis.
6617 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
6618
6619 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * xfaces.c (lookup_derived_face): Properly handle possible zero
6622 return value of get_lface_attributes.
6623 (merge_faces): Don't tell lookup_derived_face to signal an error
6624 if face is not found.
6625
6626 * dired.c (Fdirectory_files): Doc fix.
6627
6628 * process.c (make_process): Initialize kill_without_query struct
6629 member.
6630
6631 2008-08-15 Eli Zaretskii <eliz@gnu.org>
6632
6633 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
6634 Alternative calculation of totphys for Visual Studio 6.
6635
6636 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
6637
6638 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
6639 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
6640 All users changed.
6641 (stat): Only root directory passed to GetDriveType. Allow RAM
6642 disk as well as local fixed disk when w32-get-true-file-attributes
6643 is set to `local'.
6644 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
6645 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
6646 (w32_cached_id, w32_add_to_cache): New functions.
6647 (get_name_and_id): Look account names in the cache before calling
6648 lookup_account_sid.
6649 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
6650 New initialization flags.
6651 (globals_of_w32): Initialize them to zero.
6652 (w32_system_process_attributes): Use w32_cached_id and
6653 w32_add_to_cache.
6654
6655 2008-08-14 Lawrence Mitchell <wence@gmx.li>
6656
6657 * lread.c (Fread_char, Fread_char_exclusive): If no character
6658 event is read before timeout is reached, return nil, rather than
6659 converting to a number.
6660
6661 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * fns.c (use_dialog_box): Doc fix.
6664
6665 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
6666 on OS X.
6667
6668 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * frame.c (Qns_parse_geometry): New var.
6671 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
6672
6673 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * xdisp.c (x_produce_glyphs): Handle the case when font has no
6676 space character in calculating tabs.
6677
6678 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
6679
6680 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
6681
6682 2008-08-10 Glenn Morris <rgm@gnu.org>
6683
6684 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
6685 silence gcc "limited range of data type" warnings in some
6686 make_fixnum_or_float calls.
6687
6688 2008-08-09 Eli Zaretskii <eliz@gnu.org>
6689
6690 * w32.c (w32_system_process_attributes): If the process does not
6691 exist, return nil.
6692
6693 * w32.c: Include thelp32.h, psapi.h and coding.h.
6694 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
6695 declarations.
6696 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
6697 (Process32Next_Proc): New typedefs.
6698 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
6699 (g_b_init_process32_next, g_b_init_open_thread_token)
6700 (g_b_init_impersonate_self, g_b_init_revert_to_self)
6701 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
6702 (g_b_init_get_process_working_set_size)
6703 (g_b_init_global_memory_status_ex): New static variables.
6704 (globals_of_w32): Initialize them.
6705 (create_toolhelp32_snapshot, process32_first, process32_next)
6706 (open_thread_token, impersonate_self, revert_to_self)
6707 (get_process_memory_info, get_process_working_set_size)
6708 (global_memory_status, global_memory_status_ex): New wrapper
6709 functions.
6710 (w32_list_system_processes, w32_system_process_attributes)
6711 (enable_privilege, restore_privilege, ltime, process_times):
6712 New functions.
6713 (convert_time_raw): New function.
6714 (convert_time): Remove conversion of FILETIME into time in 100
6715 nsec units, call convert_time_raw instead.
6716
6717 * process.h (w32_list_system_processes, w32_system_process_attributes):
6718 Add prototypes.
6719 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
6720 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
6721 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
6722 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
6723
6724 * process.c (Fsystem_process_attributes): Doc fix.
6725
6726 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
6729 a continued multi-char glyph; if so, advance to the actual glyph.
6730
6731 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6732
6733 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
6734
6735 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
6736 (.m.o): Use it.
6737 * config.in: Regenerate.
6738
6739 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
6740
6741 * xdisp.c (redisplay_window): Revert last change.
6742 (try_window): Check bottom scroll margin too.
6743
6744 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6745
6746 * config.in: Regenerate.
6747
6748 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
6749 -list-load-path-shadows'.
6750 (nsgui.h): Reduce number of things depending on it.
6751
6752 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
6755 instead of window-end which does the wrong thing at eob.
6756 (try_cursor_movement): Minor optimization.
6757 (redisplay_window): If scroll margin is defined, don't assume
6758 window doesn't need scrolling.
6759
6760 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6761
6762 * config.in: Regenerate.
6763
6764 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
6765 (mostlyclean): Don't delete *.d under NS.
6766
6767 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
6768
6769 2008-08-06 Kenichi Handa <handa@m17n.org>
6770
6771 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
6772
6773 2008-08-06 Andreas Schwab <schwab@suse.de>
6774
6775 * config.in: Regenerate.
6776
6777 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
6780 forcing a window start.
6781
6782 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
6783 (auto_save_1): Update modtime when auto-save-list-file-name is on.
6784
6785 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6786
6787 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
6788 argument.
6789
6790 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
6791
6792 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
6793 <scroll-down-aggressively, before-change-functions>:
6794 <after-change-functions>: Reflow docstrings.
6795
6796 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6797 Ken Raeburn <raeburn@gnu.org>
6798
6799 Dock menu customization, based on a patch by Ken Raeburn, plus some
6800 other fixes.
6801 * nsmenu.m (dockMenu): New variable.
6802 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
6803
6804 * nsterm.h (dockMenu): Declare.
6805
6806 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
6807 (ns_term_init): Initialize dockMenu.
6808 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
6809 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
6810 left.
6811
6812 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
6813
6814 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6815
6816 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
6817
6818 * config.in: Regenerate.
6819
6820 2008-08-04 Seiji Zenitani <zenitani@mac.com>
6821
6822 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
6823
6824 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * nsterm.h (find_and_call_menu_selection): Fix prototype.
6827
6828 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6829
6830 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
6831
6832 * keyboard.h: Comment an #endif.
6833
6834 * lisp.h (have_menus_p): Adjust comment.
6835
6836 * menu.c (find_and_return_menu_selection): Fix comparison with
6837 client_data.
6838
6839 * nsmenu.m (popup_activated_flag): New variable.
6840 (popup_activated): New function.
6841 (menu-or-popup-active-p): New exported lisp definition.
6842 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
6843 when popup done.
6844 (ns_popup_dialog): Set popup_activated_flag.
6845
6846 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
6847 version for GNUstep (handled by conditional typedef in nsterm.m).
6848 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
6849 in rgb.txt).
6850
6851 * process.c (init_process): Use DARWIN_OS, not DARWIN.
6852
6853 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
6854
6855 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
6856
6857 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
6858 shortcircuit if popup_activated like GTK and X toolkit.
6859
6860 * m/inter386.h: Change DARWIN to DARWIN_OS.
6861
6862 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
6863 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
6864 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
6865 comment on NO_SOCK_SIGIO.
6866
6867 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * nsterm.m (windowDidResize): Remove stopModal call.
6870
6871 2008-08-03 Andreas Schwab <schwab@suse.de>
6872
6873 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
6874 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
6875
6876 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
6879 Don't use uninitialized pointer variable when using getrlimit.
6880
6881 2008-08-02 Jason Rumney <jasonr@gnu.org>
6882
6883 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
6884
6885 2008-08-02 Eli Zaretskii <eliz@gnu.org>
6886
6887 * alloc.c (NSTATICS): Bump to 0x640.
6888
6889 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
6890
6891 * lisp.h: Add prototype for directory_files_internal.
6892
6893 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
6894 New functions.
6895 (syms_of_process): Defsubr them. Add initializations for various
6896 Q* symbols used in procfs_system_process_attributes.
6897 (procfs_list_system_processes, procfs_system_process_attributes)
6898 [HAVE_PROCFS]: New functions.
6899 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
6900 (procfs_get_total_memory): New functions.
6901
6902 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6903
6904 * xfaces.c (Fx_load_color_file): Fix previous change;
6905 it is #ifdef WINDOWSNT, not WINDOWS_NT.
6906
6907 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6908
6909 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
6910
6911 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6912
6913 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
6914
6915 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6918
6919 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
6920 define NSApplicationDelegateReplySuccess.
6921 (EmacsView -converstationIdentifier): Use long instead of
6922 NSInteger for GNUstep, since it doesn't have NSInteger.
6923
6924 * xmenu.c: Revert last change.
6925
6926 * keyboard.h: Fix last change.
6927
6928 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
6931 on Windows.
6932
6933 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6934
6935 Warning clearing and clean-up in NS port.
6936 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6937 Add prototypes.
6938 * nsgui.h (FACE_DEFAULT): Remove, unused.
6939 (XGCValues): Change colors to unsigned long.
6940 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
6941 nsterm.m.
6942 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
6943 (ns_list_fonts): Remove, unused.
6944 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
6945 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
6946 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
6947 (nsfont_draw): Compare face colors to 0, not nil.
6948 * nsmenu.m (struct widget_value): Drop unneeded declaration.
6949 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
6950 (-addSubmenuWithTitle:): Use NSMenuItem class.
6951 (ns_popup_menu): Use NO, not NULL, for enabled setting.
6952 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
6953 (ns_clip_to_row): Make gc arg a BOOL.
6954 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
6955 ns_clip_to_row() call.
6956 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
6957 used). Cast FRAME_FONT assignments.
6958 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
6959 (ns_string_to_lispmod): Change arg to const char.
6960 (ns_term_init): Use NSMenuItem class.
6961 (EmacsApp -openFile:): Move to different section of file.
6962 (EmacsApp -application:openFiles:): Don't return a value, call
6963 -replyToOpenOrPrint:.
6964 (EmacsView -keyDown:): Fix up cast.
6965 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
6966 (EmacsView -menuDown:): Cast tag in call to
6967 find_and_call_menu_selection().
6968 (ns_list_fonts): Remove, unused.
6969 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
6970 (ns_fontname_to_xlfd): Make static.
6971 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
6972 Remove prototypes (now in keyboard.h).
6973 (next_menubar_widget_id): Remove, unused.
6974 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
6975 Remove prototypes (now in keyboard.h).
6976 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
6977
6978 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6979
6980 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
6981 (floatfns.o): Depend on syssignal.h.
6982 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
6983
6984 * systty.h: Fix previous change that removed BSD_TERMIOS.
6985 Add comments to #ifdefs.
6986
6987 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6988
6989 * w32fns.c (w32-load-color-file): Remove.
6990 (x-open-connection): Use renamed Fx_load_color_file.
6991 * xfaces.c (x-load-color-file): Add.
6992 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
6993 Emacs.clr.
6994 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
6995
6996 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6997
6998 * dbusbind.c (Fdbus_call_method_asynchronously)
6999 (Fdbus_method_error_internal): New defuns.
7000 (xd_read_message): Handle also reply messages.
7001 (Vdbus_registered_functions_table): Extend docstring.
7002
7003 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7004
7005 * keyboard.c (gobble_input): Fix previous change.
7006
7007 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7008
7009 * bitmaps/README:
7010 * xfns.c:
7011 * termcap.c:
7012 * term.c:
7013 * syswait.h:
7014 * systty.h:
7015 * systime.h:
7016 * syssignal.h:
7017 * sysdep.c:
7018 * process.h:
7019 * process.c:
7020 * print.c:
7021 * ndir.h:
7022 * lread.c:
7023 * keyboard.c:
7024 * getpagesize.h:
7025 * floatfns.c:
7026 * fileio.c:
7027 * emacs.c:
7028 * doc.c:
7029 * dispnew.c:
7030 * dired.c:
7031 * data.c:
7032 * callproc.c:
7033 * buffer.c:
7034 * README:
7035 * Makefile.in:
7036 * s/template.h:
7037 * s/msdos.h:
7038 * m/vax.h: Remove VMS support.
7039 * s/vms.h:
7040 * vlimit.h:
7041 * uaf.h:
7042 * temacs.opt:
7043 * param.h:
7044 * ioctl.h: Remove file.
7045
7046 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7047
7048 * s/ms-w32.h (MULTI_KBOARD): Remove.
7049 * xterm.c:
7050 * xselect.c:
7051 * xfns.c:
7052 * window.c:
7053 * w32term.c:
7054 * w32fns.c:
7055 * terminal.c:
7056 * termhooks.h:
7057 * term.c:
7058 * sysdep.c:
7059 * keyboard.h:
7060 * keyboard.c:
7061 * frame.h:
7062 * frame.c:
7063 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7064 * config.in: Regenerate.
7065
7066 2008-07-30 Jason Rumney <jasonr@gnu.org>
7067
7068 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7069
7070 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7071 (w32font_open_internal): Get unicode version of textmetrics.
7072 Don't enable or disable glyph indices here.
7073 (w32font_open): Disable use of glyph indices.
7074
7075 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7076
7077 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * minibuf.c (Vread_buffer_function): Doc fix.
7080
7081 2008-07-30 John Paul Wallington <jpw@pobox.com>
7082
7083 * minibuf.c (read_buffer_completion_ignore_case): New var.
7084 (Fread_buffer): Use it.
7085
7086 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7087
7088 * systty.h (sensemode): Remove empty #if. Remove reference to
7089 BSD_TERMIOS, unused.
7090
7091 * sysdep.c: Remove reference to DGUX.
7092 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7093
7094 * config.in: Regenerate.
7095
7096 2008-07-30 Jason Rumney <jasonr@gnu.org>
7097
7098 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7099
7100 2008-07-29 Jason Rumney <jasonr@gnu.org>
7101
7102 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7103 is populated.
7104 (uniscribe_encode_char): Always use uniscribe.
7105 Avoid using context if cache is populated.
7106
7107 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7108
7109 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7110 open menu.
7111
7112 * gtkutil.c (menu_nav_ended): Remove.
7113 (create_menus): Remove signal connect for menu_nav_ended.
7114
7115 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * xdisp.c (redisplay_window): Check return value of
7118 compute_window_start_on_continuation_line before forcing a window
7119 start.
7120
7121 2008-07-28 Jason Rumney <jasonr@gnu.org>
7122
7123 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7124
7125 * w32term.c (w32_enable_unicode_output, cleartype_active):
7126 Remove obsolete display options.
7127 (x_draw_glyph_string_background): Don't use old cleartype_active
7128 workaround.
7129 (w32_initialize): Remove cleartype_active initialization.
7130 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7131
7132 2008-07-28 Andreas Schwab <schwab@suse.de>
7133
7134 * lisp.h (init_weak_hash_tables, syms_of_font)
7135 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7136 (remove_hash_entry): Don't declare.
7137 * eval.c (maybe_call_debugger): Make static and move before use.
7138 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7139 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7140 * xterm.h (x_set_frame_alpha): Declare.
7141
7142 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7143
7144 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7145 (create_menus): Connect selection-done to menu_nav_ended.
7146
7147 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7148
7149 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7150 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7151 parameter with read of 'alpha' one.
7152 (Qns_frame_parameter): Remove.
7153 * nsselect.m (selection-coding-system)
7154 (next-selection-coding-system, Vselection_coding_system)
7155 (Vnext_selection_coding_system): Drop.
7156
7157 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7158
7159 * nsfns.m (do-applescript, do_applescript): Rename to
7160 ns-do-applescript, ns_do_applescript, and move within file.
7161
7162 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7163
7164 Remove support for Mac Carbon.
7165 * mactoolbox.c:
7166 * macterm.h:
7167 * macterm.c:
7168 * macselect.c:
7169 * macmenu.c:
7170 * macgui.h:
7171 * macfns.c:
7172 * mac.c: Remove file.
7173 * s/darwin.h:
7174 * m/intel386.h:
7175 * xfaces.c:
7176 * xdisp.c:
7177 * window.c:
7178 * tparam.c:
7179 * termhooks.h:
7180 * termcap.c:
7181 * term.c:
7182 * syssignal.h:
7183 * sysselect.h:
7184 * sysdep.c:
7185 * process.c:
7186 * lread.c:
7187 * lisp.h:
7188 * keyboard.c:
7189 * image.c:
7190 * fringe.c:
7191 * frame.h:
7192 * frame.c:
7193 * fontset.c:
7194 * font.h:
7195 * font.c:
7196 * fns.c:
7197 * fileio.c:
7198 * emacs.c:
7199 * dispnew.c:
7200 * dispextern.h:
7201 * config.in:
7202 * atimer.c:
7203 * Makefile.in: Remove code for Carbon.
7204
7205 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7206
7207 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7208
7209 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7210
7211 * macterm.h (kCGBitmapByteOrder32Host): New define for
7212 non-universal SDKs.
7213
7214 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7215 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7216
7217 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7218 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7219
7220 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7221
7222 * w32inevt.c: Include dispextern.h.
7223
7224 2008-07-26 Andreas Schwab <schwab@suse.de>
7225
7226 * print.c (print_object): Fix off-by-one in last change.
7227
7228 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7229
7230 * term.c (syms_of_term): Don't initialize default_orig_pair,
7231 default_set_foreground and default_set_background on Windows.
7232
7233 2008-07-25 Jason Rumney <jasonr@gnu.org>
7234
7235 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7236 ScriptItemize. Clean up return value checking. Remove unused
7237 variables.
7238 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7239 shaping engine.
7240
7241 * w32font.c (w32font_has_char): Handle the case where we can't
7242 determine the script for a character.
7243
7244 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7245
7246 * term.c (syms_of_term): Initialize default_orig_pair,
7247 default_set_foreground, and default_set_background.
7248
7249 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7250 clash (bug#86).
7251 (getloadavg): Callers changed.
7252
7253 * image.c (svg_load_image): Fix last change.
7254 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7255 image size is valid. Use g_object_unref instead of deprecated
7256 rsvg_handle_free to free rsvg handle.
7257 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7258
7259 2008-07-25 Jason Rumney <jasonr@gnu.org>
7260
7261 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7262 surrogates before looking up glyph index.
7263 (w32font_text_extents): Encode as surrogates if falling back to
7264 functions that need UTF-16 wide chars.
7265
7266 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7267 BMP as surrogates before looking up glyph index.
7268
7269 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * image.c (svg_load_image): Check for failure in return value of
7272 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7273
7274 2008-07-25 Jason Rumney <jasonr@gnu.org>
7275
7276 * w32font.c (Fx_select_font): Reverse sense of second arg.
7277
7278 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7281 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7282
7283 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7284 (PURESIZE): Use it.
7285
7286 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7287
7288 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7289 * m/alpha.h (TEXT_END):
7290 * m/ibmrs6000.h (TEXT_END):
7291 * m/macppc.h (TEXT_END):
7292 * s/darwin.h (TEXT_END):
7293 * s/msdos.h (TEXT_END): Remove, unused.
7294 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7295 * s/cygwin.h: Remove comment.
7296
7297 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7298 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7299 * m/intel386.h (DOT_GLOBAL_START):
7300 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7301 (USG): Remove, file not used on USG platforms.
7302
7303 * Makefile.in (HAVE_X11): Remove empty #else.
7304
7305 2008-07-24 Andreas Schwab <schwab@suse.de>
7306
7307 * fileio.c (Finsert_file_contents): Properly adjust undo list
7308 after format conversion.
7309
7310 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7311
7312 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7313 (menu_nav_ended): Remove.
7314 (create_menus): Remove signal connect for menu_nav_ended.
7315 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7316 create_menus.
7317 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7318
7319 2008-07-23 Jason Rumney <jasonr@gnu.org>
7320
7321 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7322 with opened font.
7323 (w32font_open): Set font type to gdi.
7324
7325 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7326
7327 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7328
7329 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7330 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7331 defines it.
7332 * unexec.c (ADDR_CORRECT): Define unconditionally.
7333
7334 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7335
7336 * unexec.c: Remove code depending on !COFF and USG, the file is
7337 not used for such systems.
7338
7339 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7340 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7341 (LD_SWITCH_SYSTEM_1): Remove, update users.
7342
7343 * s/darwin.h (DATA_END):
7344 * m/intel386.h (DATA_END):
7345 * m/ibmrs6000.h (DATA_END):
7346 * m/alpha.h (DATA_END): Remove, unused.
7347
7348 * config.in: Regenerate.
7349 * s/ms-w32.h (subprocesses): Define unconditionally.
7350 * s/template.h (subprocesses): Update comment.
7351 * s/vms.h (subprocesses):
7352 * s/usg5-4.h (subprocesses):
7353 * s/hpux10-20.h (subprocesses):
7354 * s/gnu-linux.h (subprocesses):
7355 * s/cygwin.h (subprocesses):
7356 * s/bsd-common.h (subprocesses):
7357 * s/aix4-2.h (subprocesses):
7358 * s/darwin.h (subprocesses): Do not define, defined by default now.
7359
7360 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7361 Remove all references.
7362 (temacs): Add GNUstep specific ld flags.
7363
7364 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7365 similarly to what X does.
7366
7367 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7368
7369 * nsfns.m (x-list-fonts): Remove.
7370 (syms_of_nsfns): Drop the x-list-fonts declaration.
7371 * nsterm.m: Get rid of remaining "//" comments.
7372
7373 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7376
7377 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7378 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7379 (Fns_own_selection_internal, Fx_disown_selection_internal)
7380 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7381
7382 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7383 ... */' style of docstrings. Doc fixes.
7384
7385 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7386
7387 * terminfo.c (UP, BC, PC): Undo previous change.
7388
7389 * nsfns.m: Rename ns prefixed functions/variables to the
7390 corresponding x versions. Update references.
7391
7392 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7395
7396 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7397
7398 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7399 Remove forwarding functions.
7400 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7401 non-static.
7402 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7403 non-static.
7404 (ns_frame_parm_handlers): Use the new names.
7405 (syms_of_nsfns): Move to the end of file.
7406
7407 * nsterm.m (syms_of_nsterm): Move to the end of file.
7408
7409 * dispnew.c (init_display): Remove code for X10.
7410
7411 2008-07-22 Jason Rumney <jasonr@gnu.org>
7412
7413 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7414 bare drive.
7415
7416 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7417
7418 * nsterm.m (syms_of_nsterm): Remove debugging println.
7419
7420 2008-07-22 David Reitter <david.reitter@gmail.com>
7421
7422 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7423 Carbon implementation of the same functionality: execute arbitrary
7424 AppleScript code.
7425
7426 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7427
7428 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7429 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7430 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7431 (Fx_display_mm_height, Fx_display_mm_width)
7432 (Fx_display_backing_store, Fx_display_visual_class)
7433 (Fx_display_save_under, Fx_open_connection)
7434 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7435 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7436 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7437 (Fx_display_pixel_width, Fx_display_pixel_height)
7438 (Fx_display_usable_bounds, Fx_display_planes)
7439 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7440 ... */' style of docstrings.
7441
7442 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7445 on this platform.
7446 (mips):
7447 * m/iris4d.h (mips): Do not define.
7448 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7449
7450 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7451
7452 * image.c:
7453 * nsfns.m:
7454 * nsselect.m:
7455 * nsterm.h:
7456 * nsterm.m: Rename ns prefixed functions/variables to the
7457 corresponding x versions. Update references.
7458
7459 * m/ibms390x.h (NO_REMAP): Do not undefine.
7460
7461 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7462
7463 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7464
7465 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7466 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7467 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7468 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7469 (Fns_display_mm_height, Fns_display_mm_width)
7470 (Fns_display_backing_store, Fns_display_visual_class)
7471 (Fns_display_save_under, Fns_open_connection)
7472 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7473 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7474 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7475 (Fns_display_pixel_width, Fns_display_pixel_height)
7476 (Fns_display_usable_bounds, Fx_display_planes)
7477 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7478
7479 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7480
7481 * print.c (print_object): Check print_depth before searching for
7482 circularities.
7483
7484 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
7485
7486 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7487 only sprintf.
7488
7489 2008-07-21 Kenichi Handa <handa@m17n.org>
7490
7491 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7492
7493 2008-07-20 Andreas Schwab <schwab@suse.de>
7494
7495 * syntax.c (find_start_pos, find_start_value)
7496 (find_start_value_byte, find_start_begv, find_defun_start)
7497 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7498
7499 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7500
7501 * s/sol2-3.h: Insert contents of s/sol2.h.
7502 (LD_SWITCH_SYSTEM): Remove redundant definition.
7503 * s/sol2.h: Remove, unused.
7504
7505 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7506
7507 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7508
7509 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7510
7511 * Makefile.in (ns_appdir): Fix typo in find command.
7512
7513 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7514
7515 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7516
7517 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7518 added not supported anymore.
7519
7520 * s/usg5-4-2.h (LIBS_SYSTEM):
7521 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7522
7523 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7524 * s/lynxos.h (GETPGRP_NO_ARG):
7525 * s/hpux10-20.h (NO_SIOCTL_H):
7526 * s/gnu.h (GETPGRP_NO_ARG):
7527 * s/gnu-linux.h (NO_SIOCTL_H):
7528 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7529 * s/cygwin.h (GETPGRP_NO_ARG):
7530 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7531 (C_DEBUG_SWITCH): Remove duplicate definition.
7532
7533 * m/ibms390.h: Remove boilerplate comments.
7534
7535 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7536
7537 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7538 (wait_reading_process_output): Remove code for SunOS, platform not
7539 supported anymore. Use SOLARIS2 instead of sun.
7540
7541 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7542
7543 * font.c (font_open_by_name): Under NS, default lface height to zero.
7544 (font_open_for_lface): Under NS, set size based on frame fontsize.
7545 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7546 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7547
7548 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7549
7550 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7551 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7552 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7553 YES/NO.
7554 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7555 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
7556 * Makefile.in (clean): Clear out build destination dir.
7557
7558 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7559
7560 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
7561 xterm, xselect.
7562 * lisp.h: Remove declaration of hash_remove.
7563 * nsgui.h: Remove redefinitions of hash_remove.
7564 * fns.c (hash_remove): Rename to hash_remove_from_table.
7565
7566 2008-07-19 Seiji Zenitani <zenitani@mac.com>
7567
7568 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
7569 strdup() the family UTF8String before modifying it.
7570
7571 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7572
7573 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
7574 NS_FACE_BACKGROUND with 0 instead of nil.
7575 * nsfont.m (nsfont_draw): Same.
7576
7577 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * nsfns.m (ns_set_background_color): Fix crash.
7580
7581 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7582
7583 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
7584
7585 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
7586
7587 * puresize.h (BASE_PURESIZE): Increase to 1240000.
7588
7589 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7590
7591 * gtkutil.c: Include <config.h> instead of "config.h".
7592
7593 * lisp.h (Foverlay_buffer): Add EXFUN.
7594
7595 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
7596 child process to complete child_setup. Undo 2005-09-21 change.
7597
7598 * s/darwin.h: Mention setsid after vfork.
7599
7600 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7601
7602 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
7603 Depend on macgui.h.
7604
7605 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
7606 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
7607
7608 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
7609 and f19.
7610 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
7611
7612 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
7613 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
7614 Remove enumerators.
7615
7616 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
7617 Check if FACE_FROM_ID returns NULL.
7618
7619 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
7620
7621 * w32inevt.c (change_frame_size): Remove extern declaration.
7622 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
7623 change_frame_size.
7624
7625 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7626
7627 * getloadavg.c: Revert last change (2008-07-15).
7628
7629 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7630
7631 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
7632 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
7633 from configure.
7634
7635 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7636
7637 * s/sol2.h:
7638 * s/sol2-4.h: Reorganize conditionals.
7639
7640 * ecrt0.c: Remove code depending on m68000, not used anymore.
7641
7642 * fns.c (hash_remove): Make static.
7643 * lisp.h (hash_remove): Don't prototype.
7644
7645 * m/ibmrs6000.h:
7646 * m/ibms390x.h:
7647 * m/macppc.h: Remove boilerplate comments.
7648
7649 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
7650 Solaris, which does not need them.
7651
7652 * m/vax.h: Remove comments about unsupported systems.
7653
7654 * s/darwin.h: Reorganize ifdefs.
7655
7656 2008-07-17 Andreas Schwab <schwab@suse.de>
7657
7658 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
7659
7660 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 Use SDATA. Follow coding convention of placing operators at
7663 beginning of next line rather than end of previous line, and placing
7664 spaces around infix operators.
7665
7666 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
7667 in case it was defined already.
7668 USE @GNUSTEP_MAKEFILES@ rather than envvars.
7669 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
7670 ns_default.
7671 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
7672 Lisp_Objects.
7673 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
7674 (ns_defined_color, ns_color_to_lisp): Declare.
7675 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
7676 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
7677 it's accepted even with USE_LISP_UNION_TYPE.
7678 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
7679 (update_frame_tool_bar): Remove apparently obsolete tests for
7680 non-integerness of f->tool_bar_lines.
7681 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
7682 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
7683 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
7684 (nsfont_open): Don't confuse NULL for Qnil.
7685 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
7686 * menu.h (find_and_call_menu_selection):
7687 * menu.c (find_and_call_menu_selection): Use just int for vector size.
7688 (find_and_return_menu_selection): Always return something.
7689 * frame.h: Include dispextern.h for Display_Info.
7690 (display_x_get_resource): Declare.
7691
7692 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7693
7694 * syntax.c: Remove stdio.h include accidentally introduced in
7695 Emacs.app commit.
7696 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7697 NS_IMPL_COCOA.
7698 * keyboard.c (handle_async_input, input_available_signal): Remove
7699 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
7700
7701 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
7704 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
7705 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
7706 Use SDATA.
7707
7708 * keymap.c: Remove all NS-specific code.
7709 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
7710 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
7711 where_is_preferred_modifier, return a different value depending on how
7712 preferred is the binding.
7713 (where_is_internal): Adjust accordingly.
7714 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
7715 Adjust to new preferred_sequence_p.
7716 (syms_of_keymap): Declare `where-is-preferred-modifier'.
7717 * keyboard.c (parse_solitary_modifier): Not static any more.
7718 * keyboard.h (parse_solitary_modifier): Declare.
7719
7720 2008-07-16 Andreas Schwab <schwab@suse.de>
7721
7722 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
7723 of easymenu.
7724
7725 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * xdisp.c (move_it_in_display_line): Account for word wrap, so
7728 that we don't move off the line.
7729
7730 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * keyboard.c (Qsuper): Remove.
7733 (parse_menu_item): Don't call where_is_internal specially for NS.
7734
7735 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7736
7737 * s/gnu-linux.h: Remove boilerplate comments.
7738
7739 * m/alpha.h (__ELF__): Consolidate conditions.
7740
7741 * m/m68k.h (linux): Use GNU_LINUX instead.
7742 Remove boilerplate comments.
7743
7744 * m/intel386.h: Undo refactoring from previous change.
7745 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
7746 too, remove dead code.
7747 (linux): Use GNU_LINUX instead.
7748
7749 2008-07-16 Jason Rumney <jasonr@gnu.org>
7750
7751 * w32gui.h: Repeat 26 June changes lost by last change.
7752
7753 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7754
7755 * systty.h: Remove code for Aix on 386, unsupported platform.
7756
7757 * s/ms-w32.h: Remove boilerplate comments.
7758 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7759
7760 * s/gnu-linux.h (TERM): Remove support.
7761 (HAVE_SYSVIPC): Remove, unused.
7762 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
7763 for this system.
7764
7765 * process.c: Remove support for IRIS, unused.
7766 Remove support for TERM, not relevant anymore.
7767
7768 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
7769 used with the definition.
7770
7771 * s/aix4-2.h (static): Do not undef.
7772
7773 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
7774 only used on Aix.
7775 (HAVE_SYSVIPC): Remove, unused.
7776
7777 * m/hp800.h (CANNOT_DUMP): Do not undef.
7778
7779 * m/alpha.h: Fix comment.
7780
7781 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
7782 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
7783 used by this configuration.
7784 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7785 * unexec.c: Remove code depending on HPUX and
7786 USG_SHARED_LIBRARIES, not used with this file. Remove code
7787 depending on IRIS, unused. Remove if 0-ed code.
7788
7789 * s/template.h: Remove comments about static.
7790
7791 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
7792 Remove if 0-ed code.
7793 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
7794 were the same as the default.
7795 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
7796 Remove boilerplate comments.
7797 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
7798 (HAVE_SYSVIPC): Remove, unused.
7799 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
7800
7801 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7802 Remove boilerplate comments.
7803 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7804 Remove boilerplate comments.
7805 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7806 Remove boilerplate comments.
7807 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
7808
7809 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
7810 USG systems which do not use DATA_SEG_BITS.
7811 Refactor code. Remove boilerplate comments.
7812
7813 * m/ibms390.h:
7814 * m/m68k.h:
7815 * s/bsd-common.h:
7816 * s/cygwin.h:
7817 * s/darwin.h:
7818 * s/freebsd.h:
7819 * s/gnu.h:
7820 * s/msdos.h: Remove boilerplate comments.
7821
7822 * m/iris4d.h: Remove boilerplate comments and code for systems that
7823 do not use this file.
7824 (IRIS_4D): Remove, unused.
7825
7826 * m/mips.h: Remove boilerplate comments and code for systems that
7827 do not use this file.
7828 (SIGN_EXTEND_CHAR):
7829 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7830 * unexmips.c: Remove file, unused.
7831
7832 * editfns.c (Fuser_full_name): Replace the only use of
7833 USER_FULL_NAME with its value.
7834 * config.in: Regenerate.
7835
7836 2008-07-16 David Reitter <david.reitter@gmail.com>
7837
7838 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
7839 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
7840
7841 2008-07-16 Glenn Morris <rgm@gnu.org>
7842
7843 * emacs.c (system-type): Doc fix.
7844
7845 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
7848 If the cache doesn't work, let's fix it, rather than work around it.
7849
7850 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7851
7852 * Makefile.in: Correct additions for nsfont.o in last commit.
7853 * nsfont.m: New file (forgot last commit).
7854
7855 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7856
7857 * callproc.c (set_initial_environment): Initialize
7858 Vprocess_environment under CANNOT_DUMP (fixes crash when
7859 batch-compiling for bootstrap).
7860
7861 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7862 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7863
7864 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
7865 fix crash due to different init order.
7866
7867 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7868
7869 Changes and additions for NeXTstep windowing system (Cocoa and
7870 GNUstep) support.
7871
7872 * Makefile.in:
7873 * config.in: Support defines and build commands for NS port.
7874 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
7875 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
7876 * dispextern.h: Include nsgui.h and add needed typedefs under NS
7877 windowing.
7878 (struct face): Add synth_ital field.
7879 * dispnew.c: Include nsterm.h when compiling under NS windowing.
7880 (init_display): Initialize Vinitial_window_system to "ns" when so
7881 compiled.
7882 * emacs.c: Include GSConfig.h when compiling under GNUstep.
7883 (display_arg): Use under NS.
7884 (main): Under NS, allocate autorelease pool and handle command line
7885 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
7886 (standard_args): Add NS-specific args.
7887 (shut_down_emacs): Shut down NS terminal if compiled under NS.
7888 * font.c (DEFAULT_ENCODING): New variable.
7889 (font_find_for_lface): Use it.
7890 (syms_of_font): Load syms_of_nsfont under NS.
7891 * font.h: Declare nsfont_driver when compiled under NS.
7892 * fontset.c: When compiling under NS, include nsterm.h.
7893 (fontset_from_font): Autoconstruct fontset under NS.
7894 * frame.c (various): Under NS, include nsterm.h, add Qns window system
7895 symbol, document and use it.
7896 (do_switch_frame): When for_deletion under Cocoa, add
7897 Fraise_frame(Qnil).
7898 (x_set_frame_parameters): Ensure font attribute changes are picked up.
7899 (x_get_arg): Allow "yes" and "no" as boolean values.
7900 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
7901 Qright under Cocoa.
7902 (focus-follows-mouse): Default to 0 under NS.
7903 * frame.h (enum output_method): Add output_ns.
7904 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
7905 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
7906 (FRAME_WINDOW_P): NS-specific definition.
7907 * fringe.c (max_used_fringe_bitmap): Make public.
7908 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
7909 (getloadavg): Use NeXT code under descendant OS's.
7910 * image.c (includes and header section, x_create_bitmap_from_data)
7911 (x_create_bitmap_from_file, free_bitmap_record, image_background)
7912 (image_background_transparent, x_clear_image_1)
7913 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7914 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
7915 (x_to_xcolors, x_from_xcolors, x_disable_image)
7916 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
7917 other GUIs, including XPM support using code originally written for
7918 Carbon GUI.
7919 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
7920 using NS API.
7921 (image_ascent): Use font metrics macros instead of direct struct field
7922 access.
7923 * keyboard.c (includes): Add nsterm.h when compiling under NS.
7924 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
7925 Also, handle NS as GTK for menu bar purposes.
7926 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
7927 toolkit where they differ.
7928 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
7929 use cachelist, still needed under NS.
7930 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
7931 (struct widget_value): Define it here for menu.c.
7932 * keymap.c (includes): Include modifier internals.
7933 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
7934 NS.
7935 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
7936 support for preferring sequences using certain modifiers, specified by
7937 the FIRSTONLY argument.
7938 * lisp.h (hash_remove): Rename to avoid name clash when compiling
7939 under NS GNUstep implementation.
7940 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
7941 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
7942 * menu.c: Include nsterm.h under NS.
7943 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
7944 (free_menubar_widget_tree_value, update_submenu_strings)
7945 (find_and_call_menu_selection): Treat NS as X and NT.
7946 (find_and_return_menu_selection): New function, used for popup menus.
7947 * nsgui.h:
7948 * nsterm.h:
7949 * nsfns.m:
7950 * nsimage.m:
7951 * nsmenu.m:
7952 * nsselect.m:
7953 * nsterm.m: New files.
7954 * process.c (wait_reading_process_output): Under NS, call ns_select()
7955 instead of plain select().
7956 * syntax.c (char_quoted): Under NS, avoid a crash when called near
7957 beginning of buffer.
7958 * sysselect.h (init_process): Rename when compiling under Cocoa to
7959 avoid name conflict.
7960 * termhooks.h (display_info): Add ns_display_info to union.
7961 * terminal.c (Fterminal_live_p): Add ns to terminal types.
7962 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
7963 COCOA environment.
7964 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
7965 unexec() signature. (Note, this will dump, but the resulting file
7966 crashes; unexosx is used instead; keeping around for reference and
7967 possible aid in getting dump working under GNUstep.)
7968 * w32gui.h (button_type, widget_value): Remove definitions (now in
7969 keyboard.h).
7970 * window.c: Include nsterm.h when compiling under NS.
7971 * xdisp.c (includes): Include nsterm.h when compiling under NS.
7972 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
7973 other GUI windowing systems.
7974 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
7975 GTK.
7976 (x_consider_frame_title): Under NS, set icon type and frame
7977 modified-state indicator; use ns_set_name_as_filename() when using
7978 formatted title.
7979 (update_window_cursor): Make public when compiling under NS.
7980 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
7981 (hourglass_atimer, Vhourglass_delay
7982 * xfaces.c (header section, init_frame_faces, clear_font_table)
7983 (defined_color, unload_color, x_face_list_fonts)
7984 (prepare_face_for_display): Add NS support parallel to other GUIs.
7985 Emulate GCs like other non-X GUIs.
7986 (split_font_name): Don't lowercase font name under NS.
7987 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
7988 under NS.
7989 * s/darwin.h: Add support for compilation under NS.
7990
7991 2008-07-15 Jason Rumney <jasonr@gnu.org>
7992
7993 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
7994 (w32_show_hourglass): Rename from show_hourglass.
7995 (w32_hide_hourglass): Rename from hide_hourglass.
7996 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
7997 (Vhourglass_delay): Declare extern.
7998 (hourglass_started): Remove.
7999
8000 * xdisp.c (Vhourglass_delay): Remove static.
8001 (hourglass_started, start_hourglass, cancel_hourglass):
8002 Don't include these versions on WINDOWSNT.
8003
8004 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8005
8006 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8007 variables (formerly in xfns.c).
8008 (show_hourglass, hide_hourglass): New prototypes (same).
8009 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8010 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8011 in xfns.c).
8012 (syms_of_xdisp): Declare/initialize display-hourglass,
8013 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8014 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8015 formerly in xfns.c.
8016 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8017 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8018 (start_hourglass, cancel_hourglass): Remove.
8019 (show_hourglass, hide_hourglass): Remove prototypes and static
8020 modifiers.
8021 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8022 hourglass_atimer, hourglass_shown_p declaration/initialization.
8023 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8024 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8025 (start_hourglass, cancel_hourglass): Remove.
8026 (show_hourglass, hide_hourglass): Remove prototypes and static
8027 modifiers.
8028 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8029 hourglass_atimer, hourglass_shown_p declaration/initialization.
8030 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8031 (DEFAULT_HOURGLASS_DELAY): Remove.
8032 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8033 hourglass_shown_p declaration/initialization.
8034
8035 2008-07-14 Jason Rumney <jasonr@gnu.org>
8036
8037 * w32fns.c (w32_get_arg): Remove wrapper function.
8038 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8039 directly.
8040 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8041
8042 2008-07-14 Kenichi Handa <handa@m17n.org>
8043
8044 * xfont.c (xfont_open): Add workaround for X's bug.
8045
8046 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8047
8048 * fontset.c: Include <stdio.h> unconditionally.
8049
8050 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8051
8052 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8053 for filtering.
8054
8055 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8056
8057 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8058
8059 * m/macppc.h:
8060 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8061
8062 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8063 (SPECIAL_EMACS_INT):
8064 * m/ia64.h (SPECIAL_EMACS_INT):
8065 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8066 * s/gnu.h (NLIST_STRUCT):
8067 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8068 * s/gnu-linux.h (LINUX):
8069 * s/msdos.h (HAVE_FACES):
8070 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8071
8072 * systty.h:
8073 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8074 anymore.
8075
8076 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8077
8078 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8079 always defined as int.
8080
8081 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8082 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8083 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8084 * s/freebsd.h (HAVE_WAIT_HEADER):
8085 * s/bsd-common.h (HAVE_UNION_WAIT):
8086 * s/aix4-2.h (HAVE_WAIT_HEADER):
8087 * m/mips.h (HAVE_UNION_WAIT):
8088 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8089 (COFF, static): Do not define, they are undefined later in the file.
8090
8091 * process.c (update_status): Don't use a union.
8092 (status_convert):
8093 (sigchld_handler): Use int instead of WAITTYPE.
8094
8095 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8096
8097 * indent.c (Fvertical_motion): Restore hscroll before moving to
8098 goal column.
8099
8100 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8101
8102 * lisp.h: Remove left over code.
8103
8104 2008-07-11 Andreas Schwab <schwab@suse.de>
8105
8106 * lisp.h: Fix logic in last change.
8107
8108 * menu.h: New file.
8109 * menu.c: Include it.
8110 * xmenu.c: Likewise.
8111 * Makefile.in: Update dependencies.
8112
8113 2008-07-11 Kenichi Handa <handa@m17n.org>
8114
8115 * fontset.c (fontset_from_font): Cancel the previous change.
8116
8117 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8118
8119 * lisp.h:
8120 * w32heap.c:
8121 * emacs.c:
8122 * alloc.c: Replace all references of NO_UNION_TYPE with
8123 USE_LISP_UNION_TYPE.
8124
8125 * m/xtensa.h (NO_UNION_TYPE):
8126 * m/vax.h (NO_UNION_TYPE):
8127 * m/template.h (NO_UNION_TYPE):
8128 * m/sparc.h (NO_UNION_TYPE):
8129 * m/mips.h (NO_UNION_TYPE):
8130 * m/macppc.h (NO_UNION_TYPE):
8131 * m/m68k.h (NO_UNION_TYPE):
8132 * m/iris4d.h (NO_UNION_TYPE):
8133 * m/intel386.h (NO_UNION_TYPE):
8134 * m/ibms390x.h (NO_UNION_TYPE):
8135 * m/ibms390.h (NO_UNION_TYPE):
8136 * m/ibmrs6000.h (NO_UNION_TYPE):
8137 * m/ia64.h (NO_UNION_TYPE):
8138 * m/hp800.h (NO_UNION_TYPE):
8139 * m/arm.h (NO_UNION_TYPE):
8140 * m/amdx86-64.h (NO_UNION_TYPE):
8141 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8142 defining it the same.
8143
8144 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8147
8148 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8149
8150 * fileio.c:
8151 * sysdep.c
8152 * systty.h:
8153 * m/ibmrs6000.h:
8154 * m/iris4d.h:
8155 * s/aix4-2.h:
8156 * s/freebsd.h:
8157 * s/gnu-linux.h:
8158 * s/hpux10-20.h:
8159 * s/hpux11.h:
8160 * s/netbsd.h:
8161 * s/sol2-3.h:
8162 * s/sol2-4.h:
8163 * s/sol2.h:
8164 * s/usg5-4.h:
8165 * s/vms.h: Remove references to unused variables.
8166
8167 2008-07-10 Andreas Schwab <schwab@suse.de>
8168
8169 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8170 pattern before matching the generic family.
8171
8172 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8173
8174 * unexec.c:
8175 * s/vms.h:
8176 * s/usg5-4-2.h:
8177 * s/sol2-5.h:
8178 * s/freebsd.h:
8179 * s/darwin.h: Remove dead code.
8180
8181 * m/template.h:
8182 * m/sparc.h:
8183 * m/mips.h:
8184 * m/m68k.h:
8185 * m/iris4d.h:
8186 * m/intel386.h:
8187 * m/ibms390x.h:
8188 * m/ibms390.h:
8189 * m/ia64.h:
8190 * m/hp800.h:
8191 * m/arm.h:
8192 * m/amdx86-64.h: Remove dead code and references to unused
8193 and compiler defined symbols.
8194
8195 * unexmips.c:
8196 * unexelf.c: Remove references to desupported systems.
8197
8198 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8199
8200 * m/powermac.h: Remove boilerplate comments.
8201 (NO_REMAP): Remove unused definition.
8202
8203 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8204 define them.
8205
8206 2008-07-10 Kenichi Handa <handa@m17n.org>
8207
8208 * xfont.c (xfont_open): Log the reason of failure.
8209
8210 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * fontset.c (fontset_get_font_group):
8213 * font.c (font_check_otf): Specify argument types.
8214
8215 2008-07-09 Kenichi Handa <handa@m17n.org>
8216
8217 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8218 non-ASCII char is found.
8219
8220 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8221 (reorder_font_vector): Change the arg preferred_family to font.
8222 Prefer the spec matching with font.
8223 (fontset_get_font_group): New function.
8224 (fontset_find_font): Change the format of an element of a realized
8225 fontset. Use fontset_get_font_group.
8226 (fontset_font): Try the current fontset, the default fontset, the
8227 fallbacks of the current fontset, and the fallbacks of the default
8228 fontset in this order.
8229 (face_for_char): Delete the shortcut to use the current font.
8230 (fontset_from_font): Don't set fonts for Latin in the fontset.
8231
8232 * font.h (font_make_object, font_match_p): Adjust prototypes.
8233
8234 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8235
8236 * font.c (font_make_object): New arg entity and pixelsize.
8237 (font_check_otf_features, font_check_otf): New functions.
8238 (font_match_p): Check :lang, :script, and :otf properties.
8239
8240 * xfont.c (xfont_open): Adjust it for the change of
8241 font_make_object.
8242 (xfont_text_extents): Fix initial setting of metrics.
8243
8244 * ftfont.c (struct ftfont_info): New member index, delete member
8245 fc_charset_idx. Make the member order compatible with struct
8246 xftfont_info.
8247 (fc_charset_table): Change charset names to registry names.
8248 (ftfont_pattern_entity): Delete the args registry and
8249 fc_charset_idx. Change the value of :font-entity property
8250 to (FONTNAME . INDEX). Always set :registry property to
8251 `iso10646-1'.
8252 (struct ftfont_cache_data): New struct.
8253 (ftfont_lookup_cache): New arg for_face.
8254 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8255 (ftfont_driver): Set the member otf_capability.
8256 (ftfont_get_charset): Adjust it for the change of
8257 fc_charset_table.
8258 (OTF_TAG_SYM): New macro.
8259 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8260 for the change of fc_charset_table.
8261 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8262 ftfont_pattern_entity. Add FC_INDEX to objset.
8263 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8264 and ftfont_pattern_entity.
8265 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8266 font_make_object, struct ftfont_info.
8267 (ftfont_has_char): Use ftfont_get_fc_charset.
8268 (ftfont_otf_features, ftfont_otf_capability): New functions.
8269 (ftfont_shape): Use ftfont_get_otf.
8270 (ftfont_text_extents): Fix initial setting of metrics.
8271
8272 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8273 member order compatible with struct ftfont_info.
8274 (xftfont_open): Add FC_CHARSET to the pattern. Set
8275 xftfont_info->ft_size. Don't unlock the face. Check BDF
8276 properties if appropriate.
8277 (xftfont_close): Unlock the face.
8278 (xftfont_anchor_point, xftfont_shape): Deleted.
8279 (syms_of_xftfont): Don't set members anchor_point and shape of
8280 xftfont_driver.
8281
8282 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8283 font_make_object.
8284
8285 * w32font.c (w32font_open): Adjust it for the change of
8286 font_make_object.
8287 (w32font_open_internal): Don't set properties of font_object here.
8288
8289 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8290
8291 * macfns.c (x_create_tip_frame):
8292 * w32fns.c (x_create_tip_frame):
8293 * xfns.c (x_create_tip_frame): Pass parameter argument to
8294 face-set-after-frame-default.
8295
8296 * xfaces.c (Finternal_merge_in_global_face): Save merged
8297 attributes for the default face back into the face vector.
8298
8299 2008-07-08 Andreas Schwab <schwab@suse.de>
8300
8301 * fontset.h: Declare fontset_from_font. Don't declare
8302 new_fontset_from_font and fontset_from_font_name.
8303 * xterm.c: Include "fontset.h".
8304 * Makefile.in (xterm.o): Update dependencies.
8305
8306 2008-07-08 Glenn Morris <rgm@gnu.org>
8307
8308 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8309 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8310
8311 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8314 (x_set_frame_parameters): Don't bind it.
8315
8316 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
8317
8318 * w32fns.c (map_w32_filename): Declare extern.
8319
8320 2008-07-07 Jason Rumney <jasonr@gnu.org>
8321
8322 * w32term.c (WS_EX_LAYERED): Define if not already.
8323
8324 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * xfaces.c (set_font_frame_param): Don't try to set the font
8327 parameter if it is still unspecified in the lface.
8328
8329 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8330
8331 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8332 face if it didn't already exist.
8333
8334 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8335
8336 2008-07-05 Andreas Schwab <schwab@suse.de>
8337
8338 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8339
8340 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8343 word-wrapping.
8344 (IT_DISPLAYING_WHITESPACE): New macro.
8345 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8346 when word-wrapping. Simplify word-wrapping logic. Use correct
8347 pixel positions when saving copies of the iterator.
8348 (display_line): Use proper wrap point if the last character on a
8349 line was preceded by whitespace.
8350
8351 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8352
8353 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8354
8355 2008-07-04 Kenichi Handa <handa@m17n.org>
8356
8357 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8358
8359 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8360
8361 2008-07-02 Jason Rumney <jasonr@gnu.org>
8362
8363 * xfns.c (syms_of_xfns): Only define x-select-font when both
8364 HAVE_FREETYPE and USE_GTK.
8365
8366 * xdisp.c (next_element_from_display_vector): Move assignment out
8367 of if statement.
8368
8369 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8370
8371 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8372
8373 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8374 (syms_of_fileio): Initialize and export them.
8375 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8376
8377 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8378 (Fsystem_move_file_to_trash): New function.
8379 (syms_of_w32fns): Export it to lisp.
8380
8381 2008-07-01 Jason Rumney <jasonr@gnu.org>
8382
8383 * w32font.c (w32font_text_extents): Don't count overhang as part
8384 of width.
8385
8386 2008-06-30 Miles Bader <miles@gnu.org>
8387
8388 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8389 Add `avoid_cursor_p' field.
8390
8391 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8392 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8393 (append_glyph, append_composite_glyph, produce_image_glyph)
8394 (append_stretch_glyph): Initialize avoid_cursor_p.
8395 (get_it_property): Rename from `get_line_height_property'.
8396 (x_produce_glyphs): Use get_it_property.
8397 (handle_line_prefix, push_display_prop): New functions.
8398 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8399 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8400 New variables.
8401 (syms_of_xdisp): Initialize them.
8402
8403 2008-06-30 Kenichi Handa <handa@m17n.org>
8404
8405 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8406 XftDefaultSubstitute (they are called in XftFontMatch).
8407 (xftfont_open): Fix args to ftfont_font_format.
8408
8409 * ftfont.c (fc_charset_table): New member lang.
8410 (ftfont_resolve_generic_family): New arg pattern.
8411 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
8412 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8413 (ftfont_open): Fix args to ftfont_font_format.
8414 (ftfont_font_format): New arg filename.
8415
8416 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
8417
8418 * xfaces.c (Finternal_merge_in_global_face): If default face was
8419 modified, realize it again. Update the font face attribute.
8420
8421 2008-06-29 Jason Rumney <jasonr@gnu.org>
8422
8423 * w32term.c (x_set_frame_alpha): Fix logic.
8424
8425 2008-06-29 Kenichi Handa <handa@m17n.org>
8426
8427 * fontset.c (Finternal_char_font): Return font-object instead of
8428 font-name.
8429
8430 * composite.c (get_composition_id): Fix the width calculation for TAB.
8431
8432 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * indent.c (Fvertical_motion): Properly handle float column arg.
8435
8436 2008-06-28 Jason Rumney <jasonr@gnu.org>
8437
8438 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8439 (pfnSetLayeredWindowAttributes): New function pointer.
8440 (w32_initialize): Initialize it when supported.
8441 (x_set_frame_alpha): New function.
8442
8443 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8444 (w32_frame_parm_handlers): Set alpha handler.
8445
8446 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8447
8448 2008-06-27 Jason Rumney <jasonr@gnu.org>
8449
8450 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8451 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8452 (w32_to_x_charset, x_to_w32_charset)
8453 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8454 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8455 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8456 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8457 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8458 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8459 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8460 (Qw32_charset_unicode): Remove.
8461 (syms_of_w32fns): Update for above changes.
8462
8463 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8464 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8465 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8466 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8467 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8468 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8469 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8470 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8471 (syms_of_w32font): Update for above changes.
8472
8473 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8474
8475 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8476 removed #if.
8477 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8478
8479 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8480 Eli Zaretskii <eliz@gnu.org>
8481
8482 * makefile.w32-in (LOCAL_FLAGS):
8483 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8484
8485 * sysdep.c (_spawnlp, _getpid):
8486 Declare with explicit _cdecl instead of _CRTAPI1.
8487
8488 * editfns.c (Fget_internal_run_time):
8489 Check for WINDOWSNT with #ifdef, not #if.
8490
8491 2008-06-26 Jason Rumney <jasonr@gnu.org>
8492
8493 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8494
8495 * w32term.c (x_draw_glyph_string_foreground)
8496 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8497 Use FONT_HANDLE macro.
8498 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8499
8500 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8501 (uniscribe_encode_char): Use FONT_HANDLE macro.
8502
8503 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8504 (w32font_text_extents): Use precast w32_font.
8505 (w32font_close): Free cached metrics.
8506 (w32font_open_internal): Allocate space for name on stack.
8507
8508 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8511
8512 2008-06-26 Jason Rumney <jasonr@gnu.org>
8513
8514 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8515 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8516
8517 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8518
8519 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8520
8521 2008-06-26 Jason Rumney <jasonr@gnu.org>
8522
8523 * w32bdf.c, w32bdf.h: Remove obsolete files.
8524
8525 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8526
8527 * w32gui.h: Don't include w32bdf.h.
8528 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8529 Remove obsolete font support.
8530
8531 * w32font.h (struct w32font_info): Remove compat_w32_font.
8532 Add hfont member.
8533 (FONT_COMPAT): Remove obsolete macro.
8534
8535 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8536 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8537 (w32font_open_internal): Remove compat code. Set new hfont member.
8538 (Fx_select_font): Use new hfont member.
8539
8540 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8541 (uniscribe_encode_char): Use new hfont member.
8542
8543 * w32term.c (x_draw_glyph_string_foreground)
8544 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8545 (x_draw_glyph_string): Use metrics in w32font_info.
8546
8547 2008-06-26 Kenichi Handa <handa@m17n.org>
8548
8549 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8550
8551 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8552
8553 * unexnext.c:
8554 * m/ews4800.h:
8555 * m/hp9000s300.h:
8556 * m/ibm370aix.h:
8557 * m/mips-siemens.h:
8558 * m/ncr386.h:
8559 * m/next.h:
8560 * m/pmax.h:
8561 * m/powerpcle.h:
8562 * m/tandem-s2.h:
8563 * s/386bsd.h:
8564 * s/bsd386.h:
8565 * s/bsd4-1.h:
8566 * s/bsd4-2.h:
8567 * s/bsdos2-1.h:
8568 * s/bsdos2.h:
8569 * s/bsdos3.h:
8570 * s/bsdos4.h:
8571 * s/nextstep.h:
8572 * s/ultrix4-3.h:
8573 * s/usg5-0.h:
8574 * s/usg5-2-2.h:
8575 * s/usg5-2.h:
8576 * s/usg5-4-3.h:
8577 * s/ux4800.h:
8578 * s/uxpds.h:
8579 * s/uxpv.h: Remove support for obsolete systems.
8580 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8581 Remove, insert contents in s/hpux10-20.h.
8582 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
8583 Remove, insert contents in s/aix4-2.h.
8584 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
8585 * s/bsd4-3.h: Rename to ...
8586 * s/bsd-common.h: ... this.
8587 * data.c:
8588 * doc.c:
8589 * ecrt0.c:
8590 * emacs.c:
8591 * fileio.c:
8592 * floatfns.c:
8593 * keyboard.c:
8594 * mem-limits.h:
8595 * print.c:
8596 * process.c:
8597 * sysdep.c:
8598 * syssignal.h:
8599 * systty.h:
8600 * syswait.h:
8601 * term.c:
8602 * unexec.c:
8603 * unexelf.c:
8604 * unexhp9k800.c:
8605 * m/hp800.h:
8606 * m/ibmrs6000.h:
8607 * m/mips.h:
8608 * m/vax.h:
8609 * s/darwin.h:
8610 * s/freebsd.h:
8611 * s/gnu.h:
8612 * s/ms-w32.h:
8613 * s/msdos.h:
8614 * s/netbsd.h:
8615 * s/template.h: Remove references to obsolete variables.
8616
8617 * Makefile.in: Add dependencies for all unexec files.
8618 (admindir): Remove unused variable.
8619 (UNEXEC_SRC): Remove references.
8620
8621 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8622
8623 * xfns.c (x_default_font_parameter): If Xft is available, first
8624 try Monospace-12 for the default font.
8625
8626 2008-06-25 Jason Rumney <jasonr@gnu.org>
8627
8628 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
8629
8630 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
8633
8634 * buffer.c (syms_of_buffer): Remove default-word-wrap.
8635
8636 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
8637
8638 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
8639 <scroll-conservatively>: Fix typo in docstring.
8640
8641 * xselect.c (Fx_send_client_event): Doc fix.
8642
8643 2008-06-25 Kenichi Handa <handa@m17n.org>
8644
8645 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
8646
8647 * font.c (font_parse_fcname): Remove unused variables.
8648 (font_sort_entites): Delete the arg SPEC. Caller changed.
8649 Fix for the case of ! best_only.
8650 (font_delete_unmatched): Check DPI and AVGWIDTH too.
8651
8652 * lisp.h (Fstring_to_unibyte): EXFUN it.
8653
8654 * character.h (str_to_unibyte): Extern it.
8655
8656 * character.c (str_to_unibyte): New function.
8657
8658 * fns.c (Fstring_to_unibyte): New function.
8659 (syms_of_fns): Defsubr it.
8660
8661 2008-06-24 Kenichi Handa <handa@m17n.org>
8662
8663 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
8664 DPI too.
8665 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
8666
8667 2008-06-24 Andreas Schwab <schwab@suse.de>
8668
8669 * Makefile.in (${lispsource}loaddefs.el): Rename from
8670 ../lisp/loaddefs.el.
8671 (bootstrap-clean): Do what distclean does but don't remove
8672 Makefile.
8673 (distclean): Depend on bootstrap-clean and remove Makefile.
8674
8675 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8676
8677 * buffer.h (struct buffer): New member word_wrap.
8678
8679 * buffer.c (syms_of_buffer): New variables default-word-wrap and
8680 word-wrap.
8681 (init_buffer_once): Initialize them.
8682
8683 * dispextern.h (struct it): Replace bool truncate_lines_p with a
8684 line_wrap enum possessing three possible values.
8685
8686 * termopts.h: Replace truncate_partial_width_windows with
8687 Vtruncate_partial_width_windows.
8688
8689 * dispnew.c (direct_output_for_insert): Avoid direct output when
8690 inserting a space with word wrap on.
8691
8692 * indent.c (compute_motion): Obey integer values of
8693 truncate-partial-width-windows.
8694
8695 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
8696 replacing truncate_partial_width_windows.
8697 (init_iterator): If Vtruncate_partial_width_windows is an integer,
8698 truncate only if the window width is below that integer.
8699 (start_display, resize_mini_window, produce_stretch_glyph)
8700 (display_string, move_it_in_display_line_to): Use line_wrap.
8701 (back_to_previous_visible_line_start, reseat_1): Reset
8702 string_from_display_prop_p.
8703 (display_line): Extend default face to end of line when wrapping.
8704
8705 2008-06-24 Kim F. Storm <storm@cua.dk>
8706
8707 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
8708 to wrap continued lines at word boundaries.
8709
8710 2008-06-24 Jason Rumney <jasonr@gnu.org>
8711
8712 * font.c (Ffont_face_attributes): Multiply pixel size before point
8713 conversion to avoid multiplying rounding error.
8714
8715 2008-06-23 Jason Rumney <jasonr@gnu.org>
8716
8717 * w32term.c (x_draw_glyph_string_background)
8718 (x_draw_glyph_string): Remove old bdf font code.
8719
8720 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
8721
8722 2008-06-22 Kenichi Handa <handa@m17n.org>
8723
8724 * font.c (font_find_for_lface): Try the adstyle specified in
8725 the property of LFACE_FONT of LFACE (if any).
8726
8727 2008-06-21 Seiji Zenitani <zenitani@mac.com>
8728 Ryo Yoshitake <ryo@shiftmode.net>
8729
8730 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
8731
8732 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
8735 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
8736 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
8737 (witness-emacs): Remove.
8738 (lisp, shortlisp): Move loaddefs.el earlier.
8739 (mostlyclean): Forget about witness-emacs.
8740
8741 2008-06-22 Glenn Morris <rgm@gnu.org>
8742
8743 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
8744 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
8745
8746 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 * Makefile.in (PRECOMP): Remove.
8749 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
8750 (witness-emacs): Run `compile-first'.
8751 (.el.elc): Use the new compile-onefile target.
8752
8753 2008-06-21 Kenichi Handa <handa@m17n.org>
8754
8755 * xftfont.c (xftfont_open): Handle QCembolden only when
8756 FC_EMBOLDEN is defined.
8757
8758 2008-06-21 Andreas Schwab <schwab@suse.de>
8759
8760 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
8761 (.el.elc): Likewise.
8762
8763 2008-06-21 Miles Bader <miles@gnu.org>
8764
8765 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
8766 build dir, not the lisp source dir.
8767
8768 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
8771 (bootstrapclean): Remove.
8772 (.el.elc): New rule.
8773 (PRECOMP): New var.
8774 (../lisp/subdirs.el): Remove.
8775 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
8776 (witness-emacs): New target.
8777 (mostlyclean): Remove witness-emacs as well.
8778 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
8779 Add witness-emacs dependency.
8780
8781 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
8782
8783 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
8784 defined by the font.
8785
8786 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
8789 (bootstrap-clean): New target that keeps TAGS around.
8790 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
8791 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
8792
8793 2008-06-20 Jason Rumney <jasonr@gnu.org>
8794
8795 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
8796 Remove obsolete font code.
8797
8798 * w32font.c (font_matches_spec): Use csb bitfield from font signature
8799 to determine language support.
8800
8801 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * sysdep.c (cfsetspeed): New fun extracted from the code.
8804 (cfmakeraw): Move before first use.
8805
8806 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
8807
8808 * sysdep.c (cfmakeraw): Provide fallback implementation.
8809 (serial_configure): Provide fallback implementation of cfsetspeed.
8810
8811 2008-06-20 Kenichi Handa <handa@m17n.org>
8812
8813 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
8814 the pattern.
8815
8816 * fontset.c (fontset_from_font): Copy font_spec before changing
8817 the elements.
8818
8819 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
8820
8821 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
8824 for explicit `font' parameters.
8825
8826 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
8827
8828 2008-06-19 Kenichi Handa <handa@m17n.org>
8829
8830 * frame.c: Include <ctype.h>.
8831 (x_set_font_backend): Allow spacing characters in the X resource
8832 for FontBackend.
8833
8834 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * w32fns.c, xfns.c (Qfont_param): New var.
8837 (syms_of_w32fns): Initialize it.
8838 (x_default_font_parameter): Record explicit `font' into
8839 `font-parameter'.
8840
8841 2008-06-18 Kenichi Handa <handa@m17n.org>
8842
8843 * font.c (font_parse_xlfd): Fix previous change.
8844 (font_parse_fcname): Don't use :fc-unknown-spec.
8845 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
8846 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
8847 (font_add_log): Prepend the driver name to the resulting fonts.
8848
8849 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
8850 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
8851 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
8852
8853 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
8854 (QCembolden): New variables.
8855 (syms_of_xftfont): DEFSYM them.
8856 (xftfont_open): Call XftFontMatch. Don't trust the result of
8857 XftTextExtents8 if the pixel_size is less than 5.
8858
8859 2008-06-18 Andreas Schwab <schwab@suse.de>
8860
8861 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
8862 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
8863
8864 2008-06-18 Jason Rumney <jasonr@gnu.org>
8865
8866 * w32font.c (w32font_list, w32font_match): Add logging.
8867
8868 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
8869
8870 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * font.c (font_parse_fcname): Store divider characters for
8873 unknown-spec list. For known key symbols, intern using correct
8874 symbol name.
8875
8876 2008-06-17 Kenichi Handa <handa@m17n.org>
8877
8878 * xfaces.c (realize_default_face): If the frame is not on window
8879 system, set the fontset of face to nil.
8880
8881 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8882
8883 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
8884
8885 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8886
8887 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
8888 (build_font_name_from_vector): Delete externs.
8889
8890 * xfaces.c (struct font_name): Don't declare.
8891
8892 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8893
8894 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
8895
8896 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8897
8898 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
8899
8900 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8901
8902 * font.c (Ffont_spec): Fix usage in docstring.
8903 (Ffont_face_attributes): Doc fix.
8904
8905 2008-06-16 Andreas Schwab <schwab@suse.de>
8906
8907 * font.c (Ffont_face_attributes): Fix definition.
8908
8909 2008-06-16 Jason Rumney <jasonr@gnu.org>
8910
8911 * font.h (font_style_symbolic_from_value): Remove.
8912
8913 * font.c (font_style_symbolic_from_value): Remove.
8914 (font_style_symbolic): Revert to pre 2008-06-13 version.
8915
8916 * w32font.c (w32_to_fc_weight): New function.
8917 (w32font_full_name, logfont_to_fcname): Use it.
8918
8919 2008-06-16 Kenichi Handa <handa@m17n.org>
8920
8921 * font.c (font_check_object): Delete it.
8922 (font_clear_cache): Check if a font-object is alive.
8923 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
8924 font-object to nil.
8925 (font_close_object): Don't check FONT_CLOSE_OBJECT.
8926 (font_at): Don't call font_check_object.
8927 (Ffont_get): Return a symbol for :weight, :slant, and :width.
8928
8929 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8930
8931 * puresize.h (BASE_PURESIZE): Increase to 1230000.
8932
8933 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
8936
8937 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * font.c (font_parse_fcname): Only one decimal point.
8940 (font_unparse_fcname): Handle data in family and foundry indices
8941 as symbols, not strings.
8942 (font_unparse_gtkname, Ffont_face_attributes): New functions.
8943
8944 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
8945
8946 * font.h (font_unparse_gtkname): Add prototype.
8947
8948 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8949
8950 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
8951
8952 2008-06-15 Andreas Schwab <schwab@suse.de>
8953
8954 * font.c (font_update_drivers): Fix crash when no drivers match.
8955
8956 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
8959 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
8960
8961 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
8964
8965 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * process.c (Fserial_process_configure, Fprocess_send_eof):
8968 Use EQ to compare Lisp_Objects.
8969
8970 2008-06-13 Jason Rumney <jasonr@gnu.org>
8971
8972 * w32fns.c (Fw32_select_font): Remove old font API function.
8973
8974 * w32font.c (logfont_to_fcname): New function.
8975 (Fx_select_font): New font dialog function compatible with
8976 GTK/fontconfig version.
8977
8978 * font.c (font_style_symbolic_from_value): New function.
8979 (font_style_symbolic): Use it.
8980
8981 * font.h (font_style_symbolic_from_value): Declare new function.
8982
8983 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
8984
8985 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
8986 <font-width-table>: Fix typos in docstrings.
8987
8988 2008-06-13 Daniel Engeler <engeler@gmail.com>
8989
8990 These changes add serial port access.
8991 * process.c: Add HAVE_SERIAL.
8992 (Fdelete_process, Fprocess_status, Fset_process_buffer)
8993 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
8994 (list_processes_1, select_wrapper, Fstop_process)
8995 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
8996 (status_notify): Modify to handle serial processes.
8997 [HAVE_SERIAL] (Fserial_process_configure)
8998 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
8999 New functions.
9000 * process.h (struct Lisp_Process): Add `type'.
9001 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9002 New functions.
9003 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9004 serial ports.
9005 (serial_open, serial_configure): New functions.
9006 * w32.h: Add FILE_SERIAL.
9007 (struct _child_process): Add ovl_read, ovl_write.
9008
9009 2008-06-13 Kenichi Handa <handa@m17n.org>
9010
9011 * dispextern.h (enum lface_attribute_index): New member
9012 LFACE_FOUNDRY_INDEX.
9013
9014 * font.c (font_score): Delete arg alternate_families. Check only
9015 weight, slant, width, and size. Ignore the difference of alias
9016 style symbols.
9017 (font_sort_entites): Adjust for the above change. Reflect the
9018 order of font-driver to scores.
9019 (font_list_entities): Don't check alternate_familes here.
9020 (font_clear_prop): Handle foundry.
9021 (font_update_lface): Don't parse "foundry-family" form here.
9022 Handle FONT_FOUNDRY_INDEX.
9023 (font_find_for_lface): Likewise. Handle alternate families here.
9024 If registry is nil, try iso8859-1 and ascii-0.
9025 (font_open_for_lface): Pay attention to size in ENTITY.
9026 (font_open_by_name): Simplify by calling font_load_for_lface.
9027 (free_font_driver_list): Delete it.
9028 (font_update_drivers): Preserve the order of backends.
9029 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9030 of font_score and font_sort_entites.
9031 (font_update_sort_order): Likewise.
9032
9033 * xfaces.c (LFACE_FOUNDRY): New macro.
9034 (check_lface_attrs): Check foundry.
9035 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9036 (merge_face_vectors): Check foundry.
9037 (merge_face_ref): Likewise.
9038 (Finternal_set_lisp_face_attribute): Likewise.
9039 (x_update_menu_appearance): Likewise.
9040 (Finternal_get_lisp_face_attribute): Likewise.
9041 (lface_hash): Likewise.
9042 (lface_same_font_attributes_p): Likewise.
9043 (x_supports_face_attributes_p): Likewise.
9044 (tty_supports_face_attributes_p): Likewise.
9045 (Finternal_set_alternative_font_family_alist): Intern strings.
9046 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9047 (realize_default_face): Set LFACE_FOUNDRY (lface).
9048
9049 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9050 font-driver at first.
9051
9052 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9053
9054 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9055
9056 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9057
9058 2008-06-12 Jim Meyering <meyering@redhat.com>
9059
9060 Make unexec_free handle NULL the same way free does.
9061 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9062
9063 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9066 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9067 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9068 (WEAK_ALIAS): Simplify.
9069 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9070 when searching a unibyte buffer.
9071
9072 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9073
9074 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9075
9076 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
9077
9078 * w32font.c: Include ctype.h.
9079
9080 2008-06-11 Jason Rumney <jasonr@gnu.org>
9081
9082 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9083 misreported as space.
9084 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9085 as aliases for registry iso10646-1.
9086
9087 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * buffer.c (clone_per_buffer_values): Skip `name'.
9090
9091 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * font.c (font_parse_fcname): Fix last change; accept decimal
9094 points in font size.
9095
9096 2008-06-10 Jason Rumney <jasonr@gnu.org>
9097
9098 * w32uniscribe.c (add_opentype_font_name_to_list):
9099 Skip non unicode fonts.
9100
9101 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * xfns.c (Fx_font_dialog): New function.
9104
9105 * gtkutil.c (xg_dialog_response_cb): Rename from
9106 xg_file_response_callback.
9107 (pop_down_dialog): Rename from pop_down_file_dialog.
9108 (xg_get_file_name): Callers changed.
9109 (xg_get_font_name): New function.
9110
9111 * gtkutil.h (xg_get_font_name): Insert prototype.
9112
9113 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9116 x_underline_minimum_display_offset.
9117 (syms_of_xdisp): Declare it here rather than in xterm.c.
9118 * dispextern.h (underline_minimum_offset): Declare it.
9119 * w32term.c (x_draw_glyph_string): Use it.
9120 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9121 (syms_of_xterm): Don't declare it any more.
9122 (x_draw_glyph_string): Adjust to the new name.
9123
9124 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9125
9126 * xterm.c (x_underline_minimum_display_offset): New var.
9127 (x_draw_glyph_string): Use it.
9128 (syms_of_xterm): Declare it.
9129
9130 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9131
9132 * font.c (font_parse_fcname): Accept GTK-style font names too.
9133
9134 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * dired.c (file_name_completion): Don't return t if the match is exact
9137 but with different capitalization.
9138 * minibuf.c (Ftry_completion): Simplify.
9139
9140 * window.c (Vwindow_point_insertion_type): New var.
9141 (set_window_buffer): Use it.
9142 (syms_of_window): Init and export it to Lisp.
9143
9144 2008-06-10 Kenichi Handa <handa@m17n.org>
9145
9146 * font.h (font_intern_prop): Prototype adjusted.
9147
9148 * font.c (font_intern_prop): New arg force_symbol.
9149 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9150 Adjust for the change of font_intern_prop.
9151
9152 * ftfont.c (ftfont_pattern_entity):
9153 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9154 (w32_registry):
9155 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9156 the change of font_intern_prop.
9157
9158 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
9159
9160 * w32menu.c (digest_single_submenu): Declare extern.
9161
9162 2008-06-09 Jason Rumney <jasonr@gnu.org>
9163
9164 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9165
9166 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9167 (parse_single_submenu): Remove.
9168 (digest_single_submenu): Remove.
9169 (syms_of_w32menu): Don't initialise variables that have moved
9170 to menu.c.
9171 (set_frame_menubar): Sync with version in xmenu.c.
9172 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9173
9174 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9175 Make static again.
9176
9177 2008-06-09 Jason Rumney <jasonr@gnu.org>
9178
9179 Changes to w32 files related to the move of common menu code
9180 to menu.c on 2008-06-08 by Chong Yidong.
9181
9182 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9183 defs to w32gui.h.
9184 (single_keymap_panes, push_menu_item, push_menu_pane):
9185 Make globally visible.
9186
9187 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9188 (local_free, malloc_widget_value, free_widget_value)
9189 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9190 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9191 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9192 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9193 (menu_items, menu_items_allocated, menu_items_used)
9194 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9195 (init_menu_items, finish_menu_items, discard_menu_items)
9196 (grow_menu_items, push_submenu_start, push_submenu_end)
9197 (push_left_right_boundary, push_menu_pane, push_menu_item)
9198 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9199 (free_menubar_widget_tree_value, parse_single_submenu)
9200 (update_submenu_strings): Remove functions.
9201 (xmalloc_widget_value): Remove and declare extern.
9202
9203 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9204 (OBJ1): Build it.
9205
9206 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9207 (local_heap, local_alloc, local_free, malloc_widget_value)
9208 (free_widget_value): Define here.
9209
9210 2008-06-09 Kenichi Handa <handa@m17n.org>
9211
9212 * font.h (Qascii_0): Extern it.
9213
9214 * font.c (Qascii_0): New variable.
9215 (syms_of_font): DEFSYM it.
9216 (font_open_by_name): If the registry "iso8859-1" fails, try also
9217 "ascii-0".
9218
9219 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9220
9221 2008-06-08 Kenichi Handa <handa@m17n.org>
9222
9223 * .gdbinit (xfont): New command.
9224
9225 2008-06-08 Andreas Schwab <schwab@suse.de>
9226
9227 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9228 * Makefile.in (menu.o): Update dependencies.
9229
9230 * Makefile.in (obj): Always add menu.o.
9231 * emacs.c (main): Always call syms_of_menu.
9232 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9233
9234 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
9235
9236 * Makefile.in: Compile menu.c.
9237
9238 * lisp.h: Declare syms_of_menu.
9239
9240 * emacs.c (main): Call syms_of_menu.
9241
9242 * keyboard.h: Relocate platform-independent menu definitions from
9243 xmenu.c.
9244
9245 * menu.c: New file. Relocate platform-independent menu
9246 definitions from xmenu.c. Suggested by Adrian Robert.
9247
9248 * xmenu.c: Remove platform-independent menu definitions.
9249 (menu_items menu_items_inuse, menu_items_allocated)
9250 (menu_items_used, menu_items_n_panes)
9251 (menu_items_submenu_depth): Move to keyboard.h.
9252 (init_menu_items, finish_menu_items, unuse_menu_items)
9253 (discard_menu_items, restore_menu_items, save_menu_items)
9254 (grow_menu_items, push_submenu_start, push_submenu_end)
9255 (push_left_right_boundary, push_menu_pane, push_menu_item)
9256 (keymap_panes, single_keymap_panes, single_menu_item)
9257 (list_of_panes, list_of_items, find_and_call_menu_selection)
9258 (xmalloc_widget_value, free_menubar_widget_value_tree)
9259 (parse_single_submenu, digest_single_submenu)
9260 (update_submenu_strings): Move to menu.c.
9261
9262 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9265
9266 2008-06-06 Miles Bader <miles@gnu.org>
9267
9268 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9269 face, not frame default.
9270
9271 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9272
9273 * window.c (pop_up_windows, pop_up_frames)
9274 (display_buffer_reuse_frames, Vpop_up_frame_function)
9275 (Vdisplay_buffer_function, Veven_window_heights)
9276 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9277 (Vspecial_display_function, Vsame_window_buffer_names)
9278 (Vsame_window_regexps, split_height_threshold)
9279 (Vsplit_window_preferred_function): Move those vars to window.el.
9280 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9281 (Fdisplay_buffer): Move those functions to window.el.
9282 (syms_of_window): Remove corresponding declarations.
9283 (display_buffer): New function.
9284 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9285 * dispnew.c (Flast_nonminibuf_frame): New function.
9286 * buffer.c (Fpop_to_buffer): Move to window.el.
9287
9288 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9291
9292 2008-06-05 Kenichi Handa <handa@m17n.org>
9293
9294 * coding.c (detect_coding): Fix previous change.
9295 (detect_coding_system): Likewise.
9296
9297 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9300
9301 * keymap.c (Vminibuffer_local_filename_must_match_map):
9302 Rename from Vminibuffer_local_must_match_filename_map.
9303 (syms_of_keymap):
9304 * minibuf.c (Fcompleting_read): Adjust accordingly.
9305 * commands.h: Rename declaration as well.
9306
9307 2008-06-05 Kenichi Handa <handa@m17n.org>
9308
9309 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9310 family name.
9311 (Ffont_put): Likewise.
9312
9313 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9314 current font-spec.
9315
9316 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9317 is unspecified.
9318
9319 * xfaces.c (realize_x_face): If the font-related face attributes
9320 are the same as those of default face, realize a new fontset from
9321 default->fontset.
9322 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9323
9324 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9327 (move_it_in_display_line): New wrapper.
9328
9329 * window.c (window_scroll_pixel_based_preserve_x)
9330 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9331 (window_scroll_pixel_based, window_scroll_line_based):
9332 Use them to preserve column positions.
9333 (syms_of_window): Initialize them.
9334
9335 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9336 (HPOS . VPOS) pair.
9337
9338 * dispextern.h (move_it_in_display_line): Declare.
9339
9340 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
9341
9342 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9343 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9344 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9345
9346 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9347
9348 * window.c (Fset_window_parameter): Doc fix.
9349 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9350
9351 2008-06-04 Joakim Verona <joakim@verona.se>
9352
9353 * window.h (struct window): Add new member window_parameters.
9354
9355 * window.c (Fwindow_parameters, Fwindow_parameter)
9356 (Fset_window_parameter): New defuns.
9357 (syms_of_window): Defsubr the new defuns.
9358 (make_window): Initialize window_parameters to nil.
9359
9360 2008-06-04 John Paul Wallington <jpw@pobox.com>
9361
9362 * eval.c (Fdefmacro): Doc fix.
9363
9364 2008-06-04 Kenichi Handa <handa@m17n.org>
9365
9366 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9367 Be sure to call setup_coding_system when we find a proper coding system.
9368 (detect_coding_system): Fix handling of coding->head_ascii.
9369
9370 2008-06-03 Andreas Schwab <schwab@suse.de>
9371
9372 * font.c (font_prop_validate_spacing): Fix last change.
9373
9374 2008-06-03 Kenichi Handa <handa@m17n.org>
9375
9376 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9377 (font_parse_fcname): Fix handling of unknown key.
9378
9379 * xfont.c (xfont_list): Try an alias.
9380
9381 * charset.c (char_charset): Return NULL if the arg charset_list is
9382 specified and C doesn't belong to any of them.
9383
9384 2008-06-02 Chip Coldwell <coldwell@redhat.com>
9385
9386 * font.c (font_pixel_size): Don't take cdr of an integer.
9387
9388 2008-06-02 Jim Meyering <meyering@redhat.com>
9389
9390 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9391 * alloc.c (xfree): Return right away for a NULL arg.
9392 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9393 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9394 * mac.c (create_apple_event_from_event_ref): Likewise.
9395 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9396 Likewise.
9397 * doprnt.c (doprnt1): Likewise.
9398 * frame.c (frame): Likewise.
9399 * keyboard.c (wipe_kboard): Likewise.
9400 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9401 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9402 * term.c (tty_default_color_capabilities, maybe_fatal)
9403 (delete_tty): Likewise.
9404 * w16select.c (string): Likewise.
9405 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9406 * w32bdf.c (w32_free_bdf_font): Likewise.
9407 * w32fns.c (w32_unload_font): Likewise.
9408 * w32font.c (w32font_close): Likewise.
9409 * window.c (size_window): Likewise.
9410 * xselect.c (receive_incremental_selection): Likewise.
9411 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9412 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9413 * w32.c (stat): Likewise.
9414
9415 Remove useless if-before-free tests.
9416 * editfns.c (Fset_time_zone_rule): Likewise.
9417 * lread.c (nosuffix): Likewise.
9418 * ralloc.c (get_bloc): Likewise.
9419 * regex.c (reg_free): Likewise.
9420 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9421 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9422 * xsmfns.c (smc_save_yourself_CB): Likewise.
9423
9424 2008-06-02 Kenichi Handa <handa@m17n.org>
9425
9426 * font.c (font_find_for_lface): Handle float font size.
9427 (font_open_for_lface): Likewise.
9428
9429 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9430 comparing the properties.
9431
9432 2008-06-01 Jason Rumney <jasonr@gnu.org>
9433
9434 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9435 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9436 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9437 Don't add empty script list.
9438 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9439
9440 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9441
9442 * Makefile.in (dot, dotdot): Remove, update users.
9443 ".." has been used elsewhere in the file for a long time.
9444 (LIBXT_STATIC): Remove conditional based on unused variable.
9445
9446 2008-06-01 Miles Bader <miles@gnu.org>
9447
9448 * xfaces.c (Vface_remapping_alist): New variable.
9449 (syms_of_xfaces): Initialize it.
9450 (enum named_merge_point_kind): New type.
9451 (struct named_merge_point): Add `named_merge_point_kind' field.
9452 (push_named_merge_point): Make cycle detection respect different
9453 named-merge-point kinds.
9454 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9455 Remove face-name alias resolution.
9456 (lface_from_face_name): New definition using
9457 `lface_from_face_name_no_resolve'.
9458 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9459 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9460 (get_lface_attributes): New definition that layers face-remapping on
9461 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9462 (lookup_basic_face): New function.
9463 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9464 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9465 `get_lface_attributes'.
9466 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9467 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9468 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9469
9470 * xdisp.c (init_iterator): Pass base_face_id through
9471 `lookup_basic_face' when we actually use it as a face-id.
9472 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9473 DEFAULT_FACE_ID.
9474
9475 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9476 lookup the initial face-id.
9477
9478 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9479
9480 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9481
9482 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9483 (Fremove_text_properties): Fix typos in docstrings.
9484
9485 2008-05-31 Kenichi Handa <handa@m17n.org>
9486
9487 * font.c (font_list_entities): Fix the car part of data to be
9488 stored in the cache.
9489
9490 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9491
9492 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9495 Add a `test' argument so another predicate than `equal' can be used.
9496 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9497 (map_char_table): Remove unused vars `c' and `i'.
9498 * lisp.h (Foptimize_char_table): Adjust declaration.
9499 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9500
9501 2008-05-30 Kenichi Handa <handa@m17n.org>
9502
9503 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9504 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9505 defined.
9506
9507 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9510 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9511 frame-local settings for the same variable.
9512
9513 2008-05-30 Kenichi Handa <handa@m17n.org>
9514
9515 * fontset.c (Ffont_info): Move to font.c.
9516 (syms_of_fontset): Delete defsubr of Sfont_info.
9517
9518 * font.c (font_style_to_value, font_score): Delete casting of the
9519 args to xstcasecmp.
9520 (register_font_driver): Increment num_font_drivers only when
9521 registering the driver globally.
9522 (Ffont_info): Move from fontset.c. Handle a font object too.
9523 (syms_of_font): Defsubr Sfont_info.
9524
9525 2008-05-29 Kenichi Handa <handa@m17n.org>
9526
9527 * coding.h (enum define_coding_utf8_arg_index): New enum.
9528 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9529 coding_attr_utf_bom.
9530 (enum utf_bom_type): Rename from utf_16_bom_type.
9531 (struct utf_16_spec): Adjust for the above change.
9532 (struct coding_system): Add utf_8_bom in `spec' union.
9533
9534 * coding.c (CODING_UTF_8_BOM): New macro.
9535 (enum coding_category): Delete coding_category_utf_8, add
9536 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9537 coding_category_utf_8_sig.
9538 (CATEGORY_MASK_UTF_8): Delete it.
9539 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9540 (CATEGORY_MASK_UTF_8_SIG): New macros.
9541 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9542 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9543 CATEGORY_MASK_UTF_8_SIG.
9544 (CATEGORY_MASK_UTF_8): New macro.
9545 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9546 (detect_coding_utf_8): Check BOM.
9547 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9548 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9549 (encode_coding_utf_16): Likewise.
9550 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9551 (detect_coding, detect_coding_system): Handle utf-8-auto.
9552 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9553 (syms_of_coding): Fix setting up of Vcoding_category_table.
9554
9555 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * process.c (Faccept_process_output): If `millisec' is non-nil,
9558 `seconds' default to 0.
9559 (wait_reading_process_output): Also return non-nil if we read output
9560 from a non-running process.
9561
9562 2008-05-29 Jason Rumney <jasonr@gnu.org>
9563
9564 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
9565 `raster' specified.
9566 (add_font_entity_to_list): Allow non-opentype truetype fonts back
9567 in the uniscribe backend, but disallow any font that has no
9568 unicode subrange support.
9569
9570 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9571
9572 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9573 Fix typos in docstrings.
9574
9575 2008-05-29 Kenichi Handa <handa@m17n.org>
9576
9577 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
9578 (Fx_family_fonts): Set frame correctly.
9579
9580 2008-05-28 Jason Rumney <jasonr@gnu.org>
9581
9582 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
9583
9584 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
9587 calling build_annotations.
9588
9589 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
9590
9591 * coding.c (Fdecode_coding_region, Fencode_coding_region)
9592 (Fencode_coding_string):
9593 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
9594 <latin-extra-code-table>: Fix typos in docstrings.
9595 (syms_of_coding) <coding-system-alist>: Doc fix.
9596 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
9597
9598 2008-05-28 Kenichi Handa <handa@m17n.org>
9599
9600 * fontset.c (Ffont_info): Don't call font_close_object.
9601
9602 * font.c (font_parse_family_registry): Use Ffont_put to validate
9603 foundry and family.
9604 (font_delete_unmatched): Don't check spacing.
9605 (font_list_entities): Add spacing to the spec to list fonts.
9606
9607 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
9608 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
9609
9610 * coding.c (encode_coding_raw_text): Fix previous change.
9611 (encode_coding_object): When the dst_object is a buffer and is
9612 different from src_object, move gap to PT.
9613
9614 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9615
9616 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
9617
9618 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * coding.c (encode_coding_raw_text): Set coding->produced_char for
9621 all branches. Compute it differently.
9622
9623 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
9624
9625 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
9626
9627 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
9628 into "else if () ... else ...".
9629
9630 2008-05-27 Jason Rumney <jasonr@gnu.org>
9631
9632 * w32font.c (w32font_open_internal): Determine if glyph indices
9633 are likely to work here.
9634
9635 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
9638 draw overlap glyphs with appropriate highlighting.
9639
9640 2008-05-27 Kenichi Handa <handa@m17n.org>
9641
9642 * xfont.c (xfont_open): Fix calculation of font->average_width.
9643
9644 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * casefiddle.c (casify_object): Try to guess better whether the
9647 argument is a byte or a char.
9648
9649 2008-05-26 Andreas Schwab <schwab@suse.de>
9650
9651 * xselect.c (x_reply_selection_request): Properly handle format == 32.
9652 Always send multiples of format size.
9653
9654 * xterm.c (x_set_frame_alpha): Fix type mismatch.
9655
9656 2008-05-26 Jason Rumney <jasonr@gnu.org>
9657
9658 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
9659 (compute_metrics): Don't set failure if we just cleared the cache.
9660 (w32_weight_table): Remove unused variable.
9661 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
9662 backwards compatibility.
9663
9664 2008-05-25 Kenichi Handa <handa@m17n.org>
9665
9666 * w32term.c (x_draw_glyph_string):
9667 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
9668
9669 * xfaces.c: Delete unused function prototypes.
9670 (xstrlwr, font_frame): Delete them.
9671 (clear_face_cache): Delete unused variable.
9672
9673 * xftfont.c (xftfont_open): Delete unused variable.
9674 If underline_thickness is not 1, adjust underline_position.
9675
9676 * ftxfont.c (ftxfont_open): Delete unused variable.
9677
9678 * fontset.c (face_for_char): Optimize for the case of no charset
9679 property.
9680
9681 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
9682 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
9683 (otf_open, font_otf_capability, generate_otf_features)
9684 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9685 Comment out by surrounding "#if 0" and "#endif" for the moment.
9686 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
9687 (syms_of_font): Codes for accessing above commented out.
9688
9689 2008-05-24 Eli Zaretskii <eliz@gnu.org>
9690
9691 * w32proc.c: Include dispextern.h.
9692
9693 * w32.c: Include dispextern.h.
9694
9695 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
9696
9697 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
9698 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
9699 Fix typos in docstrings.
9700
9701 2008-05-23 Jason Rumney <jasonr@gnu.org>
9702
9703 * xsmfns.c: Remove includes that are already included by config.h.
9704
9705 2008-05-23 Kenichi Handa <handa@m17n.org>
9706
9707 * charset.c (Qemacs, charset_emacs): New variables.
9708 (char_charset): Fix for non-Unicode characters.
9709 (syms_of_charset): Define charset_emacs.
9710
9711 * w32term.c (x_draw_glyph_string): Be sure to update
9712 s->underline_thickness and s->underline_position. Be sure to draw
9713 underline within the current line area.
9714
9715 * xterm.c (x_draw_glyph_string): Be sure to update
9716 s->underline_thickness and s->underline_position. Be sure to draw
9717 underline within the current line area.
9718
9719 * fontset.c: Delete unused variables and add casting for char *
9720 throughout the file.
9721 (fontset_font): Try the fallback fonts of the current fontset
9722 before consulting the default fontset.
9723
9724 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
9725
9726 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
9727
9728 2008-05-22 Jason Rumney <jasonr@gnu.org>
9729
9730 * font.c: Don't include strings.h.
9731
9732 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
9733
9734 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
9735 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
9736 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
9737 to call xstrcasecmp.
9738
9739 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
9740
9741 * fontset.c (fs_query_fontset): Use xstrcasecmp.
9742
9743 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
9744
9745 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
9746
9747 2008-05-22 Kenichi Handa <handa@m17n.org>
9748
9749 * puresize.h (BASE_PURESIZE): Increase to 1220000.
9750
9751 * font.c (font_prop_validate_style): Adjust for the format
9752 change of font_style_table.
9753
9754 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
9755 two args.
9756
9757 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
9758 two args.
9759
9760 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * minibuf.c (keys_of_minibuf): Delete.
9763 * lisp.h (keys_of_minibuf): Delete.
9764 * emacs.c (main): Don't call keys_of_minibuf.
9765
9766 2008-05-22 Kenichi Handa <handa@m17n.org>
9767
9768 * ftfont.c (ftfont_resolve_generic_family): Rename from
9769 ftfont_list_generic_family. Return a single family for each
9770 generic family.
9771 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
9772 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
9773 Call font_add_log.
9774 (ftfont_match): Call font_add_log.
9775
9776 * font.h (Ffont_xlfd_name): EXFUN adjusted.
9777 (FONT_DEBUG): Define it.
9778 (font_add_log): Extern it.
9779 (font_assert): Rename from xassert.
9780
9781 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
9782 (xfont_list_family): Call font_add_log.
9783 (xfont_match): Likewise.
9784 (memq_no_quit): Delete.
9785
9786 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
9787 call of Ffont_xlfd_name.
9788
9789 * xfaces.c (struct table_entry, slant_table, weight_table)
9790 (swidth_table): Move to font.c.
9791
9792 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
9793 xassert are changed to font_assert. Delete many unused variables.
9794 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
9795 New variables.
9796 (struct table_entry): Move from xfaces.c and modified.
9797 (weight_table, slant_table, width_table): Move from xfaces.c and
9798 contents adjusted for the change of struct table_entry.
9799 (font_style_to_value, font_style_symbolic): Adjust for the
9800 format change of font_style_table.
9801 (font_parse_family_registry): Don't overwrite existing foundry and
9802 family of font_spec.
9803 (font_score): Fix calculation of diff for sizes.
9804 (font_sort_entites): Call font_add_log.
9805 (font_delete_unmatched): Return a newly created list.
9806 (font_list_entities): Fix previous change. Call font_add_log.
9807 (font_matching_entity, font_open_entity, font_close_entity):
9808 Call font_add_log.
9809 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
9810 (Finternal_set_font_style_table): Delete.
9811 (BUILD_STYLE_TABLE): New macro.
9812 (build_style_table): New function.
9813 (Vfont_log, font_log_env_checked): New variables.
9814 (font_add_log): New function.
9815 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
9816 Declare Lisp variables "font-weight-table", "font-slant-table",
9817 "font-width-table", and "font-log". Initialize font_style_table.
9818
9819 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
9820
9821 * xterm.c (x_set_frame_alpha): Move declarations before statements.
9822
9823 2008-05-21 Seiji Zenitani <zenitani@mac.com>
9824 Ryo Yoshitake <ryo@shiftmode.net>
9825
9826 * frame.c (Qalpha): Add a new frame parameter `alpha'.
9827 (Vframe_alpha_lower_limit): New variable.
9828 (x_set_alpha): New function.
9829
9830 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9831
9832 * xfns.c (x-create-frame, Qalpha):
9833 Initialize the frame parameter `alpha'.
9834 * xterm.c (OPAQUE, OPACITY): New.
9835 (x_set_frame_alpha): New function.
9836 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
9837
9838 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
9839 * w32fns.c (w32_frame_parm_handlers): Likewise.
9840
9841 2008-05-20 Jason Rumney <jasonr@gnu.org>
9842
9843 * w32font.c (add_font_entity_to_list): Don't add non-opentype
9844 truetype fonts to opentype list.
9845
9846 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * fontset.c (Ffontset_info): Doc fix.
9849 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
9850 <ignore-relative-composition>: Fix typos in docstrings.
9851
9852 * font.c (syms-of-font) <font-encoding-alist>:
9853 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
9854 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
9855 (Ffont_otf_alternates): Doc fixes.
9856
9857 2008-05-20 Kenichi Handa <handa@m17n.org>
9858
9859 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
9860 font.h through out the file.
9861 (FONT_DRIVERS): Rename from FONTOBJ.
9862 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
9863 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
9864
9865 * emacs.c (main): Call syms_of_font unconditionally.
9866
9867 * font.h (find_font_encoding): Extern it.
9868
9869 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
9870 fontset.c.
9871 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
9872 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
9873 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
9874 only when HAVE_WINDOW_SYSTEM is defined.
9875 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
9876 when HAVE_WINDOW_SYSTEM is defined.
9877
9878 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
9879 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
9880
9881 * xfaces.c: Include font.h unconditionally.
9882 (merge_face_ref, merge_face_vectors)
9883 (Finternal_set_lisp_face_attribute): Cancel the previous change.
9884
9885 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
9888 indirect_variable.
9889 * eval.c (lisp_indirect_variable): New fun.
9890 (Fuser_variable_p): Use it.
9891
9892 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * lisp.h (indirect_variable):
9895 * data.c (indirect_variable, let_shadows_buffer_binding_p):
9896 Use Lisp_Symbol pointers rather than Lisp_Object.
9897 Adjust callers.
9898 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
9899 To this end, change calling-convention.
9900
9901 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
9902 if some non-hidden buffers are selected by string&pred.
9903
9904 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
9905
9906 * process.c (wait_reading_process_output): Always check status
9907 when in batch mode.
9908
9909 2008-05-19 Kenichi Handa <handa@m17n.org>
9910
9911 * font.c (font_list_entities): Fix handling of cache.
9912 (font_matching_entity): Likewise.
9913
9914 * ftfont.c (cs_iso8859_1): Delete.
9915 (ft_face_cache): New variable.
9916 (struct ftfont_info): New member fc_charset_idx.
9917 (ftfont_build_basic_charsets): Delete.
9918 (fc_charset_table): New variable.
9919 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
9920 . FC_CHARSET_IDX) as :font-entity property in the font entity.
9921 Callers changed.
9922 (ftfont_lookup_cache, ftfont_get_charset): New functions.
9923 (ftfont_spec_pattern): New argument fc_charset_idx.
9924 Check registry more rigidly. Change callers.
9925 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
9926 change of :font-entity property of the font.
9927
9928 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
9929 property of the font.
9930
9931 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * coding.c (Fcoding_system_p): Rename argument to match docstring.
9934 (Funencodable_char_position, Fcheck_coding_systems_region)
9935 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
9936 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
9937 (Ffind_operation_coding_system, Fset_coding_system_priority)
9938 (Fcoding_system_eol_type): Doc fixes.
9939
9940 2008-05-17 Glenn Morris <rgm@gnu.org>
9941
9942 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
9943
9944 2008-05-16 Eli Zaretskii <eliz@gnu.org>
9945
9946 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
9947 and st_gid.
9948
9949 * frame.c (Fdelete_frame): Don't call font_update_drivers if
9950 HAVE_WINDOW_SYSTEM is not defined.
9951
9952 * xfaces.c (merge_face_ref, merge_face_vectors)
9953 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
9954 HAVE_WINDOW_SYSTEM is defined.
9955 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
9956
9957 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
9960
9961 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9962
9963 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
9964
9965 2008-05-15 Kenichi Handa <handa@m17n.org>
9966
9967 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
9968 preference.
9969
9970 2008-05-15 Glenn Morris <rgm@gnu.org>
9971
9972 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
9973
9974 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
9975
9976 * fns.c (init_fns): Don't initialize weak_hash_tables here.
9977 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
9978
9979 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
9980
9981 2008-05-15 Kenichi Handa <handa@m17n.org>
9982
9983 * ftfont.c (ftfont_list): Downcase family name to check generic
9984 families.
9985
9986 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
9987 font-spec for QCfont value.
9988
9989 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
9990 buffer. Check the return value of it.
9991
9992 2008-05-14 Jason Rumney <jasonr@gnu.org>
9993
9994 * w32term.c (w32_get_glyph_overhangs): Remove.
9995 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
9996
9997 2008-05-14 Kenichi Handa <handa@m17n.org>
9998
9999 * font.c (font_prop_validate): Make nil a valid value.
10000 (font_clear_cache): Check if the cached vector of entities is nil
10001 or not.
10002
10003 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10004
10005 * emacs.c (main_thread): Conditionalize on
10006 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10007 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10008
10009 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10010 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10011 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10012
10013 2008-05-14 Kenichi Handa <handa@m17n.org>
10014
10015 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10016 has no corresponding coding system.
10017
10018 2008-05-14 Jason Rumney <jasonr@gnu.org>
10019
10020 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10021
10022 * w32font.h (w32font_open_internal): Update declaration.
10023
10024 * w32font.c (w32font_open_internal): Change last argument from
10025 w32font_info struct to font object. Fill in font object from
10026 font_entity. Get Outline metrics if possible. Use them to
10027 calculate underline position and thickness. Use xlfd name as name
10028 property. Don't set codepage.
10029 (w32font_open): Pass font_object to w32font_open_internal. Don't
10030 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10031 (w32font_draw): Use s->font.
10032 (clear_cached_metrics): Don't clear non-existent blocks.
10033
10034 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10035 font was not found.
10036 (x_draw_glyph_string): Use underline position and thickness from font.
10037
10038 * w32uniscribe.c (uniscribe_open): Pass font_object to
10039 w32font_open_internal.
10040
10041 2008-05-14 Kenichi Handa <handa@m17n.org>
10042
10043 These changes are to delete all legacy font-handling codes, and
10044 make Emacs use only font-backends.
10045
10046 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10047 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10048
10049 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10050
10051 * charset.h (Vcharset_non_preferred_head)
10052 (Vcurrent_iso639_language): Extern them.
10053
10054 * charset.c (Vcharset_non_preferred_head): New variable.
10055 (Vcurrent_iso639_language): New variable.
10056 (syms_of_charset): Declare it as a Lisp variable.
10057 (char_charset): Don't check non preferred charsets. As a last
10058 resort, return charset_unicode.
10059 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10060
10061 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10062 conditionals. Don't check enable_font_backend. Delete all codes
10063 used only when USE_FONT_BACKEND is not defined.
10064
10065 * dispextern.h (struct glyph_string): Change type of `font' to
10066 `struct font *'.
10067 (struct glyph_string): New member underline_position and
10068 underline_thickness.
10069 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10070 (struct face): Change type of `font' to `struct font *'. Remove
10071 members `font_name', `font_info_id'.
10072 (per_char_metric, encode_char): Delete externs.
10073 (calc_pixel_width_or_height): Adjust the prototype.
10074
10075 * emacs.c (enable_font_backend): Delete extern.
10076 (main): Don't set enable_font_backend. Don't check the command
10077 line argument "-disable-font-backend".
10078
10079 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10080 (enum font_property_index): New members FONT_DPI_INDEX,
10081 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10082 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10083 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10084 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10085 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10086 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10087 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10088 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10089 (struct font_spec, struct font_entity): New structs.
10090 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10091 (struct font): Many members from old "struct font_info" moved to
10092 here. Members font and entity deleted.
10093 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10094 the new font-related objects.
10095 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10096 (CHECK_FONT_GET_OBJECT): Likewise.
10097 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10098 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10099 (struct font_driver): New members case_sensitive anc check. Type
10100 of the member list and open changed.
10101 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10102 (font_symbolic_width, font_find_object, font_get_spec)
10103 (font_set_lface_from_name): Delete extern.
10104 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10105
10106 * font.c: Include <strings.h>.
10107 (enable_font_backend): Delete it.
10108 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10109 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10110 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10111 (null_string): Delete it.
10112 (null_vector): Make it static.
10113 (font_family_alist): Delete it.
10114 (Qnormal): Extern it.
10115 (QCextra, QClanguage): Delete it.
10116 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10117 (font_make_spec, font_make_entity, font_make_object)
10118 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10119 the string. Callers changed.
10120 (font_pixel_size): Adjusted for the format change of font-related
10121 objects.
10122 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10123 (font_style_to_value, font_style_symbolic): New function.
10124 (build_font_family_alist): Delete it.
10125 (font_registry_charsets): Use Fassoc_string instead of
10126 assq_no_quit.
10127 (font_prop_validate_symbol): Don't return null_string.
10128 (font_prop_validate_style): Adjusted for the change of
10129 style-related values in a font vector.
10130 (font_property_table): Delete entries for QClanguage and
10131 QCantialias, add entries for QCavgwidth.
10132 (get_font_prop_index): Delete the 2nd argument FROM.
10133 (font_prop_validate): Arguments changed.
10134 (font_put_extra): Adjusted for the change of font-related objects.
10135 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10136 (font_parse_fcname, font_unparse_fcname)
10137 (font_prepare_composition): Likewise.
10138 (font_parse_family_registry): Renamed from font_merge_old_spec.
10139 (otf_open): Delete the 1st arg entity.
10140 (font_otf_capability): Adjusted for the above change.
10141 (font_score): New arg alternate_families. Adjusted for the change
10142 of font-related objects.
10143 (font_sort_entites): New arg best_only.
10144 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10145 Delete them.
10146 (font_match_p): Check alternate families.
10147 (font_find_object): Delete it.
10148 (font_check_object): New function.
10149 (font_clear_cache): Adjusted for the change of font-related objects.
10150 (font_delete_unmatched): New arg.
10151 (font_list_entities): Call font_driver->list with a spec that
10152 doesn't specify style-related properties.
10153 (font_matching_entity): Arguments changed. Caller changed.
10154 (font_open_entity): Adjusted for the change of font-related objects.
10155 (font_close_object, font_has_char, font_encode_char)
10156 (font_get_name, font_get_spec): Likewise.
10157 (font_spec_from_name, font_clear_prop, font_update_lface):
10158 New functions.
10159 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10160 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10161 (font_at): Adjusted for the change of font-related objects.
10162 (font_range): New function.
10163 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10164 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10165 (Fcopy_font_spec, Fmerge_font_spec): New function.
10166 (Ffont_family_list): Renamed from list-families.
10167 (Finternal_set_font_style_table): Arguments changed.
10168 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10169 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10170 change of font-related objects.
10171 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10172
10173 * fontset.h (struct font_info): Delete it. Most members go to
10174 struct font.
10175 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10176 (enum FONT_SPEC_INDEX): Delete it.
10177 (font_info, list_fonts_func, load_font_func, query_font_func)
10178 (set_frame_fontset_func, find_ccl_program_func)
10179 (get_font_repertory_func, new_fontset_from_font_name): Delete
10180 externs.
10181 (fontset_from_font_name): Extern it.
10182 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10183 (FONT_INFO_FROM_FACE): Deleted.
10184 (face_for_font): Adjust prototype.
10185
10186 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10187 conditionals. Don't check enable_font_backend. Delete all codes
10188 used only when USE_FONT_BACKEND is not defined.
10189 (get_font_info_func, list_font_func, load_font_func)
10190 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10191 (get_font_repertory_func): Delete them.
10192 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10193 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10194 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10195 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10196 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10197 (fontset_compare_rfontdef): New function.
10198 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10199 rfont-defs by qsort. Adjusted for the change of font-group vector.
10200 (load_font_get_repertory): Deleted.
10201 (fontset_find_font): Use new macros to ref/set elements of
10202 font-def and rfont-def.
10203 (fontset_font): Fix the timing of remembering that no font for C.
10204 (free_face_fontset): Do nothing if the face has no fontset.
10205 (face_suitable_for_char_p): Use new macros to ref/set elements of
10206 rfont-def.
10207 (face_for_char): Likewise. Call face_for_char with font_object.
10208 (fs_load_font): Delete. Delete #pragma surrounding it.
10209 (fs_query_fontset): Use strcasecmp instead of strcmp.
10210 (generate_ascii_font_name): Adjusted for the format change of
10211 font-spec.
10212 (Fset_fontset_font): Likewise. Use new macros to set elements of
10213 font-def.
10214 (Fnew_fontset): Use font_unparse_xlfd to generate
10215 FONTSET_ASCII (fontset).
10216 (new_fontset_from_font_name): Deleted.
10217 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10218 a fontset is already created for the font. FIx updating of
10219 Vfontset_alias_alist.
10220 (fontset_ascii_font): Deleted.
10221 (Ffont_info): Adjusted for the format change of font-spec.
10222 (Finternal_char_font): Likewise.
10223 (Ffontset_info): Likewise.
10224 (syms_of_fontset): Don't check load_font_func.
10225
10226 * fns.c (internal_equal): Handle PREV_FONT.
10227
10228 * frame.h: Delete USE_FONT_BACKEND conditional.
10229
10230 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10231 conditionals. Don't check enable_font_backend. Delete all codes
10232 used only when USE_FONT_BACKEND is not defined.
10233 (x_set_font): Call x_new_font, not x_new_fontset2.
10234 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10235 already set for the frame.
10236
10237 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10238 a font-entity by font_make_entity. Use font_intern_prop instead
10239 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10240 font property. If a font is scalable, set avgwidth property to 0.
10241 Set font-entity property by font_put_extra.
10242 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10243 (ffont_driver): Adjusted for the change of struct font_driver.
10244 (ftfont_spec_pattern): New function.
10245 (ftfont_list): Return a list, not vector.
10246 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10247 (ftfont_list_family): Don't downcase names.
10248 (ftfont_free_entity): Deleted.
10249 (ftfont_open): Return a font-object. Adjusted for the change of
10250 struct font. Get underline_thickness and underline_position from
10251 font property. Don't update dpyinfo->smallest_font_height and
10252 dpyinfo->smallest_char_width.
10253 (ftfont_close): Don't free `struct font'.
10254 (ftfont_has_char): Adjusted for the format change of font-entity.
10255 (ftfont_encode_char, ftfont_text_extents): Likewise.
10256
10257 * ftxfont.c (ftxfont_list): Return a list, not vector.
10258 (ftxfont_open): Return a font-object. Adjusted for the change of
10259 struct font. Get underline_thickness and underline_position from
10260 font property. Don't update dpyinfo->smallest_font_height and
10261 dpyinfo->smallest_char_width.
10262 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10263 (ftxfont_draw): Adjusted for the change of struct font.
10264
10265 * image.c (image_ascent): Don't include "charset.h". Include
10266 "character.h" and "font.h".
10267
10268 * lisp.h (enum pvec_type): New member PREV_FONT.
10269 (Fassoc_string): EXFUN it.
10270
10271 * print.c: Include font.h.
10272 (print_object): Handle font-related objects.
10273
10274 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10275 conditionals. Don't check enable_font_backend. Delete all codes
10276 used only when USE_FONT_BACKEND is not defined.
10277 (handle_auto_composed_prop): Do nothing if it->f is not on a
10278 window system. Check how many following characters can be
10279 displayed by the same font.
10280 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10281 'struct font *'.
10282 (get_char_face_and_encoding): Assign the whole encoding task to
10283 the `encode-char' method of a font driver.
10284 (fill_composite_glyph_string): Adjusted for the change of `struct
10285 face' and `struct glyph_string'.
10286 (fill_glyph_string): Likewise.
10287 (get_per_char_metric): Arguments changed.
10288 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10289 and `struct glyph_string'.
10290 (produce_stretch_glyph, calc_line_height_property)
10291 (x_produce_glyphs): Likewise.
10292
10293 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10294 conditionals. Don't check enable_font_backend. Delete all codes
10295 used only when USE_FONT_BACKEND is not defined. Use
10296 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10297 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10298 (Qp): Extern them.
10299 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10300 Deleted.
10301 (struct font_name): Deleted.
10302 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10303 (compare_fonts_by_sort_order): New function.
10304 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10305 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10306 Deleted.
10307 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10308 compare_fonts_by_sort_order.
10309 (Fx_font_family_list): Call Ffont_family_list.
10310 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10311 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10312 (face_symbolic_slant, face_symbolic_swidth)
10313 (split_font_name_into_vector, build_font_name_from_vector)
10314 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10315 (font_rescale_ratio, split_font_name, build_font_name)
10316 (free_font_names, sort_fonts, x_face_list_fonts)
10317 (face_font_available_p, sorted_font_list, cmp_font_names)
10318 (font_list_1, concat_font_list, font_list, remove_duplicates):
10319 Deleted.
10320 (Fx_list_fonts): Use Ffont_list.
10321 (LFACE_AVGWIDTH): Deleted.
10322 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10323 by FONTP.
10324 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10325 (set_lface_from_font_name): Delete it.
10326 (set_lface_from_font): Renamed from
10327 set_lface_from_font_and_fontset. Caller changed. Don't set
10328 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10329 for face.
10330 (merge_face_vectors): Copy font-spec if necessary.
10331 Clear properties of the font-spec if necessary.
10332 (merge_face_ref): Clear properties of the font-spec if necessary.
10333 (Finternal_set_lisp_face_attribute): Likewise.
10334 (set_font_frame_param): Use font_load_for_lface to load a
10335 font-object, and call Fmodify_frame_parameters with it.
10336 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10337 font name by Ffont_xlfd_name.
10338 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10339 QCslant, and QCwidth.
10340 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10341 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10342 Compare fonts by EQ.
10343 (lookup_non_ascii_face): Deleted.
10344 (face_for_font): The 2nd argument changed.
10345 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10346 Check atomic font properties by case insensitive.
10347 (realize_non_ascii_face): Set face->overstrike correctly.
10348 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10349 (dump_realized_face): Get font name from
10350 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10351
10352 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10353 conditionals. Don't check enable_font_backend. Delete all codes
10354 used only when USE_FONT_BACKEND is not defined.
10355 (xic_create_xfontset): Original code deleted and renamed from
10356 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10357 (x_make_gc): Don't set GCFont in GCs.
10358 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10359 opened by "fixed".
10360 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10361 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10362 get_font_repertory_func.
10363
10364 * xfont.c: Include <stdlib.h> and "ccl.h".
10365 (struct xfont_info): New structure.
10366 (xfont_query_font): Deleted.
10367 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10368 moved from xterm.c.
10369 (xfont_driver): Adjusted for the change of struct font_driver.
10370 (compare_font_names): New function.
10371 (xfont_list_pattern): Sort font names case insensitively. Make
10372 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10373 (xfont_list): Return a list, not vector.
10374 (xfont_match): If the font doesn't have QCname property, generate
10375 a name from the other font properties.
10376 (xfont_open): Return a font-object. Adjusted for the change of
10377 struct font. Get underline_thickness and underline_position from
10378 font property. Don't update dpyinfo->smallest_font_height and
10379 dpyinfo->smallest_char_width.
10380 (xfont_close): Don't free struct font.
10381 (xfont_prepare_face): Adjusted for the change of struct font.
10382 (xfont_done_face): Deleted.
10383 (xfont_has_char): Adjusted for the change of struct font.
10384 (xfont_encode_char, xfont_draw): Likewise.
10385 (xfont_check): New function.
10386
10387 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10388 callback function.
10389 (xftfont_match): Adjusted for the format change of font-entity.
10390 (xftfont_open): Adjusted for the format change of font-entity and
10391 font-object. Adjusted for the change of struct font. Return a
10392 font-object. Don't update dpyinfo->smallest_font_height and
10393 dpyinfo->smallest_char_width.
10394 (xftfont_close): Block input while calling XftFontClose.
10395 (xftfont_prepare_face): Don't block input while calling
10396 xftfont_get_colors. Adjusted for the change of struct font.
10397 (xftfont_shape): Return value of error case fixed.
10398
10399 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10400
10401 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10402 conditionals.
10403 (FONT_WIDTH): Return (f)->max_width.
10404 (struct x_display_info): Delete member `font'.
10405 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10406 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10407 (struct x_output): Change type of `font' to `struct font *'.
10408
10409 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10410 conditionals. Don't check enable_font_backend. Delete all codes
10411 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10412 (x_per_char_metric, x_encode_char): Deleted.
10413 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10414 (x_compute_glyph_string_overhangs): Adjusted for the change of
10415 `struct face'.
10416 (x_draw_glyph_string_foreground)
10417 (x_draw_composite_glyph_string_foreground): Likewise.
10418 (x_draw_glyph_string): Likewise. Use font->underline_position and
10419 font->underline_thickness.
10420 (x_new_font): Renamed from x_new_fontset2.
10421 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10422 (x_check_font): Call `check' method of a font driver.
10423 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10424 (x_query_font, x_get_font_repertory): Deleted.
10425 (x_find_ccl_program): Renamed and moved to xfont.c.
10426 (x_redisplay_interface): Adjusted for the change of `struct
10427 redisplay_interface'.
10428
10429 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10430 conditionals. Don't check enable_font_backend. Delete all codes
10431 used only when USE_FONT_BACKEND is not defined. Surround non-used
10432 code by "#ifdef OLD_FONT" and "endif".
10433 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10434
10435 * w32font.h (struct w32font_info): New member.
10436 (FONT_COMPAT): New macro.
10437 (w32font_open_internal): Prototype adjusted.
10438
10439 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10440 OLD_FONT" and "endif".
10441
10442 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10443 conditionals. Don't check enable_font_backend. Delete all codes
10444 used only when USE_FONT_BACKEND is not defined.
10445 (w32font_open): Return a font-object. Make a font-object by
10446 font_make_object. Adjusted for the change of struct w32font_info.
10447 (w32font_close): Don't free struct font. Adjusted for the change
10448 of struct w32font_info.
10449 (w32font_encode_char, w32font_text_extents, w32font_draw):
10450 Adjusted for the change of struct w32font_info.
10451 (w32font_draw): Likewise.
10452 (w32font_list_internal): Return a list, not vector.
10453 (w32font_open_internal): Change the 4th arg to font-object.
10454 Adjusted for the change of struct w32font_info and font-object format.
10455 (add_font_name_to_list): Don't downcase names.
10456 (w32_enumfont_pattern_entity): Make a font-entity by
10457 font_make_entity. Adjusted for the format change of font-entity.
10458 Use FONT_SET_STYLE to set a style-related font property. If a
10459 font is scalable, set avgwidth property to 0. Set font-entity
10460 property by font_put_extra.
10461 (font_matches_spec): Adjusted for the format change of font-entity.
10462 (w32_weight_table, w32_decode_weight): New variables.
10463 (w32_encode_weight): New function.
10464 (fill_in_logfont): Adjusted for the format change of font-spec.
10465 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10466 weight value.
10467 (w32font_driver): Adjusted for the change of struct font_driver.
10468
10469 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10470 conditionals. Don't check enable_font_backend. Surround non-used
10471 code by "#ifdef OLD_FONT" and "endif".
10472 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10473 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10474
10475 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10476 conditionals. Don't check enable_font_backend. Delete all codes
10477 used only when USE_FONT_BACKEND is not defined. Surround non-used
10478 code by "#ifdef OLD_FONT" and "endif".
10479
10480 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10481 (uniscribe_open): Return value changed to font-object.
10482 Adjusted for the format change of font-object.
10483 (uniscribe_otf_capability): Adjusted for the change of struct font.
10484 (add_opentype_font_name_to_list): Don't downcase names.
10485 (uniscribe_font_driver): Adjusted for the change of struct
10486 font_driver.
10487
10488 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10489
10490 * dispnew.c (update_frame_1): Check if tty output is still valid
10491 before flushing it.
10492
10493 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10494
10495 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10496 to Gtk+ menus.
10497
10498 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * dired.c (file_name_completion): Tweak the code so as to always do it
10501 in a single pass. Tighten the scope of some variables.
10502
10503 * dired.c (Qdefault_directory): New var.
10504 (file_name_completion): Use it instead of Fexpand_file_name.
10505 (syms_of_dired): Initialize it.
10506
10507 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * fileio.c (double_dollars): Remove dead code.
10510
10511 2008-05-10 Eli Zaretskii <eliz@gnu.org>
10512
10513 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10514 Mention w32-get-true-file-attributes in doc string.
10515
10516 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10517
10518 2008-05-09 Glenn Morris <rgm@gnu.org>
10519
10520 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10521 2008-04-23.
10522
10523 2008-05-09 Eli Zaretskii <eliz@gnu.org>
10524
10525 Support for reporting owner and group of each file on MS-Windows:
10526 * dired.c (stat_uname, stat_gname): New functions, with special
10527 implementation for w32.
10528 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10529
10530 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10531 (dflt_group_name): New static variable.
10532 (dflt_group): Rename from the_group.
10533 (init_user_info): Init dflt_group fields. Get user's group name
10534 from LookupAccountSid.
10535 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10536 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10537 New initialization states.
10538 (globals_of_w32): Initialize them to zero. Initialize the default
10539 group name to "None".
10540 (GetFileSecurity_Name): New global var, the name of the function
10541 to call for GetFileSecurity.
10542 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10543 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10544 (get_file_security, get_security_descriptor_owner)
10545 (get_security_descriptor_group, is_valid_sid)
10546 (get_file_security_desc, get_rid, get_name_and_id)
10547 (get_file_owner_and_group): New functions.
10548 (stat): Use get_file_security_desc and get_file_owner_and_group to
10549 report the owner and primary group of each file. Don't ignore the
10550 high 32 bits of file's size, now that st_size is 64-bit wide.
10551 Fix test when to get true file attributes.
10552 (init_user_info): Use get_rid instead of equivalent inline code.
10553 (fstat): Don't ignore the high 32 bits of file's size.
10554
10555 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * image.c (png_load): Use correct bit-depth for setting background
10558 color.
10559
10560 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10561
10562 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
10563 epa-hook.elc.
10564
10565 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10566
10567 * font.c (Ffont_match_p): Don't use `iff' in docstring.
10568
10569 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10570
10571 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10572 because the original parameters are in pure storage now.
10573 (mac_window): Remove unused params. Update callers.
10574
10575 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * lread.c (substitute_object_recurse): Use lower-level primitives.
10578 Don't signal errors when traversing sub-char-tables.
10579 Don't loop over all the possible characters when traversing char-tables.
10580
10581 * print.c (print_preprocess): Add sub-char-tables to the print-table,
10582 just like we do in print.c.
10583
10584 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * minibuf.c (Ftry_completion): Remove code left over from when we used
10587 scmp instead of Fcompare_strings.
10588
10589 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
10590
10591 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
10592
10593 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10594
10595 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
10596 Create bitmap context in native byte order.
10597
10598 * macterm.c (XDrawLine)
10599 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
10600 context in native byte order.
10601
10602 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10603
10604 * config.in: Regenerate.
10605
10606 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
10607 New definitions for Image I/O support.
10608 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10609 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
10610 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10611 (mac_data_provider_release_data, image_load_image_io)
10612 [USE_MAC_IMAGE_IO]: New functions.
10613 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
10614 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
10615 (init_image_func_pointer) [MAC_OSX]: Remove function.
10616 (image_load_quartz2d) [MAC_OSX]: Check availability of
10617 CGImageCreateWithPNGDataProvider at compile time.
10618 Use lowercase `false' for boolean constant.
10619 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
10620 Use image_load_image_io.
10621 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
10622 Don't check MyCGImageCreateWithPNGDataProvider.
10623 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
10624 Don't call init_image_func_pointer.
10625
10626 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
10627
10628 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
10629 Make variable non-static.
10630 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10631 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10632
10633 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
10634 (RED_FROM_ULONG): Mask off higher bits.
10635 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
10636
10637 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
10638 Include AvailabilityMacros.h.
10639 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
10640 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
10641
10642 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * chartab.c (Fset_char_table_range): If range is t, really set all
10645 chars to that value.
10646
10647 2008-05-03 Eli Zaretskii <eliz@gnu.org>
10648
10649 * dired.c (Ffile_attributes): Don't allow the device number become
10650 negative.
10651
10652 2008-05-02 Daiki Ueno <ueno@unixuser.org>
10653
10654 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
10655
10656 2008-05-02 Juri Linkov <juri@jurta.org>
10657
10658 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
10659 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
10660 DEFAULT argument as a list of default values in docstrings.
10661
10662 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * puresize.h (BASE_PURESIZE): Increase to 1210000.
10665
10666 2008-05-01 Martin Rudalics <rudalics@gmx.at>
10667
10668 * dispnew.c (change_frame_size_1): Preserve small windows when
10669 shrinking frames by calling set_window_height|width with third
10670 arg 2.
10671
10672 * window.h (struct window): Replace field too_small_ok by field
10673 resize_proportionally.
10674
10675 * window.c (make_window): Initialize resize_proportionally.
10676 (enlarge_window): Temporarily set resize_proportionally to make
10677 sure that shrink_windows does scale the window proportionally.
10678 (shrink_windows): When window has resize_proportionally set try
10679 to shrink it proportionally by stealing from other windows.
10680 (struct saved_window, Fset_window_configuration)
10681 (compare_window_configurations): Handle resize_proportionally.
10682 (WINDOW_TOTAL_SIZE): New macro.
10683 (window_min_size, shrink_windows, size_window): Use it.
10684 (check_min_window_sizes): Remove. Invalid values of
10685 window-min-height|width are handled by window_min_size_2 now.
10686 (size_window, Fsplit_window, enlarge_window)
10687 (adjust_window_trailing_edge, grow_mini_window): Don't call
10688 check_min_window_sizes.
10689 (window_min_size_2, window_min_size_1, window_min_size):
10690 New argument safe_p for retrieving "safe" minimum sizes.
10691 (Fdisplay_buffer, Fsplit_window, enlarge_window)
10692 (adjust_window_trailing_edge, grow_mini_window):
10693 Adjust arguments of window_min_size... functions.
10694 (shrink_windows): Argument min_size removed. New argument
10695 safe_p allows shrinking windows to their safe minimum sizes.
10696 Calculate minimum size and decide whether a window shall be
10697 deleted for each window individually.
10698 (size_window): When nodelete_p equals 2, tell shrink_windows to
10699 delete windows only if their new minimum size is no more safe.
10700 (shrink_window_lowest_first): Call window_min_size_1 to make
10701 sure to preserve modeline of bottom-most window when resizing
10702 the minibuffer.
10703 (Fset_window_configuration, Fcurrent_window_configuration)
10704 (compare_window_configurations): Do not handle
10705 window-min-height|width any more.
10706 (syms_of_window): Clarify window-min-height|width doc-strings.
10707
10708 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * dired.c (file_name_completion): Fix up the encoding/decoding issue
10711 some more. Copy some of the code from Ftry_completions.
10712 Remove special case code that dates back to initial revision when the
10713 slash was only added when necessary and that can't trigger nowadays.
10714
10715 2008-04-27 Kenichi Handa <handa@m17n.org>
10716
10717 * font.c (font_prop_validate): Signal `error' instead of `font'.
10718
10719 2008-04-29 Jason Rumney <jasonr@gnu.org>
10720
10721 * w32fns.c (Fw32_battery_status): New defun.
10722 (syms_of_w32fns): Defsubr it.
10723
10724 2008-04-28 Andreas Schwab <schwab@suse.de>
10725
10726 * dired.c (file_name_completion): Fix another mixing of encoded
10727 and decoded names.
10728
10729 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
10730
10731 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
10732
10733 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
10734
10735 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
10736
10737 2008-04-27 Andreas Schwab <schwab@suse.de>
10738
10739 * dired.c (file_name_completion): Fix inappropriate mixing of
10740 encoded and decoded names.
10741
10742 * xterm.c (XTread_socket): Fix use of uninitialized variable.
10743
10744 * puresize.h (BASE_PURESIZE): Increase to 1200000.
10745
10746 2008-04-26 Eli Zaretskii <eliz@gnu.org>
10747
10748 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
10749 2008-03-31, it's not needed anymore with `struct stat' definition
10750 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
10751 for the same reasons.
10752
10753 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
10754
10755 * m/sparc.h: Additional redefinitions for GNU/Linux.
10756
10757 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10758
10759 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
10760 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
10761 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
10762 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
10763 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10764 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
10765 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10766 Likewise.
10767
10768 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
10769 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
10770 (mac_ax_number_of_characters): Add externs.
10771 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10772 [USE_MAC_TSM]: Likewise.
10773 (mac_handle_text_input_event) [MAC_OSX]:
10774 Handle kEventTextInputOffsetToPos for no active input area case.
10775 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10776 (mac_handle_document_access_event)
10777 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
10778 (install_application_handler) [MAC_OSX]: Register handlers for
10779 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10780 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10781 Register mac_handle_document_access_event.
10782
10783 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
10784 Make functions non-static.
10785
10786 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
10789 (read_file_name_completion_ignore_case, insert_default_directory)
10790 (Qdefault_directory): Move to minibuffer.el.
10791 (Fread_file_name): Call the new `read-file-name' instead.
10792
10793 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10794
10795 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
10796 Make function non-static.
10797 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
10798 Remove function.
10799 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10800 Move to mactoolbox.c.
10801 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
10802
10803 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
10804 (mac_rect_make): New macro.
10805
10806 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
10807 instead of float.
10808 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10809 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
10810 (XSetBackground) [USE_CG_DRAWING]: Likewise.
10811 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
10812 CGRectMake.
10813 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10814 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
10815 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
10816 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10817 instead of WindowRef in argument type.
10818 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
10819 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
10820 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
10821 instead of DISPLAY. All uses changed.
10822 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
10823 (x_calc_absolute_position): Simplify so as not to use
10824 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
10825
10826 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10827 instead of WindowRef in argument type.
10828 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
10829 [TARGET_API_MAC_CARBON]: Remove externs.
10830 (create_apple_event, mac_event_parameters_to_lisp)
10831 [TARGET_API_MAC_CARBON]: Add externs.
10832
10833 * mactoolbox.c (Vmac_ts_script_language_on_focus)
10834 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
10835 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
10836 is clicked.
10837 (x_activate_menubar): Remove extern for saved_menu_event_location.
10838 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10839 Move from mac.c.
10840
10841 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10842
10843 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
10844 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
10845
10846 2008-04-23 Jason Rumney <jasonr@gnu.org>
10847
10848 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
10849 attributes only for local files.
10850
10851 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
10852 default to Qlocal.
10853
10854 2008-04-22 Juri Linkov <juri@jurta.org>
10855
10856 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
10857 read-buffer-to-switch instead of using the letter "B".
10858
10859 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * fileio.c (Qdefault_directory): New variable.
10862 (Fread_file_name): Use it to pass `dir' to the completion functions.
10863
10864 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
10867
10868 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * keyboard.c (Vpre_help_message): Remove.
10871 (show_help_echo): Remove default C code.
10872
10873 * dired.c (directory_files_internal, file_name_completion):
10874 Only call ENCODE_FILE if the string is indeed decoded.
10875
10876 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * Makefile.in (TOOLKIT_DEFINES): Remove.
10879 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
10880
10881 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10882
10883 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
10884 (mactoolbox.o): New target.
10885
10886 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
10887 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
10888
10889 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
10890 Use mac_set_frame_window_background instead of XSetWindowBackground.
10891 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
10892 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
10893 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
10894 instead of SetWindowTitleWithCFString.
10895 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
10896 Move function to mactoolbox.c.
10897 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
10898 Use mac_set_window_modified instead of SetWindowModified.
10899 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
10900 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
10901 (Fx_focus_frame): Use mac_front_non_floating_window instead of
10902 FrontNonFloatingWindow. Use mac_activate_window instead of
10903 ActivateWindow. Use mac_active_non_floating_window instead of
10904 ActiveNonFloatingWindow.
10905 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
10906 Use mac_show_hourglass and mac_hide_hourglass.
10907 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
10908 instead of GetGlobalMouse.
10909 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
10910 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
10911 Use mac_bring_window_to_front instead of BringToFront.
10912 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
10913 mactoolbox.c.
10914 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
10915 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
10916 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
10917 mactoolbox.c.
10918
10919 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
10920 (XtPointer): Move typedef from macmenu.c.
10921 (enum button_type): Move enum from macmenu.c.
10922 (widget_value): Move typedef from macmenu.c.
10923 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
10924 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10925 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10926 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10927 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10928 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10929 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10930 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
10931 (Selection): Move typedef from macselect.c.
10932 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
10933 macterm.c.
10934 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
10935 (mac_is_window_collapsed, mac_bring_window_to_front)
10936 (mac_send_window_behind, mac_hide_window, mac_show_window)
10937 (mac_collapse_window, mac_front_non_floating_window)
10938 (mac_active_non_floating_window, mac_activate_window)
10939 (mac_move_window_structure, mac_move_window, mac_size_window)
10940 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
10941
10942 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
10943 (enum mac_menu_kind): Move enum to mactoolbox.c.
10944 (min_menu_id): Move variable to mactoolbox.c.
10945 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
10946 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
10947 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
10948 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
10949 [TARGET_API_MAC_CARBON]: Likewise.
10950 (XtPointer): Move typedef to macgui.h.
10951 (enum button_type): Move enum to macgui.h.
10952 (widget_value): Move typedef to macgui.h.
10953 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10954 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10955 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10956 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10957 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10958 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10959 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
10960 (popup_activated_flag): Make variable non-static.
10961 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
10962 (add_menu_item, fill_menu, dispose_menus):
10963 Move functions to mactoolbox.c.
10964 (restore_show_help_function, menu_target_item_handler)
10965 (install_menu_target_item_handler, mac_handle_dialog_event)
10966 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
10967 [TARGET_API_MAC_CARBON]: Likewise.
10968 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
10969 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10970 (find_and_call_menu_selection, name_is_separator): Make function
10971 non-static.
10972 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
10973 to mactoolbox.c.
10974 (set_frame_menubar): Don't call install_menu_quit_handler.
10975 (menu_item_selection): New variable.
10976 (mac_menu_show): Use create_and_show_popup_menu.
10977 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
10978 selection but set variable menu_item_selection. All uses changed.
10979 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
10980 Call install_menu_quit_handler. Move to mactoolbox.c.
10981
10982 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
10983 (Selection): Move typedef to macgui.h.
10984 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
10985 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
10986 Make variables non-static.
10987 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10988 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
10989 Make functions non-static.
10990 (Vmac_service_selection) [MAC_OSX]: Likewise.
10991 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
10992 (mac_valid_selection_target_p, mac_clear_selection)
10993 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10994 (mac_put_selection_value, mac_selection_has_target_p)
10995 (mac_get_selection_value, mac_get_selection_target_list)
10996 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
10997 Move functions to mactoolbox.c.
10998 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
10999 Likewise.
11000 (copy_scrap_flavor_data, mac_handle_service_event)
11001 (install_service_handler) [MAC_OSX]: Likewise.
11002 (syms_of_macselect) <Vmac_dnd_known_types>:
11003 Use mac_dnd_default_known_types.
11004
11005 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11006 Move to mactoolbox.c.
11007 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11008 (Fx_selection_owner_p): Add EXFUN.
11009 (install_window_handler, remove_window_handler, XSetWindowBackground):
11010 Remove externs.
11011 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11012 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11013 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11014 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11015 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11016 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11017 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11018 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11019 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11020 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11021 (mac_valid_selection_target_p, mac_clear_selection)
11022 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11023 (mac_put_selection_value, mac_selection_has_target_p)
11024 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11025 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11026 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11027 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11028 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11029 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11030 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11031 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11032 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11033
11034 * mactoolbox.c: New file.
11035
11036 2008-04-18 Jason Rumney <jasonr@gnu.org>
11037
11038 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11039
11040 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * character.c (Fmultibyte_char_to_unibyte):
11043 Return latin1 chars unchanged.
11044
11045 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11046 relocated if it points to `name'.
11047
11048 2008-04-17 Kenichi Handa <handa@m17n.org>
11049
11050 * data.c (Faset): Allow setting a multibyte character in an
11051 ASCII-only unibyte string.
11052
11053 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11054
11055 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11058 done in config.h.
11059
11060 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
11061
11062 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11063 (Fchar_direction): Add usage in the docstring.
11064
11065 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * keyboard.c (read_key_sequence): Remove always-true checks.
11068
11069 2008-04-14 Jason Rumney <jasonr@gnu.org>
11070
11071 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11072 compatibility struct, for better underline positioning.
11073
11074 2008-04-13 David Hansen <david.hansen@gmx.net>
11075
11076 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11077 string.
11078
11079 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11080
11081 * m/hp800.h (XUINT, XSET): Remove.
11082
11083 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
11084
11085 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11086 previous change.
11087
11088 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11089
11090 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11091 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11092
11093 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * keymap.h (map_keymap_canonical): Declare.
11096 * xmenu.c (single_keymap_panes): Use it.
11097
11098 2008-04-11 Glenn Morris <rgm@gnu.org>
11099
11100 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11101 set the target's value to that of the alias.
11102
11103 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * term.c (set_tty_color_mode): Left over typo.
11106
11107 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
11108
11109 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11110 only after check for file name handler functions. Signal, when
11111 native functionality is not supported.
11112 (syms_of_fileio): Declare it unconditionally.
11113
11114 2008-04-10 Jason Rumney <jasonr@gnu.org>
11115
11116 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11117 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11118
11119 * w32.c (logon_network_drive): Also logon to remote drives that
11120 are mapped to drive letters.
11121
11122 2008-04-10 Glenn Morris <rgm@gnu.org>
11123
11124 * xdisp.c (truncate-partial-width-windows): Doc fix.
11125
11126 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11129 Move functions to minibuffer.el.
11130 (syms_of_fileio): Don't declare them.
11131
11132 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11135 (syms_of_minibuf): Remove its initialization.
11136
11137 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11138
11139 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11140
11141 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11142
11143 2008-04-09 Jason Rumney <jasonr@gnu.org>
11144
11145 * makefile.w32-in (distclean): Delete makefile too.
11146 (maintainer-clean): New target.
11147
11148 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11149
11150 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11151 for new font backend and composite cases.
11152
11153 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11154
11155 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11156 Most of the code moved to run_timers.
11157 (do_pending_atimers): Call run_timers.
11158 (run_timers): New function.
11159
11160 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11161 run atimers.
11162
11163 * process.c (wait_reading_process_output): The same as above.
11164
11165 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * minibuf.c (last_exact_completion): Remove variable.
11168 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11169 (complete_and_exit_1, complete_and_exit_2)
11170 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11171 (Fdisplay_completion_list, display_completion_list_1)
11172 (Fminibuffer_completion_help, Fself_insert_and_exit)
11173 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11174 minibuffer.el.
11175 (syms_of_minibuf): Remove corresponding initializations.
11176
11177 * keyboard.c (Qdeactivate_mark): New var.
11178 (command_loop_1): Use it to call `deactivate-mark'.
11179 (syms_of_keyboard): Initialize it.
11180
11181 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11182 to another frame.
11183 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11184 Don't call set_tty_color_mode.
11185 (store_frame_param): Reset previous_frame rather than call
11186 set_tty_color_mode.
11187 * term.c (set_tty_color_mode): Rewrite.
11188 * dispextern.h (set_tty_color_mode): New type.
11189 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11190
11191 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11194 for generic chars, which do not exist any more in emacs-unicode.
11195
11196 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11197
11198 * coding.c (detect_coding_emacs_mule)
11199 (Ffind_operation_coding_system): Fix typo.
11200
11201 2008-04-08 Jason Rumney <jasonr@gnu.org>
11202
11203 * w32uniscribe.c (SNAME): Extract only symbol name.
11204
11205 * w32font.h (struct w32_metric_cache): New struct.
11206 (w32font_info): Use it.
11207 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11208 (CACHE_BLOCKSIZE): New constants.
11209
11210 * w32font.c (Qja, Qko, Qzh): New symbols.
11211 (syms_of_w32font): Initialise them.
11212 (font_matches_spec): Use them to filter by language.
11213 (recompute_cached_metrics): Remove function.
11214 (compute_metrics, clear_cached_metrics): New functions.
11215 (w32font_encode_char): Use them to manage metric cache.
11216 (w32font_text_extents): Cache metrics for all glyphs on demand.
11217 Delay converting glyph indices to WORD until needed.
11218 (w32font_open_internal): Initialize metric cache to empty.
11219 (registry_to_w32_charset): Charset should always be a symbol.
11220 (fill_in_logfont, list_all_matching_fonts): Family should
11221 always be a symbol.
11222
11223 2008-04-06 Jason Rumney <jasonr@gnu.org>
11224
11225 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11226 Give up if glyph indices not supported. Use uniscribe obtained
11227 ABC widths for individual metrics. Map glyph clusters back to
11228 characters using fClusterStart flag. Return number of glyphs
11229 produced, not chars processed.
11230 (uniscribe_shape): Map char at FROM to current glyph.
11231
11232 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11233
11234 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11235 Use SetMenuItemHierarchicalMenu.
11236
11237 2008-04-05 Jason Rumney <jasonr@gnu.org>
11238
11239 * image.c (pbm_load): Allow color values up to 65535.
11240 Throw an error if max_color_idx is outside the supported range.
11241 Report an error when image size is invalid.
11242 Read two bytes at a time when raw images have max_color_idx above 255.
11243
11244 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11245
11246 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11247 cFileName a file name that includes `?' characters, use the 8+3
11248 alias in cAlternateFileName instead.
11249
11250 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11251
11252 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11253 append "CCL: Quitted" when the CCL program is quitted.
11254 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11255
11256 * ccl.h (struct ccl_program): New member quit_silently.
11257
11258 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * search.c (compile_pattern_1): Treat non-nil and non-string of
11261 search-spaces-regexp as nil.
11262
11263 * minibuf.c (Fassoc_string): Tweak docstring.
11264
11265 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11266
11267 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11268 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11269 2008-03-14 to force inode be positive.
11270
11271 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11272 _S_* ones, since we now use our own sys/stat.h.
11273 (stat, fstat): Don't mangle the inode number.
11274 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11275
11276 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11277
11278 * frame.h (struct frame): Give one more bit to `visible' since we use
11279 values larger than 1 to indicate obscured frames on ttys.
11280
11281 * keymap.c (Qkeymap_canonicalize): New var.
11282 (Fmap_keymap_internal): New fun.
11283 (describe_map): Use keymap-canonicalize.
11284
11285 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11286 (Fundo_boundary): Set them.
11287 (syms_of_undo): Initialize them.
11288 (record_point): Use them instead of last_point_position*.
11289 (last_undo_buffer): Change type.
11290
11291 2008-04-04 Jason Rumney <jasonr@gnu.org>
11292
11293 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11294 (recompute_cached_metrics): Don't set ascent and descent per char.
11295
11296 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11297 (uniscribe_check_otf): Add GC protection before consing.
11298 Rearrange loop for counting features.
11299
11300 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11303 buffer with byte-size of source buffer.
11304
11305 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11306
11307 * callint.c (Fcall_interactively): Handle temporary region even
11308 when shift-select-mode is off.
11309
11310 2008-04-03 Jason Rumney <jasonr@gnu.org>
11311
11312 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11313
11314 2008-04-03 Kenichi Handa <handa@m17n.org>
11315
11316 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11317 (CATEGORY_MASK_UTF_16): Likewise.
11318 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11319 binary file.
11320 (detect_coding): Add null-byte detection for a binary file.
11321 (detect_coding_system): Likewise.
11322
11323 2008-04-03 Jason Rumney <jasonr@gnu.org>
11324
11325 * w32uniscribe.c: New file.
11326
11327 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11328
11329 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11330
11331 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11332 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11333 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11334 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11335 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11336 (Qphonetic): New symbols.
11337 (syms_of_w32font): Initialize them.
11338 (font_supported_scripts): Use them.
11339 (w32font_list_family): List all charsets.
11340 (w32font_text_extents, recompute_cached_metrics): Fix metric
11341 calculations.
11342 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11343 Give opentype fonts their own format.
11344 (font_matches_spec): New arguments backend and logfont.
11345 Handle :otf spec for uniscribe backend.
11346 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11347 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11348
11349 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11350 font backend.
11351 (globals_of_w32fns): Initialize uniscribe font backend.
11352
11353 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11354 dependencies.
11355 (w32uniscribe.$(O)): New file to build.
11356 (FONT_OBJ): Include w32uniscribe.$(O).
11357 (LIBS): Add uniscribe libraries.
11358
11359 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11360
11361 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * callint.c (Vshift_select_mode): New var.
11364 (Finteractive): Document new ^ spec.
11365 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11366 is present.
11367
11368 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11369 (command_loop_1): Avoid running the direct display versions of
11370 forward-char and backward-char if shift-selection may occur.
11371 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11372 shift-translation takes place.
11373
11374 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11375 avoid clobbering by define-minor-mode.
11376
11377 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11378 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11379
11380 * syntax.c (Fforward_word): Add ^ interactive spec.
11381
11382 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11383 (Fscroll_right): Add ^ interactive spec.
11384
11385 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11386
11387 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11388
11389 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11390
11391 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11392
11393 2008-03-31 Juri Linkov <juri@jurta.org>
11394
11395 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11396
11397 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11398
11399 * gtkutil.c (xg_set_geometry): Fix indentation.
11400 (xg_resize_outer_widget): Remove.
11401 (x_wm_size_hint_off): Fix indentation.
11402 (xg_frame_set_char_size): Call flush_and_sync after
11403 gtk_window_resize.
11404 (x_wm_set_size_hint): Pass NULL as geometry window to
11405 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11406 Add menu bar and tool bar height to base height.
11407 (xg_update_frame_menubar, free_frame_menubar)
11408 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11409 (update_frame_tool_bar, free_frame_tool_bar):
11410 Change xg_resize_outer_widget to xg_frame_set_char_size.
11411
11412 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11413
11414 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11415 (Fdbus_call_method): New parameter TIMEOUT.
11416 (dbus-send-signal): Optimize UNGCPRO call.
11417
11418 2008-03-29 Juri Linkov <juri@jurta.org>
11419
11420 * window.c (Fdisplay_buffer): Move call to
11421 Vsplit_window_preferred_function out of conditions that check
11422 if window is eligible for vertical splitting.
11423 When Vsplit_window_preferred_function is non-nil, call it and use
11424 its non-nil return value as window. Otherwise, continue doing
11425 vertical splitting using Fsplit_window with arg horflag=nil.
11426 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11427 default value from `split-window' to nil.
11428
11429 2008-03-29 Juri Linkov <juri@jurta.org>
11430
11431 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11432 for interactive code letters 'b' and 'B'.
11433
11434 2008-03-29 Eli Zaretskii <eliz@gnu.org>
11435
11436 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11437 multibyte string.
11438
11439 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * keyboard.c (pending_funcalls): New var.
11442 (timer_check): Run it.
11443 (syms_of_keyboard): Initialize it.
11444 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11445 (Vdelete_terminal_functions): New vars.
11446 (syms_of_terminal): Initialize them.
11447 (Fdelete_terminal): Run delete-terminal-functions.
11448 * xdisp.c (safe_eval): Rewrite.
11449 (safe_call2): New fun.
11450 * frame.c (Qdelete_frame_functions): New var.
11451 (syms_of_frame): Initialize it.
11452 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11453 * lisp.h (safe_call2, pending_funcalls): Declare.
11454
11455 2008-03-28 Andreas Schwab <schwab@suse.de>
11456
11457 * indent.c (Fmove_to_column): Move declaration before statements.
11458
11459 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11462 (struct frame): Use bit fields for boolean vars.
11463
11464 * process.c (server_accept_connection): Simplify naming.
11465 (emacs_get_tty_pgrp): Use SDATA.
11466
11467 * coding.c (decode_coding_object): Fix last change.
11468
11469 2008-03-27 Jason Rumney <jasonr@gnu.org>
11470
11471 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11472
11473 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11474
11475 * charset.c (Fdefine_charset_internal): Change the way of
11476 registering charsets in Vcharset_order_list.
11477 (syms_of_charset): Make the charset `eight-bit' supplementary.
11478
11479 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11480
11481 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11482 operations, to avoid having the difference between pointers
11483 overflow.
11484
11485 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * indent.c (check_display_width): New fun.
11488 (scan_for_column): Use it.
11489
11490 * data.c (syms_of_data): Mark most-positive-fixnum and
11491 most-negative-fixnum as constants.
11492
11493 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11494
11495 * indent.c (scan_for_column): Extract from current_column_1.
11496 Merge with the same code from Fmove_to_column.
11497 (current_column_1, Fmove_to_column): Use it.
11498
11499 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * keymap.c (map_keymap_internal): New fun.
11502 (map_keymap): Use it.
11503 (Fmap_keymap_internal): New fun.
11504 (Fmap_keymap): Remove left-out test from before make_save_value.
11505
11506 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11507
11508 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11509 Use XCAR/XCDR.
11510
11511 * process.h (struct Lisp_Process): Remove filter_multibyte.
11512 * process.c (QCfilter_multibyte): Remove.
11513 (setup_process_coding_systems): Don't use filter_multibyte.
11514 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11515 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11516 (Fset_process_filter_multibyte): Change the coding-system to
11517 approximate the previous behavior.
11518 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11519 coding-system.
11520
11521 * coding.c (decode_coding_object): When not decoding into a buffer,
11522 obey the coding system's preference of (uni|multi)byte.
11523
11524 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11527 every char is changed and has a different byte-length.
11528 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11529 Fix int -> EMACS_INT.
11530
11531 2008-03-23 David Hansen <david.hansen@gmx.net>
11532
11533 * dbusbind.c (xd_read_message): Remove extra copying of message
11534 strings. Check for NULL `interface' or `member'.
11535
11536 2008-03-22 Eli Zaretskii <eliz@gnu.org>
11537
11538 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11539 cFileName a file name that includes `?' characters, use the 8+3
11540 alias in cAlternateFileName instead.
11541
11542 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11545
11546 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11549 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11550 work on current_buffer only instead (that was already the case
11551 for some of the code anyway).
11552 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11553 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11554 (SET_PT, SET_PT_BOTH): Adjust.
11555 * intervals.h (set_point, temp_set_point, set_point_both)
11556 (temp_set_point_both): Remove redundant declarations.
11557
11558 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * fileio.c (Finsert_file_contents):
11561 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
11562 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
11563 when buffer != current_buffer anyway.
11564
11565 2008-03-20 Andreas Schwab <schwab@suse.de>
11566
11567 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
11568 as default.
11569
11570 2008-03-19 Jason Rumney <jasonr@gnu.org>
11571
11572 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11573 (syms_of_w32fns): Initialize them.
11574 (HOURGLASS_ID): New constant.
11575 (x_window_to_frame): Don't check hourglass_window.
11576 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
11577 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
11578 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
11579 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
11580 Only change the cursor if hourglass is not active.
11581 (Fx_create_frame): Initialize frame's current_cursor.
11582 (hourglass_atimer): Remove.
11583 (hourglass_started): New function.
11584 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
11585 (show_hourglass): Adapt to w32, changing argument to frame.
11586
11587 * w32term.h (struct w32_output): Remove hourglass_window.
11588 Add current_cursor.
11589
11590 * eval.c (call_debugger, Fsignal):
11591 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
11592 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
11593 (Fexecute_extended_command, cancel_hourglass_unwind):
11594 * minibuf.c (read_minibuf):
11595 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
11596
11597 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * window.c (run_funs): New fun.
11600 (run_window_configuration_change_hook): Use it to run the buffer-local
11601 and the global part of the hook.
11602
11603 * xdisp.c (format_mode_line_unwind_data): Add window argument.
11604 (unwind_format_mode_line): Restore selected window.
11605 (x_consider_frame_title, Fformat_mode_line): Set selected window.
11606
11607 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * editfns.c (Fchar_equal): Check they are valid characters.
11610
11611 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
11612
11613 2008-03-17 Andreas Schwab <schwab@suse.de>
11614
11615 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
11616 against a charset.
11617
11618 * lisp.h (Fbuffer_list): Declare.
11619
11620 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
11621
11622 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
11623 handlebox_widget is != 0.
11624
11625 2008-03-16 Juri Linkov <juri@jurta.org>
11626
11627 * callint.c (Fcall_interactively): For interactive code letters
11628 'b' and 'B' put the buffer list into the list of default "future"
11629 values of the minibuffer.
11630
11631 2008-03-16 Andreas Schwab <schwab@suse.de>
11632
11633 * keyboard.c (read_key_sequence): Fix downcasing of letters with
11634 modifiers.
11635
11636 * regex.c (re_match_2_internal): Correct matching of a charset
11637 against latin-1 characters.
11638
11639 2008-03-16 Kenichi Handa <handa@m17n.org>
11640
11641 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
11642 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
11643 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
11644 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
11645 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
11646 CHAR_STRING_ADVANCE.
11647 (produce_chars): Fix for the case that the source and the
11648 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
11649 instead of CHAR_STRING_ADVANCE.
11650 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
11651 STRING_CHAR_ADVANCE.
11652
11653 2008-03-15 Andreas Schwab <schwab@suse.de>
11654
11655 * regex.c (re_match_2_internal): Correct matching of eight bit
11656 characters in unibyte strings.
11657
11658 2008-03-15 Martin Rudalics <rudalics@gmx.at>
11659
11660 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
11661 at end of range when it coincides with the end of the buffer.
11662
11663 2008-03-14 Eli Zaretskii <eliz@gnu.org>
11664
11665 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
11666
11667 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
11668
11669 2008-03-14 Jason Rumney <jasonr@gnu.org>
11670
11671 * editfns.c (initial_tz): New variable.
11672 (syms_of_editfns): Initialize it.
11673 (Fset_time_zone_rule): Set it when first called.
11674 Use it when TZSTRING is nil.
11675
11676 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
11677 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
11678 (monitor_from_point_fn, get_monitor_info_fn): New globals.
11679 (globals_of_w32fns): Initialize them.
11680 (compute_tip_xy): Use them to position tooltips.
11681
11682 2008-03-14 Glenn Morris <rgm@gnu.org>
11683
11684 * emacs.c (main): Revert previous change.
11685 (standard_args): Revert -internal-script back to -scriptload,
11686 and remove the long-option form.
11687
11688 2008-03-13 Glenn Morris <rgm@gnu.org>
11689
11690 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
11691 Remove option -enable-font-backend.
11692
11693 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
11696
11697 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
11698
11699 * xterm.c (x_connection_closed): For GTK: If this is the last
11700 terminal just exit without closing the display.
11701
11702 2008-03-11 Jason Rumney <jasonr@gnu.org>
11703
11704 * w32font.c (w32font_full_name): Use floor to round.
11705
11706 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11707
11708 * sound.c (alsa_configure): Declare vol at beginning of block.
11709
11710 * fontset.c (Ffontset_info): Remove extra semicolon.
11711
11712 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11713
11714 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
11715 size of resulting string.
11716
11717 2008-03-10 Jason Rumney <jasonr@gnu.org>
11718
11719 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
11720
11721 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11722
11723 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
11724 Don't pretend as if characters with display property haven't been
11725 consumed for string-replacing-string case.
11726
11727 2008-03-08 Kim F. Storm <storm@cua.dk>
11728
11729 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
11730 (get_next_display_element, next_element_from_string)
11731 (next_element_from_ellipsis, next_element_from_buffer): Use it.
11732
11733 2008-03-08 Andreas Schwab <schwab@suse.de>
11734
11735 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
11736
11737 2008-03-06 Jason Rumney <jasonr@gnu.org>
11738
11739 * w32font.c (w32_registry): Take font_type argument. Use ANSI
11740 when charset not specified. Only translate ANSI to unicode when
11741 font_type is truetype.
11742 (w32font_coverage_ok): New function.
11743 (add_font_entity_to_list): Use it to filter unsuitable fonts.
11744
11745 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11746
11747 * lread.c (Fread_char): Resolve modifiers.
11748 (Fread_char_exclusive): Likewise.
11749
11750 * character.c (char_resolve_modifier_mask): New function.
11751 (char_string): Use char_resolve_modifier_mask.
11752 (Fchar_resolve_modifiers): New function.
11753 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
11754 function.
11755
11756 2008-03-04 Jason Rumney <jasonr@gnu.org>
11757
11758 * makefile.w32-in: Always include w32font.c in the build.
11759 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
11760
11761 2008-03-04 Andreas Schwab <schwab@suse.de>
11762
11763 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
11764 (versionclean): Likewise.
11765
11766 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
11767
11768 * .cvsignore: Add oo.
11769
11770 2008-03-03 Andreas Schwab <schwab@suse.de>
11771
11772 * coding.c (decode_coding_object): Inhibit gap shrinking while
11773 decoding in place.
11774
11775 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11776
11777 * w32term.c: Remove unused include "gnu.h".
11778 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
11779
11780 * gnu.h: Rename to ...
11781 * emacs-icon.h: ... this.
11782 * xterm.c: Use emacs-icon.h instead of gnu.h.
11783 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
11784
11785 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11786
11787 * w32font.c: Include math.h.
11788
11789 2008-03-03 Jason Rumney <jasonr@gnu.org>
11790
11791 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
11792 Compute options separately.
11793 (w32font_open_internal): Set glyph_idx before caching metrics.
11794
11795 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
11796 Define if system headers don't.
11797 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
11798 (w32font_encode_char): Don't declare here.
11799
11800 * w32font.c (Quniscribe, QCformat): New symbols.
11801 (syms_of_w32font): Define them.
11802 (w32font_has_char): Indicate uncertainty.
11803 (w32font_encode_char): Encode as glyph point. Make static.
11804 (recompute_cached_metrics): New function.
11805 (w32font_open_internal): Use it. Set font to use glyph points
11806 initially. Set format based on type of font.
11807 (w32font_text_extents, w32font_draw): Optionally use glyph points.
11808 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
11809 on it. Set format based on information available here.
11810 (add_font_entity_to_list): Identify backend based on opentype_only.
11811
11812 2008-03-02 Andreas Schwab <schwab@suse.de>
11813
11814 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
11815
11816 * coding.c (decode_coding_big5, produce_chars):
11817 Fix typos in last change.
11818
11819 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
11820
11821 * gnu.h: New icon.
11822
11823 2008-03-02 Kenichi Handa <handa@m17n.org>
11824
11825 * coding.c (decode_coding_utf_8): When eol-type of CODING is
11826 `dos', don't decode '\r' if that is the last in the source.
11827 (decode_coding_utf_16, decode_coding_emacs_mule)
11828 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11829 (decode_coding_raw_text, decode_coding_charset): Likewise.
11830 (produce_chars): Don't decode EOL here. Use EMACS_INT.
11831
11832 2008-03-01 Jason Rumney <jasonr@gnu.org>
11833
11834 * w32font.c (w32font_full_name): Report point size for scalable fonts.
11835
11836 2008-03-01 Kim F. Storm <storm@cua.dk>
11837
11838 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
11839
11840 2008-03-01 Jason Rumney <jasonr@gnu.org>
11841
11842 * w32font.c (w32font_full_name): New function.
11843 (w32font_open_internal): Use it.
11844
11845 2008-03-01 Kim F. Storm <storm@cua.dk>
11846
11847 * dispnew.c (line_draw_cost): Fix invalid glyph check.
11848
11849 2008-03-01 Jason Rumney <jasonr@gnu.org>
11850
11851 * font.c (font_unparse_fcname): Increase len when style is a symbol.
11852
11853 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
11854
11855 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
11856 xg_frame_resized when the event is for the edit widget.
11857
11858 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
11859
11860 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
11861 set_char_size.
11862 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
11863 operations on widgets here. Just set frame size if needed.
11864 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
11865 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
11866 (x_wm_set_size_hint): Set size hints on the edit widget only, not
11867 the whole frame.
11868 (xg_create_tool_bar): Move attachment of the tool bar to
11869 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
11870 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
11871
11872 2008-03-01 Jason Rumney <jasonr@gnu.org>
11873
11874 * w32fns.c (w32_msg_pump): Disable debug code.
11875
11876 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11877
11878 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
11879
11880 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11881
11882 * xdisp.c (next_overlay_string): Don't set
11883 overlay_strings_at_end_processed_p if we're currently reading from
11884 a display string.
11885
11886 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * xdisp.c (get_overlay_strings_1): Fix typo.
11889
11890 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11891
11892 * xdisp.c (get_overlay_strings_1): Add missing argument type.
11893
11894 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11895
11896 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
11897
11898 * xdisp.c (display_mode_element): Cancel the previous change.
11899 (decode_mode_spec): Likewise.
11900 (handle_auto_composed_prop): Don't make composition if it->string
11901 is a string.
11902
11903 2008-02-27 Kim F. Storm <storm@cua.dk>
11904
11905 * lisp.h (GLYPH): Change type from int to struct with separate char
11906 and face_id members.
11907 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
11908 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
11909 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
11910 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
11911 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
11912 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
11913 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
11914 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
11915 handle new Lisp glyph code encoding, either an integer or a cons.
11916
11917 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
11918 (GLYPH_ALIAS): Delete.
11919 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
11920 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
11921 (GLYPH_FROM_CHAR): Replace macro by ...
11922 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
11923
11924 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
11925 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
11926 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
11927 (GLYPH_INVALID_P): New macro.
11928 (spec_glyph_lookup_face): Update prototype.
11929
11930 * dispnew.c (line_draw_cost): Adapt to new glyph type.
11931 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
11932 new glyph code encoding.
11933 (spec_glyph_lookup_face): No return value; update passed glyph instead.
11934 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
11935
11936 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11937 Adapt to new glyph type and new glyph code encoding.
11938
11939 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
11940
11941 * indent.c (current_column, current_column_1, Fmove_to_column)
11942 (compute_motion): Adapt to new glyph code encoding.
11943
11944 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
11945
11946 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
11947
11948 * process.c (wait_reading_process_output): Check for window
11949 changes caused by timers.
11950 Suggested by Johan Bockgård.
11951
11952 2008-02-27 Glenn Morris <rgm@gnu.org>
11953
11954 * emacs.c (USAGE1): Add `--disable-font-backend'.
11955
11956 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
11959 is made to the buffer.
11960
11961 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
11964 (face_at_string_position):
11965 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
11966 (face_at_string_position):
11967 * xdisp.c (display_string, next_overlay_change):
11968 * buffer.h (overlays_at):
11969 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
11970 Update callers.
11971
11972 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
11973
11974 * editfns.c (Fformat): Doc fix.
11975
11976 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
11977
11978 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
11979 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
11980 (Ffont_otf_alternates, Fquery_font): Doc fixes.
11981
11982 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * buffer.c (Fbuffer_swap_text): New function.
11985 (syms_of_buffer): Defsubr it.
11986
11987 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11988
11989 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
11990
11991 2008-02-25 Jason Rumney <jasonr@gnu.org>
11992
11993 * w32font.c (w32font_draw): Draw one character at a time when padding.
11994
11995 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11996
11997 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
11998 Handle a nil arg. Use run_window_configuration_change_hook.
11999 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12000 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12001 Use run_window_configuration_change_hook.
12002
12003 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12004
12005 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12006 1-pixel width.
12007
12008 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12009
12010 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12011 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12012 if the glyph in the font is zero pixel with.
12013
12014 * dispextern.h (struct glyph_string): New member padding_p.
12015
12016 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12017
12018 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12019
12020 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12021
12022 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12023
12024 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12025
12026 2008-02-25 Jason Rumney <jasonr@gnu.org>
12027
12028 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12029
12030 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 Allow fine-grained image-cache flushing.
12033 * dispextern.h (struct image): Add `dependencies' field.
12034 (clear_image_caches): Change arg to Lisp_Object.
12035 * image.c (make_image): Initialize `dependencies' field.
12036 (clear_image_cache): Change arg to allow fine-grained flushing.
12037 Perform the flush even if image-cache-eviction-delay is nil.
12038 (clear_image_caches): Change arg to Lisp_Object.
12039 (Fclear_image_cache): Expand meaning of the argument.
12040 (mark_image): Mark `dependencies' field.
12041 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12042 (lface_hash): Use XHASH rather than XFASTINT.
12043 (face_at_buffer_position): Fix int -> EMACS_INT position.
12044 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12045 (select_frame_for_redisplay): Remove code duplication.
12046 (redisplay_internal): Adapt arg to call to clear_image_caches.
12047
12048 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12049
12050 * s/vms4-0.h:
12051 * s/vms4-2.h:
12052 * s/vms4-4.h:
12053 * s/vms5-5.h: Remove, unused.
12054
12055 * s/irix5-2.h:
12056 * s/irix6-0.h:
12057 * s/riscos5.h:
12058 * s/mach-bsd4-3.h:
12059 * m/mips4.h: Remove files for obsolete systems.
12060
12061 * Makefile.in:
12062 * filelock.c:
12063 * unexmips.c:
12064 * m/hp9000s300.h:
12065 * m/iris4d.h:
12066 * s/aix3-1.h:
12067 * s/hpux.h:
12068 * s/msdos.h:
12069 * s/usg5-0.h:
12070 * s/usg5-2-2.h:
12071 * s/usg5-2.h:
12072 * s/usg5-3.h: Remove references to obsolete variables.
12073
12074 * s/irix5-0.h: Remove, move all the contents ...
12075 * s/irix6-5.h: ... here. Simplify.
12076 * config.in: Regenerate.
12077
12078 2008-02-24 Jason Rumney <jasonr@gnu.org>
12079
12080 * w32term.c (x_draw_glyph_string_background): Clear the background
12081 manually when cleartype is in use.
12082 (x_draw_glyph_string_foreground): Draw text transparently when
12083 cleartype is in use.
12084
12085 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12086 a font into it unless we have to.
12087
12088 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12089
12090 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12091 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12092
12093 2008-02-18 Jason Rumney <jasonr@gnu.org>
12094
12095 * w32fns.c (Fw32_shell_execute): Encode parameters.
12096
12097 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12098
12099 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12100
12101 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12104
12105 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12106
12107 * xterm.c (x_set_offset): Don't change the gravity if
12108 CHANGE_GRAVITY is -1.
12109
12110 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * fileio.c (auto_save_error_occurred): New var.
12113 (auto_save_error): Set it.
12114 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12115 error occurred.
12116
12117 2008-02-23 Eli Zaretskii <eliz@gnu.org>
12118
12119 * w32.c (globals_of_w32): Add initializations for
12120 g_b_init_get_sid_sub_authority and
12121 g_b_init_get_sid_sub_authority_count.
12122
12123 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12126 (font_parse_xlfd): Use them for sanity check.
12127 (Finternal_set_font_style_table): Make sure the table is bijective.
12128
12129 Consolidate the image_cache to the terminal struct.
12130 * termhooks.h (P_): Remove redundant def.
12131 (struct terminal): New field `image_cache'.
12132 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12133 of FRAME_X_IMAGE_CACHE.
12134 * xterm.h (struct x_display_info): Remove image_cache field.
12135 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12136 * w32term.h (struct w32_display_info): Remove image_cache field.
12137 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12138 * macterm.h (struct mac_display_info): Remove image_cache field.
12139 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12140 * xterm.c (x_term_init):
12141 * w32term.c (w32_term_init):
12142 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12143 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12144 Remove declarations.
12145 (clear_image_caches, mark_image_cache): New declarations.
12146 * xfaces.c (clear_face_cache):
12147 * xdisp.c (redisplay_internal): Use clear_image_caches.
12148 * image.c (clear_image_cache): Don't check that a frame is on
12149 a window-system before checking if it shares the same cache.
12150 (clear_image_caches): New function.
12151 (Fclear_image_cache): Use it.
12152 (mark_image): Move from allo.c.
12153 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12154 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12155 (mark_object): Don't call mark_image_cache for frames.
12156 (mark_terminals): Call mark_image_cache.
12157
12158 * lisp.h (Fdelete_terminal): Declare.
12159
12160 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12161 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12162 wrong_type_argument.
12163
12164 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12165
12166 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12167 malayalam.el, and tamil.el. Add sinhala.el.
12168
12169 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * xterm.c (x_connection_closed): Consolidate identical tests.
12172 (x_delete_terminal): Don't crash if called via x_connection_closed.
12173
12174 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12175
12176 * xdisp.c (decode_mode_spec): New arg string.
12177 (display_mode_element): Adjust for the above change.
12178
12179 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * callint.c (Fcall_interactively): Use AREF.
12182
12183 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12186
12187 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12188
12189 * xfns.c (Fx_show_tip): Set string to " " if empty.
12190
12191 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12192
12193 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12194 with Qt.
12195
12196 2008-02-17 Kenichi Handa <handa@m17n.org>
12197
12198 * ftfont.c (ftfont_shape): Return Lispy number.
12199
12200 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12201 for GCs.
12202 (Finternal_set_font_selection_order): Call font_update_sort_order
12203 only when enable_font_backend is set.
12204 (realize_x_face): Set face->font_info to that of default face only
12205 when enable_font_backend is set.
12206
12207 * xdisp.c (handle_composition_prop): Set it->c to the fist
12208 character of the composed region.
12209 (fill_composite_glyph_string): Set base_face->font_info to
12210 s->font_info. Get a face for ascii from base_face->ascii_face.
12211 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12212 with a face already decided.
12213 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12214 non-negative.
12215 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12216 call font_prepare_composition unconditionally.
12217
12218 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12219
12220 * xterm.h (struct x_display_info): New member font.
12221
12222 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12223 (x_set_mouse_face_gc, x_new_font): Likewise.
12224 (x_term_init): Setup display_info->font.
12225 (x_delete_terminal): Free display_info->font.
12226
12227 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12228
12229 * ftxfont.c (ftxfont_default_fid): Delete it.
12230 (ftxfont_open): Set xfont->fid to 0.
12231 (ftxfont_end_for_frame): Clear data specific to the frame and the
12232 font-driver.
12233
12234 * xftfont.c (xftfont_default_fid): Delete it.
12235 (xftfont_open): Set xfont->fid to 0.
12236
12237 * fontset.c (FONTSET_OBJLIST): New macro.
12238 (fontset_find_font): Update font-object list of the fontset.
12239 (free_realized_fontset): New function.
12240 (free_face_fontset): Call free_realized_fontset.
12241 (Ffont_info): Call font_close_object only when enable_font_backend
12242 is set.
12243
12244 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12245 [HAVE_NTGUI]: Include w32term.h.
12246 [MAC_OS]: Include macterm.ch.
12247 (font_otf_ValueRecord): Use make_number.
12248 (font_finish_cache): Fix handling of reference count.
12249 (font_clear_cache): Update num_fonts.
12250 (font_open_entity): Update smallest_char_width and
12251 smallest_font_height of the frame.
12252 (font_close_object): Update num_fonts.
12253 (Fclear_font_cache): Fix finding the target cache data.
12254
12255 2008-02-16 Glenn Morris <rgm@gnu.org>
12256
12257 * fontset.c (Finternal_char_font): Fix compilation warning.
12258
12259 2008-02-16 Eli Zaretskii <eliz@gnu.org>
12260
12261 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12262 instead of char arrays. Enlarge the size of array passed to
12263 get_token_information.
12264
12265 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12266 warnings.
12267
12268 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * .gdbinit: Don't set `args', it breaks gdb --args.
12271
12272 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12275 within a narrowed buffer.
12276
12277 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12278
12279 * coding.c (decode_coding_object, encode_coding_object):
12280 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12281
12282 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12285 hardcoding 1.
12286 (detect_coding_system):
12287 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12288 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12289 * insdel.c (insert_from_gap):
12290 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12291 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12292 (string_to_multibyte):
12293 * character.c (chars_in_text, multibyte_chars_in_text):
12294 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12295
12296 * character.h (FETCH_STRING_CHAR_ADVANCE)
12297 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12298 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12299 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12300
12301 * casefiddle.c (casify_region): Only call after-change and composition
12302 functions on the part of the region that was changed.
12303
12304 * keyboard.c (read_avail_input):
12305 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12306
12307 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12310 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12311
12312 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
12313
12314 * w32menu.c (push_submenu_start, push_submenu_end)
12315 (push_left_right_boundary, push_menu_pane, push_menu_item):
12316 * keyboard.c (read_key_sequence): Don't pass args with side effects
12317 to AREF, it fails when compiling with -DENABLE_CHECKING.
12318
12319 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12320
12321 * Makefile.in (${lispsource}international/charprop.el):
12322 Delete this target.
12323
12324 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12325 emacs-unicode-2.
12326
12327 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12330
12331 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * frame.c (Qnoelisp): New symbol.
12334 (syms_of_frame): Initialize it.
12335 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12336 harmless Elisp code, from a strong `force' from x_connection_closed.
12337 * frame.h (Qnoelisp): Declare.
12338 * xterm.c (x_connection_closed): Pass `noelisp'.
12339
12340 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12341 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12342 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12343 rather than `int' for the type of `type'.
12344
12345 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12346
12347 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12348
12349 * Makefile.in (GNUC): Remove support for gcc-1.x.
12350
12351 2008-02-10 Richard Stallman <rms@gnu.org>
12352
12353 * lisp.h (ASET): Use AREF, not ASLOT.
12354
12355 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * lisp.h (ASET): Check bounds.
12358
12359 2008-02-10 Glenn Morris <rgm@gnu.org>
12360
12361 * buffer.c (mode-name): Doc fix.
12362
12363 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12364
12365 * Makefile.in:
12366 * emacs.c:
12367 * gmalloc.c:
12368 * keyboard.c:
12369 * lisp.h:
12370 * m/ibm370aix.h:
12371 * process.c:
12372 * regex.c:
12373 * s/hpux.h:
12374 * sysdep.c:
12375 * sysselect.h:
12376 * systty.h:
12377 * unexec.c:
12378 * w32term.c:
12379 * xsmfns.c:
12380 * xterm.c: Remove code that deals with obsolete variables.
12381
12382 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12383
12384 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12385 nothing else needs it anymore.
12386
12387 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12388
12389 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12390 instead of unibyte_char_to_multibyte.
12391
12392 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12393
12394 * s/gnu-linux.h: Remove commented out code.
12395
12396 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12397
12398 * Makefile.in: Update what RMS says about using autoconf.
12399 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12400 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12401 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12402 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12403
12404 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * keymap.c (Fkey_description): Move side effect outside of macro call.
12407
12408 * xfaces.c (Finternal_make_lisp_face):
12409 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12410
12411 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12412 (syms_of_fontset): Use ASET.
12413
12414 * fns.c (concat): Move side effect outside of macro call.
12415 (hash_clear): Use ASET.
12416
12417 2008-02-08 Richard Stallman <rms@gnu.org>
12418
12419 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12420 If FORCE, and frame has a surrogate minibuffer for another frame,
12421 delete the other frame first.
12422
12423 2008-02-07 Timo Savola <timo.savola@iki.fi>
12424
12425 * xterm.c (x_detect_focus_change): Handle embed client message.
12426 (handle_one_xevent): Ditto.
12427 (handle_one_xevent): If embedded and we get a button press/release,
12428 request focus.
12429 (xembed_set_info, xembed_send_message): New functions.
12430 (x_make_frame_visible): Call xembed_set_info if embedded.
12431 (x_make_frame_invisible): Call xembed_set_info if embedded.
12432 (x_term_init): Initialize Xatom_XEMBED.
12433 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12434 (x_iconify_frame): Ditto.
12435
12436 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12437 (enum xembed_info, enum xembed_message, enum xembed_focus)
12438 (enum xembed_modifier, enum xembed_accelerator): New.
12439 (xembed_set_info, xembed_send_message): Declare.
12440 (FRAME_X_EMBEDDED_P): New.
12441
12442 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12443 gtk_plug_new.
12444
12445 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12446 window ID of a frame.
12447 (x_window): Reparent frame if embedded.
12448 (Fx_create_frame): Don't set border width if embedded.
12449
12450 * emacs.c (USAGE3): Add --parent-id.
12451 (standard_args): Ditto.
12452
12453 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12454
12455 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12456
12457 2008-02-07 Jim Meyering <meyering@redhat.com>
12458
12459 Use "do...while (0)", not "if (1)...else" in macro definitions.
12460 The latter provokes a warning from gcc about the empty else, when
12461 followed by ";". Also, without that trailing semicolon, it would
12462 silently swallow up any following statement.
12463 * syntax.h (SETUP_SYNTAX_TABLE)
12464 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12465 * buffer.h (DECODE_POSITION): Likewise.
12466 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12467 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12468 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12469 (FETCH_CHAR_ADVANCE): Likewise.
12470 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12471
12472 2008-02-07 Jim Meyering <meyering@redhat.com>
12473
12474 * lread.c [lint]: Don't include <sys/inode.h>.
12475
12476 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * xselect.c (x_handle_dnd_message):
12479 * xmenu.c (digest_single_submenu, xmenu_show):
12480 * xdisp.c (with_echo_area_buffer_unwind_data)
12481 (format_mode_line_unwind_data, unwind_format_mode_line)
12482 (display_menu_bar):
12483 * eval.c (Ffetch_bytecode):
12484 * doc.c (store_function_docstring):
12485 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12486 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12487 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12488
12489 2008-02-07 Kenichi Handa <handa@m17n.org>
12490
12491 * ftxfont.c (ftxfont_open): Don't set
12492 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12493
12494 * ftfont.c (ftfont_open): Fix previous change.
12495
12496 2008-02-06 Jason Rumney <jasonr@gnu.org>
12497
12498 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12499 Use cached metrics for ASCII characters.
12500 (w32font_open_internal): Don't set font's owning_frame.
12501 Cache metrics for ASCII characters.
12502
12503 * w32font.h (struct w32font_info): Add ascii_metrics.
12504 Remove owning_frame.
12505
12506 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12507
12508 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12509 to negative value.
12510
12511 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12512
12513 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12514
12515 * charset.c (syms_of_charset): Set QCtest and Qeq.
12516
12517 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12518
12519 * process.c (Fstart_process):
12520 * callproc.c (Fcall_process): Handle the case where
12521 Funhandled_file_name_directory returns nil.
12522
12523 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12524 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12525 * font.c (check_gstring): Use them and AREF to access the vector before
12526 we know it's really a gstring.
12527 (Ffont_shape_text): Fix typo.
12528 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
12529
12530 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12531 Declare.
12532
12533 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12534
12535 2008-02-05 Jason Rumney <jasonr@gnu.org>
12536
12537 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12538 Set smallest_font_height and smallest_char_width in display info.
12539
12540 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12541
12542 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12543
12544 2008-02-05 Miles Bader <miles@gnu.org>
12545
12546 * xfaces.c (get_lface_attributes, merge_named_face)
12547 (lookup_named_face, lookup_derived_face, realize_named_face):
12548 Revert 2008-02-01 change by cyd@stupidchicken.com.
12549
12550 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12551
12552 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12553 fallback fonts.
12554 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12555
12556 2008-02-04 Jason Rumney <jasonr@gnu.org>
12557
12558 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
12559 set full_name.
12560 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
12561
12562 2008-02-03 Jason Rumney <jasonr@gnu.org>
12563
12564 * makefile.w32-in (OBJ1): Include font.o here.
12565 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
12566
12567 2008-02-02 Jason Rumney <jasonr@gnu.org>
12568
12569 * makefile.w32-in (temacs): Bump EMHEAP to 21.
12570
12571 2008-02-01 Jason Rumney <jasonr@gnu.org>
12572
12573 * s/cygwin.h: Define VIRT_ADDR_VARIES.
12574
12575 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
12576
12577 2008-02-01 Andreas Schwab <schwab@suse.de>
12578
12579 * Makefile.in (shortlisp, lisp): Update for rename of
12580 ../lisp/language/myanmar.el.
12581
12582 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
12583
12584 * xfaces.c (get_lface_attributes): Delete function.
12585 (merge_named_face, lookup_named_face, lookup_derived_face)
12586 (realize_named_face): Call lface_from_face_name directly, and use
12587 the fact that merge_face_vectors does not alter its FROM argument.
12588
12589 2008-02-01 Jason Rumney <jasonr@gnu.org>
12590
12591 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
12592 input in the default locale. Handle non-Unicode multibyte input.
12593
12594 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12595
12596 * fontset.c (reorder_font_vector): Exclude nil elements from the
12597 font group. Don't try multiple fonts.
12598 (fontset_font): Adjust for the above change.
12599 (Finternal_char_font): Return nil if the found font doesn't
12600 contain the character ch.
12601
12602 * Makefile.in (lisp, shortlisp): Add cham.el.
12603
12604 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12605
12606 * font.h (FONTP): Make it return 1 also for a font-object.
12607
12608 * .gdbinit (xfontset): New function.
12609
12610 * font.c (font_find_for_lface): Check if the character C is
12611 supported or not only for the first font.
12612
12613 * fontset.c (reorder_font_vector): Fix typo.
12614 (fontset_find_font): Don't add a font-spec specifying a script.
12615 Use 0 (not Qt) for the indication of empty font-group. Change the
12616 format of RFONT-DEF. Return Qt if no font in the font-group
12617 support the character.
12618 (fontset_font): Adjust for the above change. If no font was
12619 found the character, remember that.
12620 (face_for_char): Adjust for the change of RFONT-DEF.
12621 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
12622 no font for the target.
12623 (Finternal_char_font): Adjust for the change of RFONT-DEF.
12624
12625 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12626
12627 * font.c (font_load_for_face): Handle the case that the font in
12628 face->lface is a string.
12629
12630 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12631
12632 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
12633
12634 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12635
12636 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
12637 Fix previous change. If the frame is not on a window system,
12638 signal an error.
12639
12640 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12641
12642 * coding.c (decode_coding_object, encode_coding_object): Adjust
12643 marker positions after conversion.
12644
12645 * lisp.h (struct Lisp_Marker): New member need_adjustment.
12646
12647 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12648
12649 * font.c (font_find_for_lface): Fix the handling of the return
12650 value of font_has_char.
12651 (Ffont_shape_text): Fix previous change.
12652
12653 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
12654 (fontset_ref_and_range): Delete it.
12655 (fontset_find_font): Call char_table_ref_and_range instead of
12656 FONTSET_REF_AND_RANGE.
12657 (make_fontset): Don't setup font groups of Latin here.
12658 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
12659 (new_fontset_from_font): Make the specified font the default for
12660 all Latin characters.
12661
12662 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12663
12664 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
12665 is on a window system before accessing the fontset of the frame.
12666
12667 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12668
12669 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
12670
12671 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
12672 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
12673
12674 * font.c (Ffont_shape_text): If the font driver doesn't have a
12675 shaper function, make zero-width glyphs to have at least one-pixel
12676 width. Fix setting of `to' field of glyphs.
12677
12678 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12679
12680 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
12681 glyphs.
12682
12683 * font.h (struct font_driver): Improve docstring of member `shape'.
12684
12685 2008-02-01 Kenichi Handa <handa@m17n.org>
12686
12687 * composite.c (syms_of_composite): Fix docstring of
12688 auto-composition-function.
12689
12690 * font.h (LGLYPH_SIZE): New macro.
12691
12692 * font.c (Ffont_fill_gstring): Stop filling when a character not
12693 supported by the font is found.
12694 (Ffont_shape_text): When a shape callback function returns nil,
12695 try at most two more times with larger gstring.
12696 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
12697
12698 * xdisp.c (handle_auto_composed_prop): Change the argument to
12699 auto-composition-function.
12700
12701 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
12702 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
12703 Lispy glyph and store it in the lgstring.
12704
12705 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
12706
12707 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
12708
12709 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12710
12711 * font.c (Ffont_shape_text): Avoid unnecessary composition.
12712
12713 * fontset.c (Vfont_encoding_charset_alist): New variable.
12714 (syms_of_fontset): DEFVAR it.
12715 (reorder_font_vector, fontset_find_font): Optimize for the case of
12716 no need of reordering.
12717 (face_for_char): Map the charset property by
12718 Vfont_encoding_charset_alist.
12719
12720 2008-02-01 Jason Rumney <jasonr@gnu.org>
12721
12722 * w32font.c (logfonts_match): Don't check adstyle here.
12723 (font_matches_spec): Check here against physical font instead.
12724 (add_font_entity_to_list): Avoid some substitutions.
12725
12726 * font.c (font_parse_fcname): Default weight and slant to normal.
12727 (font_score): Prefer normal fonts if weight or slant unspecified.
12728 (font_score) [WINDOWSNT]: Scale weight difference down to closer
12729 match freetype scores.
12730
12731 2008-02-01 Jason Rumney <jasonr@gnu.org>
12732
12733 * w32font.c (w32font_text_extents): Don't use the frame stored in the
12734 font, as it may have been deleted.
12735 (w32_enumfont_pattern_entity): Map generic family to adstyle using
12736 most common hyphenless variation.
12737 (logfonts_match): Check generic family.
12738 (font_matches_spec): Don't check generic family here.
12739 (fill_in_logfont): Set generic family based on adstyle.
12740
12741 * w32font.h (w32font_get_cache): Update declaration.
12742
12743 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12744
12745 * ftfont.c (ftfont_get_cache): Adjust the argument type.
12746
12747 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
12748 If none of the new drivers are available, call font_update_drivers
12749 with the old drivers.
12750
12751 * w32font.c (w32font_get_cache): Adjust the argument type.
12752
12753 * xfont.c (xfont_get_cache): Adjust the argument type.
12754
12755 * font.h (struct font_driver): Change argument type of get_cache.
12756
12757 * xftfont.c (xftfont_start_for_frame): Delete prototype.
12758
12759 * font.c (Ffont_get): Fix arguments to Fassoc.
12760 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
12761 (font_clear_cache): New function.
12762 (font_list_entities, font_matching_entity): Use font_get_cache.
12763 (font_update_drivers): Call font_clear_cache when finishing a driver.
12764
12765 * fontset.c (fontset_find_font): Fix previous change.
12766
12767 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12768
12769 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
12770 dpyinfo->font_table.
12771 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
12772 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
12773
12774 * font.c (font_at): Handle the case that the arg C is negative.
12775 Handle the unibyte case.
12776 (Ffont_at): Call font_at with the arg C -1.
12777
12778 * xdisp.c (handle_auto_composed_prop): Don't get a character at
12779 the position here, and call font_at with the arg C -1.
12780 Don't check the range of the existing composition at the point.
12781
12782 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12783
12784 * fontset.c (fontset_add): New args charset_id and family.
12785 Change caller.
12786 (load_font_get_repertory, fontset_find_font): Assume that
12787 font_spec is always a font-spec object.
12788 (Fset_fontset_font): Always store a font-spec object in a fontset.
12789
12790 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
12791 instead of get_property_and_range.
12792
12793 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12794
12795 * xftfont.c (struct xftfont_info): Delete the member ft_face.
12796 (xftfont_open): Don't keep locking face.
12797 (xftfont_close): Don't unlock face.
12798 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
12799
12800 * fontset.c (fontset_find_font): Don't prefer a font of
12801 supplementary charset.
12802
12803 2008-02-01 Kenichi Handa <handa@m17n.org>
12804
12805 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
12806 script, langsys_tag to langsys, new member script.
12807 (OTF_TAG_STR): Terminate by '\0'.
12808 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
12809 listing to the script specified in that property. Fix arg to
12810 OTF_check_features.
12811
12812 2008-02-01 Jason Rumney <jasonr@gnu.org>
12813
12814 * w32font.h: New file.
12815
12816 * w32font.c: Include it.
12817 (struct w32font_info): Add owning_frame field. Move to w32font.h.
12818 (w32font_open): Set owning_frame.
12819 (w32font_text_extents): Use owning_frame.
12820 (struct font_callback_data): Add opentype_only field.
12821 (add_font_entity_to_list): Use it to filter fonts.
12822 Don't check against full name.
12823 (w32font_list_internal): New function.
12824 (w32font_list): Use it.
12825 (w32font_match_internal): New function.
12826 (w32font_match): Use it.
12827 (w32font_open_internal): New function.
12828 (w32font_open): Use it.
12829 (w32font_get_cache, w32font_close, w32font_has_char)
12830 (w32font_encode_char, w32font_text_extents, w32font_draw):
12831 Make non-static.
12832
12833 * makefile.w32-in (w32font.o): Depend on w32font.h.
12834
12835 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12836
12837 * charset.c (Fdefine_charset_internal): Record a supplementary
12838 charset at the tail of Vcharset_order_list.
12839
12840 * font.c (Ffont_shape_text): Fix the return value.
12841
12842 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
12843
12844 * xdisp.c (handle_auto_composed_prop): Fix previous change.
12845
12846 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12847
12848 * ftfont.c (struct OpenTypeSpec): New struct.
12849 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
12850 (ftfont_get_open_type_spec): New function.
12851 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
12852
12853 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
12854
12855 2008-02-01 Jason Rumney <jasonr@gnu.org>
12856
12857 * w32font.c (add_font_entity_to_list): Compare only the beginning
12858 of full name.
12859
12860 2008-02-01 Kenichi Handa <handa@m17n.org>
12861
12862 * xdisp.c (handle_auto_composed_prop): Simplify the code.
12863 Never return HANDLED_RECOMPUTE_PROPS.
12864
12865 2008-02-01 Kenichi Handa <handa@m17n.org>
12866
12867 * font.c (font_gstring_produce): Delete it.
12868
12869 * composite.h (COMPOSITION_METHOD):
12870 Handle COMPOSITION_WITH_GLYPH_STRING.
12871
12872 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12873
12874 * xfont.c (Qx): Delete.
12875 (syms_of_xfont): Don't initialize Qx.
12876
12877 * composite.h (enum composition_method):
12878 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
12879
12880 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12881
12882 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
12883 (choose_face_font): Accept new form of font-spec.
12884
12885 * frame.h (font_driver_list): Declare it unconditionally.
12886 (struct frame): Define members font_driver_list and font_data_list
12887 unconditionally.
12888
12889 * fontset.c: Include "font.h" unconditionally.
12890 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
12891 (Fset_fontset_font): Accept a font-spec object.
12892
12893 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
12894 PIXEL_SIZE part a wild card.
12895
12896 * dispextern.h (struct glyph_string): Define members clip and
12897 num_clips unconditionally.
12898 (struct face): Define members font_info and extra unconditionally.
12899
12900 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
12901 ftfont_info only when HAVE_LIBOTF is defined.
12902
12903 2008-02-01 Andreas Schwab <schwab@suse.de>
12904
12905 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
12906 and end.
12907
12908 2008-02-01 Jason Rumney <jasonr@gnu.org>
12909
12910 * w32font.c (w32font_driver): Add new fields.
12911
12912 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12913
12914 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
12915 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
12916 (LIBES): Add @M17N_FLT_CFLAGS@.
12917
12918 * composite.c (compose_text): Don't treat the new style
12919 composition specially.
12920
12921 * emacs.c (main): Call syms_of_font unconditionally.
12922
12923 * font.h (FONT_ENTITY_NOT_LOADABLE)
12924 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
12925 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
12926 (struct font_driver): New member shape.
12927 (font_registry_charsets): Extern it.
12928 (font_find_for_lface, font_prepare_composition): Adjust prototype.
12929 (font_otf_capability, font_drive_otf): Delete their externs.
12930
12931 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
12932 (font_charset_alist, font_registry_charsets): Move from xfont.c
12933 and rename.
12934 (font_prop_validate_otf): New function.
12935 (font_property_table): Register it for QCotf.
12936 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
12937 (font_drive_otf): Delete.
12938 (font_prepare_composition): New arg F. Adjust for the change of
12939 lispy gstring.
12940 (font_find_for_lface): New arg C.
12941 (font_load_for_face): Adjust for the change of font_find_for_lface.
12942 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
12943 lispy gstring.
12944 (Ffont_shape_text): New function.
12945 (Fopen_font): If the font size is not given, use 12-pixel.
12946 (Ffont_at): New arg STRING.
12947 (syms_of_font): Initalize font_charset_alist.
12948 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
12949 conditionally.
12950
12951 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
12952 fonts of the same font-spec. Change the format of RFONT-DEF.
12953 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
12954 Adjust for the change of RFONT-DEF.
12955 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
12956
12957 * ftfont.h: New file.
12958
12959 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
12960 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12961 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12962 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
12963 font_otf_capability and font_drive_otf, set ftfont_shape.
12964 (ftfont_list): Adjust for the change of :otf property value.
12965 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
12966 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
12967 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
12968 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12969 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
12970 (otf_gstring, gstring, m17n_flt_initialized): New variables.
12971
12972 * w32term.c (x_draw_composite_glyph_string_foreground):
12973 Adjust for the change of lispy gstring.
12974
12975 * xdisp.c (handle_composition_prop): Adjust for the change of
12976 lispy gstring. Call a function for auto-composition with the
12977 third arg it->window.
12978 (fill_composite_glyph_string): Adjust for the change of lispy string.
12979 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
12980
12981 * xfaces.c (set_font_frame_param): Adjust for the change of
12982 font_find_for_lface.
12983
12984 * xfont.c (x_font_charset_alist): Move to font.c and rename.
12985 (xfont_registry_charsets): Likewise. Change caller.
12986 (syms_of_xfont): Don't handle x_font_charset_alist.
12987
12988 * xftfont.c: Include "ftfont.h".
12989 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12990 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12991 (xftfont_close) [HAVE_LIBOTF]: Close otf.
12992 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12993 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
12994 Set xftfont_driver.shape to xftfont_shape.
12995
12996 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12997 the change of lispy gstring.
12998
12999 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13000
13001 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13002
13003 2008-02-01 Jason Rumney <jasonr@gnu.org>
13004
13005 * w32font.c (w32font_draw): Fill background manually.
13006
13007 2008-02-01 Jason Rumney <jasonr@gnu.org>
13008
13009 * font.c (Qfontp): Remove unused symbol.
13010 (QCantialias): New symbol.
13011 (syms_of_font): Define it.
13012 (font_property_table): Set a validator for QCantialias.
13013
13014 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13015 Define if not already.
13016 (QCfamily): Share with xfaces.c.
13017 (Qstandard, Qsubpixel, Qnatural): New symbols.
13018 (syms_of_w32font): Define them. Don't define QCfamily here.
13019 (w32_antialias_type, lispy_antialias_type): New functions.
13020 (w32_enumfont_pattern_entity): New arg requested_font.
13021 Set antialias parameter if non-default was requested.
13022 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13023
13024 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13025
13026 * lread.c (read1): Undo the previous change.
13027
13028 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13029
13030 * frame.c (Fdelete_frame): Call font_update_drivers only when
13031 USE_FONT_BACKEND is defined.
13032
13033 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13034
13035 * font.h (struct font_bitmap): New member bits_per_pixel.
13036 (struct font_driver): New members start_for_frame and end_for_frame.
13037 (struct font_data_list): New struct.
13038 (font_put_frame_data, font_get_frame_data): Extern them.
13039
13040 * frame.h (struct frame): New member font_data_list.
13041
13042 * font.c (font_update_drivers): Call driver->start_for_frame and
13043 driver->end_for_frame at proper timings.
13044 (font_put_frame_data, font_get_frame_data): New functions.
13045 (Ffont_spec): Add usage in the docstring.
13046
13047 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13048 (Fdelete_frame): Call font_update_drivers.
13049
13050 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13051 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13052 (xftfont_get_xft_draw): New function.
13053 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13054 (xftfont_end_for_frame): New function.
13055 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13056
13057 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13058 Change argument. Cache GCs in the per-frame data.
13059 (struct ftxfont_frame_data): New struct.
13060 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13061 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13062 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13063 (ftxfont_end_for_frame): New function.
13064 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13065
13066 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13067
13068 2008-02-01 Kenichi Handa <handa@m17n.org>
13069
13070 * xselect.c (Vselection_coding_system)
13071 (Vnext_selection_coding_system): Delete them.
13072 (syms_of_xselect): Don't declare selection-coding-system and
13073 next-selection-coding-system. They are declared in select.el.
13074
13075 2008-02-01 Jason Rumney <jasonr@gnu.org>
13076
13077 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13078
13079 * w32fns.c: Include imm.h.
13080 (get_composition_string_fn, get_ime_context_fn): New optional
13081 system functions.
13082 (globals_of_w32fns): Load them from imm32.dll.
13083 (ignore_ime_char): New flag.
13084 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13085 WM_IME_ENDCOMPOSITION messages.
13086
13087 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13088 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13089
13090 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13091
13092 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13093 (READCHAR_REPORT_MULTIBYTE): New macro.
13094 (readchar): New 2nd arg MULTIBYTE.
13095 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13096 Make symbol's name multibyte according to the multibyteness of the
13097 source.
13098
13099 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13100
13101 * xfaces.c (face_for_overlay_string): Call lookup_face with
13102 correct arguments (fix of synching with the trunk).
13103
13104 2008-02-01 Kenichi Handa <handa@m17n.org>
13105
13106 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13107 (font_prop_validate_non_neg, font_prop_validate_spacing):
13108 Delete argument prop_index.
13109 (font_property_table): Change arguments to validater. Change Callers.
13110 (font_lispy_object): Delete.
13111 (font_at): Use font_find_object instead fo font_lispy_object.
13112
13113 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13114
13115 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13116 and file names.
13117
13118 2008-02-01 Jason Rumney <jasonr@gnu.org>
13119
13120 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13121 (font_matches_spec): Remove debug output.
13122 (add_font_entity_to_list): Avoid using substituted fonts.
13123
13124 2008-02-01 Jason Rumney <jasonr@gnu.org>
13125
13126 * doc.c (Fsnarf_documentation):
13127 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13128
13129 2008-02-01 Miles Bader <miles@gnu.org>
13130
13131 * dispextern.h (struct glyph_row): Only define "clip" field if
13132 HAVE_WINDOW_SYSTEM is defined.
13133
13134 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 Fix up multi-tty merge.
13137
13138 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13139 and indentation.
13140
13141 * xfaces.c (free_realized_face, clear_face_gcs):
13142 Include font_done_for_face in the input_blocked section, just in case.
13143
13144 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13145 (get_char_face_and_encoding): Undo last change and remove the *other*
13146 duplicate definition (i.e. keep the one that's better scoped and that
13147 includes code for the font-backend).
13148
13149 * terminal.c (create_terminal): Default keyboard_coding to
13150 `no-conversion' and terminal_coding to `undecided'.
13151
13152 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13153
13154 * fontset.c (free_realized_fontsets): Check that the table entry does
13155 contain a fontset before trying to compare it to `base'.
13156
13157 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13158 syms_of_charset, and syms_of_coding earlier because init_window_once
13159 now needs Vcoding_system_hash_table to be setup.
13160
13161 * coding.h (default_buffer_file_coding): Remove.
13162
13163 * coding.c (default_buffer_file_coding): Remove.
13164 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13165 than ->symbol, and use the terminal-local coding system.
13166 (syms_of_coding): Don't setup the coding-systems that are not
13167 terminal-local.
13168 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13169
13170 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13171 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13172
13173 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13174 in chartab.c and were re-added here by mistake.
13175 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13176
13177 * doc.c (Fsnarf_documentation):
13178 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13179 src to etc.
13180
13181 * ChangeLog.10: Add mistakenly removed entry.
13182
13183 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13184
13185 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13186
13187 2008-02-01 Miles Bader <miles@gnu.org>
13188
13189 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13190 Add extra args to FACE_FOR_CHAR.
13191
13192 2008-02-01 Kenichi Handa <handa@m17n.org>
13193
13194 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13195 in sequence.
13196
13197 * chartab.c (map_sub_char_table, map_char_table): If the range
13198 contains just one character, call the function with that character
13199 even if the depth is not 3.
13200
13201 2008-02-01 Jason Rumney <jasonr@gnu.org>
13202
13203 * w32font.c (w32font_text_extents): Calculate metrics for the
13204 whole string.
13205
13206 2008-02-01 Jason Rumney <jasonr@gnu.org>
13207
13208 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13209
13210 2008-02-01 Jason Rumney <jasonr@gnu.org>
13211
13212 * w32term.c (x_set_glyph_string_clipping): Use
13213 get_glyph_string_clip_rects.
13214 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13215 Adjust for the change of struct glyph_string.
13216
13217 * w32font.c (w32font_draw): Do clipping here.
13218
13219 2008-02-01 Kenichi Handa <handa@m17n.org>
13220
13221 * xftfont.c (xftfont_draw): Adjust for the change of struct
13222 glyph_string.
13223
13224 * xterm.c (x_set_glyph_string_clipping): Use
13225 get_glyph_string_clip_rects.
13226 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13227 Adjust for the change of struct glyph_string.
13228
13229 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13230 the resulting clip(s}.
13231 (expose_overlaps): Add arg r. Change callers. Set it to
13232 row->clip temporarily.
13233 (expose_window): Redraw rows overlapping the exposed area.
13234
13235 * dispextern.h (struct glyph_row): New member clip.
13236 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13237 clip_height, new member clip, and num_clips.
13238
13239 2008-02-01 Kenichi Handa <handa@m17n.org>
13240
13241 * data.c (Fchar_or_string_p): Fix docstring.
13242
13243 2008-02-01 Kenichi Handa <handa@m17n.org>
13244
13245 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13246 create a temporary XftDraw object.
13247
13248 2008-02-01 Kenichi Handa <handa@m17n.org>
13249
13250 * font.c (Ffontp): Fix docstring.
13251
13252 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13253 strong evidence of ISO-2022.
13254
13255 2008-02-01 Kenichi Handa <handa@m17n.org>
13256
13257 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13258 SYNTAX_ENTRY_FOLLOW_PARENT.
13259
13260 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13263 its type.
13264 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13265 Update to the new type of weak_hash_tables and next_weak.
13266
13267 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13268 a plain C pointer to Lisp_Hash_Table.
13269
13270 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13271 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13272 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13273 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13274 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13275 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13276 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13277 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13278 (GC_EQ): Remove since they've been identical to their non-GC_
13279 alter-egos ever since the markbit was eradicated.
13280
13281 * alloc.c:
13282 * buffer.c:
13283 * buffer.h:
13284 * data.c:
13285 * fileio.c:
13286 * filelock.c:
13287 * fns.c:
13288 * frame.h:
13289 * lisp.h:
13290 * macterm.c:
13291 * print.c:
13292 * process.c:
13293 * w32fns.c:
13294 * w32menu.c:
13295 * w32term.c:
13296 * xfns.c:
13297 * xmenu.c:
13298 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13299
13300 2008-02-01 Kenichi Handa <handa@m17n.org>
13301
13302 * chartab.c (map_sub_char_table): Make it work for the top-level
13303 char-table. Fix handling of parent char-table.
13304 (map_char_table): Adjust for the above change.
13305
13306 2008-02-01 Jason Rumney <jasonr@gnu.org>
13307
13308 * w32font.c (Qgdi): Rename from Qw32.
13309
13310 2008-02-01 Jason Rumney <jasonr@gnu.org>
13311
13312 * w32bdf.c (get_quoted_string): Make function static.
13313
13314 2008-02-01 Kenichi Handa <handa@m17n.org>
13315
13316 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13317 bigger ascent and descent than those of the font, use them as
13318 font's ascent and descent.
13319
13320 2008-02-01 Kenichi Handa <handa@m17n.org>
13321
13322 * Makefile.in (${lispsource}international/charprop.el): Move this
13323 target within "#ifdef HAVE_UNIDATA" and "#endif".
13324
13325 2008-02-01 Kenichi Handa <handa@m17n.org>
13326
13327 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13328 (shortlisp): Add ../lisp/language/tai-viet.el.
13329
13330 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
13331
13332 * Makefile.in (${lispsource}international/charprop.el): Depend on
13333 temacs${EXEEXT}.
13334
13335 2008-02-01 Jason Rumney <jasonr@gnu.org>
13336
13337 * w32font.c (w32font_close): Delete the GDI font object.
13338
13339 * w32menu.c: Include character.h.
13340
13341 * w32proc.c: Likewise.
13342
13343 * w32select.c: Likewise.
13344
13345 * makefile.w32-in (w32proc.o): Depend on character.h.
13346
13347 2008-02-01 Jason Rumney <jasonr@gnu.org>
13348
13349 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13350
13351 * w32menu.c (syms_of_w32menu): Likewise.
13352
13353 * w32proc.c (syms_of_ntproc): Likewise.
13354
13355 * w32select.c (syms_of_w32select): Likewise.
13356
13357 * w32term.c (syms_of_w32term): Likewise.
13358
13359 2008-02-01 Jason Rumney <jasonr@gnu.org>
13360
13361 * w32font.c (w32font_draw): Delete brush after using it.
13362
13363 2008-02-01 Jason Rumney <jasonr@gnu.org>
13364
13365 * w32font.c (w32font_open): Don't set font_idx.
13366 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13367 to font settings.
13368 (w32font_draw): Fill background explicitly.
13369
13370 2008-02-01 Jason Rumney <jasonr@gnu.org>
13371
13372 * w32term.c (w32_initialize): Don't call w32font_initialize.
13373
13374 * w32font.c (w32font_info): Remove subranges.
13375 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13376 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13377 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13378 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13379 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13380 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13381 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13382 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13383 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13384 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13385 New symbols.
13386 (font_callback_data): New struct.
13387 (w32font_list, w32font_match): Use it.
13388 (w32font_open): Don't populate subranges.
13389 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13390 (w32font_encode_char): Always return unicode code-point as-is.
13391 (w32font_text_extents): Supply a transformation matrix to
13392 GetGlyphOutline. Never look up by glyph index. Avoid looping
13393 twice. Use unicode version of GetTexExtentPoint32 instead of
13394 glyph index version.
13395 (set_fonts_frame): Remove.
13396 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13397 set frame parameter. Use backward compatible fake foundries.
13398 Save generic family in extra slot under QCfamily. Make width slot
13399 constant. Save QCspacing value. Save list of scripts instead of
13400 binary subranges.
13401 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13402 (add_font_entity_to_list): Use font_callback_data struct. Filter
13403 unwanted fonts.
13404 (add_one_font_entity_to_list): Use font_callback_data struct.
13405 (w32_registry): Default to iso10646_1.
13406 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13407 string font registries. Don't fill in font name if it is a generic
13408 family name, fill family instead. Use spacing, family and script
13409 extra info to fill pitch, family and charset fields.
13410 (list_all_matching_fonts): Use font_callback_data struct.
13411 (unicode_range_for_char): Remove.
13412 (font_supported_scripts): New function.
13413 (w32font_initialize): Remove.
13414 (syms_of_w32font): Update which symbols are defined.
13415
13416 2008-02-01 Jason Rumney <jasonr@gnu.org>
13417
13418 * font.c (font_pixel_size): Reverse assq_no_quit args.
13419
13420 * w32term.h (FONT_WIDTH): Report max width, not average.
13421 (FONT_MAX_WIDTH): Remove.
13422 (FONT_AVG_WIDTH): New macro.
13423
13424 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13425 redefinition of FONT_WIDTH.
13426
13427 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13428 (w32_cache_char_metrics): Use FONT_WIDTH.
13429
13430 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13431
13432 2008-02-01 Jason Rumney <jasonr@gnu.org>
13433
13434 * w32font.c (w32font_open): Make lfHeight negative.
13435
13436 * w32fns.c (x_default_font_parameter): Use new style font name.
13437 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13438
13439 2008-02-01 Jason Rumney <jasonr@gnu.org>
13440
13441 * w32font.c (QCsubranges): New symbol.
13442 (w32font_open, w32font_has_char): Get subranges from subproperty
13443 of extra.
13444 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13445 (syms_of_w32font): Define :subranges symbol.
13446
13447 * font.c (font_put_extra): Expose externally.
13448
13449 * font.h (font_put_extra): Move declaration from font.c.
13450
13451 * font.c (Ffont_get): Use font driver to determine otf capability.
13452 (adjust_anchor): Check if driver defines anchor_point before using.
13453
13454 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13455 (w32font_draw): Use options.
13456 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13457 Fix detection of truetype fonts.
13458 (registry_to_w32_charset): Handle charsets other than iso8859-1
13459 expressed as lisp symbols.
13460 (w32_registry): Express charset as lisp symbol.
13461 (fill_in_logfont): Reverse pixel and point height logic.
13462 Don't set width here. Set quality to default.
13463
13464 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13465 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13466
13467 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13468 Remove redundant loop and allocation.
13469
13470 * makefile.w32-in (font.o, w32font.o): New objects.
13471 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13472 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13473
13474 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13475 STORE_XCHARB a valid l-value.
13476
13477 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13478 calculations for non-Truetype fonts.
13479 (x_draw_glyph_string): Sync with xterm.c.
13480 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13481 Remove redundant code.
13482 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13483
13484 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13485 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13486
13487 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13488 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13489
13490 * w32font.c: New file for w32 font backend.
13491
13492 2008-02-01 Kenichi Handa <handa@m17n.org>
13493
13494 * term.c: Don't include "buffer.h" twice.
13495
13496 2008-02-01 Kenichi Handa <handa@m17n.org>
13497
13498 * character.c (Funibyte_string): New function.
13499 (syms_of_character): Defsubr it.
13500
13501 2008-02-01 Jason Rumney <jasonr@gnu.org>
13502
13503 * w32term.c [USE_FONT_BACKEND]:
13504 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13505 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13506 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13507 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13508 (x_free_frame_resources): Sync with xterm.c.
13509
13510 2008-02-01 Andreas Schwab <schwab@suse.de>
13511
13512 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13513 char-table size.
13514
13515 2008-02-01 Kenichi Handa <handa@m17n.org>
13516
13517 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13518
13519 2008-02-01 Kenichi Handa <handa@m17n.org>
13520
13521 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13522 font_otf_gpos, add font_drive_otf.
13523
13524 * fontset.c (fontset_find_font): Pay attention to font size
13525 specified for a font.
13526 (reorder_font_vector): Check contents of font_def.
13527
13528 * font.c (struct otf_list): Delete it.
13529 (otf_list): Make it a lisp variable.
13530 (otf_open): Use lispy otf_list.
13531 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13532 (check_otf_features): New function.
13533 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13534 New functions.
13535 (font_drive_otf): New function merging font_otf_gsub and
13536 font_otf_gpos.
13537 (font_open_for_lface): New arg spec. Change argument order.
13538 (font_load_for_face): Adjust for the change of font_open_for_lface.
13539 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13540 Ffont_otf_gpos.
13541 (syms_of_font): Staticpro otf_list. Delete defsubr of
13542 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13543
13544 * xfaces.c (set_font_frame_param): Adjust for the change of
13545 font_open_for_lface.
13546
13547 * font.h (font_open_for_lface): Adjust prototype.
13548 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13549 member otf_drive.
13550 (font_otf_gsub, font_otf_gpos): Delete externs.
13551 (font_drive_otf): Extern it.
13552
13553 2008-02-01 Kenichi Handa <handa@m17n.org>
13554
13555 * font.c (font_at): If the window W is not on a window system,
13556 return Qnil.
13557
13558 * coding.c (produce_chars, encode_coding): Don't call
13559 insert_from_gap if no characters to produce.
13560
13561 2008-02-01 Kenichi Handa <handa@m17n.org>
13562
13563 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
13564 Fclear_face_cache.
13565
13566 * xfaces.c (face_for_font): Check also face->font==font->font.font.
13567
13568 2008-02-01 Miles Bader <miles@gnu.org>
13569
13570 * emacs.c (main): Change default value of `enable_font_backend' to 1.
13571 Parse "--disable-font-backend" option.
13572 (standard_args): Add "--disable-font-backend" option.
13573
13574 2008-02-01 Kenichi Handa <handa@m17n.org>
13575
13576 * fontset.c (fontset_find_font): New function.
13577 (fontset_font): Use fontset_find_font.
13578 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
13579 Register the specified font for all Latin characters.
13580 (new_fontset_from_font): Register the specified font for all Latin
13581 characters.
13582 (dump_fontset): For a realized fontset, include the base fontset
13583 name in the returned vector.
13584
13585 2008-02-01 Kenichi Handa <handa@m17n.org>
13586
13587 * character.h (CHAR_STRING): Cast C to unsigned on calling
13588 char_string.
13589
13590 * character.c (char_string): Type of arg C changed to unsigned.
13591 Signal an error if C is an invalid character code.
13592
13593 * editfns.c (general_insert_function, Fchar_to_string):
13594 Use CHARACTERP, not INTEGERP.
13595
13596 2008-02-01 Kenichi Handa <handa@m17n.org>
13597
13598 * character.h (MIN_MULTIBYTE_LEADING_CODE)
13599 (MAX_MULTIBYTE_LEADING_CODE): New macros.
13600
13601 * regex.c (analyse_first): Fix for multibyte characters in "case
13602 charset:" and "case categoryspec:".
13603
13604 2008-02-01 Andreas Schwab <schwab@suse.de>
13605
13606 * Makefile.in (LIBES): Move standard libraries to the end.
13607
13608 2008-02-01 Kenichi Handa <handa@m17n.org>
13609
13610 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
13611 nonzero, don't shrink the buffer nextb.
13612
13613 * buffer.h (struct buffer_text): New member inhibit_shrinking.
13614
13615 * coding.c (coding_alloc_by_making_gap): New arg offset.
13616 (alloc_destination): Call coding_alloc_by_making_gap with the arg
13617 offset.
13618 (decode_coding_iso_2022): Update coding->safe_charsets.
13619 (decode_coding_gap): Temporarily set
13620 current_buffer->text->inhibit_shrinking to 1.
13621
13622 2008-02-01 Kenichi Handa <handa@m17n.org>
13623
13624 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
13625 indexing into elements of s->cmp and s->char2b.
13626
13627 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
13628
13629 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
13630
13631 2008-02-01 Kenichi Handa <handa@m17n.org>
13632
13633 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
13634 target_multibyte instead of multibyte.
13635 (re_match_2_internal): Call bcmp_translate with target_multibyte.
13636 (bcmp_translate): Change the argument name from multibyte to
13637 target_multibyte.
13638
13639 2008-02-01 Kenichi Handa <handa@m17n.org>
13640
13641 These changes are to compile a regexp into a pattern that can be
13642 used both for multibyte and unibyte targets.
13643
13644 * Makefile.in (search.o): Depend on charset.h.
13645
13646 * character.c (multibyte_char_to_unibyte_safe): New function.
13647
13648 * search.c: Include "charset.h".
13649 (compile_pattern_1): Delete argument multibyte. Don't set
13650 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
13651 (compile_pattern): Don't compare cp->buf.target_multibyte.
13652 Compare cp->buf.charset_unibyte.
13653 (compile_pattern): Set cp->buf.target_multibyte.
13654
13655 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
13656
13657 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
13658
13659 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
13660 multibyte. Change callers.
13661 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
13662 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
13663 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
13664 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
13665 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
13666 (regex_compile): Make the compiled pattern usable both for
13667 multibyte and unibyte targets.
13668 (analyse_first): Make the fastmap usable both for multibyte and
13669 unibyte targets.
13670 (TRANSLATE_VIA_MULTIBYTE): Delete.
13671 (re_match_2_internal): Pay attention to the case that the
13672 multibyteness of bufp and target may be different.
13673
13674 2008-02-01 Kenichi Handa <handa@m17n.org>
13675
13676 * xdisp.c (x_produce_glyphs): When a font is not found, make the
13677 empty box occupy at least one column width.
13678
13679 2008-02-01 Miles Bader <miles@gnu.org>
13680
13681 * Makefile.in: Remove redundant HAVE_XFT clause.
13682
13683 2008-02-01 Kenichi Handa <handa@m17n.org>
13684
13685 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
13686
13687 2008-02-01 Kenichi Handa <handa@m17n.org>
13688
13689 * fontset.c (Finternal_char_font): Fix for the case of POSITION
13690 being nil.
13691
13692 2008-02-01 Kenichi Handa <handa@m17n.org>
13693
13694 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
13695
13696 2008-02-01 Kenichi Handa <handa@m17n.org>
13697
13698 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
13699
13700 2008-02-01 Kenichi Handa <handa@m17n.org>
13701
13702 * search.c (simple_search): Fix previous change.
13703
13704 2008-02-01 Kenichi Handa <handa@m17n.org>
13705
13706 * xftfont.c (ftfont_font_format): Extern declaration.
13707
13708 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
13709
13710 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
13711 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
13712
13713 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
13714 (ftfont_font_format): Fix previous change.
13715
13716 * font.h (Ffont_xlfd_name): EXFUN it.
13717
13718 * font.c (font_parse_xlfd): Fix the array size of `f'.
13719 (register_font_driver): Use EQ to compare driver->type.
13720
13721 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
13722 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
13723 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
13724
13725 2008-02-01 Kenichi Handa <handa@m17n.org>
13726
13727 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
13728 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
13729
13730 2008-02-01 Kenichi Handa <handa@m17n.org>
13731
13732 * xfont.c (xfont_open): Set font->format.
13733
13734 * xftfont.c (xftfont_open): Set font->format.
13735
13736 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
13737 (ftfont_list): Include FC_FONTFORMAT in FcObject.
13738 (ftfont_open): Set font->format.
13739 (ftfont_font_format): New function.
13740
13741 * font.h (struct font): New member format.
13742
13743 * font.c (Qopentype): New variable.
13744 (syms_of_font): Defsym it.
13745 (Fquery_font): Change the format of the last element of the return
13746 value.
13747
13748 2008-02-01 Kenichi Handa <handa@m17n.org>
13749
13750 * xfns.c (xic_create_xfontset): Try the default fontset name as a
13751 last resort.
13752
13753 2008-02-01 Kenichi Handa <handa@m17n.org>
13754
13755 * coding.c (detect_coding_charset): Fix detection of multi-byte
13756 charset.
13757
13758 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
13759
13760 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
13761
13762 2008-02-01 Kenichi Handa <handa@m17n.org>
13763
13764 * xdisp.c (get_next_display_element): Set it->face_id for the
13765 first component of a composition.
13766 (x_produce_glyphs): Check if the font is changed or not for composition.
13767
13768 2008-02-01 Kenichi Handa <handa@m17n.org>
13769
13770 * fontset.c (Qlatin): New variable.
13771 (syms_of_fontset): Define it as a lisp symbol.
13772 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
13773
13774 2008-02-01 Kenichi Handa <handa@m17n.org>
13775
13776 * font.c (font_unparse_fcname): Pay attention to the case that
13777 some of font property is a null string.
13778
13779 2008-02-01 Kenichi Handa <handa@m17n.org>
13780
13781 * term.c: Include "composite.h".
13782 (encode_terminal_code): Output all components of composition.
13783 Check the size of encode_terminal_src.
13784 (produce_glyphs): For composition, call produce_composite_glyph.
13785 (append_composite_glyph, produce_composite_glyph): New functions.
13786
13787 * xdisp.c (x_produce_glyphs): In handling composition, if a font
13788 is not found, get font_info from the current ascii face.
13789
13790 2008-02-01 Kenichi Handa <handa@m17n.org>
13791
13792 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
13793 buffer-file-name to Qnil before calling insert_from_buffer.
13794
13795 * font.c (font_unparse_fcname): Pay attention to the case that
13796 foundry is a null string.
13797
13798 2008-02-01 Kenichi Handa <handa@m17n.org>
13799
13800 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
13801
13802 * font.c (Qunicode_sip): New variable.
13803 (syms_of_font): Declare it as a Lisp symbol.
13804
13805 * font.h (Qunicode_sip): Extern it.
13806
13807 2008-02-01 Kenichi Handa <handa@m17n.org>
13808
13809 * composite.c (get_composition_id): Pay attention to TAB component.
13810
13811 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
13812 TAB. Adjust for the change of s->char2b which always points to
13813 the first element of allocated memory.
13814
13815 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
13816
13817 * xdisp.c (handle_composition_prop): Set it->c to the first
13818 non-TAB component.
13819 (fill_composite_glyph_string): Change argument.
13820 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
13821 (x_produce_glyphs): Fix handling of left/right padding.
13822
13823 2008-02-01 Kenichi Handa <handa@m17n.org>
13824
13825 * coding.c (detect_coding_system): Fix for handling off
13826 inhibit_iso_escape_detection. Fix for the case that no coding
13827 system is defined for a specific coding category.
13828
13829 2008-02-01 Kenichi Handa <handa@m17n.org>
13830
13831 * font.c (font_matching_entity): Delete unused local var.
13832
13833 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
13834 opening a font.
13835
13836 * fileio.c (Finsert_file_contents): On recovering a file, assume
13837 Unix-like eol.
13838 (choose_write_coding_system): On auto-saving a file, force
13839 Unix-like eol.
13840
13841 * coding.c (setup_coding_system): Fix setting of
13842 coding->common_flags based on eol_type.
13843 (coding_inherit_eol_type): If PARENT is not nil, be sure to
13844 inherit from it.
13845
13846 2008-02-01 Kenichi Handa <handa@m17n.org>
13847
13848 * alloc.c (NSTATICS): Increas to 0x600.
13849
13850 2008-02-01 Kenichi Handa <handa@m17n.org>
13851
13852 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
13853 (ftfont_list): Don't check :name property.
13854 (ftfont_match): New function.
13855 (ftfont_pattern_entity): If the pattern doesn't contain
13856 FC_SPACING, don't assume FC_MONO.
13857
13858 * font.h (struct font_driver): New member `match'.
13859 (font_update_drivers): Adjust prototype.
13860
13861 * font.c (font_parse_fcname, font_parse_name): Don't change :name
13862 property of FONT.
13863 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
13864 them unconditionally.
13865 (font_matching_entity): New function.
13866 (font_open_by_name): Try font_matching_entity if exact match is
13867 not found.
13868 (font_update_drivers): Delete the arg FONT. Return a list of
13869 actually used backends. Don't free faces, font caches here.
13870 Don't store data in frame parameters. Don't call x_set_font.
13871 (Ffont_spec): Store :name property as is.
13872 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
13873 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
13874 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
13875 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
13876 Call font->driver->otf_gsub instead of font_otf_gsub.
13877
13878 * frame.c (x_set_font_backend): Do more works that were done in
13879 font_update_drivers before.
13880
13881 * xfont.c (xfont_match): New function.
13882 (xfont_driver): Set xfont_driver.match to xfont_match.
13883 (xfont_draw): Set font in GC if necessary.
13884
13885 * ftxfont.c (ftxfont_match): New function.
13886 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
13887
13888 * xftfont.c (xftfont_match): New function.
13889 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
13890
13891 2008-02-01 Kenichi Handa <handa@m17n.org>
13892
13893 * font.h (struct font): New member scalable.
13894 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
13895 (font_otf_gsub): Adjust prototype.
13896
13897 * font.c (font_otf_capability): Fix handling of the default langsys.
13898 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
13899 Check the contents of SPEC.
13900 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
13901 (check_gstring): New function.
13902 (REPLACEMENT_CHARACTER): New macro.
13903 (font_otf_gsub): New arg alternate_subst. Be sure to set all
13904 glyph codes of GSTRING.
13905 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
13906 (font_prepare_composition): Set cmp->glyph_len.
13907 (font_open_entity): Set font->scalable.
13908 (Ffont_get): Handle :otf property.
13909 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
13910 functions.
13911 (Fquery_font): Use font->font.full_name.
13912 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
13913 Sfont_otf_alternates.
13914
13915 * ftfont.c (ftfont_open): Set font->font.full_name and
13916 font->font.name properly. Fix calculation of font->font.height
13917 and font->min_width.
13918
13919 * ftxfont.c (ftxfont_create_gcs): New function.
13920 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
13921 (ftxfont_draw_backgrond): Fix filling region.
13922 (ftxfont_default_fid): New function.
13923 (ftxfont_open): Set xfont->fid to the return value of
13924 ftxfont_default_fid.
13925 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
13926 (ftxfont_done_face): Free only GCs that are created by
13927 ftxfont_create_gcs.
13928 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
13929
13930 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
13931 Clip to src->width, etc (not src->clip_XXX).
13932
13933 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
13934 FontBackend frame parameter.
13935
13936 2008-02-01 Kenichi Handa <handa@m17n.org>
13937
13938 * font.h (struct font_driver_list): New member `on'.
13939 (Fclear_font_cache): EXFUN it.
13940 (font_update_drivers): Extern it.
13941
13942 * font.c (font_unparse_fcname): Fix typo (swidth->width).
13943 (font_list_entities): Check driver_list->on.
13944 (register_font_driver): Initalize `on' member to 0.
13945 (font_update_drivers): New function.
13946 (Fclear_font_cache): Check driver_list->on.
13947
13948 * frame.h (Qfont_backend): Extern it.
13949 (x_set_font_backend): Extern it.
13950
13951 * frame.c (Qfont_backend): New variable.
13952 (frame_parms): New element for font-backend.
13953 (x_set_font_backend): New function.
13954
13955 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
13956 FontBackend frame parameter.
13957 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
13958 x_set_font_backend.
13959
13960 * xfont.c (xfont_list): Don't try listing by :name property if the
13961 name is not for XLFD.
13962
13963 2008-02-01 Kenichi Handa <handa@m17n.org>
13964
13965 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
13966 (LGLYPH_SET_TO): New macros.
13967 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
13968 element of G is vector or not.
13969 (font_at): Extern it.
13970
13971 * font.c: Include window.h.
13972 (font_lispy_object): New function.
13973 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
13974 end of valid glyph.
13975 (font_close_object): Fix getting (struct font *).
13976 (font_at): New function.
13977 (Ffont_get): If FONT is a font-object, get entity from it.
13978 (Ffont_make_gstring): Initialize elements of glyphs with nil.
13979 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
13980 range check.
13981 (Ffont_at): New function.
13982 (syms_of_font): Defsubr Sfont_at.
13983
13984 * xdisp.c (it_props): Move the entry for Qauto_composed to just
13985 before the entry for Qcomposition.
13986 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
13987 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
13988 the font in gstring.
13989 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
13990 LGLYPH_FORM (g) to detect the end of valid glyph.
13991 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
13992 we are composing with gstring.
13993
13994 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
13995 Check if adjustment is vector or not.
13996
13997 * Makefile.in (font.o): Make it depends on window.h.
13998
13999 2008-02-01 Kenichi Handa <handa@m17n.org>
14000
14001 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14002 adjustment is vector or not.
14003
14004 2008-02-01 Miles Bader <miles@gnu.org>
14005
14006 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14007
14008 2008-02-01 Kenichi Handa <handa@m17n.org>
14009
14010 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14011 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14012 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14013
14014 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14015 (DEVICE_DELTA): Fix typo.
14016 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14017 LGLYPH format.
14018
14019 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14020 the change of LGLYPH format.
14021
14022 2008-02-01 Kenichi Handa <handa@m17n.org>
14023
14024 * ftfont.c (ftfont_list): Fix typo.
14025 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14026
14027 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14028
14029 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14030
14031 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14032 xftface_info is non-NULL.
14033
14034 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14035
14036 * ftfont.c (ftfont_list): Move misplaced #endif.
14037
14038 2008-02-01 Kenichi Handa <handa@m17n.org>
14039
14040 * ftfont.c (ftfont_list): Pay attention to the case that
14041 FC_CAPABILITY is not defined.
14042
14043 2008-02-01 Kenichi Handa <handa@m17n.org>
14044
14045 * xftfont.c (xftfont_open): Set charset related members to -1.
14046
14047 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14048 QCname.
14049 (ftfont_open): Set charset related members to -1.
14050
14051 * fontset.c (Votf_script_alist): New variable.
14052 (syms_of_fontset): Initialize it.
14053 (fontset_font): Delete unused variable.
14054
14055 * fontset.h (Votf_script_alist): Extern it.
14056
14057 * font.c (font_find_for_lface): Optimize code.
14058
14059 * font.h (font_close_object, font_merge_old_spec): Extern them.
14060
14061 2008-02-01 Kenichi Handa <handa@m17n.org>
14062
14063 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14064 (syms_of_font): Initialize them.
14065 (font_pixel_size): Allow float value in dpi.
14066 (font_prop_validate_type): Delete.
14067 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14068 Change caller.
14069 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14070 (font_prop_validate_extra): Delete.
14071 (font_prop_validate_spacing): New function.
14072 (font_property_table): Add elements for all known properties.
14073 (get_font_prop_index): Rename from check_font_prop_name. New
14074 argument FROM. Change caller.
14075 (font_prop_validate): Validate all known properties.
14076 (font_put_extra): Delete argument force. Change caller.
14077 (font_expand_wildcards): Make it static. Fix the way of shrinking
14078 the possible range.
14079 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14080 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14081 Change caller.
14082 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14083 (font_parse_fcname): Delete argument merge. Fix parsing of point
14084 size. Don't validate properties values here. Change caller.
14085 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14086 (font_open_by_name): Delete unused variable.
14087 (Ffont_spec): Likewise. Validate property values.
14088 (Ffont_match_p): New function.
14089
14090 * font.h (QCscalable): Extern it.
14091 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14092
14093 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14094
14095 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14096 (xfont_list_pattern): New function.
14097 (xfont_list): Use xfont_list_pattern.
14098
14099 2008-02-01 Kenichi Handa <handa@m17n.org>
14100
14101 * font.h (Flist_fonts): EXFUN it.
14102
14103 2008-02-01 Jason Rumney <jasonr@gnu.org>
14104
14105 * w32term.c (w32_initialize): Add back smoothing_type and
14106 smoothing_enabled definitions.
14107
14108 2008-02-01 Kenichi Handa <handa@m17n.org>
14109
14110 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14111 s->face->font on determining underline position.
14112
14113 2008-02-01 Kenichi Handa <handa@m17n.org>
14114
14115 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14116 (font_has_char): Accept font-object too.
14117 (font_find_for_lface): Try at first with a size specified in face.
14118
14119 2008-02-01 Kenichi Handa <handa@m17n.org>
14120
14121 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14122 font_open_by_name.
14123
14124 2008-02-01 Kenichi Handa <handa@m17n.org>
14125
14126 * font.h (QCspacing, QCdpi): Extern them.
14127 (enum font_spacing): New enum.
14128 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14129
14130 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14131 (QCspacing, QCdpi): New variables.
14132 (syms_of_font): Initialize them.
14133 (font_pixel_size): New function.
14134 (font_put_extra): New function.
14135 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14136 in FONT_EXTRA.
14137 (font_parse_fcname): Handle enumerated values (e.g. bold).
14138 Fix handling font size. Add QCname property that contains only
14139 unknown properties.
14140 (font_score): Change argument. Change caller. Pay attention to
14141 FONT_PIXEL_SIZE_QUANTUM.
14142 (font_sort_entites, font_list_entities, font_find_for_lface)
14143 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14144 (Ffont_spec): Add QCname property that contains only unknown properties.
14145
14146 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14147 include weight in listing pattern, instead check weight of each
14148 listed font. Don't include scalable in pattern. Pay attention to
14149 FONT_PIXEL_SIZE_QUANTUM.
14150
14151 2008-02-01 Kenichi Handa <handa@m17n.org>
14152
14153 * font.c (font_parse_fcname): Fix parsing of point-size.
14154 (font_unparse_fcname): Produce symbolic names for style properties.
14155 (font_list_entities): Handle float size correctly.
14156 (font_open_by_name): Prefer `normal' property values if the name
14157 doesn't specify them.
14158
14159 * fontset.c (Finternal_char_font): Use font_get_name, not
14160 Ffont_xlfd_name.
14161
14162 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14163 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14164 pattern. Don't force scalable.
14165
14166 * xftfont.c (xftfont_open): For generating a name, start from
14167 96-byte buffer.
14168
14169 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14170
14171 * frame.h (x_new_fontset2): Fix prototype.
14172
14173 2008-02-01 Kenichi Handa <handa@m17n.org>
14174
14175 * font.h (struct font_driver): Delete member parse_name.
14176 (font_match_p, font_get_spec, font_parse_fcname)
14177 (font_unparse_fcname): Extern them.
14178 (font_get_name): Adjust prototype.
14179
14180 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14181 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14182 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14183 unnecessary checks for weight, slant, and swidth.
14184 (font_parse_fcname): New function.
14185 (font_unparse_fcname): New function.
14186 (font_parse_name): New function.
14187 (font_match_p): New function.
14188 (font_get_name): Change return value to Lisp string.
14189 (font_get_spec): New function.
14190 (Qunspecified, Qignore_defface): Don't extern them.
14191 (font_find_for_lface): Assume that LFACE is fully specified.
14192 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14193 object, use it for FACE.
14194 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14195 driver->parse_name.
14196 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14197
14198 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14199 prototype.
14200
14201 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14202 argument F. Don't call Fnew_fontset. Instead, directly call
14203 make_fontset.
14204
14205 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14206
14207 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14208 of x_new_fontset2.
14209
14210 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14211 (Qsans__serif): New variables.
14212 (ftfont_generic_family_list): New variable.
14213 (syms_of_ftfont): Initialize the above variables.
14214 (ftfont_pattern_entity): Delete argument NAME.
14215 (ftfont_list_generic_family): New function.
14216 (ftfont_parse_name): Delete this function.
14217 (ftfont_list): Try generic family only when FcFontList found no font.
14218 (ftfont_list_family): Fix args to FcObjectSetBuild.
14219
14220 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14221 object in attrs[LFACE_FONT_INDEX].
14222 (set_lface_from_font_name): Cancel all changes for font-backend.
14223 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14224 function.
14225 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14226 font object in QCfont attribute.
14227 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14228 (realize_default_face) [USE_FONT_BACKEND]: Call
14229 set_lface_from_font_and_fontset.
14230
14231 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14232 "fixed", and signal error here if no suitable font was found.
14233
14234 * xfont.c (xfont_parse_name): Delete this function.
14235
14236 * xftfont.c (xftfont_open): Change coding style of error
14237 handling. Generate fontconfig's fontname pattern.
14238
14239 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14240 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14241
14242 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14243 Both args FONTSET and FONT_OBJECT must be existing ones.
14244
14245 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14246
14247 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14248
14249 2008-02-01 Kenichi Handa <handa@m17n.org>
14250
14251 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14252
14253 * font.h (struct font): Fix typo.
14254
14255 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14256 XLFD_XXX_INDEX.
14257 (enum xlfd_field_mask): New enum.
14258 (intern_font_field): Changed argument. Change caller. If digits
14259 are followed by non-digits, return a symbol.
14260 (font_expand_wildcards): New function.
14261 (font_parse_xlfd): Fix wildcard handling.
14262 (Ffont_spec): If :name is specified, reflect the info in the other
14263 properties.
14264
14265 * ftfont.c (ftfont_pattern_entity): Fix typo.
14266 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14267 locale.
14268
14269 2008-02-01 Kenichi Handa <handa@m17n.org>
14270
14271 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14272
14273 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14274 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14275 registry doesn't specify encoding part.
14276 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14277 (font_open_by_name): At first try parsing the name.
14278 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14279 as Lisp symbols.
14280
14281 * fontset.c (reorder_font_vector): Pay attention to the case that
14282 the 3rd element of font_def is nil.
14283 (fontset_font): For the default fontset, append one more fontset
14284 elements for a script-based font specification. Don't add script
14285 attribute on finding a font.
14286 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14287 font name.
14288 (fontset_ascii_font): If a font can't be opened, return nil.
14289
14290 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14291 (ftfont_pattern_entity): New function.
14292 (ftfont_get_cache): Assume that freetype_font_cache is already
14293 initialized.
14294 (ftfont_list): Handle the case that a file is specified in font
14295 name. Use ftfont_pattern_entity to generate entities.
14296 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14297 (syms_of_ftfont): Initialize freetype_font_cache.
14298
14299 * xftfont.c (xftfont_open): Make the font name fontconfig's
14300 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14301 (xftfont_close): Free font->font.name if not NULL.
14302
14303 * xfont.c (xfont_list): If script is specified for a font, return
14304 null_vector.
14305 (xfont_list_family): Declare argument type.
14306
14307 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14308 name, set LFACE_FONT (lface) to nil.
14309
14310 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14311 return Qnil.
14312
14313 2008-02-01 Kenichi Handa <handa@m17n.org>
14314
14315 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14316 (standard_args): Add "-enable-font-backend".
14317
14318 2008-02-01 Kenichi Handa <handa@m17n.org>
14319
14320 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14321 (struct xftdraw_list, xftdraw_list): Delete them.
14322 (register_xftdraw, check_xftdraw): Delete them.
14323 (xftfont_prepare_face): Don't call register_xftdraw.
14324 (xftfont_done_face): Don't call check_xftdraw.
14325 (xftfont_draw): Get background color only when with_background is
14326 nonzero.
14327
14328 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14329
14330 2008-02-01 Kenichi Handa <handa@m17n.org>
14331
14332 These changes are for the new font handling codes.
14333
14334 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14335 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14336 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14337 (FONTSRC, FONTOBJ): New variables.
14338 (obj): Add $(FONTOBJ).
14339 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14340 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14341 @LIBOTF_LIBS@.
14342 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14343 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14344
14345 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14346
14347 * character.h (Vscript_representative_chars): Extern it.
14348
14349 * character.c (Vscript_representative_chars): New variable.
14350 (syms_of_character): Declare it as a Lisp variable.
14351
14352 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14353 enable_font_backend is nonzero, accept the composition method
14354 COMPOSITION_WITH_GLYPH_STRING.
14355
14356 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14357 enumeration COMPOSITION_WITH_GLYPH_STRING.
14358
14359 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14360 members clip_x, clip_y, clip_width, and clip_height.
14361 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14362
14363 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14364 --enable-font-backend. Call syms_of_font.
14365
14366 * fns.c (assoc_no_quit): New function.
14367
14368 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14369 (face_for_font, new_fontset_from_font)
14370 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14371
14372 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14373 (fontset_font, fontset_ascii, face_for_char)
14374 (make_fontset_for_ascii_face, Ffont_info)
14375 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14376 is nonzero, use font-backend mechanism.
14377 (find_font_encoding): Make it non-static.
14378 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14379 New functions.
14380
14381 * frame.h (struct frame): New members resx and resy.
14382 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14383 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14384
14385 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14386 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14387
14388 * lisp.h (assoc_no_quit): Extern it.
14389
14390 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14391 Through out the file, use FONT_INFO_FROM_FACE instead of
14392 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14393 rif->per_char_metric.
14394 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14395 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14396 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14397 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14398 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14399 nonzero, use font-backend mechanism.
14400 (get_per_char_metric): New function.
14401
14402 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14403 (set_lface_from_font_name)
14404 (set_font_frame_param, free_realized_face)
14405 (prepare_face_for_display, clear_face_gcs)
14406 (Finternal_set_font_selection_order, realize_x_face)
14407 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14408 font-backend mechanism.
14409 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14410 (load_face_font) [USE_FONT_BACKEND]: Abort.
14411 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14412 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14413
14414 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14415 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14416 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14417 nonzero, register all available font drivers. Call
14418 x_default_font_parameter for deciding a font.
14419 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14420
14421 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14422 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14423 (x_set_glyph_string_clipping_exactly)
14424 (x_compute_glyph_string_overhangs)
14425 (x_draw_glyph_string_foreground)
14426 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14427 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14428 enable_font_backend is nonzero, use font-backend mechanism.
14429 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14430
14431 2008-02-01 Kenichi Handa <handa@m17n.org>
14432
14433 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14434 system_eol_type.
14435 (syms_of_coding): Initialize system_eol_type.
14436
14437 * process.c (Fset_process_coding_system): Inherit system's eol
14438 format if necessary.
14439
14440 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14441
14442 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14443
14444 2008-02-01 Kenichi Handa <handa@m17n.org>
14445
14446 * coding.c (decode_eol): Pay attention to buffer relocation in
14447 del_range_2.
14448 (decode_coding): Call decode_eol before restoring undo_list.
14449
14450 2008-02-01 Kenichi Handa <handa@m17n.org>
14451
14452 * charset.c (Fdefine_charset_internal): Fix setting of
14453 emacs_mule_bytes.
14454
14455 2008-02-01 Kenichi Handa <handa@m17n.org>
14456
14457 * keyboard.c (read_char): Check if C is a character or not before
14458 looking up Vkeyboard_translate_table.
14459
14460 2008-02-01 Kenichi Handa <handa@m17n.org>
14461
14462 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14463 condition to terminate the loop.
14464
14465 2008-02-01 Kenichi Handa <handa@m17n.org>
14466
14467 * coding.c (produce_composition): Compare charbuf[i] instead of
14468 args[i] against 0.
14469 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14470
14471 2008-02-01 Kenichi Handa <handa@m17n.org>
14472
14473 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14474 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14475 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14476 detect_coding.
14477 (emacs_mule_char): Handle old style (Emacs 20) component character
14478 of a composition.
14479 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14480 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14481 composition rule.
14482 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14483
14484 2008-02-01 Kenichi Handa <handa@m17n.org>
14485
14486 * coding.c (encode_coding_ccl): Allocate destination dynamically
14487 when necessary.
14488
14489 2008-02-01 Kenichi Handa <handa@m17n.org>
14490
14491 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14492 the loop. When quitted, show a proper error message.
14493
14494 2008-02-01 Kenichi Handa <handa@m17n.org>
14495
14496 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14497 src->clip_head and src->clip_tail temporarily instead of src->hl.
14498
14499 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14500 character sequence.
14501 (Fccl_execute_on_string): Use ASET, not XSET.
14502
14503 2008-02-01 Kenichi Handa <handa@m17n.org>
14504
14505 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14506
14507 2008-02-01 Kenichi Handa <handa@m17n.org>
14508
14509 * coding.c (decode_coding): Fix the condition of terminating the
14510 decoding loop.
14511
14512 2008-02-01 Kenichi Handa <handa@m17n.org>
14513
14514 * data.c (Faset): On setting a character bigger than 255 in a
14515 unibyte string, signal an error instead of make the string multibyte.
14516
14517 2008-02-01 Kenichi Handa <handa@m17n.org>
14518
14519 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14520 made by a mapping table.
14521
14522 2008-02-01 Kenichi Handa <handa@m17n.org>
14523
14524 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14525 not.
14526 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14527 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14528
14529 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14530 s->face is NULL or not.
14531
14532 2008-02-01 Kenichi Handa <handa@m17n.org>
14533
14534 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14535 (x_draw_glyph_string): Fix drawing of right_overhang and
14536 left_overhang around/on cursor.
14537
14538 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14539
14540 2008-02-01 Kenichi Handa <handa@m17n.org>
14541
14542 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14543
14544 2008-02-01 Kenichi Handa <handa@m17n.org>
14545
14546 * coding.c (Fdefine_coding_system_internal)
14547 (Fdefine_coding_system_alias): Avoid a duplicated element in
14548 Vcoding_system_alist.
14549
14550 2008-02-01 Kenichi Handa <handa@m17n.org>
14551
14552 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14553
14554 * coding.c (Qcoding_system_define_form): New variable.
14555 (syms_of_coding): Intern and staticpro it.
14556 (Fcoding_system_p): Check Qcoding_system_define_form.
14557 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
14558
14559 * coding.h (CODING_SYSTEM_P): If ID is not available, call
14560 Fcoding_system_p.
14561 (CHECK_CODING_SYSTEM): If ID is not available, call
14562 Fcheck_coding_system.
14563 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
14564 Try also Fcheck_coding_system.
14565
14566 2008-02-01 Kenichi Handa <handa@m17n.org>
14567
14568 * coding.c (code_conversion_restore): GCPRO arg.
14569
14570 2008-02-01 Kenichi Handa <handa@m17n.org>
14571
14572 * character.c (lisp_string_width): Check multibyteness of STRING.
14573
14574 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14575
14576 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
14577 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
14578 (decode_mac_font_name): Use decode_coding_c_string instead of
14579 decode_coding.
14580 (x_load_font): Initialize fontp->fontset to -1. Set
14581 fontp->encoding_type.
14582
14583 2008-02-01 Kenichi Handa <handa@m17n.org>
14584
14585 * search.c (search_buffer): Give up BM search on case-fold-search
14586 if one of a target character has a case-equivalence of different
14587 byte length even if that target charcter is an ASCII.
14588 (simple_search): Fix calculation of byte length of matched text.
14589 (boyer_moore): Fix handling of case-equivalent multibyte characters.
14590
14591 2008-02-01 Kenichi Handa <handa@m17n.org>
14592
14593 * coding.c (decode_coding): Fix handling of invalid bytes.
14594
14595 2008-02-01 Kenichi Handa <handa@m17n.org>
14596
14597 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
14598 Unicode characters.
14599
14600 2008-02-01 Kenichi Handa <handa@m17n.org>
14601
14602 * coding.c (encode_coding_object): If a pre-write-conversion
14603 function makes a new buffer, kill it.
14604
14605 2008-02-01 Kenichi Handa <handa@m17n.org>
14606
14607 * coding.c (QCascii_compatible_p): New variable.
14608 (syms_of_coding): Initialize it.
14609 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
14610 calling string_char.
14611 (record_conversion_result): Add `default:' case.
14612 (coding_charset_list): Delete unused variable `coding_type'.
14613 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
14614 property in the plist of the coding system.
14615 (Fcoding_system_put): Check QCascii_compatible_p.
14616
14617 2008-02-01 Miles Bader <miles@gnu.org>
14618
14619 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
14620 removed calculation of frame `f', as it's now used.
14621
14622 2008-02-01 Kenichi Handa <handa@m17n.org>
14623
14624 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
14625 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
14626 (UNIDATA): New variable.
14627 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
14628 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
14629 $(RUN_TEMACS) unconditionally.
14630
14631 2008-02-01 Kenichi Handa <handa@m17n.org>
14632
14633 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
14634 (admindir): New variable.
14635 ($(lispsource)international/charprop.el): New target.
14636
14637 2008-02-01 Miles Bader <miles@gnu.org>
14638
14639 * character.c (chars-in-region): Remove obsolete function.
14640 (syms_of_character): Remove its initialization.
14641
14642 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
14643
14644 * w32select.c (validate_coding_system)
14645 (setup_windows_coding_system): New functions.
14646 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
14647 setup_windows_coding_system.
14648 (setup_config, Fw32_get_clipboard_data): Use
14649 validate_coding_system.
14650 (Fx_selection_exists): Move call to setup_config to a place
14651 where signals are allowed.
14652
14653 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
14654 (Fcheck_coding_system): Add declarations.
14655
14656 2008-02-01 Kenichi Handa <handa@m17n.org>
14657
14658 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
14659
14660 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14661
14662 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
14663 string as the second argument for x_new_fontset.
14664
14665 2008-02-01 Kenichi Handa <handa@m17n.org>
14666
14667 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
14668 (encode_coding_object): Use safe_call instead of call2.
14669
14670 2008-02-01 Kenichi Handa <handa@m17n.org>
14671
14672 * fontset.c (Fset_fontset_font): Check family element of a given vector.
14673
14674 * Makefile.in (lisp): Include charprop.el.
14675
14676 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14677
14678 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
14679 Not sure if it's unnecessary.
14680
14681 2008-02-01 Steven Tamm <steventamm@mac.com>
14682
14683 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
14684 some possibly unnecessary fontset checking code that crashed
14685 when creating a new frame.
14686
14687 2008-02-01 Kenichi Handa <handa@m17n.org>
14688
14689 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
14690 lookup_face.
14691
14692 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
14693
14694 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
14695
14696 2008-02-01 Kenichi Handa <handa@m17n.org>
14697
14698 * coding.c: Cancel the change done in HEAD on 2008-02-01.
14699 (coding_charset_list): New function.
14700
14701 * coding.h (coding_charset_list): Extern it.
14702
14703 2008-02-01 Kenichi Handa <handa@m17n.org>
14704
14705 * fontset.c (Fset_fontset_font): Call find_font_encoding with
14706 concatenation of family and registry.
14707
14708 2008-02-01 Kenichi Handa <handa@m17n.org>
14709
14710 * character.h (BYTE8_STRING): Fix typo.
14711
14712 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
14713 string to multibyte (sync to HEAD).
14714
14715 * casefiddle.c (casify_region): Handle changes in byte-length
14716 using replace_range_2 (sync to HEAD).
14717
14718 2008-02-01 Andreas Schwab <schwab@suse.de>
14719
14720 * chartab.c (map_char_table): GCPRO table and arg.
14721
14722 2008-02-01 Kenichi Handa <handa@m17n.org>
14723
14724 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
14725 already at limit.
14726
14727 2008-02-01 Kenichi Handa <handa@m17n.org>
14728
14729 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
14730 instead of fast_c_string_match_ignore_case.
14731 (find_font_encoding): Change argument to Lisp_Object. Use
14732 fast_string_match_ignore_case instead of
14733 fast_c_string_match_ignore_case. Change caller.
14734
14735 2008-02-01 Kenichi Handa <handa@m17n.org>
14736
14737 * xdisp.c (get_next_display_element): In unibyte case, decide to
14738 display in octal form by checking a character by
14739 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
14740
14741 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
14742
14743 * character.c (unibyte_has_multibyte_table): New variable.
14744
14745 * character.h (unibyte_has_multibyte_table): Extern it.
14746 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
14747
14748 2008-02-01 Kenichi Handa <handa@m17n.org>
14749
14750 * coding.c (encode_coding_iso_2022): Fix handling of charset
14751 annotation.
14752
14753 2008-02-01 Kenichi Handa <handa@m17n.org>
14754
14755 * coding.c (setup_coding_system): If coding_system is nil, use
14756 Qundecided.
14757 (Fterminal_coding_system): Return nil if terminal coding system is
14758 `undecided'.
14759 (syms_of_coding): Define coding-system `undecided' here. Setup
14760 terminal_coding as `undecided'.
14761
14762 2008-02-01 Kenichi Handa <handa@m17n.org>
14763
14764 * xdisp.c (message_dolog, set_message_1): Call
14765 unibyte_char_to_multibyte with arg type int.
14766
14767 * lread.c (read1): Fix reading of a char-table.
14768
14769 * print.c (print_object): Include sub char-table in circularities
14770 detection.
14771
14772 2008-02-01 Kenichi Handa <handa@m17n.org>
14773
14774 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
14775 Append the found sequences in car of ARGS instead of prepending.
14776
14777 2008-02-01 Kenichi Handa <handa@m17n.org>
14778
14779 * fileio.c (report_file_error): Make a unibyte string from
14780 strerror (errorno).
14781 (Fsubstitute_in_file_name): Fix the arg to
14782 unibyte_char_to_multibyte. It is evaluated twice.
14783
14784 2008-02-01 Kenichi Handa <handa@m17n.org>
14785
14786 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
14787
14788 2008-02-01 Kenichi Handa <handa@m17n.org>
14789
14790 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
14791 BOM is not found.
14792 (detect_coding, detect_coding_system): Optimization for ISO-2022
14793 when no 8-bit data is found.
14794
14795 2008-02-01 Jason Rumney <jasonr@gnu.org>
14796
14797 * w32fns.c (x_to_w32_font): Update to use new coding struct.
14798
14799 2008-02-01 Kenichi Handa <handa@m17n.org>
14800
14801 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
14802 CHARS.
14803
14804 2008-02-01 Steven Tamm <steventamm@mac.com>
14805
14806 * macterm.c (mac_encode_char): Add charset argument and update
14807 to use encoding_type.
14808 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
14809 switch to pure fontset.
14810 (decode_mac_font_name): Temporarily remove decoding.
14811 (x_font_name_to_mac_font_name): Temporarily remove encoding.
14812 (x_load_font): Temporarily remove encoding.
14813
14814 2008-02-01 Kenichi Handa <handa@m17n.org>
14815
14816 * xfaces.c (Fface_font): If frame is not on a window system,
14817 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
14818 refer to face->font.
14819 (split_font_name_into_vector, build_font_name_from_vector)
14820 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
14821 when HAVE_WINDOW_SYSTEM is defined.
14822
14823 2008-02-01 Kenichi Handa <handa@m17n.org>
14824
14825 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
14826 (x_produce_glyphs): Fix setting of members of cmp in case
14827 cmp->glyph_len is zero.
14828
14829 * fontset.c (Fset_fontset_font): Fix docstring.
14830 (Ffontset_info): Make it backward compatible. New arg ALL.
14831
14832 2008-02-01 Kim F. Storm <storm@cua.dk>
14833
14834 * process.c (read_process_output): Grow decoding_buf when needed;
14835 this could cause a crash in allocate_string and compact_small_strings.
14836
14837 2008-02-01 Kenichi Handa <handa@m17n.org>
14838
14839 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
14840
14841 2008-02-01 Kenichi Handa <handa@m17n.org>
14842
14843 * coding.c (setup_coding_system): Set coding->common_flags
14844 correctly for raw-text.
14845 (consume_chars): On encoding unibyte text by raw-text, don't check
14846 multibyte form.
14847 (encode_coding): On encoding by raw-text, never use translation tables.
14848
14849 * fileio.c (e_write): Short cut for the case of no encoding.
14850
14851 2008-02-01 Kenichi Handa <handa@m17n.org>
14852
14853 * coding.c (detect_coding, detect_coding_system): Delete unused
14854 variables.
14855
14856 2008-02-01 Kenichi Handa <handa@m17n.org>
14857
14858 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
14859 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
14860
14861 2008-02-01 Kenichi Handa <handa@m17n.org>
14862
14863 * coding.c (Ffind_coding_systems_region_internal): Include
14864 raw-text and no-conversion in the result.
14865
14866 2008-02-01 Kenichi Handa <handa@m17n.org>
14867
14868 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
14869 (load_font_get_repertory): Delete unnecessary check of ENCODING of
14870 FONT_DEF.
14871 (font_def_arg, add_arg, from_arg, to_arg): New args.
14872 (set_fontset_font): Change argument.
14873 (Fset_fontset_font): Fix for the case that TARGET is a script
14874 name and charset name.
14875 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
14876
14877 2008-02-01 Kenichi Handa <handa@m17n.org>
14878
14879 * fontset.c (fontset_font): Rename from fontset_face. Change return
14880 value.
14881 (face_suitable_for_char_p, face_for_char): Adjust for the change
14882 of fontset_font.
14883 (make_fontset_for_ascii_face): Fix setting of the fontset element
14884 for ASCII.
14885 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
14886 to get a font name.
14887 (Ffontset_info): Adjust for the change of fontset_font.
14888
14889 * coding.c (emacs_mule_char): Check invalid code more rigidly.
14890
14891 * character.h (LEADING_CODE_LATIN_1_MIN)
14892 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
14893
14894 2008-02-01 Kenichi Handa <handa@m17n.org>
14895
14896 * editfns.c (check_translation): New function.
14897 (Ftranslate_region_internal): Handle M:N mapping.
14898
14899 2008-02-01 Kenichi Handa <handa@m17n.org>
14900
14901 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
14902
14903 2008-02-01 Kenichi Handa <handa@m17n.org>
14904
14905 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
14906 goto invalid_code.
14907 (decode_coding_iso_2022): Fix handling of invalid designation.
14908
14909 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
14910 after calling code_conversion_save.
14911
14912 2008-02-01 Kenichi Handa <handa@m17n.org>
14913
14914 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
14915
14916 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
14917
14918 * fontset.c: Include "intervals.h".
14919 (fontset_face): Fix comparing of Lisp_Objects.
14920 (free_face_fontset, new_fontset_from_font_name): Fix
14921 Lisp_Object/int mixup.
14922
14923 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
14924
14925 * coding.c: Add many prototypes for static functions.
14926 (get_translation_table): Allow max_lookup to be NULL.
14927 (decode_coding, Ffind_coding_systems_region_internal)
14928 (Funencodable_char_position, Fcheck_coding_systems_region): Call
14929 get_translation_table with max_lookup NULL.
14930
14931 2008-02-01 Kenichi Handa <handa@m17n.org>
14932
14933 * coding.c (get_translation_table): Declare it as Lisp_Object.
14934 (LOOKUP_TRANSLATION_TABLE): New macro.
14935 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
14936 instead of CHAR_TABLE_REF.
14937
14938 2008-02-01 Kenichi Handa <handa@m17n.org>
14939
14940 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
14941 annotation data format.
14942 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
14943 Change arguments FROM and TO to single argument NCHARS. Change caller.
14944 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
14945 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14946 (decode_coding_ccl, decode_coding_charset): Pay attention to
14947 coding->charbuf_used.
14948 (get_translation): New function.
14949 (produce_chars): New arguments translation_table and last_block.
14950 Translate characters here. Return number of carryover chars.
14951 Change caller.
14952 (produce_composition): New argument pos. Change caller.
14953 Adjust for the change of annotation data format.
14954 (produce_charset, produce_annotation): Likewise.
14955 (decode_coding, encode_coding): Don't call translate_chars.
14956 (consume_chars): New arg translation_table. Change caller.
14957 (translate_chars): Delete.
14958 (syms_of_coding): Make translation-table's number of extra slots 2.
14959
14960 2008-02-01 Kenichi Handa <handa@m17n.org>
14961
14962 * search.c (simple_search): Fix setting this_pos_byte in backward
14963 search.
14964
14965 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
14966 byte sequence.
14967 (detect_coding_ccl): Fix setting of the variable valids.
14968
14969 2008-02-01 Kenichi Handa <handa@m17n.org>
14970
14971 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
14972
14973 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
14974
14975 * editfns.c (Ftranslate_region_internal): Rename from
14976 Ftranslate_region. Accept a char-table in TABLE.
14977 (syms_of_editfns): Defsubr Stranslate_region_internal.
14978
14979 * xfaces.c (set_lface_from_font_name): If a font is specified for
14980 a frame, generate a fontset from the font.
14981 (build_scalable_font_name): If the scalable font is requested for
14982 a specific size, don't change that size.
14983 (try_font_list): Try a scalable font also in the case that a
14984 pattern string is specified.
14985
14986 2008-02-01 Kenichi Handa <handa@m17n.org>
14987
14988 * xfaces.c (Fface_font): New optional arg CHARACTER.
14989
14990 2008-02-01 Kenichi Handa <handa@m17n.org>
14991
14992 * charset.h (CHARSET_OFFSET): New macro.
14993
14994 2008-02-01 Kenichi Handa <handa@m17n.org>
14995
14996 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
14997
14998 * fontset.c (fontset_face): Handle the case that repertory is a
14999 char-table.
15000 (find_font_encoding): Return nil for unknown encoding.
15001 (Fset_fontset_font): Ignore a font of unknown encoding.
15002
15003 2008-02-01 Kenichi Handa <handa@m17n.org>
15004
15005 * keymap.c (describe_vector): Handle default value of a char table.
15006
15007 * fontset.c (fontset_face): Handle fallback fonts correctly.
15008 (Ffontset_info): Return infomation about fallback fonts.
15009
15010 2008-02-01 Kenichi Handa <handa@m17n.org>
15011
15012 * fontset.c (FONTSET_DEFAULT): New macro.
15013 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15014 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15015 the case that it is nil.
15016 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15017 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15018
15019 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15020 subset or superset.
15021
15022 2008-02-01 Kenichi Handa <handa@m17n.org>
15023
15024 * emacs.c (main): Call init_charset after syms_of_XXX.
15025
15026 * charset.c (Vcharset_map_directory): Delete.
15027 (Vcharset_map_path): New variable.
15028 (load_charset_map_from_file): Use Vcharset_map_path instead.
15029 (init_charset): Initialize Vcharset_map_path.
15030 (syms_of_charset): Delete declaration of "charset-map-directory",
15031 add declaration of "charset-map-path".
15032
15033 2008-02-01 Kenichi Handa <handa@m17n.org>
15034
15035 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15036 ASCII only string.
15037
15038 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15039
15040 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15041 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15042
15043 2008-02-01 Kenichi Handa <handa@m17n.org>
15044
15045 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15046
15047 * coding.c (QCmnemonic, QCdefalut_char)
15048 (QCdecode_translation_table, QCencode_translation_table)
15049 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15050 (get_translation_table): Return a list of translation tables if
15051 necessary.
15052 (decode_coding): Call get_translation_table with ENCODEP 0.
15053 (char_encodable_p): If translation_table is non-nil, always call
15054 translate_char.
15055 (Fdefine_coding_system_internal): Accept list of translation
15056 tables as :encode-translation-table and :decode-translation-table.
15057 (Fcoding_system_put): New function.
15058 (syms_of_coding): Declare new symbols. Defsubr
15059 Scoding_system_put.
15060 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15061 typically JISX0212.
15062
15063 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15064 when the charset is superset type.
15065
15066 * character.c (translate_char): Accept list of translation tables.
15067
15068 2008-02-01 Kenichi Handa <handa@m17n.org>
15069
15070 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15071 (CODING_ATTR_TRANS_TBL): New macro.
15072
15073 * coding.c (get_translation_table): New function.
15074 (translate_chars): Fix the bug of skipping annotation data.
15075 (decode_coding, encode_coding): Utilize get_translation_table.
15076 (char_encodable_p, Funencodable_char_position): Translate char if
15077 necessary.
15078 (Ffind_coding_systems_region_internal)
15079 (Fcheck_coding_systems_region): Setup translation table for encode
15080 in a coding system attribute vector in advance.
15081 (Fdefine_coding_system_internal): Allow a symbol as translation
15082 table. For shift-jis type coding system, allow 4th charset.
15083
15084 2008-02-01 Kenichi Handa <handa@m17n.org>
15085
15086 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15087
15088 * xdisp.c (get_next_display_element): Pass -1 as POS to
15089 FACE_FOR_CHAR if displaying a C-string.
15090
15091 2008-02-01 Kenichi Handa <handa@m17n.org>
15092
15093 * composite.c (get_composition_id): Handle xoff and yoff in a
15094 composition rule.
15095
15096 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15097 (struct composition): New member lbearing and rbearing.
15098
15099 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15100 (x_get_glyph_overhangs): Handle a composition glyph.
15101 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15102
15103 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15104 composition glyph.
15105
15106 2008-02-01 Kenichi Handa <handa@m17n.org>
15107
15108 * print.c: Include charset.h.
15109 (Vprint_charset_text_property): New variable.
15110 (Qdefault): Extern it.
15111 (PRINT_STRING_NON_CHARSET_FOUND)
15112 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15113 (print_check_string_result): New variable.
15114 (print_check_string_charset_prop): New function.
15115 (print_prune_charset_plist): New variable.
15116 (print_prune_string_charset): New function.
15117 (print_object): Call print_prune_string_charset if
15118 Vprint_charset_text_property is not t.
15119 (print_interval): Print nothing if interval->plist is nil.
15120 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15121 variable. Init and staticpro print_prune_charset_plist.
15122
15123 2008-02-01 Kenichi Handa <handa@m17n.org>
15124
15125 * fontset.c (new_fontset_from_font_name): Use the specified font
15126 for all characters in the new fontset.
15127
15128 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15129 OBJECT args.
15130
15131 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15132 OBJECT args for composition too.
15133
15134 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15135 OBJECT args.
15136
15137 2008-02-01 Kenichi Handa <handa@m17n.org>
15138
15139 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15140
15141 * fontset.c (reorder_font_vector): Adjust for the change of
15142 FONT_DEF format.
15143 (fontset_face): New arg id. Change caller.
15144 (face_for_char): New args pos and object.
15145 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15146 (fs_query_fontset): Check NAME by Fassoc too.
15147 (Fset_fontset_font): Allow non-XLFD font name.
15148 (Ffontset_info): Adjust for the change of FONT_DEF format.
15149
15150 * fontset.h (face_for_char): Adjust prototype.
15151
15152 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15153 (append_space, extend_face_to_end_of_line)
15154 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15155 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15156
15157 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15158 POS and OBJECT args.
15159
15160 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15161 POS and OBJECT args.
15162
15163 2008-02-01 Jason Rumney <jasonr@gnu.org>
15164
15165 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15166 of GlobalAlloc'ed memory.
15167
15168 2008-02-01 Kenichi Handa <handa@m17n.org>
15169
15170 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15171
15172 * charset.h (charset_table_used): Delete extern.
15173
15174 * charset.c (charset_table_used): Make it static.
15175 (map_charset_chars): Fix args to c_function with.
15176
15177 * chartab.c (map_sub_char_table_for_charset): Fix args to
15178 c_function with.
15179
15180 * coding.h (enum coding_result_code): Delete
15181 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15182
15183 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15184 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15185 (Vlast_code_conversion_error): New variables.
15186 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15187 (ONE_MORE_BYTE): Record error if any instead of signaling an
15188 error. If non-ASCII multibyte char is found, return the negative
15189 value of the code. All callers changed to check it.
15190 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15191 (record_conversion_result): New function. Change all codes setting
15192 coding->result to call this function.
15193 (detect_coding_utf_8, decode_coding_utf_8)
15194 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15195 Don't use the local variable incomplete.
15196 (emacs_mule_char): Change the second arg to `const'.
15197 (decode_coding): Fix of flushing out unprocessed data.
15198 (make_conversion_work_buffer): Fix making of a work buffer.
15199 (decode_coding_object): Return coding->dst_object.
15200
15201 * fontset.c (set_fontset_font): Fix args.
15202
15203 * lisp.h (CHARACTERBITS): Define as 22.
15204
15205 * process.c (send_process): Be sure to set coding->src_multibyte.
15206
15207 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15208
15209 2008-02-01 Kenichi Handa <handa@m17n.org>
15210
15211 * xdisp.c (handle_auto_composed_prop): Give limit to
15212 Fnext_single_char_property_change.
15213
15214 2008-02-01 Kenichi Handa <handa@m17n.org>
15215
15216 * composite.c (syms_of_composite): Don't make the composition hash
15217 table weak.
15218
15219 * fontset.c (Fset_fontset_font): Fix docstring.
15220
15221 * lisp.h (detect_coding_system): Adjust prototype.
15222
15223 * fileio.c (kill_workbuf_unwind): Delete this function.
15224 (Finsert_file_contents): Adjust the call of detect_coding_system.
15225 Get conversion_buffer by code_conversion_save. Use the macro
15226 CODING_MAY_REQUIRE_DECODING. After decoding, update
15227 coding_system.
15228
15229 * coding.h (make_conversion_work_buffer): Delete extern.
15230 (code_conversion_save): Extern it.
15231
15232 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15233 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15234 (decode_coding_utf_8): Don't do eol converion.
15235 (detect_coding_utf_16): Check coding->src_chars, not
15236 coding->src_bytes. Add heuristics for those that have no signature.
15237 (decode_coding_emacs_mule, decode_coding_iso_2022)
15238 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15239 Don't do eol converion.
15240 (adjust_coding_eol_type): Return a new coding system.
15241 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15242 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15243 each change.
15244 (decode_coding): Pay attention to undo_list. Do eol conversion for
15245 all types of coding-systems (if necessary).
15246 (Vcode_conversion_work_buf_list): Delete it.
15247 (Vcode_conversion_reused_workbuf): Rename from
15248 Vcode_conversion_reused_work_buf.
15249 (Vcode_conversion_workbuf_name): New variable.
15250 (reused_workbuf_in_use): New variable.
15251 (make_conversion_work_buffer): Delete the arg DEPTH.
15252 (code_conversion_restore): Change argument to cons.
15253 (code_conversion_save): Delete the argument BUFFER. Change callers.
15254 (detect_coding_system): New argument src_chars. Change callers.
15255 Fix for utf-16 detection.
15256 (init_coding_once): Don't use ISO_carriage_return.
15257 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15258 reused_workbuf_in_use.
15259
15260 2008-02-01 Kenichi Handa <handa@m17n.org>
15261
15262 * keymap.c (store_in_keymap): Pay attention to the case that idx
15263 is a cons specifying a character range.
15264
15265 2008-02-01 Kenichi Handa <handa@m17n.org>
15266
15267 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15268 HANDLED_RECOMPUTE_PROPS.
15269
15270 * coding.c (Fdefine_coding_system_internal): Fix checking of
15271 ascii compatibility.
15272
15273 2008-02-01 Kenichi Handa <handa@m17n.org>
15274
15275 * charset.c (find_charsets_in_text): Delete unused locale variable.
15276 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15277
15278 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15279 Resync charset_list to Vemacs_mule_charset_list.
15280
15281 * keymap.c (store_in_keymap): Pay attention to the case that idx
15282 is a cons specifying a character range.
15283
15284 2008-02-01 Kenichi Handa <handa@m17n.org>
15285
15286 * composite.c (update_compositions): Bind inhibit-read-only, etc
15287 to t before calling remove-list-of-text-properties.
15288
15289 * print.c (print_object): Always print ASCII chars as is.
15290
15291 2008-02-01 Kenichi Handa <handa@m17n.org>
15292
15293 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15294
15295 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15296 is a char table.
15297
15298 2008-02-01 Kenichi Handa <handa@m17n.org>
15299
15300 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15301
15302 2008-02-01 Kenichi Handa <handa@m17n.org>
15303
15304 * xfaces.c (set_lface_from_font_name): Fix for the case that
15305 FONTNAME is not fontset name.
15306
15307 2008-02-01 Kenichi Handa <handa@m17n.org>
15308
15309 * fns.c (base64_encode_1): Fix previous change.
15310
15311 2008-02-01 Kenichi Handa <handa@m17n.org>
15312
15313 * fontset.c (set_fontset_font): New function.
15314 (Fset_fontset_font): If a font is specified for a charset, use
15315 map_charset_chars to store the font spec in a fontset.
15316
15317 2008-02-01 Kenichi Handa <handa@m17n.org>
15318
15319 * fontset.c (fontset_face): Create a fallback fontset on demand.
15320 (make_fontset): Don't create a fallback fontset here.
15321 (free_face_fontset): Free a fallback fontset (if any) too.
15322 (n_auto_fontsets): Delete this variable.
15323 (auto_fontset_alist): New variable.
15324 (new_fontset_from_font_name): Check auto_fontset_alist.
15325 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15326 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15327 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15328 Defsubr Sfontset_list_all.
15329
15330 2008-02-01 Kenichi Handa <handa@m17n.org>
15331
15332 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15333
15334 2008-02-01 Kenichi Handa <handa@m17n.org>
15335
15336 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15337
15338 2008-02-01 Kenichi Handa <handa@m17n.org>
15339
15340 * editfns.c (Fgoto_char): Fix docstring.
15341
15342 2008-02-01 Kenichi Handa <handa@m17n.org>
15343
15344 * insdel.c (insert_from_gap): Adjust intervals correctly.
15345
15346 2008-02-01 Jason Rumney <jasonr@gnu.org>
15347
15348 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15349 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15350 (w32_initialize): Try to load it.
15351 (x_get_font_repertory): Use it if available.
15352 (w32_encode_char): Add shortcut for unicode output.
15353
15354 * w32fns.c (w32_load_system_font): Default charset to -1.
15355 (x_to_w32_charset): Match all fonts for unicode.
15356 (w32_to_x_charset): New parameter matching. Don't return partial
15357 or wildcard charsets.
15358 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15359 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15360 (w32_to_x_font): Match charset to real charset.
15361 (enum_font_cb2): Always list unicode versions.
15362
15363 * makefile.w32-in (temacs): Increase EMHEAP.
15364
15365 2008-02-01 Jason Rumney <jasonr@gnu.org>
15366
15367 * w32term.c (w32_encode_char): New charset parameter.
15368 font_info.encoding becomes encoding_type.
15369 (x_get_font_repertory): New function. Warning: stub only!
15370 (x_new_font): Return quickly if font already set.
15371 (x_new_fontset): fontsetname parameter is Lisp_Object.
15372 Use new fs_query_fontset. Try new_fontset_from_font_name.
15373 Use fontset_name for return value.
15374
15375 * w32term.h: Declare x_get_font_repertory.
15376
15377 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15378 place of find_charset_in_text. Use encode_coding_object in place
15379 of encode_coding.
15380 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15381 decode_coding.
15382
15383 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15384 of x_new_fontset.
15385 (w32_load_system_font): Initialize charset as unicode.
15386 font_info.encoding becomes encoding_type.
15387 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15388 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15389 (syms_of_w32fns): Set get_font_repertory_func.
15390
15391 * w32console.c: Include character.h. Use terminal_encode_buffer
15392 from term.c.
15393 (write_glyphs): Use new version of encode_terminal_code. Use
15394 encode_coding_object in place of encode_coding.
15395
15396 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15397 encoding becomes encoding_type.
15398
15399 * term.c (terminal_encode_buffer): Make externally visible.
15400
15401 * makefile.w32-in: Add character.h dependancies.
15402 (character.o, chartab.o): New targets.
15403
15404 2008-02-01 Kenichi Handa <handa@m17n.org>
15405
15406 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15407 CODING_ID_EOL_TYPE.
15408
15409 2008-02-01 Andreas Schwab <schwab@suse.de>
15410
15411 * coding.c (produce_chars): Revert last change.
15412
15413 2008-02-01 Kenichi Handa <handa@m17n.org>
15414
15415 * charset.h (charset_unicode): Extern it.
15416
15417 * charset.c (string_xstring_p): Check by (C >= 0x100).
15418 (find_charsets_in_text): Change format of the arc CHARSETS. New
15419 arg MULTIBYTE.
15420 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15421 change of find_charsets_in_text.
15422 (Fsplit_char): Fix doc. Never return unknown.
15423
15424 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15425
15426 * coding.c (Fdefine_coding_system_alias): Update
15427 Vcoding_system_list.
15428
15429 * fontset.c (load_font_get_repertory): Pay attention to the case
15430 that ENCODING of a font is specified by a char-table.
15431
15432 * xterm.c (x_get_font_repertory): Handle the case that the
15433 encoding of font is other than Unicode.
15434
15435 2008-02-01 Kenichi Handa <handa@m17n.org>
15436
15437 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15438 if a character is encodable by the terminal coding system. If
15439 not, produces proper number of `?'s. Update
15440 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15441 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15442
15443 2008-02-01 Kenichi Handa <handa@m17n.org>
15444
15445 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15446 variables.
15447 (encode_terminal_code): Change argument. Encode multiple
15448 characters at once. Store the result of encoding in
15449 terminal_encode_buffer.
15450 (write_glyphs, insert_glyphs): Adjust for the change of
15451 encode_terminal_code.
15452 (term_init): Initialize terminal_encode_buffer and
15453 terminal_encode_buf_size.
15454
15455 * coding.c (consume_chars): If coding->src_object is nil, don't
15456 check annotation.
15457
15458 2008-02-01 Kenichi Handa <handa@m17n.org>
15459
15460 * character.c (char_string): Use ASCII_CHAR_P instead of
15461 SINGLE_BYTE_CHAR_P.
15462
15463 2008-02-01 Kenichi Handa <handa@m17n.org>
15464
15465 * xdisp.c (handle_auto_composed_prop): Check if the last
15466 characters of auto-composed region is newly composed with the
15467 following characters.
15468 (handle_composition_prop): Fix checking of point being inside
15469 composition.
15470
15471 2008-02-01 Kenichi Handa <handa@m17n.org>
15472
15473 * fns.c (concat): Don't change multibyteness of the result by
15474 concatenating an 8-bit character.
15475
15476 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15477 multibyteness of the result when newelt is an 8-bit character.
15478
15479 2008-02-01 Dave Love <fx@gnu.org>
15480
15481 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15482 EMACS_INT.
15483
15484 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15485
15486 * xfaces.c (face_numeric_value): Declare dim size_t.
15487 (Finternal_lisp_face_equal_p): Remove unused f.
15488
15489 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15490 (MATRIX_ROW): Remove unused vars.
15491 (draw_glyphs, x_insert_glyphs, fast_find_position)
15492 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15493 byte/char counts.
15494
15495 * regex.c (regex_compile): Remove unused var.
15496
15497 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15498
15499 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15500 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15501
15502 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15503
15504 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15505
15506 * fileio.c (Fwrite_region): Remove unused var.
15507
15508 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15509 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15510
15511 * composite.c (Fremove_list_of_text_properties): Declare.
15512
15513 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15514 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15515 (coding_inherit_eol_type): Remove unused attrs.
15516 (detect_coding): Cast arg of detect_eol.
15517
15518 * charset.c (syms_of_charset): Remove unused var p.
15519 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15520 byte/char counts.
15521
15522 * casetab.c (set_case_table): Remove unused var.
15523
15524 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15525 unused vars.
15526
15527 2008-02-01 Dave Love <fx@gnu.org>
15528
15529 * xterm.c (x_bitmap_mask): Declare.
15530
15531 2008-02-01 Dave Love <fx@gnu.org>
15532
15533 * xterm.c (x_term_init): Fix type error.
15534
15535 * lisp.h: Add Funibyte_char_to_multibyte.
15536
15537 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15538 (Fset_coding_system_priority): Doc fix.
15539
15540 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15541
15542 * indent.c (check_composition): Make start and end EMACS_INT.
15543
15544 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15545
15546 * xdisp.c (handle_composition_prop, check_point_in_composition):
15547 Make buffer positions EMACS_INT.
15548
15549 * composite.c (find_composition, run_composition_function)
15550 (update_compositions, Ffind_composition_internal): Make buffer
15551 positions EMACS_INT.
15552
15553 * composite.h (find_composition, update_compositions): Make
15554 position args EMACS_INT.
15555
15556 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
15557
15558 * intervals.c (get_property_and_range):
15559 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
15560
15561 * unexalpha.c: Don't include varargs.h.
15562
15563 2008-02-01 Dave Love <fx@gnu.org>
15564
15565 * coding.h (ENCODE_UTF_8): New.
15566
15567 * Makefile.in (gtkutil.o): Depend on coding.h.
15568
15569 * coding.c (Fset_coding_system_priority): Doc fix.
15570
15571 2008-02-01 Kenichi Handa <handa@m17n.org>
15572
15573 * fileio.c (Finsert_file_contents): Call setup_coding_system in
15574 the case of auto saving.
15575
15576 2008-02-01 Andreas Schwab <schwab@suse.de>
15577
15578 * chartab.c (map_char_table, map_char_table_for_charset): Protect
15579 `range' from GC.
15580
15581 2008-02-01 Kenichi Handa <handa@m17n.org>
15582
15583 * coding.c (decode_coding_sjis): Check bytes more rigidly.
15584
15585 2008-02-01 Kenichi Handa <handa@m17n.org>
15586
15587 * fileio.c (choose_write_coding_system): Return a decided coding system.
15588 (Fwrite_region): Set Vlast_coding_system_used to the return value
15589 of choose_write_coding_system.
15590
15591 2008-02-01 Kenichi Handa <handa@m17n.org>
15592
15593 * charset.c (Fset_charset_priority): Pay attention to duplicated
15594 arguments.
15595
15596 * coding.c (QCcategory): New variable.
15597 (syms_of_coding): Defsym it. Set all elements of
15598 Vcoding_category_table and their symbol values.
15599 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
15600 coding-category-XXX, and coding-category-list.
15601 (Fdefine_coding_system_internal): Add category in the plist.
15602
15603 2008-02-01 Kenichi Handa <handa@m17n.org>
15604
15605 * callproc.c (Fcall_process): Handle carryover correctly.
15606
15607 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
15608 (raw_text_coding_system): Check NILP (coding_system).
15609 (coding_inherit_eol_type): Check NILP (coding_system) and
15610 NILP (parent).
15611 (consume_chars): Fix for the case of raw-text.
15612
15613 * process.c (read_process_output): Handle carryover correctly.
15614
15615 2008-02-01 Dave Love <fx@gnu.org>
15616
15617 * regex.c (re_search_2): Fix last change.
15618
15619 2008-02-01 Kenichi Handa <handa@m17n.org>
15620
15621 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
15622 target_multibyte. Even in a unibyte case, return a converted
15623 multibyte char.
15624 (GET_CHAR_AFTER): New macro.
15625 (PATFETCH): Translate via multibyte char.
15626 (HANDLE_UNIBYTE_RANGE): Delete this macro.
15627 (SETUP_MULTIBYTE_RANGE): New macro.
15628 (regex_compile): Setup compiled code so that its multibyteness
15629 matches that of a target. Fix the handling of "[X-YZ]" using
15630 SETUP_MULTIBYTE_RANGE.
15631 (analyse_first) <charset>: For filling fastmap for all multibyte
15632 characters, don't check by BASE_LEADING_CODE_P.
15633 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
15634 the same as RE_MULTIBYTE_P (bufp) now.
15635 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
15636 (TARGET_CHAR_AND_LENGTH): Delete this macro.
15637 (TRANSLATE_VIA_MULTIBYTE): New macro.
15638 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
15639 It is the same as RE_MULTIBYTE_P (bufp) now.
15640 <exactn>: Translate via multibyte.
15641 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
15642 translate it.
15643 <charset, charset_not>: Fetch a character by
15644 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
15645 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
15646 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
15647 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
15648 by GET_CHAR_AFTER.
15649 (bcmp_translate): Likewise.
15650
15651 * search.c (compile_pattern): Check the member target_multibyte,
15652 not the member multibyte of buf.
15653
15654 * lread.c (read1): While reading a string, set force_singlebyte
15655 and force_multibyte correctly.
15656
15657 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
15658 up of unibyte_to_multibyte_table.
15659
15660 2008-02-01 Kenichi Handa <handa@m17n.org>
15661
15662 * coding.c (setup_coding_system): If coding has
15663 post-read-conversion or pre-write-conversion, set
15664 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
15665 respectively.
15666 (decode_coding_gap): Run post-read-conversion if any.
15667
15668 * fileio.c (Finsert_file_contents): Even if we read into a
15669 unibyte buffer, check if we must decode the result or not.
15670
15671 2008-02-01 Kenichi Handa <handa@m17n.org>
15672
15673 * coding.c (make_conversion_work_buffer): Change the work buffer
15674 name to the same one as that of Emacs 21.
15675
15676 2008-02-01 Kenichi Handa <handa@m17n.org>
15677
15678 * coding.h (make_conversion_work_buffer): Adjust prototype.
15679 (code_conversion_restore): Don't extern it.
15680
15681 * coding.c (detected_mask): Delete unused variable.
15682 (decode_coding_iso_2022): Pay attention to the byte sequence of
15683 CTEXT extended segment, and retain those bytes as is.
15684 (decode_coding_ccl): Delete unused variable `valids'.
15685 (setup_coding_system): Delete unused variable `category'.
15686 (consume_chars): Delete unused variable `category'. Make it work
15687 for non-multibyte case.
15688 (make_conversion_work_buffer): Change argument.
15689 (saved_coding): Delete unused variable.
15690 (code_conversion_restore): Don't check saved_coding->destination.
15691 (code_conversion_save): New function.
15692 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
15693 instead of record_unwind_protect.
15694 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
15695 (detect_coding_system): Delete unused variable `mask'.
15696 (Fdefine_coding_system_internal): Delete unused variable id.
15697
15698 * fileio.c (kill_workbuf_unwind): New function.
15699 (Finsert_file_contents): On replacing, call
15700 make_conversion_work_buffer with correct args, and call
15701 record_unwind_protect with the first arg kill_workbuf_unwind.
15702
15703 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
15704
15705 2008-02-01 Kenichi Handa <handa@m17n.org>
15706
15707 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
15708 (fontset_add): Fix for the case that TO is less than TO1.
15709 (Ffontset_info): Don't use fallback fontset on checking the
15710 default fontset.
15711 (dump_fontset): New function for debugging.
15712
15713 * coding.c (Fdefine_coding_system_internal): Fix for the case that
15714 coding_type is Qcharset.
15715
15716 2008-02-01 Kenichi Handa <handa@m17n.org>
15717
15718 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
15719 (map_char_table): Don't inherit the value from the parent on
15720 initializing VAL. Adjust for the above change.
15721
15722 2008-02-01 Kenichi Handa <handa@m17n.org>
15723
15724 * coding.c (Qsignature, Qendian): Delete these variables.
15725 (syms_of_coding): Don't initialize them.
15726 (CATEGORY_MASK_UTF_16_AUTO): New macro.
15727 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
15728 detect_info->found.
15729 (decode_coding_utf_16): Don't detect BOM here.
15730 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
15731 is NOT utf_16_without_bom.
15732 (setup_coding_system): For a coding system of type utf-16, check
15733 if the attribute :endian is Qbig or not (not nil or not), and set
15734 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
15735 (detect_coding): If coding type is utf-16 and BOM detection is
15736 required, detect it.
15737 (Fdefine_coding_system_internal): For a coding system of type
15738 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
15739
15740 2008-02-01 Kenichi Handa <handa@m17n.org>
15741
15742 * coding.c (coding_set_source): Fix for the case that the current
15743 buffer is different from coding->src_object.
15744 (decode_coding_object): Don't use the conversion work buffer if
15745 DST_OBJECT is a buffer.
15746
15747 2008-02-01 Dave Love <fx@gnu.org>
15748
15749 * lread.c (read_emacs_mule_char) [len==2]: Index
15750 emacs_mule_charset correctly.
15751
15752 2008-02-01 Dave Love <fx@gnu.org>
15753
15754 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
15755 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
15756 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
15757 treated specially.)
15758 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
15759 (detected_mask): Remove Big5 bits.
15760
15761 2008-02-01 Kenichi Handa <handa@m17n.org>
15762
15763 The following changes are to make the font rescaling facility
15764 compatible with Emacs 21.
15765
15766 * xfaces.c (Vface_font_rescale_alist): Rename from
15767 Vface_resizing_fonts.
15768 (struct font_name): Rename member resizing_ratio to rescale_ratio.
15769 (font_rescale_ratio): Rename from font_resizing_ratio.
15770 (split_font_name): Set font->rescale_ratio.
15771 (better_font_p): Pay attention to font->rescale_ratio.
15772 (build_scalable_font_name): Likewise. Change RESX, and RESY
15773 fields.
15774 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15775
15776 2008-02-01 Kenichi Handa <handa@m17n.org>
15777
15778 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
15779 (Qutf_16_le): Remove these variables.
15780 (syms_of_coding): Don't DEFSYM them.
15781 (decode_coding_utf_16): Fix handling of BOM.
15782 (encode_coding_utf_16): Fix handling of BOM.
15783
15784 2008-02-01 Kenichi Handa <handa@m17n.org>
15785
15786 * fileio.c (Finsert_file_contents): On replacing, before decoding
15787 the file into the work buffer, set point of the work buffer to the end.
15788
15789 2008-02-01 Dave Love <fx@gnu.org>
15790
15791 * coding.c (Fcheck_coding_systems_region): Fix type errors.
15792
15793 2008-02-01 Dave Love <fx@gnu.org>
15794
15795 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15796 and fix C types.
15797
15798 2008-02-01 Kenichi Handa <handa@m17n.org>
15799
15800 * xdisp.c (SKIP_GLYPHS): New macro.
15801 (set_cursor_from_row): Pay attention to string display properties.
15802
15803 * category.c (copy_category_entry): Fix for the case that RANGE
15804 is an integer.
15805
15806 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
15807
15808 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
15809
15810 2008-02-01 Kenichi Handa <handa@m17n.org>
15811
15812 * charset.c (Fcharset_id_internal): New function.
15813 (syms_of_charset): Defsubr it.
15814
15815 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
15816 with the last arg charset_list acquired from coding.
15817 (Fdefine_coding_system_internal): For ccl-based coding system, fix
15818 the attribute coding_attr_ccl_valids.
15819
15820 * coding.h (enum define_coding_ccl_arg_index): Set the first
15821 member coding_arg_ccl_decoder to coding_arg_max.
15822
15823 * ccl.h (ccl_driver): Adjust prototype.
15824
15825 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
15826 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
15827 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
15828 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
15829 last arg Qnil.
15830
15831 2008-02-01 Kenichi Handa <handa@m17n.org>
15832
15833 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
15834 call encode_char.
15835
15836 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
15837
15838 2008-02-01 Dave Love <fx@gnu.org>
15839
15840 * composite.c (syms_of_composite): Make composition_hash_table weak.
15841
15842 2008-02-01 Kenichi Handa <handa@m17n.org>
15843
15844 * dispextern.h (check_face_attributes, generate_ascii_font_name)
15845 (font_name_registry): Don't extern them.
15846 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
15847
15848 * fontset.h (Qfontset): Don't extern it.
15849 (new_fontset_from_font_name): Extern it.
15850
15851 * fontset.c: Give 8 extra slots to fontset objects.
15852 (Qfontset_info): New variable.
15853 (syms_of_fontset): Defsym it.
15854 (FONTSET_FALLBACK): New macro.
15855 (fontset_face): Try also the default fontset.
15856 (make_fontset): Realize a fallback fontset from the default fontset.
15857 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
15858 using split_font_name_into_vector and build_font_name_from_vector.
15859 (Fset_fontset_font): Access the elements of font_spec by enum
15860 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
15861 name by using split_font_name_into_vector.
15862 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
15863 generate a proper font name from the fontset name. Update
15864 Vfontset_alias_alist.
15865 (n_auto_fontsets): New variable.
15866 (new_fontset_from_font_name): New function.
15867 (Ffont_info): Store the information about fonts generated from the
15868 default fontset in the first extra slot of the returned char-table.
15869
15870 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
15871 (font_name_registry): Delete function.
15872 (split_font_name_into_vector): New function.
15873 (build_font_name_from_vector): New function.
15874 (font_list): The argument REGISTRY is now a list of registry names.
15875 (choose_face_font): If we are choosing an ASCII font, and ATTRS
15876 specifies an explicit font name, return the name as is. Make a
15877 list of registy names.
15878
15879 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
15880 of x_new_fontset.
15881 (Fx_create_frame): Don't call x_new_fontset here. Just use
15882 x_list_fonts to check the existence of fonts.
15883
15884 * xterm.h (x_new_fontset): Adjust prototype.
15885
15886 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
15887 string. Use new_fontset_from_font_name to create a fontset from a
15888 font name.
15889
15890 2008-02-01 Kenichi Handa <handa@m17n.org>
15891
15892 * syntax.c (Vfind_word_boundary_function_table): New name for
15893 Vnext_word_boundary_function_table.
15894 (find-word-boundary-function-table): New name for
15895 next-word-boundary-function-table.
15896
15897 2008-02-01 Dave Love <fx@gnu.org>
15898
15899 * Makefile.in: Fix some dependencies.
15900
15901 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
15902 set it to nil before returning.
15903
15904 * composite.c (update_compositions): Fix type error.
15905
15906 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
15907
15908 2008-02-01 Kenichi Handa <handa@m17n.org>
15909
15910 * xterm.c (x_new_font): Optimize for the case that the font is
15911 already set for the frame.
15912
15913 2008-02-01 Kenichi Handa <handa@m17n.org>
15914
15915 * chartab.c (char_table_ascii): Check if the char table contents
15916 is sub-char-table or not.
15917 (char_table_set, char_table_set_range): Fix argument to
15918 char_table_ascii.
15919
15920 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
15921 (detect_coding_utf_8, detect_coding_utf_16)
15922 (detect_coding_emacs_mule, detect_coding_iso_2022)
15923 (detect_coding_sjis, detect_coding_big5)
15924 (detect_coding_ccl, detect_coding_charset): Change argument MASK
15925 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
15926 sequence is valid in this coding system. Change callers.
15927 (MAX_ANNOTATION_LENGTH): New macro.
15928 (ADD_ANNOTATION_DATA): New macro.
15929 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
15930 ADD_ANNOTATION_DATA. Change the format of annotation data.
15931 (ADD_CHARSET_DATA): New macro.
15932 (emacs_mule_char): New argument ID. Change callers.
15933 (decode_coding_emacs_mule, decode_coding_iso_2022)
15934 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15935 Produce charset annotation data in coding->charbuf.
15936 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
15937 to charset annotation data in coding->charbuf.
15938 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
15939 coding->common_flags if the coding system is iso-2022 based and
15940 uses designation.
15941 (produce_composition): Adjust for the new annotation data format.
15942 (produce_charset): New function.
15943 (produce_annotation): Handle charset annotation.
15944 (handle_composition_annotation, handle_charset_annotation): New
15945 functions.
15946 (consume_chars): Handle charset annotation. Utilize the above two
15947 functions.
15948 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
15949 buffer, get the deleted text as a string and set
15950 coding->src_object to that string.
15951 (detect_coding, detect_coding_system): Use the new struct
15952 coding_detection_info.
15953
15954 * coding.h (struct coding_detection_info): New structure.
15955 (struct coding_system): Adjust prototype of the member `detector'.
15956 (CODING_ANNOTATE_CHARSET_MASK): New macro.
15957
15958 2008-02-01 Kenichi Handa <handa@m17n.org>
15959
15960 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
15961
15962 2008-02-01 Dave Love <fx@gnu.org>
15963
15964 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
15965 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
15966 to new local and nullify apropos_accumulate before returning.
15967 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
15968
15969 2008-02-01 Kenichi Handa <handa@m17n.org>
15970
15971 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
15972 correctly.
15973
15974 2008-02-01 Dave Love <fx@gnu.org>
15975
15976 * fns.c (Flanginfo): Call synchronize_system_time_locale.
15977
15978 2008-02-01 Kenichi Handa <handa@m17n.org>
15979
15980 The following changes are to make character composition happen
15981 automatically on displaying.
15982
15983 * Makefile.in (lisp, shortlisp): Add composite.elc.
15984
15985 * composite.h (Qauto_composed, Vauto_composition_function)
15986 (Qauto_composition_function): Extern them.
15987
15988 * composite.c (Vcomposition_function_table)
15989 (Qcomposition_function_table): Delete variables.
15990 (Qauto_composed, Vauto_composition_function)
15991 (Qauto_composition_function): New variables.
15992 (run_composition_function): Don't call
15993 compose-chars-after-function.
15994 (update_compositions): Clear `auto-composed' text property.
15995 (compose_chars_in_text): Delete this function.
15996 (syms_of_composite): Staticpro Qauto_composed and
15997 Qauto_composition_function. Declare Vauto_composition_function as
15998 a Lisp variable.
15999
16000 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16001
16002 * xdisp.c (it_props): Add an entry for Qauto_composed.
16003 (handle_auto_composed_prop): New function.
16004
16005 * xselect.c (selection_data_to_lisp_data): Don't call
16006 compose_chars_in_text.
16007
16008 2008-02-01 Dave Love <fx@gnu.org>
16009
16010 * keyboard.c (read_char): Modify checking around use of
16011 Vkeyboard_translate_table.
16012
16013 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16014 and fix C types.
16015
16016 2008-02-01 Kenichi Handa <handa@m17n.org>
16017
16018 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16019 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16020 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16021 the case that the last byte is '\r' correctly.
16022 (decode_coding): Flush out the unprocessed data correctly.
16023 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16024
16025 2008-02-01 Dave Love <fx@gnu.org>
16026
16027 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16028 Add XK_ISO... case.
16029 (xaw_scroll_callback): Revert last change.
16030
16031 2008-02-01 Kenichi Handa <handa@m17n.org>
16032
16033 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16034
16035 2008-02-01 Kenichi Handa <handa@m17n.org>
16036
16037 * xfaces.c (Vface_resizing_fonts): New variable.
16038 (struct font_name): New member `resizing_ratio'.
16039 (font_resizing_ratio): New function.
16040 (split_font_name): Set font->resizing_ratio.
16041 (better_font_p): Pay attention to font->resizing_ratio.
16042 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16043 RESX, and RESY fields.
16044 (try_alternative_families): Try scalable fonts if
16045 Vscalable_fonts_allowed is not Qt.
16046 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16047
16048 2008-02-01 Dave Love <fx@gnu.org>
16049
16050 * xterm.c (xaw_scroll_callback): Cast correctly.
16051
16052 2008-02-01 Dave Love <fx@gnu.org>
16053
16054 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16055 (lispy_kana_keys): Comment out.
16056 (make_lispy_event) [XK_kana_A]: Comment out.
16057
16058 * xterm.c (xaw_scroll_callback): Cast call_data.
16059 (XTread_socket): Deal with ASCII keysyms.
16060 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16061
16062 2008-02-01 Dave Love <fx@gnu.org>
16063
16064 * xterm.c (Vx_keysym_table): New.
16065 (syms_of_xterm): Initialize it.
16066 (XTread_socket): Use it.
16067 From head: Eliminate incorrect optimization that tried to avoid
16068 decoding the output of X*LookupString.
16069 (x_get_font_repertory): Delete charset declaration.
16070
16071 2008-02-01 Kenichi Handa <handa@m17n.org>
16072
16073 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16074 return 0.
16075 (Fdefine_coding_system_internal): Setup
16076 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16077
16078 2008-02-01 Dave Love <fx@gnu.org>
16079
16080 * coding.c (Fcheck_coding_system): Doc fix.
16081
16082 * editfns.c (Finsert_byte): Return a proper value.
16083
16084 2008-02-01 Kenichi Handa <handa@m17n.org>
16085
16086 * coding.c (decode_coding): Fix args to translate_chars. Pay
16087 attention to Vstandard_translation_table_for_decode.
16088 (encode_coding): Fix args to translate_chars. Pay attention to
16089 Vstandard_translation_table_for_encode.
16090
16091 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16092 SINGLE_BYTE_CHAR_P.
16093
16094 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16095 not by SINGLE_BYTE_CHAR_P.
16096
16097 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16098 SINGLE_BYTE_CHAR_P.
16099
16100 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16101 SINGLE_BYTE_CHAR_P.
16102
16103 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16104 by SINGLE_BYTE_CHAR_P.
16105
16106 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16107 SINGLE_BYTE_CHAR_P.
16108
16109 2008-02-01 Dave Love <fx@gnu.org>
16110
16111 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16112
16113 2008-02-01 Dave Love <fx@gnu.org>
16114
16115 * fns.c (Flanginfo): Fix typo.
16116
16117 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16118
16119 2008-02-01 Kenichi Handa <handa@m17n.org>
16120
16121 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16122 (detect_coding_emacs_mule, detect_coding_iso_2022)
16123 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16124 incomplete byte sequence. Don't update *mask when correctly detected.
16125 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16126 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16127 (detect_coding, detect_coding_system): Adjust for the changes above.
16128
16129 2008-02-01 Kenichi Handa <handa@m17n.org>
16130
16131 * character.c (char_string): Rename from
16132 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16133 (string_char): Rename from string_char.
16134
16135 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16136 if C is greater than MAX_3_BYTE_CHAR.
16137 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16138 string_char instead of string_char_with_unification.
16139
16140 2008-02-01 Dave Love <fx@gnu.org>
16141
16142 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16143
16144 2008-02-01 Kenichi Handa <handa@m17n.org>
16145
16146 * keymap.c (push_key_description): Pay attention to force_multibyte.
16147
16148 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16149
16150 2008-02-01 Dave Love <fx@gnu.org>
16151
16152 * charset.c (define_charset_internal): Rename `supprementary'.
16153
16154 * Makefile.in (lisp, shortlisp): Remove latin-N.
16155
16156 2008-02-01 Dave Love <fx@gnu.org>
16157
16158 * xfns.c (x_window, x_window): Use use_xim.
16159
16160 * xterm.c (use_xim): Initialize.
16161 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16162 (x_term_init): Maybe set use_xim.
16163
16164 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16165
16166 2008-02-01 Kenichi Handa <handa@m17n.org>
16167
16168 * search.c (search_buffer): Fix case-fold-search of multibyte
16169 characters.
16170 (boyer_moore): Rename the last argument to char_high_bits.
16171
16172 2008-02-01 Kenichi Handa <handa@m17n.org>
16173
16174 * xdisp.c (display_string): Fix for the case of zero width glyph.
16175
16176 * xfns.c (x_set_font): Change the error message of the case that
16177 x_new_fontset returns Qt.
16178
16179 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16180 (Finternal_set_lisp_face_attribute): Use signal_error for the
16181 error of invalid fontset.
16182
16183 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16184 fontset, return Qt.
16185
16186 2008-02-01 Dave Love <fx@gnu.org>
16187
16188 * unexelf.c (unexec): Make .got handling not SGI-specific.
16189
16190 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16191
16192 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16193
16194 * keyboard.c (read_key_sequence): Fix type error.
16195
16196 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16197 type error.
16198
16199 * fontset.c (fontset_add): Return Lisp_Object.
16200
16201 2008-02-01 Dave Love <fx@gnu.org>
16202
16203 * charset.h (charset_ordered_list_tick): Declare extern.
16204
16205 2008-02-01 Kenichi Handa <handa@m17n.org>
16206
16207 The following changes (and some of 2008-02-01 changes of mine) are
16208 for handling syntax, category, and case conversion for unibyte
16209 characters by converting them to multibyte on the fly. With these
16210 changes, we don't have to setup syntax and case tables for unibyte
16211 characters in each language environment.
16212
16213 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16214 multibyte if necessary.
16215
16216 * bytecode.c (Fbyte_code): Likewise.
16217
16218 * character.h (LEADING_CODE_LATIN_1_MIN)
16219 (LEADING_CODE_LATIN_1_MAX): New macros.
16220 (unibyte_to_multibyte_table): Extern it.
16221 (unibyte_char_to_multibyte): New macro.
16222 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16223 (CHAR_LEADING_CODE): New macro.
16224 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16225
16226 * character.c (unibyte_to_multibyte_table): New variable.
16227 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16228 (multibyte_char_to_unibyte): If C is an eight-bit character,
16229 convert it to the corresponding byte value.
16230
16231 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16232 not 1, signals an error. Update the elements of
16233 unibyte_to_multibyte_table.
16234 (init_charset_once): Initialize unibyte_to_multibyte_table.
16235 (syms_of_charset): Define the charset `iso-8859-1'.
16236
16237 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16238 as is without converting it to unibyte. In a unibyte buffer,
16239 convert C to multibyte before checking the syntax.
16240
16241 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16242
16243 * minibuf.c (Fminibuffer_complete_word): Use the macro
16244 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16245
16246 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16247
16248 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16249 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16250 that is zero, convert an eight-bit char to multibyte.
16251 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16252 non-emacs case.
16253 (PATFETCH): Convert an eight-bit char to multibyte.
16254 (HANDLE_UNIBYTE_RANGE): New macro.
16255 (regex_compile): Setup the compiled pattern for multibyte chars
16256 even if the given regex string is unibyte. Use PATFETCH_RAW
16257 instead of PATFETCH in many places. To handle `charset'
16258 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16259 only for ASCII chars.
16260 (analyse_first) <exactn>: Simplify because the compiled pattern
16261 is multibyte.
16262 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16263 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16264 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16265 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16266 multibyte always 1.
16267 (re_search_2): In emacs, set the locale variable multibyte to 1,
16268 otherwise to 0. New local variable target_multibyte. Check it
16269 to decide the multibyteness of STR1 and STR2. If
16270 target_multibyte is zero, convert unibyte chars to multibyte
16271 before translating and checking fastmap.
16272 (TARGET_CHAR_AND_LENGTH): New macro.
16273 (re_match_2_internal): In emacs, set the locale variable multibyte
16274 to 1, otherwise to 0. New local variable target_multibyte. Check
16275 it to decide the multibyteness of STR1 and STR2. Use
16276 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16277 <charset, charset_not>: If multibyte is nonzero, check fastmap
16278 only for ASCII chars. Call bcmp_translate with
16279 target_multibyte, not with multibyte.
16280 <begline>: Declare the local variable C as `unsigned'.
16281 (bcmp_translate): Change the last arg name to target_multibyte.
16282
16283 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16284 the regexp pattern and the matching target. Set cp->buf.multibyte
16285 to the multibyteness of the regexp pattern. Set
16286 cp->but.target_multibyte to the multibyteness of the matching target.
16287 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16288 FETCH_STRING_CHAR_ADVANCE.
16289 (Freplace_match): Convert unibyte chars to multibyte.
16290
16291 * syntax.c (char_quoted, back_comment, scan_words)
16292 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16293 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16294 unibyte chars to multibyte.
16295 (skip_chars): Delete the arg syntaxp, and move the code for
16296 handling syntaxes to skip_syntaxes. Change callers.
16297 Fix the case that the multibyteness of STRING and the current
16298 buffer doesn't match.
16299 (skip_syntaxes): New function.
16300 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16301 SINGLE_BYTE_CHAR_P.
16302
16303 2008-02-01 Kenichi Handa <handa@m17n.org>
16304
16305 * xfaces.c (QCfontset): New variable.
16306 (LFACE_FONTSET): New macro.
16307 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16308 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16309 (Finternal_set_lisp_face_attribute)
16310 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16311 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16312 check also LFACE_FONTSET_INDEX.
16313 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16314 attrs[LFACE_FONT_INDEX].
16315 (syms_of_xfaces): Intern and staticpro QCfontset.
16316
16317 * dispextern.h (enum lface_attribute_index): New member
16318 LFACE_FONTSET_INDEX.
16319
16320 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16321
16322 2008-02-01 Kenichi Handa <handa@m17n.org>
16323
16324 * coding.c (coding_set_destination): Fix coding->destination for
16325 the case converting a region.
16326 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16327 (encode_coding_object): Fix coding->dst_pos and
16328 coding->dst_pos_byte for the case converting a region.
16329
16330 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16331
16332 * character.h (BYTE8_STRING): New macro.
16333
16334 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16335
16336 2008-02-01 Kenichi Handa <handa@m17n.org>
16337
16338 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16339 characters by octal form.
16340
16341 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16342
16343 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16344 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16345 _fetch_multibyte_char_len.
16346 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16347
16348 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16349
16350 * casefiddle.c (casify_object): Simplify. Handle the case that
16351 the case conversion change the byte length.
16352 (casify_region): Likewise.
16353
16354 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16355
16356 * character.c (_fetch_multibyte_char_len): Delete this variable.
16357 (syms_of_character): Setup Vprintable_chars.
16358
16359 * editfns.c (Fchar_equal): Fix for the unibyte case.
16360 (Finsert_byte): New function.
16361 (syms_of_editfns): Defsubr it.
16362
16363 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16364 of direct code 0x3ffff.
16365
16366 * search.c (Freplace_match): Fix for the unibyte case.
16367
16368 2008-02-01 Kenichi Handa <handa@m17n.org>
16369
16370 * lread.c (safe_to_load_p): Fix the logic.
16371
16372 * syntax.c (scan_words): Don't treat characters belonging to
16373 different scripts as constituting a word.
16374
16375 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16376
16377 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16378
16379 * emacs.c (main): In the case of --unibyte, instead of aborting on
16380 finding non-empty buffer, make it unibyte.
16381
16382 2008-02-01 Kenichi Handa <handa@m17n.org>
16383
16384 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16385 to create a fontset.
16386
16387 2008-02-01 Dave Love <fx@gnu.org>
16388
16389 * character.c (Funibyte_char_to_multibyte): Doc fix.
16390
16391 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16392
16393 2008-02-01 Kenichi Handa <handa@m17n.org>
16394
16395 * fontset.c (fontset_add): Make the type `int'.
16396 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16397
16398 * character.c (unibyte_char_to_multibyte)
16399 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16400 charset_unibyte, not charset_primary.
16401
16402 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16403
16404 * charset.c (charset_unibyte): Rename from charset_primary.
16405 (Funibyte_charset): Rename from Fprimary_charset.
16406 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16407 (syms_of_charset): Adjust for the above changes.
16408
16409 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16410 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16411 it->multibyte_p is zero.
16412
16413 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16414 Delete extern.
16415
16416 2008-02-01 Kenichi Handa <handa@m17n.org>
16417
16418 * coding.c (Fdefine_coding_system_internal): Fix category setting
16419 for a coding system of type iso-2022.
16420
16421 2008-02-01 Kenichi Handa <handa@m17n.org>
16422
16423 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16424
16425 2008-02-01 Kenichi Handa <handa@m17n.org>
16426
16427 * syntax.c (Vnext_word_boundary_function_table): New variable.
16428 (next-word-boundary-function-table): Declare it as a Lisp variable
16429 in syms_of_syntax.
16430 (scan_words): Call functions in Vnext_word_boundary_function_table
16431 if any.
16432
16433 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16434
16435 * fontset.c (fs_load_font): If fontp->charset is not negative,
16436 return fontp without setting its members.
16437
16438 2008-02-01 Dave Love <fx@gnu.org>
16439
16440 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16441
16442 * m/sparc.h (HAVE_ALLOCA): Delete.
16443
16444 * s/irix6-5.h: Don't include strings.h.
16445 (bcopy, bzero, bcmp): Don't undef.
16446
16447 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16448
16449 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16450 (TIOCSIGSEND): Don't test IRIX6.
16451 (bcopy, bzero, bcmp): Define conditionally.
16452
16453 2008-02-01 Kenichi Handa <handa@m17n.org>
16454
16455 * buffer.c (Qas, Qmake, Qto): New variables.
16456 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16457 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16458
16459 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16460 we are inserting a process output into a multibyte buffer.
16461
16462 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16463 multibyte_char_to_unibyte.
16464
16465 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16466 by the primary charset, make it eight-bit char.
16467 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16468
16469 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16470 (charset_8_bit__control, charset_8_bit_graphic)
16471 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16472 (define_charset_internal): New function.
16473 (syms_of_charset): Call define_charset_internal for pre-defined
16474 charsets.
16475
16476 * charset.h (charset_8_bit): Extern it.
16477
16478 * coding.c (make_conversion_work_buffer): Adjust for the change
16479 of Fset_buffer_multibyte.
16480 (encode_coding_raw_text): Increment p0 in the loop.
16481
16482 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16483
16484 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16485 for the change of Fset_buffer_multibyte.
16486
16487 * fns.c (Fstring_to_multibyte): New function.
16488 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16489
16490 2008-02-01 Dave Love <fx@gnu.org>
16491
16492 * xfns.c (x_put_x_image): Declare args.
16493
16494 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16495 (try_font_list): Declare an arg.
16496
16497 * xdisp.c (message2_nolog, set_message): Declare an arg.
16498
16499 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16500
16501 * syntax.c (scan_sexps_forward): Declare an arg.
16502
16503 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16504 Declare an arg.
16505
16506 * lisp.h (Fnew_fontset): Declare.
16507
16508 * keymap.c (push_key_description): Call CHARACTERP correctly.
16509
16510 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16511 (face_for_char): Delete unused vars.
16512 (Fset_fontset_font): Doc fix. Delete unused vars.
16513
16514 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16515
16516 * composite.c (update_compositions): Declare arg.
16517
16518 * cm.c (calccost, cmgoto): Declare args.
16519
16520 * charset.c: Remove `emacs' conditional. Doc fixes.
16521 (map_char_table_for_charset): Declare.
16522
16523 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16524
16525 * ccl.c: Remove `emacs' conditional.
16526
16527 2008-02-01 Kenichi Handa <handa@m17n.org>
16528
16529 The following changes are to allow specifying multiple font
16530 patterns for a character range (specified by script or charset).
16531
16532 * Makefile.in (abbrev.o): Depend on syntax.h.
16533 (xfaces.o): Depend on charset.h.
16534
16535 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16536 SINGLE_BYTE_CHAR_P.
16537
16538 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16539
16540 * character.h (Vchar_script_table): Extern it.
16541
16542 * character.c (Vscript_alist): Delete.
16543 (Vchar_script_table, Qchar_script_table): New variable.
16544 (syms_of_character): Declare Vchar_script_table as a lisp variable
16545 and initialize it.
16546
16547 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16548 have property char-table-extra-slots, make no extra slot.
16549
16550 * dispextern.h (struct face): Delete member `charset'.
16551 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16552 SINGLE_BYTE_CHAR_P.
16553 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16554 Add prototypes.
16555 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
16556 (generate_ascii_font_name): Rename from generate_ascii_font.
16557
16558 * fontset.h (get_font_repertory_func): New prototype.
16559 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
16560 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
16561
16562 * fontset.c (Qprepend, Qappend): New variables.
16563 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
16564 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
16565 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
16566 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
16567 (fontset_ref_and_range, fontset_add, reorder_font_vector)
16568 (load_font_get_repertory): New functions.
16569 (fontset_set): Delete.
16570 (fontset_face): New arg FACE. Return face ID, not face.
16571 Complete re-write to handle new fontset structure. Change caller.
16572 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16573 (face_for_char): Don't call lookup_face.
16574 (make_fontset_for_ascii_face): New arg FACE.
16575 (fs_load_font): New arg CHARSET_ID. Don't check
16576 Vfont_encoding_alist here.
16577 (find_font_encoding): New function.
16578 (list_fontsets): Use STRINGP, not ! NILP.
16579 (accumulate_script_ranges): New function.
16580 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
16581 re-written to handle new fontset structure.
16582 (Ffontset_font): Return a copy of element.
16583 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
16584 docstring of font-encoding-alist.
16585
16586 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
16587 (Fset_fotset_font): Fix arguments to 5.
16588
16589 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
16590
16591 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
16592 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16593 (highlight_trailing_whitespace): Adjust for the change of
16594 lookup_named_face.
16595
16596 * xfaces.c: Include charset.h.
16597 (load_face_font): Delete argument C. Change caller.
16598 (generate_ascii_font_name): Rename from generate_ascii_font.
16599 (font_name_registry): New function.
16600 (cache_face): Store ascii faces before non-ascii faces in buckets.
16601 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
16602 Lookup only ascii faces.
16603 (lookup_non_ascii_face): New function.
16604 (lookup_named_face): Delete argument C. Change caller.
16605 (lookup_derived_face): Delete argument C. Change caller.
16606 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
16607 a string, just call font_list with it.
16608 (choose_face_font): Delete arguments FACE and C. New arg
16609 FONT_SPEC. Change caller.
16610 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
16611 Change caller.
16612 (realize_non_ascii_face): New function.
16613 (realize_x_face): Call load_face_font here.
16614 (realize_tty_face): Delete argument C. Change caller.
16615 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
16616 get a face ID.
16617 (dump_realized_face): Don't print charset of FACE.
16618
16619 * xfns.c (x_set_font): Always call x_new_fontset and
16620 store_frame_parameter.
16621 (Fx_create_frame): Call x_new_fontset, not x_new_font.
16622 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
16623
16624 * xterm.h (x_get_font_repertory): Extern it.
16625
16626 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16627 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16628 it->multibyte_p is zero.
16629 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16630 (x_new_fontset): If FONTSETNAME doesn't match any existing
16631 fontsets, create a new one.
16632 (x_get_font_repertory): New function.
16633
16634 2008-02-01 Kenichi Handa <handa@m17n.org>
16635
16636 * coding.c (Ffind_coding_systems_region_internal): Detect an
16637 ASCII only string correctly.
16638
16639 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
16640 version is 0.
16641
16642 2008-02-01 Kenichi Handa <handa@m17n.org>
16643
16644 * lread.c: Include "coding.h".
16645 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
16646 (load_each_byte, unread_char): New variables.
16647 (readchar_backlog): Delete.
16648 (readchar): Return a character unless load_each_byte is nonzero.
16649 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
16650 cons. If unread_char is not -1, simply return it.
16651 (unreadchar): Handle the case that readcharfun is
16652 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
16653 (read_multibyte): Delete.
16654 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
16655 (read_emacs_mule_char): New functions.
16656 (Fload): Even if the file doesn't have the extension ".elc", if
16657 safe_to_load_p returns a positive version number, assume that the
16658 file contains bytecompiled code. If the version is less than 22,
16659 load the file while decoding multibyte sequences by emacs-mule.
16660 (readevalloop): Don't use readchar_backlog.
16661 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
16662 (Fread_from_string): Pay attention to the case that STREAM is a cons.
16663 (read_escape): Delete the arg BYTEREP.
16664 (read1): Set load_each_byte to 1 temporarily while handling
16665 #@NUMBER. Don't call read_multibyte.
16666 (read_vector): Call Fread with a cons. If readcharfun is
16667 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
16668 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
16669 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
16670 and Qload_force_doc_strings.
16671
16672 2008-02-01 Kenichi Handa <handa@m17n.org>
16673
16674 * xdisp.c (face_before_or_after_it_pos): Call
16675 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16676
16677 2008-02-01 Kenichi Handa <handa@m17n.org>
16678
16679 * character.h (TRAILING_CODE_P): New macro.
16680 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
16681 (string_char_with_unification): Fix prototype.
16682 (Vscript_alist): Extern it.
16683
16684 * character.c (Vscript_alist): New variable.
16685 (string_char_with_unification, str_as_unibyte)
16686 (string_escape_byte8): Add `const' to local variables.
16687 (syms_of_character): Declare script-alist as a Lisp variable.
16688
16689 * charset.h (Vcharset_ordered_list): Extern it.
16690 (charset_ordered_list_tick): Extern it.
16691 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
16692 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
16693 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
16694 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
16695 (Funify_charset): Adjust for the change of Funify_charset.
16696
16697 * charset.c (charset_ordered_list_tick): New variable.
16698 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
16699 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
16700 deunify intead of unify a charset.
16701 (string_xstring_p): Add `const' to local variables.
16702 (find_charsets_in_text): Add `const' to arguments and local variables.
16703 (encode_char): Adjust for the change of Funify_charset. Fix
16704 detecting of invalid code.
16705 (Fset_charset_priority): Increment charset_ordered_list_tick.
16706 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
16707 and TO_CODE.
16708
16709 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
16710 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
16711 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
16712 (decode_coding_ccl, consume_chars)
16713 (Ffind_coding_systems_region_internal)
16714 (Fcheck_coding_systems_region): Add `const' to local variables.
16715
16716 * print.c (print_object): Use octal form for printing the
16717 contents of a bool vector.
16718
16719 2008-02-01 Dave Love <fx@gnu.org>
16720
16721 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
16722 <version == 20>: Refuse to load.
16723
16724 2008-02-01 Dave Love <fx@gnu.org>
16725
16726 * fns.c: Move coding.h.
16727 (Qcodeset, Qdays, Qmonths): New.
16728 (concat): Use CHARACTERP instead of INTEGERP.
16729 (Flocale_codeset): Delete.
16730 (Flanginfo): New function.
16731 (syms_of_fns): Change accordingly.
16732
16733 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
16734
16735 2008-02-01 Dave Love <fx@gnu.org>
16736
16737 * casetab.c (init_casetab_once, init_casetab_once): Fix
16738 CHAR_TABLE_SET call.
16739
16740 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
16741
16742 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
16743
16744 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
16745 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
16746 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
16747
16748 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
16749
16750 * coding.c (ENCODE_DESIGNATION, decode_eol)
16751 (make_conversion_work_buffer, code_conversion_restore)
16752 (Fdefine_coding_system_internal): Convert Lisp types.
16753 (code_conversion_restore): Use EQ, not ==.
16754 (Fencode_coding_string): Fix code_convert_string call.
16755
16756 * coding.h (code_convert_region): Fix prototype.
16757
16758 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
16759
16760 * fontset.c (fontset_ref, fontset_set, fs_load_font)
16761 (Ffontset_info): Convert Lisp types.
16762
16763 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
16764
16765 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
16766
16767 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
16768
16769 * chartab.c: Include "...h", not <...h> in some cases.
16770
16771 * callproc.c (Fcall_process): Remove unused variables.
16772
16773 2008-02-01 Dave Love <fx@gnu.org>
16774
16775 * coding.c (Fset_coding_system_priority): Allow null arg list.
16776
16777 2008-02-01 Dave Love <fx@gnu.org>
16778
16779 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16780 (Fself_insert_and_exit): Use CHARACTERP.
16781
16782 * callproc.c (Fcall_process): Remove unused vars.
16783
16784 * xterm.c (XTread_socket): Add extra dead keysyms.
16785
16786 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
16787
16788 * dispextern.h: Remove prototypes for redraw_frame,
16789 redraw_garbaged_frames.
16790
16791 * cmds.c (Fself_insert_command): Use CHARACTERP.
16792
16793 * chartab.c (make_sub_char_table): Remove unused var.
16794 (Fset_char_table_default, Fmap_char_table): Doc fix.
16795
16796 * keymap.c (access_keymap): Remove generic char code.
16797 (push_key_description): Use CHARACTERP.
16798
16799 2008-02-01 Dave Love <fx@gnu.org>
16800
16801 * charset.c: Doc fixes.
16802 (Funify_charset): Extra checking.
16803
16804 2008-02-01 Dave Love <fx@gnu.org>
16805
16806 * lread.c: Remove some unused variables.
16807 (safe_to_load_p): If safe, return the magic number version byte.
16808 (Fload): Maybe use load-with-code-conversion.
16809
16810 2008-02-01 Kenichi Handa <handa@m17n.org>
16811
16812 * category.c (Fmodify_category_entry): Don't modify the contents
16813 of category_set for characters out of the range. Avoid
16814 unnecessary modification.
16815
16816 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
16817 Vchar_unify_table. The default value of the table is now nil.
16818
16819 * character.c (syms_of_character): Setup Vchar_width_table for
16820 eight-bit-control and raw-byte chars.
16821
16822 * charset.h (enum define_charset_arg_index): Delete
16823 charset_arg_parents and add charset_arg_subset and
16824 charset_arg_superset.
16825 (enum charset_attr_index): Delete charset_parents and add
16826 charset_subset and charset_superset.
16827 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
16828 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
16829 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
16830 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
16831 (CHARSET_SUPERSET): New macros.
16832 (charset_work): Extern it.
16833 (ENCODE_CHAR): Use charset_work.
16834 (CHAR_CHARSET_P): Adjust for the change of encoder format.
16835 (map_charset_chars): Extern it.
16836
16837 * charset.c (load_charset_map): Set the default value of encoder
16838 and deunifier char-tables to nil.
16839 (map_charset_chars): Change argument. Change callers. Use
16840 map_char_table_for_charset instead of map_char_table.
16841 (Fmap_charset_chars): New optional args from_code and to_code.
16842 (Fdefine_charset_internal): Adjust for the change of
16843 `define-charset' (:parents -> :subset or :superset).
16844 (charset_work): New variable.
16845 (encode_char, syms_of_charset): Adjust for the change of
16846 Fdefine_charset_internal.
16847 (Ffind_charset_string): Setup the vector `charsets' correctly.
16848
16849 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
16850 the previous change.
16851 (char_table_ref_and_range): Adjust for the above change.
16852 (map_sub_char_table_for_charset): New function.
16853 (map_char_table_for_charset): New function.
16854
16855 * keymap.c (describe_vector): Handle a char-table directly here.
16856 (describe_char_table): Delete.
16857
16858 * lisp.h (map_charset_chars): Delete.
16859
16860 2008-02-01 Dave Love <fx@gnu.org>
16861
16862 * fns.c (count_combining): Comment out (unused).
16863 (Flocale_codeset): New.
16864 (syms_of_fns): Defsubr it.
16865
16866 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
16867 (size_t): Remove.
16868
16869 2008-02-01 Dave Love <fx@gnu.org>
16870
16871 * Makefile.in (chartab.o): Depend on charset.h.
16872
16873 2008-02-01 Kenichi Handa <handa@m17n.org>
16874
16875 * character.c (syms_of_character): Set the default value of
16876 Vprintable_chars to Qnil.
16877
16878 2008-02-01 Dave Love <fx@gnu.org>
16879
16880 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
16881
16882 2008-02-01 Kenichi Handa <handa@m17n.org>
16883
16884 * charset.c (load_charset_map): Handle the case that from < to
16885 correctly.
16886
16887 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
16888 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
16889 Pay attention to raw-8-bit chars.
16890
16891 2008-02-01 Kenichi Handa <handa@m17n.org>
16892
16893 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
16894 It is not bytecompiled now.
16895
16896 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
16897 (charset_jisx0208): New variables.
16898 (Fdefine_charset_internal): Setup them if appropriate.
16899 (init_charset_once): Initialize them to -1.
16900
16901 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
16902 (charset_jisx0208): Extern them.
16903
16904 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
16905 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
16906 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
16907 (setup_iso_safe_charsets): Fix arguments to Fassq.
16908 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
16909 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
16910 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
16911 (encode_coding_iso_2022): Change the 1st arg to
16912 ENCODE_ISO_CHARACTER to a variable.
16913
16914 2008-02-01 Kenichi Handa <handa@m17n.org>
16915
16916 * charset.h (enum define_charset_arg_index): New enums
16917 charset_arg_min_code and charset_arg_max_code.
16918 (struct charset): New member char_index_offset.
16919
16920 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
16921 Take charset->char_index_offset into account.
16922 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
16923 args[charset_arg_max_code]. Setup charset.char_index_offset.
16924 (syms_of_charset): Fix args to Fdefine_charset_internal.
16925
16926 2008-02-01 Dave Love <fx@gnu.org>
16927
16928 * coding.c (decode_coding_utf_8): Reject overlong sequences.
16929
16930 2008-02-01 Dave Love <fx@gnu.org>
16931
16932 * coding.c: Doc fixes.
16933 (Fcoding_system_aliases): Fix return value.
16934 (Qmac): Remove (duplicated) definition.
16935
16936 2008-02-01 Dave Love <fx@gnu.org>
16937
16938 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16939 New functions.
16940
16941 * character.c (Fstring): Doc fix.
16942
16943 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16944
16945 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
16946 (font-encoding-alist): Doc fix.
16947
16948 2008-02-01 Dave Love <fx@gnu.org>
16949
16950 * term.c (costs_set): Declare static, non-initialized for pcc.
16951 (encode_terminal_code): Remove unused var.
16952
16953 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
16954 for K&R.
16955
16956 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
16957
16958 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
16959 (suffixes): Move out of make_subsidiaries for K&R.
16960
16961 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
16962
16963 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
16964
16965 2008-02-01 Dave Love <fx@gnu.org>
16966
16967 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
16968
16969 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
16970
16971 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
16972
16973 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
16974
16975 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
16976
16977 2008-02-01 Kenichi Handa <handa@m17n.org>
16978
16979 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
16980 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
16981
16982 2008-02-01 Kenichi Handa <handa@m17n.org>
16983
16984 * coding.c (decode_coding_charset): Adjust for the change of
16985 Fdefine_coding_system_internal.
16986 (Fdefine_coding_system_internal): For a coding system of
16987 `charset' type, store a list of charset IDs in
16988 `charset_attr_charset_valids' element of coding attributes.
16989
16990 2008-02-01 Kenichi Handa <handa@m17n.org>
16991
16992 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
16993 (emacs_mule_char): New arg src. Delete arg `composition'. Change
16994 caller. Handle 2-byte and 3-byte charsets correctly.
16995 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
16996 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
16997 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
16998 (DECODE_EMACS_MULE_21_COMPOSITION): Call
16999 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17000 sequence.
17001 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17002 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17003 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17004 and alt&rule composition.
17005 (decode_coding_iso_2022): Handle composition correctly.
17006 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17007
17008 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17009 re-defining a charset. If the charset has :emacs-mule-id, setup
17010 emacs_mule_bytes.
17011 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17012
17013 2008-02-01 Kenichi Handa <handa@m17n.org>
17014
17015 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17016 (encode_coding_big5, encode_coding_charset): If coding requires safe
17017 encoding, produce a character specified by
17018 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17019
17020 2008-02-01 Dave Love <fx@gnu.org>
17021
17022 * xterm.c (XSetIMValues): Declare.
17023
17024 * process.c: Conditionally include sys/wait.h, pty.h.
17025
17026 * print.c (print_object): Fix print format for 64-bit systems.
17027
17028 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17029
17030 * buffer.c (emacs_strerror): Declare.
17031
17032 * fontset.c (Fclear_face_cache): Declare.
17033 (accumulate_font_info): Comment-out (unused).
17034 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17035 variables.
17036
17037 * character.h (string_escape_byte8): Declare.
17038
17039 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17040 unused vars.
17041 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17042 (Fmap_charset_chars): Doc fix.
17043
17044 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17045 (Fset_coding_system_priority, Fset_coding_system_priority)
17046 (Fdefine_coding_system_internal): Doc fix.
17047
17048 2008-02-01 Dave Love <fx@gnu.org>
17049
17050 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17051
17052 2008-02-01 Kenichi Handa <handa@m17n.org>
17053
17054 * character.c (string_escape_byte8): Make multibyte string with
17055 correct size.
17056
17057 * charset.c (Fmake_char): Delete unnecessary code.
17058
17059 2008-02-01 Kenichi Handa <handa@m17n.org>
17060
17061 * xfns.c (x_encode_text): Allocate coding.destination here, and
17062 call encode_coding_object with dst_object Qnil.
17063
17064 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17065 multibyte form correctly.
17066
17067 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17068 against Vfont_encoding_alist.
17069
17070 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17071 handling of charset list.
17072 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17073 (decode_coding_object): Move point to coding->dst_pos before
17074 calling post-read-conversion function.
17075 (encode_coding_object): Give correct arguments to
17076 pre-write-conversion. Ignore the return value of
17077 pre-write-conversion function. Pay attention to the case that
17078 pre-write-conversion changes the current buffer. If dst_object is
17079 Qt, even if coding->src_bytes is zero, allocate at least one byte
17080 to coding->destination.
17081
17082 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17083
17084 * charset.c (Fmake_char): Make it more backward compatible.
17085 (Fmap_charset_chars): Fix docstring.
17086
17087 2008-02-01 Dave Love <fx@gnu.org>
17088
17089 * coding.c: Doc fixes.
17090 (Fdefine_coding_system_alias): Use names, not symbols, in
17091 coding-system-alist.
17092
17093 2008-02-01 Kenichi Handa <handa@m17n.org>
17094
17095 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17096 of calling free_realized_face.
17097
17098 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17099
17100 * charset.c (read_hex): Don't treat SPC as a comment starter.
17101 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17102 (Fdecode_char): Fix typo.
17103
17104 2008-02-01 Kenichi Handa <handa@m17n.org>
17105
17106 * charset.h (struct charset): New member `code_space_mask'.
17107
17108 * coding.c (coding_set_source): Delete the local variable beg_byte.
17109 (encode_coding_charset, Fdefine_coding_system_internal):
17110 Delete the local variable charset.
17111 (Fdefine_coding_system_internal): Setup
17112 attrs[coding_attr_charset_valids] correctly.
17113
17114 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17115 member to check if CODE is valid or not.
17116 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17117 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17118 is within the range of charset->min_code and carset->max_code.
17119
17120 2008-02-01 Dave Love <fx@gnu.org>
17121
17122 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17123
17124 * dispextern.h (generate_ascii_font): Fix return type.
17125
17126 * xfaces.c (generate_ascii_font): Fix arg declaration.
17127
17128 * coding.c (coding_inherit_eol_type)
17129 (Fset_terminal_coding_system_internal)
17130 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17131
17132 2008-02-01 Kenichi Handa <handa@m17n.org>
17133
17134 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17135 multiple charsets correctly.
17136
17137 2008-02-01 Kenichi Handa <handa@m17n.org>
17138
17139 * search.c (boyer_moore): Fix handling of multibyte character
17140 translation.
17141
17142 * xdisp.c (display_mode_element): When the variable `elt' is
17143 changed, update `this' and `lisp_string'.
17144
17145 2008-02-01 Kenichi Handa <handa@m17n.org>
17146
17147 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17148
17149 * callproc.c (Fcall_process): Be sure to give the current buffer
17150 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17151
17152 * charset.c (struct charset_map_entries): New struct.
17153 (load_charset_map): Rename from parse_charset_map. New args
17154 entries and n_entries. Change caller.
17155 (load_charset_map_from_file): Rename from load_charset_map.
17156 Change caller. New arg control_flag. Call load_charset_map at
17157 the tail.
17158 (load_charset_map_from_vector): New function.
17159 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17160 (encode_char): If the charset is compact, change a character index
17161 to a code point.
17162
17163 * coding.c (coding_alloc_by_making_gap): Check the case that the
17164 source and destination are the same correctly.
17165 (decode_coding_raw_text): Set coding->consumed_char and
17166 coding->consumed to 0.
17167 (produce_chars): If coding->chars_at_source is nonzero, update
17168 coding->consumed_char and coding->consumed before calling
17169 alloc_destination.
17170 (Fdefine_coding_system_alias): Register ALIAS in
17171 Vcoding_system_alist.
17172 (syms_of_coding): Define `no-conversion' coding system at the tail.
17173
17174 * fileio.c (Finsert_file_contents): Set coding_system instead of
17175 val. If the current buffer is multibyte, always call
17176 decode_coding_gap.
17177
17178 * xfaces.c (try_font_list): Give higher priority to fontset's
17179 family than face's family.
17180
17181 2008-02-01 Kenichi Handa <handa@m17n.org>
17182
17183 * callproc.c (Fcall_process): Be sure to give the current buffer
17184 to decode_coding_c_string.
17185
17186 * xfaces.c (try_font_list): Give a family specified in a fontset
17187 higher priority than a family specified in a face.
17188
17189 2008-02-01 Kenichi Handa <handa@m17n.org>
17190
17191 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17192 Fix arguments to insert_from_buffer.
17193
17194 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17195
17196 2008-02-01 Kenichi Handa <handa@m17n.org>
17197
17198 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17199 (decode_coding_gap): Set coding->dst_multibyte correctly.
17200
17201 2008-02-01 Kenichi Handa <handa@m17n.org>
17202
17203 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17204 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17205 (encode_coding_utf_16): Substitute coding->default_char for
17206 non-Unicode characters.
17207 (decode_coding): Don't call record_insert here.
17208 (setup_coding_system): Initialize `surrogate' of
17209 coding->spec.utf_16 to 0.
17210 (EMIT_ONE_BYTE): Fix for multibyte case.
17211
17212 * insdel.c (insert_from_gap): Call record_insert.
17213
17214 2008-02-01 Kenichi Handa <handa@m17n.org>
17215
17216 * casefiddle.c (casify_region): Fix multibyte case.
17217
17218 * character.c (c_string_width): Add return type `int'.
17219 (char_string_with_unification): Delete arg ADVANCED.
17220
17221 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17222 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17223 (CHAR_STRING_ADVANCE): Make it do-while statement.
17224
17225 * chartab.c (sub_char_table_set_range): Optimize for the case
17226 DEPTH == 3. Add workaround code for a GCC optimization bug.
17227
17228 * charset.c (parse_charset_map): Remove an unused variable.
17229
17230 * coding.c: Delete unused variables.
17231
17232 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17233 earlier. If inserted is zero and the coding system doesn't
17234 require flushing, don't call decode_coding_gap.
17235
17236 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17237
17238 2008-02-01 Kenichi Handa <handa@m17n.org>
17239
17240 The following changes are for using Unicode as an internal
17241 character model, and use UTF-8 format for buffer/string
17242 representation.
17243
17244 * .gdbinit (xchartable): Adjust for the change of char table structure.
17245 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17246
17247 * Makefile.in (obj): Add character.o and chartab.o.
17248 (lisp, shortlisp): Remove utf-8.elc.
17249 (*.o): For many files, change dependency on charset.h to
17250 character.h, and add dependency on character.h.
17251 (character.o, chartab.o): New targets.
17252
17253 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17254 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17255 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17256 of "charset.h".
17257
17258 * dired.c, filelock.c: Include "character.h".
17259
17260 * alloc.c: Include "character.h" instead of "charset.h".
17261 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17262 (syms_of_alloc): Remove defsubr for Smake_char_table.
17263
17264 * buffer.c: Include "character.h" instead of "charset.h", don't
17265 include "coding.h".
17266 (Fset_buffer_multibyte): Adjust for UTF-8.
17267
17268 * buffer.h: EXFUN Fbuffer_live_p.
17269
17270 * callproc.c: Include "character.h" instead of "charset.h".
17271 (Fcall_process): Big change for the new code-conversion APIs.
17272
17273 * casetab.c: Include "character.h" instead of "charset.h".
17274 (set_canon, set_identity, shuffle): Adjust for the new
17275 map_char_table spec.
17276 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17277 accessing the char table structure.
17278
17279 * chartab.c: New file that implements char table.
17280
17281 * category.c: Include "character.h".
17282 (copy_category_entry): New function.
17283 (copy_category_table): Call map_char_table and copy_category_entry.
17284 (Fmake_category_table): Initialize all top-level slots.
17285 (char_category_set): New function.
17286 (modify_lower_category_set): Delete.
17287 (Fmodify_category_entry): Call char_table_ref_and_range.
17288
17289 * category.h (CATEGORY_SET): Just call char_category_set.
17290
17291 * ccl.c: Include "character.h".
17292 (Qccl, Qcclp): New variables.
17293 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17294 it's less than 256.
17295 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17296 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17297 and DST type.
17298 (ccl_driver): Change types of argument, adjust code accordingly.
17299 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17300 ccl_driver.
17301 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17302
17303 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17304 New members src_multibyte, dst_multibyte, consumed, and produced.
17305 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17306 (CODING_SPEC_CCL_PROGRAM): New macro.
17307 (ccl_driver): Update prototype.
17308 (Qccl, Qcclp, Fccl_program_p): Extern them.
17309 (CHECK_CCL_PROGRAM): New macro.
17310
17311 * character.c, character.h, chartab.c: New files.
17312
17313 * charset.c: Mostly re-written. Move character and multibyte sequence
17314 handling codes to character.c.
17315
17316 * charset.h: Mostly re-written. Move character and multibyte sequence
17317 handling codes to character.h.
17318
17319 * coding.c, coding.h: Mostly re-written.
17320
17321 * composite.c: Include "character.h" instead of "charset.h".
17322 (CHAR_WIDTH): Move to character.h.
17323 (HASH_KEY, HASH_VALUE): Delete.
17324
17325 * composite.h (enum composition_method): Change order of enumeration
17326 symbols.
17327
17328 * data.c: Include "character.h" instead of "charset.h".
17329 (Faref): Call CHAR_TABLE_REF for a char table.
17330 (Faset): Call CHAR_TABLE_SET for a char table.
17331
17332 * dispextern.h (free_realized_face, check_face_attribytes)
17333 (generate_ascii_font): Extern them.
17334 (free_realized_multibyte_face): Delete extern.
17335
17336 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17337 table structure.
17338
17339 * editfns.c: Include "character.h" instead of "charset.h".
17340 (Fchar_to_string): Always call CHAR_STRING.
17341
17342 * emacs.c (main): Call init_charset_once, init_charset,
17343 syms_of_chartab, and syms_of_character.
17344
17345 * fileio.c: Include "character.h" instead of "charset.h".
17346 (Finsert_file_contents): Big change for the new code-conversion API.
17347 (choose_write_coding_system, Fwrite_region): Likewise.
17348 (build_annotations_2): Delete.
17349 (e_write): Big change for the new code-conversion API.
17350
17351 * fns.c: Include "character.h" instead of "charset.h".
17352 (copy_sub_char_table): Move to chartab.c.
17353 (Fcopy_sequence): Call copy_char_table for a char table.
17354 (concat): Delete codes calling count_multibyte.
17355 (string_char_to_byte, string_byte_to_char): Adjust for the new
17356 multibyte form.
17357 (internal_equal): Adjust for the change of char table structure.
17358 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17359 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17360 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17361 (char_table_translate, optimize_sub_char_table)
17362 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17363 chartab.c.
17364 (char_table_ref_and_index): Delete.
17365 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17366 (Fmd5): Call preferred_coding_system instead of accessing
17367 Vcoding_category_list. Adjust for the new code-conversion API.
17368 (syms_of_fns): Move defsubr for char table related functions to
17369 chartab.c.
17370
17371 * fontset.c: Mostly re-written.
17372
17373 * fontset.h (struct font_info): Change type of the member encoding_type.
17374 (enum FONT_SPEC_INDEX): New enum.
17375 (fontset_font_pattern, fs_load_font): Update prototype.
17376 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17377
17378 * indent.c: Include "character.h" instead of "charset.h".
17379 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17380
17381 * insdel.c: Include "character.h" instead of "charset.h".
17382 (copy_text): Don't refer to Vnonascii_translation_table.
17383 (insert_from_gap): New function.
17384
17385 * keyboard.c: Include "character.h" instead of "charset.h".
17386 (command_loop_1): Never call direct_output_forward_char before
17387 a non-ASCII character.
17388 (read_char): If Vkeyboard_translate_table is a char table, always
17389 translate a character.
17390
17391 * keymap.c: Include "character.h".
17392 (store_in_keymap): Handle the case that IDX is a cons.
17393 (Fdefine_key): Handle the case that KEY is a cons and the car part
17394 is also a cons (range).
17395 (push_key_description): Adjust for the new character code.
17396 (describe_vector): Call describe_char_table for a char table.
17397 (describe_char_table): New function.
17398
17399 * keymap.h (describe_char_table): Extern it.
17400
17401 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17402 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17403 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17404 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17405 Delete.
17406 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17407 structure.
17408 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17409 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17410 (CHARTAB_SIZE_BITS_3): New macros.
17411 (chartab_size): Extern it.
17412 (struct Lisp_Char_Table): Re-design.
17413 (struct Lisp_Sub_Char_Table): New structure.
17414 (HASH_KEY, HASH_VALUE): Move from fns.c.
17415 (CHARACTERBITS): Define as 22.
17416 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17417 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17418 (GC_SUB_CHAR_TABLE_P): New macro.
17419 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17420 (code_convert_string_norecord): Deleted extern.
17421 (init_character_once, syms_of_character, init_charset)
17422 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17423
17424 * lread.c: Include "character.h".
17425 (read_multibyte): New arg NBYTES.
17426 (read_escape): Change the meaning of returned *BYTEREP.
17427 (to_multibyte): Delete.
17428 (read1): Adjust the handling of char table and string.
17429
17430 * print.c: Include "character.h" instead of "charset.h".
17431 (print_string): Convert 8-bit raw bytes to octal form by
17432 string_escape_byte8.
17433 (print_object): Adjust for the new multibyte form. Print 8-bit
17434 raw bytes always in octal form. Handle sub char table correctly.
17435
17436 * process.c: Include "character.h" instead of "charset.h".
17437 (read_process_output, send_process): Adjust for the new
17438 code-conversion API.
17439
17440 * puresize.h (BASE_PURESIZE): Increase.
17441
17442 * regex.c: Include "character.h" instead of "charset.h".
17443 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17444 (regex_compile): Accept a range whose starting and ending
17445 character have different leading bytes.
17446 (analyse_first): Adjust for the above change.
17447
17448 * search.c: Include "character.h" instead of "charset.h".
17449 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17450 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17451
17452 * syntax.c: Include "character.h" instead of "charset.h".
17453 (syntax_parent_lookup): Delete.
17454 (Fmodify_syntax_entry): Accept a cons as CHAR.
17455 (skip_chars): Adjust for the new multibyte form.
17456 (init_syntax_once): Call char_table_set_range instead of directly
17457 accessing the structure of a char table.
17458
17459 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17460 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17461 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17462 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17463
17464 * term.c: Include "buffer.h" and "character.h".
17465 (encode_terminal_code, write_glyphs): Adjust for the new
17466 code-conversion API.
17467 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17468
17469 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17470
17471 * xdisp.c: Include "character.h".
17472 (get_next_display_element): Adjust for the new multibyte form.
17473 (disp_char_vector): Adjust for the new char table structure.
17474 (decode_mode_spec_coding): Adjust for the new structure of
17475 coding system.
17476 (decode_mode_spec): Adjust for the new code-conversion API.
17477
17478 * xfaces.c: Include "character.h" instead of "charset.h".
17479 (load_face_font): Adjust for the change of choose_face_font and
17480 FS_LOAD_FONT.
17481 (generate_ascii_font): New function.
17482 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17483 (set_font_frame_param): Adjust for the change of choose_face_font.
17484 (free_realized_face): Make it public.
17485 (free_realized_faces_for_fontset): Rename from
17486 free_realized_multibyte_face. Free also faces realized for ASCII.
17487 (choose_face_font): Change arguments. Adjust for the change of
17488 fontset_font_pattern and FS_LOAD_FONT.
17489
17490 * xfns.c: Include "character.h".
17491 (x_encode_text): Adjust for the new code-conversion API.
17492
17493 * xselect.c: Don't include "charset.h".
17494 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17495
17496 * xterm.c: Include "character.h".
17497 (x_encode_char): New argument CHARSET. Change caller.
17498 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17499 Call ENCODE_CHAR instead of SPLIT_CHAR.
17500 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17501 CHAR_WIDTH instead of CHARSET_WIDTH.
17502 (XTread_socket): Adjust for the new code-conversion API.
17503 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17504 (x_load_font): Adjust for the change of struct font.
17505
17506 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17507
17508 * xfaces.c (face_at_buffer_position): Remove unused vars.
17509
17510 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17511
17512 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17513 Fix overflow checking.
17514
17515 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17516
17517 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17518 Cancel previous change.
17519
17520 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17521
17522 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17523 ccl->eight_bit_control. Fix check for buffer overflow.
17524 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17525 (ccl_driver): Initialize extra_bytes to 0.
17526
17527 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17528
17529 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17530 return it ORed with ctrl_modifier.
17531
17532 2008-01-29 Miles Bader <miles@gnu.org>
17533
17534 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17535
17536 2008-01-28 Jason Rumney <jasonr@gnu.org>
17537
17538 * w32.c (stat): Don't double check for networked drive.
17539
17540 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * window.c (run_window_configuration_change_hook): New function.
17543 Code extracted from set_window_buffer. Set the selected frame.
17544 (set_window_buffer): Use it.
17545 * window.h (run_window_configuration_change_hook): Declare.
17546 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17547
17548 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17549
17550 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17551
17552 * Makefile.in: Remove references to unused macros.
17553
17554 2008-01-26 Eli Zaretskii <eliz@gnu.org>
17555
17556 * w32.c (g_b_init_get_sid_sub_authority)
17557 (g_b_init_get_sid_sub_authority_count): New static variables.
17558 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
17559 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
17560 (init_user_info): Use them to retrieve uid and gid.
17561 Use 500/513, the Windows defaults, as Administrator's uid/gid.
17562 (fstat): Use pw_uid and pw_gid from the_passwd structure for
17563 st_uid and st_gid of the file.
17564
17565 2008-01-26 Jason Rumney <jasonr@gnu.org>
17566
17567 * w32.c (logon_network_drive): New function.
17568 (stat): Use it.
17569
17570 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
17571
17572 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17573 invisible text covered with an ellipsis.
17574
17575 2008-01-25 Richard Stallman <rms@gnu.org>
17576
17577 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
17578 jump back to beginning. Move some other initializations after that.
17579 (Qwindow_text_change_functions, Vwindow_text_change_functions):
17580 New variables.
17581 (syms_of_xdisp): Init them.
17582
17583 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
17584
17585 * buffer.c (reset_buffer_local_variables):
17586 Implement `permanent-local-hook'.
17587 (Qpermanent_local_hook): New variable.
17588 (syms_of_buffer): Init and staticpro it.
17589
17590 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
17591
17592 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
17593
17594 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
17595
17596 * fns.c (Fclrhash): Return TABLE.
17597
17598 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17599
17600 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
17601 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
17602 is set even without positional changes.
17603 (x_scroll_bar_clear): Set bar->redraw_needed_p.
17604
17605 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
17606
17607 2008-01-23 Jason Rumney <jasonr@gnu.org>
17608
17609 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
17610
17611 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
17612 the unicode range available in MULE by locale-coding-system.
17613 Improve dbcs lead byte detection. Set event timestamp and modifiers
17614 earlier.
17615
17616 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17617
17618 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
17619 [MAC_OSX] (init_mac_osx_environment): Initialize it.
17620 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
17621 when used on child processes.
17622
17623 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
17624
17625 * dbusbind.c (Fdbus_method_return_internal): Rename from
17626 Fdbus_method_return.
17627 (Fdbus_unregister_object): Move to dbus.el.
17628 (Fdbus_call_method, Fdbus_method_return_internal)
17629 (Fdbus_send_signal): Improve debug messages.
17630
17631 2008-01-20 Martin Rudalics <rudalics@gmx.at>
17632
17633 * undo.c (undo_inhibit_record_point): New variable.
17634 (syms_of_undo): Initialize it.
17635 (record_point): Don't record point when undo_inhibit_record_point
17636 is set.
17637
17638 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17639
17640 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
17641
17642 * xdisp.c (Qauto_hscroll_mode): New var.
17643 (syms_of_xdisp): Initialize it.
17644 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
17645 window's buffer.
17646 (hscroll_windows): Don't check automatic_hscrolling_p here.
17647
17648 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
17649 vscroll if we're setting window-buffer to the value it already has.
17650
17651 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
17652
17653 * m/intel386.h: Remove references to XENIX.
17654
17655 2008-01-17 Andreas Schwab <schwab@suse.de>
17656
17657 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
17658 instead of HAVE_X86_64_LIB64_DIR.
17659 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
17660
17661 2008-01-17 Glenn Morris <rgm@gnu.org>
17662
17663 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
17664 to HAVE_X86_64_LIB64_DIR.
17665
17666 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
17667
17668 * s/irix3-3.h:
17669 * s/irix4-0.h:
17670 * s/386-ix.h:
17671 * s/domain.h:
17672 * s/hpux9-x11r4.h:
17673 * s/hpux9shxr4.h: Remove files for systems no longer supported.
17674
17675 * sysdep.c: Remove code containing references to symbols defined
17676 by unsupported systems.
17677
17678 2008-01-16 Glenn Morris <rgm@gnu.org>
17679
17680 * coding.c (select-safe-coding-system-function): Doc fix.
17681
17682 2008-01-15 Glenn Morris <rgm@gnu.org>
17683
17684 * config.in: Revert 2008-01-13 change: this is a generated file.
17685
17686 2008-01-13 Tom Tromey <tromey@redhat.com>
17687
17688 * lisp.h: Fix typo.
17689
17690 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17691
17692 * m/sequent-ptx.h:
17693 * m/sequent.h:
17694 * s/ptx.h:
17695 * s/ptx4-2.h:
17696 * s/ptx4.h: Remove files for systems no longer supported.
17697
17698 * callproc.c (Fcall_process): Fix previous change.
17699
17700 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17701
17702 * unexsunos4.c: Remove file, system not supported anymore.
17703
17704 * m/mips.h:
17705 * m/intel386.h:
17706 * callproc.c:
17707 * config.in:
17708 * ecrt0.c:
17709 * emacs.c:
17710 * fileio.c:
17711 * frame.c:
17712 * getpagesize.h:
17713 * keyboard.c:
17714 * lread.c:
17715 * process.c:
17716 * puresize.h:
17717 * sysdep.c:
17718 * systty.h:
17719 * syswait.h:
17720 * unexec.c:
17721 * xdisp.c:
17722 * alloc.c: Remove code containing references to symbols defined by
17723 unsupported systems.
17724
17725 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
17726
17727 * coding.c (detect_coding_mask): Fix previous change.
17728
17729 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
17730
17731 * coding.c (detect_coding_iso2022): New arg
17732 latin_extra_code_state. Allow Latin extra codes only
17733 when *latin_extra_code_state is nonzero.
17734 (detect_coding_mask): If there is a NULL byte, detect the encoding
17735 as UTF-16 or binary. If Latin extra codes exist, detect the
17736 encoding as ISO-2022 only when there's no other proper encoding is
17737 found.
17738
17739 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17740
17741 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
17742 #ifdef MAC_OS.
17743
17744 2008-01-08 Richard Stallman <rms@gnu.org>
17745
17746 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
17747
17748 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
17749
17750 * keyboard.c (parse_menu_item): Don't enclose key bindings on
17751 menu bar in parentheses.
17752
17753 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
17754
17755 * m/7300.h:
17756 * m/acorn.h:
17757 * m/alliant-2800.h:
17758 * m/alliant.h:
17759 * m/alliant1.h:
17760 * m/alliant4.h:
17761 * m/altos.h:
17762 * m/amdahl.h:
17763 * m/apollo.h:
17764 * m/att3b.h:
17765 * m/aviion-intel.h:
17766 * m/aviion.h:
17767 * m/celerity.h:
17768 * m/clipper.h:
17769 * m/cnvrgnt.h:
17770 * m/convex.h:
17771 * m/cydra5.h:
17772 * m/delta88k.h:
17773 * m/dpx2.h:
17774 * m/dual.h:
17775 * m/elxsi.h:
17776 * m/f301.h:
17777 * m/gould-np1.h:
17778 * m/gould.h:
17779 * m/i860.h:
17780 * m/ibmps2-aix.h:
17781 * m/ibmrt-aix.h:
17782 * m/ibmrt.h:
17783 * m/irist.h:
17784 * m/is386.h:
17785 * m/isi-ov.h:
17786 * m/mega68.h:
17787 * m/mg1.h:
17788 * m/news-r6.h:
17789 * m/news-risc.h:
17790 * m/news.h:
17791 * m/nh3000.h:
17792 * m/nh4000.h:
17793 * m/ns16000.h:
17794 * m/ns32000.h:
17795 * m/nu.h:
17796 * m/orion.h:
17797 * m/orion105.h:
17798 * m/paragon.h:
17799 * m/pfa50.h:
17800 * m/plexus.h:
17801 * m/pyramid.h:
17802 * m/pyrmips.h:
17803 * m/sh3el.h:
17804 * m/sps7.h:
17805 * m/sr2k.h:
17806 * m/stride.h:
17807 * m/sun1.h:
17808 * m/sun2.h:
17809 * m/sun3-68881.h:
17810 * m/sun3-fpa.h:
17811 * m/sun3-soft.h:
17812 * m/sun3.h:
17813 * m/sun386.h:
17814 * m/symmetry.h:
17815 * m/tad68k.h:
17816 * m/tahoe.h:
17817 * m/targon31.h:
17818 * m/tek4300.h:
17819 * m/tekxd88.h:
17820 * m/tower32.h:
17821 * m/tower32v3.h:
17822 * m/ustation.h:
17823 * m/wicat.h:
17824 * m/xps100.h:
17825 * s/cxux.h:
17826 * s/cxux7.h:
17827 * s/dgux.h:
17828 * s/dgux4.h:
17829 * s/dgux5-4-3.h:
17830 * s/dgux5-4r2.h:
17831 * s/esix.h:
17832 * s/esix5r4.h:
17833 * s/hiuxmpp.h:
17834 * s/hiuxwe2.h:
17835 * s/iris3-5.h:
17836 * s/iris3-6.h:
17837 * s/isc2-2.h:
17838 * s/isc3-0.h:
17839 * s/isc4-0.h:
17840 * s/isc4-1.h:
17841 * s/newsos5.h:
17842 * s/newsos6.h:
17843 * s/osf1.h:
17844 * s/osf5-0.h:
17845 * s/riscix1-1.h:
17846 * s/riscix12.h:
17847 * s/sco4.h:
17848 * s/sco5.h:
17849 * s/sunos4-0.h:
17850 * s/sunos4-1.h:
17851 * s/sunos413.h:
17852 * s/sunos4shr.h:
17853 * s/umax.h:
17854 * s/unipl5-2.h:
17855 * s/xenix.h:
17856 * cxux-crt0.s:
17857 * unexapollo.c:
17858 * unexconvex.c:
17859 * unexenix.c:
17860 * unexsni.c: Remove files for systems no longer supported.
17861
17862 * m/intel386.h: Remove references to unsupported systems.
17863
17864 * w32.c (get_emacs_configuration): Remove reference to i860.
17865
17866 * sysdep.c: Remove dead code.
17867
17868 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
17869
17870 * s/rtu.h:
17871 * m/masscomp.h: Remove files. Platform is obsolete.
17872
17873 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
17874
17875 * dbusbind.c (Fdbus_method_return): New function.
17876 (xd_read_message): Add the serial number to the event.
17877 (Fdbus_register_method): Activate the function.
17878
17879 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * keyboard.c (read_key_sequence): Fix typo.
17882
17883 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
17884
17885 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
17886 (xd_signature, xd_append_arg): Handle element type detection for
17887 empty arrays.
17888 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
17889 SDATA () calls; this must be solved more general.
17890 (Fdbus_register_signal): Use SBYTES instead of strlen.
17891
17892 2008-01-03 Magnus Henoch <magnus@zemdatav>
17893
17894 * dbusbind.c (xd_append_arg): Use unsigned char instead of
17895 unsigned int for byte values (necessary for big-endian platform).
17896 (Fdbus_call_method): Handle the case of no returned arguments.
17897
17898 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
17899
17900 * dbusbind.c (xd_read_message): Use non-static input_event struct.
17901
17902 2007-12-31 Magnus Henoch <mange@freemail.hu>
17903
17904 * dbusbind.c (xd_signature): Signature of variant is just "v".
17905
17906 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
17907
17908 * dbusbind.c: Fix several errors and compiler warnings.
17909 Reported by Tom Tromey <tromey@redhat.com>.
17910 (XD_ERROR, XD_DEBUG_MESSAGE)
17911 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
17912 (xd_append_arg): Part for basic D-Bus types rewritten.
17913 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17914 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
17915 appropriate.
17916 (xd_read_message): Return Qnil. Don't signal an error; it is not
17917 useful during event reading.
17918 (Fdbus_register_signal): Signal an error if the check for
17919 FUNCTIONP fails.
17920 (Fdbus_register_method): New function. The implementation is not
17921 complete, the call of the function signals an error therefore.
17922 (Fdbus_unregister_object): New function, renamed from
17923 Fdbus_unregister_signal. The initial check signals an error, if
17924 the object is not well formed.
17925
17926 2007-12-30 Richard Stallman <rms@gnu.org>
17927
17928 * textprop.c (get_char_property_and_overlay):
17929 Signal error if POSITION is out of range in a buffer.
17930
17931 2007-12-29 Martin Rudalics <rudalics@gmx.at>
17932
17933 * w32fns.c (Fx_create_frame): Make copy of frame parameters
17934 because the original parameters are in pure storage now.
17935
17936 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17937
17938 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
17939
17940 2007-12-22 Eli Zaretskii <eliz@gnu.org>
17941
17942 * callint.c (syms_of_callint) <command-history>: Add reference to
17943 history-length in the doc string.
17944
17945 2007-12-17 Jason Rumney <jasonr@gnu.org>
17946
17947 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
17948 before passing as wParam.
17949
17950 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
17951
17952 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
17953 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
17954 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
17955 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
17956 as number.
17957 (Fdbus_call_method): Fix docstring.
17958
17959 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
17960
17961 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
17962 New macros.
17963 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
17964 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
17965 Simplify.
17966 (xd_signature): New function.
17967 (xd_append_arg): Compute also signatures. Major rewrite.
17968 (xd_retrieve_arg): Make debug messages friendly.
17969 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
17970 Check for signatures of arguments.
17971
17972 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
17973
17974 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
17975 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
17976 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
17977 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
17978 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
17979 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
17980 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
17981 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
17982 (xd_retrieve_value): Remove. Functionality included in ...
17983 (xd_append_arg): New function.
17984 (Fdbus_call_method, Fdbus_send_signal): Apply it.
17985
17986 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
17987
17988 * dbusbind.c (top): Include <stdio.h>.
17989 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
17990 dbus_message_new_method_call and dbus_message_new_signal.
17991 (Fdbus_register_signal): Rename unique_name to uname.
17992 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
17993 non-existing unique name. Fix typos in matching rule. Return an
17994 object which is useful in Fdbus_unregister_signal.
17995 (Fdbus_unregister_signal): Reimplementation, in order to remove
17996 only the corresponding entry.
17997 (Vdbus_registered_functions_table): Change the order of entries.
17998 Apply these changes in xd_read_message and Fdbus_register_signal.
17999
18000 2007-12-16 Andreas Schwab <schwab@suse.de>
18001
18002 * fileio.c (Finsert_file_contents): Fix overflow check to not
18003 depend on undefined integer overflow.
18004
18005 2007-12-14 Jason Rumney <jasonr@gnu.org>
18006
18007 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18008 for characters above 127.
18009
18010 2007-12-13 Jason Rumney <jasonr@gnu.org>
18011
18012 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18013 before dereferencing array.
18014 (lookup_vk_code): Remove zero comparison.
18015
18016 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18017
18018 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18019 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18020 Use `unsigned int' instead of `uint'.
18021 (xd_read_message, Fdbus_register_signal): Split expressions into
18022 multiple lines before operators "&&" and "||", according to the
18023 GNU Coding Standards.
18024
18025 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18026
18027 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18028
18029 2007-12-12 Juri Linkov <juri@jurta.org>
18030
18031 * buffer.c (Frename_buffer): In interactive spec replace
18032 `read-buffer' with `read-string' that uses `buffer-name-history'
18033 as history, and the current buffer's name as default.
18034
18035 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18038 manipulating the backtrace manually.
18039 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18040 (struct backtrace, backtrace_list): Remove.
18041 (command_loop_1): Remove dead var `no_direct'.
18042
18043 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18044 preserve non-built-in buffer-local variables.
18045 (Fkill_all_local_variables): Don't re-create&re-set permanent
18046 buffer-local variables.
18047
18048 2007-12-09 Juri Linkov <juri@jurta.org>
18049
18050 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18051 Lisp code that uses `read-buffer' with current buffer as default.
18052
18053 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18054
18055 * dbusbind.c (xd_read_message): Generate an event for every
18056 registered handler. There might be several handlers registered
18057 for the same signal.
18058 (Fdbus_register_signal): Don't overwrite a registration for the
18059 same signal. Add a new registration if handlers are different.
18060 (Vdbus_registered_functions_table): Rework doc string.
18061
18062 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
18063
18064 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18065 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18066 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18067 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18068 Unify argument lists.
18069 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18070 arguments and hash table keys. Use unique name for service.
18071 (Fdbus_unregister_signal): Remove checks.
18072 (Vdbus_registered_functions_table): Fix doc string.
18073
18074 2007-12-05 Magnus Henoch <mange@freemail.hu>
18075
18076 * process.c (make_process): Initialize pty_flag to 0.
18077
18078 2007-12-05 Jason Rumney <jasonr@gnu.org>
18079
18080 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18081 specified XBMs.
18082
18083 2007-12-05 Richard Stallman <rms@gnu.org>
18084
18085 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18086
18087 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18088
18089 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18090 New variable.
18091 (mac_try_close_socket) [MAC_OSX]: New function.
18092 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18093 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18094
18095 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18096 Use mac_try_close_socket.
18097
18098 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18099
18100 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18101 reloc_base.
18102 (copy_dysymtab): Compute relocation base here.
18103 (rebase_reloc_address) [__ppc64__]: New function.
18104 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18105 changed.
18106
18107 2007-12-05 Jason Rumney <jasonr@gnu.org>
18108
18109 * w32proc.c (sys_spawnve): Quote args with wildcards.
18110
18111 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18112
18113 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18114 __objc_* sections.
18115 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18116
18117 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
18118
18119 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18120 Move check for Vdbus_registered_functions_table to
18121 xd_read_queued_messages.
18122 (xd_read_queued_messages): Protect xd_read_message calls by
18123 internal_condition_case_1.
18124
18125 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
18126
18127 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18128 Qdbus_system_bus and Qdbus_session_bus, respectively.
18129 (Vdbus_intern_symbols): Remove.
18130 (Vdbus_registered_functions_table): New hash table.
18131 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18132 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18133 Rewrite in order to manage registered functions by hash table
18134 Vdbus_registered_functions_table.
18135
18136 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18137
18138 * xterm.c: Update URL to Window Manager Specification in comment.
18139
18140 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
18141
18142 * config.in (HAVE_DBUS): Add.
18143
18144 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18145 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18146 (obj): Add $(DBUS_OBJ).
18147 (LIBES): Add $(DBUS_LIBS).
18148 (dbusbind.o): New target.
18149
18150 * dbusbind.c: New file.
18151
18152 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18153
18154 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18155 (Qdbus_event): New Lisp symbol.
18156 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18157 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
18158 (keys_of_keyboard): Define dbus-event.
18159
18160 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18161
18162 2007-12-01 Richard Stallman <rms@gnu.org>
18163
18164 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18165
18166 2007-11-30 Jason Rumney <jasonr@gnu.org>
18167
18168 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18169 (w32con_reset_terminal_modes): Clear screen buffer.
18170 (w32_face_attributes): Don't use color indexes that are out of range.
18171 Only reverse the default colors.
18172
18173 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18174 WINDOWSNT.
18175
18176 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18177
18178 2007-11-29 Jason Rumney <jasonr@gnu.org>
18179
18180 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18181 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18182 if the terminal colors are initialized.
18183 (unspecified_fg, unspecified_bg): Remove unused declarations.
18184
18185 2007-11-29 Andreas Schwab <schwab@suse.de>
18186
18187 * keyboard.c (apply_modifiers): Fix typo.
18188
18189 2007-11-29 Richard Stallman <rms@gnu.org>
18190
18191 * keymap.c (Fcurrent_local_map): Doc fix.
18192
18193 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18194
18195 * s/gnu-kfreebsd.h: New file.
18196
18197 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18200 Don't cast redundantly.
18201
18202 * keyboard.c (KEY_TO_CHAR): New macro.
18203 (parse_modifiers, apply_modifiers): Accept integer arguments.
18204 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18205 for chars and symbol keys.
18206 After doing such remapping, apply function-key-map again.
18207
18208 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18209
18210 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18211 compiled anymore.
18212
18213 2007-11-26 Andreas Schwab <schwab@suse.de>
18214
18215 * process.c (list_processes_1): Fix indentation level of the
18216 command column.
18217
18218 2007-11-23 Andreas Schwab <schwab@suse.de>
18219
18220 * editfns.c (Fformat): Handle %c specially since it requires the
18221 argument to be of type int.
18222
18223 2007-11-23 Markus Triska <markus.triska@gmx.at>
18224
18225 * emacs.c (main): Call init_editfns before init_process, since
18226 init_process sets Vprocess_connection_type depending on OS release.
18227
18228 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18231 (find_symbol_value): Use do_symval_forwarding.
18232
18233 * data.c (set_internal): Set the value in the `cons-cell' (for
18234 Buffer_Local_values) not only for frame-local variables.
18235
18236 2007-11-22 Andreas Schwab <schwab@suse.de>
18237
18238 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18239 values to sprintf.
18240 * keymap.c (Fsingle_key_description): Likewise.
18241 * print.c (print_object): Likewise.
18242
18243 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18244
18245 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18246 file for image is nil.
18247
18248 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18249
18250 * term.c: Include stdarg.h.
18251 (fatal): Implement using varargs.
18252 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18253
18254 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18255
18256 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18257 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18258 Update call to buffer_slot_type_mismatch.
18259 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18260 (buffer_slot_type_mismatch): Update.
18261 * buffer.c (buffer_local_types): Remove.
18262 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18263 (defvar_per_buffer): Set the type in the buffer_objfwd.
18264
18265 2007-11-21 Jason Rumney <jasonr@gnu.org>
18266
18267 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18268 CreateFileMapping returns NULL on failure.
18269
18270 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * search.c (Fset_match_data): Remove the `evaporate' feature.
18273 (unwind_set_match_data): Don't use the `evaporate' feature.
18274
18275 2007-11-21 Jason Rumney <jasonr@gnu.org>
18276
18277 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18278
18279 * w32console.c (w32con_write_glyphs): Remove unused variables.
18280
18281 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18282
18283 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18284
18285 * s/darwin.h (MULTI_KBOARD): Remove.
18286
18287 * macfns.c (x_create_tip_frame, Fx_create_frame)
18288 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18289
18290 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * buffer.c (Fbuffer_local_value): Remove redundant test.
18293 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18294 than in `current-buffer' to match the comment.
18295 Do the swap using swap_in_global_binding.
18296
18297 * data.c (store_symval_forwarding, set_internal):
18298 * eval.c (specbind): Remove dead code.
18299
18300 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18301 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18302 Since we do not want to see internal Lisp_*fwd objects here.
18303
18304 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18305
18306 * sysdep.c (init_system_name): Use getaddrinfo if available.
18307
18308 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18309 (x_scroll_bar_note_movement): start, end, with, height in struct
18310 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18311
18312 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18313
18314 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18315
18316 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18319 This undoes Richard's change of 14-Oct-2002.
18320
18321 * alloc.c (allocate_other_vector):
18322 * lisp.h (allocate_other_vector): Remove.
18323
18324 * window.c (struct save_window_data): Move non-lisp data to the end
18325 and make it `int' rather than Lisp_Object.
18326 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18327 Done wrap/unwrap integer values.
18328 (Fset_window_configuration, compare_window_configurations):
18329 Update use of fields to their new types.
18330
18331 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18332 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18333 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18334 (SET_SCROLL_BAR_X_WINDOW): Remove.
18335 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18336 Access the new x_window field directly.
18337 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18338 Don't wrap/unwrap integers into Lisp_Objects.
18339 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18340 (x_scroll_bar_report_motion):
18341 Don't wrap/unwrap integers into Lisp_Objects.
18342 (x_term_init): Use SDATA.
18343 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18344 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18345 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18346 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18347 * xfns.c (x_set_background_color):
18348 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18349 Access the new x_window field directly.
18350
18351 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18352 (allocate_pseudovector): Make non-static.
18353
18354 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18355 (allocate_pseudovector): Declare.
18356 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18357
18358 2007-11-15 Andreas Schwab <schwab@suse.de>
18359
18360 * editfns.c (Fformat): Correctly format EMACS_INT values.
18361 Also take precision into account when formatting an integer.
18362
18363 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18364
18365 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18366
18367 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18368 (syms_of_keyboard): Defsubr it.
18369
18370 * data.c (swap_in_global_binding): Fix longstanding bug where
18371 store_symval_forwarding was not called with the right second argument,
18372 thus causing objfwd-ing from being dropped.
18373
18374 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18375
18376 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18377 (Fx_display_pixel_height, Fx_display_planes)
18378 (Fx_display_color_cells, Fx_server_max_request_size)
18379 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18380 (Fx_display_visual_class, Fx_display_save_under):
18381 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18382 (Fx_display_pixel_height, Fx_display_planes)
18383 (Fx_display_color_cells, Fx_server_max_request_size)
18384 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18385 (Fx_display_mm_height, Fx_display_mm_width)
18386 (Fx_display_backing_store, Fx_display_visual_class)
18387 (Fw32_select_font, Fx_display_save_under):
18388 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18389 (Fx_display_pixel_height, Fx_display_planes)
18390 (Fx_display_color_cells, Fx_server_max_request_size)
18391 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18392 (Fx_display_save_under): Fix typos in docstrings.
18393
18394 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18395
18396 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18397 corresponding to deleted entries; they are an implementation detail.
18398 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18399 Remove variables.
18400 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18401 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18402 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18403 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18404 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18405 (Fw32_define_rgb_color, Fw32_load_color_file)
18406 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18407 Fix typos in docstrings.
18408 (Fx_server_version): Reflow docstring.
18409 (Fw32_shell_execute): Doc fixes.
18410
18411 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
18412
18413 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18414 if w32_parse_hot_key returned nil.
18415
18416 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18417
18418 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18419
18420 2007-11-09 Jason Rumney <jasonr@gnu.org>
18421
18422 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18423
18424 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18425
18426 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18427 Remove W32_SCROLL_BAR_CLICK_EVENT.
18428
18429 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18430 Add MULTIMEDIA_KEY_EVENT.
18431
18432 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18433 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18434 (make_lispy_event) [WINDOWSNT]: Use it to translate
18435 MULTIMEDIA_KEY_EVENT.
18436
18437 * w32term.h (WM_APPCOMMAND): Define if not already.
18438 (GET_APPCOMMAND_LPARAM): Likewise.
18439
18440 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18441 WM_APPCOMMAND.
18442
18443 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18444 (syms_of_w32fns): Export and initialize it.
18445 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18446
18447 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
18448
18449 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18450 twice.
18451
18452 * xdisp.c (handle_face_prop): Fix last change.
18453
18454 2007-11-09 Richard Stallman <rms@gnu.org>
18455
18456 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18457 not just for after-strings and before-strings.
18458 Call face_for_overlay_string and pass the overlay to it.
18459 (handle_display_prop): Determine whether property came from an overlay.
18460 Pass OVERLAY arg to handle_single_display_spec.
18461 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18462 (load_overlay_strings): Fill in it->string_overlays.
18463 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18464
18465 * xfaces.c (face_for_overlay_string): Function renamed from
18466 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18467
18468 * dispextern.h (struct it): New elt string_overlays.
18469 New elt from_overlay, also in stack.
18470 Rearrange a few elements.
18471 (face_for_overlay_string): Decl renamed from
18472 face_at_buffer_position_no_overlays, and add argument.
18473
18474 2007-11-09 Richard Stallman <rms@gnu.org>
18475
18476 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18477 to get the base face for an overlay string.
18478
18479 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18480
18481 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18482
18483 * xdisp.c (handle_stop): Move some code out of loop.
18484
18485 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18486
18487 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18488 Fix conversion from Lisp object to ATSUFontID.
18489
18490 2007-11-09 Jason Rumney <jasonr@gnu.org>
18491
18492 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18493
18494 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18495
18496 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18497 Don't assume regions are aligned to page boundary.
18498 (print_load_command_name): Add LC_UUID if defined.
18499
18500 2007-11-09 Richard Stallman <rms@gnu.org>
18501
18502 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18503
18504 2007-11-07 Jason Rumney <jasonr@gnu.org>
18505
18506 * s/windows95.h: Remove.
18507
18508 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18509
18510 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18511 abort with a message on unhandled store_type values.
18512
18513 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18514
18515 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18516 Remove HAVE_X11R5 and HAVE_X11R4.
18517
18518 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18519
18520 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18521
18522 2007-11-01 Johan Bockgård <bojohan@gnu.org>
18523
18524 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18525 Don't set s->stippled_p here, since it has already been set by
18526 x_set_glyph_string_gc from x_draw_glyph_string.
18527
18528 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18529
18530 * sunfns.c: Remove file.
18531
18532 * m/sun386.h:
18533 * m/sun2.h:
18534 * m/sparc.h: Remove Sun windows code.
18535
18536 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18537
18538 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18539 (init_keyboard): Set current_kboard's window-system to nil.
18540 (tty_read_avail_input): Typo.
18541 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18542
18543 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18544
18545 * s/usg5-4.h:
18546 * s/usg5-3.h:
18547 * s/ptx.h:
18548 * m/is386.h:
18549 * m/ibmps2-aix.h:
18550 * Makefile.in: Remove all mentions of X10.
18551
18552 * dispnew.c (syms_of_display): Don't mention version 10.
18553
18554 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
18555
18556 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
18557 ($(BLD)/abbrev.$(O)): Remove.
18558
18559 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18560
18561 Rewrite abbrev.c in Elisp.
18562 * image.c (Qcount): Don't declare as extern.
18563 (syms_of_image): Initialize and staticpro `Qcount'.
18564 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
18565 * emacs.c (main): Don't call syms_of_abbrev.
18566 * Makefile.in (obj): Remove abbrev.o.
18567 (abbrev.o): Remove.
18568 * abbrev.c: Remove.
18569
18570 2007-10-26 Martin Rudalics <rudalics@gmx.at>
18571
18572 * window.c (window_min_size_2): Don't count header-line.
18573
18574 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18575
18576 * frame.h (struct frame): Move all bit fields after the first bit
18577 field to take advantage of the available space. Group all the
18578 chars together to reduce wasted space due to padding.
18579
18580 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
18581
18582 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
18583
18584 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
18585 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
18586 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
18587 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
18588 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
18589 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
18590 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
18591 (last_marked, mark_object_loop_halt): Make static.
18592
18593 * frame.c (syms_of_frame) <delete-frame-functions>:
18594 Fix typo in docstring.
18595
18596 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
18597
18598 * w32.c (init_environment): Fix tiny memory leak.
18599 (w32_get_resource): Remove unused variable `ok'.
18600
18601 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18602
18603 Make `window-system' into a keyboard-local variable (rather than
18604 frame-local as done originally by multi-tty).
18605
18606 * keyboard.h (struct kboard): Add Vwindow_system.
18607 * keyboard.c (init_kboard): Set a default for Vwindow_system.
18608 (mark_kboards): Mark Vwindow_system.
18609
18610 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
18611 (init_display): Don't set the obsolete `window-system' frame-param.
18612
18613 * xterm.c (x_term_init):
18614 * w32term.c (w32_create_terminal):
18615 * term.c (init_tty): Set Vwindow_system.
18616 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
18617 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
18618
18619 * xfns.c (Fx_create_frame, x_create_tip_frame):
18620 * w32fns.c (Fx_create_frame, x_create_tip_frame):
18621 * macfns.c (Fx_create_frame):
18622 Don't set the obsolete `window-system' frame-param.
18623
18624 * frame.h (Qwindow_system): Remove.
18625 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
18626 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
18627
18628 2007-10-24 Richard Stallman <rms@gnu.org>
18629
18630 * frame.c (x_figure_window_size): For fullscreen case,
18631 set USPosition | PPosition without clobbering rest of window_prompting.
18632
18633 * keyboard.c (Fcurrent_idle_time): Doc fix.
18634
18635 * print.c (Fwith_output_to_temp_buffer): Doc fix.
18636
18637 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18638
18639 * process.c (unwind_request_sigio): Only define if __ultrix__.
18640
18641 * callproc.c (child_setup): Remove spurious *.
18642
18643 * lisp.h (Fget_text_property): Declare.
18644 (have_menus_p): Declare it here rather than in sys-dep header files.
18645 * macterm.h (have_menus_p):
18646 * msdos.h (have_menus_p):
18647 * xterm.h (have_menus_p): Remove.
18648
18649 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18650 (Fmake_variable_frame_local): Just check the variable's const-ness
18651 rather than checking nil or t.
18652
18653 2007-10-22 Jason Rumney <jasonr@gnu.org>
18654
18655 * w32fns.c: Include math.h.
18656 (w32_abort): Declaration moved to nt/config.nt.
18657
18658 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18659 (abort): Redefinition moved to nt/config.nt.
18660
18661 * m/windowsnt.h: Remove.
18662
18663 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
18664
18665 * emacs.c (Fdump_emacs): Fix typo in message.
18666 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
18667 <installation-directory>: Reflow docstring.
18668
18669 2007-10-22 Juri Linkov <juri@jurta.org>
18670
18671 * minibuf.c: Allow minibuffer default to be a list of default values.
18672 With empty input use the first element of this list as returned default.
18673 (string_to_object)
18674 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
18675 (read_minibuf): If defalt is cons, set histstring to its car.
18676 (Fread_string): If default_value is cons, set val to its car.
18677 (Fread_buffer): If def is cons, use its car.
18678 (Fcompleting_read): If defalt is cons, set val to its car.
18679
18680 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
18681
18682 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
18683
18684 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
18685
18686 * doc.c (Fdocumentation): Check for advice in all cases.
18687
18688 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
18689
18690 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
18691
18692 2007-10-19 Richard Stallman <rms@gnu.org>
18693
18694 * doc.c (Fdocumentation): Check for and handle an advised function.
18695
18696 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
18697
18698 * process.c (Fset_process_filter): Doc fix.
18699
18700 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18701
18702 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
18703 which caused key-translation-map to applied repeatedly (thus breaking
18704 double-mode).
18705
18706 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18707
18708 * xselect.c (x_own_selection, x_handle_selection_clear)
18709 (x_clear_frame_selections):
18710 * w32menu.c (list_of_panes, list_of_items):
18711 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
18712 * textprop.c (validate_plist, interval_has_all_properties)
18713 (interval_has_some_properties, interval_has_some_properties_list)
18714 (add_properties, text_property_list):
18715 * process.c (Fget_buffer_process, list_processes_1, status_notify):
18716 * minibuf.c (Fassoc_string):
18717 * macselect.c (x_own_selection, x_clear_frame_selections)
18718 (Fx_disown_selection_internal):
18719 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
18720 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
18721
18722 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
18723
18724 * process.c: Link to libs for calling res_init() if available.
18725 (Fmake_network_process): Call res_init() before getaddrinfo or
18726 gethostbyname, if possible.
18727
18728 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * lread.c (read1): Set pvectype for char_tables.
18731
18732 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
18733 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
18734 Add type checks.
18735 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
18736
18737 * alloc.c (free_misc): Use XMISCTYPE.
18738 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
18739
18740 2007-10-17 Glenn Morris <rgm@gnu.org>
18741
18742 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
18743 (syms_of_minibuf): Add Qcompletion_ignore_case.
18744 * dired.c (Qcompletion_ignore_case): Change to external.
18745 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
18746 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
18747 (Fread_file_name): Use it rather than intern'ing.
18748
18749 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
18750 (Fread_coding_system): Ignore case of user input.
18751
18752 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18753
18754 * xdisp.c (handle_display_prop): Ignore display specs after
18755 replacing one when string text is being replaced.
18756 (handle_single_display_spec): Pretend as if characters with display
18757 property haven't been consumed only when buffer text is being replaced.
18758
18759 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * xfns.c (Fx_create_frame, Fx_display_list):
18762 * window.c (window_fixed_size_p, enlarge_window)
18763 (shrink_window_lowest_first):
18764 * macterm.c (init_font_name_table):
18765 * macfns.c (Fx_create_frame, Fx_display_list):
18766 * lread.c (close_load_descs):
18767 * keyboard.c (read_char_x_menu_prompt):
18768 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
18769 * coding.c (code_convert_region_unwind): Test the type of an object
18770 rather than just !NILP before extracting data from it.
18771
18772 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
18773
18774 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
18775 (XMISCANY): New macro.
18776 (XMISCTYPE): Use it.
18777 (struct Lisp_Misc_Any): New type.
18778 (union Lisp_Misc): Use it.
18779 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
18780 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
18781 (find_symbol_value, set_internal, default_value, Fset_default)
18782 (Fmake_variable_buffer_local, Fmake_local_variable)
18783 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
18784 (Flocal_variable_if_set_p, Fvariable_binding_locus):
18785 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
18786 * alloc.c (allocate_buffer): Set the size and tag.
18787 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
18788 Use XMISCANY.
18789 (die): Follow the GNU convention for error messages.
18790 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
18791 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
18792 tag any more.
18793 (set_buffer_internal_1):
18794 * frame.c (store_frame_param):
18795 * eval.c (specbind):
18796 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
18797
18798 * doc.c (Fsnarf_documentation): Simplify.
18799
18800 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18801
18802 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
18803 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
18804
18805 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
18808
18809 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18810
18811 * eval.c (do_autoload): Don't save autoloads.
18812
18813 * data.c (Ffset): Save autoload of the function being set.
18814
18815 2007-10-07 John Paul Wallington <jpw@pobox.com>
18816
18817 * xfns.c (x_create_tip_frame): Set the `display-type' frame
18818 parameter before setting up faces.
18819
18820 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18821
18822 * ccl.c (Fregister_code_conversion_map):
18823 * keyboard.c (append_tool_bar_item): Reformat last change.
18824
18825 * lisp.h (eabs): Rename from `abs'. All callers changed.
18826
18827 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
18828
18829 * buffer.c (add_overlay_mod_hooklist):
18830 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
18831 * fontset.c (make_fontset):
18832 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
18833 (append_tool_bar_item):
18834 * macmenu.c (grow_menu_items):
18835 * w32menu.c (grow_menu_items):
18836 * xmenu.c (grow_menu_items): Use larger_vector.
18837
18838 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18839
18840 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
18841 selected frame'' on MSDOS).
18842
18843 2007-10-12 Martin Rudalics <rudalics@gmx.at>
18844
18845 * frame.c (Qexplicit_name): New variable.
18846 (x_report_frame_params): Report it in parameter alist.
18847 (syms_of_frame): Intern and staticpro it.
18848
18849 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
18850
18851 * macfns.c (x_create_tip_frame): Set terminal for frame.
18852
18853 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18854
18855 * frame.c (Qenvironment): Remove.
18856 (syms_of_frame) <Qenvironment>: Don't initialize.
18857 (Fdelete_frame): Don't treat the `environment' param specially.
18858 * frame.h (Qenvironment): Don't declare.
18859 * callproc.c (set_initial_environment): Don't set unused frame param.
18860
18861 * frame.c (Fframe_with_environment): Remove.
18862 (syms_of_frame) <Sframe_with_environment>: Don't declare.
18863
18864 * lisp.h (Fframe_with_environment): Don't declare.
18865
18866 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
18867
18868 * indent.c (indent_tabs_mode, last_known_column)
18869 (last_known_column_modified): Make static.
18870 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
18871
18872 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
18873
18874 * puresize.h (BASE_PURESIZE): Increase to 1170000.
18875
18876 2007-10-09 Jason Rumney <jasonr@gnu.org>
18877
18878 * w32term.c (x_set_window_size): Disable code that attempts to tell
18879 Lisp code about a size change before it actually happens.
18880
18881 2007-10-09 Richard Stallman <rms@gnu.org>
18882
18883 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
18884 return HANDLED_RETURN.
18885
18886 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18887
18888 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
18889 when there's an unread command event.
18890
18891 * frame.c (focus_follows_mouse): Move here from frame.el to allow
18892 window autoselection act appropriately when leaving selected frame.
18893 (syms_of_frame): Initialize focus_follows_mouse.
18894 * frame.h (focus_follows_mouse): Extern it.
18895 * macterm.c (XTread_socket): When focus_follows_mouse is nil
18896 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
18897 * msdos.c (dos_rawgetc): Likewise.
18898 * w32term.c (w32_read_socket): Likewise.
18899 * xterm.c (handle_one_xevent): Likewise.
18900 * xdisp.c (syms_of_xdisp): In doc-string of
18901 mouse-autoselect-window mention focus-follows-mouse.
18902
18903 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18904
18905 * macterm.c (mac_load_query_font): Fix missing return value.
18906 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
18907 Add BLOCK_INPUT.
18908
18909 2007-10-08 Richard Stallman <rms@gnu.org>
18910
18911 * xdisp.c (get_window_cursor_type): Implement documented behavior
18912 for cursor-in-non-selected-windows = t.
18913
18914 2007-10-08 Jason Rumney <jasonr@gnu.org>
18915
18916 * w32.c (w32_get_resource): Always close registry keys.
18917
18918 2007-10-08 Jason Rumney <jasonr@gnu.org>
18919
18920 * makefile.w32-in (LIBS): Add COMCTL32.
18921
18922 * w32fns.c (globals_of_w32fns): Init common controls.
18923
18924 2007-10-08 Richard Stallman <rms@gnu.org>
18925
18926 * image.c (our_memory_buffer): Rename from omfib_buffer.
18927
18928 2007-10-08 Richard Stallman <rms@gnu.org>
18929
18930 * buffer.c (Foverlays_at): Doc fix.
18931
18932 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * fns.c (Fplist_put): Preserve uneven tail data.
18935
18936 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
18937
18938 * termhooks.h (enum event_kind): Remove trailing comma.
18939
18940 * frame.h (enum): Remove trailing comma.
18941
18942 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18943
18944 * w32proc.c (delete_child): Don't terminate threads of zombies.
18945
18946 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18947
18948 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
18949
18950 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
18951 last-repeatable-command.
18952 (init_kboard): Initialize Vlast_repeatable_command.
18953 (command_loop_1): Set it to real_this_command unless that was
18954 bound to an input event.
18955 (mark_kboards): Mark it.
18956
18957 2007-10-08 Richard Stallman <rms@gnu.org>
18958
18959 * eval.c (condition-case): Doc fix.
18960
18961 2007-10-08 Masatake YAMATO <jet@gyve.org>
18962
18963 * xfaces.c (tty_supports_face_attributes_p): Fix code
18964 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
18965 was copied and not edited.
18966
18967 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18968
18969 Add new `input-decode-map' keymap and use it for terminal
18970 escape sequences.
18971 * keyboard.h (struct kboard): Add Vinput_decode_map.
18972 Remove Vlocal_key_translation_map.
18973 * keyboard.c (read_key_sequence): Add support for input-decode-map.
18974 (init_kboard): Init input-decode-map.
18975 Replace local-key-translation-map back with key-translation-map.
18976 (syms_of_keyboard): Declare input-decode-map.
18977 Remove local-key-translation-map. Update docstrings.
18978 (mark_kboards): Mark Vinput_decode_map.
18979 Don't mark Vlocal_key_translation_map.
18980 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
18981 Replace local-key-translation-map back with key-translation-map.
18982 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
18983 Bind in input-decode-map rather than function-key-map.
18984
18985 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
18986 This was made redundant by the previous introduction of XSETPVECTYPE.
18987
18988 2007-10-09 Richard Stallman <rms@gnu.org>
18989
18990 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
18991
18992 2007-09-29 Richard Stallman <rms@gnu.org>
18993
18994 * eval.c (internal_condition_case_2, internal_condition_case_1)
18995 (internal_condition_case): Reenable abort if x_catching_errors ()
18996 to see if that really happens and why.
18997
18998 2007-10-06 Andreas Schwab <schwab@suse.de>
18999
19000 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19001
19002 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19003
19004 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19005
19006 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19007
19008 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19009
19010 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19011
19012 * window.h (struct window):
19013 * window.c (struct save_window_data, struct saved_window):
19014 * termhooks.h (struct terminal):
19015 * process.h (struct Lisp_Process):
19016 * frame.h (struct frame):
19017 * buffer.h (struct buffer):
19018 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19019 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19020 The size field of (pseudo)vectors is now unsigned.
19021 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19022
19023 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19024 Turn `count' into an integer.
19025
19026 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19027 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19028 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19029 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19030 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19031
19032 * alloc.c (allocate_pseudovector): New fun.
19033 (ALLOCATE_PSEUDOVECTOR): New macro.
19034 (allocate_window, allocate_terminal, allocate_frame)
19035 (allocate_process): Use it.
19036 (mark_vectorlike): New function.
19037 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19038 (mark_terminals): Use it.
19039 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19040 (Fmake_byte_code): Use XSETPVECTYPE.
19041
19042 * frame.c (Fframe_parameters): Minor simplification.
19043
19044 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19045
19046 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19047
19048 * buffer.c (Fget_buffer_create, init_buffer_once):
19049 * lread.c (defsubr):
19050 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19051
19052 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19053 defined differently in the m/*.h files.
19054 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19055 (XSETPVECTYPE): New macro.
19056 (XSETPSEUDOVECTOR): Use it.
19057
19058 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19059 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19060
19061 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19062 * lread.c (defvar_per_buffer):
19063 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19064
19065 * window.c (candidate_window_p): Only consider as visible frames that
19066 are on the same terminal.
19067
19068 * m/ibms390x.h (MARKBIT): Remove unused macro.
19069
19070 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
19071
19072 * lread.c (Fload): Fix typo in docstring.
19073
19074 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19075
19076 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19077 of a non-zero value can't yield zero.
19078
19079 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19080
19081 * term.c (term_clear_mouse_face, term_mouse_highlight)
19082 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19083
19084 * print.c (safe_debug_print): Use XHASH.
19085
19086 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19087 Lisp elements such as tags.
19088 (XHASH): New macro.
19089 (EQ): Use it.
19090 (SREF, SSET, STRING_COPYIN): Use SDATA.
19091 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19092
19093 * alloc.c (mark_terminal): Remove left-over declaration.
19094 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19095 (allocate_vectorlike): Remove type argument. Adjust callers.
19096 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19097 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19098
19099 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19100 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19101 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19102 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19103 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19104 Use them.
19105
19106 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19107 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19108 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19109
19110 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19111
19112 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19113 loaded by default.
19114
19115 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19118 on this tty.
19119 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19120
19121 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19122 Update all users.
19123 (handle_one_term_event): Use Gpm_DrawPointer.
19124 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19125 Signal errors instead of returning nil. Always return nil.
19126 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19127 Make it a noop if gpm-mouse was not activated.
19128 (syms_of_term): Update names.
19129
19130 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19131
19132 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19133 (init_sys_modes): Check that gpm_tty is the current tty.
19134
19135 * alloc.c (allocate_terminal): Set the vector size to only count the
19136 lisp fields. Initialize those to nil.
19137 (mark_object): Don't treat terminals specially.
19138 (mark_terminal): Remove.
19139 (mark_terminals): Use mark_object instead.
19140
19141 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19142 the GC to the beginning.
19143
19144 * indent.h:
19145 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19146
19147 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19148
19149 2007-09-25 Jason Rumney <jasonr@gnu.org>
19150
19151 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19152
19153 * w32console.c (create_w32cons_output): Remove.
19154
19155 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19156
19157 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19158 (reset_sys_modes): Use reset_terminal_modes_hook.
19159
19160 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * eval.c (do_autoload): Don't output any message.
19163
19164 2007-09-24 Juri Linkov <juri@jurta.org>
19165
19166 * emacs.c (standard_args): Change priority of "--no-splash"
19167 from 40 to 3. Add "--no-desktop" with the same priority.
19168
19169 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19170
19171 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19172 and optimize the case where they are all 1.
19173
19174 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
19175
19176 * lisp.h (abs): Define if not defined.
19177 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19178 Don't define `abs', since it's defined in lisp.h.
19179
19180 2007-09-22 Eli Zaretskii <eliz@gnu.org>
19181
19182 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19183 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19184 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19185 (init_tty): Use DEV_TTY instead of "/dev/tty".
19186 [WINDOWSNT]: No need to protect from NAME arg being null.
19187
19188 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19189
19190 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19191 up the tty state.
19192
19193 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19196 (gpm_tty): Change its type.
19197 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19198 (gpm_tty): Change its type and initialize it.
19199 (Fterm_open_connection): Check the frame is indeed a tty.
19200 Use the new gpm_tty.
19201 (Fterm_close_connection): Use the new gpm_tty.
19202 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19203 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19204
19205 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
19206
19207 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19208 underline_color, to draw strike-through.
19209
19210 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19211
19212 * lisp.h (allocate_terminal): Declare.
19213
19214 * window.c (candidate_window_p): Consider frames that are being placed
19215 by the user as somewhere between visible and iconified.
19216 (window_loop): Prefer windows on the current frame.
19217 (Fselect_window): Move the use of select-frame to the beginning so we
19218 can just delegate all the work (it'll call us back anyway).
19219
19220 * frame.c (Qdisplay_environment_variable):
19221 * frame.h (Qdisplay_environment_variable): Delete.
19222
19223 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19224 of the first arg, since that value may be a union.
19225
19226 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19227 parameter rather than Qdisplay_environment_variable. If all else
19228 fails, look for DISPLAY in initial-environment.
19229
19230 2007-09-21 Glenn Morris <rgm@gnu.org>
19231
19232 * Makefile.in (emacstool): Remove target.
19233 (lisp, shortlisp): Remove termdev.elc.
19234
19235 2007-09-21 Markus Triska <markus.triska@gmx.at>
19236
19237 * xterm.c (x_delete_display): Compile session management conditionally.
19238
19239 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * callproc.c (getenv_internal_1): New function.
19242 (getenv_internal): Use it.
19243 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19244
19245 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19246 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19247 (Fset_terminal_parameter): Work with dead terminals as well.
19248 (Fmodify_terminal_parameters): Remove.
19249
19250 * terminal.c (get_terminal): Handle terminals.
19251 Make sure the terminal returned is live.
19252 (create_terminal): Use allocate_terminal.
19253 (mark_terminals): Move to alloc.c.
19254 (delete_terminal): Use terminal->name as liveness status.
19255 NULL out fields after freeing their contents.
19256 Don't deallocate the object.
19257 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19258 rather than an int.
19259 (Fterminal_live_p): Accept non-integer arguments.
19260 (Fterminal_list): Return terminal objects rather than an ints.
19261
19262 * alloc.c (enum mem_type): New member for `terminal' objects.
19263 (allocate_terminal): New function.
19264 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19265 Handle terminals.
19266 (mark_terminal): New fun.
19267 (mark_terminals): Move from terminal.c.
19268
19269 * term.c (get_tty_terminal): Don't treat output_initial specially.
19270 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19271 (delete_tty): Use terminal->name as liveness status.
19272
19273 * termhooks.h (struct terminal): Make it into a pseudovector.
19274 Remove `deleted' replaced by checking `name's nullness.
19275
19276 * print.c (print_object): Handle terminals.
19277
19278 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19279 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19280
19281 * frame.c (make_terminal_frame):
19282 * keyboard.c (tty_read_avail_input):
19283 * w32term.c (x_delete_terminal):
19284 * xfns.c (Fx_create_frame, x_create_tip_frame):
19285 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19286
19287 2007-09-20 Glenn Morris <rgm@gnu.org>
19288
19289 * process.c (Fmake_network_process): Doc fix.
19290
19291 2007-09-19 Jason Rumney <jasonr@gnu.org>
19292
19293 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19294
19295 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19296
19297 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19298 Fix a C warning regarding variable constness.
19299
19300 * xterm.c (handle_one_xevent): Fix a C warning.
19301
19302 2007-09-18 Jason Rumney <jasonr@gnu.org>
19303
19304 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19305
19306 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19307
19308 * gtkutil.c (gdpy_def): New variable.
19309 (xg_initialize): Initialize gdpy_def.
19310 (xg_display_close): If no other display exists, set gdpy_def to a
19311 new connection.
19312
19313 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19314
19315 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19316 when we have no file name for the icon.
19317 (xg_tool_bar_expose_callback): Remove.
19318 (xg_create_tool_bar): Don't connect expose signal to
19319 xg_tool_bar_expose_callback.
19320 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19321
19322 2007-09-16 Andreas Schwab <schwab@suse.de>
19323
19324 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19325 values instead of zapping them.
19326
19327 2007-09-14 Glenn Morris <rgm@gnu.org>
19328
19329 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19330 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19331 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19332 scope and rename to omfib_buffer for clarity.
19333 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19334
19335 2007-09-14 Kenichi Handa <handa@m17n.org>
19336
19337 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19338
19339 2007-09-13 Jason Rumney <jasonr@gnu.org>
19340
19341 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19342
19343 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19344
19345 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19346 (mac_term_init): Call here instead, passing rif.
19347
19348 2007-09-13 Glenn Morris <rgm@gnu.org>
19349
19350 * s/hpux.h: No longer define `static' as nothing.
19351
19352 2007-09-13 Johan Bockgård <bojohan@gnu.org>
19353
19354 * callint.c (Fcall_interactively): Remove unused var `fun'.
19355
19356 2007-09-12 Romain Francoise <romain@orebokech.com>
19357
19358 * window.c (prefer_window_split_horizontally, display_buffer):
19359 Revert 2007-09-08 change.
19360
19361 2007-09-12 Glenn Morris <rgm@gnu.org>
19362
19363 * alloca.c: Remove file.
19364 * Makefile.in (alloca): Do not undef.
19365 (allocaobj, alloca.o): Remove.
19366 (otherobj): Remove allocaobj.
19367 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19368 * regex.c (C_ALLOCA): Remove all references and code that was only
19369 used when this was defined.
19370 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19371 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19372 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19373
19374 * Makefile.in (SOURCES, unlock, relock): Delete.
19375
19376 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19377 (menu_grab_callback): All uses changed.
19378
19379 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19380 (x_reply_selection_request): All uses changed.
19381
19382 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19383
19384 * lread.c (load_warn_old_style_backquotes): Change message to look
19385 better when it appears in the middle of byte-compiler messages.
19386
19387 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19388
19389 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19390
19391 * xterm.c (x_create_terminal): Add comment.
19392
19393 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19394
19395 2007-09-10 Richard Stallman <rms@gnu.org>
19396
19397 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19398
19399 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19400
19401 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19402 (DEFUN): Document `intspec', use it instead of `prompt'.
19403
19404 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19405
19406 * data.c (Finteractive_form): If the interactive specification starts
19407 with a `(', use it as a Lisp form.
19408
19409 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19410 name and file modes.
19411
19412 * callint.c (Fcall_interactively): Comment fixes.
19413
19414 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19415
19416 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19417 and compiled functions.
19418
19419 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19420
19421 * window.c (prefer_window_split_horizontally): New variable.
19422 (display_buffer): Consider splitting window horizontally depending
19423 on prefer_window_split_horizontally.
19424
19425 2007-09-08 Eli Zaretskii <eliz@gnu.org>
19426
19427 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19428
19429 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19430
19431 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19432
19433 * frame.c (x_set_frame_parameters): Check number is positive before
19434 using XFASTINT.
19435
19436 * window.c (freeze_window_start): Don't presume selected_window holds
19437 a window object.
19438 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19439
19440 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19441
19442 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19443
19444 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19445
19446 * window.c (Vsplit_window_preferred_function): New var.
19447 (Fdisplay_buffer): Use it.
19448 (syms_of_window): Export, and initialize it.
19449
19450 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19451
19452 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19453
19454 2007-09-06 Glenn Morris <rgm@gnu.org>
19455
19456 * gtkutil.c (menu_grab_callback) <cnt>:
19457 * xselect.c (x_reply_selection_request) <cnt>: Move static
19458 variable to file scope.
19459
19460 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19461
19462 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19463 consistent values of selected_frame and selected_window.
19464
19465 2007-09-04 Jason Rumney <jasonr@gnu.org>
19466
19467 * w32console.c (initialize_w32_display): Zero unused hooks.
19468
19469 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19470
19471 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19472 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19473
19474 2007-09-04 Jason Rumney <jasonr@gnu.org>
19475
19476 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19477 in w32console.c. Set up input. Remove XXX comments that have been
19478 confirmed as correct.
19479
19480 * s/ms-w32.h (MULTI_KBOARD): Define.
19481
19482 * w32console.c (one_and_only_w32cons): Remove.
19483 (initialize_w32_display): Take terminal argument.
19484
19485 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19486 initialize_w32_display.
19487 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19488
19489 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19490
19491 * keyboard.c (discard_mouse_events): Discard it.
19492 (make_lispy_event): Translate it to a lisp event.
19493 (lispy_wheel_names): Add wheel-left and right events.
19494 (syms_of_keyboard): Enlarge wheel_syms.
19495
19496 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19497 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19498
19499 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19500
19501 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19502 from WM_MOUSEHWHEEL.
19503 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19504
19505 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19506 terminal.
19507
19508 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19509 keyboard for the terminal.
19510
19511 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19512
19513 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19514 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19515 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19516 and resume-tty-function to resume-tty-hook.
19517 (Fsuspend_tty, Fresume_tty): Use new names.
19518
19519 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19520
19521 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19522 if it starts with "n:".
19523
19524 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19525
19526 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19527
19528 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19529
19530 * frame.h:
19531 * frame.c (Qterm_environment_variable): Remove.
19532 (syms_of_frame): Don't init and staticpro it.
19533
19534 * callproc.c (getenv_internal): Remove special case for $TERM.
19535
19536 * callproc.c (Vinitial_environment): New variable.
19537 (set_initial_environment): Initialize it.
19538 (syms_of_callproc): Declare it.
19539 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19540 TERM under which a process runs is never related to the TERM in which
19541 Emacs is running.
19542
19543 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19544
19545 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19546 * s/darwin.h: ... do it here.
19547
19548 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * lisp.h (set_initial_environment): Rename from set_global_environment.
19551
19552 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19553 removed by mistake on the multi-tty branch.
19554
19555 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
19556 (Fmodify_frame_parameters): Return a value.
19557
19558 * image.c (png_load): Comment-out var only used in commented-out code.
19559
19560 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
19561 before passing it to mark_object.
19562
19563 * xfaces.c (internal_resolve_face_name): Return a value.
19564 (internal_resolve_face_name, resolve_face_name_error): Comment out.
19565
19566 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
19567 (x_icon): Comment-out var only used in commented-out code.
19568
19569 2007-08-29 Romain Francoise <romain@orebokech.com>
19570
19571 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19572 QUIT hasn't been provided.
19573
19574 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19575
19576 * callproc.c (child_setup, getenv_internal): Use the
19577 display-environment-variable and term-environment-variable frame params.
19578 (set_initial_environment): Initialise Vprocess_environment.
19579
19580 * config.in: Disable multi-keyboard support on a mac.
19581
19582 * frame.c (Qterm_environment_variable)
19583 (Qdisplay_environment_variable): New variables.
19584 (syms_of_frame): Intern and staticpro them.
19585 (Fmake_terminal_frame): Disable output method test.
19586
19587 * frame.h: Declare them here.
19588
19589 * macfns.c (x_set_mouse_color): Get rif from the frame.
19590 (x_set_tool_bar_lines): Don't use updating_frame.
19591 (mac_window): Add 2 new parameters for consistency with other systems.
19592 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
19593 frame parameters following what is done in X11 and w32. Don't use
19594 FRAME_MAC_DISPLAY_INFO.
19595 (Fx_open_connection, start_hourglass): Remove window-system check.
19596 (x_create_tip_frame): Get the keyboard from the terminal.
19597
19598 * macmenu.c: Reorder includes.
19599 (Fx_popup_menu): Use terminal specific mouse_position_hook.
19600
19601 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
19602 terminal parameter.
19603 (x_clear_frame): Add a frame parameter.
19604 (note_mouse_movement): Get rif from the frame.
19605 (mac_term_init): Initialize the terminal.
19606 (mac_initialize): Make static and move terminal initialization ...
19607 (mac_create_terminal): ... to this new function.
19608
19609 * macterm.h (struct mac_display_info): Add terminal.
19610 (mac_initialize): Delete declaration.
19611
19612 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
19613
19614 * sysdep.c: Comment out text after #endif.
19615
19616 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
19617 is defined. Better initialize ttys in windows. Use terminal
19618 specific mouse_position_hook.
19619
19620 * termhooks.h (union display_info): Add mac_display_info.
19621
19622 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
19623 Set the default minibuffer frame, window_system and the rest of the
19624 frame parameters following what is done in X11.
19625
19626 * w32term.c (w32_initialize): Make static.
19627
19628 * xselect.c (x_handle_selection_clear): Only access
19629 terminal->kboard when MULTI_KBOARD is defined.
19630
19631 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
19632 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
19633
19634 2007-08-29 Jason Rumney <jasonr@gnu.org>
19635
19636 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
19637 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
19638
19639 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
19640 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
19641
19642 * keyboard.c (restore_kboard_configuration): Only define when
19643 MULTI_KBOARD defined.
19644
19645 * makefile.w32-in: Update dependancies from Makefile.in.
19646 (OBJ1): Add terminal.$(O)
19647
19648 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
19649 Don't define function body.
19650 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
19651
19652 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
19653
19654 * w32.c (request_sigio, unrequest_sigio): Remove.
19655
19656 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
19657 (w32con_clear_frame, w32con_clear_end_of_line)
19658 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
19659 (w32con_delete_glyphs, w32con_set_terminal_window)
19660 (scroll_line, w32_sys_ring_bell): Add frame arg.
19661 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
19662 Add terminal arg.
19663 (PICK_FRAME): Remove.
19664 (w32con_write_glyphs): Use frame specific terminal coding.
19665 (one_and_only_w32cons): New global variable.
19666 (initialize_w32_display): Use it for storing hooks.
19667 (create_w32cons_output): New function.
19668
19669 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
19670 arg a frame.
19671
19672 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
19673 Set window_system.
19674 (x_set_tool_bar_lines): Don't use updating_frame.
19675 (Fx_create_frame): Set terminal and ref count.
19676 (Fx_open_connection): Remove window-system check.
19677
19678 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
19679
19680 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
19681 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
19682 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
19683 Add frame arg.
19684 (x_delete_terminal, w32_create_terminal): New functions.
19685 (w32_term_init): Create a terminal.
19686 (w32_initialize): Move terminal specific initialization to
19687 w32_create_terminal.
19688
19689 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
19690 (w32_clear_rect, w32_clear_area): Use background from frame.
19691 (w32_display_info): Add terminal.
19692 (w32_sys_ring_bell, x_delete_display): Declare here.
19693
19694 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
19695
19696 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
19697
19698 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
19699
19700 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
19701 Fix get_named_tty calls for the controlling tty.
19702
19703 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19704
19705 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
19706
19707 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19708
19709 * term.c (tty_insert_glyphs): Add missing first parameter.
19710
19711 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
19712
19713 * buffer.c (Fbuffer_list, Fbury_buffer):
19714 Take frame->buried_buffer_list into account.
19715
19716 * cm.c (current_tty): New variable, for cmputc().
19717 (cmputc): Use it.
19718 (cmcheckmagic): Add tty parameter, look up terminal streams there.
19719 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
19720 (cmgoto): Add tty parameter. Pass it on to calccost().
19721 Use emacs_tputs() instead of tputs().
19722
19723 * cm.h (emacs_tputs): New macro to set current_tty, and then call
19724 tputs().
19725 (current_tty): New variable, for cmputc().
19726 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
19727
19728 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
19729 (internal_condition_case, internal_condition_case_1)
19730 (internal_condition_case_2): Don't abort when x_catching_errors.
19731
19732 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
19733 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
19734 prevent crashes caused by bogus longjmps in read_char.
19735
19736 * keymap.h (Fset_keymap_parent): Add EXFUN.
19737
19738 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
19739 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19740 Remove redundant definition.
19741
19742 * macfns.c (x_set_mouse_color, x_make_gc):
19743 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19744
19745 * w32term.c (x_free_frame_resources):
19746 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19747 (w32_initialize): Use the accessor macros for terminal characteristics.
19748
19749 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
19750 Use the accessor macros for terminal characteristics.
19751 * msdos.c (internal_terminal_init): Use the accessor macros for
19752 terminal characteristics.
19753 (ScreenVisualBell, internal_terminal_init):
19754 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19755
19756 * termopts.h (no_redraw_on_reenter): Declare.
19757
19758 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
19759 (mark_terminals, mark_ttys): Declare.
19760 (Fgarbage_collect): Call them.
19761 (mark_object): Mark buried_buffer_list.
19762
19763 * prefix-args.c: Include stdlib.h for exit.
19764
19765 * syssignal.h: Add comment.
19766
19767 * indent.c: Include stdio.h.
19768
19769 * window.h (Vinitial_window_system): Declare.
19770 (Vwindow_system): Delete declaration.
19771
19772 * fontset.c (Finternal_char_font): Use FRAME_RIF.
19773
19774 * image.c (lookup_image): Don't initialize `c' until the xasserts
19775 have been run.
19776
19777 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
19778 FRAME_FOREGROUND_PIXEL.
19779
19780 * print.c (print_preprocess): Don't lose print_depth levels while
19781 iterating.
19782
19783 * widget.c (update_from_various_frame_slots):
19784 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19785
19786 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
19787 frames.
19788 (window_internal_height): Remove bogus make_number call.
19789 (init_window_once): Call make_terminal_frame with two zero parameters.
19790
19791 * fileio.c (Fread_file_name): Update comment.
19792
19793 * callint.c (Fcall_interactively):
19794 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
19795 Make sure it is correctly unwound.
19796
19797 * xsmfns.c (x_session_close): New function.
19798
19799 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
19800 Delete declarations.
19801
19802 * xterm.h: Remove declaration for x_fully_uncatch_errors.
19803 (x_output): Remove background_pixel and foreground_pixel fields.
19804 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
19805 (x_delete_device, x_session_close): Declare.
19806
19807 * lread.c: Include setjmp.h. Update declaration of `read_char'.
19808 (read_filtered_event): Call `read_char' with a local
19809 `wrong_kboard_jmpbuf'.
19810
19811 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
19812 Don't call single_kboard_state. Use FRAME_RIF.
19813
19814 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
19815 systems.
19816
19817 * lisp.h (set_process_environment): Rename to `set_global_environment'.
19818 (Fframe_with_environment, Fset_input_meta_mode)
19819 (Fset_quit_char): EXFUN.
19820 (x_create_device, tty_output, terminal, tty_display_info): Declare.
19821 (init_sys_modes, reset_sys_modes): Update prototypes.
19822 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
19823
19824 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
19825 Vlocal_key_translation_map, and Vkeyboard_translate_table.
19826 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
19827 Delete declarations.
19828 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
19829 (temporarily_switch_to_single_kboard, tty_read_avail_input):
19830 New declarations.
19831
19832 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
19833 already does that during init_display(). Call syms_of_keymap
19834 before syms_of_keyboard. Call `syms_of_terminal'.
19835 Call set_initial_environment, not set_process_environment.
19836 (shut_down_emacs): Call reset_all_sys_modes() instead of
19837 reset_sys_modes().
19838
19839 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
19840 (internal_resolve_face_name, resolve_face_name_error): New functions.
19841 (resolve_face_name): Protect against loops and errors thrown by Fget.
19842 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
19843 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
19844
19845 * scroll.c: Replace CURTTY() with local variables throughout the
19846 file (where applicable).
19847 (calculate_scrolling, calculate_direct_scrolling)
19848 (scrolling_1, scroll_cost): Use the accessor macros for terminal
19849 characteristics.
19850
19851 * keymap.c (Vfunction_key_map): Remove.
19852 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
19853 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
19854 (Vkey_translation_map): Remove.
19855 (syms_of_keymap): Remove DEFVAR for key-translation-map.
19856 (Fdescribe_buffer_bindings)
19857 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
19858 Update for terminal-local key-translation-map.
19859
19860 * Makefile.in (callproc.o): Update dependencies.
19861 (lisp, shortlisp): Add termdev.elc.
19862 (obj): Add terminal.o.
19863 (terminal.o): Add dependencies.
19864 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
19865 (data.o, fns.o): Add termhooks.h dependency.
19866 (SOME_MACHINE_LISP): Add dnd.elc.
19867 (minibuf.o): Fix typo.
19868 Update dependencies.
19869
19870 * data.c (do_symval_forwarding, store_symval_forwarding)
19871 (find_symbol_value): Use the selected frame's keyboard, not
19872 current_kboard.
19873
19874 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
19875 Vwindow_system.
19876
19877 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
19878 Fmenu_bar_open.
19879 (syms_of_xmenu): Update defsubr.
19880 (mouse_position_for_popup, Fx_popup_menu)
19881 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
19882 (set_frame_menubar, free_frame_menubar)
19883 (create_and_show_popup_menu, xmenu_show)
19884 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
19885 an X frame.
19886
19887 * xselect.c (x_own_selection): Abort if not an X frame.
19888 (some_frame_on_display): Check if it is an X frame.
19889 (x_handle_selection_clear): Deal with MULTI_KBOARD.
19890
19891 * coding.c: Include frame.h and termhooks.h.
19892 (terminal_coding, keyboard_coding): Delete.
19893 (Fset_terminal_coding_system_internal)
19894 (Fset_keyboard_coding_system_internal)
19895 (Fkeyboard_coding_system)
19896 (Fterminal_coding_system): Add a terminal parameter.
19897 Get terminal_coding from the terminal.
19898 (init_coding_once): Don't call setup_coding_system here.
19899
19900 * dispextern.h (set_scroll_region, turn_off_insert)
19901 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
19902 (tty_clear_end_of_line, tty_setup_colors)
19903 (delete_tty, updating_frame)
19904 (produce_special_glyphs, produce_glyphs, write_glyphs)
19905 (insert_glyphs): Remove.
19906 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
19907 (tty_turn_off_highlight, get_tty_size): Add declaration.
19908 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
19909
19910 * frame.h (enum output_method): Add output_initial.
19911 (struct x_output): Delete.
19912 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19913 Access foreground_pixel and background_pixel directly from the frame.
19914 (tty_display): Delete.
19915 (struct frame): Add buried_buffer_list, foreground_pixel,
19916 background_pixel and terminal. Delete kboard.
19917 (union output_data): Add tty.
19918 (FRAME_KBOARD): Get the kboard from the terminal.
19919 (FRAME_INITIAL_P): New macro.
19920 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
19921 (Qterm_environment_variable, Qdisplay_environment_variable)
19922 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
19923 New declarations.
19924
19925 * termchar.h (tty_output, tty_display_info): New structures.
19926 (tty_list): Declare.
19927 (FRAME_TTY, CURTTY): New macros.
19928 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
19929 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
19930 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
19931 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
19932
19933 * callproc.c: Include frame.h and termhooks.h, for terminal
19934 parameters.
19935 (add_env): New function.
19936 (child_setup): Use it.
19937 (child_setup, getenv_internal): Handle the new Vprocess_environment.
19938 (getenv_internal): Fix get_terminal_param call.
19939 (Fgetenv_internal, egetenv): Update doc.
19940 (syms_of_callproc): Initialize Vprocess_environment to nil.
19941 Register and initialize them. Remove obsolete defvars. Update doc
19942 strings.
19943 (child_setup): Handle Vlocal_environment_variables.
19944 (getenv_internal): Add terminal parameter.
19945 Handle Vlocal_environment_variables.
19946 (Fgetenv_internal): Add terminal parameter.
19947 (child_setup, getenv_internal, Fgetenv_internal): Store the local
19948 environment in a frame (not terminal) parameter. Update doc strings.
19949 (set_initial_environment): Rename from set_global_environment.
19950 Store Emacs environment in initial frame parameter.
19951
19952 * xdisp.c (redisplay_internal): Update references to
19953 `previous_terminal_frame'.
19954 (display_mode_line, Fformat_mode_line): Replace calls to
19955 `push_frame_kboard' with `push_kboard'.
19956 (get_glyph_string_clip_rects): Add extra parentheses and
19957 braces to prevent compiler warnings.
19958 (calc_pixel_width_or_height): Add xassert to check that the
19959 frame is alive. Don't call `lookup_image' on a termcap frame.
19960 (message2_nolog, message3_nolog, redisplay_internal)
19961 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
19962 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
19963 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
19964 (Fx_display_pixel_width, Fx_display_pixel_height)
19965 (Fx_display_planes, Fx_display_color_cells)
19966 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
19967 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
19968 (Fx_display_backing_store, Fx_display_visual_class)
19969 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
19970 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
19971
19972 * xfns.c (x_set_foreground_color x_set_background_color)
19973 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
19974 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19975 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
19976 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
19977 terminal that is being deleted.
19978 (Fx_create_frame): Use `store_frame_param' to set `window-system'
19979 frame parameter, and make sure it overrides any user-supplied setting.
19980 (Fx_close_connection, Fx_synchronize): Unify argument names with
19981 the rest of the DEFUNs.
19982
19983 * dispnew.c (Fsend_string_to_terminal): Update call to
19984 `get_tty_terminal'.
19985 (Fredraw_frame, Fsend_string_to_terminal)
19986 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
19987 FRAME_TERMCAP_P and FRAME_TTY.
19988 (window_change_signal): Don't believe width/height values that are
19989 impossibly small.
19990 (Vinitial_window_system): Rename from Vwindow_system.
19991 (termscript, Wcm, rif): Delete.
19992
19993 * termhooks.h (struct terminal): New struct containing the
19994 previously global text display hooks and new members NAME,
19995 DELETED and PARAM_ALIST.
19996 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
19997 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
19998 (FRAME_RIF): New macros.
19999 (get_terminal_param, get_device): New declarations.
20000 (termscript): Delete declaration.
20001
20002 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20003 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20004 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20005 FRAME_FOREGROUND_PIXEL.
20006 (x_fully_uncatch_errors): Disable definition.
20007 (x_scroll_bar_expose): Fix reference to foreground pixel.
20008 (XTread_socket): Disable loop on all X displays.
20009 (x_delete_terminal): Don't set terminal->deleted and let
20010 delete_terminal delete the frames on the terminal.
20011 (x_delete_display): Doc update to reflect changes in
20012 delete_terminal.
20013 (x_display_info) <terminal>: Move member earlier in the struct.
20014 (deleting_tty): Remove old variable.
20015 (Fsuspend_tty): Call clear_tty_hooks.
20016 (Fresume_tty, init_tty): Call set_tty_hooks.
20017 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20018 errors on X frames.
20019 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20020 (handle_one_xevent): Initialize `f' to NULL.
20021 (x_delete_terminal, x_create_terminal): New functions.
20022 (XTset_terminal_modes, XTreset_terminal_modes)
20023 (XTread_socket, x_connection_closed, x_term_init)
20024 (x_term_init, x_delete_display): Add terminal parameter.
20025 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20026 X connections.
20027
20028 * frame.c: Include termchar.h.
20029 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20030 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20031 (Qdisplay_environment_variable): New vars.
20032 (Fframep): Deal with output_initial.
20033 (Fframe-live-p): Doc fix.
20034 (Fwindow-system): New function.
20035 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20036 (make_terminal_frame): Don't create frames on a terminal that is
20037 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20038 (store_frame_param): Check for found_for_frame before calling XFRAME.
20039 (Fmake_terminal_frame): Handle NULL tty names correctly.
20040 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20041 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20042 frames to refer to a deleted frame in their 'environment parameter.
20043 (Fframe_with_environment): New function.
20044 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20045 (get_future_frame_param): New function.
20046 (Fmake_terminal_frame): Use it.
20047 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20048
20049 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20050 * sysdep.c (reset_sys_modes): Update for renames.
20051
20052 * keyboard.c (tty_read_avail_input): New function.
20053 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20054 (syms_of_keyboard): Defsubr them.
20055 (Fset_input_meta_mode, Fset_quit_char): New functions.
20056 (Fset_input_mode): Split to above functions.
20057 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20058 parameter. Use it in call to `read_char'.
20059 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20060 Set wrong_kboard_jmpbuf correctly in recursive calls.
20061 Use current_kboard to access Vkeyboard_translate_table.
20062 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20063 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20064 Update longjmp invocations. Remember the original current_kboard,
20065 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20066 changes it. Comment out unnecessary calls to
20067 `record_single_kboard_state' and `any_kboard_state'.
20068 Update recursive calls.
20069 (wrong_kboard_jmpbuf): Remove global variable.
20070 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20071 Handle deleted interrupted_kboards correctly; that is a legal
20072 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20073 and read_char calls. Abort if interrupted_kboard died in read_char.
20074 (any_kboard_state, single_kboard_state)
20075 (push_frame_kboard): Remove function.
20076 (pop_kboard): Switch out of single_kboard mode if the kboard has
20077 been deleted. Remove unused variable. Help debugging by not
20078 changing current_kboard unnecessarily. Set current_kboard to the
20079 kboard of the selected frame when the stored kboard object has
20080 been deleted before pop_kboard.
20081 (temporarily_switch_to_single_kboard): Change first parameter to a
20082 frame pointer. Throw an error when caller wants to change kboards
20083 while in single_kboard mode. Don't push_kboard if we weren't in
20084 single kboard state. Don't pop_kboard if we popped into any
20085 kboard state.
20086 (restore_kboard_configuration): Abort if pop_kboard changed the
20087 kboard in single_kboard mode. Call pop_kboard only after setting
20088 up single_kboard mode.
20089 (Frecursive_edit): Switch to single_kboard mode only in nested
20090 command loops.
20091 (cmd_error, command_loop, command_loop_1, timer_check):
20092 Comment out unnecessary call to `any_kboard_state' and
20093 `record_single_kboard_state'.
20094 (delete_kboard): Exit single_kboard mode if we have just deleted
20095 that kboard. Use FRAME_KBOARD.
20096 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20097 `fatal_error_signal'.
20098 (record_single_kboard_state): Don't push_kboard if we weren't in
20099 single kboard state. Don't pop_kboard if we popped into any
20100 kboard state.
20101 (push_frame_kboard): Rename to push_kboard.
20102 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20103 (read_avail_input): Read input from all terminals.
20104 (mark_kboards): Also mark Vkeyboard_translate_table.
20105 (kbd_buffer_store_event_hold): Simplify condition.
20106 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20107 (Vkeyboard_translate_table): Move to struct kboard.
20108 (init_kboard): Initialize Vkeyboard_translate_table.
20109 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20110 Vkeyboard_translate_table. Update doc strings. Update docs of
20111 local-function-key-map and function-key-map.
20112
20113 * terminal.c: New file.
20114
20115 * term.c: Include errno.h.
20116 (Vring_bell_function, device_list, initial_device)
20117 (next_device_id, ring_bell, update_begin, update_end)
20118 (set_terminal_window, cursor_to, raw_cursor_to)
20119 (clear_to_end, clear_frame, clear_end_of_line)
20120 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20121 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20122 (syms_of_term): Move their initialization to terminal.c.
20123 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20124 (Ftty_display_color_cells)
20125 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20126 (clear_tty_hooks, set_tty_hooks)
20127 (init_tty, maybe_fatal): New functions.
20128 (Ftty_type): Return nil if terminal is not on a tty instead of
20129 throwing an error. Doc update.
20130 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20131 Doc update. Initialize new subrs and variables.
20132 (delete_tty): Use terminal->deleted.
20133 (tty_set_terminal_modes): Rename from set_terminal_modes.
20134 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20135 (set_scroll_region): Rename to `tty_set_scroll_region'.
20136 (turn_on_insert): Rename to `tty_turn_on_insert'.
20137 (turn_off_insert): Rename to `tty_turn_off_insert'.
20138 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20139 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20140 (toggle_highligh): Rename to `tty_toggle_highlight'.
20141 (background_highlight): Rename to `tty_background_highlight'.
20142 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20143 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20144 (tty_set_scroll_region, tty_background_highlight)
20145 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20146 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20147 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20148 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20149 Add static modifier.
20150 (tty_reset_terminal_modes, tty_set_terminal_window)
20151 (tty_set_scroll_region, tty_background_highlight)
20152 (tty_highlight_if_desired, tty_cursor_to)
20153 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20154 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20155 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20156 renames.
20157
20158 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20159
20160 * keyboard.c: Qrtl is new.
20161 (parse_tool_bar_item): Handle :rtl keyword.
20162 (syms_of_keyboard): Intern :rtl keyword.
20163
20164 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20165
20166 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20167 so no Lisp code is executed.
20168 (file_for_image, find_rtl_image): New functions.
20169 (xg_get_image_for_pixmap): Use file_for_image.
20170 (update_frame_tool_bar): If direction is RTL, use RTL image if
20171 defined. Use Gtk stock images if defined.
20172
20173 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20174
20175 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20176 for nonexistent or zero-width glyph in composition glyph.
20177
20178 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20179
20180 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20181
20182 * xdisp.c (Finvisible_p): New function.
20183 (syms_of_xdisp): defsubr it.
20184
20185 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
20186
20187 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20188 Doc fixes.
20189
20190 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20191
20192 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20193
20194 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20195
20196 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20197 whether decoding has modified buffer contents.
20198
20199 2007-08-24 Jason Rumney <jasonr@gnu.org>
20200
20201 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20202 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20203 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20204 (init_svg_functions) [HAVE_NTGUI]: New function.
20205 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20206 (svg_load_image): Use them.
20207 (svg_load_image) [HAVE_NTGUI]: Implement background.
20208
20209 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20210
20211 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20212 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20213 (LIBX): Remove @RSVG_LIBS@.
20214 (LIBES): Add $(RSVG_LIBS).
20215
20216 * image.c (svg_load_image): Blend with specified background if exists.
20217 Use IMAGE_BACKGROUND. Add Mac OS Support.
20218
20219 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20220 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20221 Remove macros.
20222 [MAC_OSX] (socket_callback): Do nothing.
20223 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20224 ReceiveNextEvent.
20225 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20226 socket_callback.
20227 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20228
20229 2007-08-22 Glenn Morris <rgm@gnu.org>
20230
20231 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20232
20233 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20234
20235 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20236
20237 * image.c: Add support for SVG images. Some additional comments
20238 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20239 (svg_image_p): New function to test for SVG image.
20240 (svg_load): New function to load SVG image.
20241 (svg_load_image): New function, helper for svg_load.
20242 (Qsvg): New Lisp_object.
20243 (svg_keyword_index): New enum.
20244 (svg_format): New static `image_keyword' struct.
20245 (svg_type): New static `image_type' struct.
20246 (librsvg/rsvg.h): Include it.
20247
20248 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20249
20250 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20251
20252 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * lread.c (Qold_style_backquotes): New var.
20255 (syms_of_lread): Init and staticpro it.
20256 (load_warn_old_style_backquotes): New fun.
20257 (Fload): Use them to warn about old style backquotes.
20258 (end_of_file_error, Fload): Remove unused vars.
20259
20260 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20261
20262 * lread.c (Vold_style_backquotes): New var.
20263 (syms_of_lread): Init and export it to Elisp.
20264 (read1): Set it when we find an old-style (back)quote.
20265
20266 2007-08-22 Jason Rumney <jasonr@gnu.org>
20267
20268 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20269
20270 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20271
20272 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20273
20274 2007-08-19 Richard Stallman <rms@gnu.org>
20275
20276 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20277
20278 2007-08-19 Andreas Schwab <schwab@suse.de>
20279
20280 * alloc.c (pure): Round PURESIZE up.
20281
20282 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20283
20284 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20285 active frame.
20286
20287 2007-08-16 Richard Stallman <rms@gnu.org>
20288
20289 * eval.c (Fcommandp): Add parens to clarify.
20290
20291 * minibuf.c (Fall_completions): Use enum for type of table.
20292
20293 * emacs.c (USAGE2): Improve text.
20294
20295 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20296
20297 * term.c (tty_default_color_capabilities): Declare static
20298 variables in file scope, to avoid HPUX compiler problem.
20299
20300 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20301
20302 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20303 to gtk_toolbar_insert.
20304
20305 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20308
20309 * insdel.c (reset_var_on_error): New fun.
20310 (signal_before_change, signal_after_change):
20311 Use it to reset (after|before)-change-functions to nil in case of error.
20312 Bind inhibit-modification-hooks to t.
20313 Don't bind (after|before)-change-functions to nil while they run.
20314
20315 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20316
20317 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20318 filling pixmap with stippled background.
20319
20320 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20321
20322 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20323 Don't use invisible frame as parent window for repositioning.
20324
20325 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * print.c (new_backquote_output): Rename from old_backquote_output.
20328 (print): Inverse its logic (according to its name) so as to match the
20329 behavior of new_backquote_flag in lread.c.
20330
20331 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20332
20333 * gmalloc.c (posix_memalign): New function.
20334
20335 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20336 ActivateControl/DeactivateControl here.
20337 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20338 frame-notice-user-settings is non-nil.
20339 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20340 for kEventParamFMFontStyle.
20341 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20342 mac_pass_command_to_system and mac_pass_control_to_system here.
20343 (XTread_socket): Call ActivateControl/DeactivateControl here.
20344 (XTread_socket) [TARGET_API_MAC_CARBON]:
20345 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20346 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20347 for window repositioning.
20348
20349 2007-08-08 Glenn Morris <rgm@gnu.org>
20350
20351 * Replace `iff' in doc-strings and comments.
20352
20353 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20354
20355 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20356
20357 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20358
20359 * fileio.c (Finsert_file_contents): Run format-decode and
20360 after_insert_file_functions on entire buffer when REPLACE is
20361 non-nil and inhibit modification_hooks and point_motion_hooks.
20362 For consistency, run after_insert_file_functions iff something
20363 got inserted. Move signal_after_change and update_compositions
20364 after code running after_insert_file_functions. Make sure that
20365 undo_list doesn't record intermediate steps of the decoding process.
20366
20367 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20368
20369 * emacs.c (main)
20370 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20371 Call malloc_enable_thread on interactive startup.
20372
20373 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20374 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20375 [USE_PTHREAD]: Conditionalize with it.
20376 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20377 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20378 New functions.
20379
20380 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
20381
20382 * xdisp.c (redisplay_window): When restoring original buffer
20383 position, make sure it is still valid.
20384
20385 * image.c (png_load): Ignore png-supplied background color.
20386
20387 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20388
20389 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20390 Use kCFAbsoluteTimeIntervalSince1970.
20391
20392 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20393 New variable.
20394 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20395 event loop should be quit.
20396 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20397 Quit dialog event loop if quit_dialog_event_loop is set.
20398
20399 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20400 (Selection): New typedef. Use instead of ScrapRef.
20401 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20402 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20403 (mac_clear_selection): Rename from clear_scrap.
20404 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20405 scrap_has_target_type. All uses changed.
20406 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20407 (mac_selection_has_target_p): New functions.
20408 (mac_put_selection_value): Rename from put_scrap_string.
20409 (mac_get_selection_value): Rename from get_scrap_string.
20410 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20411 (put_scrap_private_timestamp, scrap_has_target_type)
20412 (get_scrap_private_timestamp): Remove functions.
20413 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20414 (x_own_selection, x_get_local_selection):
20415 Use mac_valid_selection_value_p.
20416 (x_own_selection): Don't use put_scrap_private_timestamp.
20417 Record OWNERSHIP-INFO into Vselection_alist instead.
20418 (x_get_local_selection): Don't check type if request is local.
20419 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20420 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20421
20422 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20423
20424 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20425 add comment explaining why.
20426
20427 2007-08-03 Richard Stallman <rms@gnu.org>
20428
20429 * fileio.c (Fvisited_file_modtime): Use make_time.
20430
20431 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20432
20433 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20434 build.
20435
20436 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20437
20438 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20439
20440 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20441
20442 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20443
20444 2007-07-30 Richard Stallman <rms@gnu.org>
20445
20446 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20447
20448 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20449
20450 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20451
20452 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20453
20454 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20455 remote default-directory.
20456
20457 * buffer.c (mode-line-format): Update doc string.
20458
20459 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20460
20461 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20462 scroll bar gap.
20463 (x_scroll_bar_create): Set bar->fringe_extended_p.
20464 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20465 on frame edge. Check fringe background extension. Don't clear
20466 extended fringe background area.
20467
20468 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20469 (w32_fill_area): Enclose multiple statements with do ... while (0).
20470
20471 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20472 Extend fringe background to scroll bar gap.
20473 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20474 Set bar->fringe_extended_p.
20475 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20476 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20477 background extension. Don't clear extended fringe background area.
20478
20479 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20480 New member fringe_extended_p.
20481
20482 2007-07-25 Glenn Morris <rgm@gnu.org>
20483
20484 * Relicense all FSF files to GPLv3 or later.
20485
20486 * COPYING: Switch to GPLv3.
20487
20488 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20489
20490 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20491
20492 * data.c (Finteractive_form): Check for the presence of an
20493 `interactive-form' symbol property more thoroughly.
20494
20495 * data.c (Finteractive_form): Use an `interactive-form' property if
20496 present, analogous to the function-documentation property.
20497
20498 2007-07-24 Jason Rumney <jasonr@gnu.org>
20499
20500 * w32fns.c (x_real_positions): Get real position from OS instead of
20501 calculating it.
20502
20503 2007-07-23 Jason Rumney <jasonr@gnu.org>
20504
20505 * filelock.c (current_lock_owner): Allow for @ sign in username.
20506
20507 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20508
20509 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20510 remote default-directory.
20511
20512 * buffer.c (mode-line-format): Describe above case in doc string.
20513
20514 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20515
20516 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20517 Define if not defined.
20518
20519 2007-07-18 Jason Rumney <jasonr@gnu.org>
20520
20521 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20522
20523 2007-07-18 Richard Stallman <rms@gnu.org>
20524
20525 * data.c (Fsetq_default): Doc fix.
20526
20527 * eval.c (Fsetq): Doc fix.
20528
20529 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20530
20531 * coding.c (Ffind_operation_coding_system):
20532 * eval.c (For, Fand): Doc fixes.
20533 Reported by Johan Bockgård.
20534
20535 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20536
20537 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20538
20539 * xterm.h: Declare x_ewmh_activate_frame.
20540
20541 * xterm.c (x_ewmh_activate_frame): New function.
20542 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20543
20544 2007-07-17 Martin Rudalics <rudalics@gmx.at>
20545
20546 * window.c (Fdisplay_buffer): If largest or LRU window is the
20547 only window, split it even if it is not eligible for splitting.
20548 This restores the original behavior broken by the 2007-07-15
20549 change.
20550
20551 2007-07-17 Glenn Morris <rgm@gnu.org>
20552
20553 * abbrev.c (abbrev_check_chars): New function.
20554 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20555 Call abbrev_check_chars to check abbrev characters are word
20556 constituents. Doc fix.
20557
20558 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * process.c (Fstart_process, Fmake_network_process)
20561 (read_process_output): Fix up last changes.
20562
20563 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20564
20565 * makefile.w32-in (clean): Don't delete *~.
20566
20567 2007-07-16 Andreas Schwab <schwab@suse.de>
20568
20569 * window.c (Fdisplay_buffer): Use NILP.
20570 (Fset_window_scroll_bars): Likewise.
20571
20572 2007-07-15 Martin Rudalics <rudalics@gmx.at>
20573
20574 * window.c (window_min_size_2): New function.
20575 (window_min_size_1, size_window, Fdisplay_buffer)
20576 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
20577 windows without mode- or header-lines when window-min-height is
20578 too small.
20579 (size_window): Reset nodelete_p after testing it, following an
20580 earlier note by Kim F. Storm.
20581 (display_buffer): Do not set split_height_threshold to twice the
20582 value of window_min_height to avoid changing the value of a
20583 customizable variable. Rather explicitly check whether the
20584 height of the window that shall be splitted is at least as large
20585 as split_height_threshold.
20586 (Fwindow_full_width_p): New defun.
20587 (syms_of_window): Defsubr it.
20588
20589 * window.h: Add EXFUN for Fwindow_full_width_p.
20590
20591 2007-07-14 Jason Rumney <jasonr@gnu.org>
20592
20593 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
20594
20595 2007-07-14 Richard Stallman <rms@gnu.org>
20596
20597 * eval.c (maybe_call_debugger): New function.
20598 (find_handler_clause): Use maybe_call_debugger.
20599 Call it when the handler says `debug'.
20600 Eliminate DEBUGGER_VALUE_PTR.
20601 (Fsignal): Eliminate debugger_value.
20602 (Qdebug): New variable.
20603 (syms_of_eval): Initialize it.
20604
20605 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20606
20607 * eval.c (Fprogn):
20608 * keyboard.c (Ftrack_mouse):
20609 * print.c (Fwith_output_to_temp_buffer):
20610 * window.c (Fsave_window_excursion): Doc fix.
20611
20612 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
20615
20616 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20617
20618 * process.h (struct Lisp_Process): Turn slots infd, outfd,
20619 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
20620 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
20621 read_output_delay, and read_output_skip from Lisp_Objects to ints.
20622 Remove unused encoding_carryover.
20623 * process.c: Adjust all functions accordingly.
20624
20625 2007-07-12 Richard Stallman <rms@gnu.org>
20626
20627 * term.c: Include unistd.h only if HAVE_UNISTD_H.
20628
20629 2007-07-11 Jason Rumney <jasonr@gnu.org>
20630
20631 * makefile.w32-in (LIBS): Include OLE32.
20632
20633 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
20634 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
20635
20636 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
20639 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
20640 from a Lisp_Object into a bare pointer.
20641 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20642 Adjust the code correspondingly.
20643
20644 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
20645
20646 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
20647 (term_show_mouse_face): Remove unused var `j'.
20648 (handle_one_term_event): Remove unused vars `i' and `j'.
20649 Don't cast return value of ttyname since it's not necessary.
20650
20651 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
20654 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
20655
20656 * fns.c (map_char_table): Use an array of int for `indices' rather than
20657 an array of Lisp_Objects (which are only ever integers anyway).
20658 (Fmap_char_table): Update caller.
20659 * lisp.h: Update prototype.
20660 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
20661 * fontset.c (Ffontset_info):
20662 * casetab.c (set_case_table): Update callers.
20663
20664 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
20665
20666 * keymap.c (struct accessible_keymaps_data)
20667 (struct where_is_internal_data): New structures.
20668 (accessible_keymaps_1, where_is_internal_1): Use them to change
20669 interface to adhere to the one used by map_keymap.
20670 (Faccessible_keymaps, where_is_internal): Use map_keymap.
20671 (accessible_keymaps_char_table, where_is_internal_2): Remove.
20672
20673 * keymap.h (map_keymap_function_t): More informative prototype.
20674
20675 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20676
20677 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
20678 (looking_at_1): Don't change search_regs and last_thing_searched
20679 if `inhibit-changing-match-data' is non-nil.
20680 (string_match_1, search_buffer, set_search_regs): Likewise.
20681 (syms_of_search): Add Lisp level definition for
20682 `inhibit-changing-match-data' and set it to nil.
20683 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
20684 start and end of the match, instead of using values in search_regs.
20685
20686 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * minibuf.c (Fcompleting_read): New value `confirm-only'
20689 for `require-match'.
20690
20691 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20692
20693 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
20694 part of the 2007-06-27 change to syms_of_fileio.
20695
20696 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20697
20698 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
20699 Check WINDOWP before using XWINDOW. Consolidate return statements.
20700
20701 2007-06-27 Richard Stallman <rms@gnu.org>
20702
20703 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20704
20705 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
20706
20707 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
20708
20709 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20710
20711 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
20712 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
20713 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
20714 (_free_internal, memalign): Use them.
20715 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
20716 Initialize to PTHREAD_MUTEX_INITIALIZER.
20717 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
20718 (morecore_nolock): Rename from morecore. All uses changed.
20719 Use only nolock versions of internal allocation functions.
20720 (_malloc_internal_nolock, _realloc_internal_nolock)
20721 (_free_internal_nolock): New functions created from
20722 _malloc_internal, _realloc_internal, and _free_internal.
20723 (_malloc_internal, _realloc_internal, _free_internal): Use them.
20724 Copy hook value to automatic variable before its use.
20725 (memalign): Copy hook value to automatic variable before its use.
20726
20727 2007-06-26 Kenichi Handa <handa@m17n.org>
20728
20729 * coding.c (Ffind_operation_coding_system): Docstring improved.
20730 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
20731
20732 2007-06-25 David Kastrup <dak@gnu.org>
20733
20734 * keymap.c (Fcurrent_active_maps): Add `position' argument.
20735 (Fwhere_is_internal): Adjust call to `current-active-maps' to
20736 cater for additional parameter.
20737
20738 * keymap.h: Adjust number of parameters to `current-active-maps'.
20739
20740 * doc.c (Fsubstitute_command_keys): Adjust call of
20741 `current-active-maps'.
20742
20743 2007-06-25 David Kastrup <dak@gnu.org>
20744
20745 * callint.c (Fcall_interactively): Make the parsing of interactive
20746 specs somewhat more readable.
20747
20748 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20749
20750 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
20751 to scroll bar gap also when bitmap fills fringe. Draw only foreground
20752 if extended background has already been filled.
20753
20754 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20755
20756 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
20757 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
20758
20759 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
20760 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
20761 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
20762 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
20763 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
20764 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
20765 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
20766 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
20767 Run timers during dialog popup.
20768 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
20769
20770 2007-06-21 Jason Rumney <jasonr@gnu.org>
20771
20772 * image.c (convert_mono_to_color_image): Swap fore and background.
20773
20774 2007-06-20 Jason Rumney <jasonr@gnu.org>
20775
20776 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
20777 (w32_free_bdf_font): Unmap memory not handle.
20778
20779 2007-06-20 Sam Steingold <sds@gnu.org>
20780
20781 * gmalloc.c (__morecore): Fix the declaration to comply with the
20782 definition.
20783
20784 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
20785
20786 * w32term.c (w32_delete_display): Remove leftover declaration.
20787 (w32_define_cursor, w32_initialize): Make static.
20788
20789 * w32.c (_wsa_errlist): Fix typo in error message.
20790 (init_environment): Ignore any environment variable from the
20791 registry having a null value.
20792
20793 2007-06-20 Glenn Morris <rgm@gnu.org>
20794
20795 * Makefile.in (LIBGIF): Default to -lgif.
20796
20797 2007-06-17 Jason Rumney <jasonr@gnu.org>
20798
20799 * w32menu.c (add_menu_item): Don't use multibyte string functions on
20800 unicode strings.
20801
20802 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
20803
20804 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
20805 Fix typo in docstring.
20806
20807 2007-06-16 Eli Zaretskii <eliz@gnu.org>
20808
20809 * w32menu.c (add_menu_item): Escape `&' characters in menu items
20810 and their keybindings.
20811
20812 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
20813
20814 * composite.c (update_compositions): Fix last fix.
20815
20816 2007-06-14 Jason Rumney <jasonr@gnu.org>
20817
20818 * w32.c (get_process_times_fn): New function pointer.
20819 (globals_of_w32): Intialize it if present in kernel32.dll.
20820 (w32_get_internal_run_time): New function.
20821
20822 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
20823
20824 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
20825
20826 * composite.c (update_compositions): Check the validness of
20827 compositions.
20828
20829 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20830
20831 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
20832 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
20833
20834 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
20835 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
20836
20837 * macgui.h (USE_MAC_TOOLBAR): New define.
20838
20839 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20840 Return immediately unless popup is activated.
20841
20842 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
20843 background to scroll bar gap.
20844 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
20845 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
20846 scroll bars on frame edge. Check fringe background extension.
20847 Don't clear extended fringe background area.
20848 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
20849 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
20850 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
20851 [USE_MAC_TOOLBAR]: New macros.
20852 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
20853 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
20854 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
20855 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
20856 [USE_MAC_TOOLBAR]: New functions.
20857 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
20858 manually if previous repositioning has failed.
20859 (mac_handle_keyboard_event): Use precomputed event kind.
20860 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
20861 as tool bar item click. Handle mouse movement over tool bar items.
20862
20863 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
20864 toolbar_win_gravity.
20865 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
20866 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
20867 Add externs.
20868
20869 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
20870 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
20871
20872 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
20873
20874 * image.c (search_image_cache): Remove unused variable.
20875
20876 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
20877
20878 * xfns.c, xmenu.c: Link to xaw3d if available.
20879
20880 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20881
20882 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
20883 frame_foreground and frame_background.
20884
20885 * image.c (lookup_image): Save frame foreground and background colors.
20886 (search_image_cache): Check if saved and current frame colors match.
20887
20888 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20889
20890 * regex.c (regex_compile): Remove the `regnum' counter.
20891 Use bufp->re_nsub instead. Add support for \(?N:RE\).
20892
20893 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20894
20895 * term.c: Include intervals.h to declare Fget_text_property.
20896
20897 2007-06-10 Jason Rumney <jasonr@gnu.org>
20898
20899 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
20900
20901 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
20902
20903 * callint.c (Fcall_interactively):
20904 * editfns.c (Fdelete_and_extract_region):
20905 * fileio.c (Fread_file_name):
20906 * fns.c (Fmapconcat):
20907 * keyboard.c (cmd_error_internal):
20908 * keymap.c (Fkey_description):
20909 * lread.c (openp):
20910 * minibuf.c (read_minibuf):
20911 * search.c (wordify):
20912 * sunfns.c (sel_read):
20913 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
20914 * xfns.c (x_default_scroll_bar_color_parameter):
20915 * xmenu.c (menu_help_callback):
20916 * xselect.c (Fx_get_atom_name):
20917 * xterm.c (x_term_init): Use empty_unibyte_string.
20918
20919 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
20920
20921 * alloc.c (init_strings): Initialize canonical empty strings.
20922 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
20923 canonical empty string when the requested size is 0.
20924
20925 * emacs.c (empty_unibyte_string): Rename from empty_string.
20926 (empty_multibyte_string): New canonical empty string.
20927 (syms_of_emacs): Don't initialize empty_string.
20928
20929 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
20930 string, if appropriate.
20931 (empty_unibyte_string, empty_multibyte_string): New externs.
20932 (empty_string): Remove extern.
20933
20934 * lread.c (syms_of_lread): Use empty_unibyte_string.
20935
20936 2007-06-07 Jason Rumney <jasonr@gnu.org>
20937
20938 * s/ms-w32.h: Don't define HAVE_TZNAME.
20939
20940 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
20941
20942 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20943
20944 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
20945
20946 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
20947 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
20948
20949 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20950 Don't call next handler.
20951 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
20952 Remove argument. Install handler to application.
20953 (set_frame_menubar): Don't change deep_p.
20954 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
20955 FRAME_OUTER_TO_INNER_DIFF_Y.
20956 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20957 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20958 [HAVE_DIALOGS]: New macros.
20959 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
20960 Use them.
20961 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
20962
20963 * macselect.c [MAC_OSX] (install_service_handler): Rename from
20964 init_service_handler. All callers changed. Return OSStatus value.
20965
20966 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
20967 All callers changed so as not to call SetPortWindowPort.
20968 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
20969 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
20970 mac_draw_string_common.
20971 (mac_draw_image_string_qd): Likewise.
20972 (mac_draw_string_common): Use them. Add INLINE.
20973 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
20974 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
20975 GetGlobalMouse.
20976 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
20977 and FRAME_OUTER_TO_INNER_DIFF_Y.
20978 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
20979 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
20980 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
20981 repositioning window to mac_handle_window_event.
20982 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
20983 saving window location to mac_handle_window_event
20984 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
20985 (install_menu_target_item_handler): Remove argument in extern.
20986 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
20987 Also accept command events.
20988 (do_keystroke): New function created from XTread_socket.
20989 (init_command_handler): Remove functions.
20990 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
20991 and save window location by kEventWindowShowing and kEventWindowHiding
20992 handlers here. Don't call next handler for window state change and
20993 focus events.
20994 (mac_handle_application_event, mac_handle_keyboard_event)
20995 [TARGET_API_MAC_CARBON]: New functions.
20996 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
20997 kEventWindowShowing and kEventWindowHiding events. Move installation
20998 of mouse, font, text input and menu target item handlers to
20999 install_application_handler.
21000 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21001 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21002 New function.
21003 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21004 Register it.
21005 (XTread_socket) [TARGET_API_MAC_CARBON]:
21006 Consolidate SendEventToEventTarget calls.
21007 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21008 Move application activation handler to mac_handle_application_event.
21009 Move keyboard handler to mac_handle_keyboard_event.
21010 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21011 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21012 init_command_handler. Call install_application_handler.
21013
21014 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21015 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21016
21017 2007-06-07 Glenn Morris <rgm@gnu.org>
21018
21019 * emacs.c (main): Use `emacs-copyright' in --version output.
21020
21021 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21022
21023 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21024
21025 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21026
21027 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21028
21029 * macgui.h: Replace WindowPtr with WindowRef.
21030
21031 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21032 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21033 Replace ControlHandle with ControlRef.
21034 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21035
21036 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21037 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21038 Replace ControlHandle with ControlRef.
21039 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21040 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21041
21042 * macterm.h (struct scroll_bar): Rename member control_handle_low
21043 and control_handle_high to control_ref_low and control_ref_high.
21044 All uses changed.
21045 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21046 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21047 respectively. All uses changed.
21048 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21049 (install_window_handler, remove_window_handler): Replace WindowPtr
21050 with WindowRef in externs.
21051
21052 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21053
21054 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21055
21056 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21057
21058 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21059
21060 * frame.c (Fmouse_position, Fmouse_pixel_position):
21061 Condition on HAVE_GPM too.
21062
21063 * term.c (term_mouse_highlight): Remove unused variables.
21064 (Fterm_open_connection): Set gpm_zerobased to 1.
21065 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21066 Use zero based co-ordinates.
21067 (handle_one_term_event): Report a drag as mouse movement too.
21068
21069 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21070
21071 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
21072
21073 * image.c (search_image_cache): New function. Require background
21074 color match if background color is unspecified in the image spec.
21075 (uncache_image, lookup_image): Use it.
21076
21077 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
21078
21079 * window.c (Fshrink_window): Reflow docstring.
21080
21081 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21082
21083 * Version 22.1 released.
21084
21085 2007-06-01 Richard Stallman <rms@gnu.org>
21086
21087 * xfns.c (x_encode_text): Add GCPRO.
21088
21089 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21090
21091 * xfns.c (x_set_name_internal): Save encoded name before
21092 x_encode_text in case string data is relocated.
21093
21094 2007-05-31 Richard Stallman <rms@gnu.org>
21095
21096 * buffer.c (syms_of_buffer): Doc fix.
21097
21098 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
21099
21100 * sysdep.c (init_sys_modes): Add rather than replace with
21101 O_NONBLOCK.
21102
21103 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21104 term_mouse_moveto.
21105
21106 * termhooks.h (term_mouse_moveto): New extern.
21107
21108 * term.c (mouse_face_window): Rename...
21109 (Qmouse_face_window): ...to this.
21110 (term_show_mouse_face, term_clear_mouse_face)
21111 (term_mouse_highlight): Use Qmouse_face_window.
21112 (term_mouse_moveto): New function.
21113 (term_mouse_position): Make it work.
21114 (syms_of_term): Uncomment assignment to mouse_position_hook.
21115 Staticpro Qmouse_face_window.
21116
21117 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21118
21119 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21120 around current_column call.
21121
21122 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21123
21124 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21125 * xdisp.c (next_element_from_buffer):
21126 * window.c (delete_window):
21127 * term.c (term_mouse_highlight):
21128 * msdos.c (getdefdir):
21129 * macterm.c (mac_create_bitmap_from_bitmap_data)
21130 (init_font_name_table):
21131 * fns.c (Fsxhash):
21132 * data.c (Fmake_local_variable):
21133 * ccl.c (ccl_driver): Likewise.
21134
21135 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21136
21137 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21138 Call mac_wakeup_from_rne on window size change.
21139
21140 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
21141
21142 * image.c (uncache_image): Fix typo.
21143
21144 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21145
21146 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21147
21148 2007-05-22 Richard Stallman <rms@gnu.org>
21149
21150 * xterm.c (x_connection_closed): Remove NO_RETURN.
21151
21152 2007-05-22 Martin Rudalics <rudalics@gmx.at>
21153
21154 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21155
21156 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21157
21158 * image.c (uncache_image): New function.
21159 (Fimage_refresh): New function.
21160
21161 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21162
21163 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21164
21165 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21166
21167 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21168 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21169
21170 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21171
21172 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21173 conditional on [HAVE_GPM_H].
21174
21175 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * syntax.c (skip_chars): Update syntax-table only after we checked that
21178 the new location is valid.
21179
21180 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21181
21182 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21183 mac_get_window_bounds.
21184
21185 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21186
21187 * Makefile.in (LIBGPM): Allow it to be set from configure.
21188 If set then link Emacs with it.
21189
21190 * config.in: Regenerate.
21191
21192 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21193 New externs.
21194
21195 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21196 Include gpm.h.
21197 (handle_one_term_event, term_gpm): New externs.
21198
21199 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21200 and allow it to be interrupted by SIGIO.
21201
21202 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21203 (wait_reading_process_output): Wait on gpm_fd too.
21204 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21205 (add_gpm_wait_descriptor_called_flag): New variable.
21206 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21207
21208 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21209 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21210 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21211 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21212 (make_lispy_event): Add case GPM_CLICK_EVENT.
21213 (read_avail_input): Handle mouse input.
21214
21215 * term.c (write_glyphs_with_face): New function.
21216 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21217 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21218 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21219 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21220 (last_mouse_x, last_mouse_y): New variables.
21221 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21222 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21223 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21224 (Fterm_close_connection): New functions.
21225 (term_init): Initialise mouse_face_window.
21226
21227 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21228
21229 * xdisp.c (redisplay_window): If first window line is a
21230 continuation line, recompute the new window start instead of
21231 recentering.
21232
21233 2007-05-18 Glenn Morris <rgm@gnu.org>
21234
21235 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21236 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21237
21238 2007-05-17 Glenn Morris <rgm@gnu.org>
21239
21240 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21241
21242 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21243
21244 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21245 dead key repeat and up events.
21246
21247 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
21248
21249 * image.c (pbm_load): Check image size for monochrome pbm.
21250
21251 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
21252
21253 * xterm.c (XTread_socket): Revert last change.
21254
21255 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
21256
21257 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21258
21259 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21260
21261 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21262
21263 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21264 mixup (YAILOM).
21265
21266 2007-05-07 Andreas Schwab <schwab@suse.de>
21267
21268 * keymap.c (Flookup_key): Fix typo in last change.
21269
21270 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21271
21272 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21273 mapping for unibyte strings.
21274
21275 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21276
21277 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21278 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21279
21280 2007-04-29 Richard Stallman <rms@gnu.org>
21281
21282 * insdel.c (replace_range): For undo, record insertion first.
21283
21284 2007-04-29 Andreas Schwab <schwab@suse.de>
21285
21286 * lisp.h (VECSIZE): Use OFFSETOF.
21287
21288 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21289
21290 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21291 disabled lines.
21292
21293 2007-04-28 Richard Stallman <rms@gnu.org>
21294
21295 * lread.c (read_escape): In a string, \s is always space.
21296
21297 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21298
21299 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21300
21301 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21302 submenu for menu bar items.
21303
21304 See ChangeLog.10 for earlier changes.
21305
21306 ;; Local Variables:
21307 ;; coding: utf-8
21308 ;; add-log-time-zone-rule: t
21309 ;; End:
21310
21311 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
21312
21313 This file is part of GNU Emacs.
21314
21315 GNU Emacs is free software: you can redistribute it and/or modify
21316 it under the terms of the GNU General Public License as published by
21317 the Free Software Foundation, either version 3 of the License, or
21318 (at your option) any later version.
21319
21320 GNU Emacs is distributed in the hope that it will be useful,
21321 but WITHOUT ANY WARRANTY; without even the implied warranty of
21322 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21323 GNU General Public License for more details.
21324
21325 You should have received a copy of the GNU General Public License
21326 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21327
21328 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40