Put scroll-bar on right by default on UNIX.
[bpt/emacs.git] / src / ChangeLog
1 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
4 all window systems.
5
6 2010-03-12 Eli Zaretskii <eliz@gnu.org>
7
8 * Makefilie.in (termcapobj): Move termcap.o from here...
9 (MSDOS_OBJ): ...to here.
10 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
11 now identical to when LIBS_TERMCAP is defined.
12
13 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
14
15 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
16
17 * config.in: Regenerated.
18
19 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
20
21 * Branch for 23.2.
22
23 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 Cleanup setup of gl_state in various parts of the code.
26 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
27 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
28 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
29 (skip_chars):
30 * regex.c (regex_compile): Use it.
31 (re_compile_pattern): Don't set gl_state.current_syntax_table since
32 it's now set in regex_compile when/if we need it.
33
34 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 Make it possible to C-g in a tight bytecode loop again (bug#5680).
37 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
38 (QUIT): Use it to consolidate code and remove redundancy.
39 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
40
41 * regex.c (regex_compile): Setup gl_state as well.
42
43 * syntax.c (skip_chars): Setup gl_state (bug#3823).
44 (in_classes): Use CONSP before XCAR/XCDR.
45
46 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
47
48 * keymap.c (Fwhere_is_internal): Use Fequal to compare
49 definitions, so that keyboard macros are correctly handled
50 (Bug#5481).
51
52 2010-03-02 Eli Zaretskii <eliz@gnu.org>
53
54 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
55 text that could be relocated inside the call to emacs_mule_char.
56 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
57 (CODING_DECODE_CHAR): Add a comment describing its purpose.
58
59 2010-03-02 Kenichi Handa <handa@m17n.org>
60
61 * character.c (parse_str_as_multibyte): Fix handling of the
62 multibyte form of raw-bytes.
63 (str_as_multibyte): Likewise.
64
65 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
66 form of raw-bytes.
67
68 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
69
70 * charset.c (load_charset_map_from_file)
71 (load_charset_map_from_vector): Zero out allocated
72 charset_map_entries before using them.
73
74 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
75
76 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
77
78 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
79
80 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
81 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
82
83 2010-02-26 Kenichi Handa <handa@m17n.org>
84
85 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
86
87 * xdisp.c (reseat_to_string): Fix previous change.
88
89 2010-02-26 David Reitter <david.reitter@gmail.com>
90
91 * nsfont.m (nsfont_draw): ns_antialias_text should be a
92 Lisp_Object (Bug#4736).
93
94 2010-02-25 Kenichi Handa <handa@m17n.org>
95
96 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
97
98 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
99
100 * xterm.c (XTflash): Move declarations before statements.
101
102 * gtkutil.c (xg_get_gdk_display): Remove (unused).
103 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
104 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
105 (xg_create_tool_bar): Remove unused variables.
106 (x_wm_set_size_hint): Move declarations before statements.
107 (xg_create_frame_widgets): Remove variable grav,
108
109 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
110
111 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
112
113 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * term.c (fatal): Add a final \n if needed (bug#5596).
116
117 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
118
119 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
120
121 2010-02-18 Glenn Morris <rgm@gnu.org>
122
123 * callint.c (Finteractive): Doc fix.
124
125 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
126
127 * coding.c (record_conversion_result):
128 Handle CODING_RESULT_INSUFFICIENT_DST.
129 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
130 memory allocation error.
131
132 2010-02-17 Kenichi Handa <handa@m17n.org>
133
134 * coding.c (decode_coding_ccl): Don't setup ccl program here.
135 Fix for the case that the output buffer is fullfilled.
136 (decode_coding): Setup ccl program here. Keep looping when the
137 decoder stopped because the output buffer is
138 fullfilled (bug#5534).
139
140 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
141
142 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
143
144 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
145 bug #5571.
146 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
147 overdrawn.
148
149 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
150
151 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
152 doing_interact here.
153 (ice_connection_closed): New function.
154 (x_session_check_input, smc_die_CB, ice_io_error_handler)
155 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
156 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
157 returns I/O error.
158 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
159 bug #5512.
160
161 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
162
163 * nsfont.m (nsfont_open): The system's value for the font descent
164 is negative, so round it down to avoid clipping.
165
166 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
167
168 * charset.c (load_charset_map_from_file)
169 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
170 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
171
172 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
173
174 * charset.c (load_charset_map_from_file): Allocate large
175 charset_map_entries structure on the heap rather than the stack.
176 (Bug#5526).
177
178 2010-01-31 Kenichi Handa <handa@m17n.org>
179
180 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
181 size in NAME is invalid, return -1 (Bug#5396).
182
183 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
184
185 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
186 <deactivated@gmail.com> (Bug#3605).
187
188 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
189
190 * fileio.c (Frename_file): Correctly rename symlinks to
191 directories (Bug#5496).
192
193 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
194
195 * nsterm.m (ns_ring_bell): Handle visible bell like X.
196
197 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
198
199 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
200
201 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
202
203 * frame.c (DEFAULT_ROWS): Change default to 35.
204
205 * xfns.c (x_default_font_parameter): Change default XFT font to
206 monospace-10 (Bug#3643).
207
208 2010-01-29 Eli Zaretskii <eliz@gnu.org>
209
210 * w32inevt.c (key_event): Remove unnecessary comparison of
211 event->uChar.AsciiChar with 128.
212
213 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
214
215 * fileio.c (Frename_file): Fix last change (Bug#5487).
216
217 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
218
219 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
220
221 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
222
223 * xfns.c (Fx_create_frame): Remove window size matching code from
224 2010-01-15.
225 (x_get_current_desktop, x_get_desktop_workarea): Remove
226
227 2010-01-27 Jason Rumney <jasonr@gnu.org>
228
229 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
230 (key_event): Use unicode for characters 128 and higher (Bug#4567).
231
232 2010-01-27 Kenichi Handa <handa@m17n.org>
233
234 * regex.c (analyse_first): Fix setting of fastmap for unibyte
235 pattern string (Bug#4209).
236
237 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
238
239 * fileio.c (Frename_file): Call copy-directory and
240 delete-directory for directories, in order to handle cross-device
241 renaming (Bug#3353).
242
243 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
244
245 * xfns.c (Fx_create_frame): If frame height is too big, try
246 sizes 24 and 10. Bug #3643.
247
248 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 Try and fix bug#788, hopefully for real this time.
251 * keymap.c (shadow_lookup): Add `remap' arg.
252 (describe_map, describe_vector): Update calls to shadow_lookup.
253 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
254 `remapped' so this flag is applicable to `sequence'. Be careful to
255 perform remapping during shadow_lookup check of remapped_sequences.
256
257 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
258
259 * image.c (png_load): Use png_sig_cmp instead of the obsolete
260 png_check_sig, which has been removed in libpng 1.4.
261
262 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
263
264 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
265 lacks this header file).
266
267 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
268
269 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
270 as in Emacs 22.
271
272 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
273
274 * lisp.h (make_pure_string): String pointer arg now points to const.
275
276 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
277 args now point to const.
278
279 2010-01-22 Eli Zaretskii <eliz@gnu.org>
280
281 * lread.c (Fload): Don't treat files without .elc extension as
282 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
283 them. (bug#5303)
284
285 2010-01-20 Kenichi Handa <handa@m17n.org>
286
287 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
288 treat the source as actual byte sequence.
289
290 2010-01-19 Alan Mackenzie <acm@muc.de>
291
292 Fix spurious before-change-functions invocation from (insert ?\n).
293 * textprop.c (set_text_properties): rename parameter
294 `signal_after_change_p' to `coherent_change_p', and make the
295 invocation of `modify_region' conditional on it.
296
297 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
298
299 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
300 for debug purpose.
301 (syms_of_xsettings): Declare xft-settings.
302
303 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
304
305 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
306
307 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * xterm.c (event_handler_gdk): Block input (Bug#5037).
310
311 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
312
313 * emacs.c (standard_args): Adjust arg priorities to reflect how
314 they are processed in startup.el.
315
316 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
317
318 * Makefile.in (lisp, shortlisp): Update.
319
320 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
323 code, link the new kboard into all_kboard before running Lisp code,
324 and protect the new terminal with GCPRO (Bug#5365).
325 (x_term_init): Remove unused var `atom'.
326 (x_delete_display, x_delete_terminal): Remove unused var `i'.
327
328 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
329
330 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
331 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
332 to find out usable size of the desktop. Don't make frames larger than
333 this. Bug #3643.
334
335 2010-01-15 Kenichi Handa <handa@m17n.org>
336
337 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
338
339 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
340
341 * nsterm.m (Qnone): Define.
342
343 * nsfns.m (Qnone): Move definition to nsterm.m.
344
345 2010-01-14 Kenichi Handa <handa@m17n.org>
346
347 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
348 systems.
349
350 2010-01-14 Kenichi Handa <handa@m17n.org>
351
352 Make auto-composition work on all buffers even if they are
353 fundamental mode.
354
355 * composite.c (Vauto_composition_mode): New variable.
356 (composition_compute_stop_pos): Check Vauto_composition_mode
357 instead of Vauto_composition_function.
358 (composition_adjust_point, Ffind_composition_internal): Likewise.
359 (syms_of_composite): Declare Lisp variable
360 "auto-composition-mode" here.
361
362 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
363
364 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
365 during call to vendor-specific-keysyms (Bug#5365).
366
367 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
368
369 * keyboard.c (input_available_signal) [SYNC_INPUT]:
370 Call SIGNAL_THREAD_CHECK (Bug#5333).
371
372 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
373 Call SIGNAL_THREAD_CHECK.
374
375 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 Try to fix bug#5314. This is probably not the final word, tho.
378 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
379 recent-auto-save-p as a side-effect.
380 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
381 * buffer.c (Fkill_buffer, reset_buffer):
382 * editfns.c (Fsubst_char_in_region):
383 * fileio.c (Finsert_file_contents, Fdo_auto_save)
384 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
385
386 2010-01-13 Kenichi Handa <handa@m17n.org>
387
388 Display buffer name, etc. in mode line by composing correctly.
389
390 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
391 STRING is not nil.
392 (display_mode_element): Adjust for the change of
393 decode_mode_spec and display_line.
394 (decode_mode_spec): Change arg MULTIBYTE to STRING.
395 (display_string): Handle the case that STRING is non-null and
396 LISP_STRING is not nil.
397
398 * xterm.c (x_draw_composite_glyph_string_foreground):
399 Pay attention to s->face->overstrike.
400
401 * composite.c (composition_reseat_it): Don't check PT if STRING is
402 non nil.
403
404 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
405
406 * keyboard.c (read_char): Don't apply previous change when current
407 buffer is unchanged by command execution.
408
409 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
410
411 * keyboard.c (read_char): Return after executing from special map.
412
413 2010-01-12 Glenn Morris <rgm@gnu.org>
414
415 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
416 bug-gnu-emacs rather than emacs-pretest-bug.
417
418 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
419
420 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
421 initializing the Lisp variables that depend on them.
422
423 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
424
425 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
426 Clear areas that will not be updated after change of menu bar lines.
427 Clear the menu bar window's current matrix when the window gets empty.
428
429 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
430
431 * intervals.h, textprop.c (extend_property_ranges): Return value
432 and args changed. Discard properties that begin at or after the
433 new end (Bug#5306).
434
435 * editfns.c (Fformat): Caller changed.
436
437 * nsterm.m (ns_set_default_prefs): Delete function.
438 (syms_of_nsterm): Initialize ns_command_modifier,
439 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
440 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
441
442 * xdisp.c (pos_visible_p): Check for invisible text at the correct
443 position (Bug#4040).
444
445 2010-01-09 Eli Zaretskii <eliz@gnu.org>
446
447 * editfns.c (Ffloat_time): Doc fix.
448
449 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
450
451 * xfns.c (Fx_create_frame): Don't create frame larger than display
452 by default bug#3643.
453
454 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
455
456 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
457 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
458 windows above internal border.
459
460 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
461 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
462 windows above internal border.
463
464 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
465 tool bar windows specially.
466
467 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
468
469 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
470 specially.
471 (XTflash): Take account of menu bar height.
472
473 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
474 specially.
475
476 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
477
478 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
479 also be true before we can return early (bug #5339).
480
481 2010-01-06 David Reitter <david.reitter@gmail.com>
482
483 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
484 (Fns_display_usable_bounds): Rewrite, computing bounds properly
485 (Bug#3233).
486
487 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
488
489 * font.c (font_open_entity): Enable chache and call cached_font_ok
490 for the driver if defined.
491 (QCuser_spec): New symbol.
492 (font_spec_from_name): Save name as user-spec.
493 (font_load_for_lface): Keep user-spec instead of name.
494 (font_open_by_name): Save name as user-spec.
495 (syms_of_font): Initialize QCuser_spec.
496 (font_clear_prop): Clear name if it exists in font (bug#5157).
497
498 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
499 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
500 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
501
502 * font.h (struct font_driver): Add cached_font_ok.
503
504 * xterm.c (x_clear_frame): Queue draw for scroll bars.
505
506 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
507
508 * xterm.c (x_new_font): Move code for setting rows/cols before
509 resizing ...
510 (x_set_window_size): ... to here. Bug #2568.
511
512 * gtkutil.c (xg_clear_under_internal_border): New function.
513 (xg_frame_resized, xg_frame_set_char_size):
514 Call xg_clear_under_internal_border.
515 (xg_update_scrollbar_pos): Clear under old scroll bar position.
516
517 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
518
519 * keyboard.c (read_key_sequence): Catch keyboard switch after
520 making a new tty frame (Bug#5095).
521
522 2010-01-05 Kenichi Handa <handa@m17n.org>
523
524 * fontset.c (fontset_find_font): Fix getting the frame pointer.
525
526 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
529 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
530 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
531
532 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
533
534 * dbusbind.c (xd_add_watch): Improve debug message.
535 (xd_remove_watch): Improve debug message. If DATA is the session
536 bus, unset D-Bus session environment.
537 (Fdbus_init_bus): Pass the bus as argument to
538 dbus_connection_set_watch_functions. (Bug#5283)
539
540 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
541
542 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
543
544 * lread.c (syms_of_lread): Make it clearer that these are the
545 names of loaded files (Bug#5068).
546
547 * eval.c (run_hook_with_args): Handle the case where the global
548 value has the obsolete single-function form (Bug#5026).
549
550 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
551
552 * minibuf.c (Fall_completions): Minor optimization.
553
554 2009-12-26 Eli Zaretskii <eliz@gnu.org>
555
556 * .gdbinit (pgx): Fix display of composite glyphs.
557 Display cmp.from and cmp.to as well.
558 (pitx): Fix last change.
559
560 2009-12-25 Kenichi Handa <handa@m17n.org>
561
562 * composite.h (composition_adjust_point): Update prototype.
563
564 * composite.c (composition_reseat_it): Don't make a composition
565 spanning over point.
566 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
567 composable characters.
568 (composition_adjust_point): New arg NEW_PT. Callers changed.
569
570 * keyboard.c (command_loop_1): Force redisplay if the last point
571 was within a composition.
572 (adjust_point_for_property): Don't adjust point for automatic
573 composition when called after buffer modification.
574
575 2009-12-19 Eli Zaretskii <eliz@gnu.org>
576
577 * .gdbinit (pitx): Don't use enum names, use their values.
578 Remove reference to non-existing value GET_FROM_COMPOSITION.
579 (pgx): Don't use enum names, use their values.
580 (pitmethod): New helper command.
581 (pitx): Use it to display iteration method.
582 (pgrowit): New command.
583
584 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
585
586 Update dependencies in Makefile.in.
587
588 * Makefile.in (alloc.o): Depend on termhooks.h.
589 (atimer.o): Depend on blockinput.h.
590 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
591 and frame.h.
592 (callint.o): Depend on systime.h, coding.h, and composite.h.
593 (callproc.o): Depend on buffer.h.
594 (casefiddle.o): Don't depend on charset.h.
595 (casetab.o): Depend on character.h.
596 (ccl.o): Depend on composite.h.
597 (chartab.o): Depend on ccl.h.
598 (cm.o): Depend on dispextern.h.
599 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
600 (coding.o): Don't depend on $(INTERVALS_H).
601 (composite.o): Don't depend on dispextern.h explicitly (it's in
602 $(INTERVALS_H)). Depend on ccl.h.
603 (data.o): Depend on systime.h, coding.h, composite.h,
604 dispextern.h, font.h, and ccl.h.
605 (dired.o): Depend on composite.h.
606 (dispnew.o): Depend on coding.h. Don't depend explicitly on
607 composite.h (it's in $(INTERVALS_H)).
608 (doc.o): Depend on systime.h, coding.h, and composite.h.
609 (editfns.o): Don't depend explicitly on dispextern.h.
610 (emacs.o): Depend on frame.h and coding.h.
611 (eval.o): Depend on coding.h, composite.h, and xterm.h.
612 (fileio.o): Depend on frame.h and commands.h. Don't depend
613 explicitly on dispextern.h.
614 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
615 composite.h.
616 (fns.o): Don't depend on termhooks.h.
617 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
618 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
619 coding.h, $(INTERVALS_H), window.h, xterm.h.
620 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
621 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
622 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
623 fontset.h, ccl.h, and ftfont.h.
624 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
625 (gtkutil.o): Depend on dispextern.h and composite.h.
626 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
627 termhooks.h, and ccl.h.
628 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
629 (intervals.o): Depend on systime.h and coding.h.
630 (keyboard.o): Depend on composite.h and coding.h.
631 (keymap.o): Depend on coding.h and frame.h.
632 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
633 (macros.o): Depend on systime.h, coding.h, and composite.h.
634 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
635 and atimer.h.
636 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
637 dispextern.h explicitly.
638 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
639 Don't depend explicitly on dispextern.h and composite.h.
640 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
641 (regex.o): Don't depend on charset.h.
642 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
643 (search.o): Don't depend explicitly on composite.h.
644 (sound.o): Depend on atimer.h and systime.h.
645 (syntax.o): Don't depend explicitly on composite.h.
646 (sysdep.o): Depend on coding.h and composite.h.
647 (term.o): Depend on xterm.h and buffer.h.
648 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
649 (textprop.o): Don't depend on dispextern.h explicitly.
650 (undo.o): Depend on dispextern.h.
651 (window.o): Depend on coding.h and termhooks.h. Don't depend on
652 dispextern.h and composite.h explicitly.
653 (xdisp.o): Depend on ccl.h.
654 (xfaces.o): Depend on coding.h and ccl.h.
655 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
656 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
657 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
658 ftfont.h.
659 (xgselect.o): New dependency.
660 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
661 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
662 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
663 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
664 (xsmfns.o): Depend on frame.h and dispextern.h.
665 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
666 sysselect.h.
667
668 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
669
670 * font.c (Fclear_font_cache): Pass correct cache argument to
671 font_clear_cache.
672
673 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
674
675 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
676 twice.
677
678 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
679
680 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
681 calling file-remote-p. Reported by Jim Meyering.
682
683 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
684
685 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
686 avoid compiler warnings. (Bug #5217)
687
688 2009-12-14 Kenichi Handa <handa@m17n.org>
689
690 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
691 in 8-bit encoding.
692
693 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
694
695 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
696 tooltip windows.
697
698 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
699
700 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
701 Xatom_net_window_type.
702
703 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
704 Xatom_net_window_type.
705
706 * xterm.c (my_log_handler): New function.
707 (x_term_init): Set my_log_handler as log handler during gtk_init
708 so we can filter out buggy messages. (Bug #5120).
709
710 * xterm.c (xg_scroll_callback): Parameter list changed,
711 use parameter GtkScrollType to determine scroll/line/page.
712 Only allow dragging if a button < 4 is grabbed (bug #5177).
713 (xg_end_scroll_callback): New function.
714 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
715 xg_create_scroll_bar.
716
717 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
718 (scroll_end_callback): Remove.
719 (xg_create_scroll_bar): Add parameter end_callback, bind it to
720 button-release-event. Replace value-changed event with change-value,
721 bug #5177,
722 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
723 bug #5177.
724
725 * gtkutil.h (XG_LAST_SB_DATA): Remove.
726 (xg_create_scroll_bar): Add GCallback end_callback.
727
728 * xftfont.c (QClcdfilter): New variable.
729 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
730 (syms_of_xftfont): Initialize QClcdfilter.
731
732 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
733
734 * xsettings.c (struct xsettings): Add member seen.
735 (parse_xft_settings): Update member seen with what we have read.
736 Return non-zero if Xft-settings have been parsed, 0 otherwise.
737 (apply_xft_settings): Only update Xft settings with what member seen
738 indicates as new.
739
740 2009-12-12 Eli Zaretskii <eliz@gnu.org>
741
742 * dispextern.h (struct text_pos): Use EMACS_INT;
743 (struct glyph): Use EMACS_INT for charpos.
744 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
745 region_beg_charpos, region_end_charpos,
746 redisplay_end_trigger_charpos, and also for
747 iterator_stack_entry.end_charpos and
748 iterator_stack_entry.stop_charpos.
749
750 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
751
752 * gtkutil.c (scroll_end_callback): New function (bug #5177).
753 (xg_create_scroll_bar): Call scroll_end_callback on button release
754 event (bug #5177).
755 (xg_event_is_for_scrollbar): != replaced with ==.
756
757 2009-12-12 Kenichi Handa <handa@m17n.org>
758
759 * ftfont.c (struct ftfont_info): New member matrix.
760 (ftfont_open): Setup xftfont_info->matrix.
761 (MFLTFontFT): New member matrix.
762 (FLOOR, CEIL, ROUND): New macros.
763 (ftfont_get_metrics): Handle matrix transformation.
764 (ftfont_shape_by_flt): New arg matrix. Callers changed.
765
766 * xftfont.c (struct xftfont_info): New member matrix.
767 (xftfont_open): Setup xftfont_info->matrix.
768
769 2009-12-10 Kenichi Handa <handa@m17n.org>
770
771 * xdisp.c (append_space_for_newline): Consider face-remapping.
772
773 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
774
775 * xsettings.c: Include "keyboard.h".
776
777 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
778
779 Fix implicit function declarations.
780 * cmds.c: Include "frame.h".
781 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
782 * frame.h: Move declaration of delete_frame outside of
783 HAVE_WINDOW_SYSTEM.
784
785 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
786
787 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
788
789 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
790 GTK builds.
791
792 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
793
794 * unexelf.c (unexec): Don't search for .data twice.
795
796 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
797
798 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
799 if push failed.
800 (handle_line_prefix): Set avoid_cursor_p here. Check return value
801 of push_display_prop (Bug#5000).
802
803 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
804 value of font_list_entities (Bug#5085).
805
806 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
807
808 Fix `string-to-number' to deal consistently with integers and floats.
809 * lread.c (isfloat_string): New argument ignore_trailing to accept all
810 trailing characters, not just whitespace.
811 (read1): Pass new arg 0 to keep old behavior.
812 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
813 trailing chars, as it is already done for integers. Doc fixes.
814 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
815
816 2009-12-04 Eli Zaretskii <eliz@gnu.org>
817
818 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
819 Delete unused enumeration value.
820
821 2009-12-03 Eli Zaretskii <eliz@gnu.org>
822
823 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
824
825 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
826
827 * process.c (Fmake_network_process): Fix up the tests for
828 "connectionless socket", so they DTRT for seqpacket sockets as well.
829
830 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * process.c (Qseqpacket): New symbol.
833 (HAVE_SEQPACKET): New macro.
834 (Fmake_network_process): Accept new :type `seqpacket'.
835 (init_process): Add `seqpacket' feature when applicable.
836 (syms_of_process): Initialize Qseqpacket.
837
838 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
839
840 * font.c (font_load_for_lface, font_open_by_name): Don't store name
841 if entity is Qnil.
842
843 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * print.c (print_preprocess): Preprocess the key_and_value table of
846 hashtables, even tho they're "hidden" (bug#5082).
847
848 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
849
850 * frame.c (frame_make_pointer_invisible)
851 (frame_make_pointer_visible): Declare f before statements.
852
853 2009-11-28 Eli Zaretskii <eliz@gnu.org>
854
855 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
856 omitted dependencies on lisp.h.
857
858 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
859
860 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
861 is NULL.
862
863 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
864
865 * frame.c (frame_make_pointer_invisible)
866 (frame_make_pointer_visible): Just return if there isn't any selected
867 frame.
868
869 * search.c (simple_search): Remove warning by making *p const.
870
871 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
872
873 * xdisp.c (power_letter): Remove duplicate const.
874
875 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
876
877 * term.c (delete_tty): Remove check for last terminal (bug#4970).
878
879 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
880 defaults (bug #5025).
881
882 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * insdel.c (adjust_markers_for_delete): Move it in the
885 right direction! (bug#4803)
886
887 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
888
889 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
890
891 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
892
893 2009-11-24 Glenn Morris <rgm@gnu.org>
894
895 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
896
897 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
898
899 * Makefile.in: Must create deps for ecrt0.o in its rule.
900
901 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
902 because that is what Gtk+ font dialog understands.
903
904 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
905 of Fcopy_sequence.
906 (font_open_by_name): Put name given into QCname for font-object returned.
907
908 * frame.c (x_set_font): Save original font name as frame parameter
909 font-parameter.
910
911 * xsettings.c (set_default_xft_settings): New function.
912 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
913 is found.
914
915 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
916
917 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
918 searching backwards through multibyte buffer.
919
920 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
921
922 * xterm.c: #include xgselect.h.
923 (x_initialize): Call xgselect_initialize.
924
925 * xsettings.c (something_changedCB): C++ comments => C comments.
926 (init_gconf): Do not deal with any GLib file descriptors, xg_select
927 does that now.
928
929 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
930 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
931 (scroll_bar_button_cb): Remove.
932 (create_menus): C++ comments => C comments. Don't bind grab-notify
933 event.
934 (xg_create_scroll_bar): Don't bind button-press-event and
935 button-release-event.
936
937 * process.c: Include xgselect.h if defined (USE_GTK) ||
938 defined (HAVE_GCONF).
939 (wait_reading_process_output): Call xg_select for the same condition.
940
941 * xgselect.c (xg_select): New function to better integrate with
942 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
943
944 * xgselect.h: New file, declare xg_select, xgselect_initialize.
945
946 * Makefile.in (XOBJ): Add xgselect.o.
947
948 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
949
950 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
951 Remove ignored second argument. All callers changed.
952 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
953 (RE_STRING_CHAR_AND_LENGTH): Likewise.
954 * xdisp.c (string_char_and_length): Likewise.
955
956 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
957
958 * xterm.c (x_new_font):
959 * print.c (print_object):
960 * cmds.c (Fself_insert_command): Move declarations before statements.
961
962 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
963
964 * s/cygwin.h: Remove unneeded linker flags.
965
966 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
967
968 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
969
970 * xsettings.h: Declare xsettings_get_system_font.
971
972 * xsettings.c (xsettings_get_system_font): New function.
973 (init_gconf): No use initiating gconf unless we have Xft also.
974 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
975 HAVE_GCONF.
976
977 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
978 add a blank entry so it doesn't collapse into nothing.
979
980 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * lread.c (Funintern): Comment out last change.
983
984 2009-11-19 Richard Stallman <rms@gnu.org>
985
986 * lread.c (Funintern): Error if symbol is t or nil.
987
988 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * insdel.c (make_gap_larger): Don't make as many assumptions about the
991 representation of Lisp integers.
992 Reported by MJ Chan <mjchan.inbox@gmail.com>.
993
994 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
995
996 * lisp.h: Remove declaration of Ffont_get_system_font.
997 * xfns.c: Move include of "xsettings.h".
998 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
999
1000 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1001
1002 * xsettings.c (something_changedCB, Ffont_get_system_font):
1003 Check use_system_font.
1004 (syms_of_xsettings): DEFVAR font-use-system-font.
1005
1006 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1007
1008 * xfns.c (x_default_font_parameter): Remove dead assignment.
1009
1010 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1011
1012 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1013
1014 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1015 not have FC_LCD_*. #define them if not there.
1016
1017 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1018
1019 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1020
1021 * xterm.c (handle_one_xevent): Call xft_settings_event for
1022 ClientMessage, PropertyNotify and DestroyNotify.
1023 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1024 Call xsettings_initialize.
1025
1026 * xftfont.c (xftfont_fix_match): New function.
1027 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1028 Call xftfont_fix_match after XftFontMatch.
1029
1030 * xfont.c (xfont_driver): Initialize all members.
1031
1032 * xfns.c (x_default_font_parameter):
1033 Try font from Ffont_get_system_font.
1034 Do not get font from x_default_parameter if we got one from
1035 Ffont_get_system_font.
1036 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1037
1038 * w32font.c (w32font_driver): Initialize all members.
1039
1040 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1041
1042 * lisp.h: Declare syms_of_xsettings.
1043
1044 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1045 Handle CONFIG_CHANGED_EVENT.
1046
1047 * ftfont.c (ftfont_filter_properties): New function.
1048
1049 * frame.c (x_set_font): Remove unused variable lval.
1050
1051 * font.h (struct font_driver): Add filter_properties.
1052
1053 * font.c (font_put_extra): Don't return if val is nil, it means
1054 boolean option is off.
1055 (font_parse_fcname): Collect all extra properties in extra_props
1056 and call filter_properties for all drivers with extra_props and
1057 font as parameter.
1058 (font_open_entity): Do not use cache, it does not pick up new
1059 fontconfig settings like hinting.
1060 (font_load_for_lface): If spec had a name in it, store it in entity.
1061
1062 * emacs.c (main): Call syms_of_xsettings
1063
1064 * config.in: HAVE_GCONF is new.
1065
1066 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1067 xsettings.o is new.
1068
1069 2009-11-17 Kenichi Handa <handa@m17n.org>
1070
1071 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1072 back to the default font in case that no suitable font is found.
1073
1074 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1077 Suggested by Chad Brown <yandros@mit.edu>.
1078 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1079
1080 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1081
1082 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1083
1084 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1085
1086 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1087
1088 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1089
1090 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1091 has a parent.
1092
1093 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1094 dependency files in deps/. Include those files into Makefile.
1095
1096 * config.in: Generated (AUTO_DEPEND).
1097
1098 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1099
1100 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1101 Vdbus_registered_functions_table, because it contains also
1102 properties. Fix docstring.
1103 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1104
1105 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * alloc.c (mark_object): Don't reprocess marked strings.
1108 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1109 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1110
1111 2009-11-13 Kenichi Handa <handa@m17n.org>
1112
1113 * category.c (word_boundary_p): Adjust for the change of the
1114 semantics of Vword_combining_categories.
1115 (Vword_combining_categories): Describe the slight change of the
1116 semantics.
1117
1118 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1119
1120 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1121
1122 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1123
1124 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1127
1128 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1129
1130 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1131
1132 2009-11-11 David Reitter <david.reitter@gmail.com>
1133
1134 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1135 variables to fix 2009-11-09 change.
1136
1137 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1138
1139 * process.c (ifflag_def): Make flag_sym constant.
1140 (Fnetwork_interface_info): Use a constant pointer.
1141 (ifflag_table):
1142 * xfns.c (cursor_bits):
1143 * xdisp.c (power_letter):
1144 * termcap.c (speeds, esctab):
1145 * sysdep.c (baud_convert):
1146 * keyboard.c (lispy_accent_codes, modifier_names):
1147 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1148 (jpeg_format, tiff_format, gif_format, svg_format)
1149 (interlace_start, interlace_increment, gs_format):
1150 * gtkutil.c (separator_names):
1151 * fringe.c (swap_nibble):
1152 * fns.c (base64_value_to_char, base64_char_to_value):
1153 * fileio.c (make_temp_name_tbl):
1154 * coding.c (suffixes): Make constant.
1155
1156 * frame.c (make_initial_frame):
1157 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1158 build_string.
1159 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1160
1161 * s/freebsd.h:
1162 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1163
1164 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1165 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1166
1167 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1168 * xterm.c (syms_of_xterm):
1169 * xfaces.c (syms_of_xfaces):
1170 * xdisp.c (syms_of_xdisp):
1171 * lread.c (syms_of_lread):
1172 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1173 build_string.
1174
1175 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1176
1177 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * fns.c (Fplist_get): Merge the active and the commented out code.
1180
1181 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1182
1183 * keyboard.h: Declare timer_check.
1184
1185 * keyboard.c (timer_check_2): New function that does what the old
1186 timer_check did.
1187 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1188 returned, i.e. don't return -1 with timers pending.
1189
1190 * process.c: Remove extern declaration of timer_check.
1191
1192 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1193 even if timer_check returned -1.
1194
1195 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1196 xg_dialog_data.
1197 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1198 the event loop.
1199 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1200 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1201 Destroy the dialog after xg_dialog_run.
1202
1203 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1206
1207 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1208
1209 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1210
1211 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1212
1213 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1214
1215 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1218 w32menu.c, and nsmenu.m.
1219 Simplify the obsolete case where position is nil.
1220 (cleanup_popup_menu): New function, moved from nsmenu.m.
1221 (struct skp): Remove slot `notreal'.
1222 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1223 adjust callers.
1224 (single_menu_item): Adjust call to parse_menu_item.
1225 (syms_of_menu): Defsubr x-popup-menu.
1226 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1227 (keymap_panes): Don't export any more.
1228 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1229 (xmenu_show): Declare.
1230 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1231 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1232 * keyboard.h (parse_menu_item): Update declaration.
1233 * xmenu.c (Fx_popup_menu): Remove.
1234 (syms_of_xmenu): Don't defsubr x-popup-menu.
1235 * w32menu.c (Fx_popup_menu): Remove.
1236 (syms_of_w32menu): Don't defsubr x-popup-menu.
1237 * nsmenu.m (cleanup_popup_menu): Remove.
1238 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1239 moved to menu.c's Fx_popup_menu.
1240 (Fx_popup_menu): Remove.
1241 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1242 menu_items (it's done in menu.c already).
1243
1244 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1247 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1248
1249 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
1252 xmenu_show. Hide any tooltip before opening a menu.
1253 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1254 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1255
1256 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 Let integers use up 2 tags to give them one extra bit and thus double
1259 their range.
1260 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1261 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1262 New macros.
1263 (enum Lisp_Type): Use them. Give explicit values.
1264 (Lisp_Type_Limit): Remove.
1265 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1266 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1267 Pay attention to USE_2_TAGS_FOR_INTS.
1268 (INTEGERP): Use LISP_INT_TAG_P.
1269 * fns.c (internal_equal): Simplify the default case.
1270 (sxhash): Use case_Lisp_Int.
1271 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1272 any more.
1273 (Ftype_of): Use case_Lisp_Int.
1274 (store_symval_forwarding): Take into account the fact that Ints can
1275 now have more than one tag.
1276 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1277 buffer_slot_type_mismatch):
1278 * xfaces.c (face_attr_equal_p):
1279 * print.c (print_object):
1280 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1281 Use case_Lisp_Int.
1282
1283 2009-11-06 Eli Zaretskii <eliz@gnu.org>
1284
1285 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1286
1287 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1288 warning.
1289
1290 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1291
1292 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1293
1294 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1295
1296 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1297 ButtonPressRelease and MotionNotify (bug#4870).
1298
1299 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1300
1301 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1302
1303 * xterm.c (syms_of_xterm):
1304 * xselect.c (syms_of_xselect):
1305 * xmenu.c (syms_of_xmenu):
1306 * xfns.c (syms_of_xfns):
1307 * xfaces.c (syms_of_xfaces):
1308 * xdisp.c (syms_of_xdisp):
1309 * window.c (syms_of_window):
1310 * w32fns.c (syms_of_w32fns):
1311 * undo.c (syms_of_undo):
1312 * textprop.c (syms_of_textprop):
1313 * terminal.c (syms_of_terminal):
1314 * syntax.c (syms_of_syntax):
1315 * sound.c (syms_of_sound):
1316 * search.c (syms_of_search):
1317 * print.c (syms_of_print):
1318 * minibuf.c (syms_of_minibuf):
1319 * macros.c (syms_of_macros):
1320 * keymap.c (syms_of_keymap, initial_define_key)
1321 (initial_define_lispy_key):
1322 * keyboard.c (syms_of_keyboard):
1323 * insdel.c (syms_of_insdel):
1324 * image.c (syms_of_image):
1325 * fringe.c (syms_of_fringe):
1326 * frame.c (syms_of_frame):
1327 * fontset.c (syms_of_fontset):
1328 * fns.c (syms_of_fns):
1329 * fns.c (syms_of_fns):
1330 * fileio.c (syms_of_fileio):
1331 * fileio.c (syms_of_fileio):
1332 * eval.c (syms_of_eval):
1333 * doc.c (syms_of_doc):
1334 * dispnew.c (syms_of_display):
1335 * dired.c (syms_of_dired):
1336 * dbusbind.c (syms_of_dbusbind):
1337 * data.c (syms_of_data):
1338 * composite.c (syms_of_composite):
1339 * coding.c (syms_of_coding):
1340 * cmds.c (syms_of_cmds):
1341 * charset.c (define_charset_internal, syms_of_character):
1342 * ccl.c (syms_of_ccl):
1343 * category.c (syms_of_category, init_category_once):
1344 * casetab.c (syms_of_casetab):
1345 * casefiddle.c (syms_of_casefiddle):
1346 * callint.c (syms_of_callint):
1347 * bytecode.c (syms_of_bytecode):
1348 * buffer.c (keys_of_buffer, syms_of_buffer):
1349 * alloc.c (syms_of_alloc):
1350 * process.c (syms_of_process, init_process):
1351 * lread.c (syms_of_lread, init_obarray):
1352 * font.c (build_style_table):
1353 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1354 intern_c_string, calls to make_pure_string with
1355 make_pure_c_string. Use pure_cons instead of Fcons.
1356
1357 * process.c (socket_options): Make it const.
1358 (set_socket_option, init_process): Use a const pointer.
1359
1360 * lread.c (intern_c_string): New function.
1361 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1362 (defvar_int): Uset it. Make the name const char*.
1363
1364 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1365 (defvar_int): Update prototypes.
1366 (DEFUN, EXFUN): Support for prototypes is now required.
1367 (intern_c_string): New prototype.
1368 (struct Lisp_Subr): Make symbol_name constant.
1369
1370 * font.c (struct table_entry): Remove unused member. Make NAMES
1371 constant.
1372 (weight_table, slant_table, width_table): Make constant.
1373
1374 * emacs.c (struct standard_args): Make name and longname constant.
1375
1376 * character.h (DEFSYM): Use intern_c_string.
1377
1378 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * alloc.c (make_pure_c_string): New function.
1381
1382 * eval.c (Fautoload): Purecopy all arguments.
1383
1384 2009-11-05 Kenichi Handa <handa@m17n.org>
1385
1386 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1387 the buffer in case of replace.
1388
1389 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1390
1391 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1392
1393 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1396 when applicable (bug#4851).
1397
1398 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1399 (P_): Support for prototypes is now required.
1400
1401 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1404 (Bug#4827).
1405
1406 2009-10-30 Eli Zaretskii <eliz@gnu.org>
1407
1408 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1409
1410 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1413
1414 * lread.c (Fload): Purecopy the file name when building
1415 Vpreloaded_file_list.
1416
1417 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1418
1419 * w32fns.c (syms_of_w32fns): Change default value of
1420 w32-scroll-lock-modifier to nil. (Bug#2827)
1421
1422 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1423
1424 * minibuf.c (Fall_completions): Fix typos in docstring.
1425
1426 2009-10-26 Andreas Schwab <schwab@redhat.com>
1427
1428 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1429
1430 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1433 For delta < 0, skip check that only makes sense when the mini-window
1434 is going to be enlarged. (Bug#4534)
1435
1436 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1439 string in menu maps (Bug#4471).
1440
1441 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1444 FRAME_NS_VIEW on terminal frames (Bug#4765).
1445
1446 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1447
1448 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1449 DBUS_TYPE_UINTnn separately to get proper sign extension.
1450
1451 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1452 can properly handle unsigned types.
1453 (make_uid, make_gid): Remove.
1454
1455 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1456 types again.
1457
1458 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1459 (system_process_attributes): Likewise.
1460
1461 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1464
1465 * eval.c (Fautoload): Purecopy the filename. Simplify.
1466
1467 * category.c (Fdefine_category): Purecopy docstring.
1468
1469 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1470
1471 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1472
1473 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1474
1475 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1478 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1479 (Bug#4775).
1480
1481 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1484 (init_fileio_once):
1485 * lisp.h (init_fileio_once): Remove.
1486 * emacs.c (main): Don't call init_fileio_once.
1487
1488 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1489
1490 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1491
1492 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1493
1494 * doprnt.c (doprnt): Fix overflow check.
1495
1496 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1497
1498 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1499
1500 * xterm.h (x_wait_for_event): Declare it.
1501
1502 * xterm.c (pending_event_wait): New variable.
1503 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1504 see pending_event_wait.eventtype.
1505 (handle_one_xevent): Don't change gravity when parent changes.
1506 (x_new_font): Call change_frame_size with new rows/columns before we
1507 try to resize the frame.
1508 (x_wait_for_event): New function.
1509 (x_set_window_size_1): Don't change gravity unless change_gravity
1510 is set.
1511 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1512 don't change frame size, instead wait for the ConfigureNotify.
1513 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1514 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1515 (x_initialize): Initialize pending_event_wait.
1516
1517 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1518 size.
1519
1520 * widget.c (EmacsFrameSetValues): Add comment.
1521 (EmacsFrameSetCharSize): Just call x_set_window_size.
1522
1523 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1524 x_wait_for_event.
1525 (flush_and_sync): Remove again.
1526 (xg_get_font_name): Suggest monospace if no previous font is known.
1527
1528 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1531 8th bit, since that only made sense in the ASCII world (bug#4751).
1532
1533 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1534
1535 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1536 processing pending events when event is filtered for input method.
1537 (Bug#3681)
1538
1539 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * fns.c: Add #endif accidentally removed in previous change.
1542
1543 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1544
1545 * fns.c: Remove code for unsupported system: MAC_OS.
1546 * image.c: Likewise. Include setjmp.h.
1547
1548 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1549
1550 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1551 pixel -1 (bug #4742).
1552
1553 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1554
1555 * process.c (create_pty): Remove conditionals for no longer
1556 supported systems: UNIPLUS and RTU.
1557
1558 * xterm.c:
1559 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1560
1561 * alloc.c: Do not define struct catchtag.
1562 * eval.c: Move struct catchtag definition ...
1563 * lisp.h: ... here.
1564
1565 * image.c: Move png.h #include earlier to avoid warnings.
1566
1567 * xterm.c:
1568 * xsmfns.c:
1569 * xselect.c:
1570 * xrdb.c:
1571 * xmenu.c:
1572 * xftfont.c:
1573 * xfont.c:
1574 * xfns.c:
1575 * xfaces.c:
1576 * xdisp.c:
1577 * window.c:
1578 * widget.c:
1579 * w32xfns.c:
1580 * w32uniscribe.c:
1581 * w32term.c:
1582 * w32select.c:
1583 * w32reg.c:
1584 * w32proc.c:
1585 * w32menu.c:
1586 * w32inevt.c:
1587 * w32heap.c:
1588 * w32font.c:
1589 * w32fns.c:
1590 * w32console.c:
1591 * w32.c:
1592 * w16select.c:
1593 * vm-limit.c:
1594 * unexsol.c:
1595 * unexec.c:
1596 * unexcw.c:
1597 * unexaix.c:
1598 * undo.c:
1599 * tparam.c:
1600 * textprop.c:
1601 * terminfo.c:
1602 * terminal.c:
1603 * termcap.c:
1604 * term.c:
1605 * syntax.c:
1606 * sound.c:
1607 * sheap.c:
1608 * search.c:
1609 * scroll.c:
1610 * region-cache.c:
1611 * regex.c:
1612 * ralloc.c:
1613 * process.c:
1614 * print.c:
1615 * nsterm.m:
1616 * nsselect.m:
1617 * nsmenu.m:
1618 * nsimage.m:
1619 * nsfont.m:
1620 * nsfns.m:
1621 * msdos.c:
1622 * minibuf.c:
1623 * menu.c:
1624 * marker.c:
1625 * macros.c:
1626 * keymap.c:
1627 * keyboard.c:
1628 * intervals.c:
1629 * insdel.c:
1630 * indent.c:
1631 * gtkutil.c:
1632 * ftxfont.c:
1633 * ftfont.c:
1634 * fringe.c:
1635 * frame.c:
1636 * fontset.c:
1637 * font.c:
1638 * fns.c:
1639 * floatfns.c:
1640 * filelock.c:
1641 * fileio.c:
1642 * emacs.c:
1643 * editfns.c:
1644 * dosfns.c:
1645 * doprnt.c:
1646 * doc.c:
1647 * dispnew.c:
1648 * dired.c:
1649 * dbusbind.c:
1650 * data.c:
1651 * composite.c:
1652 * coding.c:
1653 * cmds.c:
1654 * cm.c:
1655 * chartab.c:
1656 * charset.c:
1657 * character.c:
1658 * ccl.c:
1659 * category.c:
1660 * casetab.c:
1661 * casefiddle.c:
1662 * callproc.c:
1663 * callint.c:
1664 * bytecode.c:
1665 * buffer.c:
1666 * atimer.c: Include setjmp.h. (Bug#4643)
1667
1668 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 Remove leftover table unibyte_to_multibyte_table.
1671 * character.c (unibyte_to_multibyte_table): Remove.
1672 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1673 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1674 * character.h (UNIBYTE_TO_CHAR): New macro.
1675 (MAKE_CHAR_MULTIBYTE): Use it.
1676 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1677 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1678 (message_dolog, set_message_1):
1679 * search.c (Freplace_match):
1680 * editfns.c (Fcompare_buffer_substrings):
1681 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1682 (concat):
1683 * insdel.c (copy_text, count_size_as_multibyte):
1684 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1685 * term.c (produce_glyphs):
1686 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1687 * regex.c (RE_CHAR_TO_MULTIBYTE):
1688 * cmds.c (internal_self_insert):
1689 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1690
1691 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1692
1693 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1696
1697 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1700
1701 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1702
1703 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1704 still needed under Tiger.
1705
1706 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1707
1708 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1709 __Apple__.
1710
1711 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1712
1713 2009-10-15 Kenichi Handa <handa@m17n.org>
1714
1715 * print.c (print_object): Escape a symbol like "2E10" too.
1716
1717 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1718
1719 Cleanups and changes for 64-bit compile under Snow Leopard.
1720 Based on suggestions by Erik Charlebois.
1721
1722 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1723
1724 * nsfont.m (ns_char_width): Replace deprecated call.
1725 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1726 cast argument.
1727 (nsfont_open): Use ns_char_width() everywhere.
1728 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
1729
1730 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1731
1732 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1733 where appropriate.
1734
1735 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1736 where appropriate.
1737 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1738 Use stringWithUTF8String.
1739 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1740
1741 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1742 Add formal protocol mention to inheritance.
1743 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1744
1745 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1746 Fix printf format.
1747 (ns_query_color): Use CGFloat where appropriate.
1748 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1749 (EmacsScroller-mouseDown:): Use long format in printf, and cast
1750 argument.
1751
1752 * config.in (NS_HAVE_NSINTEGER): Drop.
1753
1754 * dbusbind.c (dbus-method-return-internal)
1755 (dbus-method-error-internal): Use long format in printf, and cast
1756 argument.
1757
1758 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1759 in printf, and cast argument.
1760
1761 * process.c (list_processes_1): Use long format in printf, and
1762 cast argument.
1763
1764 2009-10-11 Glenn Morris <rgm@gnu.org>
1765
1766 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1767
1768 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1769
1770 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1771 menu bar with a small width so it doesn't enlarge the frame.
1772
1773 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1776
1777 2009-10-06 Glenn Morris <rgm@gnu.org>
1778
1779 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1780 SOME_MACHINE_LISP (this enters indirectly via DOC).
1781
1782 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1783
1784 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1785
1786 2009-10-04 Eli Zaretskii <eliz@gnu.org>
1787
1788 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1789 Doc fix.
1790
1791 2009-10-03 Martin Rudalics <rudalics@gmx.at>
1792
1793 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1794
1795 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
1796
1797 * lisp.h (Qdelete_directory_internal): Remove, because it is not
1798 used anymore outside fileio.c.
1799
1800 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1801
1802 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1803
1804 * lisp.h (Qdelete_directory_internal):
1805 Declare, instead of Qdelete_directory.
1806
1807 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1808
1809 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1812
1813 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1814
1815 * fileio.c (Fdelete_directory_internal): Rename from
1816 Fdelete_directory. It is not a command anymore. It has no file
1817 name handler.
1818
1819 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * xdisp.c (get_next_display_element): Use an enum in last change.
1822
1823 2009-09-28 Kenichi Handa <handa@m17n.org>
1824
1825 * xdisp.c (get_next_display_element): Pay attention to
1826 unibyte_display_via_language_environment in handling
1827 Vnobreak_char_display.
1828
1829 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1830
1831 * nsterm.h (ns_app_name): New extern variable.
1832
1833 * nsterm.m (ns_app_name): New variable.
1834 (ns_term_init): Set and use it.
1835 (ns_term_shutdown): Use it.
1836
1837 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1838 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1839
1840 * nsfns.m (ns_set_name_iconic, ns_set_name)
1841 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1842 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1843
1844 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1845 Remove double-casting in client_data comparison.
1846
1847 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1848
1849 * keyboard.c (make_lispy_event): Remember last wheel direction.
1850 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1851
1852 2009-09-26 Glenn Morris <rgm@gnu.org>
1853
1854 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1855 internal.elc. Add term/pc-win.elc.
1856 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1857 term/x-win.elc.
1858 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1859 term/w32-win.elc.
1860 (NS_SUPPORT): New.
1861 (lisp): Add NS_SUPPORT.
1862 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1863
1864 2009-09-25 David Reitter <david.reitter@gmail.com>
1865
1866 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1867 on Mac OS X 10.6+ (bug#4513).
1868
1869 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * frame.c (xrdb_get_resource): Return nil for empty string resources;
1872 some parts of Emacs code (like font selection) don't grok them.
1873 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
1874
1875 2009-09-24 Andreas Schwab <schwab@redhat.com>
1876
1877 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1878
1879 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1880
1881 * dired.c (Fdirectory_files): Fix typo in docstring.
1882
1883 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1884
1885 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1886 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1887 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1888 under GNUstep.
1889 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1890
1891 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1892 glyph advancement.
1893
1894 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1895
1896 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
1897 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
1898
1899 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1900 deleted (bug #4492).
1901
1902 * nsfont.m (Vns_reg_to_script): New lisp variable.
1903 (syms_of_nsfont): Declare it.
1904 (ns_registry_to_script): New function.
1905 (ns_get_req_script): Call it.
1906 (ns_findfonts): Don't give up on non-unicode registry.
1907
1908 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1909
1910 2009-09-20 Tom Tromey <tromey@redhat.com>
1911
1912 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1913 batch mode (bug#4228).
1914
1915 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
1916
1917 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
1918 carefully. (Bug #4339)
1919
1920 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
1923
1924 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1925
1926 * emacs.c (inhibit_x_resources): Update doc string for NS.
1927 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
1928 legacy code for -NXHost. Fix error printf in daemon case.
1929
1930 * nsterm.h (ns_no_defaults): Remove.
1931
1932 * nsterm.m (ns_no_defaults): Remove.
1933 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1934 (ns_use_qd_smoothing): Remove legacy variable.
1935 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1936 don't update the NSWindow itself.
1937 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
1938 state detection and store user rect ourselves. (Bug #3581)
1939
1940 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1941 ns_use_qd_smoothing.
1942
1943 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1944 platform versions. Drop support for emacs-20-style face specs.
1945 (x-close-connection): Drop PSFlush() under OS X.
1946 (x-focus-frame): Activate the app first. (Bug #4180)
1947
1948 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * emacs.c (inhibit_x_resources): New variable.
1951 (main) [HAVE_NS]: Don't process --quick command line option.
1952 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1953
1954 * lisp.h (inhibit_x_resources): Declare it extern.
1955
1956 * w32reg.c (x_get_string_resource):
1957 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1958
1959 2009-09-17 Eli Zaretskii <eliz@gnu.org>
1960
1961 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1962 Add lisp/term/internal.elc.
1963
1964 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1967 (bug#4461).
1968
1969 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1970
1971 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1972
1973 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1974 (OBJECTS_MACHINE): Remove, unused.
1975
1976 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * frame.c (x_get_resource_string): Remove unused.
1979
1980 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1981
1982 * xterm.c (x_new_font): Call change_frame_size before calling
1983 x_set_window_size, in case frame size won't change.
1984
1985 * frame.c (x_set_font): Remove dead code.
1986
1987 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1990
1991 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * lread.c (Fload): Don't output a message after loading an obsolete
1994 package any more (done in Lisp now).
1995
1996 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1999
2000 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * keymap.c (Fwhere_is_internal): Use nconc2.
2003
2004 2009-09-11 Alan Mackenzie <acm@muc.de>
2005
2006 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2007 batch mode.
2008
2009 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2010
2011 * xdisp.c (display_mode_element): Detect cycles.
2012
2013 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * keymap.c (where_is_internal): Don't erroneously return nil right after
2016 filling the cache.
2017 (where_is_internal_1): Fix up typo.
2018
2019 2009-09-11 Glenn Morris <rgm@gnu.org>
2020
2021 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2022 share a common doc-string.
2023
2024 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2027 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2028
2029 * keymap.c (QCadvertised_binding): New constant.
2030 (syms_of_keymap): Initialize it.
2031 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2032 if applicable.
2033
2034 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2037 (parse_menu_item): Streamline since bindings are recomputed all the
2038 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2039 more and don't support lmenu's menu-alias any more either.
2040
2041 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2042 (where_is_internal): Strip it down to only traverse the keymaps.
2043 Move the cache handling from Fwhere_is_internal to here.
2044 (Fwhere_is_internal): Move the handling of remapping and the choice of
2045 the best binding from where_is_internal to here.
2046 Unify the cached/noncached paths, so remapping is also handled
2047 correctly when the cache is used, and so the cache can be used to
2048 speed up remap-handling when applicable.
2049 Give preference to non-remapped bindings.
2050 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2051 non-remapped bindings.
2052 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2053 command remapping.
2054
2055 * xdisp.c (display_mode_element): Move list length limit from 50 to
2056 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2057
2058 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2059
2060 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2061
2062 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2065 (Bug#4334)
2066
2067 * keymap.c (where_is_internal): Filter out shadowed remappings.
2068 Assume that where_is_internal returns unshadowed bindings to simplify
2069 the code and get rid of the gotos. Use ASIZE.
2070
2071 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2072
2073 * xterm.c (x_focus_changed): If we get a focusout and pointer
2074 is invisible, make it visible.
2075
2076 * xterm.h: Remove condition for declaration of
2077 x_*_window_to_frame.
2078
2079 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2082 initial terminal as well.
2083
2084 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2085
2086 * xterm.h: Rename x_non_menubar_window_to_frame to
2087 x_menubar_window_to_frame.
2088
2089 * xterm.c: Remove declarations also in xterm.h
2090 (XTmouse_position): Do not return valid positions
2091 for clicks in the menubar and the toolbar for Gtk+.
2092
2093 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2094 if the widget for the event has the same top level as a frame,
2095 return the frame.
2096 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2097 internal windows, bug #4122.
2098 (x_non_menubar_window_to_frame): Remove.
2099
2100 2009-09-02 Glenn Morris <rgm@gnu.org>
2101
2102 * buffer.c (default-major-mode): Move most of the doc from here...
2103 (major-mode): ... to here.
2104
2105 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2106
2107 * process.c (wait_reading_process_output): Keep the descriptor
2108 when pty is used by a non-child process, e.g., in I/O buffer of
2109 GDB this allows inferior to be restarted.
2110
2111 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2112
2113 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2114 both branches into one.
2115
2116 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2119 (main): Use enable-multibyte-characters rather than
2120 default-enable-multibyte-characters. Output a warning message when
2121 running a unibyte session.
2122
2123 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2124
2125 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2126 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2127 (copy_data_segment): Also copy __program_vars section.
2128 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2129 (dump_it) [LC_DYLD_INFO]: Use it.
2130
2131 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2132
2133 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2134
2135 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2136 $(SRC)/buildobj.h.
2137 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2138 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2139 $(SRC)/buildobj.h.
2140 (clean): Add buildobj.h.
2141
2142 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2143
2144 * print.c (print_object): Set escapeflag to 1 when printing
2145 hashtable keys and values.
2146
2147 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * lread.c (read_integer): Use doubles (and potentially return a float
2150 number) as we do in string-to-number.
2151 (read1): Use strtol to read integers, signal errors on strtol's
2152 overflow and use floats if strtol's output is too large for
2153 Elisp integers.
2154
2155 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2156
2157 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2158 (make-buildobj-SH): Fix last change.
2159 (SRC): Move to before where it's first used.
2160
2161 2009-08-27 Kenichi Handa <handa@m17n.org>
2162
2163 * process.c (send_process): Use encode_coding_object instead of
2164 encode_coding_string to perform eol-conversion even if the string
2165 is unibyte.
2166
2167 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2168 character.
2169
2170 * cmds.c (Fself_insert_command): Avoid unnecessay
2171 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2172
2173 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2174
2175 * callproc.c (Fcall_process): Remove always true #if.
2176
2177 * lisp.h: Replace #if 0 code for checking with text pointing to
2178 the --enable-checking configure flag.
2179
2180 * emacs.c (main): Mention the --enable-profiling configure flag
2181 instead of using CFLAGS.
2182
2183 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2184
2185 * Makefile.in (buildobj.h): New target.
2186 (doc.o): Depend on it.
2187 (temacs${EXEEXT}): Don't generate buildobj.lst.
2188 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2189 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2190 ($(BLD)/doc.$(O)): Depend on it.
2191 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2192 provided by Eli Zaretskii.)
2193 ($(TEMACS)): Don't generate buildobj.lst.
2194 * doc.c: Include buildobj.h.
2195 (buildobj): New static variable.
2196 (Fsnarf_documentation): Use it, instead of opening and reading
2197 buildobj.lst.
2198
2199 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2200
2201 * dbusbind.c (Fdbus_call_method)
2202 (Fdbus_call_method_asynchronously): Use English numeric format for
2203 timeout values in doc string.
2204
2205 2009-08-25 Kenichi Handa <handa@m17n.org>
2206
2207 * alloc.c (mark_char_table): New function.
2208 (mark_object): Use mark_char_table for a char-table.
2209
2210 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2211 (CHAR_TABLE_REF): Use it.
2212
2213 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2214
2215 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2216 before invoking the newly build emacs to check for load-path
2217 shadowing.
2218
2219 2009-08-22 Glenn Morris <rgm@gnu.org>
2220
2221 * Makefile.in (bootstrap_exe): New variable.
2222 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2223 Use ${bootstrap_exe}.
2224
2225 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2226
2227 * coding.h (encode_coding_string): Don't encode unibyte strings.
2228 (Bug#4047)
2229
2230 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2231
2232 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2233
2234 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2235 intended as hotfix only.
2236 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2237
2238 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2239
2240 * nsterm.m (ns_get_color): Update documentation properly for last
2241 change, and clean up loose ends in the code left by it. Fix
2242 longstanding bug with 16-bit hex parsing, and add support for
2243 yet another X11 format (rgb:r/g/b) for compatibility.
2244 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2245 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2246
2247 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2250
2251 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2252
2253 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2254 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2255 (xd_initialize, xd_pending_messages): Check, whether
2256 $DBUS_SESSION_BUS_ADDRESS is set.
2257
2258 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2259
2260 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2261
2262 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2263
2264 2009-08-20 Glenn Morris <rgm@gnu.org>
2265
2266 * emacs.c (system-type): Doc fix.
2267
2268 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2271 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2272
2273 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2276 New functions.
2277 (xd_initialize): Revert change from 2009-08-16.
2278
2279 2009-08-18 Kenichi Handa <handa@m17n.org>
2280
2281 * fontset.c (Ffontset_font): If a nil element is found in a
2282 font-group vector, return nil.
2283
2284 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * process.c (status_notify): Don't perform redisplay.
2287 (Fdelete_process, list_processes_1, process_send_signal):
2288 Expliticly perform redisplay.
2289 (wait_reading_process_output): Always check process status, but
2290 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2291
2292 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2293
2294 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2295 (XFLOAT_INIT): New macro for storing a float value.
2296 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2297 * fns.c (sxhash): Copy out the value of a float in order to
2298 examine its bytes.
2299 * dbusbind.c (xd_append_arg): Likewise.
2300
2301 * emacs.c (main): Don't call syms_of_data twice.
2302
2303 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * dbusbind.c (xd_initialize): Add connection file descriptor to
2306 input_wait_mask, in order to let select() detect, whether a new
2307 message has been arrived.
2308 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2309
2310 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
2311
2312 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2313 New functions.
2314
2315 * lisp.h (xd_pending_messages): Declare.
2316
2317 * keyboard.c (readable_events): Call xd_pending_messages.
2318
2319 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2322
2323 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2324
2325 * buffer.c (set_buffer_internal_1)
2326 (swap_out_buffer_local_variables): Check for unbound local
2327 variables (Bug#4138).
2328
2329 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2330
2331 * process.c (create_pty): Fix last change.
2332
2333 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2336 (xbm_load_image): Caller changed.
2337 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2338
2339 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2340
2341 * process.c (create_pty): New function.
2342 (Fstart_process): Use it to allow Emacs to just associate a pty
2343 with the buffer. See associated change in gdb-mi.el.
2344 (list_processes_1): Deal with no program name.
2345 (start_process_unwind): Use pid == -2 to mean no process.
2346
2347 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * cmds.c (nonundocount): New global variable.
2350 (keys_of_cmds): Initialize it.
2351 (Fself_insert_command): Use it to combine upto 20 sequential chars
2352 into a single undo entry, just like the Qself_insert_command code in
2353 keyboard.c does.
2354 Call frame_make_pointer_invisible, also like the Qself_insert_command
2355 code in keyboard.c does.
2356 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2357 than its own local replacement for it.
2358
2359 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
2360
2361 * fns.c (concat): Don't re-set string length to its current value.
2362
2363 * coding.h (decode_coding_string, encode_coding_string):
2364 Use SBYTES macro.
2365
2366 * doprnt.c (doprnt_lisp): Delete unused function.
2367 (doprnt): Merge with doprnt1, discarding lispstrings code.
2368 * lisp.h (doprnt_lisp): Don't declare.
2369
2370 2009-08-07 Juri Linkov <juri@jurta.org>
2371
2372 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2373
2374 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2375
2376 * print.c (syms_of_print): Undo previous change.
2377
2378 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2379
2380 * lread.c (read1, syms_of_lread): Read hashtables back from the
2381 readable format.
2382
2383 * print.c (print_preprocess, print_object): Print hashtables fully
2384 and readably.
2385 (syms_of_print): Provide 'hashtable-print-readable.
2386
2387 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2388
2389 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2390 no family set.
2391 (nsfont_open): Handle case when entity has no family.
2392
2393 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2394
2395 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2396 element, not a list, for match case.
2397
2398 2009-07-28 Kenichi Handa <handa@m17n.org>
2399
2400 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2401 rigidly.
2402
2403 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2404 font_parse_xlfd. Check font properties more rigidly.
2405
2406 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2407
2408 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2409 bsd-common.h.
2410
2411 2009-07-27 Kenichi Handa <handa@m17n.org>
2412
2413 * xfaces.c (face_with_height): Call font_clear_prop.
2414
2415 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2418
2419 * xterm.c (x_term_init): Use Qx.
2420
2421 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2422
2423 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2424 (ns_get_color): Revert 2009-07-16 change.
2425
2426 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2427
2428 * lread.c (syms_of_lread) <force_load_messages>: New variable.
2429 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2430
2431 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
2432
2433 * coding.h (decode_coding_string, encode_coding_string):
2434 Use SCHARS macro.
2435
2436 * lread.c: Rewrite 2009-07-21 changes.
2437 (load_depth): Delete.
2438 (Qload_in_progress): New variable.
2439 (load_unwind): Don't reference load_depth or load_in_progress.
2440 (Fload): Likewise; specbind Qload_in_progress instead.
2441 (init_lread): Don't initialize load_depth.
2442 (syms_of_lread): Initialize and protect Qload_in_progress.
2443
2444 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2445
2446 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2447
2448 2009-07-23 Yavor Doganov <yavor@gnu.org>
2449
2450 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2451
2452 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2453
2454 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2455 Bugs 3792, 3720, 2402.
2456 (ns_lookup_indexed_color): Check for bad index.
2457 (ns_index_color): Init unused slot to 0.
2458 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2459 Bug 3714, possibly 3082.
2460
2461 2009-07-22 Jason Rumney <jasonr@gnu.org>
2462
2463 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2464 Position IME window at cursor (Bug#2570).
2465 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2466 (globals_of_w32fns): Dynamically load functions required above.
2467
2468 * w32term.c (w32_draw_window_cursor): Send message to reposition
2469 any IME window.
2470
2471 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * fileio.c: Revert 2009-07-16 changes.
2474 (Vauto_save_include_big_deletions): New variable.
2475 (Fdo_auto_save): Disable auto-save only if
2476 auto-save-include-big-deletions is nil.
2477
2478 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2481 the overflowed pixels into account (Bug#3879).
2482
2483 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2484
2485 * lread.c (load_depth): New variable.
2486 (Fload, load_unwind, init_lread): Set it to the load recursion
2487 depth; set load_in_progress as a simple boolean based on the
2488 current load_depth. (Bug#3892)
2489
2490 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2491
2492 * nsfont.m (ns_has_attribute): Remove.
2493 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2494
2495 2009-07-18 Juri Linkov <juri@jurta.org>
2496
2497 * process.c (Fset_process_query_on_exit_flag): Mention killing
2498 a buffer in docstring.
2499
2500 2009-07-17 Kenichi Handa <handa@m17n.org>
2501
2502 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2503
2504 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2505
2506 * nsfns.m (Fns_set_alpha): Remove function.
2507 (syms_of_nsfns): Don't defsubr it.
2508
2509 * nsterm.m (ns_get_color): Remove incompatible color formats.
2510 (ns_color_to_lisp): Generate #rrggbb color format string.
2511
2512 2009-07-16 Richard Stallman <rms@gnu.org>
2513
2514 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2515 (Fset_buffer_auto_saved): Handle save_length = -2.
2516
2517 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * xterm.c (Qx_gtk_map_stock): New var.
2520
2521 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2522 of calling intern each time.
2523
2524 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2525
2526 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2527 does tiling.
2528
2529 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2530
2531 2009-07-14 Kenichi Handa <handa@m17n.org>
2532
2533 * font.c (font_vconcat_entity_vectors): New function.
2534 (struct font_sort_data): New member font_driver_preference.
2535 (font_compare): Check font_driver_preference.
2536 (font_sort_entities): The format of the first argument changed.
2537 (font_delete_unmatched): Likewise.
2538 (font_list_entities): The return type changed.
2539 (font_select_entity): The format of the second argument changed.
2540 (font_find_for_lface): Adjuste for the above changes.
2541 Don't suppress the checking of C even if the repertory supports it.
2542 (Flist_fonts): Adjust for the above changes.
2543
2544 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2545 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2546 Reject a font who has adstyle property that is different from a
2547 langname derived from registry property.
2548 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2549
2550 2009-07-13 Eli Zaretskii <eliz@gnu.org>
2551
2552 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2553 local copy of dirfilename.
2554
2555 2009-07-13 Kenichi Handa <handa@m17n.org>
2556
2557 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2558 against max_char.
2559
2560 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2561 calling XSYMBOL (sym).
2562
2563 2009-07-11 Eli Zaretskii <eliz@gnu.org>
2564
2565 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2566 New function.
2567 (directory_files_internal) [WINDOWSNT]:
2568 Bind w32-get-true-file-attributes to either t or nil, depending whether
2569 the filesystem of the directory is fast or slow.
2570
2571 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2572 file name.
2573 (is_slow_fs): New function.
2574 (stat): Use it to determine whether to issue more system calls to
2575 get accurate file attributes, when w32-get-true-file-attributes is
2576 `local'.
2577
2578 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2579
2580 * xfns.c (Fx_select_font): Remember last font selected in
2581 x_last_font_name and use that the next time. Also try the frame
2582 parameter font-parameter as default to the font dialog.
2583
2584 2009-07-10 Kenichi Handa <handa@m17n.org>
2585
2586 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2587
2588 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2589
2590 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2591
2592 * w32.c (stat): Treat UNC file names as residing on remote
2593 drives. (Bug#3542)
2594
2595 2009-07-09 Kenichi Handa <handa@m17n.org>
2596
2597 * fontset.c (fontset_find_font): Fix previous change.
2598
2599 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
2600
2601 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2602 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2603 error flag.
2604
2605 2009-07-08 Kenichi Handa <handa@m17n.org>
2606
2607 * fontset.c (fontset_find_font): Fix the logic of handling
2608 charset_matched.
2609 (font_for_char): Delete unused var.
2610 (generate_ascii_font_name): Delete it.
2611
2612 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2613
2614 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2615 (encode_coding_sjis): Fix the code range check.
2616
2617 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2620 (Fexpand_file_name): Copy string data properly (Bug#3772).
2621
2622 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2623
2624 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2625 first MapNotify.
2626
2627 2009-07-07 Kenichi Handa <handa@m17n.org>
2628
2629 * character.h (unibyte_has_multibyte_table): Delete extern.
2630 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2631
2632 * charset.c (Fset_charset_priority): Update charset_unibyte.
2633 (syms_of_charset): Initialize charset_unibyte.
2634
2635 * character.c (unibyte_has_multibyte_table): Delete it.
2636 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2637 charset_unibyte.
2638 (multibyte_char_to_unibyte_safe): Likewise.
2639 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2640
2641 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
2642 (x_produce_glyphs): Likewise.
2643
2644 * .gdbinit (xcharset): Fix the treating $arg0.
2645
2646 2009-07-04 Eli Zaretskii <eliz@gnu.org>
2647
2648 Emulation of `getloadavg' on MS-Windows.
2649 * w32.c: Include float.h
2650 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2651 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2652 (get_native_system_info, get_system_times): New functions.
2653 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2654 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2655 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2656 g_b_init_get_system_times, and num_of_processors.
2657
2658 2009-07-03 Jason Rumney <jasonr@gnu.org>
2659
2660 * w32term.c (w32_initialize): Use standard types.
2661
2662 2009-07-03 Eli Zaretskii <eliz@gnu.org>
2663
2664 * dired.c (Ffile_attributes): Decode user and group names by the
2665 locale's encoding. (Bug#3443)
2666
2667 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2668
2669 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2670 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2671
2672 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2673
2674 * term.c (init_tty): Remove spurious #ifdef.
2675
2676 * m/mips.h: Mention this file is also used for netbsd.
2677 * m/pmax.h: Remove file.
2678
2679 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2680
2681 * xterm.h (struct x_display_info): Add invisible_cursor.
2682 (struct x_output): Add current_cursor.
2683
2684 * xterm.c (XTtoggle_invisible_pointer): New function.
2685 (x_define_frame_cursor): Don't define cursor if invisible or the
2686 same as before. Set current_cursor.
2687 (x_create_terminal): Set toggle_invisible_pointer_hook.
2688
2689 * xfns.c (make_invisible_cursor): New function.
2690 (x_set_mouse_color): Call make_invisible_cursor.
2691 Set current_cursor.
2692 (x_window): Set current_cursor.
2693
2694 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2695
2696 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2697 inserting a character.
2698 (read_avail_input): Call frame_make_pointer_visible.
2699
2700 * frame.c (Vmake_pointer_invisible): New variable.
2701 (frame_make_pointer_invisible, frame_make_pointer_visible):
2702 New functions.
2703 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2704
2705 * frame.h: Declare frame_make_pointer_invisible and
2706 frame_make_pointer_visible.
2707 (struct frame): Add pointer_invisible.
2708
2709 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2710
2711 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2712 frame isn't visible.
2713 (xg_frame_resized): If width/height is -1, get size of window
2714 from X server.
2715
2716 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2717 for MapNotify.
2718
2719 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
2720 here or call change_frame_size. Just call flush_and_sync.
2721 (flush_and_sync): Reintroduce.
2722
2723 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2724
2725 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
2726
2727 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2728 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2729
2730 * frame.h: Declare Qsticky.
2731
2732 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2733
2734 * nsfns.m (ns_frame_parm_handlers): Ditto.
2735
2736 * frame.c: Declare Qsticky.
2737 (frame_parms): Add sticky.
2738
2739 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2740
2741 * xterm.h: Declare x_set_sticky.
2742
2743 * xterm.c (x_set_sticky): New function.
2744
2745 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2746 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2747 xg_tool_bar_proxy_help_callback.
2748
2749 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2750
2751 * frame.c: Qmaximized is new.
2752 (x_set_frame_parameters): Do not handle fullscreen specially.
2753 Only set width and height if explicitly set.
2754 (x_set_fullscreen): Handle Qmaximized.
2755 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2756 (syms_of_frame): Initialize Qmaximized.
2757
2758 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2759 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
2760
2761 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
2762 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2763 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
2764 set gravity to NorthWestGravity when USE_GTK.
2765 (set_wm_state): New function.
2766 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
2767 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2768 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
2769 or the case when no window manager is running. That means remove calls
2770 to x_real_positions and x_fullscreen_adjust.
2771
2772 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2773 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2774 flush_and_sync.
2775 (xg_height_changed): New function.
2776 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
2777 and gtk_window_set_policy. Set frame gravity after parsing the
2778 geometry string.
2779 (xg_update_frame_menubar, free_frame_menubar)
2780 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2781 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2782 Remove calls to xg_frame_set_char_size.
2783
2784 2009-07-01 Kenichi Handa <handa@m17n.org>
2785
2786 * keyboard.c (decode_keyboard_code): New function.
2787 (tty_read_avail_input): Decode the input bytes if necessary.
2788
2789 * coding.c (setup_coding_system):
2790 Initialize coding->carryover_bytes to 0.
2791 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2792 use Qno_conversion.
2793
2794 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2795
2796 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2797
2798 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
2799
2800 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
2801
2802 2009-06-30 Jason Rumney <jasonr@gnu.org>
2803
2804 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2805 is already loaded.
2806 Set user model ID if supported (bug#1849).
2807
2808 2009-06-29 Jim Meyering <meyering@redhat.com>
2809
2810 Remove useless if-before-xfree test.
2811 * nsfont.m (nsfont_close): Remove useless test.
2812 * term.c (delete_tty): Likewise.
2813 * w32.c (system_process_attributes): Likewise.
2814 * w32font.c (w32font_close): Likewise.
2815 * xfaces.c (x_free_gc): Likewise.
2816 * xselect.c (buffer): Likewise.
2817
2818 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2819
2820 * process.c (send_process): Keep decoded string in a local
2821 variable and protect it from GC. (Bug#3521)
2822
2823 2009-06-28 Eli Zaretskii <eliz@gnu.org>
2824
2825 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2826 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2827
2828 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * xdisp.c (start_display, handle_face_prop)
2831 (move_it_vertically_backward, cursor_row_fully_visible_p)
2832 (redisplay_window, try_window_id, produce_image_glyph):
2833 Delete some #ifdef-ed out code chunks that are now obsolete.
2834
2835 * xterm.c (x_update_window_begin, x_new_focus_frame)
2836 (x_scroll_bar_handle_click, handle_one_xevent)
2837 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2838 (x_make_frame_visible, x_make_frame_invisible)
2839 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2840 code chunks that are now obsolete.
2841
2842 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
2843
2844 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2845 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2846 for hours, when optimzation is enabled.
2847 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2848 (xd_read_message): Make them static.
2849
2850 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2851
2852 * term.c (turn_on_face): Allow simultaneously bold and dim
2853 terminal faces (Bug#3530).
2854
2855 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2858
2859 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2860 truncation glyphs (Bug#3686).
2861
2862 2009-06-27 Glenn Morris <rgm@gnu.org>
2863
2864 * m/pmax.h: Restore file, with only netbsd portions.
2865
2866 2009-06-26 David Reitter <david.reitter@gmail.com>
2867
2868 * nsterm.m (keydown): Avoid infinite loop.
2869
2870 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2871
2872 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2873 the arg FORCE_SYMBOL.
2874
2875 2009-06-25 Kenichi Handa <handa@m17n.org>
2876
2877 * fontset.c (fontset_find_font): When a usable rfont_def is found
2878 in a fallback font-group, make it the first element of the group.
2879
2880 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2883
2884 2009-06-24 Kenichi Handa <handa@m17n.org>
2885
2886 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2887 set for C.
2888 (fontset_font): Record the availability of a font for C both in
2889 the realized fontsets of the current one and the default one.
2890
2891 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2892
2893 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2894 conditional, it is always defined on AIX.
2895
2896 2009-06-23 Miles Bader <miles@gnu.org>
2897
2898 * window.c (Vrecenter_redisplay): New variable.
2899 (syms_of_window): Initialize it.
2900 (Qtty): New extern declaration.
2901 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2902
2903 2009-06-23 Jim Meyering <meyering@redhat.com>
2904
2905 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2906 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
2907 pointer dereferences are guaranteed to be valid.
2908
2909 2009-06-23 Kenichi Handa <handa@m17n.org>
2910
2911 * emacs.c (main): Call init_font ().
2912
2913 * font.h (Vfont_log): Extern it.
2914 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2915
2916 * font.c (font_sort_entities, font_list_entities)
2917 (font_matching_entity, font_open_entity)
2918 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2919 (Vfont_log): Delete static.
2920 (font_log_env_checked): Delete this variable.
2921 (font_add_log): Don't check font_log_env_checked.
2922 (font_deferred_log): Check Vfont_log.
2923 (init_font): New function.
2924
2925 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2926
2927 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2928
2929 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2930
2931 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2932
2933 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2934 (face_for_char): Don't call font_deferred_log here.
2935 (font_for_char): Likewise.
2936
2937 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2940 rather than its background_width for drawing the overline and
2941 underline (Bug#489).
2942
2943 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2944 rather than its background_width for drawing the overline and
2945 underline (Bug#489).
2946 (xg_default_icon_file): New variable.
2947 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2948 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
2949
2950 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2951 (load_overlay_strings): Remove externs.
2952 (fast_find_position): Function deleted.
2953 (mouse_face_from_buffer_pos): New function, based on
2954 fast_find_position. Correctly handle before-strings,
2955 display-strings, and after-strings (Bug#1220).
2956 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2957
2958 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
2961 (move_it_in_display_line_to, move_it_in_display_line_to)
2962 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2963
2964 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * Branch for 23.1.
2967
2968 2009-06-21 Jason Rumney <jasonr@gnu.org>
2969
2970 * w32term.c (keyboard_codepage): New static variable.
2971 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2972 (w32_read_socket) [WM_CHAR]: Use it to decode character
2973 input (bug#3237).
2974 (w32_initialize): Initialize it.
2975 (codepage_for_locale): New function.
2976
2977 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
2978
2979 * process.c (status_message): Pass Faset index argument as a lisp
2980 object, so as to work with USE_LISP_UNION_TYPE.
2981
2982 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2983
2984 * coding.c (Ffind_coding_systems_region_internal):
2985 Cache checked characters.
2986
2987 2009-06-18 Kenichi Handa <handa@m17n.org>
2988
2989 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
2990
2991 2009-06-18 Andreas Schwab <aschwab@redhat.com>
2992
2993 * xdisp.c (redisplay_internal): Check that the frame is still
2994 live after redisplay of its windows.
2995 (redisplay_windows): Check that the window is still live.
2996
2997 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2998
2999 * coding.c (detect_coding_utf_16): Fix previous change.
3000
3001 2009-06-16 Kenichi Handa <handa@m17n.org>
3002
3003 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3004 UTF-16 by checking the dispersion of Eth and Oth bytes.
3005
3006 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3007
3008 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3009
3010 2009-06-15 Kenichi Handa <handa@m17n.org>
3011
3012 * process.c (status_message): Fix previous change. Be sure to
3013 decode a localized string.
3014
3015 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3016
3017 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3018 add comment explaining why.
3019
3020 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3021
3022 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3023
3024 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3025
3026 * nsfont.m (ns_attribute_value): Remove.
3027 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3028 (ns_has_attribute): Shrink the normal range.
3029 (ns_findfonts): Don't worry about requested spec in determining
3030 need for synthItal.
3031 (ns_get_covering_families): Retain scriptToFamilies.
3032
3033 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3034
3035 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3036
3037 2009-06-11 Kenichi Handa <handa@m17n.org>
3038
3039 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3040 overhang for the static composition case.
3041
3042 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3043
3044 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3045 overhang for the automatic composition case.
3046
3047 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3048 composition case.
3049
3050 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * xdisp.c (get_next_display_element): When handling wrap-prefix
3053 and line-prefix, treat \n as a control character (bug#3502).
3054
3055 2009-06-10 Kenichi Handa <handa@m17n.org>
3056
3057 * font.c (font_parse_family_registry): Fix for one-char foundry.
3058 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3059
3060 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3061
3062 * process.c (status_message): Fix handling of multibyte signal
3063 string (Bug#3499).
3064
3065 2009-06-09 Jim Meyering <meyering@redhat.com>
3066
3067 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3068 color name is missing.
3069
3070 2009-06-09 Kenichi Handa <handa@m17n.org>
3071
3072 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3073 FROM-CODE and TO-CODE are codepoints of CHARSET.
3074
3075 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3076
3077 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3078
3079 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3080
3081 Changes to support :script/:lang/:otf in NS font driver.
3082 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3083 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3084 indicate not part of font driver interface, and change callers.
3085 (ns_get_family): Remove pointless null check.
3086 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3087 ns_spec_to_descriptor, ns_descriptor_to_entity.
3088 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3089 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3090 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3091 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3092 (ns_get_req_script, ns_accumulate_script_ranges)
3093 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3094 New functions.
3095 (nsfont_list, nsfont_match): Use ns_findfonts.
3096 (nsfont_open): Use font descriptor instead of traits.
3097 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3098 (dump_glyphstring): Rename to ns_dump_glyphstring.
3099
3100 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3101
3102 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3103
3104 * fontset.c (fontset_from_font): Remove NS-specific code.
3105
3106 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3107
3108 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3109 nonactive windows.
3110
3111 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3112
3113 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3114
3115 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3116
3117 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3118
3119 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3122 account for the overflowing of newlines into the last glyph on the
3123 display line (Bug#3482).
3124
3125 2009-06-05 David Reitter <david.reitter@gmail.com>
3126
3127 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3128 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3129 Fns_selection_exists_p, Fns_selection_owner_p.
3130
3131 2009-06-03 Jason Rumney <jasonr@gnu.org>
3132
3133 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3134 available. (Bug#3379)
3135
3136 2009-05-29 Kenichi Handa <handa@m17n.org>
3137
3138 * coding.c (get_translation_table):
3139 Check Venable_character_translation.
3140
3141 2009-05-26 David Reitter <david.reitter@gmail.com>
3142
3143 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3144 (x_make_frame_visible): Move frame to front rather than calling
3145 ns_raise_frame().
3146 (keyDown:): Do not swallow events that aren't re-sent if frame
3147 isn't key window.
3148 (drawRect:): Do not set visibility/iconified flags because
3149 drawRect may be called by NSView even if the frame is hidden.
3150
3151 * nsfns.m (Fx_create_frame): Follow other ports in
3152 determining visibility; default to t. Ensure async_visible is set.
3153
3154 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3155
3156 * dired.c (Ffile_attributes): Doc fix.
3157
3158 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3161
3162 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3165 and xfont_scratch_props.
3166 (syms_of_xfont): Do it here instead.
3167 (xfont_find_ccl_program): Delete, unused.
3168 (xfont_open): Delete unused var `i'.
3169
3170 2009-05-21 Kenichi Handa <handa@m17n.org>
3171
3172 * fontset.c (Qlatin): Don't make it static.
3173
3174 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3175 New functions.
3176 (xfont_scripts_cache, xfont_scratch_props): New variables.
3177 (Qlatin, Vscalable_fonts_allowed): Extern it.
3178 (xfont_list_pattern): Argument changed. Callers changed.
3179 Check Vscalable_fonts_allowed. Check the support of a script.
3180 (xfont_list): Don't reject a font spec with :script property.
3181 (xfont_has_char): Fix setting of encoding.
3182 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3183 xfont_scratch_props.
3184
3185 2009-05-19 Kenichi Handa <handa@m17n.org>
3186
3187 * font.c (font_sort_entities): Rename from font_sort_entites.
3188 Callers changed.
3189
3190 2009-05-18 Kenichi Handa <handa@m17n.org>
3191
3192 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3193
3194 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3197 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3198
3199 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3200
3201 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3202 (x_delete_terminal): Dissociate resource database from display and
3203 then call XrmDestroyDatabase before closing display.
3204
3205 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3206
3207 * nsterm.m (ns_read_socket): Remove unused variable.
3208 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3209 whether selected frame is viable before raising it (based on patch
3210 by David Reitter), and improve commentary.
3211 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3212
3213 2009-05-15 Kenichi Handa <handa@m17n.org>
3214
3215 * font.c (Ffont_spec): Check arguments.
3216
3217 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3220 weight when testing attributes (Bug#3282).
3221
3222 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3223
3224 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3225 what we expect to get in the next ConfigureNotify event.
3226
3227 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3228 before Xft one (Bug#1696).
3229
3230 2009-05-07 David Reitter <david.reitter@gmail.com>
3231
3232 * nsfns.m (Fx_display_planes): Compute bitplanes using
3233 NSBitsPerPixelFromDepth (Bug#3207).
3234
3235 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3238
3239 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
3240
3241 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3242
3243 2009-05-07 David Reitter <david.reitter@gmail.com>
3244
3245 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3246 Respect mouse face background.
3247
3248 2009-05-07 David Reitter <david.reitter@gmail.com>
3249
3250 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3251 Mouse movement/highlight: bracket drawing operations
3252 in ns_update_begin and ns_update_end.
3253
3254 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * nsfns.m (ns_get_screen): Rewrite.
3257 Don't presume selected-frame is of type `ns'.
3258
3259 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3260 all drivers.
3261
3262 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3263
3264 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3265
3266 * keyboard.h (add_user_signal): Fix typo in extern.
3267
3268 * lisp.h (add_user_signal): Remove extern.
3269
3270 * unexelf.c (unexec): Consider a section to precede the .bss section
3271 if its addresses overlap that of .bss.
3272 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3273 instead of dumping process.
3274
3275 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3278
3279 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3282
3283 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3286 any statements.
3287
3288 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3289
3290 * process.c (read_process_output): Make sure the current buffer is
3291 always restored.
3292
3293 * coding.c (record_conversion_result): Don't modify
3294 Vlast_code_conversion_error for successful result.
3295 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3296
3297 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3298
3299 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3300 (load_charset_map): Remove unnecessary code.
3301
3302 2009-04-30 David Reitter <david.reitter@gmail.com>
3303
3304 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3305 through f24.
3306
3307 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3310
3311 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3312 face_at_buffer_position.
3313 (face_before_or_after_it_pos, get_next_display_element)
3314 (note_mouse_highlight): Update face_at_buffer_position call.
3315
3316 * term.c (term_mouse_highlight):
3317 * msdos.c (IT_note_mouse_highlight):
3318 * fontset.c (Finternal_char_font):
3319 * font.c (font_at, font_range): Update face_at_buffer_position call.
3320
3321 * dispextern.h (face_at_buffer_position): Update prototype.
3322
3323 2009-04-30 Kenichi Handa <handa@m17n.org>
3324
3325 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3326
3327 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3328
3329 * callproc.c (Fcall_process): Fix GC protection. Make sure
3330 current buffer is always restored.
3331
3332 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3333
3334 * atimer.c (init_atimer): Also clear stopped_atimers.
3335
3336 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3337
3338 * process.c (create_process): Clean up merger residues of
3339 2008-07-17 change.
3340
3341 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
3342
3343 * lread.c (Vread_circle): New variable.
3344 (read1): Disable recursive read if Vread_circle is nil.
3345
3346 2009-04-29 Kenichi Handa <handa@m17n.org>
3347
3348 * fontset.h (set_default_ascii_font): Delete extern.
3349
3350 * fontset.c (set_default_ascii_font): Delete this unused function.
3351
3352 * frame.c (x_set_font): When ARG is a font-object, check if the
3353 font-object matches with the ASCII font-spec of the frame's
3354 fontset. If not, create a new fontset for the frame. (Bug #3075)
3355
3356 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3357
3358 * fns.c (Flocale_info): Protect vector from GC during decoding.
3359
3360 * process.c (Fstart_process): Protect argv strings from GC during
3361 encoding.
3362
3363 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3364
3365 * sysdep.c: Include <ctype.h>.
3366
3367 2009-04-27 David Reitter <david.reitter@gmail.com>
3368
3369 * nsfont.m (nsfont_open): Remove unused variable shrink.
3370 Remove commented-out code.
3371
3372 2009-04-26 Johan Bockgård <bojohan@gnu.org>
3373
3374 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3375
3376 2009-04-25 Jason Rumney <jasonr@gnu.org>
3377
3378 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3379
3380 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3381
3382 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3383 Swap bytes in short integer if fringe bitmap width > 8.
3384
3385 2009-04-23 Kenichi Handa <handa@m17n.org>
3386
3387 * xfaces.c (Fx_list_fonts): If a font size is specified in
3388 PATTERN, set it in returned scalable fonts.
3389
3390 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * keyboard.c (Fset_input_meta_mode): Doc fix.
3393
3394 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3395
3396 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3397
3398 * coding.c (Fterminal_coding_system): Doc fix.
3399
3400 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3401 (Fx_display_pixel_height, Fx_display_planes)
3402 (Fx_display_color_cells, Fx_server_max_request_size)
3403 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3404 (Fx_display_mm_height, Fx_display_mm_width)
3405 (Fx_display_backing_store, Fx_display_visual_class)
3406 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3407 Doc fixes, replacing "terminal id" with "terminal object".
3408 (check_x_display_info): Handle terminal objects instead of
3409 terminal ids.
3410
3411 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3412 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3413 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3414 Doc fixes, replacing "terminal id" with "terminal object".
3415
3416 2009-04-21 Kenichi Handa <handa@m17n.org>
3417
3418 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3419 (font_score): Check AVGWIDTH too.
3420
3421 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3422 worst case.
3423 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3424 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3425
3426 2009-04-19 Jason Rumney <jasonr@gnu.org>
3427
3428 The following changes fix Bug#3005 for wide glyphs on each platform,
3429 without reintroducing Bug#1258 for stretch glyphs.
3430
3431 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3432 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3433 get_phys_cursor_geometry.
3434
3435 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3436 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3437 using get_phys_cursor_geometry.
3438
3439 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3440 correctly calculated.
3441
3442 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3443
3444 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3445 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3446 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3447 is deprecated.
3448
3449 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3450
3451 * font.c (font_put_frame_data): Use xfree instead of free.
3452
3453 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3454
3455 * w32font.c (Qja, Qko): Remove declarations.
3456 (syms_of_w32font): Don't DEFSYM them.
3457
3458 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3461
3462 * font.h (Qja, Qko): Extern them.
3463
3464 * ftfont.c (Qja, Qko): Remove declarations.
3465
3466 * xfont.c (Qja, Qko): Remove declarations.
3467
3468 2009-04-17 Kenichi Handa <handa@m17n.org>
3469
3470 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3471 string from a vector to handle Latin-1 characters correctly.
3472
3473 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3474 entity even if the cache hits.
3475
3476 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3477
3478 * search.c (boyer_moore): Use zero as marker value for a possible
3479 match instead of depending on overflow behavior. (Bug#2844)
3480
3481 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3482 * lisp.h: Adjust prototypes.
3483
3484 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3487 change (Bug#3003).
3488
3489 2009-04-16 Kenichi Handa <handa@m17n.org>
3490
3491 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3492
3493 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3494 adstyle.
3495
3496 * ftfont.c (Qja, Qko): Don't make them static.
3497 (enum ftfont_cache_for): New enum.
3498 (fc_charset_table): Undo the previous change.
3499 (ftfont_get_latin1_charset): Delete it.
3500 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3501 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
3502 non-scarable font, try to get AVERAGE_WIDTH.
3503 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3504 Change ft_face_cache from a list of a hash-table. Don't check
3505 `ja' and `ko' adstyle here.
3506 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3507 FTFONT_CACHE_FOR_CHARET.
3508 (ftfont_get_charset): Undo the previous change.
3509 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3510 (ftfont_close): Likewise.
3511 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3512
3513 * font.c (font_sort_entites): Change the meaning of the arg
3514 BEST-ONLY. Don't optimize for VEC of lenght 1.
3515 (font_select_entity): Just return the value of font_sort_entites.
3516
3517 * xfaces.c (merge_face_vectors): Reflect font properties in
3518 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3519 font_clear_prop if a face attribute doesn't change.
3520
3521 * charset.h (charset_ksc5601): Extern it.
3522
3523 * charset.c (charset_ksc5601): New variable.
3524 (Fdefine_charset_internal): Set charset_ksc5601.
3525 (init_charset_once): Initialize charset_ksc5601 to -1.
3526
3527 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3528
3529 * fileio.c (history_delete_duplicates): Remove unused declaration.
3530
3531 * callint.c (history_delete_duplicates): New declaration.
3532 (Fcall_interactively): Remove command history duplicates when
3533 history_delete_duplicates is true.
3534
3535 2009-04-14 Eli Zaretskii <eliz@gnu.org>
3536
3537 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3538
3539 2009-04-14 Kenichi Handa <handa@m17n.org>
3540
3541 * font.c (Ffont_info): Fix docstring. Fix the second element of
3542 the returned value (bug#2949).
3543
3544 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3547
3548 2009-04-14 Kenichi Handa <handa@m17n.org>
3549
3550 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3551 encoding charset is ascii_compatible.
3552
3553 * charset.c (Fdefine_charset_internal): Make charset
3554 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3555 code_offset is 0, and covers all ASCII characters.
3556
3557 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3560 (ns_string_to_pasteboard_internal):
3561 * nsmenu.m (process_dialog):
3562 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3563 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3564 * lisp.h (Fx_load_color_file): Declare.
3565
3566 2009-04-13 Kenichi Handa <handa@m17n.org>
3567
3568 * font.c (font_delete_unmatched): Preserve the order of list elements.
3569 (font_select_entity): Suppress the code to optimize for the same
3570 kind of fonts.
3571 (font_load_for_lface): Get a font that supports at least ASCII
3572 characters.
3573
3574 * ftfont.c (Qja, Qko): New variables.
3575 (fc_charset_table): Delete uniquifier data for iso8859-1.
3576 (ftfont_get_latin1_charset): New function.
3577 (get_adstyle_property): New function.
3578 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3579 bitmap fonts.
3580 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3581 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3582 `ko' or `ja'.
3583 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
3584 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
3585 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3586 property.
3587 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3588 (syms_of_ftfont): DEFSYM Qja and Qko.
3589
3590 2009-04-09 Kenichi Handa <handa@m17n.org>
3591
3592 * charset.c (map_charset_chars): For a charset of `superset'
3593 method, fix calculation of code range.
3594
3595 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3596 from the list of extra properties.
3597 (font_clear_prop): Be sure to delete `:name' font property.
3598
3599 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3600
3601 * dispnew.c (redraw_overlapping_rows): Fix detection of
3602 overlapping for topmost and bottommost rows.
3603
3604 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
3605
3606 2009-04-06 Jason Rumney <jasonr@gnu.org>
3607
3608 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3609
3610 2009-04-06 Kenichi Handa <handa@m17n.org>
3611
3612 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3613
3614 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3615
3616 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3617
3618 * ftfont.c (ftfont_open): Fix checking of the return value of
3619 FT_Load_Char. Fix setting font->underline_thickness.
3620
3621 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3624 (Fterminal_parameters, Fterminal_parameter)
3625 (Fset_terminal_parameter): In doc string, refer to terminal
3626 objects rather than terminal ids.
3627
3628 2009-04-04 Eli Zaretskii <eliz@gnu.org>
3629
3630 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3631 ret_lim_data. (Bug#2867)
3632
3633 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3636 so they don't get wider than the window, matching 2006-01-23
3637 change to the partner function in xdisp.c (Bug#2800).
3638
3639 2009-04-03 Kenichi Handa <handa@m17n.org>
3640
3641 * print.c (print_object): Make each lowest sub_char_table start a
3642 new line (Bug#2866).
3643
3644 2009-04-02 Kenichi Handa <handa@m17n.org>
3645
3646 * fontset.c (fontset_font): Record no-font when a fontset
3647 explicitly tells not to try another font-specs.
3648
3649 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3650
3651 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3652
3653 2009-03-30 Kenichi Handa <handa@m17n.org>
3654
3655 * fontset.c (fontset_from_font): Specify only registry in a
3656 font-spec for all characters supported by that registry.
3657
3658 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3659 even if HAVE_M17N_FLT is not defined.
3660
3661 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3662
3663 * ftfont.c: Conditionalize prototyping and use of
3664 ftfont_variation_glyphs.
3665
3666 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * frame.c (delete_frame): Work around compiler bug.
3669
3670 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3671 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3672 Some more EMACS_INT.
3673 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3674
3675 * xdisp.c (dump_glyph): Fix typo.
3676
3677 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3678 (adjust_markers_gap_motion, adjust_markers_for_delete)
3679 (adjust_markers_for_insert, adjust_point)
3680 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3681 (make_gap, copy_text, count_size_as_multibyte, insert)
3682 (insert_and_inherit, insert_before_markers)
3683 (insert_before_markers_and_inherit, insert_1)
3684 (count_combining_before, count_combining_after, insert_1_both)
3685 (insert_from_string, insert_from_string_before_markers)
3686 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3687 (insert_from_buffer_1, adjust_after_replace)
3688 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3689 (replace_range_2, del_range, del_range_1, del_range_byte)
3690 (del_range_both, del_range_2, modify_region)
3691 (prepare_to_modify_buffer, signal_before_change)
3692 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3693 for buffer positions and sizes.
3694 * lisp.h: Adjust prototypes accordingly.
3695
3696 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3697 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3698 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3699
3700 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3701
3702 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3703
3704 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3705 lines and columns so we keep the same pixel height and width.
3706
3707 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3708 the property _NET_WM_STATE has changed.
3709 (x_handle_net_wm_state): New function to update frame parameter
3710 fullscreen.
3711 (x_term_init): Initialize atoms for _NET_WM_STATE.
3712
3713 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3714
3715 2009-03-27 Kevin Ryde <user42@zip.com.au>
3716
3717 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3718 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3719 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3720 (Fgpm_mouse_stop): Pass that new parameter.
3721 * termhooks.h (close_gpm): Adjust prototype.
3722
3723 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * lisp.h (Fx_focus_frame): Declare.
3726
3727 * callint.c (Fcall_interactively): For '^' just delegate the work to
3728 handle-shift-selection.
3729 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3730
3731 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3734
3735 * data.c (Qinteractive_form): New variable.
3736 (Finteractive_form): Use it.
3737
3738 * eval.c (Fcommandp): Use Qinteractive_form.
3739
3740 2009-03-24 Jason Rumney <jasonr@gnu.org>
3741
3742 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3743 Calculate total size precisely. Decode environment variables
3744 before substituting. (Bug#38)
3745
3746 2009-03-24 Kenichi Handa <handa@m17n.org>
3747
3748 * font.c (find_font_encoding): Return Qnil for unsupported
3749 encoding (Bug#2722).
3750
3751 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3752
3753 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3754 that gdpy is set.
3755
3756 2009-03-22 Alan Mackenzie <acm@muc.de>
3757
3758 * callint.c (Finteractive): Clarify the doc string - even
3759 promptless elements need \n separators.
3760
3761 2009-03-22 Jason Rumney <jasonr@gnu.org>
3762
3763 * w32term.c (syms_of_w32term): Doc fix for
3764 x-use-underline-position-properties.
3765
3766 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3767
3768 * w32.c (getpwuid): Change argument type to unsigned.
3769 (struct w32_id): Change type of `rid' member to unsigned.
3770 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3771 argument ID to unsigned. All callers changed.
3772 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3773
3774 2009-03-20 Eli Zaretskii <eliz@gnu.org>
3775
3776 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3777 negative, produce a float value.
3778
3779 * dired.c (make_uid, make_gid): New functions.
3780 (Ffile_attributes): Use them to avoid negative UID and GID.
3781
3782 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3785 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3786 Fix typos in docstrings.
3787
3788 2009-03-19 Kenichi Handa <handa@m17n.org>
3789
3790 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
3791 changed, use font_load_for_lface to get a new font object.
3792 Call free_realized_fontset after handling ASCII font change.
3793
3794 * frame.c (x_set_font): Handle the case that ARG is a cons.
3795
3796 2009-03-19 Glenn Morris <rgm@gnu.org>
3797
3798 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3799
3800 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3803
3804 2009-03-19 Kenichi Handa <handa@m17n.org>
3805
3806 * charset.c (load_charset_map_from_file): When a mapfile can't be
3807 loaded, signal an error.
3808
3809 2009-03-18 Eli Zaretskii <eliz@gnu.org>
3810
3811 * dired.c (Ffile_attributes): Make sure UID and GID are always
3812 positive, even if the value is too large for a positive EMACS_INT.
3813 Doc fix.
3814
3815 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3816
3817 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3818
3819 * xmenu.c (xdialog_show): Move Fredisplay call ...
3820 (Fx_popup_dialog): ... here.
3821
3822 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * dired.c (file_name_completion): Disable the first optimization just
3825 installed, since it is not implemented correctly.
3826
3827 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * dired.c (file_name_completion): Check completion-ignored-extensions
3830 only if the entry can affect bestmatch.
3831 Stop the search early, as Ftry_completion already does.
3832
3833 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
3836
3837 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * keyboard.c (parse_menu_item): Don't display remappings as menu
3840 equivalent bindings (Bug#788).
3841
3842 2009-03-15 Jason Rumney <jasonr@gnu.org>
3843
3844 * w32term.h (WM_EMACS_PAINT): New message.
3845 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3846 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3847 before passing to lisp thread. (Bug#950)
3848
3849 2009-03-14 David Reitter <david.reitter@gmail.com>
3850
3851 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3852 variable as it was never reset.
3853 (ns_term_init): Remove initialization of Lisp-settable defaults
3854 and ns_expand_space.
3855 (-setPanelFromDefaultValues): Remove ns_expand_space.
3856 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3857 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
3858 i.e. no additional spacing, similar to Carbon port.
3859
3860 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3861 * nsfns.m (ns-popup-prefs-panel): Remove.
3862
3863 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3864
3865 * sound.c (alsa_configure): Remove call to deprecated
3866 snd_pcm_sw_params_set_xfer_align.
3867
3868 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
3869
3870 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3871 after clicking in a detached tool bar.
3872 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3873
3874 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3877 int/Lisp_Object mixup).
3878
3879 2009-03-13 Kenichi Handa <handa@m17n.org>
3880
3881 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
3882 Handle NAME nil and t correctly. Callers changed.
3883 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3884 (set_fontset_font): Change ARG to a vector. Handle range_list in
3885 ARG correctly.
3886 (Fset_fontset_font): Fix the case that TARGET is both a script
3887 name and charset name. Adjust the arg to set_fontset_font for
3888 the above change.
3889 (fontset_from_font): Fix previous change.
3890 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
3891 entry. If FONTSET is the default fontset, don't set the extra
3892 slot of the returning char-table.
3893
3894 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * nsfns.m (Fx_close_connection): Doc fix.
3897 (Fns_do_applescript): Reflow docstring.
3898 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3899 (Fx_display_pixel_width, Fx_display_pixel_height)
3900 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3901 Fix typos in docstrings.
3902 (Fns_set_alpha): Fix typos in error messages.
3903
3904 2009-03-12 David Reitter <david.reitter@gmail.com>
3905
3906 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
3907 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3908 were used for such events.
3909
3910 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3911 (toggleToolbar, performDragOperation, runHelp): Use it.
3912
3913 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
3914 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3915
3916 2009-03-11 Kenichi Handa <handa@m17n.org>
3917
3918 * font.h (font_open_by_spec): Extern it.
3919
3920 * font.c (font_open_by_spec): New function.
3921 (font_open_by_name): Use font_open_by_spec.
3922
3923 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3924 fontset of the frame.
3925
3926 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3927 modify the default font of frames that use this fontset.
3928 (num_auto_fontsets): New variable.
3929 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3930 name. Be sure to set FONTSET_ASCII to the correct font name.
3931 (update_auto_fontset_alist): New function.
3932
3933 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * makefile.w32-in: Update dependencies.
3936
3937 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3938
3939 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3940
3941 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3944
3945 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * lread.c (Feval_buffer): Doc fix.
3948
3949 2009-03-09 Kenichi Handa <handa@m17n.org>
3950
3951 * charset.c (Qfile_name_handler_alist): Extern it.
3952 (load_charset_map_from_file): Temporarily bind
3953 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3954
3955 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3956
3957 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3958 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
3959
3960 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3961
3962 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3963 (x_set_window_size): Change back to calculated method of setting
3964 toolbar height under Cocoa. (Bug#2546)
3965 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3966 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3967
3968 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3969
3970 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3971 accelerator in parens under GNUstep.
3972
3973 2009-03-06 Kenichi Handa <handa@m17n.org>
3974
3975 These changes are to detect incorrect composition sequence without
3976 looking ahead the source. (Bug#2370)
3977
3978 * coding.h: Include "composite.h".
3979 (enum compisition_state): New enum.
3980 (struct compisition_status): New struct.
3981 (struct iso_2022_spec): New member cmp_status.
3982 (struct emacs_mule_spec): New struct.
3983 (struct coding_system): New members ctext_extended_segment_len and
3984 embedded_utf_8. Change the union member
3985 spec.emacs_mule_full_support to spec.emacs_mule.
3986
3987 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3988 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
3989 (MAX_ANNOTATION_LENGTH): Define to 5.
3990 (ADD_COMPOSITION_DATA): New arg nbytes.
3991 (emacs_mule_char): New arg cmp_status.
3992 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3993 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3994 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3995 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3996 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3997 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3998 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3999 (EMACS_MULE_COMPOSITION_END): New macro.
4000 (emacs_mule_finish_composition): New function.
4001 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4002 (decode_coding_emacs_mule): Avoid long looking ahead while
4003 handling composition.
4004 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4005 (ENCODE_COMPOSITION_RULE): New macro.
4006 (finish_composition): New function.
4007 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4008 (DECODE_COMPOSITION_START): New implementation.
4009 (DECODE_COMPOSITION_END): Likewise.
4010 (STORE_COMPOSITION_RULE): New macro.
4011 (decode_coding_iso_2022): Avoid long looking ahead while handling
4012 composition, CTEXT extended segment, and embedded UTF-8.
4013 (setup_coding_system): For a coding of type iso-2022, reset
4014 CODING_ISO_EXTSEGMENT_LEN (coding) and
4015 CODING_ISO_EMBEDDED_UTF_8 (coding).
4016 (get_translation): Delete arguments last_block, from_nchars,
4017 to_nchars. Callers changed.
4018 (produce_chars): Don't modify charbuf. Adjusted for the change of
4019 get_translation.
4020 (produce_composition): Adjust for the new annotation sequence.
4021 (handle_composition_annotation): Likewise.
4022 (consume_chars): Adjust for the change of get_translation.
4023
4024 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4025
4026 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4027
4028 2009-03-05 Kenichi Handa <handa@m17n.org>
4029
4030 * font.c (font_select_entity): New function.
4031 (font_find_for_lface): Use font_select_entity to select a font.
4032
4033 * fontset.c (fontset_find_font): If a font found without
4034 restricting to the characters C doesn't support C, try to find a
4035 font with C restriction.
4036
4037 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4038
4039 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4040
4041 2009-03-04 Jason Rumney <jasonr@gnu.org>
4042
4043 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4044 characters that have already been read. (Bug#2569)
4045
4046 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4047 Log an error message if check_image_size failed.
4048 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4049 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4050
4051 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4052
4053 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4054 when decoding process output.
4055
4056 2009-03-01 Richard M Stallman <rms@gnu.org>
4057
4058 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4059
4060 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4061
4062 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4063
4064 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4065 (decode_coding_emacs_mule, decode_coding_iso_2022)
4066 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4067 (decode_coding_raw_text, decode_coding_charset)
4068 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4069 Honor inhibit-eol-conversion. (Bug #2186)
4070
4071 2009-02-28 Jason Rumney <jasonr@gnu.org>
4072
4073 * coding.c (detect_coding_charset): If not checking latin extra,
4074 fail on characters between 0x80 and 0xA0. (Bug#2354)
4075
4076 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4077
4078 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4079 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4080
4081 2009-02-27 Glenn Morris <rgm@gnu.org>
4082
4083 * callint.c (Finteractive): Doc fix.
4084
4085 2009-02-27 Kenichi Handa <handa@m17n.org>
4086
4087 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4088
4089 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * font.c (font_style_to_value): Set value for unknown symbols to
4092 100 instead of 255.
4093 (weight_table, slant_table, width_table): Treat "unspecified" as
4094 the default value.
4095
4096 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4099
4100 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4103 error as soon as a recursive load is detected.
4104
4105 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4106
4107 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4108 before caching.
4109
4110 2009-02-24 Kenichi Handa <handa@m17n.org>
4111
4112 * fontset.c (fontset_find_font): Fix the condition for checking
4113 unavailable font.
4114
4115 2009-02-24 Glenn Morris <rgm@gnu.org>
4116
4117 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4118 whitespace that confuses documentation.
4119
4120 2009-02-23 Miles Bader <miles@gnu.org>
4121
4122 * process.c (Flist_system_processes, Fprocess_attributes)
4123 (syms_of_process): Rename `system-process-attributes' to
4124 `process-attributes'.
4125
4126 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4127
4128 * coding.h (struct coding_system): Make safe_charsets a pointer to
4129 unsigned char.
4130 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4131 being 255.
4132 (SAFE_CHARSET_P): Likewise.
4133 (setup_iso_safe_charsets): Properly setup safe_charsets.
4134 (Fdefine_coding_system_internal): Likewise.
4135 (setup_coding_system): Likewise. Remove unneeded casts.
4136 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4137 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4138 unneeded casts.
4139
4140 * insdel.c (del_range_2): Don't modify gap contents when called
4141 from decode_coding_object. (Bug#1809)
4142
4143 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4146 Qfont_object.
4147 (Ftype_of): Recognize font objects.
4148
4149 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4150
4151 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4152 moved to data.c.
4153
4154 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4155
4156 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4157 async_iconified. Based on a patch by Christian Lynbech
4158 <christian.lynbech@tieto.com>.
4159 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4160
4161 2009-02-20 Glenn Morris <rgm@gnu.org>
4162
4163 * syntax.c (Fskip_chars_forward): Fix doc typo.
4164
4165 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4168
4169 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4172
4173 2009-02-19 Kenichi Handa <handa@m17n.org>
4174
4175 * coding.c (detect_coding): Preserve coding->mode.
4176 Don't overflow coding->carryover. (Bug#2370)
4177
4178 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4181
4182 2009-02-18 Kenichi Handa <handa@m17n.org>
4183
4184 * font.c (font_check_otf_features): Fix handling of `nil' element.
4185 (Ffont_spec): Describe :lang and :otf in the docstring.
4186
4187 2009-02-16 Andreas Schwab <schwab@suse.de>
4188
4189 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4190 string.
4191
4192 2009-02-16 Kenichi Handa <handa@m17n.org>
4193
4194 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4195 (Bug#1723)
4196
4197 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4200
4201 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4202 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4203
4204 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4205
4206 * msdos.c (MAX_SCREEN_BUF): New macro.
4207 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4208 Encode the entire run of glyphs sharing the same face, instead of
4209 doing that one glyph at a time (fixes a bug with displaying
4210 double-size characters).
4211
4212 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4213
4214 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4215
4216 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4217 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4218 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4219
4220 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4221 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4222
4223 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * keyboard.c (adjust_point_for_property): Allow stopping between two
4226 invisible areas.
4227
4228 2009-02-12 Jason Rumney <jasonr@gnu.org>
4229
4230 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4231 (add_font_entity_to_list): Call check_face_name even when family
4232 is unspecified.
4233
4234 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4235 Release DC when finished. Use NULL window to refer to desktop.
4236 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4237
4238 * w32font.c (add_font_entity_to_list): Fix check for substituted
4239 raster fonts. (Bug#2219)
4240
4241 2009-02-12 Kenichi Handa <handa@m17n.org>
4242
4243 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4244 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4245 (autocmp_chars): Use fast_looking_at. Don't compose more
4246 characters than MAX_COMPOSITION_COMPONENTS.
4247 (find_automatic_composition): While looking forward and backward,
4248 check static composition. Fix where to stop looking forward.
4249 (composition_adjust_point): Fix checking of static composition.
4250 (Fcomposition_get_gstring): Pay attention to
4251 MAX_COMPOSITION_COMPONENTS.
4252
4253 * lisp.h (fast_looking_at): Extern it.
4254
4255 * search.c (fast_looking_at): New function.
4256
4257 * term.c (encode_terminal_code): Adjust for the change of
4258 <struct glyph>.u.cmp.to.
4259 (append_composite_glyph): Likewise.
4260
4261 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4262 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4263 composition.
4264 (append_composite_glyph): Adjust for the change of
4265 <strcut glyph>.u.cmp.to.
4266
4267 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
4268
4269 * casetab.c (init_casetab_once):
4270 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4271 * font.c (font_update_lface):
4272 * fontset.c (Fnew_fontset):
4273 * ftfont.c (ftfont_drive_otf):
4274 * xfont.c (xfont_open):
4275 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4276
4277 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * fileio.c (Fwrite_region): !NILP -> CONSP.
4280
4281 2009-02-10 Andreas Schwab <schwab@suse.de>
4282
4283 * process.c (send_process): Properly relocate pointer into data
4284 when using encoded data. (Bug#2272)
4285
4286 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4287
4288 * coding.c (detect_coding_charset): Fix previous change.
4289
4290 2009-02-08 Jason Rumney <jasonr@gnu.org>
4291
4292 * w32fns.c (w32_hide_hourglass): Handle case where frame
4293 disappeared while hourglass was displayed. (Bug #2193)
4294
4295 2009-02-07 Andreas Schwab <schwab@suse.de>
4296
4297 * unexelf.c (unexec): Fix error message.
4298
4299 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4300
4301 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4302 when modal window is active. (Bug #2152)
4303 (applicationShouldTerminate:): Remove now-unneeded while loop
4304 around NSRunAlertPanel.
4305
4306 * nsmenu.m (popupSession): New file-global variable.
4307 (pop_down_menu): End the popupSession before closing dialog.
4308 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4309 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4310 don't query NSApp for events (just sleep instead).
4311
4312 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4313
4314 * coding.c (syms_of_coding) <translation-table-for-input>:
4315 Modify doc string to discourage use for character code unification.
4316
4317 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4318
4319 * atimer.c (run_timers): Update pending_atimers.
4320
4321 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * image.c (svg_load_image): Fix last change.
4324
4325 * xfns.c (Fx_create_frame): Signal an error if no font is
4326 found (Bug#2147).
4327
4328 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * character.c (syms_of_character) <script-representative-chars>:
4331 Fix typo in docstring.
4332
4333 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4334
4335 * nsmenu.m (pop_down_menu): New function.
4336 (ns_popup_dialog): Call it on unwind.
4337 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4338 call timer_check() (Bug#2154).
4339 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4340 handling_signal is set.
4341 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4342
4343 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4344
4345 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4346
4347 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4348
4349 * keyboard.c (poll_for_input_1, handle_async_input):
4350 Set handling_signal under HAVE_NS.
4351
4352 2009-02-04 Glenn Morris <rgm@gnu.org>
4353
4354 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4355
4356 2009-02-04 Kenichi Handa <handa@m17n.org>
4357
4358 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4359
4360 * charset.c (Fchar_charset): New optional arg restriction.
4361
4362 * coding.h (coding_system_charset_list): Extern it.
4363
4364 * coding.c (coding_system_charset_list): New function.
4365
4366 * composite.c: Include coding.h and termhooks.h.
4367 (composition_gstring_p): Fix for the terminal case.
4368 (composition_gstring_width): Likewise.
4369 (fill_gstring_body): Likewise.
4370 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4371 the frame.
4372 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4373 is within a composition.
4374 (Fcomposition_get_gstring): Fix the terminal case.
4375
4376 * term.c (encode_terminal_code): Fix handling of composition.
4377 (produce_composite_glyph): For static composition, get pixel_width
4378 from struct composition.
4379
4380 2009-02-02 Andreas Schwab <schwab@suse.de>
4381
4382 * unexelf.c (unexec): Handle unaligned bss offset.
4383
4384 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4385
4386 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4387 XT,w32read_socket changes to ns_read_socket.
4388
4389 * keyboard.c (handle_interrupt): Don't call
4390 quit_throw_to_read_char() under NS.
4391
4392 * blockinput.h: Remove NS-specific code.
4393
4394 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4395
4396 * dispnew.c (window_change_signal): Don't try to get the size of a
4397 suspended tty frame.
4398 * term.c (Fresume_tty): Resize if the size has changed while the
4399 tty was suspended.
4400
4401 * alloc.c (mark_stack): Properly conditionalize previous change.
4402
4403 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4406 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4407 Remove; this code is not used on Windows.
4408
4409 2009-01-30 Eli Zaretskii <eliz@gnu.org>
4410
4411 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4412 EOLs that also has stray ^M characters.
4413
4414 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4415
4416 * atimer.c (run_timers, alarm_signal_handler):
4417 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4418 * w32inevt.c (w32_console_read_socket):
4419 * w32term.c (w32_read_socket):
4420 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4421
4422 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
4423
4424 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4425 Initialize it as a relative filename pattern.
4426 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4427 (Fcall_process_region): Simplify temp file creation using
4428 temporary-file-directory.
4429
4430 2009-01-29 Eli Zaretskii <eliz@gnu.org>
4431
4432 * msdos.c: Rename pending_signals to msdos_pending_signals.
4433 (sig_suspender, sigprocmask): Adjust.
4434
4435 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * keyboard.c (pending_signals): New var.
4438 (poll_for_input, input_available_signal, init_keyboard): Set it.
4439 (process_pending_signals): New function.
4440
4441 * lisp.h (QUIT): Check pending_signals instead of
4442 interrupt_input_pending. Use process_pending_signals.
4443
4444 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4445
4446 * process.c (wait_reading_process_output): Use process_pending_signals.
4447
4448 * sysdep.c (emacs_write): Use process_pending_signals.
4449
4450 * xterm.c (XTread_socket): Update pending_signals.
4451
4452 * w32term.c (w32_read_socket): Update pending_signals.
4453
4454 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4455
4456 2009-01-29 Kenichi Handa <handa@m17n.org>
4457
4458 * xftfont.c (xftfont_has_char): New function.
4459 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4460
4461 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4462
4463 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4464 under GNUstep.
4465 (ns_query_color): New declaration.
4466
4467 * nsterm.m (ns_confirm_quit): New variable.
4468 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4469 (EmacsApp-applicationShouldTerminate:): Use it.
4470 (EmacsPrefsController): Let user set it.
4471 (ns_query_color): New function.
4472 (ns_defined_color): Use it.
4473 (ns_initialize): Drop.
4474 (ns_term_init): Add two lines from ns_initialize(), and set
4475 input_interrupt_mode to nil.
4476
4477 * image.c (svg_load_image): Don't right-shift background RGB when
4478 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4479
4480 2009-01-28 Kenichi Handa <handa@m17n.org>
4481
4482 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4483 (fontset_get_font_group): Remember that no font-group is specified
4484 for C.
4485
4486 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * fns.c (concat): Check for string overflow (bug#1787).
4489
4490 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4491 Quadruple undo limits (bug#1501).
4492
4493 2009-01-27 Kenichi Handa <handa@m17n.org>
4494
4495 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4496 directly use GT_Get_Char_index.
4497
4498 * xftfont.c (struct xftfont_info): New member `index'.
4499
4500 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4501 (Ffontset_font): Adjust for the change of fontset entry.
4502
4503 2009-01-26 Kenichi Handa <handa@m17n.org>
4504
4505 * fontset.c (fontset_find_font): Fix handling of non-cons return
4506 value of fontset_get_font_group.
4507 (fontset_font): Revert last change.
4508
4509 2009-01-26 Jason Rumney <jasonr@gnu.org>
4510
4511 * w32font.c (w32font_list_internal): Return quickly if registry is
4512 unknown. Simplify final return.
4513 (add_font_entity_to_list): Break complex logic down into more
4514 manageable chunks. Move unknown registry check to
4515 w32font_list_internal.
4516
4517 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4518
4519 Changes to remove Feval calls from GUI under NS.
4520
4521 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4522 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4523 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4524
4525 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4526 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4527 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4528 instead of NON_ASCII_KEYSTROKE_EVENT.
4529 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4530 (EmacsApp-applicationShouldTerminate:): Query user.
4531 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4532 instead of Feval.
4533
4534 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4535
4536 * keyboard.c (kbd_buffer_get_event): Check for it.
4537 (keys_of_keyboard): Define lispy keys for
4538 ns-put/unput-working-text.
4539
4540 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4541 versions.
4542 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4543
4544 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4547 setting current_buffer directly. (Bug#2044)
4548
4549 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * fontset.c (fontset_font): If we know there is no font, don't do
4552 any work. (Bug#1952, bug#1990).
4553
4554 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
4555
4556 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4557
4558 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4559 (ns_no_defaults): New declaration.
4560 (main): Use it.
4561
4562 * nsterm.h (ns_no_defaults): New declaration.
4563
4564 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
4565
4566 * nsterm.m (ns_no_defaults): New variable.
4567 (ns_initialize): Don't read defaults when ns_no_defaults.
4568 (EmacsView-readSelectionFromPasteboard:)
4569 (writeSelectionToPasteboard:types:): New stubbed-out methods for
4570 NSServicesRequests protocol. (Bug#1435)
4571 (ns_dumpglyphs_stretch): New function.
4572 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
4573 of 2008-11-15 to other terms. (Bug#615)
4574
4575 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4576
4577 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4578
4579 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4580 call for Sparc64.
4581
4582 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4583
4584 * nsfns.m:
4585 * nsgui.h:
4586 * nsmenu.m:
4587 * nsselect.m:
4588 * nsterm.h:
4589 * nsterm.m: Remove '23' comments that indicated code added during
4590 update from emacs-20 -> emacs-23.
4591
4592 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4593
4594 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
4595 ns_alternate_modifier. (Bug#1217)
4596
4597 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4598 Display all shortcuts, including those w/o super modifier.
4599
4600 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4601
4602 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * fileio.c (Vwrite_region_post_annotation_function)
4605 (Vwrite_region_annotation_buffers): New vars.
4606 (build_annotations_unwind): Just reset
4607 Vwrite_region_annotation_buffers.
4608 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4609 Call write-region-post-annotation-function.
4610 (build_annotations): Add to Vwrite_region_annotation_buffers if
4611 buffer changes.
4612
4613 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4614
4615 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4616 Tiger.
4617 * nsfns.m (ns_do_applescript):
4618 Conditionalize typeUTF16ExternalRepresentation on Tiger.
4619
4620 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4621
4622 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4623
4624 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4625
4626 * nsmenu.m (NSMENUPROFILE): Change #if style.
4627
4628 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4629
4630 * nsterm.m (x_set_frame_alpha): Add prototype.
4631 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4632 handle Ctrl-tab. (Bug#1841)
4633 (ns_get_color): Use unsigned long long for scanned hex string value.
4634 (ns_term_shutdown): Abort on non SIGTERM signals.
4635 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
4636 (EmacsPrefsController-setPanelFromDefaultValues): New function.
4637 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
4638 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
4639 (ns_defined_color): Fix settings of the XColor variable fields:
4640 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
4641
4642 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
4643 DPI. (Bug#1316)
4644 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4645 values in onTiger section.
4646
4647 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4650 Check return value of font_spec_from_name.
4651 (Fx_list_fonts): Doc fix. (Bug#1951)
4652
4653 * font.c (font_spec_from_name): Return Qnil if font name could not
4654 be parsed.
4655 (font_parse_name): Treat a `?' character as part of an XLFD.
4656
4657 * fns.c (Fsubstring): Doc fix.
4658
4659 2009-01-19 Kenichi Handa <handa@m17n.org>
4660
4661 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
4662 (ftfont_list): Likewise.
4663
4664 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * dbusbind.c (Fdbus_register_signal):
4667 * process.c (conv_sockaddr_to_lisp):
4668 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4669
4670 * callproc.c (Fgetenv_internal): Doc fix.
4671
4672 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4675 it is not even used.
4676
4677 2009-01-16 Glenn Morris <rgm@gnu.org>
4678
4679 * font.c (Ffont_variation_glyphs): Silence compiler.
4680
4681 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4684 Reported by David Robinow <drobinow@gmail.com>.
4685
4686 2009-01-15 Kenichi Handa <handa@m17n.org>
4687
4688 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4689
4690 2009-01-14 Jason Rumney <jasonr@gnu.org>
4691
4692 * frame.c (x_set_font): Always store a font to the font parameter,
4693 never a fontset. (Bug#1562)
4694
4695 2009-01-14 Kenichi Handa <handa@m17n.org>
4696
4697 * coding.c (TWO_MORE_BYTES): New macro.
4698 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
4699
4700 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * font.c (font_clear_prop): If clearing the family, clear the font
4703 width index too.
4704
4705 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4706
4707 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4710 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4711 functions, use sizeof.
4712
4713 2009-01-12 Martin Rudalics <rudalics@gmx.at>
4714
4715 * keyboard.c (read_char): Fix case where last_nonmenu_event
4716 returned a bad value with submenus. (Bug#447)
4717
4718 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4721 family, clear the font width index too.
4722
4723 2009-01-11 Jason Rumney <jasonr@gnu.org>
4724
4725 * keyboard.c (cmd_error_internal): Exit when errors occur before
4726 frame creation and not in daemon mode. (Bug#1836)
4727
4728 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4731 of a display vector, backtrack.
4732 (try_window_reusing_current_matrix): Check glyph type before
4733 referencing charpos member.
4734
4735 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4736
4737 Fix Bug #876:
4738
4739 * coding.c (inhibit_null_byte_detection): New variable.
4740 (detect_coding, detect_coding_system): Don't pay attention to null
4741 bytes if inhibit_null_byte_detection is non-zero.
4742 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
4743 <inhibit-iso-escape-detection>: Doc fix.
4744
4745 2009-01-09 Jason Rumney <jasonr@gnu.org>
4746
4747 * w32font.c (add_font_entity_to_list): Don't report unknown
4748 Windows charset as any unrecognized registry. (Bug#1548)
4749 Only report Unicode Plane 2 fonts as unicode-sip.
4750
4751 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * xfaces.c (Fx_font_family_list): Delete function.
4754 Move compatibility version to faces.el.
4755
4756 * font.c (Ffont_family_list): Return a list of strings, not symbols.
4757
4758 2009-01-09 Martin Rudalics <rudalics@gmx.at>
4759
4760 * frame.c (x_set_frame_parameters): Remember requested value for
4761 fullscreen before it's reset by the parameter handler.
4762
4763 2009-01-09 Glenn Morris <rgm@gnu.org>
4764
4765 * keyboard.c (last_command_char): For clarity, rename to...
4766 (last_command_event): ... and update all users.
4767 (last_input_char): For clarity, rename to...
4768 (last_input_event): ... and update all users.
4769 (last-command-char, last-input-char): Move to subr.el as aliases.
4770 * cmds.c, commands.h: Update for last_command_char rename.
4771
4772 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4773
4774 * font.c (font_open_for_lface): Handle unspecified height attribute.
4775
4776 2009-01-08 Jason Rumney <jasonr@gnu.org>
4777
4778 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4779 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4780 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4781 Don't declare.
4782 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
4783 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4784
4785 2009-01-07 Kenichi Handa <handa@m17n.org>
4786
4787 * fileio.c (Finsert_file_contents): In the case of replace,
4788 remember the coding system used for decoding in
4789 coding_system (Bug#1039).
4790
4791 * coding.c (decode_coding_utf_8): Check byte_after_cr before
4792 breaking the loop. (Bug#870)
4793 (decode_coding_utf_16, decode_coding_emacs_mule)
4794 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4795 (decode_coding_charset): Likewise.
4796
4797 2009-01-05 Martin Rudalics <rudalics@gmx.at>
4798
4799 * frame.c (x_set_frame_parameters): Make sure height (width) get
4800 applied when fullwidth (fullheight) is set. (Bug#1522)
4801
4802 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4805 (utc_base): Declare as ULONGLONG, not long double.
4806 (convert_time_raw): Delete.
4807 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4808 (initialize_utc_base): New function.
4809 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4810 (convert_from_time_t): Use initialize_utc_base; compute result with
4811 64-bit arithmetic.
4812 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4813
4814 2009-01-03 Eli Zaretskii <eliz@gnu.org>
4815
4816 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
4817 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4818 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4819 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4820 [!subprocesses]: Define.
4821 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4822 (Flist_system_processes, Fsystem_process_attributes)
4823 [!subprocesses]: Call list_system_processes and
4824 system_process_attributes instead of returning Qnil.
4825
4826 * dosfns.c (system_process_attributes, list_system_processes):
4827 New functions.
4828
4829 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4830
4831 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4832 Don't use the default (no-op) implementation.
4833
4834 2009-01-03 Jason Rumney <jasonr@gnu.org>
4835
4836 * keyboard.c (parse_modifiers_uncached): Wheel events are
4837 clicks (bug#687).
4838
4839 * w32term.c (x_query_colors, x_query_color): New functions.
4840
4841 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4842 (svg_load_image): Cast returned pointers from dynamically loaded
4843 functions. Eliminate W32 specific code.
4844
4845 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4846
4847 * nsfns.m (x_set_foreground_color, x_set_background_color)
4848 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4849 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4850 x_ prefix instead of ns_. Update references.
4851 (syms_of_nsfns): Add a FIXME comment.
4852
4853 * nsterm.m (x_set_cursor_type): New prototype.
4854 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4855
4856 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4857 for Solaris instead of incorrectly providing Qutime and Qcutime.
4858
4859 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4860
4861 * w32.c (process_times): Compute sum of utime and stime.
4862 (system_process_attributes): Add Qtime to the alist.
4863
4864 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4865 and add them to the alist.
4866
4867 * process.c (top level) <Qtime, Qctime>: New variables.
4868 (syms_of_process): staticpro them.
4869 (Fsystem_process_attributes): Add their documentation to the doc
4870 string.
4871
4872 * process.h: Declare Qtime and Qctime.
4873
4874 2009-01-02 Jason Rumney <jasonr@gnu.org>
4875
4876 * image.c (Qgobject): New symbol.
4877 (syms_of_image): Initialize it.
4878 (init_svg_functions): Load some functions from gobject library.
4879
4880 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4881
4882 * frame.c (make_terminal_frame): Remove redundant code and useless
4883 block.
4884
4885 2009-01-01 Andreas Schwab <schwab@suse.de>
4886
4887 * process.c (conv_sockaddr_to_lisp): Add workaround for
4888 getsockname bug on BSD.
4889
4890 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * xfns.c (x_create_tip_frame): Set border width of the X window.
4893
4894 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
4895
4896 2009-01-01 Jason Rumney <jasonr@gnu.org>
4897
4898 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
4899 Don't block input, as per earlier xterm.c changes.
4900
4901 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4902
4903 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4904 (ns_appkit_version_int): New function.
4905 (x-server-version): Use ns_appkit_version_int and follow 21+
4906 convention of returning 3 integers.
4907
4908 2008-12-30 Kenichi Handa <handa@m17n.org>
4909
4910 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4911 (CHAR_SURROGATE_PAIR_P): New macro.
4912
4913 * font.h (struct font_driver): New member get_variation_glyphs.
4914
4915 * font.c (font_range): Don't require a font for a variation selector.
4916 (Ffont_variation_glyphs): New function.
4917 (syms_of_font): Defsubr it.
4918
4919 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4920 ftfont_variation_glyphs.
4921 (setup_otf_gstring): New function.
4922 (ftfont_drive_otf): Use it.
4923 (ftfont_shape_by_flt): Handle variation selector.
4924 (ftfont_variation_glyphs): New function.
4925
4926 2008-12-30 Martin Rudalics <rudalics@gmx.at>
4927
4928 * frame.c (Vemacs_iconified): Remove.
4929
4930 2008-12-30 Jason Rumney <jasonr@gnu.org>
4931
4932 * frame.c (store_frame_param, x_get_arg): Enable newer code on
4933 WINDOWSNT too, as related changes have already been synced. (Bug#117)
4934
4935 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * indent.c (Fvertical_motion): Don't advance iterator if we have
4938 reseated to the desired position.
4939
4940 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4941 checking for pos match.
4942
4943 2008-12-30 Kenichi Handa <handa@m17n.org>
4944
4945 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4946 just get the low 8-bit of the code.
4947
4948 * font.c (font_intern_prop): Validate str as multibyte.
4949
4950 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4951
4952 * dispextern.h (struct face): Move lface and hash from the middle
4953 of bitfields.
4954
4955 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4956
4957 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4958
4959 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4960 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4961 instead of intervals.h.
4962
4963 2008-12-26 Andreas Schwab <schwab@suse.de>
4964
4965 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4966 cons.
4967
4968 2008-12-26 Martin Rudalics <rudalics@gmx.at>
4969
4970 * textprop.c (Qminibuffer_prompt): New variable.
4971 (syms_of_textprop): Initialize it.
4972 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4973 in minibuffer-prompt face. (Bug#1662)
4974
4975 2008-12-25 Jason Rumney <jasonr@gnu.org>
4976
4977 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4978
4979 2008-12-24 Jason Rumney <jasonr@gnu.org>
4980
4981 * ralloc.c (r_alloc_reset_variable): New function.
4982
4983 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
4984 record of what points where. (Bug#716)
4985
4986 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4987
4988 * minibuf.c (read_minibuf): Follow the non-interactive case when
4989 running as a daemon, before detaching.
4990
4991 2008-12-22 Andreas Schwab <schwab@suse.de>
4992
4993 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4994 * gtkutil.c (free_widget_value): Use xfree instead of free.
4995
4996 2008-12-22 Martin Rudalics <rudalics@gmx.at>
4997
4998 * frame.c (delete_frame): New function derived from
4999 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5000 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5001 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5002 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5003 * frame.h: Extern delete_frame.
5004 * window.c (window_loop):
5005 * terminal.c (delete_terminal):
5006 * xterm.c (x_connection_closed):
5007 * xfns.c (Fx_hide_tip):
5008 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5009
5010 2008-12-21 Jason Rumney <jasonr@gnu.org>
5011
5012 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5013 when character maps to .notdef character.
5014
5015 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5018
5019 2008-12-20 Jason Rumney <jasonr@gnu.org>
5020
5021 * frame.c (Fmake_terminal_frame): Raise an error when called from
5022 a graphical frame on Windows. (Bug#1325)
5023
5024 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5025
5026 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5027
5028 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * minibuf.c (Fread_buffer): Doc fix.
5031
5032 2008-12-20 Jason Rumney <jasonr@gnu.org>
5033
5034 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5035 server name in UNC paths. (Bug#719)
5036
5037 * coding.c (decode_coding): Clear chars_at_source flag when using
5038 charbuf. (Bug#1035)
5039
5040 2008-12-19 Daniel Engeler <engeler@gmail.com>
5041
5042 * sysdep.c (serial_configure): Fix typo.
5043
5044 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5045
5046 * sysdep.c: Include alloca.h.
5047 (system_process_attributes): Add implementation for Solaris.
5048
5049 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5050
5051 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5052
5053 Reorganize implementation of Flist_system_processes and
5054 Fsystem_process_attributes. No functional changes.
5055 * process.c: Don't #include pwd.h, grp.h and limits.h.
5056 (Flist_system_processes): Just call list_system_processes.
5057 (Fsystem_process_attributes): Just call system_process_attributes.
5058 (procfs_list_system_processes, time_from_jiffies)
5059 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5060 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5061
5062 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5063 (list_system_processes): Rename from
5064 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5065 Provide a do nothing implementation.
5066 (system_process_attributes): Rename from
5067 procfs_list_system_processes.
5068 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5069 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5070
5071 * w32.c (list_system_processes): Rename from
5072 w32_list_system_processes.
5073 (system_process_attributes): Rename from
5074 w32_system_process_attributes.
5075
5076 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5077
5078 * process.h (w32_list_system_processes)
5079 (w32_system_process_attributes): Remove.
5080 (list_system_processes, system_process_attributes):
5081 New prototypes.
5082
5083 2008-12-19 Kenichi Handa <handa@m17n.org>
5084
5085 * xfont.c (xfont_decode_coding_xlfd): New function.
5086 (xfont_encode_coding_xlfd): New function.
5087 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5088 (xfont_list): Decode and encode XLFD by iso-8859-1.
5089 (xfont_match): Likewise.
5090 (xfont_list_family): Likewise.
5091 (xfont_open): Likewise.
5092
5093 * ftfont.c (ftfont_open): Generate a multibyte string if given
5094 names are utf-8.
5095
5096 * xftfont.c (xftfont_open): Generate a multibyte string if given
5097 names are utf-8.
5098
5099 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5100
5101 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5102 changed.
5103 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5104 clicked on a detached tool bar button.
5105
5106 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5107
5108 * emacs.c (main): Print and error and exit when no data is read
5109 from the pipe.
5110
5111 2008-12-17 Jason Rumney <jasonr@gnu.org>
5112
5113 * w32font.c (w32font_has_char): Always return -1.
5114
5115 2008-12-16 Kenichi Handa <handa@m17n.org>
5116
5117 * font.c (font_open_entity): Fix previous change.
5118
5119 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5120
5121 * process.c: Include <limits.h>.
5122
5123 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5124
5125 * font.c (font_update_drivers): Fix mistake in reconstructing the
5126 driver list.
5127
5128 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * font.c (font_clear_cache): Fix format of font cache data.
5131
5132 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * xftfont.c (xftfont_open): Free Xft font pattern if
5135 XftFontOpenPattern fails.
5136
5137 * xterm.c (x_free_frame_resources): Remove extraneous call to
5138 free_frame_faces.
5139
5140 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * xterm.c (x_delete_display): Move xim_close_dpy call to
5143 x_delete_terminal.
5144 (x_delete_terminal): Call xim_close_dpy.
5145
5146 2008-12-13 Jason Rumney <jasonr@gnu.org>
5147
5148 * w32font.c (intern_font_name): New function.
5149 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5150 (w32font_open_internal, Fx_select_font): Decode font name.
5151 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5152
5153 * w32font.h (intern_font_name): Declare new function.
5154
5155 * w32uniscribe.c (add_opentype_font_name_to_list):
5156 Use intern_font_name.
5157
5158 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * frame.c (Fdelete_frame): Call free_font_driver_list.
5161
5162 * font.c (free_font_driver_list): Implement missing function.
5163
5164 * w32term.c (w32_term_init): Don't initialize the image cache
5165 here; it will be done in init_frame_faces.
5166
5167 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5168 (struct x_display_info): Remove unused member null_pixel. New
5169 member xim_callback_data.
5170
5171 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5172 (xim_initialize): Save pointer to callback function data.
5173 (xim_close_dpy): Free callback function data. Call XCloseIM,
5174 reverting 2008-11-04 change by David Smith.
5175 (x_term_init): Don't initialize the image cache here; it will be
5176 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5177 (x_delete_display): Free x_dnd_atoms member.
5178
5179 2008-12-13 Kenichi Handa <handa@m17n.org>
5180
5181 * font.c (font_rescale_ratio): Moved from xfaces.c.
5182 Argument type changed. Handle a font-spec too.
5183 (font_score): Check Vface_font_rescale_alist.
5184 (font_open_entity): Likewise. (Bug#1547)
5185
5186 * xfaces.c (font_rescale_ratio): Moved to font.c.
5187
5188 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5191
5192 2008-12-12 Jason Rumney <jasonr@gnu.org>
5193
5194 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5195 Vwindow_system_version to the real w32 major version.
5196
5197 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * term.c (init_tty): Move setting the terminal name before the
5200 potential user: maybe_fatal.
5201
5202 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5205 all callers changed. Call free_frame_faces to free the face cache.
5206
5207 2008-12-11 Jason Rumney <jasonr@gnu.org>
5208
5209 * w32font.c (fill_in_logfont): Don't assume symbol script means
5210 SYMBOL_CHARSET. (Bug#547)
5211
5212 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5213 size for surrogates. (Bug#1096, bug#872)
5214
5215 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5218
5219 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5220
5221 * process.c (Fsystem_process_attributes, syms_of_process):
5222 Fix typo in name of Ssystem_process_attributes.
5223 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5224
5225 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5226
5227 * syntax.c (Fmodify_syntax_entry): Doc fix.
5228
5229 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * font.c (Ffont_spec): Move usage to end of docstring.
5232
5233 2008-12-10 Jason Rumney <jasonr@gnu.org>
5234
5235 * w32font.c (Qcham): New symbol.
5236 (font_supported_scripts): Add cham, and comments for other new
5237 scripts in bitfield from OpenType spec.
5238 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5239 contain characters beyond the bmp.
5240
5241 2008-12-10 Kenichi Handa <handa@m17n.org>
5242
5243 * ftfont.c (fc_charset_table): Add "unicode-sip".
5244 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5245 Qunicode_sip.
5246
5247 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5250 (Fcoding_system_put): Use QCdefault_char.
5251 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5252
5253 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * xftfont.c (syms_of_xftfont): Fix typo.
5256
5257 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5258
5259 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5260
5261 * emacs.c (main): Close daemon_pipe on exec.
5262
5263 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * termchar.h (struct tty): New members termcap_term_buffer and
5266 termcap_strings_buffer.
5267
5268 * term.c (encode_terminal_code): Free any previous memory blocks
5269 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5270 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5271 All callers changed.
5272 (init_tty): Store termcap data and string buffers in new struct
5273 tty members termcap_term_buffer and termcap_strings_buffer.
5274 (delete_tty): Free them.
5275 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5276
5277 2008-12-07 Seiji Zenitani <zenitani@mac.com>
5278
5279 * nsfns.m (ns_set_background_color): Remove code duplication.
5280 It was a substitute for face-transparency on OS X 10.3.
5281
5282 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * coding.c (make_conversion_work_buffer): Disable buffer
5285 modification hooks in the work buffer.
5286
5287 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5288
5289 * process.c (procfs_system_process_attributes): If `nread' has a
5290 negative value, assign zero to it.
5291
5292 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * eval.c (Vdebug_on_error): Doc fix.
5295
5296 2008-12-05 Kenichi Handa <handa@m17n.org>
5297
5298 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5299 second character is a combining character.
5300
5301 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5302
5303 * process.c (procfs_system_process_attributes): Don't use cmd,
5304 cmdsize, and q without initializing them first.
5305
5306 2008-12-04 Jason Rumney <jasonr@gnu.org>
5307
5308 * w32font.c (w32font_draw): Initialize orig_clip before getting
5309 it, and delete it when finished.
5310
5311 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5312
5313 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5314 case when running as a daemon before detaching.
5315
5316 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
5317
5318 * w32.c (init_environment): Don't unload library shell32.dll.
5319
5320 2008-12-03 Kenichi Handa <handa@m17n.org>
5321
5322 * font.c (font_at): Set `multibyte' at first.
5323
5324 * coding.c (decode_coding_charset): Check type of an element of
5325 vector VALIDS.
5326 (encode_coding_emacs_mule): Be sure to set `code'.
5327
5328 * fontset.c (face_for_char): Handle invalid charset property correctly.
5329 (font_for_char): Likewise.
5330
5331 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * font.c (Fopen_font): Compute pixel size correctly.
5334 (font_update_lface): Handle fonts with corrupted size specs,
5335 i.e. non-int and non-float.
5336
5337 * ftfont.c (ftfont_match): Initialize entity variable.
5338 (ftfont_resolve_generic_family): Avoid using uninitialized var.
5339 (ftfont_list_family): Initialize list var earlier.
5340
5341 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5342
5343 * xterm.c (x_draw_glyph_string): Fall back on
5344 underline_minimum_offset for underline position.
5345
5346 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5347
5348 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5349
5350 * character.c (c_string_width): Specify the type for LEN.
5351
5352 2008-12-03 Kenichi Handa <handa@m17n.org>
5353
5354 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5355 (decode_coding_utf_8): Likewise.
5356 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5357 (produce_chars): Initialize consumed_chars to 0.
5358
5359 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * keyboard.c (make_lispy_position): Only use PT if the selected
5362 window is current.
5363
5364 2008-12-02 Andreas Schwab <schwab@suse.de>
5365
5366 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5367
5368 * doprnt.c (doprnt1): Fix size of charbuf.
5369
5370 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * keyboard.c (timer_check): Revert last change.
5373
5374 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5377
5378 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
5379
5380 * makefile.w32-in: Update dependencies.
5381 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5382
5383 2008-12-01 Andreas Schwab <schwab@suse.de>
5384
5385 * font.c (register_font_driver): Use xmalloc.
5386 (font_put_frame_data): Likewise.
5387
5388 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * xfaces.c (realize_x_face): Make abort condition clearer.
5391
5392 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5393
5394 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * keyboard.c (timer_check): After a timer runs, ensure that the
5397 selected window's buffer is current.
5398
5399 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5402 It was accidentally restored by the Unicode merge.
5403
5404 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5405
5406 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * w32proc.c: Include "coding.h".
5409 (Fw32_short_file_name): Encode filename passed to Windows API.
5410 (Fw32_long_file_name): Encode filename passed to Windows API and
5411 decode back the result. (Bug#1433)
5412
5413 2008-11-29 Kenichi Handa <handa@m17n.org>
5414
5415 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5416 not before accessing it.
5417
5418 * charset.c (Fdefine_charset_internal): After calculating
5419 min_char, max_char, and fastmap, copy the charset structure again.
5420 (encode_char): Fix the previous change.
5421
5422 2008-11-28 Seiji Zenitani <zenitani@mac.com>
5423
5424 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5425
5426 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5427
5428 * nsterm.m (x_set_frame_alpha): New function.
5429
5430 2008-11-27 Eli Zaretskii <eliz@gnu.org>
5431
5432 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5433
5434 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
5435
5436 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5437 pointer to check_face_name.
5438
5439 2008-11-27 Kenichi Handa <handa@m17n.org>
5440
5441 * category.h (SET_CATEGORY_SET): Call set_category_set.
5442 (set_category_set): Extern it.
5443
5444 * category.c (hash_get_category_set): New function.
5445 (Fmodify_category_entry): Adjusted for the change of
5446 char_table_ref_and_range. Call hash_get_category_set to get a
5447 category set to store in the table.
5448
5449 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5450 Funify_charset.
5451
5452 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5453 (DECODE_CHAR): Check if the decoder vector is ready.
5454 (ENCODE_CHAR): Check if the encoder char-table is ready.
5455 (maybe_unify_char): Extern it.
5456
5457 * charset.c (Vchar_unified_charset_table): Delete it.
5458 (inhibit_load_charset_map): New variable.
5459 (temp_charset_work): New variable.
5460 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5461 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5462 New macros.
5463 (load_charset_map): Meaning of control_flag changed. If
5464 inhibit_load_charset_map is nonzero, setup a table in
5465 temp_charset_work.
5466 (load_charset): New argument control_flag.
5467 (map_charset_for_dump): New function.
5468 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5469 map_charset_for_dump.
5470 (Fdefine_charset_internal): If the charset method is MAP, load
5471 mapping tables by calling load_charset.
5472 (Funify_charset): Don't load a mapping table but directly set
5473 Vchar_unify_table.
5474 (maybe_unify_char): New function.
5475 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5476 Handle the case of inhibit_load_charset_map being nonzero.
5477 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5478 Handle the case of inhibit_load_charset_map being nonzero.
5479 (Fclear_charset_maps): Just free temp_charset_work.
5480 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5481 variable.
5482
5483 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5484 change of char_table_ref_and_range.
5485 (char_table_ref_and_range): Change the meaning of argument FROM
5486 and TO. Now the caller must provide initial values for *FROM
5487 and *TO.
5488
5489 * fontset.c (fontset_add): Adjusted for the change of
5490 char_table_ref_and_range.
5491 (fontset_get_font_group): Likewise.
5492 (Ffontset_info): Likewise.
5493
5494 * keymap.c (describe_vector): Adjusted for the change of
5495 char_table_ref_and_range. For char-table, put boundary between
5496 non-ASCII and 8-bit characters.
5497
5498 * print.c (print_object): For bool-vector, delete unnecessary
5499 check of ASCII_BYTE_P.
5500
5501 2008-11-26 Jason Rumney <jasonr@gnu.org>
5502
5503 * w32font.c (w32font_open_internal): Don't include external
5504 leading in font height. (Bug#879)
5505
5506 2008-11-26 Glenn Morris <rgm@gnu.org>
5507
5508 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5509 redefinition with ifdef. (Bug#1383)
5510
5511 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5512
5513 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5514
5515 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5516
5517 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5518 New EmacsView methods.
5519 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5520 Fixes bug #1048,1357,1414.
5521
5522 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5523
5524 Fix bug #1362.
5525 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5526 is not an indexed color.
5527 * nsterm.m (free_indexed_color): Add argument checking.
5528 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5529
5530 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5533 Document confirm-after-completion value for
5534 minibuffer-completion-confirm.
5535
5536 2008-11-24 Jason Rumney <jasonr@gnu.org>
5537
5538 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5539 warning.
5540
5541 2008-11-23 Jason Rumney <jasonr@gnu.org>
5542
5543 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5544 restored before returning.
5545
5546 * w32font.c (check_face_name): New function.
5547 (add_font_entity_to_list): Use it to filter out common substituted
5548 fonts. (Bug#642)
5549
5550 2008-11-22 Martin Rudalics <rudalics@gmx.at>
5551
5552 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5553 confirm-nonexistent-file-or-buffer in doc-string.
5554
5555 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5558 Fix copy/paste typo. Add checks.
5559
5560 2008-11-21 Kenichi Handa <handa@m17n.org>
5561
5562 * coding.c (detect_coding_iso_2022): Reject invalid composition
5563 sequence.
5564 (DECODE_COMPOSITION_START): If the current source is the last
5565 block, and the current composition doesn't end, regard this
5566 sequence as invalid.
5567 (decode_coding_iso_2022): Handle invalid composition sequence.
5568
5569 2008-11-20 Martin Rudalics <rudalics@gmx.at>
5570
5571 * window.c (coordinates_in_window): Don't return
5572 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5573 line when the window is not the rightmost one. (Bug#1372)
5574
5575 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5576
5577 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5578
5579 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5580
5581 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5582 and bright_bg if noninteractive is non-zero.
5583
5584 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5585
5586 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5587 x_draw_glyph_string_background.
5588
5589 * w32term.c (x_draw_glyph_string): Likewise.
5590
5591 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5594 the next glyph string once past the overhang width.
5595
5596 * nsterm.m (ns_draw_glyph_string): Likewise.
5597
5598 * w32term.c (x_draw_glyph_string): Likewise.
5599
5600 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5601
5602 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5603 double file close.
5604
5605 2008-11-14 Martin Rudalics <rudalics@gmx.at>
5606
5607 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5608 dedicated status of window before attempting to display another
5609 buffer in it.
5610
5611 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5612
5613 * msdos.c (Fmsdos_long_file_names):
5614 (syms_of_msdos) <dos-unsupported-char-glyph>:
5615 * dosfns.c (Fint86): Fix typos in docstrings.
5616
5617 2008-11-14 Eli Zaretskii <eliz@gnu.org>
5618
5619 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5620
5621 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5622
5623 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5624
5625 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5626
5627 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5628
5629 * frame.h: Negative alpha means "don't touch".
5630
5631 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5632
5633 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5634
5635 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5636
5637 * hftctl.c:
5638 * chpdef.h:
5639 * acldef.h: Remove files used only for systems no longer supported.
5640
5641 * Makefile.in: Fix .o alphabetical ordering.
5642 (hftctl.o): Remove dependency, file removed.
5643 (keymap.o, print.o): Depend on charset.h.
5644
5645 2008-11-10 Kenichi Handa <handa@m17n.org>
5646
5647 * character.c (Fget_byte): Fix and make it faster for unibyte target.
5648
5649 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * dired.c (file_name_completion): If completion_ignore_case is
5652 enabled, ignore case when checking completion-regexp-list.
5653
5654 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5655
5656 * vm-limit.c (get_lim_data): Fix last change.
5657
5658 2008-11-08 Kenichi Handa <handa@m17n.org>
5659
5660 * character.c (Fget_byte): New function.
5661 (syms_of_character): Defsubr Fget_byte.
5662
5663 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5666 cursor position is valid after scrolling.
5667
5668 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
5669
5670 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5671
5672 2008-11-06 Glenn Morris <rgm@gnu.org>
5673
5674 * xterm.c (handle_one_xevent): Don't let popup menus cause
5675 mouse-autoselect-window related window switching. (Bug#1261)
5676
5677 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5678
5679 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5680
5681 2008-11-04 Andreas Schwab <schwab@suse.de>
5682
5683 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5684
5685 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5686
5687 * xfns.c (Fx_wm_set_size_hint): New function.
5688
5689 2008-11-03 Martin Rudalics <rudalics@gmx.at>
5690
5691 * textprop.c (Fprevious_single_char_property_change): Return 0
5692 when there's no change in a string. (Bug#1301)
5693
5694 2008-11-02 Martin Rudalics <rudalics@gmx.at>
5695
5696 * frame.c (do_switch_frame): New argument NORECORD passed to
5697 Fselect_window.
5698 (Fselect_frame): New argument NORECORD passed to
5699 do_switch_frame.
5700 (Fset_frame_selected_window): New argument NORECORD passed to
5701 Fselect_frame.
5702 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5703 in call of do_switch_frame.
5704 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5705 Handle NORECORD argument in call of Fselect_frame.
5706 * lisp.h (do_switch_frame, Fselect_frame)
5707 (Fset_frame_selected_window): Adjust declarations.
5708 * window.c (select_frame_norecord): New function.
5709 (run_window_configuration_change_hook): Use it and call
5710 Fselect_frame with NORECORD set.
5711 (Fselect_window): Pass NORECORD to Fselect_frame.
5712 (Fset_window_configuration): Handle NORECORD argument in call of
5713 do_switch_frame.
5714 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5715 Fset_frame_selected_window.
5716 * keyboard.c (command_loop_1): Handle NORECORD in call of
5717 Fselect_frame (currently ifdefd).
5718
5719 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5720
5721 * emacs.c (USAGE2): Untabify.
5722
5723 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * composite.c (fill_gstring_header): Fix copy/paste typo.
5726
5727 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5728
5729 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5730 (Fother_window): Rename argument and rewrite doc-string.
5731 (select_window_norecord): Fix return value. (Bug#1276)
5732
5733 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5736 new frames overriding foreground for tooltips. Based on similar patch
5737 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5738
5739 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5740
5741 * emacs.c (Fdaemon_initialized): Initialize nfd.
5742
5743 2008-10-29 Martin Rudalics <rudalics@gmx.at>
5744
5745 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5746 (Fwindow_text_height): Clarify doc-strings.
5747 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5748 doc-string of window-scroll-functions.
5749
5750 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5751
5752 * category.c (syms_of_category): Fix typo in docstring.
5753
5754 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5757 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5758 Fix typos in docstrings.
5759
5760 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5761
5762 * emacs.c (daemon_pipe): Make non-static.
5763 (IS_DAEMON): Move definition ...
5764 * lisp.h (IS_DAEMON): ... here.
5765 (daemon_pipe): Declare.
5766 (is_daemon): Remove.
5767 * dispnew.c (init_display): Use IS_DAEMON.
5768
5769 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5772 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5773
5774 * emacs.c (is_daemon): Remove.
5775 (main): Don't set is_daemon.
5776 (IS_DAEMON): New macro.
5777 (Fdaemonp, Fdaemon_initialized): Use it.
5778 (Fdaemon_initialized): Write a char into the pipe to make sure the
5779 parent exits.
5780 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5781
5782 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5785 over-sized glyph, draw it with the default glyph width.
5786
5787 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5788 glyph, draw it with the default glyph width.
5789
5790 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5791 glyph, draw it with the default glyph width.
5792
5793 * xdisp.c (try_scrolling): When computing the distance from the
5794 scroll margin to PT, try moving some distance past the window
5795 bottom before giving up.
5796
5797 2008-10-27 Martin Rudalics <rudalics@gmx.at>
5798
5799 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5800 (Fset_window_buffer): Explain in doc-string that a window can be
5801 "strongly" dedicated to its buffer.
5802
5803 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5804
5805 * emacs.c (daemon_name): New variable.
5806 (main): Deal with --daemon=SERVER_NAME.
5807 (Fdaemonp): Return a name if one was passed to --daemon.
5808
5809 2008-10-26 Romain Francoise <romain@orebokech.com>
5810
5811 * emacs.c (daemon_pipe): New variable.
5812 (main): Create a pipe before forking, make the parent exit only after
5813 the child has closed its end of the pipe. Move closing the
5814 descriptors ...
5815 (Fdaemon_initialized): ... here. New function.
5816
5817 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5820 the previous unoptimized table.
5821
5822 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5823 the distinction between non-nil and non-t value of `dedicated'.
5824
5825 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5826
5827 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
5828 read_char_minibuf_menu_text is large enough to hold the menu string.
5829
5830 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5831
5832 * window.c (Fget_buffer_window, Fdelete_windows_on)
5833 (Freplace_buffer_in_windows): Make buffer argument optional and
5834 rename to buffer_or_name.
5835
5836 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
5837
5838 * xdisp.c (handle_single_display_spec, handle_display_prop):
5839 Undo 2005-05-16 change.
5840 (handle_stop): Pop iterator if it's loaded with an empty string.
5841 (get_overlay_strings_1): Don't save iterator if it's loaded with
5842 an empty string (bug#1201).
5843
5844 2008-10-24 Kenichi Handa <handa@m17n.org>
5845
5846 * ftfont.c (ftfont_otf_features): Fix previous change.
5847 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5848 calling ftfont_otf_features.
5849
5850 2008-10-24 Kenichi Handa <handa@m17n.org>
5851
5852 * font.c (font_match_p): Fix for the case that a vector of
5853 characters is in script-representative-chars.
5854
5855 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * dbusbind.c (xd_in_read_queued_messages): New variable.
5858 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5859 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5860 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5861 macro. (Bug#1186)
5862
5863 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5864
5865 * s/sol2-10.h: New file.
5866
5867 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5868
5869 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5870 poor beast has survived 9+ years and the jump from xterm.c!).
5871
5872 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5873
5874 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5875 Reword doc-string.
5876 (Fbury_buffer): In doc-string say what happens to the buffer's window.
5877
5878 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5879
5880 * character.c (syms_of_character) <script-representative-chars>:
5881 <unicode-category-table>: Doc fixes.
5882
5883 2008-10-23 Noah Friedman <friedman@splode.com>
5884
5885 * coding.c (make_conversion_work_buffer): Check that
5886 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5887 Fget_buffer_create.
5888
5889 2008-10-23 Kenichi Handa <handa@m17n.org>
5890
5891 * font.c (font_add_log): Check the values of extra properties.
5892
5893 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5894
5895 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5896 Reword doc-string.
5897 (Fset_window_parameter): Use NILP.
5898 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
5899 (Frecenter): Use "selected" instead of "current" window in doc-strings.
5900
5901 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5904
5905 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5906
5907 * nsfns.m (ns_appkit_version): New function.
5908 (x-server-version): Use it.
5909 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5910 (x-server-vendor): Don't check_ns().
5911
5912 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5913
5914 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5917 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5918
5919 2008-10-22 Kenichi Handa <handa@m17n.org>
5920
5921 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5922 scripts.
5923
5924 * category.c (word_boundary_p): Check scripts instead of charset.
5925 Handle nil value in word-separating-categories and
5926 word-combining-categories.
5927 (syms_of_category): Fix docstrings of word-separating-categories
5928 and word-combining-categories.
5929
5930 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5931
5932 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5933 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5934
5935 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5936
5937 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5938 Rename arg "buffer" to "buffer_or_name".
5939 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5940 it optional.
5941 (no_switch_window): Remove since the return value is not used.
5942 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
5943 Consider window as dedicated when Fwindow_dedicated_p returns a
5944 non-nil value.
5945 * lisp.h: Remove prototype for no_switch_window.
5946
5947 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5948
5949 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
5950 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
5951
5952 2008-10-21 Kenichi Handa <handa@m17n.org>
5953
5954 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5955 check Vlatin_extra_code_table.
5956
5957 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5958
5959 * fileio.c (Fset_file_modes): Doc fix.
5960
5961 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5964 in arrays.
5965
5966 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5967
5968 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5969 Mention kill-buffer in doc-string.
5970 (Fset_window_buffer): Reinsert tem check removed in last commit.
5971 (Fenlarge_window, Fshrink_window): Have argument names and
5972 doc-string follow Elisp manual more closely.
5973
5974 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5975
5976 * fileio.c (Fset_file_modes): Doc fix.
5977
5978 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5979
5980 * window.c (Fwindow_width, Fset_window_start)
5981 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
5982 (Fdelete_windows_on, Freplace_buffer_in_windows):
5983 Make doc-strings follow code and Elisp manual more closely.
5984 (Fwindow_dedicated_p): Make window argument optional.
5985 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5986 (Fset_window_buffer): Respect any non-nil dedicated value for
5987 window. Rename "buffer" argument to "buffer_or_name".
5988
5989 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
5990
5991 * m/sh3.h: New file, machine description for SuperH.
5992
5993 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5994
5995 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5996
5997 2008-10-17 Kenichi Handa <handa@m17n.org>
5998
5999 * ftfont.c (ftfont_otf_features): Fix indexing
6000 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6001
6002 2008-10-16 Magnus Henoch <mange@freemail.hu>
6003
6004 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6005 (Fdbus_call_method_asynchronously): Ditto.
6006 This change makes C-h f display the argument list.
6007
6008 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * fileio.c (Fexpand_file_name): Doc fix.
6011
6012 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6013 of :foreground and :background equivalent to unspecified (20.x
6014 compatibility).
6015
6016 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6017
6018 * buffer.c (syms_of_buffer): Doc fix.
6019
6020 2008-10-14 Kenichi Handa <handa@m17n.org>
6021
6022 * font.c (font_clear_prop): When clearing font width, clear the
6023 average width field too.
6024
6025 2008-10-12 Andreas Schwab <schwab@suse.de>
6026
6027 * ftfont.c (ftfont_shape_by_flt): Make static.
6028 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6029
6030 * font.c: Don't include <m17n-flt.h>.
6031
6032 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6033
6034 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6035
6036 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6037
6038 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6039 away code.
6040
6041 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * dispnew.c (update_text_area): Avoid looping due to large glyph
6044 overhangs (bug#1070).
6045
6046 2008-10-09 Kenichi Handa <handa@m17n.org>
6047
6048 * fontset.c (face_for_char): If face->fontset is negative, just
6049 return ascii_face.
6050
6051 * font.c (font_delete_unmatched): Fix previous change.
6052 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6053
6054 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6055
6056 * frame.c (Fraise_frame): On text-only terminals select frame in
6057 order to make it visible. (Bug#1061)
6058
6059 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * fontset.c (fontset_find_font): Check frame validity.
6062
6063 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * gtkutil.c (xg_display_open): Reset default display if none exists.
6066 (xg_display_close): Allow Emacs to close all displays (bug#985).
6067
6068 2008-10-06 Andreas Schwab <schwab@suse.de>
6069
6070 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6071
6072 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6073
6074 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6075
6076 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6077
6078 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6079 during initialization.
6080
6081 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6082
6083 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6084 whole thing on MSDOS frames as well as on a TTY.
6085
6086 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6087 well as for TTY.
6088 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6089 well as on a TTY.
6090
6091 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6092 as well as for TTY.
6093
6094 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6095
6096 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6097 MSDOS frames as well.
6098
6099 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6100
6101 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6102 correct arguments.
6103 * menu.c (find_and_return_menu_selection): Add cast.
6104
6105 2008-10-03 Glenn Morris <rgm@gnu.org>
6106
6107 * emacs.c (USAGE1): Add --daemon.
6108
6109 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6110
6111 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6112 100, so it's in percents as advertised.
6113
6114 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6115
6116 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6117 (ns_output.current_cursor, ns_output.desired_cursor)
6118 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6119 (FRAME_NEW_CURSOR_COLOR): Remove.
6120
6121 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6122 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6123 enumeration (HOLLOW_BOX_CURSOR, etc.).
6124
6125 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6126 (draw_window_cursor): Simplify code.
6127 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6128 Don't change cursor type. In latter, call rehighlight instead of doing
6129 updates manually.
6130 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6131 Use core Emacs cursor types.
6132
6133 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6134
6135 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6136
6137 * process.c (Faccept_process_output): Fix doc-string.
6138
6139 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6140
6141 * gmalloc.c (__sbrk): Also define for uClibc.
6142
6143 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6144 for uClibc.
6145
6146 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6147
6148 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6149 styles.
6150 (nsfont_open): Reenable the cache.
6151
6152 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6153
6154 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6155 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6156
6157 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6160 a suspended terminal.
6161
6162 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6163
6164 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6165
6166 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6167
6168 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6169
6170 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6173 in a continued line coincides with a line beginning.
6174
6175 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6176
6177 * nsfont.m (nsfont_trait_distance): Fix bug.
6178 (nsfont_list): Return a list rather than a vector (syncs with Handa
6179 changes of 2008-05-14).
6180 (nsfont_open): Improve logging.
6181
6182 2008-09-29 Andreas Schwab <schwab@suse.de>
6183
6184 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6185
6186 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6187
6188 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6189 name as char-resolve-modifiers.
6190 Reported by: Markus Triska <markus.triska@gmx.at>
6191
6192 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6193
6194 * dispnew.c (init_display): Return earlier when running as a daemon.
6195
6196 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6197
6198 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6199
6200 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6201
6202 * composite.c (Fcomposition_get_gstring)
6203 (Fcompose_region_internal, Fcompose_string_internal)
6204 (Ffind_composition_internal): Doc fix.
6205 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6206 (syms_of_composite) <auto-composition-function>: Doc fix.
6207 (syms_of_composite) <composition-function-table>: Doc fix.
6208
6209 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * search.c (wordify): New argument for lax word-ends.
6212 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6213
6214 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6215
6216 * lisp.h (is_daemon): Declare.
6217 * dispnew.c (init_display): Do not try to initialize the terminal
6218 when running as a daemon.
6219
6220 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6223 x_display_pixel_height.
6224
6225 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6226
6227 * undo.c (record_point): Don't call Fundo_boundary for first
6228 change. (Bug#731)
6229
6230 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * emacs.c (Fdaemonp): Doc fix.
6233
6234 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 * emacs.c (main): Place #ifdef in the proper place.
6237
6238 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6239
6240 * emacs.c (standard_args): Add --daemon.
6241 (main): Disconnect from the terminal when --daemon is passed.
6242 (is_daemon): New variable.
6243 (Fdaemonp): New function.
6244 (syms_of_emacs): Defsubr it.
6245
6246 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * xdisp.c (get_next_display_element): Handle string display
6249 correctly when checking for the end of a box run.
6250
6251 2008-09-20 Glenn Morris <rgm@gnu.org>
6252
6253 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6254 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6255 (Frename_file): Avoid copying to trash if a rename involves
6256 a delete. (Bug#964).
6257
6258 2008-09-20 Eli Zaretskii <eliz@gnu.org>
6259
6260 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6261 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6262 frames as well as termcap frames.
6263 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6264 get_named_tty.
6265
6266 2008-09-19 Eli Zaretskii <eliz@gnu.org>
6267
6268 * process.c (procfs_system_process_attributes): Fix cmdline in
6269 case /proc/PID/cmdline is empty.
6270
6271 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6272 x_display_pixel_height.
6273
6274 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
6275
6276 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6277
6278 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6279 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6280
6281 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 * dispextern.h (struct it): Move line_wrap away from the middle of
6284 bitfields. Move voffset in struct iterator_stack_entry after the
6285 bitfields. Move tab_width near after another short.
6286
6287 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6288
6289 * frame.h (struct frame): Move alpha from the middle of bitfields.
6290
6291 * window.h (struct window): Move frozen_window_start_p after the
6292 rest of the bitfields to reduce padding.
6293
6294 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * xterm.h (x_display_info): Remove `height' and `width' members.
6297
6298 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6299
6300 * w32term.h (w32_display_info): Remove `height', `width',
6301 `height_in', and `width_in' members.
6302
6303 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6304 New functions.
6305 (x_calc_absolute_position): Use them.
6306 (x_term_init): Omit removed `height' and `width' members.
6307
6308 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6309 New functions.
6310 (w32_read_socket, x_calc_absolute_position): Use them.
6311 (w32_initialize_display_info, w32_term_init): Omit removed members
6312 of w32_display_info.
6313
6314 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6315 New functions.
6316 (ns_initialize_display_info): Omit removed members of ns_display_info.
6317
6318 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6319 New functions.
6320 (x_calc_absolute_position): Use them.
6321 (x_term_init): Omit removed `height' and `width' members.
6322
6323 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6324 (compute_tip_xy):
6325 * frame.c (x_fullscreen_adjust):
6326 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6327 x_display_pixel_width.
6328
6329 2008-09-18 Kenichi Handa <handa@m17n.org>
6330
6331 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6332 (composition_compute_stop_pos): Fix handling of static composition.
6333 (Fcomposition_get_gstring): Check FROM and TO at first.
6334
6335 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6338 mixup (YAILOM).
6339
6340 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * indent.c (Fvertical_motion): Use position reported by iterator
6343 instead of PT for determining screen motion (bug#943).
6344
6345 2008-09-17 Romain Francoise <romain@orebokech.com>
6346
6347 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6348
6349 2008-09-17 Kenichi Handa <handa@m17n.org>
6350
6351 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6352
6353 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6354 if necessary.
6355
6356 2008-09-16 Kenichi Handa <handa@m17n.org>
6357
6358 * coding.c (make_conversion_work_buffer): Avoid calling
6359 Fget_buffer_create if it is not necessary.
6360
6361 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6362
6363 * window.c (Fselect_window): Don't update window_select_count and
6364 use_time when norecord is not nil.
6365
6366 2008-09-14 Kenichi Handa <handa@m17n.org>
6367
6368 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6369 specpdl_ptr.
6370
6371 2008-09-12 Kenichi Handa <handa@m17n.org>
6372
6373 * indent.c (scan_for_column): Don't handle automatic composition
6374 if the current buffer is not associated with a window.
6375
6376 * composite.c (composition_reseat_it): If the current buffer is
6377 not associated with a window, ignore the automatic composition.
6378 (find_automatic_composition): Likewise.
6379
6380 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6383 (Fgpm_mouse_stop): Use it.
6384 * termhooks.h (close_gpm): Declare.
6385 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6386 connection if Gpm_GetEvent fails.
6387
6388 * window.c (set_window_buffer): Always preserve current-buffer.
6389
6390 2008-09-12 Glenn Morris <rgm@gnu.org>
6391
6392 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6393
6394 2008-09-11 Glenn Morris <rgm@gnu.org>
6395
6396 * charset.c (charset-map-path): Doc fix.
6397
6398 2008-09-10 Kenichi Handa <handa@m17n.org>
6399
6400 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6401
6402 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6403 compose a grapheme cluster with the preceding base glyph.
6404
6405 * composite.c (composition_compute_stop_pos): Fix previous change.
6406 Reset cmp_it->id to -1 at first.
6407
6408 2008-09-10 Glenn Morris <rgm@gnu.org>
6409
6410 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6411
6412 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * keyboard.c (read_key_sequence): Reapply translation maps when
6415 switching keyboards.
6416
6417 2008-09-09 Kenichi Handa <handa@m17n.org>
6418
6419 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6420 characters.
6421
6422 * composite.c (FORWARD_CHAR): Fix calculation
6423 of (POSITION).pos_byte.
6424 (composition_compute_stop_pos): Limit the search of composition to
6425 at most 500 characters ahead. If we reach the limit or find a
6426 newline, set cmp_it->ch to -2 and return 0.
6427 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6428
6429 2008-09-08 Kenichi Handa <handa@m17n.org>
6430
6431 * indent.c (Fvertical_motion): Be sure to set
6432 it_overshoot_expected if it.cmp_it.id is non-negative.
6433
6434 2008-09-07 Andreas Schwab <schwab@suse.de>
6435
6436 * callproc.c (Fcall_process): Don't hold references to string data
6437 across garbage collection. Move initialisation of new_argv down
6438 to avoid compiler bug.
6439
6440 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6441
6442 * process.c (Fsystem_process_attributes): Doc fix.
6443
6444 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6445
6446 * callproc.c (Fcall_process): Canonicalize current directory name.
6447
6448 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6449 iterator advances to the next line if the current line ends in a
6450 continued tab.
6451
6452 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6453
6454 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6455 member to point to cmp_from.
6456
6457 * xdisp.c: Doc fix for references to gidx data member.
6458
6459 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6462
6463 2008-09-07 Kenichi Handa <handa@m17n.org>
6464
6465 * composite.c (FORWARD_CHAR): Check STOP after
6466 incrementing (POSITION).pos.
6467
6468 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6469
6470 * process.c (Fsystem_process_attributes): Doc fix.
6471
6472 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6473
6474 * keyboard.c (Ftop_level): Doc fix.
6475
6476 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6477
6478 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6479 minibuffer, don't let lower part of menu invade the echo area.
6480
6481 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6482 "char *q" to access menu text and advance through it. Revert the
6483 change that displayed ">" instead of ASCII character 0x10.
6484
6485 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6486
6487 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6488 toggle boxes and radio buttons on MS-DOS as well.
6489
6490 2008-09-05 Kenichi Handa <handa@m17n.org>
6491
6492 * composite.c (autocmp_chars): Check lookback count.
6493 (composition_compute_stop_pos): Set cmp_it->lookback.
6494 (composition_reseat_it): Check lookback count.
6495 (struct position_record): New struct.
6496 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6497 (find_automatic_composition): New function.
6498 (composition_adjust_point): Use find_automatic_composition.
6499
6500 * dispextern.h (struct composition_it): New member lookback.
6501
6502 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6503
6504 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6505 if moving by a single line.
6506
6507 2008-09-02 Andreas Schwab <schwab@suse.de>
6508
6509 * xterm.c (x_delete_display): Fix merge error.
6510
6511 * fileio.c (Fexpand_file_name): Remove unused variables.
6512
6513 2008-09-02 Eli Zaretskii <eliz@gnu.org>
6514
6515 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6516 storage on all platforms, not just on DOS_NT.
6517
6518 2008-09-02 Jason Rumney <jasonr@gnu.org>
6519
6520 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6521 Ensure mouse is not grabbed after menu is finished.
6522
6523 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * xfaces.c (Finternal_set_alternative_font_family_alist)
6526 (Finternal_set_alternative_font_registry_alist): Properly copy
6527 entire alist structure.
6528
6529 2008-09-01 Kenichi Handa <handa@m17n.org>
6530
6531 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6532 representative chars of the script is a vector.
6533 (ftfont_list): Handle the case where the representative chars of
6534 the script is a vector.
6535
6536 * character.c (syms_of_character): Docstring of
6537 script-representative-chars fixed.
6538
6539 2008-08-31 Eli Zaretskii <eliz@gnu.org>
6540
6541 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6542 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6543 the menu. Allocate larger buffer for `text', to account for
6544 possible ^C characters.
6545
6546 2008-08-31 Martin Rudalics <rudalics@gmx.at>
6547
6548 * xdisp.c (prepare_menu_bars): Don't call
6549 Vwindow_size_change_functions with arg Qt.
6550
6551 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * font.h (font_range):
6554 * fileio.c (report_file_error):
6555 * composite.c (composition_update_it): Yet another int/Lisp_Object
6556 mixup (YAILOM).
6557
6558 2008-08-30 Glenn Morris <rgm@gnu.org>
6559
6560 * data.c (Fmake_variable_frame_local): Doc fix.
6561
6562 * frame.c (Fmodify_frame_parameters): Doc fix.
6563
6564 2008-08-30 Eli Zaretskii <eliz@gnu.org>
6565
6566 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6567 needed by GetTokenInformation.
6568 (w32_system_process_attributes): Check return values of all system
6569 APIs.
6570
6571 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6572 only when the state changes.
6573 (IT_update_begin, IT_update_end): Add termscript trace.
6574
6575 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6576 clipboard is unavailable. Set dst to NULL if it doesn't point to
6577 malloc'ed data.
6578 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6579 passing random values to xfree.
6580
6581 * dispnew.c (init_display): Set `tty's association in frame's
6582 parameters alist to the name of the terminal device, if that is known.
6583
6584 2008-08-29 Jason Rumney <jasonr@gnu.org>
6585
6586 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6587
6588 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6589
6590 * composite.c (fill_gstring_body): Avoid compiler warnings.
6591
6592 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6593 LGLYPH_SET_CODE to avoid compiler warnings.
6594
6595 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
6596
6597 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6598
6599 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6600 LGLYPH_SET_CODE.
6601
6602 2008-08-29 Kenichi Handa <handa@m17n.org>
6603
6604 * fileio.c (report_file_error): Don't downcase the first character
6605 of errstring if it is still unibyte.
6606
6607 2008-08-29 Kenichi Handa <handa@m17n.org>
6608
6609 These changes are to re-implement the automatic composition so
6610 that it doesn't use text properties.
6611
6612 * Makefile.in (ftfont.o): Depend on composite.h.
6613 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6614
6615 * character.h (Vunicode_category_table): Extern it.
6616
6617 * character.c (Vunicode_category_table): New variable.
6618 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6619
6620 * chartab.c (optimize_sub_char_table): Perform more greedy
6621 optimization.
6622
6623 * composite.h (enum composition_method):
6624 Delete COMPOSITION_WITH_GLYPH_STRING.
6625 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6626 (Vcomposition_function_table): Extern it.
6627 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6628 (composition_gstring_put_cache, composition_gstring_from_id)
6629 (composition_gstring_p, composition_gstring_width)
6630 (composition_compute_stop_pos, composition_reseat_it)
6631 (composition_update_it, composition_adjust_point): Extern them.
6632 (Fcomposition_get_gstring): EXFUN it.
6633
6634 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
6635 (Vcomposition_function_table)
6636 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
6637 (gstring_hash_table, gstring_work, gstring_work_headers):
6638 New variables.
6639 (gstring_lookup_cache, composition_gstring_put_cache)
6640 (composition_gstring_from_id, composition_gstring_p)
6641 (composition_gstring_width, fill_gstring_header)
6642 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6643 (composition_reseat_it, composition_update_it)
6644 (composition_adjust_point, Fcomposition_get_gstring): New functions.
6645 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6646 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6647 Defsubr compostion_get_gstring.
6648
6649 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6650 cmp_id.
6651 (struct glyph_string): Delete the member gidx. New members
6652 cmp_id, cmp_from, and cmp_to.
6653 (enum it_method): Delete GET_FROM_COMPOSITION.
6654 (struct composition_it): New struct.
6655 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6656 Delete c, len, cmp_id, cmp_len in u.comp.
6657
6658 * font.h (enum lgstring_indices): Delete it.
6659 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
6660 (enum lglyph_indices): Likewise.
6661 (font_range): Adjust extern.
6662 (font_fill_lglyph_metrics): Extern it.
6663
6664 * font.c (QCf): New variable.
6665 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6666 (font_prepare_composition): Delete this function.
6667 (font_range): Type and arguments changed.
6668 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6669 (font_fill_lglyph_metrics): New function.
6670 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
6671 (syms_of_font): DEFSYM QCf. Delete defsubr for
6672 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6673 Defsubr Sfont_shape_gstring.
6674
6675 * fontset.h (font_for_char): Extern it.
6676
6677 * fontset.c (font_for_char): New function.
6678
6679 * ftfont.c: Include composite.h.
6680 (ftfont_resolve_generic_family): Add langset "en" to pattern.
6681 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6682
6683 * indent.c: Include composite.h and dispextern.h.
6684 (check_composition): Delete this function.
6685 (scan_for_column): Handle composition by
6686 composition_compute_stop_pos, composition_reseat_it, and
6687 composition_update_it.
6688 (compute_motion): Likewise.
6689 (Fvertical_motion): Fix checking of composition.
6690
6691 * keyboard.c (adjust_point_for_property): Check composition by
6692 composition_adjust_point.
6693
6694 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
6695 struct glyph_string.
6696
6697 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6698 (append_composite_glyph): Adjust for the change of struct it and
6699 struct glyph.
6700 (produce_composite_glyph): Likewise.
6701
6702 * w32term.c (x_draw_composite_glyph_string_foreground):
6703 Adjust for the change of struct glyph_string.
6704 (x_draw_glyph_string): Likewise.
6705
6706 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6707 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6708
6709 * xdisp.c: Include font.h.
6710 (it_props): Delete the entry for Qauto_composed.
6711 (init_iterator): Initialize it->cmp_it.id to -1.
6712 (compute_stop_pos): Call composition_compute_stop_pos.
6713 (face_before_or_after_it_pos): Adjust for the change of struct it.
6714 (handle_auto_composed_prop): Delete it.
6715 (handle_composition_prop): Handle only static composition.
6716 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6717 from xassert. Initialize it->cmp_it.stop_pos.
6718 (push_it): Adjust for the change of struct it.
6719 (pop_it): Likewise.
6720 (get_next_element): Delete next_element_from_composition.
6721 (CHAR_COMPOSED_P): New macro.
6722 (get_next_display_element): For automatic composition, get a face
6723 from the font in the glyph-string.
6724 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
6725 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
6726 (next_element_from_string): Check if the character at the current
6727 position is composed by CHAR_COMPOSED_P.
6728 (next_element_from_buffer): Likewise.
6729 (next_element_from_composition): Adjust for the change of struct it.
6730 Update it->cmp_it.
6731 (dump_glyph): Adjust for the change of struct glyph.
6732 (fill_composite_glyph_string): Adjust for the change of struct
6733 it and struct glyph. Don't handle automatic composition here.
6734 (fill_gstring_glyph_string): New function.
6735 (x_get_glyph_overhangs): Handle automatic composition.
6736 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
6737 (BUILD_GSTRING_GLYPH_STRING): New macro.
6738 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6739 automatic composition.
6740 (append_composite_glyph): Adjust for the change of struct it and
6741 struct glyph.
6742 (x_produce_glyphs): Adjust for the change of struct it.
6743
6744 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
6745 the change of struct glyph_string.
6746 (x_draw_glyph_string): Likewise.
6747
6748 2008-08-29 Glenn Morris <rgm@gnu.org>
6749
6750 * buffer.c (word-wrap): Doc fix.
6751 * xdisp.c (truncate-partial-width-windows): Doc fix.
6752 Increase default to 50.
6753
6754 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * xdisp.c (update_tool_bar_unwind): New function.
6757 (update_tool_bar): Temporarily set selected frame before building
6758 tool-bar items.
6759
6760 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6761
6762 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6763 snprintf, respectively.
6764 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6765
6766 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6769 LDFLAGS to GNUstep CC invocation.
6770
6771 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6772
6773 * indent.c (Fvertical_motion): Revert last change. Handle the
6774 general case where we are moving forward, and PT spans multiple
6775 screen lines.
6776
6777 * eval.c (find_handler_clause): Temporarily increase
6778 max-lisp-eval-depth while printing the backtrace buffer, to
6779 guarantee that help-mode code can run.
6780
6781 2008-08-27 Eli Zaretskii <eliz@gnu.org>
6782
6783 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6784 colors under -rv.
6785 (IT_set_frame_parameters): Don't swap foreground and background
6786 colors if `(reverse . t)' is present in the frame properties.
6787 (internal_terminal_init): Call init_frame_faces only for the
6788 initial frame.
6789
6790 2008-08-27 Andreas Schwab <schwab@suse.de>
6791
6792 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6793
6794 2008-08-27 Andreas Schwab <schwab@suse.de>
6795
6796 * search.c (search_buffer): Set char_base to zero only at the end.
6797
6798 2008-08-27 Kenichi Handa <handa@m17n.org>
6799
6800 * fileio.c (report_file_error): Fix handling of multibyte error string.
6801
6802 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6803
6804 * xterm.c (x_term_init): Temporarily hide the partially
6805 initialized terminal while calling vendor-specific-keysyms.
6806
6807 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6808
6809 * msdos.c (internal_terminal_init): Most initializations done only
6810 once, especially initial_screen_colors[] and termscript open.
6811
6812 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * eval.c (Fcondition_case): Doc fix.
6815
6816 * widgetprv.h (EmacsFramePart): Change font member to the new font
6817 struct.
6818
6819 * widget.c: Include character.h and font.h for XSETFONT.
6820 (setup_frame_gcs): Compute X font id from font struct, just once.
6821
6822 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6823
6824 * term.c (get_named_tty): Fix last change.
6825
6826 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * indent.c (Fvertical_motion): If moving forward starting from a
6829 multi-line string, move the iterator to the last line of that string.
6830
6831 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6832
6833 * frame.c (do_switch_frame): Mark previously displayed frame as
6834 obscured for FRAME_MSDOS_P frames as well.
6835
6836 2008-08-24 Eli Zaretskii <eliz@gnu.org>
6837
6838 * frame.c (make_terminal_frame): Initialize f->terminal,
6839 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6840 Set the top frame to newly created frame.
6841 (Fmake_terminal_frame): Reuse the_only_display_info.
6842
6843 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6844 estimating available memory.
6845
6846 2008-08-23 David Reitter <david.reitter@gmail.com>
6847
6848 * nsterm.m (ns_draw_window_cursor): Don't call
6849 NSDisableScreenUpdates and NSEnableScreenUpdates on
6850 non-NS_IMPL_COCOA systems.
6851
6852 2008-08-23 Andreas Schwab <schwab@suse.de>
6853
6854 * process.c (procfs_system_process_attributes): Fix use of
6855 uninitialized variables.
6856
6857 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6858
6859 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6860
6861 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6862 calling tty-set-up-initial-frame-faces.
6863
6864 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6865 Allow MSDOS frames along with X frames.
6866
6867 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6868 addition to output_termcap.
6869
6870 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6871
6872 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6873 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6874 highlight.
6875
6876 * process.c [!subprocesses]: Define QCname.
6877 (syms_of_process): Intern and staticpro it.
6878
6879 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
6880 Adjust for changes in encoding/decoding routines.
6881 Use encode_coding_object and decode_coding_object instead of
6882 encode_coding and decode_coding.
6883
6884 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
6885
6886 * dosfns.c: Include frame.h before termhooks.h.
6887 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6888 variable termscript.
6889
6890 * s/msdos.h (USER_FULL_NAME): Define.
6891 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6892
6893 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6894 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6895 pw->pw_gecos.
6896
6897 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6898 SELECTED_FRAME as additional (1st) argument.
6899 (tty_read_avail_input): Handle output_msdos_raw in
6900 addition to output_termcap.
6901
6902 * msdos.c: Include frame.h before termhooks.h.
6903 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6904 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6905 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6906 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6907 (IT_set_terminal_modes, IT_reset_terminal_modes)
6908 (IT_set_frame_parameters): Use tty->termscript instead of a global
6909 variable termscript.
6910 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6911 global variable terminal_coding. Don't refer to
6912 Vnonascii_translation_table.
6913 (internal_terminal_init): Set Vwindow_system in current_kboard.
6914 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6915 Announce date and time of session start, if termscript is open.
6916 Don't zero out the_only_display_info (it is done in
6917 term.c:init_tty). Open termscript only of not already open.
6918 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
6919 here instead of dos_ttraw. Don't initialize display if this is an
6920 initial tty. Don't set FRAME_FONT.
6921 (Vwindow_system_version): Bump to 23.
6922 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6923 is available, set up mouse_position_hook.
6924 (dos_ttraw, IT_set_terminal_modes): If called with initial
6925 terminal, do nothing.
6926 (IT_set_frame_parameters): Handle the Qtty_type frame
6927 parameter by calling internal_terminal_init.
6928 (dos_set_window_size, show_mouse_face)
6929 (clear_mouse_face, IT_note_mode_line_highlight)
6930 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6931 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6932 (initialize_msdos_display): New function.
6933 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6934 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6935 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6936 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
6937 Accept additional argument: a pointer to a frame. Update all callers.
6938 (request_sigio, unrequest_sigio): Don't define, now defined on
6939 sysdep.c.
6940 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6941
6942 * term.c [MSDOS]: Include msdos.h.
6943 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6944 conditional to DOS_NT. Allow only one call to this function in a
6945 session. Don't allocate a new struct tty_display_info; instead,
6946 reuse the_only_display_info. Call get_tty_size to get screen
6947 dimensions. Call init_baud_rate to set bad_rate.
6948 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6949 (Fsuspend_tty) [MSDOS]: Don't close input and output.
6950 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
6951 (get_tty_terminal, get_named_tty, Ftty_type)
6952 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6953 output_termcap.
6954 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6955 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
6956 only when subprocesses are supported.
6957
6958 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6959 f->output_data.x.
6960 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6961 terminal devices.
6962
6963 * msdos.h: Remove definition of struct x_display_info and struct
6964 x_output.
6965 (FRAME_FONT): Use output_data.tty.
6966 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
6967 (struct x_display_info): Rename from display_info. Update all users in
6968 msdos.c.
6969 (struct x_output): Remove background_pixel and foreground_pixel.
6970 (the_only_display_info): Rename from the_only_x_display.
6971 (dos_ttraw): Update prototype.
6972
6973 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6974 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6975
6976 2008-08-23 Jason Rumney <jasonr@gnu.org>
6977
6978 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6979 (fn_TIFFSetDirectory): New library function used.
6980 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6981 (tiff_load): Use :index to select among multiple images. Set count
6982 property when multiple images exist.
6983 (gif_format): Use :index, not :image.
6984
6985 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * xdisp.c (try_scrolling): Check INT_MAX instead of
6988 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6989 to obtain INT_MAX.
6990
6991 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6992
6993 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6994
6995 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6996
6997 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6998 GNUstep library location.
6999
7000 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7003 before using it.
7004
7005 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7006
7007 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7008
7009 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7010 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7011 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7012 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7013 (EmacsApp-cursor_blink_handler): Remove declaration.
7014 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7015 match 01 Feb 2008 changes in xterm.c.
7016 (ns_read_socket): Add cast to avoid warning.
7017 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7018 GNUstep.
7019
7020 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * xselect.c (x_get_foreign_selection): Return nil if desired
7023 selection could not be obtained, instead of signalling an error.
7024
7025 2008-08-20 David Reitter <david.reitter@gmail.com>
7026
7027 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7028 * nsterm.m: Remove ns-specific code for cursor blinking.
7029 (ns_draw_window_cursor): Clear cursor properly rather than
7030 redrawing the area. Respect width of bar cursors.
7031 These changes enable the use of generic blink-cursor-mode and
7032 generic cursor types in NS and support smooth cursor movements (do
7033 not blink off after command).
7034 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7035 Nextstep, too.
7036
7037 2008-08-19 Kenichi Handa <handa@m17n.org>
7038
7039 * font.c (Vfont_log_deferred): New variable.
7040 (font_add_log): Check Vfont_log_deferred.
7041 (font_deferred_log): New function.
7042
7043 * font.h (font_deferred_log): Extern it.
7044
7045 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7046 for sorting.
7047 (face_for_char): Use deferred log.
7048
7049 2008-08-18 Kenichi Handa <handa@m17n.org>
7050
7051 * fontset.c (face_for_char): Add font log.
7052
7053 * font.c (font_add_log): Add the font properties :script, :lang,
7054 and :otf in the log.
7055
7056 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * xdisp.c: Remove dead code.
7059 (handle_invisible_prop, next_overlay_string): Defer call to
7060 setup_for_ellipsis.
7061 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7062
7063 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7064
7065 * xfaces.c (lookup_derived_face): Properly handle possible zero
7066 return value of get_lface_attributes.
7067 (merge_faces): Don't tell lookup_derived_face to signal an error
7068 if face is not found.
7069
7070 * dired.c (Fdirectory_files): Doc fix.
7071
7072 * process.c (make_process): Initialize kill_without_query struct
7073 member.
7074
7075 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7076
7077 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7078 Alternative calculation of totphys for Visual Studio 6.
7079
7080 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7081
7082 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7083 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7084 All users changed.
7085 (stat): Only root directory passed to GetDriveType. Allow RAM
7086 disk as well as local fixed disk when w32-get-true-file-attributes
7087 is set to `local'.
7088 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7089 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7090 (w32_cached_id, w32_add_to_cache): New functions.
7091 (get_name_and_id): Look account names in the cache before calling
7092 lookup_account_sid.
7093 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7094 New initialization flags.
7095 (globals_of_w32): Initialize them to zero.
7096 (w32_system_process_attributes): Use w32_cached_id and
7097 w32_add_to_cache.
7098
7099 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7100
7101 * lread.c (Fread_char, Fread_char_exclusive): If no character
7102 event is read before timeout is reached, return nil, rather than
7103 converting to a number.
7104
7105 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * fns.c (use_dialog_box): Doc fix.
7108
7109 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7110 on OS X.
7111
7112 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * frame.c (Qns_parse_geometry): New var.
7115 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7116
7117 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7120 space character in calculating tabs.
7121
7122 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7123
7124 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7125
7126 2008-08-10 Glenn Morris <rgm@gnu.org>
7127
7128 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7129 silence gcc "limited range of data type" warnings in some
7130 make_fixnum_or_float calls.
7131
7132 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7133
7134 * w32.c (w32_system_process_attributes): If the process does not
7135 exist, return nil.
7136
7137 * w32.c: Include thelp32.h, psapi.h and coding.h.
7138 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7139 declarations.
7140 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7141 (Process32Next_Proc): New typedefs.
7142 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7143 (g_b_init_process32_next, g_b_init_open_thread_token)
7144 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7145 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7146 (g_b_init_get_process_working_set_size)
7147 (g_b_init_global_memory_status_ex): New static variables.
7148 (globals_of_w32): Initialize them.
7149 (create_toolhelp32_snapshot, process32_first, process32_next)
7150 (open_thread_token, impersonate_self, revert_to_self)
7151 (get_process_memory_info, get_process_working_set_size)
7152 (global_memory_status, global_memory_status_ex): New wrapper
7153 functions.
7154 (w32_list_system_processes, w32_system_process_attributes)
7155 (enable_privilege, restore_privilege, ltime, process_times):
7156 New functions.
7157 (convert_time_raw): New function.
7158 (convert_time): Remove conversion of FILETIME into time in 100
7159 nsec units, call convert_time_raw instead.
7160
7161 * process.h (w32_list_system_processes, w32_system_process_attributes):
7162 Add prototypes.
7163 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7164 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7165 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7166 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7167
7168 * process.c (Fsystem_process_attributes): Doc fix.
7169
7170 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7173 a continued multi-char glyph; if so, advance to the actual glyph.
7174
7175 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7176
7177 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7178
7179 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7180 (.m.o): Use it.
7181 * config.in: Regenerate.
7182
7183 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7184
7185 * xdisp.c (redisplay_window): Revert last change.
7186 (try_window): Check bottom scroll margin too.
7187
7188 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7189
7190 * config.in: Regenerate.
7191
7192 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7193 -list-load-path-shadows'.
7194 (nsgui.h): Reduce number of things depending on it.
7195
7196 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7199 instead of window-end which does the wrong thing at eob.
7200 (try_cursor_movement): Minor optimization.
7201 (redisplay_window): If scroll margin is defined, don't assume
7202 window doesn't need scrolling.
7203
7204 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7205
7206 * config.in: Regenerate.
7207
7208 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7209 (mostlyclean): Don't delete *.d under NS.
7210
7211 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7212
7213 2008-08-06 Kenichi Handa <handa@m17n.org>
7214
7215 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7216
7217 2008-08-06 Andreas Schwab <schwab@suse.de>
7218
7219 * config.in: Regenerate.
7220
7221 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7222
7223 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7224 forcing a window start.
7225
7226 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7227 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7228
7229 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7230
7231 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7232 argument.
7233
7234 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7235
7236 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7237 <scroll-down-aggressively, before-change-functions>:
7238 <after-change-functions>: Reflow docstrings.
7239
7240 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7241 Ken Raeburn <raeburn@gnu.org>
7242
7243 Dock menu customization, based on a patch by Ken Raeburn, plus some
7244 other fixes.
7245 * nsmenu.m (dockMenu): New variable.
7246 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7247
7248 * nsterm.h (dockMenu): Declare.
7249
7250 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7251 (ns_term_init): Initialize dockMenu.
7252 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7253 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7254 left.
7255
7256 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7257
7258 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7261
7262 * config.in: Regenerate.
7263
7264 2008-08-04 Seiji Zenitani <zenitani@mac.com>
7265
7266 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7267
7268 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7269
7270 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7271
7272 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7273
7274 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7275
7276 * keyboard.h: Comment an #endif.
7277
7278 * lisp.h (have_menus_p): Adjust comment.
7279
7280 * menu.c (find_and_return_menu_selection): Fix comparison with
7281 client_data.
7282
7283 * nsmenu.m (popup_activated_flag): New variable.
7284 (popup_activated): New function.
7285 (menu-or-popup-active-p): New exported lisp definition.
7286 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7287 when popup done.
7288 (ns_popup_dialog): Set popup_activated_flag.
7289
7290 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7291 version for GNUstep (handled by conditional typedef in nsterm.m).
7292 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7293 in rgb.txt).
7294
7295 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7296
7297 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7298
7299 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7300
7301 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7302 shortcircuit if popup_activated like GTK and X toolkit.
7303
7304 * m/inter386.h: Change DARWIN to DARWIN_OS.
7305
7306 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7307 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7308 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7309 comment on NO_SOCK_SIGIO.
7310
7311 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * nsterm.m (windowDidResize): Remove stopModal call.
7314
7315 2008-08-03 Andreas Schwab <schwab@suse.de>
7316
7317 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7318 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7319
7320 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7323 Don't use uninitialized pointer variable when using getrlimit.
7324
7325 2008-08-02 Jason Rumney <jasonr@gnu.org>
7326
7327 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7328
7329 2008-08-02 Eli Zaretskii <eliz@gnu.org>
7330
7331 * alloc.c (NSTATICS): Bump to 0x640.
7332
7333 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7334
7335 * lisp.h: Add prototype for directory_files_internal.
7336
7337 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7338 New functions.
7339 (syms_of_process): Defsubr them. Add initializations for various
7340 Q* symbols used in procfs_system_process_attributes.
7341 (procfs_list_system_processes, procfs_system_process_attributes)
7342 [HAVE_PROCFS]: New functions.
7343 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7344 (procfs_get_total_memory): New functions.
7345
7346 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7347
7348 * xfaces.c (Fx_load_color_file): Fix previous change;
7349 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7350
7351 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7352
7353 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7354
7355 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7356
7357 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7358
7359 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
7360
7361 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7362
7363 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7364 define NSApplicationDelegateReplySuccess.
7365 (EmacsView -converstationIdentifier): Use long instead of
7366 NSInteger for GNUstep, since it doesn't have NSInteger.
7367
7368 * xmenu.c: Revert last change.
7369
7370 * keyboard.h: Fix last change.
7371
7372 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7375 on Windows.
7376
7377 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7378
7379 Warning clearing and clean-up in NS port.
7380 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7381 Add prototypes.
7382 * nsgui.h (FACE_DEFAULT): Remove, unused.
7383 (XGCValues): Change colors to unsigned long.
7384 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7385 nsterm.m.
7386 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7387 (ns_list_fonts): Remove, unused.
7388 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7389 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7390 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7391 (nsfont_draw): Compare face colors to 0, not nil.
7392 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7393 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7394 (-addSubmenuWithTitle:): Use NSMenuItem class.
7395 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7396 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7397 (ns_clip_to_row): Make gc arg a BOOL.
7398 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7399 ns_clip_to_row() call.
7400 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7401 used). Cast FRAME_FONT assignments.
7402 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7403 (ns_string_to_lispmod): Change arg to const char.
7404 (ns_term_init): Use NSMenuItem class.
7405 (EmacsApp -openFile:): Move to different section of file.
7406 (EmacsApp -application:openFiles:): Don't return a value, call
7407 -replyToOpenOrPrint:.
7408 (EmacsView -keyDown:): Fix up cast.
7409 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7410 (EmacsView -menuDown:): Cast tag in call to
7411 find_and_call_menu_selection().
7412 (ns_list_fonts): Remove, unused.
7413 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7414 (ns_fontname_to_xlfd): Make static.
7415 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7416 Remove prototypes (now in keyboard.h).
7417 (next_menubar_widget_id): Remove, unused.
7418 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7419 Remove prototypes (now in keyboard.h).
7420 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7421
7422 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7423
7424 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7425 (floatfns.o): Depend on syssignal.h.
7426 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7427
7428 * systty.h: Fix previous change that removed BSD_TERMIOS.
7429 Add comments to #ifdefs.
7430
7431 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7432
7433 * w32fns.c (w32-load-color-file): Remove.
7434 (x-open-connection): Use renamed Fx_load_color_file.
7435 * xfaces.c (x-load-color-file): Add.
7436 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7437 Emacs.clr.
7438 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7439
7440 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7441
7442 * dbusbind.c (Fdbus_call_method_asynchronously)
7443 (Fdbus_method_error_internal): New defuns.
7444 (xd_read_message): Handle also reply messages.
7445 (Vdbus_registered_functions_table): Extend docstring.
7446
7447 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * keyboard.c (gobble_input): Fix previous change.
7450
7451 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7452
7453 * bitmaps/README:
7454 * xfns.c:
7455 * termcap.c:
7456 * term.c:
7457 * syswait.h:
7458 * systty.h:
7459 * systime.h:
7460 * syssignal.h:
7461 * sysdep.c:
7462 * process.h:
7463 * process.c:
7464 * print.c:
7465 * ndir.h:
7466 * lread.c:
7467 * keyboard.c:
7468 * getpagesize.h:
7469 * floatfns.c:
7470 * fileio.c:
7471 * emacs.c:
7472 * doc.c:
7473 * dispnew.c:
7474 * dired.c:
7475 * data.c:
7476 * callproc.c:
7477 * buffer.c:
7478 * README:
7479 * Makefile.in:
7480 * s/template.h:
7481 * s/msdos.h:
7482 * m/vax.h: Remove VMS support.
7483 * s/vms.h:
7484 * vlimit.h:
7485 * uaf.h:
7486 * temacs.opt:
7487 * param.h:
7488 * ioctl.h: Remove file.
7489
7490 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7491
7492 * s/ms-w32.h (MULTI_KBOARD): Remove.
7493 * xterm.c:
7494 * xselect.c:
7495 * xfns.c:
7496 * window.c:
7497 * w32term.c:
7498 * w32fns.c:
7499 * terminal.c:
7500 * termhooks.h:
7501 * term.c:
7502 * sysdep.c:
7503 * keyboard.h:
7504 * keyboard.c:
7505 * frame.h:
7506 * frame.c:
7507 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7508 * config.in: Regenerate.
7509
7510 2008-07-30 Jason Rumney <jasonr@gnu.org>
7511
7512 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7513
7514 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7515 (w32font_open_internal): Get unicode version of textmetrics.
7516 Don't enable or disable glyph indices here.
7517 (w32font_open): Disable use of glyph indices.
7518
7519 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7520
7521 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * minibuf.c (Vread_buffer_function): Doc fix.
7524
7525 2008-07-30 John Paul Wallington <jpw@pobox.com>
7526
7527 * minibuf.c (read_buffer_completion_ignore_case): New var.
7528 (Fread_buffer): Use it.
7529
7530 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7531
7532 * systty.h (sensemode): Remove empty #if. Remove reference to
7533 BSD_TERMIOS, unused.
7534
7535 * sysdep.c: Remove reference to DGUX.
7536 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7537
7538 * config.in: Regenerate.
7539
7540 2008-07-30 Jason Rumney <jasonr@gnu.org>
7541
7542 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7543
7544 2008-07-29 Jason Rumney <jasonr@gnu.org>
7545
7546 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7547 is populated.
7548 (uniscribe_encode_char): Always use uniscribe.
7549 Avoid using context if cache is populated.
7550
7551 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7552
7553 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7554 open menu.
7555
7556 * gtkutil.c (menu_nav_ended): Remove.
7557 (create_menus): Remove signal connect for menu_nav_ended.
7558
7559 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * xdisp.c (redisplay_window): Check return value of
7562 compute_window_start_on_continuation_line before forcing a window
7563 start.
7564
7565 2008-07-28 Jason Rumney <jasonr@gnu.org>
7566
7567 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7568
7569 * w32term.c (w32_enable_unicode_output, cleartype_active):
7570 Remove obsolete display options.
7571 (x_draw_glyph_string_background): Don't use old cleartype_active
7572 workaround.
7573 (w32_initialize): Remove cleartype_active initialization.
7574 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7575
7576 2008-07-28 Andreas Schwab <schwab@suse.de>
7577
7578 * lisp.h (init_weak_hash_tables, syms_of_font)
7579 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7580 (remove_hash_entry): Don't declare.
7581 * eval.c (maybe_call_debugger): Make static and move before use.
7582 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7583 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7584 * xterm.h (x_set_frame_alpha): Declare.
7585
7586 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7587
7588 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7589 (create_menus): Connect selection-done to menu_nav_ended.
7590
7591 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7592
7593 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7594 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7595 parameter with read of 'alpha' one.
7596 (Qns_frame_parameter): Remove.
7597 * nsselect.m (selection-coding-system)
7598 (next-selection-coding-system, Vselection_coding_system)
7599 (Vnext_selection_coding_system): Drop.
7600
7601 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7602
7603 * nsfns.m (do-applescript, do_applescript): Rename to
7604 ns-do-applescript, ns_do_applescript, and move within file.
7605
7606 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7607
7608 Remove support for Mac Carbon.
7609 * mactoolbox.c:
7610 * macterm.h:
7611 * macterm.c:
7612 * macselect.c:
7613 * macmenu.c:
7614 * macgui.h:
7615 * macfns.c:
7616 * mac.c: Remove file.
7617 * s/darwin.h:
7618 * m/intel386.h:
7619 * xfaces.c:
7620 * xdisp.c:
7621 * window.c:
7622 * tparam.c:
7623 * termhooks.h:
7624 * termcap.c:
7625 * term.c:
7626 * syssignal.h:
7627 * sysselect.h:
7628 * sysdep.c:
7629 * process.c:
7630 * lread.c:
7631 * lisp.h:
7632 * keyboard.c:
7633 * image.c:
7634 * fringe.c:
7635 * frame.h:
7636 * frame.c:
7637 * fontset.c:
7638 * font.h:
7639 * font.c:
7640 * fns.c:
7641 * fileio.c:
7642 * emacs.c:
7643 * dispnew.c:
7644 * dispextern.h:
7645 * config.in:
7646 * atimer.c:
7647 * Makefile.in: Remove code for Carbon.
7648
7649 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7650
7651 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7652
7653 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7654
7655 * macterm.h (kCGBitmapByteOrder32Host): New define for
7656 non-universal SDKs.
7657
7658 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7659 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7660
7661 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7662 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7663
7664 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7665
7666 * w32inevt.c: Include dispextern.h.
7667
7668 2008-07-26 Andreas Schwab <schwab@suse.de>
7669
7670 * print.c (print_object): Fix off-by-one in last change.
7671
7672 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7673
7674 * term.c (syms_of_term): Don't initialize default_orig_pair,
7675 default_set_foreground and default_set_background on Windows.
7676
7677 2008-07-25 Jason Rumney <jasonr@gnu.org>
7678
7679 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7680 ScriptItemize. Clean up return value checking. Remove unused
7681 variables.
7682 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7683 shaping engine.
7684
7685 * w32font.c (w32font_has_char): Handle the case where we can't
7686 determine the script for a character.
7687
7688 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * term.c (syms_of_term): Initialize default_orig_pair,
7691 default_set_foreground, and default_set_background.
7692
7693 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7694 clash (bug#86).
7695 (getloadavg): Callers changed.
7696
7697 * image.c (svg_load_image): Fix last change.
7698 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7699 image size is valid. Use g_object_unref instead of deprecated
7700 rsvg_handle_free to free rsvg handle.
7701 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7702
7703 2008-07-25 Jason Rumney <jasonr@gnu.org>
7704
7705 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7706 surrogates before looking up glyph index.
7707 (w32font_text_extents): Encode as surrogates if falling back to
7708 functions that need UTF-16 wide chars.
7709
7710 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7711 BMP as surrogates before looking up glyph index.
7712
7713 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7714
7715 * image.c (svg_load_image): Check for failure in return value of
7716 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7717
7718 2008-07-25 Jason Rumney <jasonr@gnu.org>
7719
7720 * w32font.c (Fx_select_font): Reverse sense of second arg.
7721
7722 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7725 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7726
7727 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7728 (PURESIZE): Use it.
7729
7730 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7731
7732 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7733 * m/alpha.h (TEXT_END):
7734 * m/ibmrs6000.h (TEXT_END):
7735 * m/macppc.h (TEXT_END):
7736 * s/darwin.h (TEXT_END):
7737 * s/msdos.h (TEXT_END): Remove, unused.
7738 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7739 * s/cygwin.h: Remove comment.
7740
7741 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7742 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7743 * m/intel386.h (DOT_GLOBAL_START):
7744 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7745 (USG): Remove, file not used on USG platforms.
7746
7747 * Makefile.in (HAVE_X11): Remove empty #else.
7748
7749 2008-07-24 Andreas Schwab <schwab@suse.de>
7750
7751 * fileio.c (Finsert_file_contents): Properly adjust undo list
7752 after format conversion.
7753
7754 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7755
7756 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7757 (menu_nav_ended): Remove.
7758 (create_menus): Remove signal connect for menu_nav_ended.
7759 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7760 create_menus.
7761 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7762
7763 2008-07-23 Jason Rumney <jasonr@gnu.org>
7764
7765 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7766 with opened font.
7767 (w32font_open): Set font type to gdi.
7768
7769 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7770
7771 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7772
7773 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7774 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7775 defines it.
7776 * unexec.c (ADDR_CORRECT): Define unconditionally.
7777
7778 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7779
7780 * unexec.c: Remove code depending on !COFF and USG, the file is
7781 not used for such systems.
7782
7783 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7784 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7785 (LD_SWITCH_SYSTEM_1): Remove, update users.
7786
7787 * s/darwin.h (DATA_END):
7788 * m/intel386.h (DATA_END):
7789 * m/ibmrs6000.h (DATA_END):
7790 * m/alpha.h (DATA_END): Remove, unused.
7791
7792 * config.in: Regenerate.
7793 * s/ms-w32.h (subprocesses): Define unconditionally.
7794 * s/template.h (subprocesses): Update comment.
7795 * s/vms.h (subprocesses):
7796 * s/usg5-4.h (subprocesses):
7797 * s/hpux10-20.h (subprocesses):
7798 * s/gnu-linux.h (subprocesses):
7799 * s/cygwin.h (subprocesses):
7800 * s/bsd-common.h (subprocesses):
7801 * s/aix4-2.h (subprocesses):
7802 * s/darwin.h (subprocesses): Do not define, defined by default now.
7803
7804 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7805 Remove all references.
7806 (temacs): Add GNUstep specific ld flags.
7807
7808 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7809 similarly to what X does.
7810
7811 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7812
7813 * nsfns.m (x-list-fonts): Remove.
7814 (syms_of_nsfns): Drop the x-list-fonts declaration.
7815 * nsterm.m: Get rid of remaining "//" comments.
7816
7817 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7820
7821 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7822 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7823 (Fns_own_selection_internal, Fx_disown_selection_internal)
7824 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7825
7826 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7827 ... */' style of docstrings. Doc fixes.
7828
7829 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7830
7831 * terminfo.c (UP, BC, PC): Undo previous change.
7832
7833 * nsfns.m: Rename ns prefixed functions/variables to the
7834 corresponding x versions. Update references.
7835
7836 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7839
7840 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7841
7842 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7843 Remove forwarding functions.
7844 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7845 non-static.
7846 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7847 non-static.
7848 (ns_frame_parm_handlers): Use the new names.
7849 (syms_of_nsfns): Move to the end of file.
7850
7851 * nsterm.m (syms_of_nsterm): Move to the end of file.
7852
7853 * dispnew.c (init_display): Remove code for X10.
7854
7855 2008-07-22 Jason Rumney <jasonr@gnu.org>
7856
7857 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7858 bare drive.
7859
7860 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7861
7862 * nsterm.m (syms_of_nsterm): Remove debugging println.
7863
7864 2008-07-22 David Reitter <david.reitter@gmail.com>
7865
7866 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7867 Carbon implementation of the same functionality: execute arbitrary
7868 AppleScript code.
7869
7870 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7871
7872 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7873 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7874 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7875 (Fx_display_mm_height, Fx_display_mm_width)
7876 (Fx_display_backing_store, Fx_display_visual_class)
7877 (Fx_display_save_under, Fx_open_connection)
7878 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7879 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7880 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7881 (Fx_display_pixel_width, Fx_display_pixel_height)
7882 (Fx_display_usable_bounds, Fx_display_planes)
7883 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7884 ... */' style of docstrings.
7885
7886 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7887
7888 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7889 on this platform.
7890 (mips):
7891 * m/iris4d.h (mips): Do not define.
7892 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7893
7894 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7895
7896 * image.c:
7897 * nsfns.m:
7898 * nsselect.m:
7899 * nsterm.h:
7900 * nsterm.m: Rename ns prefixed functions/variables to the
7901 corresponding x versions. Update references.
7902
7903 * m/ibms390x.h (NO_REMAP): Do not undefine.
7904
7905 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7906
7907 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7910 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7911 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7912 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7913 (Fns_display_mm_height, Fns_display_mm_width)
7914 (Fns_display_backing_store, Fns_display_visual_class)
7915 (Fns_display_save_under, Fns_open_connection)
7916 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7917 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7918 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7919 (Fns_display_pixel_width, Fns_display_pixel_height)
7920 (Fns_display_usable_bounds, Fx_display_planes)
7921 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7922
7923 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7924
7925 * print.c (print_object): Check print_depth before searching for
7926 circularities.
7927
7928 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
7929
7930 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7931 only sprintf.
7932
7933 2008-07-21 Kenichi Handa <handa@m17n.org>
7934
7935 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7936
7937 2008-07-20 Andreas Schwab <schwab@suse.de>
7938
7939 * syntax.c (find_start_pos, find_start_value)
7940 (find_start_value_byte, find_start_begv, find_defun_start)
7941 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7942
7943 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7944
7945 * s/sol2-3.h: Insert contents of s/sol2.h.
7946 (LD_SWITCH_SYSTEM): Remove redundant definition.
7947 * s/sol2.h: Remove, unused.
7948
7949 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7950
7951 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7952
7953 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7954
7955 * Makefile.in (ns_appdir): Fix typo in find command.
7956
7957 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7958
7959 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7960
7961 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7962 added not supported anymore.
7963
7964 * s/usg5-4-2.h (LIBS_SYSTEM):
7965 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7966
7967 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7968 * s/lynxos.h (GETPGRP_NO_ARG):
7969 * s/hpux10-20.h (NO_SIOCTL_H):
7970 * s/gnu.h (GETPGRP_NO_ARG):
7971 * s/gnu-linux.h (NO_SIOCTL_H):
7972 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7973 * s/cygwin.h (GETPGRP_NO_ARG):
7974 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7975 (C_DEBUG_SWITCH): Remove duplicate definition.
7976
7977 * m/ibms390.h: Remove boilerplate comments.
7978
7979 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7980
7981 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7982 (wait_reading_process_output): Remove code for SunOS, platform not
7983 supported anymore. Use SOLARIS2 instead of sun.
7984
7985 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7986
7987 * font.c (font_open_by_name): Under NS, default lface height to zero.
7988 (font_open_for_lface): Under NS, set size based on frame fontsize.
7989 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7990 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7991
7992 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7993
7994 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7995 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7996 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7997 YES/NO.
7998 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7999 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8000 * Makefile.in (clean): Clear out build destination dir.
8001
8002 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8003
8004 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8005 xterm, xselect.
8006 * lisp.h: Remove declaration of hash_remove.
8007 * nsgui.h: Remove redefinitions of hash_remove.
8008 * fns.c (hash_remove): Rename to hash_remove_from_table.
8009
8010 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8011
8012 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8013 strdup() the family UTF8String before modifying it.
8014
8015 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8016
8017 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8018 NS_FACE_BACKGROUND with 0 instead of nil.
8019 * nsfont.m (nsfont_draw): Same.
8020
8021 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * nsfns.m (ns_set_background_color): Fix crash.
8024
8025 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8026
8027 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8028
8029 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8030
8031 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8032
8033 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8034
8035 * gtkutil.c: Include <config.h> instead of "config.h".
8036
8037 * lisp.h (Foverlay_buffer): Add EXFUN.
8038
8039 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8040 child process to complete child_setup. Undo 2005-09-21 change.
8041
8042 * s/darwin.h: Mention setsid after vfork.
8043
8044 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8045
8046 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8047 Depend on macgui.h.
8048
8049 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8050 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8051
8052 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8053 and f19.
8054 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8055
8056 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8057 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8058 Remove enumerators.
8059
8060 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8061 Check if FACE_FROM_ID returns NULL.
8062
8063 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8064
8065 * w32inevt.c (change_frame_size): Remove extern declaration.
8066 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8067 change_frame_size.
8068
8069 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8070
8071 * getloadavg.c: Revert last change (2008-07-15).
8072
8073 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8074
8075 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8076 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8077 from configure.
8078
8079 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8080
8081 * s/sol2.h:
8082 * s/sol2-4.h: Reorganize conditionals.
8083
8084 * ecrt0.c: Remove code depending on m68000, not used anymore.
8085
8086 * fns.c (hash_remove): Make static.
8087 * lisp.h (hash_remove): Don't prototype.
8088
8089 * m/ibmrs6000.h:
8090 * m/ibms390x.h:
8091 * m/macppc.h: Remove boilerplate comments.
8092
8093 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8094 Solaris, which does not need them.
8095
8096 * m/vax.h: Remove comments about unsupported systems.
8097
8098 * s/darwin.h: Reorganize ifdefs.
8099
8100 2008-07-17 Andreas Schwab <schwab@suse.de>
8101
8102 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8103
8104 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 Use SDATA. Follow coding convention of placing operators at
8107 beginning of next line rather than end of previous line, and placing
8108 spaces around infix operators.
8109
8110 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8111 in case it was defined already.
8112 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8113 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8114 ns_default.
8115 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8116 Lisp_Objects.
8117 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8118 (ns_defined_color, ns_color_to_lisp): Declare.
8119 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8120 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8121 it's accepted even with USE_LISP_UNION_TYPE.
8122 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8123 (update_frame_tool_bar): Remove apparently obsolete tests for
8124 non-integerness of f->tool_bar_lines.
8125 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8126 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8127 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8128 (nsfont_open): Don't confuse NULL for Qnil.
8129 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8130 * menu.h (find_and_call_menu_selection):
8131 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8132 (find_and_return_menu_selection): Always return something.
8133 * frame.h: Include dispextern.h for Display_Info.
8134 (display_x_get_resource): Declare.
8135
8136 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8137
8138 * syntax.c: Remove stdio.h include accidentally introduced in
8139 Emacs.app commit.
8140 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8141 NS_IMPL_COCOA.
8142 * keyboard.c (handle_async_input, input_available_signal): Remove
8143 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8144
8145 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8148 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8149 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8150 Use SDATA.
8151
8152 * keymap.c: Remove all NS-specific code.
8153 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8154 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8155 where_is_preferred_modifier, return a different value depending on how
8156 preferred is the binding.
8157 (where_is_internal): Adjust accordingly.
8158 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8159 Adjust to new preferred_sequence_p.
8160 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8161 * keyboard.c (parse_solitary_modifier): Not static any more.
8162 * keyboard.h (parse_solitary_modifier): Declare.
8163
8164 2008-07-16 Andreas Schwab <schwab@suse.de>
8165
8166 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8167 of easymenu.
8168
8169 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8170
8171 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8172 that we don't move off the line.
8173
8174 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * keyboard.c (Qsuper): Remove.
8177 (parse_menu_item): Don't call where_is_internal specially for NS.
8178
8179 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8180
8181 * s/gnu-linux.h: Remove boilerplate comments.
8182
8183 * m/alpha.h (__ELF__): Consolidate conditions.
8184
8185 * m/m68k.h (linux): Use GNU_LINUX instead.
8186 Remove boilerplate comments.
8187
8188 * m/intel386.h: Undo refactoring from previous change.
8189 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8190 too, remove dead code.
8191 (linux): Use GNU_LINUX instead.
8192
8193 2008-07-16 Jason Rumney <jasonr@gnu.org>
8194
8195 * w32gui.h: Repeat 26 June changes lost by last change.
8196
8197 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8198
8199 * systty.h: Remove code for Aix on 386, unsupported platform.
8200
8201 * s/ms-w32.h: Remove boilerplate comments.
8202 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8203
8204 * s/gnu-linux.h (TERM): Remove support.
8205 (HAVE_SYSVIPC): Remove, unused.
8206 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8207 for this system.
8208
8209 * process.c: Remove support for IRIS, unused.
8210 Remove support for TERM, not relevant anymore.
8211
8212 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8213 used with the definition.
8214
8215 * s/aix4-2.h (static): Do not undef.
8216
8217 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8218 only used on Aix.
8219 (HAVE_SYSVIPC): Remove, unused.
8220
8221 * m/hp800.h (CANNOT_DUMP): Do not undef.
8222
8223 * m/alpha.h: Fix comment.
8224
8225 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8226 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8227 used by this configuration.
8228 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8229 * unexec.c: Remove code depending on HPUX and
8230 USG_SHARED_LIBRARIES, not used with this file. Remove code
8231 depending on IRIS, unused. Remove if 0-ed code.
8232
8233 * s/template.h: Remove comments about static.
8234
8235 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8236 Remove if 0-ed code.
8237 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8238 were the same as the default.
8239 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8240 Remove boilerplate comments.
8241 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8242 (HAVE_SYSVIPC): Remove, unused.
8243 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8244
8245 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8246 Remove boilerplate comments.
8247 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8248 Remove boilerplate comments.
8249 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8250 Remove boilerplate comments.
8251 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8252
8253 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8254 USG systems which do not use DATA_SEG_BITS.
8255 Refactor code. Remove boilerplate comments.
8256
8257 * m/ibms390.h:
8258 * m/m68k.h:
8259 * s/bsd-common.h:
8260 * s/cygwin.h:
8261 * s/darwin.h:
8262 * s/freebsd.h:
8263 * s/gnu.h:
8264 * s/msdos.h: Remove boilerplate comments.
8265
8266 * m/iris4d.h: Remove boilerplate comments and code for systems that
8267 do not use this file.
8268 (IRIS_4D): Remove, unused.
8269
8270 * m/mips.h: Remove boilerplate comments and code for systems that
8271 do not use this file.
8272 (SIGN_EXTEND_CHAR):
8273 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8274 * unexmips.c: Remove file, unused.
8275
8276 * editfns.c (Fuser_full_name): Replace the only use of
8277 USER_FULL_NAME with its value.
8278 * config.in: Regenerate.
8279
8280 2008-07-16 David Reitter <david.reitter@gmail.com>
8281
8282 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8283 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8284
8285 2008-07-16 Glenn Morris <rgm@gnu.org>
8286
8287 * emacs.c (system-type): Doc fix.
8288
8289 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8292 If the cache doesn't work, let's fix it, rather than work around it.
8293
8294 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8295
8296 * Makefile.in: Correct additions for nsfont.o in last commit.
8297 * nsfont.m: New file (forgot last commit).
8298
8299 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8300
8301 * callproc.c (set_initial_environment): Initialize
8302 Vprocess_environment under CANNOT_DUMP (fixes crash when
8303 batch-compiling for bootstrap).
8304
8305 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8306 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8307
8308 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8309 fix crash due to different init order.
8310
8311 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8312
8313 Changes and additions for NeXTstep windowing system (Cocoa and
8314 GNUstep) support.
8315
8316 * Makefile.in:
8317 * config.in: Support defines and build commands for NS port.
8318 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8319 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8320 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8321 windowing.
8322 (struct face): Add synth_ital field.
8323 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8324 (init_display): Initialize Vinitial_window_system to "ns" when so
8325 compiled.
8326 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8327 (display_arg): Use under NS.
8328 (main): Under NS, allocate autorelease pool and handle command line
8329 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8330 (standard_args): Add NS-specific args.
8331 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8332 * font.c (DEFAULT_ENCODING): New variable.
8333 (font_find_for_lface): Use it.
8334 (syms_of_font): Load syms_of_nsfont under NS.
8335 * font.h: Declare nsfont_driver when compiled under NS.
8336 * fontset.c: When compiling under NS, include nsterm.h.
8337 (fontset_from_font): Autoconstruct fontset under NS.
8338 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8339 symbol, document and use it.
8340 (do_switch_frame): When for_deletion under Cocoa, add
8341 Fraise_frame(Qnil).
8342 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8343 (x_get_arg): Allow "yes" and "no" as boolean values.
8344 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8345 Qright under Cocoa.
8346 (focus-follows-mouse): Default to 0 under NS.
8347 * frame.h (enum output_method): Add output_ns.
8348 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8349 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8350 (FRAME_WINDOW_P): NS-specific definition.
8351 * fringe.c (max_used_fringe_bitmap): Make public.
8352 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8353 (getloadavg): Use NeXT code under descendant OS's.
8354 * image.c (includes and header section, x_create_bitmap_from_data)
8355 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8356 (image_background_transparent, x_clear_image_1)
8357 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8358 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8359 (x_to_xcolors, x_from_xcolors, x_disable_image)
8360 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8361 other GUIs, including XPM support using code originally written for
8362 Carbon GUI.
8363 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8364 using NS API.
8365 (image_ascent): Use font metrics macros instead of direct struct field
8366 access.
8367 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8368 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8369 Also, handle NS as GTK for menu bar purposes.
8370 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8371 toolkit where they differ.
8372 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8373 use cachelist, still needed under NS.
8374 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8375 (struct widget_value): Define it here for menu.c.
8376 * keymap.c (includes): Include modifier internals.
8377 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8378 NS.
8379 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8380 support for preferring sequences using certain modifiers, specified by
8381 the FIRSTONLY argument.
8382 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8383 under NS GNUstep implementation.
8384 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8385 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8386 * menu.c: Include nsterm.h under NS.
8387 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8388 (free_menubar_widget_tree_value, update_submenu_strings)
8389 (find_and_call_menu_selection): Treat NS as X and NT.
8390 (find_and_return_menu_selection): New function, used for popup menus.
8391 * nsgui.h:
8392 * nsterm.h:
8393 * nsfns.m:
8394 * nsimage.m:
8395 * nsmenu.m:
8396 * nsselect.m:
8397 * nsterm.m: New files.
8398 * process.c (wait_reading_process_output): Under NS, call ns_select()
8399 instead of plain select().
8400 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8401 beginning of buffer.
8402 * sysselect.h (init_process): Rename when compiling under Cocoa to
8403 avoid name conflict.
8404 * termhooks.h (display_info): Add ns_display_info to union.
8405 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8406 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8407 COCOA environment.
8408 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8409 unexec() signature. (Note, this will dump, but the resulting file
8410 crashes; unexosx is used instead; keeping around for reference and
8411 possible aid in getting dump working under GNUstep.)
8412 * w32gui.h (button_type, widget_value): Remove definitions (now in
8413 keyboard.h).
8414 * window.c: Include nsterm.h when compiling under NS.
8415 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8416 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8417 other GUI windowing systems.
8418 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8419 GTK.
8420 (x_consider_frame_title): Under NS, set icon type and frame
8421 modified-state indicator; use ns_set_name_as_filename() when using
8422 formatted title.
8423 (update_window_cursor): Make public when compiling under NS.
8424 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8425 (hourglass_atimer, Vhourglass_delay
8426 * xfaces.c (header section, init_frame_faces, clear_font_table)
8427 (defined_color, unload_color, x_face_list_fonts)
8428 (prepare_face_for_display): Add NS support parallel to other GUIs.
8429 Emulate GCs like other non-X GUIs.
8430 (split_font_name): Don't lowercase font name under NS.
8431 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8432 under NS.
8433 * s/darwin.h: Add support for compilation under NS.
8434
8435 2008-07-15 Jason Rumney <jasonr@gnu.org>
8436
8437 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8438 (w32_show_hourglass): Rename from show_hourglass.
8439 (w32_hide_hourglass): Rename from hide_hourglass.
8440 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8441 (Vhourglass_delay): Declare extern.
8442 (hourglass_started): Remove.
8443
8444 * xdisp.c (Vhourglass_delay): Remove static.
8445 (hourglass_started, start_hourglass, cancel_hourglass):
8446 Don't include these versions on WINDOWSNT.
8447
8448 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8449
8450 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8451 variables (formerly in xfns.c).
8452 (show_hourglass, hide_hourglass): New prototypes (same).
8453 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8454 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8455 in xfns.c).
8456 (syms_of_xdisp): Declare/initialize display-hourglass,
8457 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8458 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8459 formerly in xfns.c.
8460 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8461 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8462 (start_hourglass, cancel_hourglass): Remove.
8463 (show_hourglass, hide_hourglass): Remove prototypes and static
8464 modifiers.
8465 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8466 hourglass_atimer, hourglass_shown_p declaration/initialization.
8467 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8468 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8469 (start_hourglass, cancel_hourglass): Remove.
8470 (show_hourglass, hide_hourglass): Remove prototypes and static
8471 modifiers.
8472 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8473 hourglass_atimer, hourglass_shown_p declaration/initialization.
8474 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8475 (DEFAULT_HOURGLASS_DELAY): Remove.
8476 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8477 hourglass_shown_p declaration/initialization.
8478
8479 2008-07-14 Jason Rumney <jasonr@gnu.org>
8480
8481 * w32fns.c (w32_get_arg): Remove wrapper function.
8482 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8483 directly.
8484 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8485
8486 2008-07-14 Kenichi Handa <handa@m17n.org>
8487
8488 * xfont.c (xfont_open): Add workaround for X's bug.
8489
8490 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8491
8492 * fontset.c: Include <stdio.h> unconditionally.
8493
8494 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8495
8496 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8497 for filtering.
8498
8499 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8500
8501 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8502
8503 * m/macppc.h:
8504 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8505
8506 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8507 (SPECIAL_EMACS_INT):
8508 * m/ia64.h (SPECIAL_EMACS_INT):
8509 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8510 * s/gnu.h (NLIST_STRUCT):
8511 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8512 * s/gnu-linux.h (LINUX):
8513 * s/msdos.h (HAVE_FACES):
8514 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8515
8516 * systty.h:
8517 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8518 anymore.
8519
8520 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8521
8522 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8523 always defined as int.
8524
8525 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8526 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8527 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8528 * s/freebsd.h (HAVE_WAIT_HEADER):
8529 * s/bsd-common.h (HAVE_UNION_WAIT):
8530 * s/aix4-2.h (HAVE_WAIT_HEADER):
8531 * m/mips.h (HAVE_UNION_WAIT):
8532 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8533 (COFF, static): Do not define, they are undefined later in the file.
8534
8535 * process.c (update_status): Don't use a union.
8536 (status_convert):
8537 (sigchld_handler): Use int instead of WAITTYPE.
8538
8539 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * indent.c (Fvertical_motion): Restore hscroll before moving to
8542 goal column.
8543
8544 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8545
8546 * lisp.h: Remove left over code.
8547
8548 2008-07-11 Andreas Schwab <schwab@suse.de>
8549
8550 * lisp.h: Fix logic in last change.
8551
8552 * menu.h: New file.
8553 * menu.c: Include it.
8554 * xmenu.c: Likewise.
8555 * Makefile.in: Update dependencies.
8556
8557 2008-07-11 Kenichi Handa <handa@m17n.org>
8558
8559 * fontset.c (fontset_from_font): Cancel the previous change.
8560
8561 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8562
8563 * lisp.h:
8564 * w32heap.c:
8565 * emacs.c:
8566 * alloc.c: Replace all references of NO_UNION_TYPE with
8567 USE_LISP_UNION_TYPE.
8568
8569 * m/xtensa.h (NO_UNION_TYPE):
8570 * m/vax.h (NO_UNION_TYPE):
8571 * m/template.h (NO_UNION_TYPE):
8572 * m/sparc.h (NO_UNION_TYPE):
8573 * m/mips.h (NO_UNION_TYPE):
8574 * m/macppc.h (NO_UNION_TYPE):
8575 * m/m68k.h (NO_UNION_TYPE):
8576 * m/iris4d.h (NO_UNION_TYPE):
8577 * m/intel386.h (NO_UNION_TYPE):
8578 * m/ibms390x.h (NO_UNION_TYPE):
8579 * m/ibms390.h (NO_UNION_TYPE):
8580 * m/ibmrs6000.h (NO_UNION_TYPE):
8581 * m/ia64.h (NO_UNION_TYPE):
8582 * m/hp800.h (NO_UNION_TYPE):
8583 * m/arm.h (NO_UNION_TYPE):
8584 * m/amdx86-64.h (NO_UNION_TYPE):
8585 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8586 defining it the same.
8587
8588 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8591
8592 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8593
8594 * fileio.c:
8595 * sysdep.c
8596 * systty.h:
8597 * m/ibmrs6000.h:
8598 * m/iris4d.h:
8599 * s/aix4-2.h:
8600 * s/freebsd.h:
8601 * s/gnu-linux.h:
8602 * s/hpux10-20.h:
8603 * s/hpux11.h:
8604 * s/netbsd.h:
8605 * s/sol2-3.h:
8606 * s/sol2-4.h:
8607 * s/sol2.h:
8608 * s/usg5-4.h:
8609 * s/vms.h: Remove references to unused variables.
8610
8611 2008-07-10 Andreas Schwab <schwab@suse.de>
8612
8613 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8614 pattern before matching the generic family.
8615
8616 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8617
8618 * unexec.c:
8619 * s/vms.h:
8620 * s/usg5-4-2.h:
8621 * s/sol2-5.h:
8622 * s/freebsd.h:
8623 * s/darwin.h: Remove dead code.
8624
8625 * m/template.h:
8626 * m/sparc.h:
8627 * m/mips.h:
8628 * m/m68k.h:
8629 * m/iris4d.h:
8630 * m/intel386.h:
8631 * m/ibms390x.h:
8632 * m/ibms390.h:
8633 * m/ia64.h:
8634 * m/hp800.h:
8635 * m/arm.h:
8636 * m/amdx86-64.h: Remove dead code and references to unused
8637 and compiler defined symbols.
8638
8639 * unexmips.c:
8640 * unexelf.c: Remove references to desupported systems.
8641
8642 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8643
8644 * m/powermac.h: Remove boilerplate comments.
8645 (NO_REMAP): Remove unused definition.
8646
8647 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8648 define them.
8649
8650 2008-07-10 Kenichi Handa <handa@m17n.org>
8651
8652 * xfont.c (xfont_open): Log the reason of failure.
8653
8654 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * fontset.c (fontset_get_font_group):
8657 * font.c (font_check_otf): Specify argument types.
8658
8659 2008-07-09 Kenichi Handa <handa@m17n.org>
8660
8661 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8662 non-ASCII char is found.
8663
8664 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8665 (reorder_font_vector): Change the arg preferred_family to font.
8666 Prefer the spec matching with font.
8667 (fontset_get_font_group): New function.
8668 (fontset_find_font): Change the format of an element of a realized
8669 fontset. Use fontset_get_font_group.
8670 (fontset_font): Try the current fontset, the default fontset, the
8671 fallbacks of the current fontset, and the fallbacks of the default
8672 fontset in this order.
8673 (face_for_char): Delete the shortcut to use the current font.
8674 (fontset_from_font): Don't set fonts for Latin in the fontset.
8675
8676 * font.h (font_make_object, font_match_p): Adjust prototypes.
8677
8678 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8679
8680 * font.c (font_make_object): New arg entity and pixelsize.
8681 (font_check_otf_features, font_check_otf): New functions.
8682 (font_match_p): Check :lang, :script, and :otf properties.
8683
8684 * xfont.c (xfont_open): Adjust it for the change of
8685 font_make_object.
8686 (xfont_text_extents): Fix initial setting of metrics.
8687
8688 * ftfont.c (struct ftfont_info): New member index, delete member
8689 fc_charset_idx. Make the member order compatible with struct
8690 xftfont_info.
8691 (fc_charset_table): Change charset names to registry names.
8692 (ftfont_pattern_entity): Delete the args registry and
8693 fc_charset_idx. Change the value of :font-entity property
8694 to (FONTNAME . INDEX). Always set :registry property to
8695 `iso10646-1'.
8696 (struct ftfont_cache_data): New struct.
8697 (ftfont_lookup_cache): New arg for_face.
8698 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8699 (ftfont_driver): Set the member otf_capability.
8700 (ftfont_get_charset): Adjust it for the change of
8701 fc_charset_table.
8702 (OTF_TAG_SYM): New macro.
8703 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8704 for the change of fc_charset_table.
8705 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8706 ftfont_pattern_entity. Add FC_INDEX to objset.
8707 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8708 and ftfont_pattern_entity.
8709 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8710 font_make_object, struct ftfont_info.
8711 (ftfont_has_char): Use ftfont_get_fc_charset.
8712 (ftfont_otf_features, ftfont_otf_capability): New functions.
8713 (ftfont_shape): Use ftfont_get_otf.
8714 (ftfont_text_extents): Fix initial setting of metrics.
8715
8716 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8717 member order compatible with struct ftfont_info.
8718 (xftfont_open): Add FC_CHARSET to the pattern. Set
8719 xftfont_info->ft_size. Don't unlock the face. Check BDF
8720 properties if appropriate.
8721 (xftfont_close): Unlock the face.
8722 (xftfont_anchor_point, xftfont_shape): Deleted.
8723 (syms_of_xftfont): Don't set members anchor_point and shape of
8724 xftfont_driver.
8725
8726 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8727 font_make_object.
8728
8729 * w32font.c (w32font_open): Adjust it for the change of
8730 font_make_object.
8731 (w32font_open_internal): Don't set properties of font_object here.
8732
8733 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8734
8735 * macfns.c (x_create_tip_frame):
8736 * w32fns.c (x_create_tip_frame):
8737 * xfns.c (x_create_tip_frame): Pass parameter argument to
8738 face-set-after-frame-default.
8739
8740 * xfaces.c (Finternal_merge_in_global_face): Save merged
8741 attributes for the default face back into the face vector.
8742
8743 2008-07-08 Andreas Schwab <schwab@suse.de>
8744
8745 * fontset.h: Declare fontset_from_font. Don't declare
8746 new_fontset_from_font and fontset_from_font_name.
8747 * xterm.c: Include "fontset.h".
8748 * Makefile.in (xterm.o): Update dependencies.
8749
8750 2008-07-08 Glenn Morris <rgm@gnu.org>
8751
8752 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8753 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8754
8755 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
8756
8757 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8758 (x_set_frame_parameters): Don't bind it.
8759
8760 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * w32fns.c (map_w32_filename): Declare extern.
8763
8764 2008-07-07 Jason Rumney <jasonr@gnu.org>
8765
8766 * w32term.c (WS_EX_LAYERED): Define if not already.
8767
8768 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
8769
8770 * xfaces.c (set_font_frame_param): Don't try to set the font
8771 parameter if it is still unspecified in the lface.
8772
8773 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8774
8775 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8776 face if it didn't already exist.
8777
8778 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8779
8780 2008-07-05 Andreas Schwab <schwab@suse.de>
8781
8782 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8783
8784 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8785
8786 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8787 word-wrapping.
8788 (IT_DISPLAYING_WHITESPACE): New macro.
8789 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8790 when word-wrapping. Simplify word-wrapping logic. Use correct
8791 pixel positions when saving copies of the iterator.
8792 (display_line): Use proper wrap point if the last character on a
8793 line was preceded by whitespace.
8794
8795 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8798
8799 2008-07-04 Kenichi Handa <handa@m17n.org>
8800
8801 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8802
8803 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8804
8805 2008-07-02 Jason Rumney <jasonr@gnu.org>
8806
8807 * xfns.c (syms_of_xfns): Only define x-select-font when both
8808 HAVE_FREETYPE and USE_GTK.
8809
8810 * xdisp.c (next_element_from_display_vector): Move assignment out
8811 of if statement.
8812
8813 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8814
8815 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8816
8817 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8818 (syms_of_fileio): Initialize and export them.
8819 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8820
8821 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8822 (Fsystem_move_file_to_trash): New function.
8823 (syms_of_w32fns): Export it to lisp.
8824
8825 2008-07-01 Jason Rumney <jasonr@gnu.org>
8826
8827 * w32font.c (w32font_text_extents): Don't count overhang as part
8828 of width.
8829
8830 2008-06-30 Miles Bader <miles@gnu.org>
8831
8832 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8833 Add `avoid_cursor_p' field.
8834
8835 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8836 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8837 (append_glyph, append_composite_glyph, produce_image_glyph)
8838 (append_stretch_glyph): Initialize avoid_cursor_p.
8839 (get_it_property): Rename from `get_line_height_property'.
8840 (x_produce_glyphs): Use get_it_property.
8841 (handle_line_prefix, push_display_prop): New functions.
8842 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8843 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8844 New variables.
8845 (syms_of_xdisp): Initialize them.
8846
8847 2008-06-30 Kenichi Handa <handa@m17n.org>
8848
8849 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8850 XftDefaultSubstitute (they are called in XftFontMatch).
8851 (xftfont_open): Fix args to ftfont_font_format.
8852
8853 * ftfont.c (fc_charset_table): New member lang.
8854 (ftfont_resolve_generic_family): New arg pattern.
8855 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
8856 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8857 (ftfont_open): Fix args to ftfont_font_format.
8858 (ftfont_font_format): New arg filename.
8859
8860 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
8861
8862 * xfaces.c (Finternal_merge_in_global_face): If default face was
8863 modified, realize it again. Update the font face attribute.
8864
8865 2008-06-29 Jason Rumney <jasonr@gnu.org>
8866
8867 * w32term.c (x_set_frame_alpha): Fix logic.
8868
8869 2008-06-29 Kenichi Handa <handa@m17n.org>
8870
8871 * fontset.c (Finternal_char_font): Return font-object instead of
8872 font-name.
8873
8874 * composite.c (get_composition_id): Fix the width calculation for TAB.
8875
8876 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * indent.c (Fvertical_motion): Properly handle float column arg.
8879
8880 2008-06-28 Jason Rumney <jasonr@gnu.org>
8881
8882 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8883 (pfnSetLayeredWindowAttributes): New function pointer.
8884 (w32_initialize): Initialize it when supported.
8885 (x_set_frame_alpha): New function.
8886
8887 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8888 (w32_frame_parm_handlers): Set alpha handler.
8889
8890 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8891
8892 2008-06-27 Jason Rumney <jasonr@gnu.org>
8893
8894 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8895 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8896 (w32_to_x_charset, x_to_w32_charset)
8897 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8898 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8899 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8900 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8901 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8902 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8903 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8904 (Qw32_charset_unicode): Remove.
8905 (syms_of_w32fns): Update for above changes.
8906
8907 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8908 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8909 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8910 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8911 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8912 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8913 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8914 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8915 (syms_of_w32font): Update for above changes.
8916
8917 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8918
8919 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8920 removed #if.
8921 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8922
8923 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8924 Eli Zaretskii <eliz@gnu.org>
8925
8926 * makefile.w32-in (LOCAL_FLAGS):
8927 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8928
8929 * sysdep.c (_spawnlp, _getpid):
8930 Declare with explicit _cdecl instead of _CRTAPI1.
8931
8932 * editfns.c (Fget_internal_run_time):
8933 Check for WINDOWSNT with #ifdef, not #if.
8934
8935 2008-06-26 Jason Rumney <jasonr@gnu.org>
8936
8937 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8938
8939 * w32term.c (x_draw_glyph_string_foreground)
8940 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8941 Use FONT_HANDLE macro.
8942 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8943
8944 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8945 (uniscribe_encode_char): Use FONT_HANDLE macro.
8946
8947 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8948 (w32font_text_extents): Use precast w32_font.
8949 (w32font_close): Free cached metrics.
8950 (w32font_open_internal): Allocate space for name on stack.
8951
8952 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8955
8956 2008-06-26 Jason Rumney <jasonr@gnu.org>
8957
8958 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8959 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8960
8961 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8962
8963 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8964
8965 2008-06-26 Jason Rumney <jasonr@gnu.org>
8966
8967 * w32bdf.c, w32bdf.h: Remove obsolete files.
8968
8969 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8970
8971 * w32gui.h: Don't include w32bdf.h.
8972 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8973 Remove obsolete font support.
8974
8975 * w32font.h (struct w32font_info): Remove compat_w32_font.
8976 Add hfont member.
8977 (FONT_COMPAT): Remove obsolete macro.
8978
8979 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8980 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8981 (w32font_open_internal): Remove compat code. Set new hfont member.
8982 (Fx_select_font): Use new hfont member.
8983
8984 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8985 (uniscribe_encode_char): Use new hfont member.
8986
8987 * w32term.c (x_draw_glyph_string_foreground)
8988 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8989 (x_draw_glyph_string): Use metrics in w32font_info.
8990
8991 2008-06-26 Kenichi Handa <handa@m17n.org>
8992
8993 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8994
8995 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8996
8997 * unexnext.c:
8998 * m/ews4800.h:
8999 * m/hp9000s300.h:
9000 * m/ibm370aix.h:
9001 * m/mips-siemens.h:
9002 * m/ncr386.h:
9003 * m/next.h:
9004 * m/pmax.h:
9005 * m/powerpcle.h:
9006 * m/tandem-s2.h:
9007 * s/386bsd.h:
9008 * s/bsd386.h:
9009 * s/bsd4-1.h:
9010 * s/bsd4-2.h:
9011 * s/bsdos2-1.h:
9012 * s/bsdos2.h:
9013 * s/bsdos3.h:
9014 * s/bsdos4.h:
9015 * s/nextstep.h:
9016 * s/ultrix4-3.h:
9017 * s/usg5-0.h:
9018 * s/usg5-2-2.h:
9019 * s/usg5-2.h:
9020 * s/usg5-4-3.h:
9021 * s/ux4800.h:
9022 * s/uxpds.h:
9023 * s/uxpv.h: Remove support for obsolete systems.
9024 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9025 Remove, insert contents in s/hpux10-20.h.
9026 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9027 Remove, insert contents in s/aix4-2.h.
9028 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9029 * s/bsd4-3.h: Rename to ...
9030 * s/bsd-common.h: ... this.
9031 * data.c:
9032 * doc.c:
9033 * ecrt0.c:
9034 * emacs.c:
9035 * fileio.c:
9036 * floatfns.c:
9037 * keyboard.c:
9038 * mem-limits.h:
9039 * print.c:
9040 * process.c:
9041 * sysdep.c:
9042 * syssignal.h:
9043 * systty.h:
9044 * syswait.h:
9045 * term.c:
9046 * unexec.c:
9047 * unexelf.c:
9048 * unexhp9k800.c:
9049 * m/hp800.h:
9050 * m/ibmrs6000.h:
9051 * m/mips.h:
9052 * m/vax.h:
9053 * s/darwin.h:
9054 * s/freebsd.h:
9055 * s/gnu.h:
9056 * s/ms-w32.h:
9057 * s/msdos.h:
9058 * s/netbsd.h:
9059 * s/template.h: Remove references to obsolete variables.
9060
9061 * Makefile.in: Add dependencies for all unexec files.
9062 (admindir): Remove unused variable.
9063 (UNEXEC_SRC): Remove references.
9064
9065 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * xfns.c (x_default_font_parameter): If Xft is available, first
9068 try Monospace-12 for the default font.
9069
9070 2008-06-25 Jason Rumney <jasonr@gnu.org>
9071
9072 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9073
9074 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9077
9078 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9079
9080 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9081
9082 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9083 <scroll-conservatively>: Fix typo in docstring.
9084
9085 * xselect.c (Fx_send_client_event): Doc fix.
9086
9087 2008-06-25 Kenichi Handa <handa@m17n.org>
9088
9089 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9090
9091 * font.c (font_parse_fcname): Remove unused variables.
9092 (font_sort_entites): Delete the arg SPEC. Caller changed.
9093 Fix for the case of ! best_only.
9094 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9095
9096 * lisp.h (Fstring_to_unibyte): EXFUN it.
9097
9098 * character.h (str_to_unibyte): Extern it.
9099
9100 * character.c (str_to_unibyte): New function.
9101
9102 * fns.c (Fstring_to_unibyte): New function.
9103 (syms_of_fns): Defsubr it.
9104
9105 2008-06-24 Kenichi Handa <handa@m17n.org>
9106
9107 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9108 DPI too.
9109 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9110
9111 2008-06-24 Andreas Schwab <schwab@suse.de>
9112
9113 * Makefile.in (${lispsource}loaddefs.el): Rename from
9114 ../lisp/loaddefs.el.
9115 (bootstrap-clean): Do what distclean does but don't remove
9116 Makefile.
9117 (distclean): Depend on bootstrap-clean and remove Makefile.
9118
9119 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9120
9121 * buffer.h (struct buffer): New member word_wrap.
9122
9123 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9124 word-wrap.
9125 (init_buffer_once): Initialize them.
9126
9127 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9128 line_wrap enum possessing three possible values.
9129
9130 * termopts.h: Replace truncate_partial_width_windows with
9131 Vtruncate_partial_width_windows.
9132
9133 * dispnew.c (direct_output_for_insert): Avoid direct output when
9134 inserting a space with word wrap on.
9135
9136 * indent.c (compute_motion): Obey integer values of
9137 truncate-partial-width-windows.
9138
9139 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9140 replacing truncate_partial_width_windows.
9141 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9142 truncate only if the window width is below that integer.
9143 (start_display, resize_mini_window, produce_stretch_glyph)
9144 (display_string, move_it_in_display_line_to): Use line_wrap.
9145 (back_to_previous_visible_line_start, reseat_1): Reset
9146 string_from_display_prop_p.
9147 (display_line): Extend default face to end of line when wrapping.
9148
9149 2008-06-24 Kim F. Storm <storm@cua.dk>
9150
9151 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9152 to wrap continued lines at word boundaries.
9153
9154 2008-06-24 Jason Rumney <jasonr@gnu.org>
9155
9156 * font.c (Ffont_face_attributes): Multiply pixel size before point
9157 conversion to avoid multiplying rounding error.
9158
9159 2008-06-23 Jason Rumney <jasonr@gnu.org>
9160
9161 * w32term.c (x_draw_glyph_string_background)
9162 (x_draw_glyph_string): Remove old bdf font code.
9163
9164 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9165
9166 2008-06-22 Kenichi Handa <handa@m17n.org>
9167
9168 * font.c (font_find_for_lface): Try the adstyle specified in
9169 the property of LFACE_FONT of LFACE (if any).
9170
9171 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9172 Ryo Yoshitake <ryo@shiftmode.net>
9173
9174 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9175
9176 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9179 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9180 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9181 (witness-emacs): Remove.
9182 (lisp, shortlisp): Move loaddefs.el earlier.
9183 (mostlyclean): Forget about witness-emacs.
9184
9185 2008-06-22 Glenn Morris <rgm@gnu.org>
9186
9187 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9188 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9189
9190 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * Makefile.in (PRECOMP): Remove.
9193 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9194 (witness-emacs): Run `compile-first'.
9195 (.el.elc): Use the new compile-onefile target.
9196
9197 2008-06-21 Kenichi Handa <handa@m17n.org>
9198
9199 * xftfont.c (xftfont_open): Handle QCembolden only when
9200 FC_EMBOLDEN is defined.
9201
9202 2008-06-21 Andreas Schwab <schwab@suse.de>
9203
9204 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9205 (.el.elc): Likewise.
9206
9207 2008-06-21 Miles Bader <miles@gnu.org>
9208
9209 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9210 build dir, not the lisp source dir.
9211
9212 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9215 (bootstrapclean): Remove.
9216 (.el.elc): New rule.
9217 (PRECOMP): New var.
9218 (../lisp/subdirs.el): Remove.
9219 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9220 (witness-emacs): New target.
9221 (mostlyclean): Remove witness-emacs as well.
9222 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9223 Add witness-emacs dependency.
9224
9225 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9228 defined by the font.
9229
9230 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9233 (bootstrap-clean): New target that keeps TAGS around.
9234 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9235 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9236
9237 2008-06-20 Jason Rumney <jasonr@gnu.org>
9238
9239 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9240 Remove obsolete font code.
9241
9242 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9243 to determine language support.
9244
9245 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * sysdep.c (cfsetspeed): New fun extracted from the code.
9248 (cfmakeraw): Move before first use.
9249
9250 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9251
9252 * sysdep.c (cfmakeraw): Provide fallback implementation.
9253 (serial_configure): Provide fallback implementation of cfsetspeed.
9254
9255 2008-06-20 Kenichi Handa <handa@m17n.org>
9256
9257 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9258 the pattern.
9259
9260 * fontset.c (fontset_from_font): Copy font_spec before changing
9261 the elements.
9262
9263 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9264
9265 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9268 for explicit `font' parameters.
9269
9270 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9271
9272 2008-06-19 Kenichi Handa <handa@m17n.org>
9273
9274 * frame.c: Include <ctype.h>.
9275 (x_set_font_backend): Allow spacing characters in the X resource
9276 for FontBackend.
9277
9278 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * w32fns.c, xfns.c (Qfont_param): New var.
9281 (syms_of_w32fns): Initialize it.
9282 (x_default_font_parameter): Record explicit `font' into
9283 `font-parameter'.
9284
9285 2008-06-18 Kenichi Handa <handa@m17n.org>
9286
9287 * font.c (font_parse_xlfd): Fix previous change.
9288 (font_parse_fcname): Don't use :fc-unknown-spec.
9289 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9290 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9291 (font_add_log): Prepend the driver name to the resulting fonts.
9292
9293 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9294 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9295 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9296
9297 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9298 (QCembolden): New variables.
9299 (syms_of_xftfont): DEFSYM them.
9300 (xftfont_open): Call XftFontMatch. Don't trust the result of
9301 XftTextExtents8 if the pixel_size is less than 5.
9302
9303 2008-06-18 Andreas Schwab <schwab@suse.de>
9304
9305 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9306 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9307
9308 2008-06-18 Jason Rumney <jasonr@gnu.org>
9309
9310 * w32font.c (w32font_list, w32font_match): Add logging.
9311
9312 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9313
9314 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
9315
9316 * font.c (font_parse_fcname): Store divider characters for
9317 unknown-spec list. For known key symbols, intern using correct
9318 symbol name.
9319
9320 2008-06-17 Kenichi Handa <handa@m17n.org>
9321
9322 * xfaces.c (realize_default_face): If the frame is not on window
9323 system, set the fontset of face to nil.
9324
9325 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9326
9327 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9328
9329 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9330
9331 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9332 (build_font_name_from_vector): Delete externs.
9333
9334 * xfaces.c (struct font_name): Don't declare.
9335
9336 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9339
9340 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9341
9342 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9343
9344 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * font.c (Ffont_spec): Fix usage in docstring.
9347 (Ffont_face_attributes): Doc fix.
9348
9349 2008-06-16 Andreas Schwab <schwab@suse.de>
9350
9351 * font.c (Ffont_face_attributes): Fix definition.
9352
9353 2008-06-16 Jason Rumney <jasonr@gnu.org>
9354
9355 * font.h (font_style_symbolic_from_value): Remove.
9356
9357 * font.c (font_style_symbolic_from_value): Remove.
9358 (font_style_symbolic): Revert to pre 2008-06-13 version.
9359
9360 * w32font.c (w32_to_fc_weight): New function.
9361 (w32font_full_name, logfont_to_fcname): Use it.
9362
9363 2008-06-16 Kenichi Handa <handa@m17n.org>
9364
9365 * font.c (font_check_object): Delete it.
9366 (font_clear_cache): Check if a font-object is alive.
9367 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9368 font-object to nil.
9369 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9370 (font_at): Don't call font_check_object.
9371 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9372
9373 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9374
9375 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9376
9377 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9378
9379 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9380
9381 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * font.c (font_parse_fcname): Only one decimal point.
9384 (font_unparse_fcname): Handle data in family and foundry indices
9385 as symbols, not strings.
9386 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9387
9388 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9389
9390 * font.h (font_unparse_gtkname): Add prototype.
9391
9392 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9393
9394 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9395
9396 2008-06-15 Andreas Schwab <schwab@suse.de>
9397
9398 * font.c (font_update_drivers): Fix crash when no drivers match.
9399
9400 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9403 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9404
9405 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9408
9409 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * process.c (Fserial_process_configure, Fprocess_send_eof):
9412 Use EQ to compare Lisp_Objects.
9413
9414 2008-06-13 Jason Rumney <jasonr@gnu.org>
9415
9416 * w32fns.c (Fw32_select_font): Remove old font API function.
9417
9418 * w32font.c (logfont_to_fcname): New function.
9419 (Fx_select_font): New font dialog function compatible with
9420 GTK/fontconfig version.
9421
9422 * font.c (font_style_symbolic_from_value): New function.
9423 (font_style_symbolic): Use it.
9424
9425 * font.h (font_style_symbolic_from_value): Declare new function.
9426
9427 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9430 <font-width-table>: Fix typos in docstrings.
9431
9432 2008-06-13 Daniel Engeler <engeler@gmail.com>
9433
9434 These changes add serial port access.
9435 * process.c: Add HAVE_SERIAL.
9436 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9437 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9438 (list_processes_1, select_wrapper, Fstop_process)
9439 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9440 (status_notify): Modify to handle serial processes.
9441 [HAVE_SERIAL] (Fserial_process_configure)
9442 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9443 New functions.
9444 * process.h (struct Lisp_Process): Add `type'.
9445 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9446 New functions.
9447 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9448 serial ports.
9449 (serial_open, serial_configure): New functions.
9450 * w32.h: Add FILE_SERIAL.
9451 (struct _child_process): Add ovl_read, ovl_write.
9452
9453 2008-06-13 Kenichi Handa <handa@m17n.org>
9454
9455 * dispextern.h (enum lface_attribute_index): New member
9456 LFACE_FOUNDRY_INDEX.
9457
9458 * font.c (font_score): Delete arg alternate_families. Check only
9459 weight, slant, width, and size. Ignore the difference of alias
9460 style symbols.
9461 (font_sort_entites): Adjust for the above change. Reflect the
9462 order of font-driver to scores.
9463 (font_list_entities): Don't check alternate_familes here.
9464 (font_clear_prop): Handle foundry.
9465 (font_update_lface): Don't parse "foundry-family" form here.
9466 Handle FONT_FOUNDRY_INDEX.
9467 (font_find_for_lface): Likewise. Handle alternate families here.
9468 If registry is nil, try iso8859-1 and ascii-0.
9469 (font_open_for_lface): Pay attention to size in ENTITY.
9470 (font_open_by_name): Simplify by calling font_load_for_lface.
9471 (free_font_driver_list): Delete it.
9472 (font_update_drivers): Preserve the order of backends.
9473 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9474 of font_score and font_sort_entites.
9475 (font_update_sort_order): Likewise.
9476
9477 * xfaces.c (LFACE_FOUNDRY): New macro.
9478 (check_lface_attrs): Check foundry.
9479 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9480 (merge_face_vectors): Check foundry.
9481 (merge_face_ref): Likewise.
9482 (Finternal_set_lisp_face_attribute): Likewise.
9483 (x_update_menu_appearance): Likewise.
9484 (Finternal_get_lisp_face_attribute): Likewise.
9485 (lface_hash): Likewise.
9486 (lface_same_font_attributes_p): Likewise.
9487 (x_supports_face_attributes_p): Likewise.
9488 (tty_supports_face_attributes_p): Likewise.
9489 (Finternal_set_alternative_font_family_alist): Intern strings.
9490 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9491 (realize_default_face): Set LFACE_FOUNDRY (lface).
9492
9493 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9494 font-driver at first.
9495
9496 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9497
9498 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9499
9500 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9501
9502 2008-06-12 Jim Meyering <meyering@redhat.com>
9503
9504 Make unexec_free handle NULL the same way free does.
9505 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9506
9507 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9510 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9511 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9512 (WEAK_ALIAS): Simplify.
9513 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9514 when searching a unibyte buffer.
9515
9516 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9519
9520 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
9521
9522 * w32font.c: Include ctype.h.
9523
9524 2008-06-11 Jason Rumney <jasonr@gnu.org>
9525
9526 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9527 misreported as space.
9528 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9529 as aliases for registry iso10646-1.
9530
9531 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * buffer.c (clone_per_buffer_values): Skip `name'.
9534
9535 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * font.c (font_parse_fcname): Fix last change; accept decimal
9538 points in font size.
9539
9540 2008-06-10 Jason Rumney <jasonr@gnu.org>
9541
9542 * w32uniscribe.c (add_opentype_font_name_to_list):
9543 Skip non unicode fonts.
9544
9545 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * xfns.c (Fx_font_dialog): New function.
9548
9549 * gtkutil.c (xg_dialog_response_cb): Rename from
9550 xg_file_response_callback.
9551 (pop_down_dialog): Rename from pop_down_file_dialog.
9552 (xg_get_file_name): Callers changed.
9553 (xg_get_font_name): New function.
9554
9555 * gtkutil.h (xg_get_font_name): Insert prototype.
9556
9557 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9560 x_underline_minimum_display_offset.
9561 (syms_of_xdisp): Declare it here rather than in xterm.c.
9562 * dispextern.h (underline_minimum_offset): Declare it.
9563 * w32term.c (x_draw_glyph_string): Use it.
9564 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9565 (syms_of_xterm): Don't declare it any more.
9566 (x_draw_glyph_string): Adjust to the new name.
9567
9568 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
9569
9570 * xterm.c (x_underline_minimum_display_offset): New var.
9571 (x_draw_glyph_string): Use it.
9572 (syms_of_xterm): Declare it.
9573
9574 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9575
9576 * font.c (font_parse_fcname): Accept GTK-style font names too.
9577
9578 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * dired.c (file_name_completion): Don't return t if the match is exact
9581 but with different capitalization.
9582 * minibuf.c (Ftry_completion): Simplify.
9583
9584 * window.c (Vwindow_point_insertion_type): New var.
9585 (set_window_buffer): Use it.
9586 (syms_of_window): Init and export it to Lisp.
9587
9588 2008-06-10 Kenichi Handa <handa@m17n.org>
9589
9590 * font.h (font_intern_prop): Prototype adjusted.
9591
9592 * font.c (font_intern_prop): New arg force_symbol.
9593 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9594 Adjust for the change of font_intern_prop.
9595
9596 * ftfont.c (ftfont_pattern_entity):
9597 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9598 (w32_registry):
9599 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9600 the change of font_intern_prop.
9601
9602 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * w32menu.c (digest_single_submenu): Declare extern.
9605
9606 2008-06-09 Jason Rumney <jasonr@gnu.org>
9607
9608 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9609
9610 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9611 (parse_single_submenu): Remove.
9612 (digest_single_submenu): Remove.
9613 (syms_of_w32menu): Don't initialise variables that have moved
9614 to menu.c.
9615 (set_frame_menubar): Sync with version in xmenu.c.
9616 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9617
9618 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9619 Make static again.
9620
9621 2008-06-09 Jason Rumney <jasonr@gnu.org>
9622
9623 Changes to w32 files related to the move of common menu code
9624 to menu.c on 2008-06-08 by Chong Yidong.
9625
9626 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9627 defs to w32gui.h.
9628 (single_keymap_panes, push_menu_item, push_menu_pane):
9629 Make globally visible.
9630
9631 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9632 (local_free, malloc_widget_value, free_widget_value)
9633 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9634 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9635 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9636 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9637 (menu_items, menu_items_allocated, menu_items_used)
9638 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9639 (init_menu_items, finish_menu_items, discard_menu_items)
9640 (grow_menu_items, push_submenu_start, push_submenu_end)
9641 (push_left_right_boundary, push_menu_pane, push_menu_item)
9642 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9643 (free_menubar_widget_tree_value, parse_single_submenu)
9644 (update_submenu_strings): Remove functions.
9645 (xmalloc_widget_value): Remove and declare extern.
9646
9647 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9648 (OBJ1): Build it.
9649
9650 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9651 (local_heap, local_alloc, local_free, malloc_widget_value)
9652 (free_widget_value): Define here.
9653
9654 2008-06-09 Kenichi Handa <handa@m17n.org>
9655
9656 * font.h (Qascii_0): Extern it.
9657
9658 * font.c (Qascii_0): New variable.
9659 (syms_of_font): DEFSYM it.
9660 (font_open_by_name): If the registry "iso8859-1" fails, try also
9661 "ascii-0".
9662
9663 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9664
9665 2008-06-08 Kenichi Handa <handa@m17n.org>
9666
9667 * .gdbinit (xfont): New command.
9668
9669 2008-06-08 Andreas Schwab <schwab@suse.de>
9670
9671 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9672 * Makefile.in (menu.o): Update dependencies.
9673
9674 * Makefile.in (obj): Always add menu.o.
9675 * emacs.c (main): Always call syms_of_menu.
9676 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9677
9678 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * Makefile.in: Compile menu.c.
9681
9682 * lisp.h: Declare syms_of_menu.
9683
9684 * emacs.c (main): Call syms_of_menu.
9685
9686 * keyboard.h: Relocate platform-independent menu definitions from
9687 xmenu.c.
9688
9689 * menu.c: New file. Relocate platform-independent menu
9690 definitions from xmenu.c. Suggested by Adrian Robert.
9691
9692 * xmenu.c: Remove platform-independent menu definitions.
9693 (menu_items menu_items_inuse, menu_items_allocated)
9694 (menu_items_used, menu_items_n_panes)
9695 (menu_items_submenu_depth): Move to keyboard.h.
9696 (init_menu_items, finish_menu_items, unuse_menu_items)
9697 (discard_menu_items, restore_menu_items, save_menu_items)
9698 (grow_menu_items, push_submenu_start, push_submenu_end)
9699 (push_left_right_boundary, push_menu_pane, push_menu_item)
9700 (keymap_panes, single_keymap_panes, single_menu_item)
9701 (list_of_panes, list_of_items, find_and_call_menu_selection)
9702 (xmalloc_widget_value, free_menubar_widget_value_tree)
9703 (parse_single_submenu, digest_single_submenu)
9704 (update_submenu_strings): Move to menu.c.
9705
9706 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9709
9710 2008-06-06 Miles Bader <miles@gnu.org>
9711
9712 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9713 face, not frame default.
9714
9715 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9716
9717 * window.c (pop_up_windows, pop_up_frames)
9718 (display_buffer_reuse_frames, Vpop_up_frame_function)
9719 (Vdisplay_buffer_function, Veven_window_heights)
9720 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9721 (Vspecial_display_function, Vsame_window_buffer_names)
9722 (Vsame_window_regexps, split_height_threshold)
9723 (Vsplit_window_preferred_function): Move those vars to window.el.
9724 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9725 (Fdisplay_buffer): Move those functions to window.el.
9726 (syms_of_window): Remove corresponding declarations.
9727 (display_buffer): New function.
9728 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9729 * dispnew.c (Flast_nonminibuf_frame): New function.
9730 * buffer.c (Fpop_to_buffer): Move to window.el.
9731
9732 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9735
9736 2008-06-05 Kenichi Handa <handa@m17n.org>
9737
9738 * coding.c (detect_coding): Fix previous change.
9739 (detect_coding_system): Likewise.
9740
9741 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9744
9745 * keymap.c (Vminibuffer_local_filename_must_match_map):
9746 Rename from Vminibuffer_local_must_match_filename_map.
9747 (syms_of_keymap):
9748 * minibuf.c (Fcompleting_read): Adjust accordingly.
9749 * commands.h: Rename declaration as well.
9750
9751 2008-06-05 Kenichi Handa <handa@m17n.org>
9752
9753 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9754 family name.
9755 (Ffont_put): Likewise.
9756
9757 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9758 current font-spec.
9759
9760 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9761 is unspecified.
9762
9763 * xfaces.c (realize_x_face): If the font-related face attributes
9764 are the same as those of default face, realize a new fontset from
9765 default->fontset.
9766 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9767
9768 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9771 (move_it_in_display_line): New wrapper.
9772
9773 * window.c (window_scroll_pixel_based_preserve_x)
9774 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9775 (window_scroll_pixel_based, window_scroll_line_based):
9776 Use them to preserve column positions.
9777 (syms_of_window): Initialize them.
9778
9779 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9780 (HPOS . VPOS) pair.
9781
9782 * dispextern.h (move_it_in_display_line): Declare.
9783
9784 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
9785
9786 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9787 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9788 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9789
9790 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9791
9792 * window.c (Fset_window_parameter): Doc fix.
9793 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9794
9795 2008-06-04 Joakim Verona <joakim@verona.se>
9796
9797 * window.h (struct window): Add new member window_parameters.
9798
9799 * window.c (Fwindow_parameters, Fwindow_parameter)
9800 (Fset_window_parameter): New defuns.
9801 (syms_of_window): Defsubr the new defuns.
9802 (make_window): Initialize window_parameters to nil.
9803
9804 2008-06-04 John Paul Wallington <jpw@pobox.com>
9805
9806 * eval.c (Fdefmacro): Doc fix.
9807
9808 2008-06-04 Kenichi Handa <handa@m17n.org>
9809
9810 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9811 Be sure to call setup_coding_system when we find a proper coding system.
9812 (detect_coding_system): Fix handling of coding->head_ascii.
9813
9814 2008-06-03 Andreas Schwab <schwab@suse.de>
9815
9816 * font.c (font_prop_validate_spacing): Fix last change.
9817
9818 2008-06-03 Kenichi Handa <handa@m17n.org>
9819
9820 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9821 (font_parse_fcname): Fix handling of unknown key.
9822
9823 * xfont.c (xfont_list): Try an alias.
9824
9825 * charset.c (char_charset): Return NULL if the arg charset_list is
9826 specified and C doesn't belong to any of them.
9827
9828 2008-06-02 Chip Coldwell <coldwell@redhat.com>
9829
9830 * font.c (font_pixel_size): Don't take cdr of an integer.
9831
9832 2008-06-02 Jim Meyering <meyering@redhat.com>
9833
9834 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9835 * alloc.c (xfree): Return right away for a NULL arg.
9836 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9837 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9838 * mac.c (create_apple_event_from_event_ref): Likewise.
9839 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9840 Likewise.
9841 * doprnt.c (doprnt1): Likewise.
9842 * frame.c (frame): Likewise.
9843 * keyboard.c (wipe_kboard): Likewise.
9844 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9845 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9846 * term.c (tty_default_color_capabilities, maybe_fatal)
9847 (delete_tty): Likewise.
9848 * w16select.c (string): Likewise.
9849 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9850 * w32bdf.c (w32_free_bdf_font): Likewise.
9851 * w32fns.c (w32_unload_font): Likewise.
9852 * w32font.c (w32font_close): Likewise.
9853 * window.c (size_window): Likewise.
9854 * xselect.c (receive_incremental_selection): Likewise.
9855 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9856 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9857 * w32.c (stat): Likewise.
9858
9859 Remove useless if-before-free tests.
9860 * editfns.c (Fset_time_zone_rule): Likewise.
9861 * lread.c (nosuffix): Likewise.
9862 * ralloc.c (get_bloc): Likewise.
9863 * regex.c (reg_free): Likewise.
9864 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9865 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9866 * xsmfns.c (smc_save_yourself_CB): Likewise.
9867
9868 2008-06-02 Kenichi Handa <handa@m17n.org>
9869
9870 * font.c (font_find_for_lface): Handle float font size.
9871 (font_open_for_lface): Likewise.
9872
9873 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9874 comparing the properties.
9875
9876 2008-06-01 Jason Rumney <jasonr@gnu.org>
9877
9878 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9879 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9880 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9881 Don't add empty script list.
9882 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9883
9884 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9885
9886 * Makefile.in (dot, dotdot): Remove, update users.
9887 ".." has been used elsewhere in the file for a long time.
9888 (LIBXT_STATIC): Remove conditional based on unused variable.
9889
9890 2008-06-01 Miles Bader <miles@gnu.org>
9891
9892 * xfaces.c (Vface_remapping_alist): New variable.
9893 (syms_of_xfaces): Initialize it.
9894 (enum named_merge_point_kind): New type.
9895 (struct named_merge_point): Add `named_merge_point_kind' field.
9896 (push_named_merge_point): Make cycle detection respect different
9897 named-merge-point kinds.
9898 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9899 Remove face-name alias resolution.
9900 (lface_from_face_name): New definition using
9901 `lface_from_face_name_no_resolve'.
9902 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9903 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9904 (get_lface_attributes): New definition that layers face-remapping on
9905 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9906 (lookup_basic_face): New function.
9907 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9908 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9909 `get_lface_attributes'.
9910 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9911 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9912 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9913
9914 * xdisp.c (init_iterator): Pass base_face_id through
9915 `lookup_basic_face' when we actually use it as a face-id.
9916 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9917 DEFAULT_FACE_ID.
9918
9919 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9920 lookup the initial face-id.
9921
9922 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9923
9924 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9927 (Fremove_text_properties): Fix typos in docstrings.
9928
9929 2008-05-31 Kenichi Handa <handa@m17n.org>
9930
9931 * font.c (font_list_entities): Fix the car part of data to be
9932 stored in the cache.
9933
9934 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9935
9936 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9939 Add a `test' argument so another predicate than `equal' can be used.
9940 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9941 (map_char_table): Remove unused vars `c' and `i'.
9942 * lisp.h (Foptimize_char_table): Adjust declaration.
9943 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9944
9945 2008-05-30 Kenichi Handa <handa@m17n.org>
9946
9947 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9948 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9949 defined.
9950
9951 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9954 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9955 frame-local settings for the same variable.
9956
9957 2008-05-30 Kenichi Handa <handa@m17n.org>
9958
9959 * fontset.c (Ffont_info): Move to font.c.
9960 (syms_of_fontset): Delete defsubr of Sfont_info.
9961
9962 * font.c (font_style_to_value, font_score): Delete casting of the
9963 args to xstcasecmp.
9964 (register_font_driver): Increment num_font_drivers only when
9965 registering the driver globally.
9966 (Ffont_info): Move from fontset.c. Handle a font object too.
9967 (syms_of_font): Defsubr Sfont_info.
9968
9969 2008-05-29 Kenichi Handa <handa@m17n.org>
9970
9971 * coding.h (enum define_coding_utf8_arg_index): New enum.
9972 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9973 coding_attr_utf_bom.
9974 (enum utf_bom_type): Rename from utf_16_bom_type.
9975 (struct utf_16_spec): Adjust for the above change.
9976 (struct coding_system): Add utf_8_bom in `spec' union.
9977
9978 * coding.c (CODING_UTF_8_BOM): New macro.
9979 (enum coding_category): Delete coding_category_utf_8, add
9980 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9981 coding_category_utf_8_sig.
9982 (CATEGORY_MASK_UTF_8): Delete it.
9983 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9984 (CATEGORY_MASK_UTF_8_SIG): New macros.
9985 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9986 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9987 CATEGORY_MASK_UTF_8_SIG.
9988 (CATEGORY_MASK_UTF_8): New macro.
9989 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9990 (detect_coding_utf_8): Check BOM.
9991 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9992 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9993 (encode_coding_utf_16): Likewise.
9994 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9995 (detect_coding, detect_coding_system): Handle utf-8-auto.
9996 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9997 (syms_of_coding): Fix setting up of Vcoding_category_table.
9998
9999 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * process.c (Faccept_process_output): If `millisec' is non-nil,
10002 `seconds' default to 0.
10003 (wait_reading_process_output): Also return non-nil if we read output
10004 from a non-running process.
10005
10006 2008-05-29 Jason Rumney <jasonr@gnu.org>
10007
10008 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10009 `raster' specified.
10010 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10011 in the uniscribe backend, but disallow any font that has no
10012 unicode subrange support.
10013
10014 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10017 Fix typos in docstrings.
10018
10019 2008-05-29 Kenichi Handa <handa@m17n.org>
10020
10021 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10022 (Fx_family_fonts): Set frame correctly.
10023
10024 2008-05-28 Jason Rumney <jasonr@gnu.org>
10025
10026 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10027
10028 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10031 calling build_annotations.
10032
10033 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10034
10035 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10036 (Fencode_coding_string):
10037 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10038 <latin-extra-code-table>: Fix typos in docstrings.
10039 (syms_of_coding) <coding-system-alist>: Doc fix.
10040 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10041
10042 2008-05-28 Kenichi Handa <handa@m17n.org>
10043
10044 * fontset.c (Ffont_info): Don't call font_close_object.
10045
10046 * font.c (font_parse_family_registry): Use Ffont_put to validate
10047 foundry and family.
10048 (font_delete_unmatched): Don't check spacing.
10049 (font_list_entities): Add spacing to the spec to list fonts.
10050
10051 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10052 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10053
10054 * coding.c (encode_coding_raw_text): Fix previous change.
10055 (encode_coding_object): When the dst_object is a buffer and is
10056 different from src_object, move gap to PT.
10057
10058 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10059
10060 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10061
10062 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10065 all branches. Compute it differently.
10066
10067 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10068
10069 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10070
10071 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10072 into "else if () ... else ...".
10073
10074 2008-05-27 Jason Rumney <jasonr@gnu.org>
10075
10076 * w32font.c (w32font_open_internal): Determine if glyph indices
10077 are likely to work here.
10078
10079 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10080
10081 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10082 draw overlap glyphs with appropriate highlighting.
10083
10084 2008-05-27 Kenichi Handa <handa@m17n.org>
10085
10086 * xfont.c (xfont_open): Fix calculation of font->average_width.
10087
10088 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * casefiddle.c (casify_object): Try to guess better whether the
10091 argument is a byte or a char.
10092
10093 2008-05-26 Andreas Schwab <schwab@suse.de>
10094
10095 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10096 Always send multiples of format size.
10097
10098 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10099
10100 2008-05-26 Jason Rumney <jasonr@gnu.org>
10101
10102 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10103 (compute_metrics): Don't set failure if we just cleared the cache.
10104 (w32_weight_table): Remove unused variable.
10105 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10106 backwards compatibility.
10107
10108 2008-05-25 Kenichi Handa <handa@m17n.org>
10109
10110 * w32term.c (x_draw_glyph_string):
10111 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10112
10113 * xfaces.c: Delete unused function prototypes.
10114 (xstrlwr, font_frame): Delete them.
10115 (clear_face_cache): Delete unused variable.
10116
10117 * xftfont.c (xftfont_open): Delete unused variable.
10118 If underline_thickness is not 1, adjust underline_position.
10119
10120 * ftxfont.c (ftxfont_open): Delete unused variable.
10121
10122 * fontset.c (face_for_char): Optimize for the case of no charset
10123 property.
10124
10125 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10126 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10127 (otf_open, font_otf_capability, generate_otf_features)
10128 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10129 Comment out by surrounding "#if 0" and "#endif" for the moment.
10130 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10131 (syms_of_font): Codes for accessing above commented out.
10132
10133 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10134
10135 * w32proc.c: Include dispextern.h.
10136
10137 * w32.c: Include dispextern.h.
10138
10139 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10140
10141 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10142 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10143 Fix typos in docstrings.
10144
10145 2008-05-23 Jason Rumney <jasonr@gnu.org>
10146
10147 * xsmfns.c: Remove includes that are already included by config.h.
10148
10149 2008-05-23 Kenichi Handa <handa@m17n.org>
10150
10151 * charset.c (Qemacs, charset_emacs): New variables.
10152 (char_charset): Fix for non-Unicode characters.
10153 (syms_of_charset): Define charset_emacs.
10154
10155 * w32term.c (x_draw_glyph_string): Be sure to update
10156 s->underline_thickness and s->underline_position. Be sure to draw
10157 underline within the current line area.
10158
10159 * xterm.c (x_draw_glyph_string): Be sure to update
10160 s->underline_thickness and s->underline_position. Be sure to draw
10161 underline within the current line area.
10162
10163 * fontset.c: Delete unused variables and add casting for char *
10164 throughout the file.
10165 (fontset_font): Try the fallback fonts of the current fontset
10166 before consulting the default fontset.
10167
10168 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10169
10170 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10171
10172 2008-05-22 Jason Rumney <jasonr@gnu.org>
10173
10174 * font.c: Don't include strings.h.
10175
10176 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10177
10178 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10179 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10180 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10181 to call xstrcasecmp.
10182
10183 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10184
10185 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10186
10187 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10188
10189 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10190
10191 2008-05-22 Kenichi Handa <handa@m17n.org>
10192
10193 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10194
10195 * font.c (font_prop_validate_style): Adjust for the format
10196 change of font_style_table.
10197
10198 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10199 two args.
10200
10201 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10202 two args.
10203
10204 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * minibuf.c (keys_of_minibuf): Delete.
10207 * lisp.h (keys_of_minibuf): Delete.
10208 * emacs.c (main): Don't call keys_of_minibuf.
10209
10210 2008-05-22 Kenichi Handa <handa@m17n.org>
10211
10212 * ftfont.c (ftfont_resolve_generic_family): Rename from
10213 ftfont_list_generic_family. Return a single family for each
10214 generic family.
10215 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10216 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10217 Call font_add_log.
10218 (ftfont_match): Call font_add_log.
10219
10220 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10221 (FONT_DEBUG): Define it.
10222 (font_add_log): Extern it.
10223 (font_assert): Rename from xassert.
10224
10225 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10226 (xfont_list_family): Call font_add_log.
10227 (xfont_match): Likewise.
10228 (memq_no_quit): Delete.
10229
10230 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10231 call of Ffont_xlfd_name.
10232
10233 * xfaces.c (struct table_entry, slant_table, weight_table)
10234 (swidth_table): Move to font.c.
10235
10236 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10237 xassert are changed to font_assert. Delete many unused variables.
10238 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10239 New variables.
10240 (struct table_entry): Move from xfaces.c and modified.
10241 (weight_table, slant_table, width_table): Move from xfaces.c and
10242 contents adjusted for the change of struct table_entry.
10243 (font_style_to_value, font_style_symbolic): Adjust for the
10244 format change of font_style_table.
10245 (font_parse_family_registry): Don't overwrite existing foundry and
10246 family of font_spec.
10247 (font_score): Fix calculation of diff for sizes.
10248 (font_sort_entites): Call font_add_log.
10249 (font_delete_unmatched): Return a newly created list.
10250 (font_list_entities): Fix previous change. Call font_add_log.
10251 (font_matching_entity, font_open_entity, font_close_entity):
10252 Call font_add_log.
10253 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10254 (Finternal_set_font_style_table): Delete.
10255 (BUILD_STYLE_TABLE): New macro.
10256 (build_style_table): New function.
10257 (Vfont_log, font_log_env_checked): New variables.
10258 (font_add_log): New function.
10259 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10260 Declare Lisp variables "font-weight-table", "font-slant-table",
10261 "font-width-table", and "font-log". Initialize font_style_table.
10262
10263 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10264
10265 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10266
10267 2008-05-21 Seiji Zenitani <zenitani@mac.com>
10268 Ryo Yoshitake <ryo@shiftmode.net>
10269
10270 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10271 (Vframe_alpha_lower_limit): New variable.
10272 (x_set_alpha): New function.
10273
10274 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10275
10276 * xfns.c (x-create-frame, Qalpha):
10277 Initialize the frame parameter `alpha'.
10278 * xterm.c (OPAQUE, OPACITY): New.
10279 (x_set_frame_alpha): New function.
10280 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10281
10282 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10283 * w32fns.c (w32_frame_parm_handlers): Likewise.
10284
10285 2008-05-20 Jason Rumney <jasonr@gnu.org>
10286
10287 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10288 truetype fonts to opentype list.
10289
10290 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * fontset.c (Ffontset_info): Doc fix.
10293 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10294 <ignore-relative-composition>: Fix typos in docstrings.
10295
10296 * font.c (syms-of-font) <font-encoding-alist>:
10297 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10298 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10299 (Ffont_otf_alternates): Doc fixes.
10300
10301 2008-05-20 Kenichi Handa <handa@m17n.org>
10302
10303 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10304 font.h through out the file.
10305 (FONT_DRIVERS): Rename from FONTOBJ.
10306 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10307 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10308
10309 * emacs.c (main): Call syms_of_font unconditionally.
10310
10311 * font.h (find_font_encoding): Extern it.
10312
10313 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10314 fontset.c.
10315 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
10316 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10317 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10318 only when HAVE_WINDOW_SYSTEM is defined.
10319 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10320 when HAVE_WINDOW_SYSTEM is defined.
10321
10322 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10323 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10324
10325 * xfaces.c: Include font.h unconditionally.
10326 (merge_face_ref, merge_face_vectors)
10327 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10328
10329 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10332 indirect_variable.
10333 * eval.c (lisp_indirect_variable): New fun.
10334 (Fuser_variable_p): Use it.
10335
10336 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * lisp.h (indirect_variable):
10339 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10340 Use Lisp_Symbol pointers rather than Lisp_Object.
10341 Adjust callers.
10342 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10343 To this end, change calling-convention.
10344
10345 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10346 if some non-hidden buffers are selected by string&pred.
10347
10348 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
10349
10350 * process.c (wait_reading_process_output): Always check status
10351 when in batch mode.
10352
10353 2008-05-19 Kenichi Handa <handa@m17n.org>
10354
10355 * font.c (font_list_entities): Fix handling of cache.
10356 (font_matching_entity): Likewise.
10357
10358 * ftfont.c (cs_iso8859_1): Delete.
10359 (ft_face_cache): New variable.
10360 (struct ftfont_info): New member fc_charset_idx.
10361 (ftfont_build_basic_charsets): Delete.
10362 (fc_charset_table): New variable.
10363 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10364 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10365 Callers changed.
10366 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10367 (ftfont_spec_pattern): New argument fc_charset_idx.
10368 Check registry more rigidly. Change callers.
10369 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10370 change of :font-entity property of the font.
10371
10372 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10373 property of the font.
10374
10375 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
10376
10377 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10378 (Funencodable_char_position, Fcheck_coding_systems_region)
10379 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10380 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10381 (Ffind_operation_coding_system, Fset_coding_system_priority)
10382 (Fcoding_system_eol_type): Doc fixes.
10383
10384 2008-05-17 Glenn Morris <rgm@gnu.org>
10385
10386 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10387
10388 2008-05-16 Eli Zaretskii <eliz@gnu.org>
10389
10390 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10391 and st_gid.
10392
10393 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10394 HAVE_WINDOW_SYSTEM is not defined.
10395
10396 * xfaces.c (merge_face_ref, merge_face_vectors)
10397 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10398 HAVE_WINDOW_SYSTEM is defined.
10399 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10400
10401 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10404
10405 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10406
10407 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10408
10409 2008-05-15 Kenichi Handa <handa@m17n.org>
10410
10411 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10412 preference.
10413
10414 2008-05-15 Glenn Morris <rgm@gnu.org>
10415
10416 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10417
10418 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
10419
10420 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10421 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10422
10423 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10424
10425 2008-05-15 Kenichi Handa <handa@m17n.org>
10426
10427 * ftfont.c (ftfont_list): Downcase family name to check generic
10428 families.
10429
10430 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10431 font-spec for QCfont value.
10432
10433 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10434 buffer. Check the return value of it.
10435
10436 2008-05-14 Jason Rumney <jasonr@gnu.org>
10437
10438 * w32term.c (w32_get_glyph_overhangs): Remove.
10439 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10440
10441 2008-05-14 Kenichi Handa <handa@m17n.org>
10442
10443 * font.c (font_prop_validate): Make nil a valid value.
10444 (font_clear_cache): Check if the cached vector of entities is nil
10445 or not.
10446
10447 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10448
10449 * emacs.c (main_thread): Conditionalize on
10450 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10451 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10452
10453 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10454 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10455 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10456
10457 2008-05-14 Kenichi Handa <handa@m17n.org>
10458
10459 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10460 has no corresponding coding system.
10461
10462 2008-05-14 Jason Rumney <jasonr@gnu.org>
10463
10464 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10465
10466 * w32font.h (w32font_open_internal): Update declaration.
10467
10468 * w32font.c (w32font_open_internal): Change last argument from
10469 w32font_info struct to font object. Fill in font object from
10470 font_entity. Get Outline metrics if possible. Use them to
10471 calculate underline position and thickness. Use xlfd name as name
10472 property. Don't set codepage.
10473 (w32font_open): Pass font_object to w32font_open_internal. Don't
10474 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10475 (w32font_draw): Use s->font.
10476 (clear_cached_metrics): Don't clear non-existent blocks.
10477
10478 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10479 font was not found.
10480 (x_draw_glyph_string): Use underline position and thickness from font.
10481
10482 * w32uniscribe.c (uniscribe_open): Pass font_object to
10483 w32font_open_internal.
10484
10485 2008-05-14 Kenichi Handa <handa@m17n.org>
10486
10487 These changes are to delete all legacy font-handling codes, and
10488 make Emacs use only font-backends.
10489
10490 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10491 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10492
10493 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10494
10495 * charset.h (Vcharset_non_preferred_head)
10496 (Vcurrent_iso639_language): Extern them.
10497
10498 * charset.c (Vcharset_non_preferred_head): New variable.
10499 (Vcurrent_iso639_language): New variable.
10500 (syms_of_charset): Declare it as a Lisp variable.
10501 (char_charset): Don't check non preferred charsets. As a last
10502 resort, return charset_unicode.
10503 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10504
10505 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10506 conditionals. Don't check enable_font_backend. Delete all codes
10507 used only when USE_FONT_BACKEND is not defined.
10508
10509 * dispextern.h (struct glyph_string): Change type of `font' to
10510 `struct font *'.
10511 (struct glyph_string): New member underline_position and
10512 underline_thickness.
10513 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10514 (struct face): Change type of `font' to `struct font *'. Remove
10515 members `font_name', `font_info_id'.
10516 (per_char_metric, encode_char): Delete externs.
10517 (calc_pixel_width_or_height): Adjust the prototype.
10518
10519 * emacs.c (enable_font_backend): Delete extern.
10520 (main): Don't set enable_font_backend. Don't check the command
10521 line argument "-disable-font-backend".
10522
10523 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10524 (enum font_property_index): New members FONT_DPI_INDEX,
10525 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10526 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10527 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10528 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10529 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10530 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10531 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10532 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10533 (struct font_spec, struct font_entity): New structs.
10534 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10535 (struct font): Many members from old "struct font_info" moved to
10536 here. Members font and entity deleted.
10537 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10538 the new font-related objects.
10539 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10540 (CHECK_FONT_GET_OBJECT): Likewise.
10541 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10542 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10543 (struct font_driver): New members case_sensitive anc check. Type
10544 of the member list and open changed.
10545 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10546 (font_symbolic_width, font_find_object, font_get_spec)
10547 (font_set_lface_from_name): Delete extern.
10548 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10549
10550 * font.c: Include <strings.h>.
10551 (enable_font_backend): Delete it.
10552 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10553 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10554 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10555 (null_string): Delete it.
10556 (null_vector): Make it static.
10557 (font_family_alist): Delete it.
10558 (Qnormal): Extern it.
10559 (QCextra, QClanguage): Delete it.
10560 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10561 (font_make_spec, font_make_entity, font_make_object)
10562 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10563 the string. Callers changed.
10564 (font_pixel_size): Adjusted for the format change of font-related
10565 objects.
10566 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10567 (font_style_to_value, font_style_symbolic): New function.
10568 (build_font_family_alist): Delete it.
10569 (font_registry_charsets): Use Fassoc_string instead of
10570 assq_no_quit.
10571 (font_prop_validate_symbol): Don't return null_string.
10572 (font_prop_validate_style): Adjusted for the change of
10573 style-related values in a font vector.
10574 (font_property_table): Delete entries for QClanguage and
10575 QCantialias, add entries for QCavgwidth.
10576 (get_font_prop_index): Delete the 2nd argument FROM.
10577 (font_prop_validate): Arguments changed.
10578 (font_put_extra): Adjusted for the change of font-related objects.
10579 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10580 (font_parse_fcname, font_unparse_fcname)
10581 (font_prepare_composition): Likewise.
10582 (font_parse_family_registry): Renamed from font_merge_old_spec.
10583 (otf_open): Delete the 1st arg entity.
10584 (font_otf_capability): Adjusted for the above change.
10585 (font_score): New arg alternate_families. Adjusted for the change
10586 of font-related objects.
10587 (font_sort_entites): New arg best_only.
10588 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10589 Delete them.
10590 (font_match_p): Check alternate families.
10591 (font_find_object): Delete it.
10592 (font_check_object): New function.
10593 (font_clear_cache): Adjusted for the change of font-related objects.
10594 (font_delete_unmatched): New arg.
10595 (font_list_entities): Call font_driver->list with a spec that
10596 doesn't specify style-related properties.
10597 (font_matching_entity): Arguments changed. Caller changed.
10598 (font_open_entity): Adjusted for the change of font-related objects.
10599 (font_close_object, font_has_char, font_encode_char)
10600 (font_get_name, font_get_spec): Likewise.
10601 (font_spec_from_name, font_clear_prop, font_update_lface):
10602 New functions.
10603 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10604 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10605 (font_at): Adjusted for the change of font-related objects.
10606 (font_range): New function.
10607 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10608 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10609 (Fcopy_font_spec, Fmerge_font_spec): New function.
10610 (Ffont_family_list): Renamed from list-families.
10611 (Finternal_set_font_style_table): Arguments changed.
10612 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10613 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10614 change of font-related objects.
10615 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10616
10617 * fontset.h (struct font_info): Delete it. Most members go to
10618 struct font.
10619 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10620 (enum FONT_SPEC_INDEX): Delete it.
10621 (font_info, list_fonts_func, load_font_func, query_font_func)
10622 (set_frame_fontset_func, find_ccl_program_func)
10623 (get_font_repertory_func, new_fontset_from_font_name): Delete
10624 externs.
10625 (fontset_from_font_name): Extern it.
10626 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10627 (FONT_INFO_FROM_FACE): Deleted.
10628 (face_for_font): Adjust prototype.
10629
10630 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10631 conditionals. Don't check enable_font_backend. Delete all codes
10632 used only when USE_FONT_BACKEND is not defined.
10633 (get_font_info_func, list_font_func, load_font_func)
10634 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10635 (get_font_repertory_func): Delete them.
10636 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10637 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10638 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10639 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10640 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10641 (fontset_compare_rfontdef): New function.
10642 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10643 rfont-defs by qsort. Adjusted for the change of font-group vector.
10644 (load_font_get_repertory): Deleted.
10645 (fontset_find_font): Use new macros to ref/set elements of
10646 font-def and rfont-def.
10647 (fontset_font): Fix the timing of remembering that no font for C.
10648 (free_face_fontset): Do nothing if the face has no fontset.
10649 (face_suitable_for_char_p): Use new macros to ref/set elements of
10650 rfont-def.
10651 (face_for_char): Likewise. Call face_for_char with font_object.
10652 (fs_load_font): Delete. Delete #pragma surrounding it.
10653 (fs_query_fontset): Use strcasecmp instead of strcmp.
10654 (generate_ascii_font_name): Adjusted for the format change of
10655 font-spec.
10656 (Fset_fontset_font): Likewise. Use new macros to set elements of
10657 font-def.
10658 (Fnew_fontset): Use font_unparse_xlfd to generate
10659 FONTSET_ASCII (fontset).
10660 (new_fontset_from_font_name): Deleted.
10661 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10662 a fontset is already created for the font. FIx updating of
10663 Vfontset_alias_alist.
10664 (fontset_ascii_font): Deleted.
10665 (Ffont_info): Adjusted for the format change of font-spec.
10666 (Finternal_char_font): Likewise.
10667 (Ffontset_info): Likewise.
10668 (syms_of_fontset): Don't check load_font_func.
10669
10670 * fns.c (internal_equal): Handle PREV_FONT.
10671
10672 * frame.h: Delete USE_FONT_BACKEND conditional.
10673
10674 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10675 conditionals. Don't check enable_font_backend. Delete all codes
10676 used only when USE_FONT_BACKEND is not defined.
10677 (x_set_font): Call x_new_font, not x_new_fontset2.
10678 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10679 already set for the frame.
10680
10681 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10682 a font-entity by font_make_entity. Use font_intern_prop instead
10683 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10684 font property. If a font is scalable, set avgwidth property to 0.
10685 Set font-entity property by font_put_extra.
10686 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10687 (ffont_driver): Adjusted for the change of struct font_driver.
10688 (ftfont_spec_pattern): New function.
10689 (ftfont_list): Return a list, not vector.
10690 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10691 (ftfont_list_family): Don't downcase names.
10692 (ftfont_free_entity): Deleted.
10693 (ftfont_open): Return a font-object. Adjusted for the change of
10694 struct font. Get underline_thickness and underline_position from
10695 font property. Don't update dpyinfo->smallest_font_height and
10696 dpyinfo->smallest_char_width.
10697 (ftfont_close): Don't free `struct font'.
10698 (ftfont_has_char): Adjusted for the format change of font-entity.
10699 (ftfont_encode_char, ftfont_text_extents): Likewise.
10700
10701 * ftxfont.c (ftxfont_list): Return a list, not vector.
10702 (ftxfont_open): Return a font-object. Adjusted for the change of
10703 struct font. Get underline_thickness and underline_position from
10704 font property. Don't update dpyinfo->smallest_font_height and
10705 dpyinfo->smallest_char_width.
10706 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10707 (ftxfont_draw): Adjusted for the change of struct font.
10708
10709 * image.c (image_ascent): Don't include "charset.h". Include
10710 "character.h" and "font.h".
10711
10712 * lisp.h (enum pvec_type): New member PREV_FONT.
10713 (Fassoc_string): EXFUN it.
10714
10715 * print.c: Include font.h.
10716 (print_object): Handle font-related objects.
10717
10718 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10719 conditionals. Don't check enable_font_backend. Delete all codes
10720 used only when USE_FONT_BACKEND is not defined.
10721 (handle_auto_composed_prop): Do nothing if it->f is not on a
10722 window system. Check how many following characters can be
10723 displayed by the same font.
10724 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10725 'struct font *'.
10726 (get_char_face_and_encoding): Assign the whole encoding task to
10727 the `encode-char' method of a font driver.
10728 (fill_composite_glyph_string): Adjusted for the change of `struct
10729 face' and `struct glyph_string'.
10730 (fill_glyph_string): Likewise.
10731 (get_per_char_metric): Arguments changed.
10732 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10733 and `struct glyph_string'.
10734 (produce_stretch_glyph, calc_line_height_property)
10735 (x_produce_glyphs): Likewise.
10736
10737 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10738 conditionals. Don't check enable_font_backend. Delete all codes
10739 used only when USE_FONT_BACKEND is not defined. Use
10740 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10741 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10742 (Qp): Extern them.
10743 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10744 Deleted.
10745 (struct font_name): Deleted.
10746 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10747 (compare_fonts_by_sort_order): New function.
10748 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10749 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10750 Deleted.
10751 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10752 compare_fonts_by_sort_order.
10753 (Fx_font_family_list): Call Ffont_family_list.
10754 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10755 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10756 (face_symbolic_slant, face_symbolic_swidth)
10757 (split_font_name_into_vector, build_font_name_from_vector)
10758 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10759 (font_rescale_ratio, split_font_name, build_font_name)
10760 (free_font_names, sort_fonts, x_face_list_fonts)
10761 (face_font_available_p, sorted_font_list, cmp_font_names)
10762 (font_list_1, concat_font_list, font_list, remove_duplicates):
10763 Deleted.
10764 (Fx_list_fonts): Use Ffont_list.
10765 (LFACE_AVGWIDTH): Deleted.
10766 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10767 by FONTP.
10768 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10769 (set_lface_from_font_name): Delete it.
10770 (set_lface_from_font): Renamed from
10771 set_lface_from_font_and_fontset. Caller changed. Don't set
10772 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10773 for face.
10774 (merge_face_vectors): Copy font-spec if necessary.
10775 Clear properties of the font-spec if necessary.
10776 (merge_face_ref): Clear properties of the font-spec if necessary.
10777 (Finternal_set_lisp_face_attribute): Likewise.
10778 (set_font_frame_param): Use font_load_for_lface to load a
10779 font-object, and call Fmodify_frame_parameters with it.
10780 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10781 font name by Ffont_xlfd_name.
10782 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10783 QCslant, and QCwidth.
10784 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10785 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10786 Compare fonts by EQ.
10787 (lookup_non_ascii_face): Deleted.
10788 (face_for_font): The 2nd argument changed.
10789 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10790 Check atomic font properties by case insensitive.
10791 (realize_non_ascii_face): Set face->overstrike correctly.
10792 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10793 (dump_realized_face): Get font name from
10794 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10795
10796 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10797 conditionals. Don't check enable_font_backend. Delete all codes
10798 used only when USE_FONT_BACKEND is not defined.
10799 (xic_create_xfontset): Original code deleted and renamed from
10800 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10801 (x_make_gc): Don't set GCFont in GCs.
10802 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10803 opened by "fixed".
10804 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10805 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10806 get_font_repertory_func.
10807
10808 * xfont.c: Include <stdlib.h> and "ccl.h".
10809 (struct xfont_info): New structure.
10810 (xfont_query_font): Deleted.
10811 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10812 moved from xterm.c.
10813 (xfont_driver): Adjusted for the change of struct font_driver.
10814 (compare_font_names): New function.
10815 (xfont_list_pattern): Sort font names case insensitively. Make
10816 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10817 (xfont_list): Return a list, not vector.
10818 (xfont_match): If the font doesn't have QCname property, generate
10819 a name from the other font properties.
10820 (xfont_open): Return a font-object. Adjusted for the change of
10821 struct font. Get underline_thickness and underline_position from
10822 font property. Don't update dpyinfo->smallest_font_height and
10823 dpyinfo->smallest_char_width.
10824 (xfont_close): Don't free struct font.
10825 (xfont_prepare_face): Adjusted for the change of struct font.
10826 (xfont_done_face): Deleted.
10827 (xfont_has_char): Adjusted for the change of struct font.
10828 (xfont_encode_char, xfont_draw): Likewise.
10829 (xfont_check): New function.
10830
10831 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10832 callback function.
10833 (xftfont_match): Adjusted for the format change of font-entity.
10834 (xftfont_open): Adjusted for the format change of font-entity and
10835 font-object. Adjusted for the change of struct font. Return a
10836 font-object. Don't update dpyinfo->smallest_font_height and
10837 dpyinfo->smallest_char_width.
10838 (xftfont_close): Block input while calling XftFontClose.
10839 (xftfont_prepare_face): Don't block input while calling
10840 xftfont_get_colors. Adjusted for the change of struct font.
10841 (xftfont_shape): Return value of error case fixed.
10842
10843 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10844
10845 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10846 conditionals.
10847 (FONT_WIDTH): Return (f)->max_width.
10848 (struct x_display_info): Delete member `font'.
10849 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10850 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10851 (struct x_output): Change type of `font' to `struct font *'.
10852
10853 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10854 conditionals. Don't check enable_font_backend. Delete all codes
10855 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10856 (x_per_char_metric, x_encode_char): Deleted.
10857 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10858 (x_compute_glyph_string_overhangs): Adjusted for the change of
10859 `struct face'.
10860 (x_draw_glyph_string_foreground)
10861 (x_draw_composite_glyph_string_foreground): Likewise.
10862 (x_draw_glyph_string): Likewise. Use font->underline_position and
10863 font->underline_thickness.
10864 (x_new_font): Renamed from x_new_fontset2.
10865 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10866 (x_check_font): Call `check' method of a font driver.
10867 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10868 (x_query_font, x_get_font_repertory): Deleted.
10869 (x_find_ccl_program): Renamed and moved to xfont.c.
10870 (x_redisplay_interface): Adjusted for the change of `struct
10871 redisplay_interface'.
10872
10873 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10874 conditionals. Don't check enable_font_backend. Delete all codes
10875 used only when USE_FONT_BACKEND is not defined. Surround non-used
10876 code by "#ifdef OLD_FONT" and "endif".
10877 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10878
10879 * w32font.h (struct w32font_info): New member.
10880 (FONT_COMPAT): New macro.
10881 (w32font_open_internal): Prototype adjusted.
10882
10883 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10884 OLD_FONT" and "endif".
10885
10886 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10887 conditionals. Don't check enable_font_backend. Delete all codes
10888 used only when USE_FONT_BACKEND is not defined.
10889 (w32font_open): Return a font-object. Make a font-object by
10890 font_make_object. Adjusted for the change of struct w32font_info.
10891 (w32font_close): Don't free struct font. Adjusted for the change
10892 of struct w32font_info.
10893 (w32font_encode_char, w32font_text_extents, w32font_draw):
10894 Adjusted for the change of struct w32font_info.
10895 (w32font_draw): Likewise.
10896 (w32font_list_internal): Return a list, not vector.
10897 (w32font_open_internal): Change the 4th arg to font-object.
10898 Adjusted for the change of struct w32font_info and font-object format.
10899 (add_font_name_to_list): Don't downcase names.
10900 (w32_enumfont_pattern_entity): Make a font-entity by
10901 font_make_entity. Adjusted for the format change of font-entity.
10902 Use FONT_SET_STYLE to set a style-related font property. If a
10903 font is scalable, set avgwidth property to 0. Set font-entity
10904 property by font_put_extra.
10905 (font_matches_spec): Adjusted for the format change of font-entity.
10906 (w32_weight_table, w32_decode_weight): New variables.
10907 (w32_encode_weight): New function.
10908 (fill_in_logfont): Adjusted for the format change of font-spec.
10909 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10910 weight value.
10911 (w32font_driver): Adjusted for the change of struct font_driver.
10912
10913 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10914 conditionals. Don't check enable_font_backend. Surround non-used
10915 code by "#ifdef OLD_FONT" and "endif".
10916 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10917 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10918
10919 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10920 conditionals. Don't check enable_font_backend. Delete all codes
10921 used only when USE_FONT_BACKEND is not defined. Surround non-used
10922 code by "#ifdef OLD_FONT" and "endif".
10923
10924 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10925 (uniscribe_open): Return value changed to font-object.
10926 Adjusted for the format change of font-object.
10927 (uniscribe_otf_capability): Adjusted for the change of struct font.
10928 (add_opentype_font_name_to_list): Don't downcase names.
10929 (uniscribe_font_driver): Adjusted for the change of struct
10930 font_driver.
10931
10932 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10933
10934 * dispnew.c (update_frame_1): Check if tty output is still valid
10935 before flushing it.
10936
10937 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10938
10939 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10940 to Gtk+ menus.
10941
10942 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * dired.c (file_name_completion): Tweak the code so as to always do it
10945 in a single pass. Tighten the scope of some variables.
10946
10947 * dired.c (Qdefault_directory): New var.
10948 (file_name_completion): Use it instead of Fexpand_file_name.
10949 (syms_of_dired): Initialize it.
10950
10951 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * fileio.c (double_dollars): Remove dead code.
10954
10955 2008-05-10 Eli Zaretskii <eliz@gnu.org>
10956
10957 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10958 Mention w32-get-true-file-attributes in doc string.
10959
10960 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10961
10962 2008-05-09 Glenn Morris <rgm@gnu.org>
10963
10964 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10965 2008-04-23.
10966
10967 2008-05-09 Eli Zaretskii <eliz@gnu.org>
10968
10969 Support for reporting owner and group of each file on MS-Windows:
10970 * dired.c (stat_uname, stat_gname): New functions, with special
10971 implementation for w32.
10972 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10973
10974 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10975 (dflt_group_name): New static variable.
10976 (dflt_group): Rename from the_group.
10977 (init_user_info): Init dflt_group fields. Get user's group name
10978 from LookupAccountSid.
10979 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10980 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10981 New initialization states.
10982 (globals_of_w32): Initialize them to zero. Initialize the default
10983 group name to "None".
10984 (GetFileSecurity_Name): New global var, the name of the function
10985 to call for GetFileSecurity.
10986 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10987 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10988 (get_file_security, get_security_descriptor_owner)
10989 (get_security_descriptor_group, is_valid_sid)
10990 (get_file_security_desc, get_rid, get_name_and_id)
10991 (get_file_owner_and_group): New functions.
10992 (stat): Use get_file_security_desc and get_file_owner_and_group to
10993 report the owner and primary group of each file. Don't ignore the
10994 high 32 bits of file's size, now that st_size is 64-bit wide.
10995 Fix test when to get true file attributes.
10996 (init_user_info): Use get_rid instead of equivalent inline code.
10997 (fstat): Don't ignore the high 32 bits of file's size.
10998
10999 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11000
11001 * image.c (png_load): Use correct bit-depth for setting background
11002 color.
11003
11004 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11005
11006 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11007 epa-hook.elc.
11008
11009 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11010
11011 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11012
11013 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11014
11015 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11016 because the original parameters are in pure storage now.
11017 (mac_window): Remove unused params. Update callers.
11018
11019 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 * lread.c (substitute_object_recurse): Use lower-level primitives.
11022 Don't signal errors when traversing sub-char-tables.
11023 Don't loop over all the possible characters when traversing char-tables.
11024
11025 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11026 just like we do in print.c.
11027
11028 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * minibuf.c (Ftry_completion): Remove code left over from when we used
11031 scmp instead of Fcompare_strings.
11032
11033 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11034
11035 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11036
11037 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11038
11039 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11040 Create bitmap context in native byte order.
11041
11042 * macterm.c (XDrawLine)
11043 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11044 context in native byte order.
11045
11046 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11047
11048 * config.in: Regenerate.
11049
11050 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11051 New definitions for Image I/O support.
11052 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11053 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11054 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11055 (mac_data_provider_release_data, image_load_image_io)
11056 [USE_MAC_IMAGE_IO]: New functions.
11057 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11058 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11059 (init_image_func_pointer) [MAC_OSX]: Remove function.
11060 (image_load_quartz2d) [MAC_OSX]: Check availability of
11061 CGImageCreateWithPNGDataProvider at compile time.
11062 Use lowercase `false' for boolean constant.
11063 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11064 Use image_load_image_io.
11065 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11066 Don't check MyCGImageCreateWithPNGDataProvider.
11067 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11068 Don't call init_image_func_pointer.
11069
11070 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11071
11072 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11073 Make variable non-static.
11074 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11075 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11076
11077 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11078 (RED_FROM_ULONG): Mask off higher bits.
11079 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11080
11081 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11082 Include AvailabilityMacros.h.
11083 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11084 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11085
11086 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * chartab.c (Fset_char_table_range): If range is t, really set all
11089 chars to that value.
11090
11091 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11092
11093 * dired.c (Ffile_attributes): Don't allow the device number become
11094 negative.
11095
11096 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11097
11098 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11099
11100 2008-05-02 Juri Linkov <juri@jurta.org>
11101
11102 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11103 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11104 DEFAULT argument as a list of default values in docstrings.
11105
11106 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11107
11108 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11109
11110 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11111
11112 * dispnew.c (change_frame_size_1): Preserve small windows when
11113 shrinking frames by calling set_window_height|width with third
11114 arg 2.
11115
11116 * window.h (struct window): Replace field too_small_ok by field
11117 resize_proportionally.
11118
11119 * window.c (make_window): Initialize resize_proportionally.
11120 (enlarge_window): Temporarily set resize_proportionally to make
11121 sure that shrink_windows does scale the window proportionally.
11122 (shrink_windows): When window has resize_proportionally set try
11123 to shrink it proportionally by stealing from other windows.
11124 (struct saved_window, Fset_window_configuration)
11125 (compare_window_configurations): Handle resize_proportionally.
11126 (WINDOW_TOTAL_SIZE): New macro.
11127 (window_min_size, shrink_windows, size_window): Use it.
11128 (check_min_window_sizes): Remove. Invalid values of
11129 window-min-height|width are handled by window_min_size_2 now.
11130 (size_window, Fsplit_window, enlarge_window)
11131 (adjust_window_trailing_edge, grow_mini_window): Don't call
11132 check_min_window_sizes.
11133 (window_min_size_2, window_min_size_1, window_min_size):
11134 New argument safe_p for retrieving "safe" minimum sizes.
11135 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11136 (adjust_window_trailing_edge, grow_mini_window):
11137 Adjust arguments of window_min_size... functions.
11138 (shrink_windows): Argument min_size removed. New argument
11139 safe_p allows shrinking windows to their safe minimum sizes.
11140 Calculate minimum size and decide whether a window shall be
11141 deleted for each window individually.
11142 (size_window): When nodelete_p equals 2, tell shrink_windows to
11143 delete windows only if their new minimum size is no more safe.
11144 (shrink_window_lowest_first): Call window_min_size_1 to make
11145 sure to preserve modeline of bottom-most window when resizing
11146 the minibuffer.
11147 (Fset_window_configuration, Fcurrent_window_configuration)
11148 (compare_window_configurations): Do not handle
11149 window-min-height|width any more.
11150 (syms_of_window): Clarify window-min-height|width doc-strings.
11151
11152 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11155 some more. Copy some of the code from Ftry_completions.
11156 Remove special case code that dates back to initial revision when the
11157 slash was only added when necessary and that can't trigger nowadays.
11158
11159 2008-04-27 Kenichi Handa <handa@m17n.org>
11160
11161 * font.c (font_prop_validate): Signal `error' instead of `font'.
11162
11163 2008-04-29 Jason Rumney <jasonr@gnu.org>
11164
11165 * w32fns.c (Fw32_battery_status): New defun.
11166 (syms_of_w32fns): Defsubr it.
11167
11168 2008-04-28 Andreas Schwab <schwab@suse.de>
11169
11170 * dired.c (file_name_completion): Fix another mixing of encoded
11171 and decoded names.
11172
11173 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11174
11175 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11176
11177 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11180
11181 2008-04-27 Andreas Schwab <schwab@suse.de>
11182
11183 * dired.c (file_name_completion): Fix inappropriate mixing of
11184 encoded and decoded names.
11185
11186 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11187
11188 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11189
11190 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11191
11192 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11193 2008-03-31, it's not needed anymore with `struct stat' definition
11194 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11195 for the same reasons.
11196
11197 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11198
11199 * m/sparc.h: Additional redefinitions for GNU/Linux.
11200
11201 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11202
11203 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11204 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11205 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11206 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11207 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11208 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11209 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11210 Likewise.
11211
11212 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11213 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11214 (mac_ax_number_of_characters): Add externs.
11215 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11216 [USE_MAC_TSM]: Likewise.
11217 (mac_handle_text_input_event) [MAC_OSX]:
11218 Handle kEventTextInputOffsetToPos for no active input area case.
11219 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11220 (mac_handle_document_access_event)
11221 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11222 (install_application_handler) [MAC_OSX]: Register handlers for
11223 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11224 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11225 Register mac_handle_document_access_event.
11226
11227 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11228 Make functions non-static.
11229
11230 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11233 (read_file_name_completion_ignore_case, insert_default_directory)
11234 (Qdefault_directory): Move to minibuffer.el.
11235 (Fread_file_name): Call the new `read-file-name' instead.
11236
11237 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11238
11239 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11240 Make function non-static.
11241 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11242 Remove function.
11243 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11244 Move to mactoolbox.c.
11245 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11246
11247 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11248 (mac_rect_make): New macro.
11249
11250 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11251 instead of float.
11252 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11253 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11254 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11255 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11256 CGRectMake.
11257 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11258 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11259 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11260 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11261 instead of WindowRef in argument type.
11262 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11263 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11264 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11265 instead of DISPLAY. All uses changed.
11266 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11267 (x_calc_absolute_position): Simplify so as not to use
11268 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11269
11270 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11271 instead of WindowRef in argument type.
11272 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11273 [TARGET_API_MAC_CARBON]: Remove externs.
11274 (create_apple_event, mac_event_parameters_to_lisp)
11275 [TARGET_API_MAC_CARBON]: Add externs.
11276
11277 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11278 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11279 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11280 is clicked.
11281 (x_activate_menubar): Remove extern for saved_menu_event_location.
11282 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11283 Move from mac.c.
11284
11285 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11286
11287 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11288 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11289
11290 2008-04-23 Jason Rumney <jasonr@gnu.org>
11291
11292 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11293 attributes only for local files.
11294
11295 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11296 default to Qlocal.
11297
11298 2008-04-22 Juri Linkov <juri@jurta.org>
11299
11300 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11301 read-buffer-to-switch instead of using the letter "B".
11302
11303 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * fileio.c (Qdefault_directory): New variable.
11306 (Fread_file_name): Use it to pass `dir' to the completion functions.
11307
11308 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11311
11312 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * keyboard.c (Vpre_help_message): Remove.
11315 (show_help_echo): Remove default C code.
11316
11317 * dired.c (directory_files_internal, file_name_completion):
11318 Only call ENCODE_FILE if the string is indeed decoded.
11319
11320 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * Makefile.in (TOOLKIT_DEFINES): Remove.
11323 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11324
11325 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11326
11327 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11328 (mactoolbox.o): New target.
11329
11330 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11331 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11332
11333 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11334 Use mac_set_frame_window_background instead of XSetWindowBackground.
11335 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11336 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11337 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11338 instead of SetWindowTitleWithCFString.
11339 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11340 Move function to mactoolbox.c.
11341 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11342 Use mac_set_window_modified instead of SetWindowModified.
11343 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11344 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11345 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11346 FrontNonFloatingWindow. Use mac_activate_window instead of
11347 ActivateWindow. Use mac_active_non_floating_window instead of
11348 ActiveNonFloatingWindow.
11349 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11350 Use mac_show_hourglass and mac_hide_hourglass.
11351 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11352 instead of GetGlobalMouse.
11353 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11354 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11355 Use mac_bring_window_to_front instead of BringToFront.
11356 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11357 mactoolbox.c.
11358 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11359 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11360 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11361 mactoolbox.c.
11362
11363 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11364 (XtPointer): Move typedef from macmenu.c.
11365 (enum button_type): Move enum from macmenu.c.
11366 (widget_value): Move typedef from macmenu.c.
11367 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11368 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11369 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11370 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11371 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11372 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11373 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11374 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11375 (Selection): Move typedef from macselect.c.
11376 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11377 macterm.c.
11378 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11379 (mac_is_window_collapsed, mac_bring_window_to_front)
11380 (mac_send_window_behind, mac_hide_window, mac_show_window)
11381 (mac_collapse_window, mac_front_non_floating_window)
11382 (mac_active_non_floating_window, mac_activate_window)
11383 (mac_move_window_structure, mac_move_window, mac_size_window)
11384 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11385
11386 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11387 (enum mac_menu_kind): Move enum to mactoolbox.c.
11388 (min_menu_id): Move variable to mactoolbox.c.
11389 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11390 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11391 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11392 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11393 [TARGET_API_MAC_CARBON]: Likewise.
11394 (XtPointer): Move typedef to macgui.h.
11395 (enum button_type): Move enum to macgui.h.
11396 (widget_value): Move typedef to macgui.h.
11397 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11398 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11399 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11400 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11401 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11402 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11403 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11404 (popup_activated_flag): Make variable non-static.
11405 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11406 (add_menu_item, fill_menu, dispose_menus):
11407 Move functions to mactoolbox.c.
11408 (restore_show_help_function, menu_target_item_handler)
11409 (install_menu_target_item_handler, mac_handle_dialog_event)
11410 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11411 [TARGET_API_MAC_CARBON]: Likewise.
11412 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11413 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11414 (find_and_call_menu_selection, name_is_separator): Make function
11415 non-static.
11416 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11417 to mactoolbox.c.
11418 (set_frame_menubar): Don't call install_menu_quit_handler.
11419 (menu_item_selection): New variable.
11420 (mac_menu_show): Use create_and_show_popup_menu.
11421 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11422 selection but set variable menu_item_selection. All uses changed.
11423 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11424 Call install_menu_quit_handler. Move to mactoolbox.c.
11425
11426 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11427 (Selection): Move typedef to macgui.h.
11428 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11429 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11430 Make variables non-static.
11431 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11432 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11433 Make functions non-static.
11434 (Vmac_service_selection) [MAC_OSX]: Likewise.
11435 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11436 (mac_valid_selection_target_p, mac_clear_selection)
11437 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11438 (mac_put_selection_value, mac_selection_has_target_p)
11439 (mac_get_selection_value, mac_get_selection_target_list)
11440 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11441 Move functions to mactoolbox.c.
11442 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11443 Likewise.
11444 (copy_scrap_flavor_data, mac_handle_service_event)
11445 (install_service_handler) [MAC_OSX]: Likewise.
11446 (syms_of_macselect) <Vmac_dnd_known_types>:
11447 Use mac_dnd_default_known_types.
11448
11449 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11450 Move to mactoolbox.c.
11451 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11452 (Fx_selection_owner_p): Add EXFUN.
11453 (install_window_handler, remove_window_handler, XSetWindowBackground):
11454 Remove externs.
11455 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11456 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11457 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11458 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11459 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11460 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11461 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11462 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11463 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11464 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11465 (mac_valid_selection_target_p, mac_clear_selection)
11466 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11467 (mac_put_selection_value, mac_selection_has_target_p)
11468 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11469 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11470 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11471 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11472 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11473 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11474 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11475 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11476 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11477
11478 * mactoolbox.c: New file.
11479
11480 2008-04-18 Jason Rumney <jasonr@gnu.org>
11481
11482 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11483
11484 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * character.c (Fmultibyte_char_to_unibyte):
11487 Return latin1 chars unchanged.
11488
11489 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11490 relocated if it points to `name'.
11491
11492 2008-04-17 Kenichi Handa <handa@m17n.org>
11493
11494 * data.c (Faset): Allow setting a multibyte character in an
11495 ASCII-only unibyte string.
11496
11497 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11498
11499 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11502 done in config.h.
11503
11504 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11507 (Fchar_direction): Add usage in the docstring.
11508
11509 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
11510
11511 * keyboard.c (read_key_sequence): Remove always-true checks.
11512
11513 2008-04-14 Jason Rumney <jasonr@gnu.org>
11514
11515 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11516 compatibility struct, for better underline positioning.
11517
11518 2008-04-13 David Hansen <david.hansen@gmx.net>
11519
11520 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11521 string.
11522
11523 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11524
11525 * m/hp800.h (XUINT, XSET): Remove.
11526
11527 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11530 previous change.
11531
11532 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11535 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11536
11537 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * keymap.h (map_keymap_canonical): Declare.
11540 * xmenu.c (single_keymap_panes): Use it.
11541
11542 2008-04-11 Glenn Morris <rgm@gnu.org>
11543
11544 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11545 set the target's value to that of the alias.
11546
11547 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * term.c (set_tty_color_mode): Left over typo.
11550
11551 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
11552
11553 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11554 only after check for file name handler functions. Signal, when
11555 native functionality is not supported.
11556 (syms_of_fileio): Declare it unconditionally.
11557
11558 2008-04-10 Jason Rumney <jasonr@gnu.org>
11559
11560 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11561 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11562
11563 * w32.c (logon_network_drive): Also logon to remote drives that
11564 are mapped to drive letters.
11565
11566 2008-04-10 Glenn Morris <rgm@gnu.org>
11567
11568 * xdisp.c (truncate-partial-width-windows): Doc fix.
11569
11570 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11573 Move functions to minibuffer.el.
11574 (syms_of_fileio): Don't declare them.
11575
11576 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11579 (syms_of_minibuf): Remove its initialization.
11580
11581 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11582
11583 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11584
11585 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11586
11587 2008-04-09 Jason Rumney <jasonr@gnu.org>
11588
11589 * makefile.w32-in (distclean): Delete makefile too.
11590 (maintainer-clean): New target.
11591
11592 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11593
11594 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11595 for new font backend and composite cases.
11596
11597 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11598
11599 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11600 Most of the code moved to run_timers.
11601 (do_pending_atimers): Call run_timers.
11602 (run_timers): New function.
11603
11604 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11605 run atimers.
11606
11607 * process.c (wait_reading_process_output): The same as above.
11608
11609 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * minibuf.c (last_exact_completion): Remove variable.
11612 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11613 (complete_and_exit_1, complete_and_exit_2)
11614 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11615 (Fdisplay_completion_list, display_completion_list_1)
11616 (Fminibuffer_completion_help, Fself_insert_and_exit)
11617 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11618 minibuffer.el.
11619 (syms_of_minibuf): Remove corresponding initializations.
11620
11621 * keyboard.c (Qdeactivate_mark): New var.
11622 (command_loop_1): Use it to call `deactivate-mark'.
11623 (syms_of_keyboard): Initialize it.
11624
11625 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11626 to another frame.
11627 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11628 Don't call set_tty_color_mode.
11629 (store_frame_param): Reset previous_frame rather than call
11630 set_tty_color_mode.
11631 * term.c (set_tty_color_mode): Rewrite.
11632 * dispextern.h (set_tty_color_mode): New type.
11633 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11634
11635 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11638 for generic chars, which do not exist any more in emacs-unicode.
11639
11640 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11641
11642 * coding.c (detect_coding_emacs_mule)
11643 (Ffind_operation_coding_system): Fix typo.
11644
11645 2008-04-08 Jason Rumney <jasonr@gnu.org>
11646
11647 * w32uniscribe.c (SNAME): Extract only symbol name.
11648
11649 * w32font.h (struct w32_metric_cache): New struct.
11650 (w32font_info): Use it.
11651 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11652 (CACHE_BLOCKSIZE): New constants.
11653
11654 * w32font.c (Qja, Qko, Qzh): New symbols.
11655 (syms_of_w32font): Initialise them.
11656 (font_matches_spec): Use them to filter by language.
11657 (recompute_cached_metrics): Remove function.
11658 (compute_metrics, clear_cached_metrics): New functions.
11659 (w32font_encode_char): Use them to manage metric cache.
11660 (w32font_text_extents): Cache metrics for all glyphs on demand.
11661 Delay converting glyph indices to WORD until needed.
11662 (w32font_open_internal): Initialize metric cache to empty.
11663 (registry_to_w32_charset): Charset should always be a symbol.
11664 (fill_in_logfont, list_all_matching_fonts): Family should
11665 always be a symbol.
11666
11667 2008-04-06 Jason Rumney <jasonr@gnu.org>
11668
11669 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11670 Give up if glyph indices not supported. Use uniscribe obtained
11671 ABC widths for individual metrics. Map glyph clusters back to
11672 characters using fClusterStart flag. Return number of glyphs
11673 produced, not chars processed.
11674 (uniscribe_shape): Map char at FROM to current glyph.
11675
11676 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11677
11678 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11679 Use SetMenuItemHierarchicalMenu.
11680
11681 2008-04-05 Jason Rumney <jasonr@gnu.org>
11682
11683 * image.c (pbm_load): Allow color values up to 65535.
11684 Throw an error if max_color_idx is outside the supported range.
11685 Report an error when image size is invalid.
11686 Read two bytes at a time when raw images have max_color_idx above 255.
11687
11688 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11689
11690 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11691 cFileName a file name that includes `?' characters, use the 8+3
11692 alias in cAlternateFileName instead.
11693
11694 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11695
11696 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11697 append "CCL: Quitted" when the CCL program is quitted.
11698 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11699
11700 * ccl.h (struct ccl_program): New member quit_silently.
11701
11702 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11703
11704 * search.c (compile_pattern_1): Treat non-nil and non-string of
11705 search-spaces-regexp as nil.
11706
11707 * minibuf.c (Fassoc_string): Tweak docstring.
11708
11709 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11710
11711 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11712 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11713 2008-03-14 to force inode be positive.
11714
11715 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11716 _S_* ones, since we now use our own sys/stat.h.
11717 (stat, fstat): Don't mangle the inode number.
11718 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11719
11720 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * frame.h (struct frame): Give one more bit to `visible' since we use
11723 values larger than 1 to indicate obscured frames on ttys.
11724
11725 * keymap.c (Qkeymap_canonicalize): New var.
11726 (Fmap_keymap_internal): New fun.
11727 (describe_map): Use keymap-canonicalize.
11728
11729 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11730 (Fundo_boundary): Set them.
11731 (syms_of_undo): Initialize them.
11732 (record_point): Use them instead of last_point_position*.
11733 (last_undo_buffer): Change type.
11734
11735 2008-04-04 Jason Rumney <jasonr@gnu.org>
11736
11737 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11738 (recompute_cached_metrics): Don't set ascent and descent per char.
11739
11740 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11741 (uniscribe_check_otf): Add GC protection before consing.
11742 Rearrange loop for counting features.
11743
11744 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11747 buffer with byte-size of source buffer.
11748
11749 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11750
11751 * callint.c (Fcall_interactively): Handle temporary region even
11752 when shift-select-mode is off.
11753
11754 2008-04-03 Jason Rumney <jasonr@gnu.org>
11755
11756 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11757
11758 2008-04-03 Kenichi Handa <handa@m17n.org>
11759
11760 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11761 (CATEGORY_MASK_UTF_16): Likewise.
11762 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11763 binary file.
11764 (detect_coding): Add null-byte detection for a binary file.
11765 (detect_coding_system): Likewise.
11766
11767 2008-04-03 Jason Rumney <jasonr@gnu.org>
11768
11769 * w32uniscribe.c: New file.
11770
11771 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11772
11773 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11774
11775 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11776 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11777 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11778 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11779 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11780 (Qphonetic): New symbols.
11781 (syms_of_w32font): Initialize them.
11782 (font_supported_scripts): Use them.
11783 (w32font_list_family): List all charsets.
11784 (w32font_text_extents, recompute_cached_metrics): Fix metric
11785 calculations.
11786 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11787 Give opentype fonts their own format.
11788 (font_matches_spec): New arguments backend and logfont.
11789 Handle :otf spec for uniscribe backend.
11790 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11791 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11792
11793 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11794 font backend.
11795 (globals_of_w32fns): Initialize uniscribe font backend.
11796
11797 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11798 dependencies.
11799 (w32uniscribe.$(O)): New file to build.
11800 (FONT_OBJ): Include w32uniscribe.$(O).
11801 (LIBS): Add uniscribe libraries.
11802
11803 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11804
11805 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11806
11807 * callint.c (Vshift_select_mode): New var.
11808 (Finteractive): Document new ^ spec.
11809 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11810 is present.
11811
11812 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11813 (command_loop_1): Avoid running the direct display versions of
11814 forward-char and backward-char if shift-selection may occur.
11815 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11816 shift-translation takes place.
11817
11818 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11819 avoid clobbering by define-minor-mode.
11820
11821 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11822 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11823
11824 * syntax.c (Fforward_word): Add ^ interactive spec.
11825
11826 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11827 (Fscroll_right): Add ^ interactive spec.
11828
11829 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11832
11833 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11834
11835 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11836
11837 2008-03-31 Juri Linkov <juri@jurta.org>
11838
11839 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11840
11841 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11842
11843 * gtkutil.c (xg_set_geometry): Fix indentation.
11844 (xg_resize_outer_widget): Remove.
11845 (x_wm_size_hint_off): Fix indentation.
11846 (xg_frame_set_char_size): Call flush_and_sync after
11847 gtk_window_resize.
11848 (x_wm_set_size_hint): Pass NULL as geometry window to
11849 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11850 Add menu bar and tool bar height to base height.
11851 (xg_update_frame_menubar, free_frame_menubar)
11852 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11853 (update_frame_tool_bar, free_frame_tool_bar):
11854 Change xg_resize_outer_widget to xg_frame_set_char_size.
11855
11856 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11857
11858 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11859 (Fdbus_call_method): New parameter TIMEOUT.
11860 (dbus-send-signal): Optimize UNGCPRO call.
11861
11862 2008-03-29 Juri Linkov <juri@jurta.org>
11863
11864 * window.c (Fdisplay_buffer): Move call to
11865 Vsplit_window_preferred_function out of conditions that check
11866 if window is eligible for vertical splitting.
11867 When Vsplit_window_preferred_function is non-nil, call it and use
11868 its non-nil return value as window. Otherwise, continue doing
11869 vertical splitting using Fsplit_window with arg horflag=nil.
11870 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11871 default value from `split-window' to nil.
11872
11873 2008-03-29 Juri Linkov <juri@jurta.org>
11874
11875 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11876 for interactive code letters 'b' and 'B'.
11877
11878 2008-03-29 Eli Zaretskii <eliz@gnu.org>
11879
11880 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11881 multibyte string.
11882
11883 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * keyboard.c (pending_funcalls): New var.
11886 (timer_check): Run it.
11887 (syms_of_keyboard): Initialize it.
11888 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11889 (Vdelete_terminal_functions): New vars.
11890 (syms_of_terminal): Initialize them.
11891 (Fdelete_terminal): Run delete-terminal-functions.
11892 * xdisp.c (safe_eval): Rewrite.
11893 (safe_call2): New fun.
11894 * frame.c (Qdelete_frame_functions): New var.
11895 (syms_of_frame): Initialize it.
11896 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11897 * lisp.h (safe_call2, pending_funcalls): Declare.
11898
11899 2008-03-28 Andreas Schwab <schwab@suse.de>
11900
11901 * indent.c (Fmove_to_column): Move declaration before statements.
11902
11903 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11906 (struct frame): Use bit fields for boolean vars.
11907
11908 * process.c (server_accept_connection): Simplify naming.
11909 (emacs_get_tty_pgrp): Use SDATA.
11910
11911 * coding.c (decode_coding_object): Fix last change.
11912
11913 2008-03-27 Jason Rumney <jasonr@gnu.org>
11914
11915 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11916
11917 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11918
11919 * charset.c (Fdefine_charset_internal): Change the way of
11920 registering charsets in Vcharset_order_list.
11921 (syms_of_charset): Make the charset `eight-bit' supplementary.
11922
11923 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11924
11925 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11926 operations, to avoid having the difference between pointers
11927 overflow.
11928
11929 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * indent.c (check_display_width): New fun.
11932 (scan_for_column): Use it.
11933
11934 * data.c (syms_of_data): Mark most-positive-fixnum and
11935 most-negative-fixnum as constants.
11936
11937 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11938
11939 * indent.c (scan_for_column): Extract from current_column_1.
11940 Merge with the same code from Fmove_to_column.
11941 (current_column_1, Fmove_to_column): Use it.
11942
11943 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * keymap.c (map_keymap_internal): New fun.
11946 (map_keymap): Use it.
11947 (Fmap_keymap_internal): New fun.
11948 (Fmap_keymap): Remove left-out test from before make_save_value.
11949
11950 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11951
11952 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11953 Use XCAR/XCDR.
11954
11955 * process.h (struct Lisp_Process): Remove filter_multibyte.
11956 * process.c (QCfilter_multibyte): Remove.
11957 (setup_process_coding_systems): Don't use filter_multibyte.
11958 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11959 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11960 (Fset_process_filter_multibyte): Change the coding-system to
11961 approximate the previous behavior.
11962 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11963 coding-system.
11964
11965 * coding.c (decode_coding_object): When not decoding into a buffer,
11966 obey the coding system's preference of (uni|multi)byte.
11967
11968 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11971 every char is changed and has a different byte-length.
11972 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11973 Fix int -> EMACS_INT.
11974
11975 2008-03-23 David Hansen <david.hansen@gmx.net>
11976
11977 * dbusbind.c (xd_read_message): Remove extra copying of message
11978 strings. Check for NULL `interface' or `member'.
11979
11980 2008-03-22 Eli Zaretskii <eliz@gnu.org>
11981
11982 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11983 cFileName a file name that includes `?' characters, use the 8+3
11984 alias in cAlternateFileName instead.
11985
11986 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11989
11990 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11993 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11994 work on current_buffer only instead (that was already the case
11995 for some of the code anyway).
11996 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11997 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11998 (SET_PT, SET_PT_BOTH): Adjust.
11999 * intervals.h (set_point, temp_set_point, set_point_both)
12000 (temp_set_point_both): Remove redundant declarations.
12001
12002 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * fileio.c (Finsert_file_contents):
12005 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12006 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12007 when buffer != current_buffer anyway.
12008
12009 2008-03-20 Andreas Schwab <schwab@suse.de>
12010
12011 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12012 as default.
12013
12014 2008-03-19 Jason Rumney <jasonr@gnu.org>
12015
12016 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12017 (syms_of_w32fns): Initialize them.
12018 (HOURGLASS_ID): New constant.
12019 (x_window_to_frame): Don't check hourglass_window.
12020 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12021 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12022 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12023 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12024 Only change the cursor if hourglass is not active.
12025 (Fx_create_frame): Initialize frame's current_cursor.
12026 (hourglass_atimer): Remove.
12027 (hourglass_started): New function.
12028 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12029 (show_hourglass): Adapt to w32, changing argument to frame.
12030
12031 * w32term.h (struct w32_output): Remove hourglass_window.
12032 Add current_cursor.
12033
12034 * eval.c (call_debugger, Fsignal):
12035 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12036 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12037 (Fexecute_extended_command, cancel_hourglass_unwind):
12038 * minibuf.c (read_minibuf):
12039 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12040
12041 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * window.c (run_funs): New fun.
12044 (run_window_configuration_change_hook): Use it to run the buffer-local
12045 and the global part of the hook.
12046
12047 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12048 (unwind_format_mode_line): Restore selected window.
12049 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12050
12051 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * editfns.c (Fchar_equal): Check they are valid characters.
12054
12055 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12056
12057 2008-03-17 Andreas Schwab <schwab@suse.de>
12058
12059 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12060 against a charset.
12061
12062 * lisp.h (Fbuffer_list): Declare.
12063
12064 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12065
12066 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12067 handlebox_widget is != 0.
12068
12069 2008-03-16 Juri Linkov <juri@jurta.org>
12070
12071 * callint.c (Fcall_interactively): For interactive code letters
12072 'b' and 'B' put the buffer list into the list of default "future"
12073 values of the minibuffer.
12074
12075 2008-03-16 Andreas Schwab <schwab@suse.de>
12076
12077 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12078 modifiers.
12079
12080 * regex.c (re_match_2_internal): Correct matching of a charset
12081 against latin-1 characters.
12082
12083 2008-03-16 Kenichi Handa <handa@m17n.org>
12084
12085 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12086 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12087 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12088 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12089 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12090 CHAR_STRING_ADVANCE.
12091 (produce_chars): Fix for the case that the source and the
12092 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12093 instead of CHAR_STRING_ADVANCE.
12094 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12095 STRING_CHAR_ADVANCE.
12096
12097 2008-03-15 Andreas Schwab <schwab@suse.de>
12098
12099 * regex.c (re_match_2_internal): Correct matching of eight bit
12100 characters in unibyte strings.
12101
12102 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12103
12104 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12105 at end of range when it coincides with the end of the buffer.
12106
12107 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12108
12109 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12110
12111 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12112
12113 2008-03-14 Jason Rumney <jasonr@gnu.org>
12114
12115 * editfns.c (initial_tz): New variable.
12116 (syms_of_editfns): Initialize it.
12117 (Fset_time_zone_rule): Set it when first called.
12118 Use it when TZSTRING is nil.
12119
12120 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12121 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12122 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12123 (globals_of_w32fns): Initialize them.
12124 (compute_tip_xy): Use them to position tooltips.
12125
12126 2008-03-14 Glenn Morris <rgm@gnu.org>
12127
12128 * emacs.c (main): Revert previous change.
12129 (standard_args): Revert -internal-script back to -scriptload,
12130 and remove the long-option form.
12131
12132 2008-03-13 Glenn Morris <rgm@gnu.org>
12133
12134 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12135 Remove option -enable-font-backend.
12136
12137 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12140
12141 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12142
12143 * xterm.c (x_connection_closed): For GTK: If this is the last
12144 terminal just exit without closing the display.
12145
12146 2008-03-11 Jason Rumney <jasonr@gnu.org>
12147
12148 * w32font.c (w32font_full_name): Use floor to round.
12149
12150 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12151
12152 * sound.c (alsa_configure): Declare vol at beginning of block.
12153
12154 * fontset.c (Ffontset_info): Remove extra semicolon.
12155
12156 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12157
12158 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12159 size of resulting string.
12160
12161 2008-03-10 Jason Rumney <jasonr@gnu.org>
12162
12163 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12164
12165 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12166
12167 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12168 Don't pretend as if characters with display property haven't been
12169 consumed for string-replacing-string case.
12170
12171 2008-03-08 Kim F. Storm <storm@cua.dk>
12172
12173 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12174 (get_next_display_element, next_element_from_string)
12175 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12176
12177 2008-03-08 Andreas Schwab <schwab@suse.de>
12178
12179 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12180
12181 2008-03-06 Jason Rumney <jasonr@gnu.org>
12182
12183 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12184 when charset not specified. Only translate ANSI to unicode when
12185 font_type is truetype.
12186 (w32font_coverage_ok): New function.
12187 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12188
12189 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12190
12191 * lread.c (Fread_char): Resolve modifiers.
12192 (Fread_char_exclusive): Likewise.
12193
12194 * character.c (char_resolve_modifier_mask): New function.
12195 (char_string): Use char_resolve_modifier_mask.
12196 (Fchar_resolve_modifiers): New function.
12197 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12198 function.
12199
12200 2008-03-04 Jason Rumney <jasonr@gnu.org>
12201
12202 * makefile.w32-in: Always include w32font.c in the build.
12203 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12204
12205 2008-03-04 Andreas Schwab <schwab@suse.de>
12206
12207 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12208 (versionclean): Likewise.
12209
12210 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12211
12212 * .cvsignore: Add oo.
12213
12214 2008-03-03 Andreas Schwab <schwab@suse.de>
12215
12216 * coding.c (decode_coding_object): Inhibit gap shrinking while
12217 decoding in place.
12218
12219 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12220
12221 * w32term.c: Remove unused include "gnu.h".
12222 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12223
12224 * gnu.h: Rename to ...
12225 * emacs-icon.h: ... this.
12226 * xterm.c: Use emacs-icon.h instead of gnu.h.
12227 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12228
12229 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12230
12231 * w32font.c: Include math.h.
12232
12233 2008-03-03 Jason Rumney <jasonr@gnu.org>
12234
12235 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12236 Compute options separately.
12237 (w32font_open_internal): Set glyph_idx before caching metrics.
12238
12239 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12240 Define if system headers don't.
12241 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12242 (w32font_encode_char): Don't declare here.
12243
12244 * w32font.c (Quniscribe, QCformat): New symbols.
12245 (syms_of_w32font): Define them.
12246 (w32font_has_char): Indicate uncertainty.
12247 (w32font_encode_char): Encode as glyph point. Make static.
12248 (recompute_cached_metrics): New function.
12249 (w32font_open_internal): Use it. Set font to use glyph points
12250 initially. Set format based on type of font.
12251 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12252 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12253 on it. Set format based on information available here.
12254 (add_font_entity_to_list): Identify backend based on opentype_only.
12255
12256 2008-03-02 Andreas Schwab <schwab@suse.de>
12257
12258 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12259
12260 * coding.c (decode_coding_big5, produce_chars):
12261 Fix typos in last change.
12262
12263 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12264
12265 * gnu.h: New icon.
12266
12267 2008-03-02 Kenichi Handa <handa@m17n.org>
12268
12269 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12270 `dos', don't decode '\r' if that is the last in the source.
12271 (decode_coding_utf_16, decode_coding_emacs_mule)
12272 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12273 (decode_coding_raw_text, decode_coding_charset): Likewise.
12274 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12275
12276 2008-03-01 Jason Rumney <jasonr@gnu.org>
12277
12278 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12279
12280 2008-03-01 Kim F. Storm <storm@cua.dk>
12281
12282 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12283
12284 2008-03-01 Jason Rumney <jasonr@gnu.org>
12285
12286 * w32font.c (w32font_full_name): New function.
12287 (w32font_open_internal): Use it.
12288
12289 2008-03-01 Kim F. Storm <storm@cua.dk>
12290
12291 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12292
12293 2008-03-01 Jason Rumney <jasonr@gnu.org>
12294
12295 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12296
12297 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12298
12299 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12300 xg_frame_resized when the event is for the edit widget.
12301
12302 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12303
12304 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12305 set_char_size.
12306 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12307 operations on widgets here. Just set frame size if needed.
12308 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12309 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12310 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12311 the whole frame.
12312 (xg_create_tool_bar): Move attachment of the tool bar to
12313 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12314 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12315
12316 2008-03-01 Jason Rumney <jasonr@gnu.org>
12317
12318 * w32fns.c (w32_msg_pump): Disable debug code.
12319
12320 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12321
12322 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12323
12324 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12325
12326 * xdisp.c (next_overlay_string): Don't set
12327 overlay_strings_at_end_processed_p if we're currently reading from
12328 a display string.
12329
12330 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * xdisp.c (get_overlay_strings_1): Fix typo.
12333
12334 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12335
12336 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12337
12338 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12339
12340 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12341
12342 * xdisp.c (display_mode_element): Cancel the previous change.
12343 (decode_mode_spec): Likewise.
12344 (handle_auto_composed_prop): Don't make composition if it->string
12345 is a string.
12346
12347 2008-02-27 Kim F. Storm <storm@cua.dk>
12348
12349 * lisp.h (GLYPH): Change type from int to struct with separate char
12350 and face_id members.
12351 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12352 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12353 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12354 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12355 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12356 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12357 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12358 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12359 handle new Lisp glyph code encoding, either an integer or a cons.
12360
12361 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12362 (GLYPH_ALIAS): Delete.
12363 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12364 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12365 (GLYPH_FROM_CHAR): Replace macro by ...
12366 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12367
12368 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12369 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12370 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12371 (GLYPH_INVALID_P): New macro.
12372 (spec_glyph_lookup_face): Update prototype.
12373
12374 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12375 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12376 new glyph code encoding.
12377 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12378 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12379
12380 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12381 Adapt to new glyph type and new glyph code encoding.
12382
12383 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12384
12385 * indent.c (current_column, current_column_1, Fmove_to_column)
12386 (compute_motion): Adapt to new glyph code encoding.
12387
12388 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12389
12390 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
12391
12392 * process.c (wait_reading_process_output): Check for window
12393 changes caused by timers.
12394 Suggested by Johan Bockgård.
12395
12396 2008-02-27 Glenn Morris <rgm@gnu.org>
12397
12398 * emacs.c (USAGE1): Add `--disable-font-backend'.
12399
12400 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12403 is made to the buffer.
12404
12405 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12408 (face_at_string_position):
12409 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12410 (face_at_string_position):
12411 * xdisp.c (display_string, next_overlay_change):
12412 * buffer.h (overlays_at):
12413 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12414 Update callers.
12415
12416 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
12417
12418 * editfns.c (Fformat): Doc fix.
12419
12420 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
12421
12422 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12423 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12424 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12425
12426 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * buffer.c (Fbuffer_swap_text): New function.
12429 (syms_of_buffer): Defsubr it.
12430
12431 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12432
12433 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12434
12435 2008-02-25 Jason Rumney <jasonr@gnu.org>
12436
12437 * w32font.c (w32font_draw): Draw one character at a time when padding.
12438
12439 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12442 Handle a nil arg. Use run_window_configuration_change_hook.
12443 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12444 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12445 Use run_window_configuration_change_hook.
12446
12447 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12448
12449 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12450 1-pixel width.
12451
12452 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12453
12454 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12455 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12456 if the glyph in the font is zero pixel with.
12457
12458 * dispextern.h (struct glyph_string): New member padding_p.
12459
12460 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12461
12462 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12463
12464 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12465
12466 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12467
12468 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12469
12470 2008-02-25 Jason Rumney <jasonr@gnu.org>
12471
12472 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12473
12474 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 Allow fine-grained image-cache flushing.
12477 * dispextern.h (struct image): Add `dependencies' field.
12478 (clear_image_caches): Change arg to Lisp_Object.
12479 * image.c (make_image): Initialize `dependencies' field.
12480 (clear_image_cache): Change arg to allow fine-grained flushing.
12481 Perform the flush even if image-cache-eviction-delay is nil.
12482 (clear_image_caches): Change arg to Lisp_Object.
12483 (Fclear_image_cache): Expand meaning of the argument.
12484 (mark_image): Mark `dependencies' field.
12485 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12486 (lface_hash): Use XHASH rather than XFASTINT.
12487 (face_at_buffer_position): Fix int -> EMACS_INT position.
12488 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12489 (select_frame_for_redisplay): Remove code duplication.
12490 (redisplay_internal): Adapt arg to call to clear_image_caches.
12491
12492 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12493
12494 * s/vms4-0.h:
12495 * s/vms4-2.h:
12496 * s/vms4-4.h:
12497 * s/vms5-5.h: Remove, unused.
12498
12499 * s/irix5-2.h:
12500 * s/irix6-0.h:
12501 * s/riscos5.h:
12502 * s/mach-bsd4-3.h:
12503 * m/mips4.h: Remove files for obsolete systems.
12504
12505 * Makefile.in:
12506 * filelock.c:
12507 * unexmips.c:
12508 * m/hp9000s300.h:
12509 * m/iris4d.h:
12510 * s/aix3-1.h:
12511 * s/hpux.h:
12512 * s/msdos.h:
12513 * s/usg5-0.h:
12514 * s/usg5-2-2.h:
12515 * s/usg5-2.h:
12516 * s/usg5-3.h: Remove references to obsolete variables.
12517
12518 * s/irix5-0.h: Remove, move all the contents ...
12519 * s/irix6-5.h: ... here. Simplify.
12520 * config.in: Regenerate.
12521
12522 2008-02-24 Jason Rumney <jasonr@gnu.org>
12523
12524 * w32term.c (x_draw_glyph_string_background): Clear the background
12525 manually when cleartype is in use.
12526 (x_draw_glyph_string_foreground): Draw text transparently when
12527 cleartype is in use.
12528
12529 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12530 a font into it unless we have to.
12531
12532 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12535 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12536
12537 2008-02-18 Jason Rumney <jasonr@gnu.org>
12538
12539 * w32fns.c (Fw32_shell_execute): Encode parameters.
12540
12541 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12542
12543 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12544
12545 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
12546
12547 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12548
12549 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12550
12551 * xterm.c (x_set_offset): Don't change the gravity if
12552 CHANGE_GRAVITY is -1.
12553
12554 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
12555
12556 * fileio.c (auto_save_error_occurred): New var.
12557 (auto_save_error): Set it.
12558 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12559 error occurred.
12560
12561 2008-02-23 Eli Zaretskii <eliz@gnu.org>
12562
12563 * w32.c (globals_of_w32): Add initializations for
12564 g_b_init_get_sid_sub_authority and
12565 g_b_init_get_sid_sub_authority_count.
12566
12567 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12570 (font_parse_xlfd): Use them for sanity check.
12571 (Finternal_set_font_style_table): Make sure the table is bijective.
12572
12573 Consolidate the image_cache to the terminal struct.
12574 * termhooks.h (P_): Remove redundant def.
12575 (struct terminal): New field `image_cache'.
12576 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12577 of FRAME_X_IMAGE_CACHE.
12578 * xterm.h (struct x_display_info): Remove image_cache field.
12579 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12580 * w32term.h (struct w32_display_info): Remove image_cache field.
12581 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12582 * macterm.h (struct mac_display_info): Remove image_cache field.
12583 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12584 * xterm.c (x_term_init):
12585 * w32term.c (w32_term_init):
12586 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12587 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12588 Remove declarations.
12589 (clear_image_caches, mark_image_cache): New declarations.
12590 * xfaces.c (clear_face_cache):
12591 * xdisp.c (redisplay_internal): Use clear_image_caches.
12592 * image.c (clear_image_cache): Don't check that a frame is on
12593 a window-system before checking if it shares the same cache.
12594 (clear_image_caches): New function.
12595 (Fclear_image_cache): Use it.
12596 (mark_image): Move from allo.c.
12597 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12598 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12599 (mark_object): Don't call mark_image_cache for frames.
12600 (mark_terminals): Call mark_image_cache.
12601
12602 * lisp.h (Fdelete_terminal): Declare.
12603
12604 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12605 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12606 wrong_type_argument.
12607
12608 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12609
12610 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12611 malayalam.el, and tamil.el. Add sinhala.el.
12612
12613 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 * xterm.c (x_connection_closed): Consolidate identical tests.
12616 (x_delete_terminal): Don't crash if called via x_connection_closed.
12617
12618 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12619
12620 * xdisp.c (decode_mode_spec): New arg string.
12621 (display_mode_element): Adjust for the above change.
12622
12623 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * callint.c (Fcall_interactively): Use AREF.
12626
12627 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12630
12631 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12632
12633 * xfns.c (Fx_show_tip): Set string to " " if empty.
12634
12635 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12636
12637 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12638 with Qt.
12639
12640 2008-02-17 Kenichi Handa <handa@m17n.org>
12641
12642 * ftfont.c (ftfont_shape): Return Lispy number.
12643
12644 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12645 for GCs.
12646 (Finternal_set_font_selection_order): Call font_update_sort_order
12647 only when enable_font_backend is set.
12648 (realize_x_face): Set face->font_info to that of default face only
12649 when enable_font_backend is set.
12650
12651 * xdisp.c (handle_composition_prop): Set it->c to the fist
12652 character of the composed region.
12653 (fill_composite_glyph_string): Set base_face->font_info to
12654 s->font_info. Get a face for ascii from base_face->ascii_face.
12655 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12656 with a face already decided.
12657 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12658 non-negative.
12659 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12660 call font_prepare_composition unconditionally.
12661
12662 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12663
12664 * xterm.h (struct x_display_info): New member font.
12665
12666 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12667 (x_set_mouse_face_gc, x_new_font): Likewise.
12668 (x_term_init): Setup display_info->font.
12669 (x_delete_terminal): Free display_info->font.
12670
12671 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12672
12673 * ftxfont.c (ftxfont_default_fid): Delete it.
12674 (ftxfont_open): Set xfont->fid to 0.
12675 (ftxfont_end_for_frame): Clear data specific to the frame and the
12676 font-driver.
12677
12678 * xftfont.c (xftfont_default_fid): Delete it.
12679 (xftfont_open): Set xfont->fid to 0.
12680
12681 * fontset.c (FONTSET_OBJLIST): New macro.
12682 (fontset_find_font): Update font-object list of the fontset.
12683 (free_realized_fontset): New function.
12684 (free_face_fontset): Call free_realized_fontset.
12685 (Ffont_info): Call font_close_object only when enable_font_backend
12686 is set.
12687
12688 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12689 [HAVE_NTGUI]: Include w32term.h.
12690 [MAC_OS]: Include macterm.ch.
12691 (font_otf_ValueRecord): Use make_number.
12692 (font_finish_cache): Fix handling of reference count.
12693 (font_clear_cache): Update num_fonts.
12694 (font_open_entity): Update smallest_char_width and
12695 smallest_font_height of the frame.
12696 (font_close_object): Update num_fonts.
12697 (Fclear_font_cache): Fix finding the target cache data.
12698
12699 2008-02-16 Glenn Morris <rgm@gnu.org>
12700
12701 * fontset.c (Finternal_char_font): Fix compilation warning.
12702
12703 2008-02-16 Eli Zaretskii <eliz@gnu.org>
12704
12705 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12706 instead of char arrays. Enlarge the size of array passed to
12707 get_token_information.
12708
12709 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12710 warnings.
12711
12712 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12713
12714 * .gdbinit: Don't set `args', it breaks gdb --args.
12715
12716 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12717
12718 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12719 within a narrowed buffer.
12720
12721 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12722
12723 * coding.c (decode_coding_object, encode_coding_object):
12724 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12725
12726 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12729 hardcoding 1.
12730 (detect_coding_system):
12731 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12732 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12733 * insdel.c (insert_from_gap):
12734 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12735 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12736 (string_to_multibyte):
12737 * character.c (chars_in_text, multibyte_chars_in_text):
12738 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12739
12740 * character.h (FETCH_STRING_CHAR_ADVANCE)
12741 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12742 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12743 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12744
12745 * casefiddle.c (casify_region): Only call after-change and composition
12746 functions on the part of the region that was changed.
12747
12748 * keyboard.c (read_avail_input):
12749 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12750
12751 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12754 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12755
12756 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
12757
12758 * w32menu.c (push_submenu_start, push_submenu_end)
12759 (push_left_right_boundary, push_menu_pane, push_menu_item):
12760 * keyboard.c (read_key_sequence): Don't pass args with side effects
12761 to AREF, it fails when compiling with -DENABLE_CHECKING.
12762
12763 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12764
12765 * Makefile.in (${lispsource}international/charprop.el):
12766 Delete this target.
12767
12768 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12769 emacs-unicode-2.
12770
12771 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12774
12775 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * frame.c (Qnoelisp): New symbol.
12778 (syms_of_frame): Initialize it.
12779 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12780 harmless Elisp code, from a strong `force' from x_connection_closed.
12781 * frame.h (Qnoelisp): Declare.
12782 * xterm.c (x_connection_closed): Pass `noelisp'.
12783
12784 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12785 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12786 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12787 rather than `int' for the type of `type'.
12788
12789 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12790
12791 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12792
12793 * Makefile.in (GNUC): Remove support for gcc-1.x.
12794
12795 2008-02-10 Richard Stallman <rms@gnu.org>
12796
12797 * lisp.h (ASET): Use AREF, not ASLOT.
12798
12799 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * lisp.h (ASET): Check bounds.
12802
12803 2008-02-10 Glenn Morris <rgm@gnu.org>
12804
12805 * buffer.c (mode-name): Doc fix.
12806
12807 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12808
12809 * Makefile.in:
12810 * emacs.c:
12811 * gmalloc.c:
12812 * keyboard.c:
12813 * lisp.h:
12814 * m/ibm370aix.h:
12815 * process.c:
12816 * regex.c:
12817 * s/hpux.h:
12818 * sysdep.c:
12819 * sysselect.h:
12820 * systty.h:
12821 * unexec.c:
12822 * w32term.c:
12823 * xsmfns.c:
12824 * xterm.c: Remove code that deals with obsolete variables.
12825
12826 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12827
12828 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12829 nothing else needs it anymore.
12830
12831 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12832
12833 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12834 instead of unibyte_char_to_multibyte.
12835
12836 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12837
12838 * s/gnu-linux.h: Remove commented out code.
12839
12840 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12841
12842 * Makefile.in: Update what RMS says about using autoconf.
12843 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12844 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12845 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12846 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12847
12848 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * keymap.c (Fkey_description): Move side effect outside of macro call.
12851
12852 * xfaces.c (Finternal_make_lisp_face):
12853 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12854
12855 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12856 (syms_of_fontset): Use ASET.
12857
12858 * fns.c (concat): Move side effect outside of macro call.
12859 (hash_clear): Use ASET.
12860
12861 2008-02-08 Richard Stallman <rms@gnu.org>
12862
12863 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12864 If FORCE, and frame has a surrogate minibuffer for another frame,
12865 delete the other frame first.
12866
12867 2008-02-07 Timo Savola <timo.savola@iki.fi>
12868
12869 * xterm.c (x_detect_focus_change): Handle embed client message.
12870 (handle_one_xevent): Ditto.
12871 (handle_one_xevent): If embedded and we get a button press/release,
12872 request focus.
12873 (xembed_set_info, xembed_send_message): New functions.
12874 (x_make_frame_visible): Call xembed_set_info if embedded.
12875 (x_make_frame_invisible): Call xembed_set_info if embedded.
12876 (x_term_init): Initialize Xatom_XEMBED.
12877 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12878 (x_iconify_frame): Ditto.
12879
12880 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12881 (enum xembed_info, enum xembed_message, enum xembed_focus)
12882 (enum xembed_modifier, enum xembed_accelerator): New.
12883 (xembed_set_info, xembed_send_message): Declare.
12884 (FRAME_X_EMBEDDED_P): New.
12885
12886 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12887 gtk_plug_new.
12888
12889 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12890 window ID of a frame.
12891 (x_window): Reparent frame if embedded.
12892 (Fx_create_frame): Don't set border width if embedded.
12893
12894 * emacs.c (USAGE3): Add --parent-id.
12895 (standard_args): Ditto.
12896
12897 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12898
12899 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12900
12901 2008-02-07 Jim Meyering <meyering@redhat.com>
12902
12903 Use "do...while (0)", not "if (1)...else" in macro definitions.
12904 The latter provokes a warning from gcc about the empty else, when
12905 followed by ";". Also, without that trailing semicolon, it would
12906 silently swallow up any following statement.
12907 * syntax.h (SETUP_SYNTAX_TABLE)
12908 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12909 * buffer.h (DECODE_POSITION): Likewise.
12910 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12911 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12912 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12913 (FETCH_CHAR_ADVANCE): Likewise.
12914 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12915
12916 2008-02-07 Jim Meyering <meyering@redhat.com>
12917
12918 * lread.c [lint]: Don't include <sys/inode.h>.
12919
12920 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * xselect.c (x_handle_dnd_message):
12923 * xmenu.c (digest_single_submenu, xmenu_show):
12924 * xdisp.c (with_echo_area_buffer_unwind_data)
12925 (format_mode_line_unwind_data, unwind_format_mode_line)
12926 (display_menu_bar):
12927 * eval.c (Ffetch_bytecode):
12928 * doc.c (store_function_docstring):
12929 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12930 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12931 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12932
12933 2008-02-07 Kenichi Handa <handa@m17n.org>
12934
12935 * ftxfont.c (ftxfont_open): Don't set
12936 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12937
12938 * ftfont.c (ftfont_open): Fix previous change.
12939
12940 2008-02-06 Jason Rumney <jasonr@gnu.org>
12941
12942 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12943 Use cached metrics for ASCII characters.
12944 (w32font_open_internal): Don't set font's owning_frame.
12945 Cache metrics for ASCII characters.
12946
12947 * w32font.h (struct w32font_info): Add ascii_metrics.
12948 Remove owning_frame.
12949
12950 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12951
12952 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12953 to negative value.
12954
12955 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12956
12957 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12958
12959 * charset.c (syms_of_charset): Set QCtest and Qeq.
12960
12961 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * process.c (Fstart_process):
12964 * callproc.c (Fcall_process): Handle the case where
12965 Funhandled_file_name_directory returns nil.
12966
12967 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12968 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12969 * font.c (check_gstring): Use them and AREF to access the vector before
12970 we know it's really a gstring.
12971 (Ffont_shape_text): Fix typo.
12972 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
12973
12974 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12975 Declare.
12976
12977 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12978
12979 2008-02-05 Jason Rumney <jasonr@gnu.org>
12980
12981 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12982 Set smallest_font_height and smallest_char_width in display info.
12983
12984 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12985
12986 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12987
12988 2008-02-05 Miles Bader <miles@gnu.org>
12989
12990 * xfaces.c (get_lface_attributes, merge_named_face)
12991 (lookup_named_face, lookup_derived_face, realize_named_face):
12992 Revert 2008-02-01 change by cyd@stupidchicken.com.
12993
12994 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12995
12996 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12997 fallback fonts.
12998 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12999
13000 2008-02-04 Jason Rumney <jasonr@gnu.org>
13001
13002 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13003 set full_name.
13004 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13005
13006 2008-02-03 Jason Rumney <jasonr@gnu.org>
13007
13008 * makefile.w32-in (OBJ1): Include font.o here.
13009 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13010
13011 2008-02-02 Jason Rumney <jasonr@gnu.org>
13012
13013 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13014
13015 2008-02-01 Jason Rumney <jasonr@gnu.org>
13016
13017 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13018
13019 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13020
13021 2008-02-01 Andreas Schwab <schwab@suse.de>
13022
13023 * Makefile.in (shortlisp, lisp): Update for rename of
13024 ../lisp/language/myanmar.el.
13025
13026 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13027
13028 * xfaces.c (get_lface_attributes): Delete function.
13029 (merge_named_face, lookup_named_face, lookup_derived_face)
13030 (realize_named_face): Call lface_from_face_name directly, and use
13031 the fact that merge_face_vectors does not alter its FROM argument.
13032
13033 2008-02-01 Jason Rumney <jasonr@gnu.org>
13034
13035 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13036 input in the default locale. Handle non-Unicode multibyte input.
13037
13038 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13039
13040 * fontset.c (reorder_font_vector): Exclude nil elements from the
13041 font group. Don't try multiple fonts.
13042 (fontset_font): Adjust for the above change.
13043 (Finternal_char_font): Return nil if the found font doesn't
13044 contain the character ch.
13045
13046 * Makefile.in (lisp, shortlisp): Add cham.el.
13047
13048 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13049
13050 * font.h (FONTP): Make it return 1 also for a font-object.
13051
13052 * .gdbinit (xfontset): New function.
13053
13054 * font.c (font_find_for_lface): Check if the character C is
13055 supported or not only for the first font.
13056
13057 * fontset.c (reorder_font_vector): Fix typo.
13058 (fontset_find_font): Don't add a font-spec specifying a script.
13059 Use 0 (not Qt) for the indication of empty font-group. Change the
13060 format of RFONT-DEF. Return Qt if no font in the font-group
13061 support the character.
13062 (fontset_font): Adjust for the above change. If no font was
13063 found the character, remember that.
13064 (face_for_char): Adjust for the change of RFONT-DEF.
13065 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13066 no font for the target.
13067 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13068
13069 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13070
13071 * font.c (font_load_for_face): Handle the case that the font in
13072 face->lface is a string.
13073
13074 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13075
13076 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13077
13078 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13079
13080 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13081 Fix previous change. If the frame is not on a window system,
13082 signal an error.
13083
13084 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13085
13086 * coding.c (decode_coding_object, encode_coding_object): Adjust
13087 marker positions after conversion.
13088
13089 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13090
13091 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13092
13093 * font.c (font_find_for_lface): Fix the handling of the return
13094 value of font_has_char.
13095 (Ffont_shape_text): Fix previous change.
13096
13097 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13098 (fontset_ref_and_range): Delete it.
13099 (fontset_find_font): Call char_table_ref_and_range instead of
13100 FONTSET_REF_AND_RANGE.
13101 (make_fontset): Don't setup font groups of Latin here.
13102 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13103 (new_fontset_from_font): Make the specified font the default for
13104 all Latin characters.
13105
13106 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13107
13108 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13109 is on a window system before accessing the fontset of the frame.
13110
13111 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13112
13113 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13114
13115 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13116 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13117
13118 * font.c (Ffont_shape_text): If the font driver doesn't have a
13119 shaper function, make zero-width glyphs to have at least one-pixel
13120 width. Fix setting of `to' field of glyphs.
13121
13122 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13123
13124 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13125 glyphs.
13126
13127 * font.h (struct font_driver): Improve docstring of member `shape'.
13128
13129 2008-02-01 Kenichi Handa <handa@m17n.org>
13130
13131 * composite.c (syms_of_composite): Fix docstring of
13132 auto-composition-function.
13133
13134 * font.h (LGLYPH_SIZE): New macro.
13135
13136 * font.c (Ffont_fill_gstring): Stop filling when a character not
13137 supported by the font is found.
13138 (Ffont_shape_text): When a shape callback function returns nil,
13139 try at most two more times with larger gstring.
13140 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13141
13142 * xdisp.c (handle_auto_composed_prop): Change the argument to
13143 auto-composition-function.
13144
13145 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13146 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13147 Lispy glyph and store it in the lgstring.
13148
13149 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13150
13151 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13152
13153 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13154
13155 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13156
13157 * fontset.c (Vfont_encoding_charset_alist): New variable.
13158 (syms_of_fontset): DEFVAR it.
13159 (reorder_font_vector, fontset_find_font): Optimize for the case of
13160 no need of reordering.
13161 (face_for_char): Map the charset property by
13162 Vfont_encoding_charset_alist.
13163
13164 2008-02-01 Jason Rumney <jasonr@gnu.org>
13165
13166 * w32font.c (logfonts_match): Don't check adstyle here.
13167 (font_matches_spec): Check here against physical font instead.
13168 (add_font_entity_to_list): Avoid some substitutions.
13169
13170 * font.c (font_parse_fcname): Default weight and slant to normal.
13171 (font_score): Prefer normal fonts if weight or slant unspecified.
13172 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13173 match freetype scores.
13174
13175 2008-02-01 Jason Rumney <jasonr@gnu.org>
13176
13177 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13178 font, as it may have been deleted.
13179 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13180 most common hyphenless variation.
13181 (logfonts_match): Check generic family.
13182 (font_matches_spec): Don't check generic family here.
13183 (fill_in_logfont): Set generic family based on adstyle.
13184
13185 * w32font.h (w32font_get_cache): Update declaration.
13186
13187 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13188
13189 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13190
13191 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13192 If none of the new drivers are available, call font_update_drivers
13193 with the old drivers.
13194
13195 * w32font.c (w32font_get_cache): Adjust the argument type.
13196
13197 * xfont.c (xfont_get_cache): Adjust the argument type.
13198
13199 * font.h (struct font_driver): Change argument type of get_cache.
13200
13201 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13202
13203 * font.c (Ffont_get): Fix arguments to Fassoc.
13204 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13205 (font_clear_cache): New function.
13206 (font_list_entities, font_matching_entity): Use font_get_cache.
13207 (font_update_drivers): Call font_clear_cache when finishing a driver.
13208
13209 * fontset.c (fontset_find_font): Fix previous change.
13210
13211 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13212
13213 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13214 dpyinfo->font_table.
13215 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13216 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13217
13218 * font.c (font_at): Handle the case that the arg C is negative.
13219 Handle the unibyte case.
13220 (Ffont_at): Call font_at with the arg C -1.
13221
13222 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13223 the position here, and call font_at with the arg C -1.
13224 Don't check the range of the existing composition at the point.
13225
13226 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13227
13228 * fontset.c (fontset_add): New args charset_id and family.
13229 Change caller.
13230 (load_font_get_repertory, fontset_find_font): Assume that
13231 font_spec is always a font-spec object.
13232 (Fset_fontset_font): Always store a font-spec object in a fontset.
13233
13234 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13235 instead of get_property_and_range.
13236
13237 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13238
13239 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13240 (xftfont_open): Don't keep locking face.
13241 (xftfont_close): Don't unlock face.
13242 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13243
13244 * fontset.c (fontset_find_font): Don't prefer a font of
13245 supplementary charset.
13246
13247 2008-02-01 Kenichi Handa <handa@m17n.org>
13248
13249 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13250 script, langsys_tag to langsys, new member script.
13251 (OTF_TAG_STR): Terminate by '\0'.
13252 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13253 listing to the script specified in that property. Fix arg to
13254 OTF_check_features.
13255
13256 2008-02-01 Jason Rumney <jasonr@gnu.org>
13257
13258 * w32font.h: New file.
13259
13260 * w32font.c: Include it.
13261 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13262 (w32font_open): Set owning_frame.
13263 (w32font_text_extents): Use owning_frame.
13264 (struct font_callback_data): Add opentype_only field.
13265 (add_font_entity_to_list): Use it to filter fonts.
13266 Don't check against full name.
13267 (w32font_list_internal): New function.
13268 (w32font_list): Use it.
13269 (w32font_match_internal): New function.
13270 (w32font_match): Use it.
13271 (w32font_open_internal): New function.
13272 (w32font_open): Use it.
13273 (w32font_get_cache, w32font_close, w32font_has_char)
13274 (w32font_encode_char, w32font_text_extents, w32font_draw):
13275 Make non-static.
13276
13277 * makefile.w32-in (w32font.o): Depend on w32font.h.
13278
13279 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13280
13281 * charset.c (Fdefine_charset_internal): Record a supplementary
13282 charset at the tail of Vcharset_order_list.
13283
13284 * font.c (Ffont_shape_text): Fix the return value.
13285
13286 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13287
13288 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13289
13290 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13291
13292 * ftfont.c (struct OpenTypeSpec): New struct.
13293 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13294 (ftfont_get_open_type_spec): New function.
13295 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13296
13297 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13298
13299 2008-02-01 Jason Rumney <jasonr@gnu.org>
13300
13301 * w32font.c (add_font_entity_to_list): Compare only the beginning
13302 of full name.
13303
13304 2008-02-01 Kenichi Handa <handa@m17n.org>
13305
13306 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13307 Never return HANDLED_RECOMPUTE_PROPS.
13308
13309 2008-02-01 Kenichi Handa <handa@m17n.org>
13310
13311 * font.c (font_gstring_produce): Delete it.
13312
13313 * composite.h (COMPOSITION_METHOD):
13314 Handle COMPOSITION_WITH_GLYPH_STRING.
13315
13316 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13317
13318 * xfont.c (Qx): Delete.
13319 (syms_of_xfont): Don't initialize Qx.
13320
13321 * composite.h (enum composition_method):
13322 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13323
13324 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13325
13326 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13327 (choose_face_font): Accept new form of font-spec.
13328
13329 * frame.h (font_driver_list): Declare it unconditionally.
13330 (struct frame): Define members font_driver_list and font_data_list
13331 unconditionally.
13332
13333 * fontset.c: Include "font.h" unconditionally.
13334 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13335 (Fset_fontset_font): Accept a font-spec object.
13336
13337 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13338 PIXEL_SIZE part a wild card.
13339
13340 * dispextern.h (struct glyph_string): Define members clip and
13341 num_clips unconditionally.
13342 (struct face): Define members font_info and extra unconditionally.
13343
13344 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13345 ftfont_info only when HAVE_LIBOTF is defined.
13346
13347 2008-02-01 Andreas Schwab <schwab@suse.de>
13348
13349 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13350 and end.
13351
13352 2008-02-01 Jason Rumney <jasonr@gnu.org>
13353
13354 * w32font.c (w32font_driver): Add new fields.
13355
13356 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13357
13358 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13359 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13360 (LIBES): Add @M17N_FLT_CFLAGS@.
13361
13362 * composite.c (compose_text): Don't treat the new style
13363 composition specially.
13364
13365 * emacs.c (main): Call syms_of_font unconditionally.
13366
13367 * font.h (FONT_ENTITY_NOT_LOADABLE)
13368 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13369 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13370 (struct font_driver): New member shape.
13371 (font_registry_charsets): Extern it.
13372 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13373 (font_otf_capability, font_drive_otf): Delete their externs.
13374
13375 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13376 (font_charset_alist, font_registry_charsets): Move from xfont.c
13377 and rename.
13378 (font_prop_validate_otf): New function.
13379 (font_property_table): Register it for QCotf.
13380 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13381 (font_drive_otf): Delete.
13382 (font_prepare_composition): New arg F. Adjust for the change of
13383 lispy gstring.
13384 (font_find_for_lface): New arg C.
13385 (font_load_for_face): Adjust for the change of font_find_for_lface.
13386 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13387 lispy gstring.
13388 (Ffont_shape_text): New function.
13389 (Fopen_font): If the font size is not given, use 12-pixel.
13390 (Ffont_at): New arg STRING.
13391 (syms_of_font): Initalize font_charset_alist.
13392 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13393 conditionally.
13394
13395 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13396 fonts of the same font-spec. Change the format of RFONT-DEF.
13397 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13398 Adjust for the change of RFONT-DEF.
13399 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13400
13401 * ftfont.h: New file.
13402
13403 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13404 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13405 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13406 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13407 font_otf_capability and font_drive_otf, set ftfont_shape.
13408 (ftfont_list): Adjust for the change of :otf property value.
13409 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13410 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13411 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13412 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13413 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13414 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13415
13416 * w32term.c (x_draw_composite_glyph_string_foreground):
13417 Adjust for the change of lispy gstring.
13418
13419 * xdisp.c (handle_composition_prop): Adjust for the change of
13420 lispy gstring. Call a function for auto-composition with the
13421 third arg it->window.
13422 (fill_composite_glyph_string): Adjust for the change of lispy string.
13423 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13424
13425 * xfaces.c (set_font_frame_param): Adjust for the change of
13426 font_find_for_lface.
13427
13428 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13429 (xfont_registry_charsets): Likewise. Change caller.
13430 (syms_of_xfont): Don't handle x_font_charset_alist.
13431
13432 * xftfont.c: Include "ftfont.h".
13433 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13434 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13435 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13436 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13437 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13438 Set xftfont_driver.shape to xftfont_shape.
13439
13440 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13441 the change of lispy gstring.
13442
13443 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13444
13445 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13446
13447 2008-02-01 Jason Rumney <jasonr@gnu.org>
13448
13449 * w32font.c (w32font_draw): Fill background manually.
13450
13451 2008-02-01 Jason Rumney <jasonr@gnu.org>
13452
13453 * font.c (Qfontp): Remove unused symbol.
13454 (QCantialias): New symbol.
13455 (syms_of_font): Define it.
13456 (font_property_table): Set a validator for QCantialias.
13457
13458 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13459 Define if not already.
13460 (QCfamily): Share with xfaces.c.
13461 (Qstandard, Qsubpixel, Qnatural): New symbols.
13462 (syms_of_w32font): Define them. Don't define QCfamily here.
13463 (w32_antialias_type, lispy_antialias_type): New functions.
13464 (w32_enumfont_pattern_entity): New arg requested_font.
13465 Set antialias parameter if non-default was requested.
13466 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13467
13468 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13469
13470 * lread.c (read1): Undo the previous change.
13471
13472 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13473
13474 * frame.c (Fdelete_frame): Call font_update_drivers only when
13475 USE_FONT_BACKEND is defined.
13476
13477 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13478
13479 * font.h (struct font_bitmap): New member bits_per_pixel.
13480 (struct font_driver): New members start_for_frame and end_for_frame.
13481 (struct font_data_list): New struct.
13482 (font_put_frame_data, font_get_frame_data): Extern them.
13483
13484 * frame.h (struct frame): New member font_data_list.
13485
13486 * font.c (font_update_drivers): Call driver->start_for_frame and
13487 driver->end_for_frame at proper timings.
13488 (font_put_frame_data, font_get_frame_data): New functions.
13489 (Ffont_spec): Add usage in the docstring.
13490
13491 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13492 (Fdelete_frame): Call font_update_drivers.
13493
13494 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13495 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13496 (xftfont_get_xft_draw): New function.
13497 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13498 (xftfont_end_for_frame): New function.
13499 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13500
13501 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13502 Change argument. Cache GCs in the per-frame data.
13503 (struct ftxfont_frame_data): New struct.
13504 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13505 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13506 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13507 (ftxfont_end_for_frame): New function.
13508 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13509
13510 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13511
13512 2008-02-01 Kenichi Handa <handa@m17n.org>
13513
13514 * xselect.c (Vselection_coding_system)
13515 (Vnext_selection_coding_system): Delete them.
13516 (syms_of_xselect): Don't declare selection-coding-system and
13517 next-selection-coding-system. They are declared in select.el.
13518
13519 2008-02-01 Jason Rumney <jasonr@gnu.org>
13520
13521 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13522
13523 * w32fns.c: Include imm.h.
13524 (get_composition_string_fn, get_ime_context_fn): New optional
13525 system functions.
13526 (globals_of_w32fns): Load them from imm32.dll.
13527 (ignore_ime_char): New flag.
13528 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13529 WM_IME_ENDCOMPOSITION messages.
13530
13531 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13532 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13533
13534 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13535
13536 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13537 (READCHAR_REPORT_MULTIBYTE): New macro.
13538 (readchar): New 2nd arg MULTIBYTE.
13539 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13540 Make symbol's name multibyte according to the multibyteness of the
13541 source.
13542
13543 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13544
13545 * xfaces.c (face_for_overlay_string): Call lookup_face with
13546 correct arguments (fix of synching with the trunk).
13547
13548 2008-02-01 Kenichi Handa <handa@m17n.org>
13549
13550 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13551 (font_prop_validate_non_neg, font_prop_validate_spacing):
13552 Delete argument prop_index.
13553 (font_property_table): Change arguments to validater. Change Callers.
13554 (font_lispy_object): Delete.
13555 (font_at): Use font_find_object instead fo font_lispy_object.
13556
13557 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13558
13559 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13560 and file names.
13561
13562 2008-02-01 Jason Rumney <jasonr@gnu.org>
13563
13564 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13565 (font_matches_spec): Remove debug output.
13566 (add_font_entity_to_list): Avoid using substituted fonts.
13567
13568 2008-02-01 Jason Rumney <jasonr@gnu.org>
13569
13570 * doc.c (Fsnarf_documentation):
13571 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13572
13573 2008-02-01 Miles Bader <miles@gnu.org>
13574
13575 * dispextern.h (struct glyph_row): Only define "clip" field if
13576 HAVE_WINDOW_SYSTEM is defined.
13577
13578 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 Fix up multi-tty merge.
13581
13582 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13583 and indentation.
13584
13585 * xfaces.c (free_realized_face, clear_face_gcs):
13586 Include font_done_for_face in the input_blocked section, just in case.
13587
13588 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13589 (get_char_face_and_encoding): Undo last change and remove the *other*
13590 duplicate definition (i.e. keep the one that's better scoped and that
13591 includes code for the font-backend).
13592
13593 * terminal.c (create_terminal): Default keyboard_coding to
13594 `no-conversion' and terminal_coding to `undecided'.
13595
13596 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13597
13598 * fontset.c (free_realized_fontsets): Check that the table entry does
13599 contain a fontset before trying to compare it to `base'.
13600
13601 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13602 syms_of_charset, and syms_of_coding earlier because init_window_once
13603 now needs Vcoding_system_hash_table to be setup.
13604
13605 * coding.h (default_buffer_file_coding): Remove.
13606
13607 * coding.c (default_buffer_file_coding): Remove.
13608 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13609 than ->symbol, and use the terminal-local coding system.
13610 (syms_of_coding): Don't setup the coding-systems that are not
13611 terminal-local.
13612 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13613
13614 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13615 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13616
13617 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13618 in chartab.c and were re-added here by mistake.
13619 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13620
13621 * doc.c (Fsnarf_documentation):
13622 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13623 src to etc.
13624
13625 * ChangeLog.10: Add mistakenly removed entry.
13626
13627 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13628
13629 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13630
13631 2008-02-01 Miles Bader <miles@gnu.org>
13632
13633 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13634 Add extra args to FACE_FOR_CHAR.
13635
13636 2008-02-01 Kenichi Handa <handa@m17n.org>
13637
13638 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13639 in sequence.
13640
13641 * chartab.c (map_sub_char_table, map_char_table): If the range
13642 contains just one character, call the function with that character
13643 even if the depth is not 3.
13644
13645 2008-02-01 Jason Rumney <jasonr@gnu.org>
13646
13647 * w32font.c (w32font_text_extents): Calculate metrics for the
13648 whole string.
13649
13650 2008-02-01 Jason Rumney <jasonr@gnu.org>
13651
13652 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13653
13654 2008-02-01 Jason Rumney <jasonr@gnu.org>
13655
13656 * w32term.c (x_set_glyph_string_clipping): Use
13657 get_glyph_string_clip_rects.
13658 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13659 Adjust for the change of struct glyph_string.
13660
13661 * w32font.c (w32font_draw): Do clipping here.
13662
13663 2008-02-01 Kenichi Handa <handa@m17n.org>
13664
13665 * xftfont.c (xftfont_draw): Adjust for the change of struct
13666 glyph_string.
13667
13668 * xterm.c (x_set_glyph_string_clipping): Use
13669 get_glyph_string_clip_rects.
13670 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13671 Adjust for the change of struct glyph_string.
13672
13673 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13674 the resulting clip(s}.
13675 (expose_overlaps): Add arg r. Change callers. Set it to
13676 row->clip temporarily.
13677 (expose_window): Redraw rows overlapping the exposed area.
13678
13679 * dispextern.h (struct glyph_row): New member clip.
13680 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13681 clip_height, new member clip, and num_clips.
13682
13683 2008-02-01 Kenichi Handa <handa@m17n.org>
13684
13685 * data.c (Fchar_or_string_p): Fix docstring.
13686
13687 2008-02-01 Kenichi Handa <handa@m17n.org>
13688
13689 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13690 create a temporary XftDraw object.
13691
13692 2008-02-01 Kenichi Handa <handa@m17n.org>
13693
13694 * font.c (Ffontp): Fix docstring.
13695
13696 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13697 strong evidence of ISO-2022.
13698
13699 2008-02-01 Kenichi Handa <handa@m17n.org>
13700
13701 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13702 SYNTAX_ENTRY_FOLLOW_PARENT.
13703
13704 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13705
13706 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13707 its type.
13708 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13709 Update to the new type of weak_hash_tables and next_weak.
13710
13711 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13712 a plain C pointer to Lisp_Hash_Table.
13713
13714 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13715 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13716 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13717 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13718 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13719 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13720 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13721 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13722 (GC_EQ): Remove since they've been identical to their non-GC_
13723 alter-egos ever since the markbit was eradicated.
13724
13725 * alloc.c:
13726 * buffer.c:
13727 * buffer.h:
13728 * data.c:
13729 * fileio.c:
13730 * filelock.c:
13731 * fns.c:
13732 * frame.h:
13733 * lisp.h:
13734 * macterm.c:
13735 * print.c:
13736 * process.c:
13737 * w32fns.c:
13738 * w32menu.c:
13739 * w32term.c:
13740 * xfns.c:
13741 * xmenu.c:
13742 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13743
13744 2008-02-01 Kenichi Handa <handa@m17n.org>
13745
13746 * chartab.c (map_sub_char_table): Make it work for the top-level
13747 char-table. Fix handling of parent char-table.
13748 (map_char_table): Adjust for the above change.
13749
13750 2008-02-01 Jason Rumney <jasonr@gnu.org>
13751
13752 * w32font.c (Qgdi): Rename from Qw32.
13753
13754 2008-02-01 Jason Rumney <jasonr@gnu.org>
13755
13756 * w32bdf.c (get_quoted_string): Make function static.
13757
13758 2008-02-01 Kenichi Handa <handa@m17n.org>
13759
13760 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13761 bigger ascent and descent than those of the font, use them as
13762 font's ascent and descent.
13763
13764 2008-02-01 Kenichi Handa <handa@m17n.org>
13765
13766 * Makefile.in (${lispsource}international/charprop.el): Move this
13767 target within "#ifdef HAVE_UNIDATA" and "#endif".
13768
13769 2008-02-01 Kenichi Handa <handa@m17n.org>
13770
13771 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13772 (shortlisp): Add ../lisp/language/tai-viet.el.
13773
13774 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
13775
13776 * Makefile.in (${lispsource}international/charprop.el): Depend on
13777 temacs${EXEEXT}.
13778
13779 2008-02-01 Jason Rumney <jasonr@gnu.org>
13780
13781 * w32font.c (w32font_close): Delete the GDI font object.
13782
13783 * w32menu.c: Include character.h.
13784
13785 * w32proc.c: Likewise.
13786
13787 * w32select.c: Likewise.
13788
13789 * makefile.w32-in (w32proc.o): Depend on character.h.
13790
13791 2008-02-01 Jason Rumney <jasonr@gnu.org>
13792
13793 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13794
13795 * w32menu.c (syms_of_w32menu): Likewise.
13796
13797 * w32proc.c (syms_of_ntproc): Likewise.
13798
13799 * w32select.c (syms_of_w32select): Likewise.
13800
13801 * w32term.c (syms_of_w32term): Likewise.
13802
13803 2008-02-01 Jason Rumney <jasonr@gnu.org>
13804
13805 * w32font.c (w32font_draw): Delete brush after using it.
13806
13807 2008-02-01 Jason Rumney <jasonr@gnu.org>
13808
13809 * w32font.c (w32font_open): Don't set font_idx.
13810 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13811 to font settings.
13812 (w32font_draw): Fill background explicitly.
13813
13814 2008-02-01 Jason Rumney <jasonr@gnu.org>
13815
13816 * w32term.c (w32_initialize): Don't call w32font_initialize.
13817
13818 * w32font.c (w32font_info): Remove subranges.
13819 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13820 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13821 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13822 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13823 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13824 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13825 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13826 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13827 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13828 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13829 New symbols.
13830 (font_callback_data): New struct.
13831 (w32font_list, w32font_match): Use it.
13832 (w32font_open): Don't populate subranges.
13833 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13834 (w32font_encode_char): Always return unicode code-point as-is.
13835 (w32font_text_extents): Supply a transformation matrix to
13836 GetGlyphOutline. Never look up by glyph index. Avoid looping
13837 twice. Use unicode version of GetTexExtentPoint32 instead of
13838 glyph index version.
13839 (set_fonts_frame): Remove.
13840 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13841 set frame parameter. Use backward compatible fake foundries.
13842 Save generic family in extra slot under QCfamily. Make width slot
13843 constant. Save QCspacing value. Save list of scripts instead of
13844 binary subranges.
13845 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13846 (add_font_entity_to_list): Use font_callback_data struct. Filter
13847 unwanted fonts.
13848 (add_one_font_entity_to_list): Use font_callback_data struct.
13849 (w32_registry): Default to iso10646_1.
13850 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13851 string font registries. Don't fill in font name if it is a generic
13852 family name, fill family instead. Use spacing, family and script
13853 extra info to fill pitch, family and charset fields.
13854 (list_all_matching_fonts): Use font_callback_data struct.
13855 (unicode_range_for_char): Remove.
13856 (font_supported_scripts): New function.
13857 (w32font_initialize): Remove.
13858 (syms_of_w32font): Update which symbols are defined.
13859
13860 2008-02-01 Jason Rumney <jasonr@gnu.org>
13861
13862 * font.c (font_pixel_size): Reverse assq_no_quit args.
13863
13864 * w32term.h (FONT_WIDTH): Report max width, not average.
13865 (FONT_MAX_WIDTH): Remove.
13866 (FONT_AVG_WIDTH): New macro.
13867
13868 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13869 redefinition of FONT_WIDTH.
13870
13871 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13872 (w32_cache_char_metrics): Use FONT_WIDTH.
13873
13874 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13875
13876 2008-02-01 Jason Rumney <jasonr@gnu.org>
13877
13878 * w32font.c (w32font_open): Make lfHeight negative.
13879
13880 * w32fns.c (x_default_font_parameter): Use new style font name.
13881 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13882
13883 2008-02-01 Jason Rumney <jasonr@gnu.org>
13884
13885 * w32font.c (QCsubranges): New symbol.
13886 (w32font_open, w32font_has_char): Get subranges from subproperty
13887 of extra.
13888 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13889 (syms_of_w32font): Define :subranges symbol.
13890
13891 * font.c (font_put_extra): Expose externally.
13892
13893 * font.h (font_put_extra): Move declaration from font.c.
13894
13895 * font.c (Ffont_get): Use font driver to determine otf capability.
13896 (adjust_anchor): Check if driver defines anchor_point before using.
13897
13898 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13899 (w32font_draw): Use options.
13900 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13901 Fix detection of truetype fonts.
13902 (registry_to_w32_charset): Handle charsets other than iso8859-1
13903 expressed as lisp symbols.
13904 (w32_registry): Express charset as lisp symbol.
13905 (fill_in_logfont): Reverse pixel and point height logic.
13906 Don't set width here. Set quality to default.
13907
13908 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13909 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13910
13911 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13912 Remove redundant loop and allocation.
13913
13914 * makefile.w32-in (font.o, w32font.o): New objects.
13915 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13916 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13917
13918 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13919 STORE_XCHARB a valid l-value.
13920
13921 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13922 calculations for non-Truetype fonts.
13923 (x_draw_glyph_string): Sync with xterm.c.
13924 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13925 Remove redundant code.
13926 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13927
13928 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13929 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13930
13931 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13932 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13933
13934 * w32font.c: New file for w32 font backend.
13935
13936 2008-02-01 Kenichi Handa <handa@m17n.org>
13937
13938 * term.c: Don't include "buffer.h" twice.
13939
13940 2008-02-01 Kenichi Handa <handa@m17n.org>
13941
13942 * character.c (Funibyte_string): New function.
13943 (syms_of_character): Defsubr it.
13944
13945 2008-02-01 Jason Rumney <jasonr@gnu.org>
13946
13947 * w32term.c [USE_FONT_BACKEND]:
13948 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13949 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13950 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13951 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13952 (x_free_frame_resources): Sync with xterm.c.
13953
13954 2008-02-01 Andreas Schwab <schwab@suse.de>
13955
13956 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13957 char-table size.
13958
13959 2008-02-01 Kenichi Handa <handa@m17n.org>
13960
13961 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13962
13963 2008-02-01 Kenichi Handa <handa@m17n.org>
13964
13965 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13966 font_otf_gpos, add font_drive_otf.
13967
13968 * fontset.c (fontset_find_font): Pay attention to font size
13969 specified for a font.
13970 (reorder_font_vector): Check contents of font_def.
13971
13972 * font.c (struct otf_list): Delete it.
13973 (otf_list): Make it a lisp variable.
13974 (otf_open): Use lispy otf_list.
13975 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13976 (check_otf_features): New function.
13977 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13978 New functions.
13979 (font_drive_otf): New function merging font_otf_gsub and
13980 font_otf_gpos.
13981 (font_open_for_lface): New arg spec. Change argument order.
13982 (font_load_for_face): Adjust for the change of font_open_for_lface.
13983 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13984 Ffont_otf_gpos.
13985 (syms_of_font): Staticpro otf_list. Delete defsubr of
13986 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13987
13988 * xfaces.c (set_font_frame_param): Adjust for the change of
13989 font_open_for_lface.
13990
13991 * font.h (font_open_for_lface): Adjust prototype.
13992 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13993 member otf_drive.
13994 (font_otf_gsub, font_otf_gpos): Delete externs.
13995 (font_drive_otf): Extern it.
13996
13997 2008-02-01 Kenichi Handa <handa@m17n.org>
13998
13999 * font.c (font_at): If the window W is not on a window system,
14000 return Qnil.
14001
14002 * coding.c (produce_chars, encode_coding): Don't call
14003 insert_from_gap if no characters to produce.
14004
14005 2008-02-01 Kenichi Handa <handa@m17n.org>
14006
14007 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14008 Fclear_face_cache.
14009
14010 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14011
14012 2008-02-01 Miles Bader <miles@gnu.org>
14013
14014 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14015 Parse "--disable-font-backend" option.
14016 (standard_args): Add "--disable-font-backend" option.
14017
14018 2008-02-01 Kenichi Handa <handa@m17n.org>
14019
14020 * fontset.c (fontset_find_font): New function.
14021 (fontset_font): Use fontset_find_font.
14022 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14023 Register the specified font for all Latin characters.
14024 (new_fontset_from_font): Register the specified font for all Latin
14025 characters.
14026 (dump_fontset): For a realized fontset, include the base fontset
14027 name in the returned vector.
14028
14029 2008-02-01 Kenichi Handa <handa@m17n.org>
14030
14031 * character.h (CHAR_STRING): Cast C to unsigned on calling
14032 char_string.
14033
14034 * character.c (char_string): Type of arg C changed to unsigned.
14035 Signal an error if C is an invalid character code.
14036
14037 * editfns.c (general_insert_function, Fchar_to_string):
14038 Use CHARACTERP, not INTEGERP.
14039
14040 2008-02-01 Kenichi Handa <handa@m17n.org>
14041
14042 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14043 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14044
14045 * regex.c (analyse_first): Fix for multibyte characters in "case
14046 charset:" and "case categoryspec:".
14047
14048 2008-02-01 Andreas Schwab <schwab@suse.de>
14049
14050 * Makefile.in (LIBES): Move standard libraries to the end.
14051
14052 2008-02-01 Kenichi Handa <handa@m17n.org>
14053
14054 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14055 nonzero, don't shrink the buffer nextb.
14056
14057 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14058
14059 * coding.c (coding_alloc_by_making_gap): New arg offset.
14060 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14061 offset.
14062 (decode_coding_iso_2022): Update coding->safe_charsets.
14063 (decode_coding_gap): Temporarily set
14064 current_buffer->text->inhibit_shrinking to 1.
14065
14066 2008-02-01 Kenichi Handa <handa@m17n.org>
14067
14068 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14069 indexing into elements of s->cmp and s->char2b.
14070
14071 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14072
14073 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14074
14075 2008-02-01 Kenichi Handa <handa@m17n.org>
14076
14077 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14078 target_multibyte instead of multibyte.
14079 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14080 (bcmp_translate): Change the argument name from multibyte to
14081 target_multibyte.
14082
14083 2008-02-01 Kenichi Handa <handa@m17n.org>
14084
14085 These changes are to compile a regexp into a pattern that can be
14086 used both for multibyte and unibyte targets.
14087
14088 * Makefile.in (search.o): Depend on charset.h.
14089
14090 * character.c (multibyte_char_to_unibyte_safe): New function.
14091
14092 * search.c: Include "charset.h".
14093 (compile_pattern_1): Delete argument multibyte. Don't set
14094 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14095 (compile_pattern): Don't compare cp->buf.target_multibyte.
14096 Compare cp->buf.charset_unibyte.
14097 (compile_pattern): Set cp->buf.target_multibyte.
14098
14099 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14100
14101 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14102
14103 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14104 multibyte. Change callers.
14105 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14106 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14107 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14108 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14109 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14110 (regex_compile): Make the compiled pattern usable both for
14111 multibyte and unibyte targets.
14112 (analyse_first): Make the fastmap usable both for multibyte and
14113 unibyte targets.
14114 (TRANSLATE_VIA_MULTIBYTE): Delete.
14115 (re_match_2_internal): Pay attention to the case that the
14116 multibyteness of bufp and target may be different.
14117
14118 2008-02-01 Kenichi Handa <handa@m17n.org>
14119
14120 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14121 empty box occupy at least one column width.
14122
14123 2008-02-01 Miles Bader <miles@gnu.org>
14124
14125 * Makefile.in: Remove redundant HAVE_XFT clause.
14126
14127 2008-02-01 Kenichi Handa <handa@m17n.org>
14128
14129 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14130
14131 2008-02-01 Kenichi Handa <handa@m17n.org>
14132
14133 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14134 being nil.
14135
14136 2008-02-01 Kenichi Handa <handa@m17n.org>
14137
14138 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14139
14140 2008-02-01 Kenichi Handa <handa@m17n.org>
14141
14142 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14143
14144 2008-02-01 Kenichi Handa <handa@m17n.org>
14145
14146 * search.c (simple_search): Fix previous change.
14147
14148 2008-02-01 Kenichi Handa <handa@m17n.org>
14149
14150 * xftfont.c (ftfont_font_format): Extern declaration.
14151
14152 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14153
14154 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14155 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14156
14157 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14158 (ftfont_font_format): Fix previous change.
14159
14160 * font.h (Ffont_xlfd_name): EXFUN it.
14161
14162 * font.c (font_parse_xlfd): Fix the array size of `f'.
14163 (register_font_driver): Use EQ to compare driver->type.
14164
14165 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14166 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14167 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14168
14169 2008-02-01 Kenichi Handa <handa@m17n.org>
14170
14171 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14172 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14173
14174 2008-02-01 Kenichi Handa <handa@m17n.org>
14175
14176 * xfont.c (xfont_open): Set font->format.
14177
14178 * xftfont.c (xftfont_open): Set font->format.
14179
14180 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14181 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14182 (ftfont_open): Set font->format.
14183 (ftfont_font_format): New function.
14184
14185 * font.h (struct font): New member format.
14186
14187 * font.c (Qopentype): New variable.
14188 (syms_of_font): Defsym it.
14189 (Fquery_font): Change the format of the last element of the return
14190 value.
14191
14192 2008-02-01 Kenichi Handa <handa@m17n.org>
14193
14194 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14195 last resort.
14196
14197 2008-02-01 Kenichi Handa <handa@m17n.org>
14198
14199 * coding.c (detect_coding_charset): Fix detection of multi-byte
14200 charset.
14201
14202 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14203
14204 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14205
14206 2008-02-01 Kenichi Handa <handa@m17n.org>
14207
14208 * xdisp.c (get_next_display_element): Set it->face_id for the
14209 first component of a composition.
14210 (x_produce_glyphs): Check if the font is changed or not for composition.
14211
14212 2008-02-01 Kenichi Handa <handa@m17n.org>
14213
14214 * fontset.c (Qlatin): New variable.
14215 (syms_of_fontset): Define it as a lisp symbol.
14216 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14217
14218 2008-02-01 Kenichi Handa <handa@m17n.org>
14219
14220 * font.c (font_unparse_fcname): Pay attention to the case that
14221 some of font property is a null string.
14222
14223 2008-02-01 Kenichi Handa <handa@m17n.org>
14224
14225 * term.c: Include "composite.h".
14226 (encode_terminal_code): Output all components of composition.
14227 Check the size of encode_terminal_src.
14228 (produce_glyphs): For composition, call produce_composite_glyph.
14229 (append_composite_glyph, produce_composite_glyph): New functions.
14230
14231 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14232 is not found, get font_info from the current ascii face.
14233
14234 2008-02-01 Kenichi Handa <handa@m17n.org>
14235
14236 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14237 buffer-file-name to Qnil before calling insert_from_buffer.
14238
14239 * font.c (font_unparse_fcname): Pay attention to the case that
14240 foundry is a null string.
14241
14242 2008-02-01 Kenichi Handa <handa@m17n.org>
14243
14244 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14245
14246 * font.c (Qunicode_sip): New variable.
14247 (syms_of_font): Declare it as a Lisp symbol.
14248
14249 * font.h (Qunicode_sip): Extern it.
14250
14251 2008-02-01 Kenichi Handa <handa@m17n.org>
14252
14253 * composite.c (get_composition_id): Pay attention to TAB component.
14254
14255 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14256 TAB. Adjust for the change of s->char2b which always points to
14257 the first element of allocated memory.
14258
14259 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14260
14261 * xdisp.c (handle_composition_prop): Set it->c to the first
14262 non-TAB component.
14263 (fill_composite_glyph_string): Change argument.
14264 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14265 (x_produce_glyphs): Fix handling of left/right padding.
14266
14267 2008-02-01 Kenichi Handa <handa@m17n.org>
14268
14269 * coding.c (detect_coding_system): Fix for handling off
14270 inhibit_iso_escape_detection. Fix for the case that no coding
14271 system is defined for a specific coding category.
14272
14273 2008-02-01 Kenichi Handa <handa@m17n.org>
14274
14275 * font.c (font_matching_entity): Delete unused local var.
14276
14277 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14278 opening a font.
14279
14280 * fileio.c (Finsert_file_contents): On recovering a file, assume
14281 Unix-like eol.
14282 (choose_write_coding_system): On auto-saving a file, force
14283 Unix-like eol.
14284
14285 * coding.c (setup_coding_system): Fix setting of
14286 coding->common_flags based on eol_type.
14287 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14288 inherit from it.
14289
14290 2008-02-01 Kenichi Handa <handa@m17n.org>
14291
14292 * alloc.c (NSTATICS): Increas to 0x600.
14293
14294 2008-02-01 Kenichi Handa <handa@m17n.org>
14295
14296 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14297 (ftfont_list): Don't check :name property.
14298 (ftfont_match): New function.
14299 (ftfont_pattern_entity): If the pattern doesn't contain
14300 FC_SPACING, don't assume FC_MONO.
14301
14302 * font.h (struct font_driver): New member `match'.
14303 (font_update_drivers): Adjust prototype.
14304
14305 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14306 property of FONT.
14307 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14308 them unconditionally.
14309 (font_matching_entity): New function.
14310 (font_open_by_name): Try font_matching_entity if exact match is
14311 not found.
14312 (font_update_drivers): Delete the arg FONT. Return a list of
14313 actually used backends. Don't free faces, font caches here.
14314 Don't store data in frame parameters. Don't call x_set_font.
14315 (Ffont_spec): Store :name property as is.
14316 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14317 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14318 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14319 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14320 Call font->driver->otf_gsub instead of font_otf_gsub.
14321
14322 * frame.c (x_set_font_backend): Do more works that were done in
14323 font_update_drivers before.
14324
14325 * xfont.c (xfont_match): New function.
14326 (xfont_driver): Set xfont_driver.match to xfont_match.
14327 (xfont_draw): Set font in GC if necessary.
14328
14329 * ftxfont.c (ftxfont_match): New function.
14330 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14331
14332 * xftfont.c (xftfont_match): New function.
14333 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14334
14335 2008-02-01 Kenichi Handa <handa@m17n.org>
14336
14337 * font.h (struct font): New member scalable.
14338 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14339 (font_otf_gsub): Adjust prototype.
14340
14341 * font.c (font_otf_capability): Fix handling of the default langsys.
14342 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14343 Check the contents of SPEC.
14344 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14345 (check_gstring): New function.
14346 (REPLACEMENT_CHARACTER): New macro.
14347 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14348 glyph codes of GSTRING.
14349 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14350 (font_prepare_composition): Set cmp->glyph_len.
14351 (font_open_entity): Set font->scalable.
14352 (Ffont_get): Handle :otf property.
14353 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14354 functions.
14355 (Fquery_font): Use font->font.full_name.
14356 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14357 Sfont_otf_alternates.
14358
14359 * ftfont.c (ftfont_open): Set font->font.full_name and
14360 font->font.name properly. Fix calculation of font->font.height
14361 and font->min_width.
14362
14363 * ftxfont.c (ftxfont_create_gcs): New function.
14364 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14365 (ftxfont_draw_backgrond): Fix filling region.
14366 (ftxfont_default_fid): New function.
14367 (ftxfont_open): Set xfont->fid to the return value of
14368 ftxfont_default_fid.
14369 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14370 (ftxfont_done_face): Free only GCs that are created by
14371 ftxfont_create_gcs.
14372 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14373
14374 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14375 Clip to src->width, etc (not src->clip_XXX).
14376
14377 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14378 FontBackend frame parameter.
14379
14380 2008-02-01 Kenichi Handa <handa@m17n.org>
14381
14382 * font.h (struct font_driver_list): New member `on'.
14383 (Fclear_font_cache): EXFUN it.
14384 (font_update_drivers): Extern it.
14385
14386 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14387 (font_list_entities): Check driver_list->on.
14388 (register_font_driver): Initalize `on' member to 0.
14389 (font_update_drivers): New function.
14390 (Fclear_font_cache): Check driver_list->on.
14391
14392 * frame.h (Qfont_backend): Extern it.
14393 (x_set_font_backend): Extern it.
14394
14395 * frame.c (Qfont_backend): New variable.
14396 (frame_parms): New element for font-backend.
14397 (x_set_font_backend): New function.
14398
14399 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14400 FontBackend frame parameter.
14401 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14402 x_set_font_backend.
14403
14404 * xfont.c (xfont_list): Don't try listing by :name property if the
14405 name is not for XLFD.
14406
14407 2008-02-01 Kenichi Handa <handa@m17n.org>
14408
14409 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14410 (LGLYPH_SET_TO): New macros.
14411 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14412 element of G is vector or not.
14413 (font_at): Extern it.
14414
14415 * font.c: Include window.h.
14416 (font_lispy_object): New function.
14417 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14418 end of valid glyph.
14419 (font_close_object): Fix getting (struct font *).
14420 (font_at): New function.
14421 (Ffont_get): If FONT is a font-object, get entity from it.
14422 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14423 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14424 range check.
14425 (Ffont_at): New function.
14426 (syms_of_font): Defsubr Sfont_at.
14427
14428 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14429 before the entry for Qcomposition.
14430 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14431 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14432 the font in gstring.
14433 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14434 LGLYPH_FORM (g) to detect the end of valid glyph.
14435 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14436 we are composing with gstring.
14437
14438 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14439 Check if adjustment is vector or not.
14440
14441 * Makefile.in (font.o): Make it depends on window.h.
14442
14443 2008-02-01 Kenichi Handa <handa@m17n.org>
14444
14445 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14446 adjustment is vector or not.
14447
14448 2008-02-01 Miles Bader <miles@gnu.org>
14449
14450 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14451
14452 2008-02-01 Kenichi Handa <handa@m17n.org>
14453
14454 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14455 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14456 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14457
14458 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14459 (DEVICE_DELTA): Fix typo.
14460 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14461 LGLYPH format.
14462
14463 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14464 the change of LGLYPH format.
14465
14466 2008-02-01 Kenichi Handa <handa@m17n.org>
14467
14468 * ftfont.c (ftfont_list): Fix typo.
14469 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14470
14471 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14472
14473 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14474
14475 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14476 xftface_info is non-NULL.
14477
14478 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14479
14480 * ftfont.c (ftfont_list): Move misplaced #endif.
14481
14482 2008-02-01 Kenichi Handa <handa@m17n.org>
14483
14484 * ftfont.c (ftfont_list): Pay attention to the case that
14485 FC_CAPABILITY is not defined.
14486
14487 2008-02-01 Kenichi Handa <handa@m17n.org>
14488
14489 * xftfont.c (xftfont_open): Set charset related members to -1.
14490
14491 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14492 QCname.
14493 (ftfont_open): Set charset related members to -1.
14494
14495 * fontset.c (Votf_script_alist): New variable.
14496 (syms_of_fontset): Initialize it.
14497 (fontset_font): Delete unused variable.
14498
14499 * fontset.h (Votf_script_alist): Extern it.
14500
14501 * font.c (font_find_for_lface): Optimize code.
14502
14503 * font.h (font_close_object, font_merge_old_spec): Extern them.
14504
14505 2008-02-01 Kenichi Handa <handa@m17n.org>
14506
14507 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14508 (syms_of_font): Initialize them.
14509 (font_pixel_size): Allow float value in dpi.
14510 (font_prop_validate_type): Delete.
14511 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14512 Change caller.
14513 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14514 (font_prop_validate_extra): Delete.
14515 (font_prop_validate_spacing): New function.
14516 (font_property_table): Add elements for all known properties.
14517 (get_font_prop_index): Rename from check_font_prop_name. New
14518 argument FROM. Change caller.
14519 (font_prop_validate): Validate all known properties.
14520 (font_put_extra): Delete argument force. Change caller.
14521 (font_expand_wildcards): Make it static. Fix the way of shrinking
14522 the possible range.
14523 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14524 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14525 Change caller.
14526 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14527 (font_parse_fcname): Delete argument merge. Fix parsing of point
14528 size. Don't validate properties values here. Change caller.
14529 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14530 (font_open_by_name): Delete unused variable.
14531 (Ffont_spec): Likewise. Validate property values.
14532 (Ffont_match_p): New function.
14533
14534 * font.h (QCscalable): Extern it.
14535 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14536
14537 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14538
14539 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14540 (xfont_list_pattern): New function.
14541 (xfont_list): Use xfont_list_pattern.
14542
14543 2008-02-01 Kenichi Handa <handa@m17n.org>
14544
14545 * font.h (Flist_fonts): EXFUN it.
14546
14547 2008-02-01 Jason Rumney <jasonr@gnu.org>
14548
14549 * w32term.c (w32_initialize): Add back smoothing_type and
14550 smoothing_enabled definitions.
14551
14552 2008-02-01 Kenichi Handa <handa@m17n.org>
14553
14554 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14555 s->face->font on determining underline position.
14556
14557 2008-02-01 Kenichi Handa <handa@m17n.org>
14558
14559 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14560 (font_has_char): Accept font-object too.
14561 (font_find_for_lface): Try at first with a size specified in face.
14562
14563 2008-02-01 Kenichi Handa <handa@m17n.org>
14564
14565 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14566 font_open_by_name.
14567
14568 2008-02-01 Kenichi Handa <handa@m17n.org>
14569
14570 * font.h (QCspacing, QCdpi): Extern them.
14571 (enum font_spacing): New enum.
14572 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14573
14574 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14575 (QCspacing, QCdpi): New variables.
14576 (syms_of_font): Initialize them.
14577 (font_pixel_size): New function.
14578 (font_put_extra): New function.
14579 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14580 in FONT_EXTRA.
14581 (font_parse_fcname): Handle enumerated values (e.g. bold).
14582 Fix handling font size. Add QCname property that contains only
14583 unknown properties.
14584 (font_score): Change argument. Change caller. Pay attention to
14585 FONT_PIXEL_SIZE_QUANTUM.
14586 (font_sort_entites, font_list_entities, font_find_for_lface)
14587 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14588 (Ffont_spec): Add QCname property that contains only unknown properties.
14589
14590 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14591 include weight in listing pattern, instead check weight of each
14592 listed font. Don't include scalable in pattern. Pay attention to
14593 FONT_PIXEL_SIZE_QUANTUM.
14594
14595 2008-02-01 Kenichi Handa <handa@m17n.org>
14596
14597 * font.c (font_parse_fcname): Fix parsing of point-size.
14598 (font_unparse_fcname): Produce symbolic names for style properties.
14599 (font_list_entities): Handle float size correctly.
14600 (font_open_by_name): Prefer `normal' property values if the name
14601 doesn't specify them.
14602
14603 * fontset.c (Finternal_char_font): Use font_get_name, not
14604 Ffont_xlfd_name.
14605
14606 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14607 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14608 pattern. Don't force scalable.
14609
14610 * xftfont.c (xftfont_open): For generating a name, start from
14611 96-byte buffer.
14612
14613 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14614
14615 * frame.h (x_new_fontset2): Fix prototype.
14616
14617 2008-02-01 Kenichi Handa <handa@m17n.org>
14618
14619 * font.h (struct font_driver): Delete member parse_name.
14620 (font_match_p, font_get_spec, font_parse_fcname)
14621 (font_unparse_fcname): Extern them.
14622 (font_get_name): Adjust prototype.
14623
14624 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14625 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14626 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14627 unnecessary checks for weight, slant, and swidth.
14628 (font_parse_fcname): New function.
14629 (font_unparse_fcname): New function.
14630 (font_parse_name): New function.
14631 (font_match_p): New function.
14632 (font_get_name): Change return value to Lisp string.
14633 (font_get_spec): New function.
14634 (Qunspecified, Qignore_defface): Don't extern them.
14635 (font_find_for_lface): Assume that LFACE is fully specified.
14636 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14637 object, use it for FACE.
14638 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14639 driver->parse_name.
14640 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14641
14642 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14643 prototype.
14644
14645 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14646 argument F. Don't call Fnew_fontset. Instead, directly call
14647 make_fontset.
14648
14649 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14650
14651 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14652 of x_new_fontset2.
14653
14654 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14655 (Qsans__serif): New variables.
14656 (ftfont_generic_family_list): New variable.
14657 (syms_of_ftfont): Initialize the above variables.
14658 (ftfont_pattern_entity): Delete argument NAME.
14659 (ftfont_list_generic_family): New function.
14660 (ftfont_parse_name): Delete this function.
14661 (ftfont_list): Try generic family only when FcFontList found no font.
14662 (ftfont_list_family): Fix args to FcObjectSetBuild.
14663
14664 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14665 object in attrs[LFACE_FONT_INDEX].
14666 (set_lface_from_font_name): Cancel all changes for font-backend.
14667 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14668 function.
14669 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14670 font object in QCfont attribute.
14671 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14672 (realize_default_face) [USE_FONT_BACKEND]: Call
14673 set_lface_from_font_and_fontset.
14674
14675 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14676 "fixed", and signal error here if no suitable font was found.
14677
14678 * xfont.c (xfont_parse_name): Delete this function.
14679
14680 * xftfont.c (xftfont_open): Change coding style of error
14681 handling. Generate fontconfig's fontname pattern.
14682
14683 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14684 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14685
14686 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14687 Both args FONTSET and FONT_OBJECT must be existing ones.
14688
14689 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14690
14691 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14692
14693 2008-02-01 Kenichi Handa <handa@m17n.org>
14694
14695 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14696
14697 * font.h (struct font): Fix typo.
14698
14699 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14700 XLFD_XXX_INDEX.
14701 (enum xlfd_field_mask): New enum.
14702 (intern_font_field): Changed argument. Change caller. If digits
14703 are followed by non-digits, return a symbol.
14704 (font_expand_wildcards): New function.
14705 (font_parse_xlfd): Fix wildcard handling.
14706 (Ffont_spec): If :name is specified, reflect the info in the other
14707 properties.
14708
14709 * ftfont.c (ftfont_pattern_entity): Fix typo.
14710 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14711 locale.
14712
14713 2008-02-01 Kenichi Handa <handa@m17n.org>
14714
14715 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14716
14717 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14718 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14719 registry doesn't specify encoding part.
14720 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14721 (font_open_by_name): At first try parsing the name.
14722 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14723 as Lisp symbols.
14724
14725 * fontset.c (reorder_font_vector): Pay attention to the case that
14726 the 3rd element of font_def is nil.
14727 (fontset_font): For the default fontset, append one more fontset
14728 elements for a script-based font specification. Don't add script
14729 attribute on finding a font.
14730 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14731 font name.
14732 (fontset_ascii_font): If a font can't be opened, return nil.
14733
14734 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14735 (ftfont_pattern_entity): New function.
14736 (ftfont_get_cache): Assume that freetype_font_cache is already
14737 initialized.
14738 (ftfont_list): Handle the case that a file is specified in font
14739 name. Use ftfont_pattern_entity to generate entities.
14740 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14741 (syms_of_ftfont): Initialize freetype_font_cache.
14742
14743 * xftfont.c (xftfont_open): Make the font name fontconfig's
14744 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14745 (xftfont_close): Free font->font.name if not NULL.
14746
14747 * xfont.c (xfont_list): If script is specified for a font, return
14748 null_vector.
14749 (xfont_list_family): Declare argument type.
14750
14751 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14752 name, set LFACE_FONT (lface) to nil.
14753
14754 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14755 return Qnil.
14756
14757 2008-02-01 Kenichi Handa <handa@m17n.org>
14758
14759 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14760 (standard_args): Add "-enable-font-backend".
14761
14762 2008-02-01 Kenichi Handa <handa@m17n.org>
14763
14764 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14765 (struct xftdraw_list, xftdraw_list): Delete them.
14766 (register_xftdraw, check_xftdraw): Delete them.
14767 (xftfont_prepare_face): Don't call register_xftdraw.
14768 (xftfont_done_face): Don't call check_xftdraw.
14769 (xftfont_draw): Get background color only when with_background is
14770 nonzero.
14771
14772 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14773
14774 2008-02-01 Kenichi Handa <handa@m17n.org>
14775
14776 These changes are for the new font handling codes.
14777
14778 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14779 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14780 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14781 (FONTSRC, FONTOBJ): New variables.
14782 (obj): Add $(FONTOBJ).
14783 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14784 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14785 @LIBOTF_LIBS@.
14786 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14787 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14788
14789 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14790
14791 * character.h (Vscript_representative_chars): Extern it.
14792
14793 * character.c (Vscript_representative_chars): New variable.
14794 (syms_of_character): Declare it as a Lisp variable.
14795
14796 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14797 enable_font_backend is nonzero, accept the composition method
14798 COMPOSITION_WITH_GLYPH_STRING.
14799
14800 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14801 enumeration COMPOSITION_WITH_GLYPH_STRING.
14802
14803 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14804 members clip_x, clip_y, clip_width, and clip_height.
14805 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14806
14807 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14808 --enable-font-backend. Call syms_of_font.
14809
14810 * fns.c (assoc_no_quit): New function.
14811
14812 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14813 (face_for_font, new_fontset_from_font)
14814 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14815
14816 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14817 (fontset_font, fontset_ascii, face_for_char)
14818 (make_fontset_for_ascii_face, Ffont_info)
14819 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14820 is nonzero, use font-backend mechanism.
14821 (find_font_encoding): Make it non-static.
14822 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14823 New functions.
14824
14825 * frame.h (struct frame): New members resx and resy.
14826 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14827 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14828
14829 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14830 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14831
14832 * lisp.h (assoc_no_quit): Extern it.
14833
14834 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14835 Through out the file, use FONT_INFO_FROM_FACE instead of
14836 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14837 rif->per_char_metric.
14838 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14839 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14840 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14841 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14842 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14843 nonzero, use font-backend mechanism.
14844 (get_per_char_metric): New function.
14845
14846 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14847 (set_lface_from_font_name)
14848 (set_font_frame_param, free_realized_face)
14849 (prepare_face_for_display, clear_face_gcs)
14850 (Finternal_set_font_selection_order, realize_x_face)
14851 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14852 font-backend mechanism.
14853 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14854 (load_face_font) [USE_FONT_BACKEND]: Abort.
14855 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14856 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14857
14858 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14859 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14860 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14861 nonzero, register all available font drivers. Call
14862 x_default_font_parameter for deciding a font.
14863 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14864
14865 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14866 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14867 (x_set_glyph_string_clipping_exactly)
14868 (x_compute_glyph_string_overhangs)
14869 (x_draw_glyph_string_foreground)
14870 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14871 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14872 enable_font_backend is nonzero, use font-backend mechanism.
14873 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14874
14875 2008-02-01 Kenichi Handa <handa@m17n.org>
14876
14877 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14878 system_eol_type.
14879 (syms_of_coding): Initialize system_eol_type.
14880
14881 * process.c (Fset_process_coding_system): Inherit system's eol
14882 format if necessary.
14883
14884 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14885
14886 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14887
14888 2008-02-01 Kenichi Handa <handa@m17n.org>
14889
14890 * coding.c (decode_eol): Pay attention to buffer relocation in
14891 del_range_2.
14892 (decode_coding): Call decode_eol before restoring undo_list.
14893
14894 2008-02-01 Kenichi Handa <handa@m17n.org>
14895
14896 * charset.c (Fdefine_charset_internal): Fix setting of
14897 emacs_mule_bytes.
14898
14899 2008-02-01 Kenichi Handa <handa@m17n.org>
14900
14901 * keyboard.c (read_char): Check if C is a character or not before
14902 looking up Vkeyboard_translate_table.
14903
14904 2008-02-01 Kenichi Handa <handa@m17n.org>
14905
14906 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14907 condition to terminate the loop.
14908
14909 2008-02-01 Kenichi Handa <handa@m17n.org>
14910
14911 * coding.c (produce_composition): Compare charbuf[i] instead of
14912 args[i] against 0.
14913 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14914
14915 2008-02-01 Kenichi Handa <handa@m17n.org>
14916
14917 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14918 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14919 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14920 detect_coding.
14921 (emacs_mule_char): Handle old style (Emacs 20) component character
14922 of a composition.
14923 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14924 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14925 composition rule.
14926 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14927
14928 2008-02-01 Kenichi Handa <handa@m17n.org>
14929
14930 * coding.c (encode_coding_ccl): Allocate destination dynamically
14931 when necessary.
14932
14933 2008-02-01 Kenichi Handa <handa@m17n.org>
14934
14935 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14936 the loop. When quitted, show a proper error message.
14937
14938 2008-02-01 Kenichi Handa <handa@m17n.org>
14939
14940 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14941 src->clip_head and src->clip_tail temporarily instead of src->hl.
14942
14943 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14944 character sequence.
14945 (Fccl_execute_on_string): Use ASET, not XSET.
14946
14947 2008-02-01 Kenichi Handa <handa@m17n.org>
14948
14949 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14950
14951 2008-02-01 Kenichi Handa <handa@m17n.org>
14952
14953 * coding.c (decode_coding): Fix the condition of terminating the
14954 decoding loop.
14955
14956 2008-02-01 Kenichi Handa <handa@m17n.org>
14957
14958 * data.c (Faset): On setting a character bigger than 255 in a
14959 unibyte string, signal an error instead of make the string multibyte.
14960
14961 2008-02-01 Kenichi Handa <handa@m17n.org>
14962
14963 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14964 made by a mapping table.
14965
14966 2008-02-01 Kenichi Handa <handa@m17n.org>
14967
14968 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14969 not.
14970 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14971 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14972
14973 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14974 s->face is NULL or not.
14975
14976 2008-02-01 Kenichi Handa <handa@m17n.org>
14977
14978 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14979 (x_draw_glyph_string): Fix drawing of right_overhang and
14980 left_overhang around/on cursor.
14981
14982 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14983
14984 2008-02-01 Kenichi Handa <handa@m17n.org>
14985
14986 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14987
14988 2008-02-01 Kenichi Handa <handa@m17n.org>
14989
14990 * coding.c (Fdefine_coding_system_internal)
14991 (Fdefine_coding_system_alias): Avoid a duplicated element in
14992 Vcoding_system_alist.
14993
14994 2008-02-01 Kenichi Handa <handa@m17n.org>
14995
14996 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14997
14998 * coding.c (Qcoding_system_define_form): New variable.
14999 (syms_of_coding): Intern and staticpro it.
15000 (Fcoding_system_p): Check Qcoding_system_define_form.
15001 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15002
15003 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15004 Fcoding_system_p.
15005 (CHECK_CODING_SYSTEM): If ID is not available, call
15006 Fcheck_coding_system.
15007 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15008 Try also Fcheck_coding_system.
15009
15010 2008-02-01 Kenichi Handa <handa@m17n.org>
15011
15012 * coding.c (code_conversion_restore): GCPRO arg.
15013
15014 2008-02-01 Kenichi Handa <handa@m17n.org>
15015
15016 * character.c (lisp_string_width): Check multibyteness of STRING.
15017
15018 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15019
15020 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15021 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15022 (decode_mac_font_name): Use decode_coding_c_string instead of
15023 decode_coding.
15024 (x_load_font): Initialize fontp->fontset to -1. Set
15025 fontp->encoding_type.
15026
15027 2008-02-01 Kenichi Handa <handa@m17n.org>
15028
15029 * search.c (search_buffer): Give up BM search on case-fold-search
15030 if one of a target character has a case-equivalence of different
15031 byte length even if that target charcter is an ASCII.
15032 (simple_search): Fix calculation of byte length of matched text.
15033 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15034
15035 2008-02-01 Kenichi Handa <handa@m17n.org>
15036
15037 * coding.c (decode_coding): Fix handling of invalid bytes.
15038
15039 2008-02-01 Kenichi Handa <handa@m17n.org>
15040
15041 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15042 Unicode characters.
15043
15044 2008-02-01 Kenichi Handa <handa@m17n.org>
15045
15046 * coding.c (encode_coding_object): If a pre-write-conversion
15047 function makes a new buffer, kill it.
15048
15049 2008-02-01 Kenichi Handa <handa@m17n.org>
15050
15051 * coding.c (QCascii_compatible_p): New variable.
15052 (syms_of_coding): Initialize it.
15053 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15054 calling string_char.
15055 (record_conversion_result): Add `default:' case.
15056 (coding_charset_list): Delete unused variable `coding_type'.
15057 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15058 property in the plist of the coding system.
15059 (Fcoding_system_put): Check QCascii_compatible_p.
15060
15061 2008-02-01 Miles Bader <miles@gnu.org>
15062
15063 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15064 removed calculation of frame `f', as it's now used.
15065
15066 2008-02-01 Kenichi Handa <handa@m17n.org>
15067
15068 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15069 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15070 (UNIDATA): New variable.
15071 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15072 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15073 $(RUN_TEMACS) unconditionally.
15074
15075 2008-02-01 Kenichi Handa <handa@m17n.org>
15076
15077 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15078 (admindir): New variable.
15079 ($(lispsource)international/charprop.el): New target.
15080
15081 2008-02-01 Miles Bader <miles@gnu.org>
15082
15083 * character.c (chars-in-region): Remove obsolete function.
15084 (syms_of_character): Remove its initialization.
15085
15086 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15087
15088 * w32select.c (validate_coding_system)
15089 (setup_windows_coding_system): New functions.
15090 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15091 setup_windows_coding_system.
15092 (setup_config, Fw32_get_clipboard_data): Use
15093 validate_coding_system.
15094 (Fx_selection_exists): Move call to setup_config to a place
15095 where signals are allowed.
15096
15097 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15098 (Fcheck_coding_system): Add declarations.
15099
15100 2008-02-01 Kenichi Handa <handa@m17n.org>
15101
15102 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15103
15104 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15105
15106 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15107 string as the second argument for x_new_fontset.
15108
15109 2008-02-01 Kenichi Handa <handa@m17n.org>
15110
15111 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15112 (encode_coding_object): Use safe_call instead of call2.
15113
15114 2008-02-01 Kenichi Handa <handa@m17n.org>
15115
15116 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15117
15118 * Makefile.in (lisp): Include charprop.el.
15119
15120 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15121
15122 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15123 Not sure if it's unnecessary.
15124
15125 2008-02-01 Steven Tamm <steventamm@mac.com>
15126
15127 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15128 some possibly unnecessary fontset checking code that crashed
15129 when creating a new frame.
15130
15131 2008-02-01 Kenichi Handa <handa@m17n.org>
15132
15133 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15134 lookup_face.
15135
15136 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15137
15138 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15139
15140 2008-02-01 Kenichi Handa <handa@m17n.org>
15141
15142 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15143 (coding_charset_list): New function.
15144
15145 * coding.h (coding_charset_list): Extern it.
15146
15147 2008-02-01 Kenichi Handa <handa@m17n.org>
15148
15149 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15150 concatenation of family and registry.
15151
15152 2008-02-01 Kenichi Handa <handa@m17n.org>
15153
15154 * character.h (BYTE8_STRING): Fix typo.
15155
15156 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15157 string to multibyte (sync to HEAD).
15158
15159 * casefiddle.c (casify_region): Handle changes in byte-length
15160 using replace_range_2 (sync to HEAD).
15161
15162 2008-02-01 Andreas Schwab <schwab@suse.de>
15163
15164 * chartab.c (map_char_table): GCPRO table and arg.
15165
15166 2008-02-01 Kenichi Handa <handa@m17n.org>
15167
15168 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15169 already at limit.
15170
15171 2008-02-01 Kenichi Handa <handa@m17n.org>
15172
15173 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15174 instead of fast_c_string_match_ignore_case.
15175 (find_font_encoding): Change argument to Lisp_Object. Use
15176 fast_string_match_ignore_case instead of
15177 fast_c_string_match_ignore_case. Change caller.
15178
15179 2008-02-01 Kenichi Handa <handa@m17n.org>
15180
15181 * xdisp.c (get_next_display_element): In unibyte case, decide to
15182 display in octal form by checking a character by
15183 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15184
15185 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15186
15187 * character.c (unibyte_has_multibyte_table): New variable.
15188
15189 * character.h (unibyte_has_multibyte_table): Extern it.
15190 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15191
15192 2008-02-01 Kenichi Handa <handa@m17n.org>
15193
15194 * coding.c (encode_coding_iso_2022): Fix handling of charset
15195 annotation.
15196
15197 2008-02-01 Kenichi Handa <handa@m17n.org>
15198
15199 * coding.c (setup_coding_system): If coding_system is nil, use
15200 Qundecided.
15201 (Fterminal_coding_system): Return nil if terminal coding system is
15202 `undecided'.
15203 (syms_of_coding): Define coding-system `undecided' here. Setup
15204 terminal_coding as `undecided'.
15205
15206 2008-02-01 Kenichi Handa <handa@m17n.org>
15207
15208 * xdisp.c (message_dolog, set_message_1): Call
15209 unibyte_char_to_multibyte with arg type int.
15210
15211 * lread.c (read1): Fix reading of a char-table.
15212
15213 * print.c (print_object): Include sub char-table in circularities
15214 detection.
15215
15216 2008-02-01 Kenichi Handa <handa@m17n.org>
15217
15218 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15219 Append the found sequences in car of ARGS instead of prepending.
15220
15221 2008-02-01 Kenichi Handa <handa@m17n.org>
15222
15223 * fileio.c (report_file_error): Make a unibyte string from
15224 strerror (errorno).
15225 (Fsubstitute_in_file_name): Fix the arg to
15226 unibyte_char_to_multibyte. It is evaluated twice.
15227
15228 2008-02-01 Kenichi Handa <handa@m17n.org>
15229
15230 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15231
15232 2008-02-01 Kenichi Handa <handa@m17n.org>
15233
15234 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15235 BOM is not found.
15236 (detect_coding, detect_coding_system): Optimization for ISO-2022
15237 when no 8-bit data is found.
15238
15239 2008-02-01 Jason Rumney <jasonr@gnu.org>
15240
15241 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15242
15243 2008-02-01 Kenichi Handa <handa@m17n.org>
15244
15245 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15246 CHARS.
15247
15248 2008-02-01 Steven Tamm <steventamm@mac.com>
15249
15250 * macterm.c (mac_encode_char): Add charset argument and update
15251 to use encoding_type.
15252 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15253 switch to pure fontset.
15254 (decode_mac_font_name): Temporarily remove decoding.
15255 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15256 (x_load_font): Temporarily remove encoding.
15257
15258 2008-02-01 Kenichi Handa <handa@m17n.org>
15259
15260 * xfaces.c (Fface_font): If frame is not on a window system,
15261 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15262 refer to face->font.
15263 (split_font_name_into_vector, build_font_name_from_vector)
15264 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15265 when HAVE_WINDOW_SYSTEM is defined.
15266
15267 2008-02-01 Kenichi Handa <handa@m17n.org>
15268
15269 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15270 (x_produce_glyphs): Fix setting of members of cmp in case
15271 cmp->glyph_len is zero.
15272
15273 * fontset.c (Fset_fontset_font): Fix docstring.
15274 (Ffontset_info): Make it backward compatible. New arg ALL.
15275
15276 2008-02-01 Kim F. Storm <storm@cua.dk>
15277
15278 * process.c (read_process_output): Grow decoding_buf when needed;
15279 this could cause a crash in allocate_string and compact_small_strings.
15280
15281 2008-02-01 Kenichi Handa <handa@m17n.org>
15282
15283 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15284
15285 2008-02-01 Kenichi Handa <handa@m17n.org>
15286
15287 * coding.c (setup_coding_system): Set coding->common_flags
15288 correctly for raw-text.
15289 (consume_chars): On encoding unibyte text by raw-text, don't check
15290 multibyte form.
15291 (encode_coding): On encoding by raw-text, never use translation tables.
15292
15293 * fileio.c (e_write): Short cut for the case of no encoding.
15294
15295 2008-02-01 Kenichi Handa <handa@m17n.org>
15296
15297 * coding.c (detect_coding, detect_coding_system): Delete unused
15298 variables.
15299
15300 2008-02-01 Kenichi Handa <handa@m17n.org>
15301
15302 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15303 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15304
15305 2008-02-01 Kenichi Handa <handa@m17n.org>
15306
15307 * coding.c (Ffind_coding_systems_region_internal): Include
15308 raw-text and no-conversion in the result.
15309
15310 2008-02-01 Kenichi Handa <handa@m17n.org>
15311
15312 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15313 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15314 FONT_DEF.
15315 (font_def_arg, add_arg, from_arg, to_arg): New args.
15316 (set_fontset_font): Change argument.
15317 (Fset_fontset_font): Fix for the case that TARGET is a script
15318 name and charset name.
15319 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15320
15321 2008-02-01 Kenichi Handa <handa@m17n.org>
15322
15323 * fontset.c (fontset_font): Rename from fontset_face. Change return
15324 value.
15325 (face_suitable_for_char_p, face_for_char): Adjust for the change
15326 of fontset_font.
15327 (make_fontset_for_ascii_face): Fix setting of the fontset element
15328 for ASCII.
15329 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15330 to get a font name.
15331 (Ffontset_info): Adjust for the change of fontset_font.
15332
15333 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15334
15335 * character.h (LEADING_CODE_LATIN_1_MIN)
15336 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15337
15338 2008-02-01 Kenichi Handa <handa@m17n.org>
15339
15340 * editfns.c (check_translation): New function.
15341 (Ftranslate_region_internal): Handle M:N mapping.
15342
15343 2008-02-01 Kenichi Handa <handa@m17n.org>
15344
15345 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15346
15347 2008-02-01 Kenichi Handa <handa@m17n.org>
15348
15349 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15350 goto invalid_code.
15351 (decode_coding_iso_2022): Fix handling of invalid designation.
15352
15353 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15354 after calling code_conversion_save.
15355
15356 2008-02-01 Kenichi Handa <handa@m17n.org>
15357
15358 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15359
15360 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15361
15362 * fontset.c: Include "intervals.h".
15363 (fontset_face): Fix comparing of Lisp_Objects.
15364 (free_face_fontset, new_fontset_from_font_name): Fix
15365 Lisp_Object/int mixup.
15366
15367 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15368
15369 * coding.c: Add many prototypes for static functions.
15370 (get_translation_table): Allow max_lookup to be NULL.
15371 (decode_coding, Ffind_coding_systems_region_internal)
15372 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15373 get_translation_table with max_lookup NULL.
15374
15375 2008-02-01 Kenichi Handa <handa@m17n.org>
15376
15377 * coding.c (get_translation_table): Declare it as Lisp_Object.
15378 (LOOKUP_TRANSLATION_TABLE): New macro.
15379 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15380 instead of CHAR_TABLE_REF.
15381
15382 2008-02-01 Kenichi Handa <handa@m17n.org>
15383
15384 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15385 annotation data format.
15386 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15387 Change arguments FROM and TO to single argument NCHARS. Change caller.
15388 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15389 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15390 (decode_coding_ccl, decode_coding_charset): Pay attention to
15391 coding->charbuf_used.
15392 (get_translation): New function.
15393 (produce_chars): New arguments translation_table and last_block.
15394 Translate characters here. Return number of carryover chars.
15395 Change caller.
15396 (produce_composition): New argument pos. Change caller.
15397 Adjust for the change of annotation data format.
15398 (produce_charset, produce_annotation): Likewise.
15399 (decode_coding, encode_coding): Don't call translate_chars.
15400 (consume_chars): New arg translation_table. Change caller.
15401 (translate_chars): Delete.
15402 (syms_of_coding): Make translation-table's number of extra slots 2.
15403
15404 2008-02-01 Kenichi Handa <handa@m17n.org>
15405
15406 * search.c (simple_search): Fix setting this_pos_byte in backward
15407 search.
15408
15409 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15410 byte sequence.
15411 (detect_coding_ccl): Fix setting of the variable valids.
15412
15413 2008-02-01 Kenichi Handa <handa@m17n.org>
15414
15415 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15416
15417 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15418
15419 * editfns.c (Ftranslate_region_internal): Rename from
15420 Ftranslate_region. Accept a char-table in TABLE.
15421 (syms_of_editfns): Defsubr Stranslate_region_internal.
15422
15423 * xfaces.c (set_lface_from_font_name): If a font is specified for
15424 a frame, generate a fontset from the font.
15425 (build_scalable_font_name): If the scalable font is requested for
15426 a specific size, don't change that size.
15427 (try_font_list): Try a scalable font also in the case that a
15428 pattern string is specified.
15429
15430 2008-02-01 Kenichi Handa <handa@m17n.org>
15431
15432 * xfaces.c (Fface_font): New optional arg CHARACTER.
15433
15434 2008-02-01 Kenichi Handa <handa@m17n.org>
15435
15436 * charset.h (CHARSET_OFFSET): New macro.
15437
15438 2008-02-01 Kenichi Handa <handa@m17n.org>
15439
15440 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15441
15442 * fontset.c (fontset_face): Handle the case that repertory is a
15443 char-table.
15444 (find_font_encoding): Return nil for unknown encoding.
15445 (Fset_fontset_font): Ignore a font of unknown encoding.
15446
15447 2008-02-01 Kenichi Handa <handa@m17n.org>
15448
15449 * keymap.c (describe_vector): Handle default value of a char table.
15450
15451 * fontset.c (fontset_face): Handle fallback fonts correctly.
15452 (Ffontset_info): Return infomation about fallback fonts.
15453
15454 2008-02-01 Kenichi Handa <handa@m17n.org>
15455
15456 * fontset.c (FONTSET_DEFAULT): New macro.
15457 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15458 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15459 the case that it is nil.
15460 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15461 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15462
15463 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15464 subset or superset.
15465
15466 2008-02-01 Kenichi Handa <handa@m17n.org>
15467
15468 * emacs.c (main): Call init_charset after syms_of_XXX.
15469
15470 * charset.c (Vcharset_map_directory): Delete.
15471 (Vcharset_map_path): New variable.
15472 (load_charset_map_from_file): Use Vcharset_map_path instead.
15473 (init_charset): Initialize Vcharset_map_path.
15474 (syms_of_charset): Delete declaration of "charset-map-directory",
15475 add declaration of "charset-map-path".
15476
15477 2008-02-01 Kenichi Handa <handa@m17n.org>
15478
15479 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15480 ASCII only string.
15481
15482 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15483
15484 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15485 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15486
15487 2008-02-01 Kenichi Handa <handa@m17n.org>
15488
15489 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15490
15491 * coding.c (QCmnemonic, QCdefalut_char)
15492 (QCdecode_translation_table, QCencode_translation_table)
15493 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15494 (get_translation_table): Return a list of translation tables if
15495 necessary.
15496 (decode_coding): Call get_translation_table with ENCODEP 0.
15497 (char_encodable_p): If translation_table is non-nil, always call
15498 translate_char.
15499 (Fdefine_coding_system_internal): Accept list of translation
15500 tables as :encode-translation-table and :decode-translation-table.
15501 (Fcoding_system_put): New function.
15502 (syms_of_coding): Declare new symbols. Defsubr
15503 Scoding_system_put.
15504 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15505 typically JISX0212.
15506
15507 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15508 when the charset is superset type.
15509
15510 * character.c (translate_char): Accept list of translation tables.
15511
15512 2008-02-01 Kenichi Handa <handa@m17n.org>
15513
15514 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15515 (CODING_ATTR_TRANS_TBL): New macro.
15516
15517 * coding.c (get_translation_table): New function.
15518 (translate_chars): Fix the bug of skipping annotation data.
15519 (decode_coding, encode_coding): Utilize get_translation_table.
15520 (char_encodable_p, Funencodable_char_position): Translate char if
15521 necessary.
15522 (Ffind_coding_systems_region_internal)
15523 (Fcheck_coding_systems_region): Setup translation table for encode
15524 in a coding system attribute vector in advance.
15525 (Fdefine_coding_system_internal): Allow a symbol as translation
15526 table. For shift-jis type coding system, allow 4th charset.
15527
15528 2008-02-01 Kenichi Handa <handa@m17n.org>
15529
15530 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15531
15532 * xdisp.c (get_next_display_element): Pass -1 as POS to
15533 FACE_FOR_CHAR if displaying a C-string.
15534
15535 2008-02-01 Kenichi Handa <handa@m17n.org>
15536
15537 * composite.c (get_composition_id): Handle xoff and yoff in a
15538 composition rule.
15539
15540 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15541 (struct composition): New member lbearing and rbearing.
15542
15543 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15544 (x_get_glyph_overhangs): Handle a composition glyph.
15545 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15546
15547 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15548 composition glyph.
15549
15550 2008-02-01 Kenichi Handa <handa@m17n.org>
15551
15552 * print.c: Include charset.h.
15553 (Vprint_charset_text_property): New variable.
15554 (Qdefault): Extern it.
15555 (PRINT_STRING_NON_CHARSET_FOUND)
15556 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15557 (print_check_string_result): New variable.
15558 (print_check_string_charset_prop): New function.
15559 (print_prune_charset_plist): New variable.
15560 (print_prune_string_charset): New function.
15561 (print_object): Call print_prune_string_charset if
15562 Vprint_charset_text_property is not t.
15563 (print_interval): Print nothing if interval->plist is nil.
15564 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15565 variable. Init and staticpro print_prune_charset_plist.
15566
15567 2008-02-01 Kenichi Handa <handa@m17n.org>
15568
15569 * fontset.c (new_fontset_from_font_name): Use the specified font
15570 for all characters in the new fontset.
15571
15572 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15573 OBJECT args.
15574
15575 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15576 OBJECT args for composition too.
15577
15578 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15579 OBJECT args.
15580
15581 2008-02-01 Kenichi Handa <handa@m17n.org>
15582
15583 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15584
15585 * fontset.c (reorder_font_vector): Adjust for the change of
15586 FONT_DEF format.
15587 (fontset_face): New arg id. Change caller.
15588 (face_for_char): New args pos and object.
15589 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15590 (fs_query_fontset): Check NAME by Fassoc too.
15591 (Fset_fontset_font): Allow non-XLFD font name.
15592 (Ffontset_info): Adjust for the change of FONT_DEF format.
15593
15594 * fontset.h (face_for_char): Adjust prototype.
15595
15596 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15597 (append_space, extend_face_to_end_of_line)
15598 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15599 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15600
15601 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15602 POS and OBJECT args.
15603
15604 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15605 POS and OBJECT args.
15606
15607 2008-02-01 Jason Rumney <jasonr@gnu.org>
15608
15609 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15610 of GlobalAlloc'ed memory.
15611
15612 2008-02-01 Kenichi Handa <handa@m17n.org>
15613
15614 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15615
15616 * charset.h (charset_table_used): Delete extern.
15617
15618 * charset.c (charset_table_used): Make it static.
15619 (map_charset_chars): Fix args to c_function with.
15620
15621 * chartab.c (map_sub_char_table_for_charset): Fix args to
15622 c_function with.
15623
15624 * coding.h (enum coding_result_code): Delete
15625 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15626
15627 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15628 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15629 (Vlast_code_conversion_error): New variables.
15630 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15631 (ONE_MORE_BYTE): Record error if any instead of signaling an
15632 error. If non-ASCII multibyte char is found, return the negative
15633 value of the code. All callers changed to check it.
15634 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15635 (record_conversion_result): New function. Change all codes setting
15636 coding->result to call this function.
15637 (detect_coding_utf_8, decode_coding_utf_8)
15638 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15639 Don't use the local variable incomplete.
15640 (emacs_mule_char): Change the second arg to `const'.
15641 (decode_coding): Fix of flushing out unprocessed data.
15642 (make_conversion_work_buffer): Fix making of a work buffer.
15643 (decode_coding_object): Return coding->dst_object.
15644
15645 * fontset.c (set_fontset_font): Fix args.
15646
15647 * lisp.h (CHARACTERBITS): Define as 22.
15648
15649 * process.c (send_process): Be sure to set coding->src_multibyte.
15650
15651 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15652
15653 2008-02-01 Kenichi Handa <handa@m17n.org>
15654
15655 * xdisp.c (handle_auto_composed_prop): Give limit to
15656 Fnext_single_char_property_change.
15657
15658 2008-02-01 Kenichi Handa <handa@m17n.org>
15659
15660 * composite.c (syms_of_composite): Don't make the composition hash
15661 table weak.
15662
15663 * fontset.c (Fset_fontset_font): Fix docstring.
15664
15665 * lisp.h (detect_coding_system): Adjust prototype.
15666
15667 * fileio.c (kill_workbuf_unwind): Delete this function.
15668 (Finsert_file_contents): Adjust the call of detect_coding_system.
15669 Get conversion_buffer by code_conversion_save. Use the macro
15670 CODING_MAY_REQUIRE_DECODING. After decoding, update
15671 coding_system.
15672
15673 * coding.h (make_conversion_work_buffer): Delete extern.
15674 (code_conversion_save): Extern it.
15675
15676 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15677 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15678 (decode_coding_utf_8): Don't do eol converion.
15679 (detect_coding_utf_16): Check coding->src_chars, not
15680 coding->src_bytes. Add heuristics for those that have no signature.
15681 (decode_coding_emacs_mule, decode_coding_iso_2022)
15682 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15683 Don't do eol converion.
15684 (adjust_coding_eol_type): Return a new coding system.
15685 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15686 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15687 each change.
15688 (decode_coding): Pay attention to undo_list. Do eol conversion for
15689 all types of coding-systems (if necessary).
15690 (Vcode_conversion_work_buf_list): Delete it.
15691 (Vcode_conversion_reused_workbuf): Rename from
15692 Vcode_conversion_reused_work_buf.
15693 (Vcode_conversion_workbuf_name): New variable.
15694 (reused_workbuf_in_use): New variable.
15695 (make_conversion_work_buffer): Delete the arg DEPTH.
15696 (code_conversion_restore): Change argument to cons.
15697 (code_conversion_save): Delete the argument BUFFER. Change callers.
15698 (detect_coding_system): New argument src_chars. Change callers.
15699 Fix for utf-16 detection.
15700 (init_coding_once): Don't use ISO_carriage_return.
15701 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15702 reused_workbuf_in_use.
15703
15704 2008-02-01 Kenichi Handa <handa@m17n.org>
15705
15706 * keymap.c (store_in_keymap): Pay attention to the case that idx
15707 is a cons specifying a character range.
15708
15709 2008-02-01 Kenichi Handa <handa@m17n.org>
15710
15711 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15712 HANDLED_RECOMPUTE_PROPS.
15713
15714 * coding.c (Fdefine_coding_system_internal): Fix checking of
15715 ascii compatibility.
15716
15717 2008-02-01 Kenichi Handa <handa@m17n.org>
15718
15719 * charset.c (find_charsets_in_text): Delete unused locale variable.
15720 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15721
15722 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15723 Resync charset_list to Vemacs_mule_charset_list.
15724
15725 * keymap.c (store_in_keymap): Pay attention to the case that idx
15726 is a cons specifying a character range.
15727
15728 2008-02-01 Kenichi Handa <handa@m17n.org>
15729
15730 * composite.c (update_compositions): Bind inhibit-read-only, etc
15731 to t before calling remove-list-of-text-properties.
15732
15733 * print.c (print_object): Always print ASCII chars as is.
15734
15735 2008-02-01 Kenichi Handa <handa@m17n.org>
15736
15737 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15738
15739 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15740 is a char table.
15741
15742 2008-02-01 Kenichi Handa <handa@m17n.org>
15743
15744 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15745
15746 2008-02-01 Kenichi Handa <handa@m17n.org>
15747
15748 * xfaces.c (set_lface_from_font_name): Fix for the case that
15749 FONTNAME is not fontset name.
15750
15751 2008-02-01 Kenichi Handa <handa@m17n.org>
15752
15753 * fns.c (base64_encode_1): Fix previous change.
15754
15755 2008-02-01 Kenichi Handa <handa@m17n.org>
15756
15757 * fontset.c (set_fontset_font): New function.
15758 (Fset_fontset_font): If a font is specified for a charset, use
15759 map_charset_chars to store the font spec in a fontset.
15760
15761 2008-02-01 Kenichi Handa <handa@m17n.org>
15762
15763 * fontset.c (fontset_face): Create a fallback fontset on demand.
15764 (make_fontset): Don't create a fallback fontset here.
15765 (free_face_fontset): Free a fallback fontset (if any) too.
15766 (n_auto_fontsets): Delete this variable.
15767 (auto_fontset_alist): New variable.
15768 (new_fontset_from_font_name): Check auto_fontset_alist.
15769 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15770 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15771 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15772 Defsubr Sfontset_list_all.
15773
15774 2008-02-01 Kenichi Handa <handa@m17n.org>
15775
15776 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15777
15778 2008-02-01 Kenichi Handa <handa@m17n.org>
15779
15780 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15781
15782 2008-02-01 Kenichi Handa <handa@m17n.org>
15783
15784 * editfns.c (Fgoto_char): Fix docstring.
15785
15786 2008-02-01 Kenichi Handa <handa@m17n.org>
15787
15788 * insdel.c (insert_from_gap): Adjust intervals correctly.
15789
15790 2008-02-01 Jason Rumney <jasonr@gnu.org>
15791
15792 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15793 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15794 (w32_initialize): Try to load it.
15795 (x_get_font_repertory): Use it if available.
15796 (w32_encode_char): Add shortcut for unicode output.
15797
15798 * w32fns.c (w32_load_system_font): Default charset to -1.
15799 (x_to_w32_charset): Match all fonts for unicode.
15800 (w32_to_x_charset): New parameter matching. Don't return partial
15801 or wildcard charsets.
15802 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15803 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15804 (w32_to_x_font): Match charset to real charset.
15805 (enum_font_cb2): Always list unicode versions.
15806
15807 * makefile.w32-in (temacs): Increase EMHEAP.
15808
15809 2008-02-01 Jason Rumney <jasonr@gnu.org>
15810
15811 * w32term.c (w32_encode_char): New charset parameter.
15812 font_info.encoding becomes encoding_type.
15813 (x_get_font_repertory): New function. Warning: stub only!
15814 (x_new_font): Return quickly if font already set.
15815 (x_new_fontset): fontsetname parameter is Lisp_Object.
15816 Use new fs_query_fontset. Try new_fontset_from_font_name.
15817 Use fontset_name for return value.
15818
15819 * w32term.h: Declare x_get_font_repertory.
15820
15821 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15822 place of find_charset_in_text. Use encode_coding_object in place
15823 of encode_coding.
15824 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15825 decode_coding.
15826
15827 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15828 of x_new_fontset.
15829 (w32_load_system_font): Initialize charset as unicode.
15830 font_info.encoding becomes encoding_type.
15831 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15832 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15833 (syms_of_w32fns): Set get_font_repertory_func.
15834
15835 * w32console.c: Include character.h. Use terminal_encode_buffer
15836 from term.c.
15837 (write_glyphs): Use new version of encode_terminal_code. Use
15838 encode_coding_object in place of encode_coding.
15839
15840 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15841 encoding becomes encoding_type.
15842
15843 * term.c (terminal_encode_buffer): Make externally visible.
15844
15845 * makefile.w32-in: Add character.h dependancies.
15846 (character.o, chartab.o): New targets.
15847
15848 2008-02-01 Kenichi Handa <handa@m17n.org>
15849
15850 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15851 CODING_ID_EOL_TYPE.
15852
15853 2008-02-01 Andreas Schwab <schwab@suse.de>
15854
15855 * coding.c (produce_chars): Revert last change.
15856
15857 2008-02-01 Kenichi Handa <handa@m17n.org>
15858
15859 * charset.h (charset_unicode): Extern it.
15860
15861 * charset.c (string_xstring_p): Check by (C >= 0x100).
15862 (find_charsets_in_text): Change format of the arc CHARSETS. New
15863 arg MULTIBYTE.
15864 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15865 change of find_charsets_in_text.
15866 (Fsplit_char): Fix doc. Never return unknown.
15867
15868 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15869
15870 * coding.c (Fdefine_coding_system_alias): Update
15871 Vcoding_system_list.
15872
15873 * fontset.c (load_font_get_repertory): Pay attention to the case
15874 that ENCODING of a font is specified by a char-table.
15875
15876 * xterm.c (x_get_font_repertory): Handle the case that the
15877 encoding of font is other than Unicode.
15878
15879 2008-02-01 Kenichi Handa <handa@m17n.org>
15880
15881 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15882 if a character is encodable by the terminal coding system. If
15883 not, produces proper number of `?'s. Update
15884 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15885 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15886
15887 2008-02-01 Kenichi Handa <handa@m17n.org>
15888
15889 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15890 variables.
15891 (encode_terminal_code): Change argument. Encode multiple
15892 characters at once. Store the result of encoding in
15893 terminal_encode_buffer.
15894 (write_glyphs, insert_glyphs): Adjust for the change of
15895 encode_terminal_code.
15896 (term_init): Initialize terminal_encode_buffer and
15897 terminal_encode_buf_size.
15898
15899 * coding.c (consume_chars): If coding->src_object is nil, don't
15900 check annotation.
15901
15902 2008-02-01 Kenichi Handa <handa@m17n.org>
15903
15904 * character.c (char_string): Use ASCII_CHAR_P instead of
15905 SINGLE_BYTE_CHAR_P.
15906
15907 2008-02-01 Kenichi Handa <handa@m17n.org>
15908
15909 * xdisp.c (handle_auto_composed_prop): Check if the last
15910 characters of auto-composed region is newly composed with the
15911 following characters.
15912 (handle_composition_prop): Fix checking of point being inside
15913 composition.
15914
15915 2008-02-01 Kenichi Handa <handa@m17n.org>
15916
15917 * fns.c (concat): Don't change multibyteness of the result by
15918 concatenating an 8-bit character.
15919
15920 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15921 multibyteness of the result when newelt is an 8-bit character.
15922
15923 2008-02-01 Dave Love <fx@gnu.org>
15924
15925 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15926 EMACS_INT.
15927
15928 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15929
15930 * xfaces.c (face_numeric_value): Declare dim size_t.
15931 (Finternal_lisp_face_equal_p): Remove unused f.
15932
15933 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15934 (MATRIX_ROW): Remove unused vars.
15935 (draw_glyphs, x_insert_glyphs, fast_find_position)
15936 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15937 byte/char counts.
15938
15939 * regex.c (regex_compile): Remove unused var.
15940
15941 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15942
15943 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15944 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15945
15946 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15947
15948 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15949
15950 * fileio.c (Fwrite_region): Remove unused var.
15951
15952 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15953 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15954
15955 * composite.c (Fremove_list_of_text_properties): Declare.
15956
15957 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15958 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15959 (coding_inherit_eol_type): Remove unused attrs.
15960 (detect_coding): Cast arg of detect_eol.
15961
15962 * charset.c (syms_of_charset): Remove unused var p.
15963 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15964 byte/char counts.
15965
15966 * casetab.c (set_case_table): Remove unused var.
15967
15968 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15969 unused vars.
15970
15971 2008-02-01 Dave Love <fx@gnu.org>
15972
15973 * xterm.c (x_bitmap_mask): Declare.
15974
15975 2008-02-01 Dave Love <fx@gnu.org>
15976
15977 * xterm.c (x_term_init): Fix type error.
15978
15979 * lisp.h: Add Funibyte_char_to_multibyte.
15980
15981 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15982 (Fset_coding_system_priority): Doc fix.
15983
15984 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15985
15986 * indent.c (check_composition): Make start and end EMACS_INT.
15987
15988 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15989
15990 * xdisp.c (handle_composition_prop, check_point_in_composition):
15991 Make buffer positions EMACS_INT.
15992
15993 * composite.c (find_composition, run_composition_function)
15994 (update_compositions, Ffind_composition_internal): Make buffer
15995 positions EMACS_INT.
15996
15997 * composite.h (find_composition, update_compositions): Make
15998 position args EMACS_INT.
15999
16000 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16001
16002 * intervals.c (get_property_and_range):
16003 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16004
16005 * unexalpha.c: Don't include varargs.h.
16006
16007 2008-02-01 Dave Love <fx@gnu.org>
16008
16009 * coding.h (ENCODE_UTF_8): New.
16010
16011 * Makefile.in (gtkutil.o): Depend on coding.h.
16012
16013 * coding.c (Fset_coding_system_priority): Doc fix.
16014
16015 2008-02-01 Kenichi Handa <handa@m17n.org>
16016
16017 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16018 the case of auto saving.
16019
16020 2008-02-01 Andreas Schwab <schwab@suse.de>
16021
16022 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16023 `range' from GC.
16024
16025 2008-02-01 Kenichi Handa <handa@m17n.org>
16026
16027 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16028
16029 2008-02-01 Kenichi Handa <handa@m17n.org>
16030
16031 * fileio.c (choose_write_coding_system): Return a decided coding system.
16032 (Fwrite_region): Set Vlast_coding_system_used to the return value
16033 of choose_write_coding_system.
16034
16035 2008-02-01 Kenichi Handa <handa@m17n.org>
16036
16037 * charset.c (Fset_charset_priority): Pay attention to duplicated
16038 arguments.
16039
16040 * coding.c (QCcategory): New variable.
16041 (syms_of_coding): Defsym it. Set all elements of
16042 Vcoding_category_table and their symbol values.
16043 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16044 coding-category-XXX, and coding-category-list.
16045 (Fdefine_coding_system_internal): Add category in the plist.
16046
16047 2008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * callproc.c (Fcall_process): Handle carryover correctly.
16050
16051 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16052 (raw_text_coding_system): Check NILP (coding_system).
16053 (coding_inherit_eol_type): Check NILP (coding_system) and
16054 NILP (parent).
16055 (consume_chars): Fix for the case of raw-text.
16056
16057 * process.c (read_process_output): Handle carryover correctly.
16058
16059 2008-02-01 Dave Love <fx@gnu.org>
16060
16061 * regex.c (re_search_2): Fix last change.
16062
16063 2008-02-01 Kenichi Handa <handa@m17n.org>
16064
16065 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16066 target_multibyte. Even in a unibyte case, return a converted
16067 multibyte char.
16068 (GET_CHAR_AFTER): New macro.
16069 (PATFETCH): Translate via multibyte char.
16070 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16071 (SETUP_MULTIBYTE_RANGE): New macro.
16072 (regex_compile): Setup compiled code so that its multibyteness
16073 matches that of a target. Fix the handling of "[X-YZ]" using
16074 SETUP_MULTIBYTE_RANGE.
16075 (analyse_first) <charset>: For filling fastmap for all multibyte
16076 characters, don't check by BASE_LEADING_CODE_P.
16077 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16078 the same as RE_MULTIBYTE_P (bufp) now.
16079 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16080 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16081 (TRANSLATE_VIA_MULTIBYTE): New macro.
16082 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16083 It is the same as RE_MULTIBYTE_P (bufp) now.
16084 <exactn>: Translate via multibyte.
16085 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16086 translate it.
16087 <charset, charset_not>: Fetch a character by
16088 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16089 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16090 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16091 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16092 by GET_CHAR_AFTER.
16093 (bcmp_translate): Likewise.
16094
16095 * search.c (compile_pattern): Check the member target_multibyte,
16096 not the member multibyte of buf.
16097
16098 * lread.c (read1): While reading a string, set force_singlebyte
16099 and force_multibyte correctly.
16100
16101 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16102 up of unibyte_to_multibyte_table.
16103
16104 2008-02-01 Kenichi Handa <handa@m17n.org>
16105
16106 * coding.c (setup_coding_system): If coding has
16107 post-read-conversion or pre-write-conversion, set
16108 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16109 respectively.
16110 (decode_coding_gap): Run post-read-conversion if any.
16111
16112 * fileio.c (Finsert_file_contents): Even if we read into a
16113 unibyte buffer, check if we must decode the result or not.
16114
16115 2008-02-01 Kenichi Handa <handa@m17n.org>
16116
16117 * coding.c (make_conversion_work_buffer): Change the work buffer
16118 name to the same one as that of Emacs 21.
16119
16120 2008-02-01 Kenichi Handa <handa@m17n.org>
16121
16122 * coding.h (make_conversion_work_buffer): Adjust prototype.
16123 (code_conversion_restore): Don't extern it.
16124
16125 * coding.c (detected_mask): Delete unused variable.
16126 (decode_coding_iso_2022): Pay attention to the byte sequence of
16127 CTEXT extended segment, and retain those bytes as is.
16128 (decode_coding_ccl): Delete unused variable `valids'.
16129 (setup_coding_system): Delete unused variable `category'.
16130 (consume_chars): Delete unused variable `category'. Make it work
16131 for non-multibyte case.
16132 (make_conversion_work_buffer): Change argument.
16133 (saved_coding): Delete unused variable.
16134 (code_conversion_restore): Don't check saved_coding->destination.
16135 (code_conversion_save): New function.
16136 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16137 instead of record_unwind_protect.
16138 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16139 (detect_coding_system): Delete unused variable `mask'.
16140 (Fdefine_coding_system_internal): Delete unused variable id.
16141
16142 * fileio.c (kill_workbuf_unwind): New function.
16143 (Finsert_file_contents): On replacing, call
16144 make_conversion_work_buffer with correct args, and call
16145 record_unwind_protect with the first arg kill_workbuf_unwind.
16146
16147 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16148
16149 2008-02-01 Kenichi Handa <handa@m17n.org>
16150
16151 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16152 (fontset_add): Fix for the case that TO is less than TO1.
16153 (Ffontset_info): Don't use fallback fontset on checking the
16154 default fontset.
16155 (dump_fontset): New function for debugging.
16156
16157 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16158 coding_type is Qcharset.
16159
16160 2008-02-01 Kenichi Handa <handa@m17n.org>
16161
16162 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16163 (map_char_table): Don't inherit the value from the parent on
16164 initializing VAL. Adjust for the above change.
16165
16166 2008-02-01 Kenichi Handa <handa@m17n.org>
16167
16168 * coding.c (Qsignature, Qendian): Delete these variables.
16169 (syms_of_coding): Don't initialize them.
16170 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16171 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16172 detect_info->found.
16173 (decode_coding_utf_16): Don't detect BOM here.
16174 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16175 is NOT utf_16_without_bom.
16176 (setup_coding_system): For a coding system of type utf-16, check
16177 if the attribute :endian is Qbig or not (not nil or not), and set
16178 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16179 (detect_coding): If coding type is utf-16 and BOM detection is
16180 required, detect it.
16181 (Fdefine_coding_system_internal): For a coding system of type
16182 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16183
16184 2008-02-01 Kenichi Handa <handa@m17n.org>
16185
16186 * coding.c (coding_set_source): Fix for the case that the current
16187 buffer is different from coding->src_object.
16188 (decode_coding_object): Don't use the conversion work buffer if
16189 DST_OBJECT is a buffer.
16190
16191 2008-02-01 Dave Love <fx@gnu.org>
16192
16193 * lread.c (read_emacs_mule_char) [len==2]: Index
16194 emacs_mule_charset correctly.
16195
16196 2008-02-01 Dave Love <fx@gnu.org>
16197
16198 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16199 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16200 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16201 treated specially.)
16202 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16203 (detected_mask): Remove Big5 bits.
16204
16205 2008-02-01 Kenichi Handa <handa@m17n.org>
16206
16207 The following changes are to make the font rescaling facility
16208 compatible with Emacs 21.
16209
16210 * xfaces.c (Vface_font_rescale_alist): Rename from
16211 Vface_resizing_fonts.
16212 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16213 (font_rescale_ratio): Rename from font_resizing_ratio.
16214 (split_font_name): Set font->rescale_ratio.
16215 (better_font_p): Pay attention to font->rescale_ratio.
16216 (build_scalable_font_name): Likewise. Change RESX, and RESY
16217 fields.
16218 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16219
16220 2008-02-01 Kenichi Handa <handa@m17n.org>
16221
16222 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16223 (Qutf_16_le): Remove these variables.
16224 (syms_of_coding): Don't DEFSYM them.
16225 (decode_coding_utf_16): Fix handling of BOM.
16226 (encode_coding_utf_16): Fix handling of BOM.
16227
16228 2008-02-01 Kenichi Handa <handa@m17n.org>
16229
16230 * fileio.c (Finsert_file_contents): On replacing, before decoding
16231 the file into the work buffer, set point of the work buffer to the end.
16232
16233 2008-02-01 Dave Love <fx@gnu.org>
16234
16235 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16236
16237 2008-02-01 Dave Love <fx@gnu.org>
16238
16239 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16240 and fix C types.
16241
16242 2008-02-01 Kenichi Handa <handa@m17n.org>
16243
16244 * xdisp.c (SKIP_GLYPHS): New macro.
16245 (set_cursor_from_row): Pay attention to string display properties.
16246
16247 * category.c (copy_category_entry): Fix for the case that RANGE
16248 is an integer.
16249
16250 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16251
16252 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16253
16254 2008-02-01 Kenichi Handa <handa@m17n.org>
16255
16256 * charset.c (Fcharset_id_internal): New function.
16257 (syms_of_charset): Defsubr it.
16258
16259 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16260 with the last arg charset_list acquired from coding.
16261 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16262 the attribute coding_attr_ccl_valids.
16263
16264 * coding.h (enum define_coding_ccl_arg_index): Set the first
16265 member coding_arg_ccl_decoder to coding_arg_max.
16266
16267 * ccl.h (ccl_driver): Adjust prototype.
16268
16269 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16270 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
16271 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16272 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16273 last arg Qnil.
16274
16275 2008-02-01 Kenichi Handa <handa@m17n.org>
16276
16277 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16278 call encode_char.
16279
16280 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16281
16282 2008-02-01 Dave Love <fx@gnu.org>
16283
16284 * composite.c (syms_of_composite): Make composition_hash_table weak.
16285
16286 2008-02-01 Kenichi Handa <handa@m17n.org>
16287
16288 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16289 (font_name_registry): Don't extern them.
16290 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16291
16292 * fontset.h (Qfontset): Don't extern it.
16293 (new_fontset_from_font_name): Extern it.
16294
16295 * fontset.c: Give 8 extra slots to fontset objects.
16296 (Qfontset_info): New variable.
16297 (syms_of_fontset): Defsym it.
16298 (FONTSET_FALLBACK): New macro.
16299 (fontset_face): Try also the default fontset.
16300 (make_fontset): Realize a fallback fontset from the default fontset.
16301 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16302 using split_font_name_into_vector and build_font_name_from_vector.
16303 (Fset_fontset_font): Access the elements of font_spec by enum
16304 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16305 name by using split_font_name_into_vector.
16306 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16307 generate a proper font name from the fontset name. Update
16308 Vfontset_alias_alist.
16309 (n_auto_fontsets): New variable.
16310 (new_fontset_from_font_name): New function.
16311 (Ffont_info): Store the information about fonts generated from the
16312 default fontset in the first extra slot of the returned char-table.
16313
16314 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16315 (font_name_registry): Delete function.
16316 (split_font_name_into_vector): New function.
16317 (build_font_name_from_vector): New function.
16318 (font_list): The argument REGISTRY is now a list of registry names.
16319 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16320 specifies an explicit font name, return the name as is. Make a
16321 list of registy names.
16322
16323 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16324 of x_new_fontset.
16325 (Fx_create_frame): Don't call x_new_fontset here. Just use
16326 x_list_fonts to check the existence of fonts.
16327
16328 * xterm.h (x_new_fontset): Adjust prototype.
16329
16330 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16331 string. Use new_fontset_from_font_name to create a fontset from a
16332 font name.
16333
16334 2008-02-01 Kenichi Handa <handa@m17n.org>
16335
16336 * syntax.c (Vfind_word_boundary_function_table): New name for
16337 Vnext_word_boundary_function_table.
16338 (find-word-boundary-function-table): New name for
16339 next-word-boundary-function-table.
16340
16341 2008-02-01 Dave Love <fx@gnu.org>
16342
16343 * Makefile.in: Fix some dependencies.
16344
16345 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16346 set it to nil before returning.
16347
16348 * composite.c (update_compositions): Fix type error.
16349
16350 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16351
16352 2008-02-01 Kenichi Handa <handa@m17n.org>
16353
16354 * xterm.c (x_new_font): Optimize for the case that the font is
16355 already set for the frame.
16356
16357 2008-02-01 Kenichi Handa <handa@m17n.org>
16358
16359 * chartab.c (char_table_ascii): Check if the char table contents
16360 is sub-char-table or not.
16361 (char_table_set, char_table_set_range): Fix argument to
16362 char_table_ascii.
16363
16364 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16365 (detect_coding_utf_8, detect_coding_utf_16)
16366 (detect_coding_emacs_mule, detect_coding_iso_2022)
16367 (detect_coding_sjis, detect_coding_big5)
16368 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16369 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16370 sequence is valid in this coding system. Change callers.
16371 (MAX_ANNOTATION_LENGTH): New macro.
16372 (ADD_ANNOTATION_DATA): New macro.
16373 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16374 ADD_ANNOTATION_DATA. Change the format of annotation data.
16375 (ADD_CHARSET_DATA): New macro.
16376 (emacs_mule_char): New argument ID. Change callers.
16377 (decode_coding_emacs_mule, decode_coding_iso_2022)
16378 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16379 Produce charset annotation data in coding->charbuf.
16380 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16381 to charset annotation data in coding->charbuf.
16382 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16383 coding->common_flags if the coding system is iso-2022 based and
16384 uses designation.
16385 (produce_composition): Adjust for the new annotation data format.
16386 (produce_charset): New function.
16387 (produce_annotation): Handle charset annotation.
16388 (handle_composition_annotation, handle_charset_annotation): New
16389 functions.
16390 (consume_chars): Handle charset annotation. Utilize the above two
16391 functions.
16392 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16393 buffer, get the deleted text as a string and set
16394 coding->src_object to that string.
16395 (detect_coding, detect_coding_system): Use the new struct
16396 coding_detection_info.
16397
16398 * coding.h (struct coding_detection_info): New structure.
16399 (struct coding_system): Adjust prototype of the member `detector'.
16400 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16401
16402 2008-02-01 Kenichi Handa <handa@m17n.org>
16403
16404 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16405
16406 2008-02-01 Dave Love <fx@gnu.org>
16407
16408 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16409 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16410 to new local and nullify apropos_accumulate before returning.
16411 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16412
16413 2008-02-01 Kenichi Handa <handa@m17n.org>
16414
16415 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16416 correctly.
16417
16418 2008-02-01 Dave Love <fx@gnu.org>
16419
16420 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16421
16422 2008-02-01 Kenichi Handa <handa@m17n.org>
16423
16424 The following changes are to make character composition happen
16425 automatically on displaying.
16426
16427 * Makefile.in (lisp, shortlisp): Add composite.elc.
16428
16429 * composite.h (Qauto_composed, Vauto_composition_function)
16430 (Qauto_composition_function): Extern them.
16431
16432 * composite.c (Vcomposition_function_table)
16433 (Qcomposition_function_table): Delete variables.
16434 (Qauto_composed, Vauto_composition_function)
16435 (Qauto_composition_function): New variables.
16436 (run_composition_function): Don't call
16437 compose-chars-after-function.
16438 (update_compositions): Clear `auto-composed' text property.
16439 (compose_chars_in_text): Delete this function.
16440 (syms_of_composite): Staticpro Qauto_composed and
16441 Qauto_composition_function. Declare Vauto_composition_function as
16442 a Lisp variable.
16443
16444 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16445
16446 * xdisp.c (it_props): Add an entry for Qauto_composed.
16447 (handle_auto_composed_prop): New function.
16448
16449 * xselect.c (selection_data_to_lisp_data): Don't call
16450 compose_chars_in_text.
16451
16452 2008-02-01 Dave Love <fx@gnu.org>
16453
16454 * keyboard.c (read_char): Modify checking around use of
16455 Vkeyboard_translate_table.
16456
16457 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16458 and fix C types.
16459
16460 2008-02-01 Kenichi Handa <handa@m17n.org>
16461
16462 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16463 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16464 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16465 the case that the last byte is '\r' correctly.
16466 (decode_coding): Flush out the unprocessed data correctly.
16467 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16468
16469 2008-02-01 Dave Love <fx@gnu.org>
16470
16471 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16472 Add XK_ISO... case.
16473 (xaw_scroll_callback): Revert last change.
16474
16475 2008-02-01 Kenichi Handa <handa@m17n.org>
16476
16477 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16478
16479 2008-02-01 Kenichi Handa <handa@m17n.org>
16480
16481 * xfaces.c (Vface_resizing_fonts): New variable.
16482 (struct font_name): New member `resizing_ratio'.
16483 (font_resizing_ratio): New function.
16484 (split_font_name): Set font->resizing_ratio.
16485 (better_font_p): Pay attention to font->resizing_ratio.
16486 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16487 RESX, and RESY fields.
16488 (try_alternative_families): Try scalable fonts if
16489 Vscalable_fonts_allowed is not Qt.
16490 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16491
16492 2008-02-01 Dave Love <fx@gnu.org>
16493
16494 * xterm.c (xaw_scroll_callback): Cast correctly.
16495
16496 2008-02-01 Dave Love <fx@gnu.org>
16497
16498 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16499 (lispy_kana_keys): Comment out.
16500 (make_lispy_event) [XK_kana_A]: Comment out.
16501
16502 * xterm.c (xaw_scroll_callback): Cast call_data.
16503 (XTread_socket): Deal with ASCII keysyms.
16504 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16505
16506 2008-02-01 Dave Love <fx@gnu.org>
16507
16508 * xterm.c (Vx_keysym_table): New.
16509 (syms_of_xterm): Initialize it.
16510 (XTread_socket): Use it.
16511 From head: Eliminate incorrect optimization that tried to avoid
16512 decoding the output of X*LookupString.
16513 (x_get_font_repertory): Delete charset declaration.
16514
16515 2008-02-01 Kenichi Handa <handa@m17n.org>
16516
16517 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16518 return 0.
16519 (Fdefine_coding_system_internal): Setup
16520 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16521
16522 2008-02-01 Dave Love <fx@gnu.org>
16523
16524 * coding.c (Fcheck_coding_system): Doc fix.
16525
16526 * editfns.c (Finsert_byte): Return a proper value.
16527
16528 2008-02-01 Kenichi Handa <handa@m17n.org>
16529
16530 * coding.c (decode_coding): Fix args to translate_chars. Pay
16531 attention to Vstandard_translation_table_for_decode.
16532 (encode_coding): Fix args to translate_chars. Pay attention to
16533 Vstandard_translation_table_for_encode.
16534
16535 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16536 SINGLE_BYTE_CHAR_P.
16537
16538 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16539 not by SINGLE_BYTE_CHAR_P.
16540
16541 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16542 SINGLE_BYTE_CHAR_P.
16543
16544 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16545 SINGLE_BYTE_CHAR_P.
16546
16547 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16548 by SINGLE_BYTE_CHAR_P.
16549
16550 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16551 SINGLE_BYTE_CHAR_P.
16552
16553 2008-02-01 Dave Love <fx@gnu.org>
16554
16555 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16556
16557 2008-02-01 Dave Love <fx@gnu.org>
16558
16559 * fns.c (Flanginfo): Fix typo.
16560
16561 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16562
16563 2008-02-01 Kenichi Handa <handa@m17n.org>
16564
16565 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16566 (detect_coding_emacs_mule, detect_coding_iso_2022)
16567 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16568 incomplete byte sequence. Don't update *mask when correctly detected.
16569 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16570 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16571 (detect_coding, detect_coding_system): Adjust for the changes above.
16572
16573 2008-02-01 Kenichi Handa <handa@m17n.org>
16574
16575 * character.c (char_string): Rename from
16576 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16577 (string_char): Rename from string_char.
16578
16579 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16580 if C is greater than MAX_3_BYTE_CHAR.
16581 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16582 string_char instead of string_char_with_unification.
16583
16584 2008-02-01 Dave Love <fx@gnu.org>
16585
16586 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16587
16588 2008-02-01 Kenichi Handa <handa@m17n.org>
16589
16590 * keymap.c (push_key_description): Pay attention to force_multibyte.
16591
16592 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16593
16594 2008-02-01 Dave Love <fx@gnu.org>
16595
16596 * charset.c (define_charset_internal): Rename `supprementary'.
16597
16598 * Makefile.in (lisp, shortlisp): Remove latin-N.
16599
16600 2008-02-01 Dave Love <fx@gnu.org>
16601
16602 * xfns.c (x_window, x_window): Use use_xim.
16603
16604 * xterm.c (use_xim): Initialize.
16605 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16606 (x_term_init): Maybe set use_xim.
16607
16608 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16609
16610 2008-02-01 Kenichi Handa <handa@m17n.org>
16611
16612 * search.c (search_buffer): Fix case-fold-search of multibyte
16613 characters.
16614 (boyer_moore): Rename the last argument to char_high_bits.
16615
16616 2008-02-01 Kenichi Handa <handa@m17n.org>
16617
16618 * xdisp.c (display_string): Fix for the case of zero width glyph.
16619
16620 * xfns.c (x_set_font): Change the error message of the case that
16621 x_new_fontset returns Qt.
16622
16623 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16624 (Finternal_set_lisp_face_attribute): Use signal_error for the
16625 error of invalid fontset.
16626
16627 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16628 fontset, return Qt.
16629
16630 2008-02-01 Dave Love <fx@gnu.org>
16631
16632 * unexelf.c (unexec): Make .got handling not SGI-specific.
16633
16634 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16635
16636 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16637
16638 * keyboard.c (read_key_sequence): Fix type error.
16639
16640 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16641 type error.
16642
16643 * fontset.c (fontset_add): Return Lisp_Object.
16644
16645 2008-02-01 Dave Love <fx@gnu.org>
16646
16647 * charset.h (charset_ordered_list_tick): Declare extern.
16648
16649 2008-02-01 Kenichi Handa <handa@m17n.org>
16650
16651 The following changes (and some of 2008-02-01 changes of mine) are
16652 for handling syntax, category, and case conversion for unibyte
16653 characters by converting them to multibyte on the fly. With these
16654 changes, we don't have to setup syntax and case tables for unibyte
16655 characters in each language environment.
16656
16657 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16658 multibyte if necessary.
16659
16660 * bytecode.c (Fbyte_code): Likewise.
16661
16662 * character.h (LEADING_CODE_LATIN_1_MIN)
16663 (LEADING_CODE_LATIN_1_MAX): New macros.
16664 (unibyte_to_multibyte_table): Extern it.
16665 (unibyte_char_to_multibyte): New macro.
16666 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16667 (CHAR_LEADING_CODE): New macro.
16668 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16669
16670 * character.c (unibyte_to_multibyte_table): New variable.
16671 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16672 (multibyte_char_to_unibyte): If C is an eight-bit character,
16673 convert it to the corresponding byte value.
16674
16675 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16676 not 1, signals an error. Update the elements of
16677 unibyte_to_multibyte_table.
16678 (init_charset_once): Initialize unibyte_to_multibyte_table.
16679 (syms_of_charset): Define the charset `iso-8859-1'.
16680
16681 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16682 as is without converting it to unibyte. In a unibyte buffer,
16683 convert C to multibyte before checking the syntax.
16684
16685 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16686
16687 * minibuf.c (Fminibuffer_complete_word): Use the macro
16688 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16689
16690 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16691
16692 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16693 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16694 that is zero, convert an eight-bit char to multibyte.
16695 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16696 non-emacs case.
16697 (PATFETCH): Convert an eight-bit char to multibyte.
16698 (HANDLE_UNIBYTE_RANGE): New macro.
16699 (regex_compile): Setup the compiled pattern for multibyte chars
16700 even if the given regex string is unibyte. Use PATFETCH_RAW
16701 instead of PATFETCH in many places. To handle `charset'
16702 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16703 only for ASCII chars.
16704 (analyse_first) <exactn>: Simplify because the compiled pattern
16705 is multibyte.
16706 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16707 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16708 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16709 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16710 multibyte always 1.
16711 (re_search_2): In emacs, set the locale variable multibyte to 1,
16712 otherwise to 0. New local variable target_multibyte. Check it
16713 to decide the multibyteness of STR1 and STR2. If
16714 target_multibyte is zero, convert unibyte chars to multibyte
16715 before translating and checking fastmap.
16716 (TARGET_CHAR_AND_LENGTH): New macro.
16717 (re_match_2_internal): In emacs, set the locale variable multibyte
16718 to 1, otherwise to 0. New local variable target_multibyte. Check
16719 it to decide the multibyteness of STR1 and STR2. Use
16720 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16721 <charset, charset_not>: If multibyte is nonzero, check fastmap
16722 only for ASCII chars. Call bcmp_translate with
16723 target_multibyte, not with multibyte.
16724 <begline>: Declare the local variable C as `unsigned'.
16725 (bcmp_translate): Change the last arg name to target_multibyte.
16726
16727 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16728 the regexp pattern and the matching target. Set cp->buf.multibyte
16729 to the multibyteness of the regexp pattern. Set
16730 cp->but.target_multibyte to the multibyteness of the matching target.
16731 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16732 FETCH_STRING_CHAR_ADVANCE.
16733 (Freplace_match): Convert unibyte chars to multibyte.
16734
16735 * syntax.c (char_quoted, back_comment, scan_words)
16736 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16737 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16738 unibyte chars to multibyte.
16739 (skip_chars): Delete the arg syntaxp, and move the code for
16740 handling syntaxes to skip_syntaxes. Change callers.
16741 Fix the case that the multibyteness of STRING and the current
16742 buffer doesn't match.
16743 (skip_syntaxes): New function.
16744 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16745 SINGLE_BYTE_CHAR_P.
16746
16747 2008-02-01 Kenichi Handa <handa@m17n.org>
16748
16749 * xfaces.c (QCfontset): New variable.
16750 (LFACE_FONTSET): New macro.
16751 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16752 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16753 (Finternal_set_lisp_face_attribute)
16754 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16755 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16756 check also LFACE_FONTSET_INDEX.
16757 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16758 attrs[LFACE_FONT_INDEX].
16759 (syms_of_xfaces): Intern and staticpro QCfontset.
16760
16761 * dispextern.h (enum lface_attribute_index): New member
16762 LFACE_FONTSET_INDEX.
16763
16764 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16765
16766 2008-02-01 Kenichi Handa <handa@m17n.org>
16767
16768 * coding.c (coding_set_destination): Fix coding->destination for
16769 the case converting a region.
16770 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16771 (encode_coding_object): Fix coding->dst_pos and
16772 coding->dst_pos_byte for the case converting a region.
16773
16774 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16775
16776 * character.h (BYTE8_STRING): New macro.
16777
16778 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16779
16780 2008-02-01 Kenichi Handa <handa@m17n.org>
16781
16782 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16783 characters by octal form.
16784
16785 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16786
16787 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16788 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16789 _fetch_multibyte_char_len.
16790 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16791
16792 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16793
16794 * casefiddle.c (casify_object): Simplify. Handle the case that
16795 the case conversion change the byte length.
16796 (casify_region): Likewise.
16797
16798 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16799
16800 * character.c (_fetch_multibyte_char_len): Delete this variable.
16801 (syms_of_character): Setup Vprintable_chars.
16802
16803 * editfns.c (Fchar_equal): Fix for the unibyte case.
16804 (Finsert_byte): New function.
16805 (syms_of_editfns): Defsubr it.
16806
16807 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16808 of direct code 0x3ffff.
16809
16810 * search.c (Freplace_match): Fix for the unibyte case.
16811
16812 2008-02-01 Kenichi Handa <handa@m17n.org>
16813
16814 * lread.c (safe_to_load_p): Fix the logic.
16815
16816 * syntax.c (scan_words): Don't treat characters belonging to
16817 different scripts as constituting a word.
16818
16819 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16820
16821 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16822
16823 * emacs.c (main): In the case of --unibyte, instead of aborting on
16824 finding non-empty buffer, make it unibyte.
16825
16826 2008-02-01 Kenichi Handa <handa@m17n.org>
16827
16828 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16829 to create a fontset.
16830
16831 2008-02-01 Dave Love <fx@gnu.org>
16832
16833 * character.c (Funibyte_char_to_multibyte): Doc fix.
16834
16835 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16836
16837 2008-02-01 Kenichi Handa <handa@m17n.org>
16838
16839 * fontset.c (fontset_add): Make the type `int'.
16840 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16841
16842 * character.c (unibyte_char_to_multibyte)
16843 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16844 charset_unibyte, not charset_primary.
16845
16846 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16847
16848 * charset.c (charset_unibyte): Rename from charset_primary.
16849 (Funibyte_charset): Rename from Fprimary_charset.
16850 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16851 (syms_of_charset): Adjust for the above changes.
16852
16853 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16854 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16855 it->multibyte_p is zero.
16856
16857 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16858 Delete extern.
16859
16860 2008-02-01 Kenichi Handa <handa@m17n.org>
16861
16862 * coding.c (Fdefine_coding_system_internal): Fix category setting
16863 for a coding system of type iso-2022.
16864
16865 2008-02-01 Kenichi Handa <handa@m17n.org>
16866
16867 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16868
16869 2008-02-01 Kenichi Handa <handa@m17n.org>
16870
16871 * syntax.c (Vnext_word_boundary_function_table): New variable.
16872 (next-word-boundary-function-table): Declare it as a Lisp variable
16873 in syms_of_syntax.
16874 (scan_words): Call functions in Vnext_word_boundary_function_table
16875 if any.
16876
16877 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16878
16879 * fontset.c (fs_load_font): If fontp->charset is not negative,
16880 return fontp without setting its members.
16881
16882 2008-02-01 Dave Love <fx@gnu.org>
16883
16884 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16885
16886 * m/sparc.h (HAVE_ALLOCA): Delete.
16887
16888 * s/irix6-5.h: Don't include strings.h.
16889 (bcopy, bzero, bcmp): Don't undef.
16890
16891 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16892
16893 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16894 (TIOCSIGSEND): Don't test IRIX6.
16895 (bcopy, bzero, bcmp): Define conditionally.
16896
16897 2008-02-01 Kenichi Handa <handa@m17n.org>
16898
16899 * buffer.c (Qas, Qmake, Qto): New variables.
16900 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16901 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16902
16903 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16904 we are inserting a process output into a multibyte buffer.
16905
16906 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16907 multibyte_char_to_unibyte.
16908
16909 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16910 by the primary charset, make it eight-bit char.
16911 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16912
16913 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16914 (charset_8_bit__control, charset_8_bit_graphic)
16915 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16916 (define_charset_internal): New function.
16917 (syms_of_charset): Call define_charset_internal for pre-defined
16918 charsets.
16919
16920 * charset.h (charset_8_bit): Extern it.
16921
16922 * coding.c (make_conversion_work_buffer): Adjust for the change
16923 of Fset_buffer_multibyte.
16924 (encode_coding_raw_text): Increment p0 in the loop.
16925
16926 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16927
16928 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16929 for the change of Fset_buffer_multibyte.
16930
16931 * fns.c (Fstring_to_multibyte): New function.
16932 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16933
16934 2008-02-01 Dave Love <fx@gnu.org>
16935
16936 * xfns.c (x_put_x_image): Declare args.
16937
16938 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16939 (try_font_list): Declare an arg.
16940
16941 * xdisp.c (message2_nolog, set_message): Declare an arg.
16942
16943 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16944
16945 * syntax.c (scan_sexps_forward): Declare an arg.
16946
16947 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16948 Declare an arg.
16949
16950 * lisp.h (Fnew_fontset): Declare.
16951
16952 * keymap.c (push_key_description): Call CHARACTERP correctly.
16953
16954 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16955 (face_for_char): Delete unused vars.
16956 (Fset_fontset_font): Doc fix. Delete unused vars.
16957
16958 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16959
16960 * composite.c (update_compositions): Declare arg.
16961
16962 * cm.c (calccost, cmgoto): Declare args.
16963
16964 * charset.c: Remove `emacs' conditional. Doc fixes.
16965 (map_char_table_for_charset): Declare.
16966
16967 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16968
16969 * ccl.c: Remove `emacs' conditional.
16970
16971 2008-02-01 Kenichi Handa <handa@m17n.org>
16972
16973 The following changes are to allow specifying multiple font
16974 patterns for a character range (specified by script or charset).
16975
16976 * Makefile.in (abbrev.o): Depend on syntax.h.
16977 (xfaces.o): Depend on charset.h.
16978
16979 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16980 SINGLE_BYTE_CHAR_P.
16981
16982 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16983
16984 * character.h (Vchar_script_table): Extern it.
16985
16986 * character.c (Vscript_alist): Delete.
16987 (Vchar_script_table, Qchar_script_table): New variable.
16988 (syms_of_character): Declare Vchar_script_table as a lisp variable
16989 and initialize it.
16990
16991 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16992 have property char-table-extra-slots, make no extra slot.
16993
16994 * dispextern.h (struct face): Delete member `charset'.
16995 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16996 SINGLE_BYTE_CHAR_P.
16997 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16998 Add prototypes.
16999 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17000 (generate_ascii_font_name): Rename from generate_ascii_font.
17001
17002 * fontset.h (get_font_repertory_func): New prototype.
17003 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17004 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17005
17006 * fontset.c (Qprepend, Qappend): New variables.
17007 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17008 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17009 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17010 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17011 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17012 (load_font_get_repertory): New functions.
17013 (fontset_set): Delete.
17014 (fontset_face): New arg FACE. Return face ID, not face.
17015 Complete re-write to handle new fontset structure. Change caller.
17016 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17017 (face_for_char): Don't call lookup_face.
17018 (make_fontset_for_ascii_face): New arg FACE.
17019 (fs_load_font): New arg CHARSET_ID. Don't check
17020 Vfont_encoding_alist here.
17021 (find_font_encoding): New function.
17022 (list_fontsets): Use STRINGP, not ! NILP.
17023 (accumulate_script_ranges): New function.
17024 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17025 re-written to handle new fontset structure.
17026 (Ffontset_font): Return a copy of element.
17027 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17028 docstring of font-encoding-alist.
17029
17030 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17031 (Fset_fotset_font): Fix arguments to 5.
17032
17033 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17034
17035 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17036 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17037 (highlight_trailing_whitespace): Adjust for the change of
17038 lookup_named_face.
17039
17040 * xfaces.c: Include charset.h.
17041 (load_face_font): Delete argument C. Change caller.
17042 (generate_ascii_font_name): Rename from generate_ascii_font.
17043 (font_name_registry): New function.
17044 (cache_face): Store ascii faces before non-ascii faces in buckets.
17045 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17046 Lookup only ascii faces.
17047 (lookup_non_ascii_face): New function.
17048 (lookup_named_face): Delete argument C. Change caller.
17049 (lookup_derived_face): Delete argument C. Change caller.
17050 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17051 a string, just call font_list with it.
17052 (choose_face_font): Delete arguments FACE and C. New arg
17053 FONT_SPEC. Change caller.
17054 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17055 Change caller.
17056 (realize_non_ascii_face): New function.
17057 (realize_x_face): Call load_face_font here.
17058 (realize_tty_face): Delete argument C. Change caller.
17059 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17060 get a face ID.
17061 (dump_realized_face): Don't print charset of FACE.
17062
17063 * xfns.c (x_set_font): Always call x_new_fontset and
17064 store_frame_parameter.
17065 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17066 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17067
17068 * xterm.h (x_get_font_repertory): Extern it.
17069
17070 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17071 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17072 it->multibyte_p is zero.
17073 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17074 (x_new_fontset): If FONTSETNAME doesn't match any existing
17075 fontsets, create a new one.
17076 (x_get_font_repertory): New function.
17077
17078 2008-02-01 Kenichi Handa <handa@m17n.org>
17079
17080 * coding.c (Ffind_coding_systems_region_internal): Detect an
17081 ASCII only string correctly.
17082
17083 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17084 version is 0.
17085
17086 2008-02-01 Kenichi Handa <handa@m17n.org>
17087
17088 * lread.c: Include "coding.h".
17089 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17090 (load_each_byte, unread_char): New variables.
17091 (readchar_backlog): Delete.
17092 (readchar): Return a character unless load_each_byte is nonzero.
17093 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17094 cons. If unread_char is not -1, simply return it.
17095 (unreadchar): Handle the case that readcharfun is
17096 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17097 (read_multibyte): Delete.
17098 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17099 (read_emacs_mule_char): New functions.
17100 (Fload): Even if the file doesn't have the extension ".elc", if
17101 safe_to_load_p returns a positive version number, assume that the
17102 file contains bytecompiled code. If the version is less than 22,
17103 load the file while decoding multibyte sequences by emacs-mule.
17104 (readevalloop): Don't use readchar_backlog.
17105 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17106 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17107 (read_escape): Delete the arg BYTEREP.
17108 (read1): Set load_each_byte to 1 temporarily while handling
17109 #@NUMBER. Don't call read_multibyte.
17110 (read_vector): Call Fread with a cons. If readcharfun is
17111 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17112 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17113 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17114 and Qload_force_doc_strings.
17115
17116 2008-02-01 Kenichi Handa <handa@m17n.org>
17117
17118 * xdisp.c (face_before_or_after_it_pos): Call
17119 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17120
17121 2008-02-01 Kenichi Handa <handa@m17n.org>
17122
17123 * character.h (TRAILING_CODE_P): New macro.
17124 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17125 (string_char_with_unification): Fix prototype.
17126 (Vscript_alist): Extern it.
17127
17128 * character.c (Vscript_alist): New variable.
17129 (string_char_with_unification, str_as_unibyte)
17130 (string_escape_byte8): Add `const' to local variables.
17131 (syms_of_character): Declare script-alist as a Lisp variable.
17132
17133 * charset.h (Vcharset_ordered_list): Extern it.
17134 (charset_ordered_list_tick): Extern it.
17135 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17136 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17137 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17138 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17139 (Funify_charset): Adjust for the change of Funify_charset.
17140
17141 * charset.c (charset_ordered_list_tick): New variable.
17142 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17143 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17144 deunify intead of unify a charset.
17145 (string_xstring_p): Add `const' to local variables.
17146 (find_charsets_in_text): Add `const' to arguments and local variables.
17147 (encode_char): Adjust for the change of Funify_charset. Fix
17148 detecting of invalid code.
17149 (Fset_charset_priority): Increment charset_ordered_list_tick.
17150 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17151 and TO_CODE.
17152
17153 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17154 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17155 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17156 (decode_coding_ccl, consume_chars)
17157 (Ffind_coding_systems_region_internal)
17158 (Fcheck_coding_systems_region): Add `const' to local variables.
17159
17160 * print.c (print_object): Use octal form for printing the
17161 contents of a bool vector.
17162
17163 2008-02-01 Dave Love <fx@gnu.org>
17164
17165 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17166 <version == 20>: Refuse to load.
17167
17168 2008-02-01 Dave Love <fx@gnu.org>
17169
17170 * fns.c: Move coding.h.
17171 (Qcodeset, Qdays, Qmonths): New.
17172 (concat): Use CHARACTERP instead of INTEGERP.
17173 (Flocale_codeset): Delete.
17174 (Flanginfo): New function.
17175 (syms_of_fns): Change accordingly.
17176
17177 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17178
17179 2008-02-01 Dave Love <fx@gnu.org>
17180
17181 * casetab.c (init_casetab_once, init_casetab_once): Fix
17182 CHAR_TABLE_SET call.
17183
17184 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17185
17186 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17187
17188 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17189 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17190 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17191
17192 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17193
17194 * coding.c (ENCODE_DESIGNATION, decode_eol)
17195 (make_conversion_work_buffer, code_conversion_restore)
17196 (Fdefine_coding_system_internal): Convert Lisp types.
17197 (code_conversion_restore): Use EQ, not ==.
17198 (Fencode_coding_string): Fix code_convert_string call.
17199
17200 * coding.h (code_convert_region): Fix prototype.
17201
17202 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17203
17204 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17205 (Ffontset_info): Convert Lisp types.
17206
17207 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17208
17209 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17210
17211 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17212
17213 * chartab.c: Include "...h", not <...h> in some cases.
17214
17215 * callproc.c (Fcall_process): Remove unused variables.
17216
17217 2008-02-01 Dave Love <fx@gnu.org>
17218
17219 * coding.c (Fset_coding_system_priority): Allow null arg list.
17220
17221 2008-02-01 Dave Love <fx@gnu.org>
17222
17223 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17224 (Fself_insert_and_exit): Use CHARACTERP.
17225
17226 * callproc.c (Fcall_process): Remove unused vars.
17227
17228 * xterm.c (XTread_socket): Add extra dead keysyms.
17229
17230 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17231
17232 * dispextern.h: Remove prototypes for redraw_frame,
17233 redraw_garbaged_frames.
17234
17235 * cmds.c (Fself_insert_command): Use CHARACTERP.
17236
17237 * chartab.c (make_sub_char_table): Remove unused var.
17238 (Fset_char_table_default, Fmap_char_table): Doc fix.
17239
17240 * keymap.c (access_keymap): Remove generic char code.
17241 (push_key_description): Use CHARACTERP.
17242
17243 2008-02-01 Dave Love <fx@gnu.org>
17244
17245 * charset.c: Doc fixes.
17246 (Funify_charset): Extra checking.
17247
17248 2008-02-01 Dave Love <fx@gnu.org>
17249
17250 * lread.c: Remove some unused variables.
17251 (safe_to_load_p): If safe, return the magic number version byte.
17252 (Fload): Maybe use load-with-code-conversion.
17253
17254 2008-02-01 Kenichi Handa <handa@m17n.org>
17255
17256 * category.c (Fmodify_category_entry): Don't modify the contents
17257 of category_set for characters out of the range. Avoid
17258 unnecessary modification.
17259
17260 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17261 Vchar_unify_table. The default value of the table is now nil.
17262
17263 * character.c (syms_of_character): Setup Vchar_width_table for
17264 eight-bit-control and raw-byte chars.
17265
17266 * charset.h (enum define_charset_arg_index): Delete
17267 charset_arg_parents and add charset_arg_subset and
17268 charset_arg_superset.
17269 (enum charset_attr_index): Delete charset_parents and add
17270 charset_subset and charset_superset.
17271 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17272 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17273 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17274 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17275 (CHARSET_SUPERSET): New macros.
17276 (charset_work): Extern it.
17277 (ENCODE_CHAR): Use charset_work.
17278 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17279 (map_charset_chars): Extern it.
17280
17281 * charset.c (load_charset_map): Set the default value of encoder
17282 and deunifier char-tables to nil.
17283 (map_charset_chars): Change argument. Change callers. Use
17284 map_char_table_for_charset instead of map_char_table.
17285 (Fmap_charset_chars): New optional args from_code and to_code.
17286 (Fdefine_charset_internal): Adjust for the change of
17287 `define-charset' (:parents -> :subset or :superset).
17288 (charset_work): New variable.
17289 (encode_char, syms_of_charset): Adjust for the change of
17290 Fdefine_charset_internal.
17291 (Ffind_charset_string): Setup the vector `charsets' correctly.
17292
17293 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17294 the previous change.
17295 (char_table_ref_and_range): Adjust for the above change.
17296 (map_sub_char_table_for_charset): New function.
17297 (map_char_table_for_charset): New function.
17298
17299 * keymap.c (describe_vector): Handle a char-table directly here.
17300 (describe_char_table): Delete.
17301
17302 * lisp.h (map_charset_chars): Delete.
17303
17304 2008-02-01 Dave Love <fx@gnu.org>
17305
17306 * fns.c (count_combining): Comment out (unused).
17307 (Flocale_codeset): New.
17308 (syms_of_fns): Defsubr it.
17309
17310 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17311 (size_t): Remove.
17312
17313 2008-02-01 Dave Love <fx@gnu.org>
17314
17315 * Makefile.in (chartab.o): Depend on charset.h.
17316
17317 2008-02-01 Kenichi Handa <handa@m17n.org>
17318
17319 * character.c (syms_of_character): Set the default value of
17320 Vprintable_chars to Qnil.
17321
17322 2008-02-01 Dave Love <fx@gnu.org>
17323
17324 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17325
17326 2008-02-01 Kenichi Handa <handa@m17n.org>
17327
17328 * charset.c (load_charset_map): Handle the case that from < to
17329 correctly.
17330
17331 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17332 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17333 Pay attention to raw-8-bit chars.
17334
17335 2008-02-01 Kenichi Handa <handa@m17n.org>
17336
17337 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17338 It is not bytecompiled now.
17339
17340 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17341 (charset_jisx0208): New variables.
17342 (Fdefine_charset_internal): Setup them if appropriate.
17343 (init_charset_once): Initialize them to -1.
17344
17345 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17346 (charset_jisx0208): Extern them.
17347
17348 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17349 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17350 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17351 (setup_iso_safe_charsets): Fix arguments to Fassq.
17352 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17353 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17354 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17355 (encode_coding_iso_2022): Change the 1st arg to
17356 ENCODE_ISO_CHARACTER to a variable.
17357
17358 2008-02-01 Kenichi Handa <handa@m17n.org>
17359
17360 * charset.h (enum define_charset_arg_index): New enums
17361 charset_arg_min_code and charset_arg_max_code.
17362 (struct charset): New member char_index_offset.
17363
17364 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17365 Take charset->char_index_offset into account.
17366 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17367 args[charset_arg_max_code]. Setup charset.char_index_offset.
17368 (syms_of_charset): Fix args to Fdefine_charset_internal.
17369
17370 2008-02-01 Dave Love <fx@gnu.org>
17371
17372 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17373
17374 2008-02-01 Dave Love <fx@gnu.org>
17375
17376 * coding.c: Doc fixes.
17377 (Fcoding_system_aliases): Fix return value.
17378 (Qmac): Remove (duplicated) definition.
17379
17380 2008-02-01 Dave Love <fx@gnu.org>
17381
17382 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17383 New functions.
17384
17385 * character.c (Fstring): Doc fix.
17386
17387 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17388
17389 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
17390 (font-encoding-alist): Doc fix.
17391
17392 2008-02-01 Dave Love <fx@gnu.org>
17393
17394 * term.c (costs_set): Declare static, non-initialized for pcc.
17395 (encode_terminal_code): Remove unused var.
17396
17397 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17398 for K&R.
17399
17400 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17401
17402 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17403 (suffixes): Move out of make_subsidiaries for K&R.
17404
17405 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17406
17407 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17408
17409 2008-02-01 Dave Love <fx@gnu.org>
17410
17411 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17412
17413 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17414
17415 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17416
17417 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17418
17419 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17420
17421 2008-02-01 Kenichi Handa <handa@m17n.org>
17422
17423 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17424 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17425
17426 2008-02-01 Kenichi Handa <handa@m17n.org>
17427
17428 * coding.c (decode_coding_charset): Adjust for the change of
17429 Fdefine_coding_system_internal.
17430 (Fdefine_coding_system_internal): For a coding system of
17431 `charset' type, store a list of charset IDs in
17432 `charset_attr_charset_valids' element of coding attributes.
17433
17434 2008-02-01 Kenichi Handa <handa@m17n.org>
17435
17436 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17437 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17438 caller. Handle 2-byte and 3-byte charsets correctly.
17439 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17440 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17441 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17442 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17443 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17444 sequence.
17445 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17446 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17447 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17448 and alt&rule composition.
17449 (decode_coding_iso_2022): Handle composition correctly.
17450 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17451
17452 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17453 re-defining a charset. If the charset has :emacs-mule-id, setup
17454 emacs_mule_bytes.
17455 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17456
17457 2008-02-01 Kenichi Handa <handa@m17n.org>
17458
17459 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17460 (encode_coding_big5, encode_coding_charset): If coding requires safe
17461 encoding, produce a character specified by
17462 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17463
17464 2008-02-01 Dave Love <fx@gnu.org>
17465
17466 * xterm.c (XSetIMValues): Declare.
17467
17468 * process.c: Conditionally include sys/wait.h, pty.h.
17469
17470 * print.c (print_object): Fix print format for 64-bit systems.
17471
17472 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17473
17474 * buffer.c (emacs_strerror): Declare.
17475
17476 * fontset.c (Fclear_face_cache): Declare.
17477 (accumulate_font_info): Comment-out (unused).
17478 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17479 variables.
17480
17481 * character.h (string_escape_byte8): Declare.
17482
17483 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17484 unused vars.
17485 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17486 (Fmap_charset_chars): Doc fix.
17487
17488 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17489 (Fset_coding_system_priority, Fset_coding_system_priority)
17490 (Fdefine_coding_system_internal): Doc fix.
17491
17492 2008-02-01 Dave Love <fx@gnu.org>
17493
17494 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17495
17496 2008-02-01 Kenichi Handa <handa@m17n.org>
17497
17498 * character.c (string_escape_byte8): Make multibyte string with
17499 correct size.
17500
17501 * charset.c (Fmake_char): Delete unnecessary code.
17502
17503 2008-02-01 Kenichi Handa <handa@m17n.org>
17504
17505 * xfns.c (x_encode_text): Allocate coding.destination here, and
17506 call encode_coding_object with dst_object Qnil.
17507
17508 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17509 multibyte form correctly.
17510
17511 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17512 against Vfont_encoding_alist.
17513
17514 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17515 handling of charset list.
17516 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17517 (decode_coding_object): Move point to coding->dst_pos before
17518 calling post-read-conversion function.
17519 (encode_coding_object): Give correct arguments to
17520 pre-write-conversion. Ignore the return value of
17521 pre-write-conversion function. Pay attention to the case that
17522 pre-write-conversion changes the current buffer. If dst_object is
17523 Qt, even if coding->src_bytes is zero, allocate at least one byte
17524 to coding->destination.
17525
17526 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17527
17528 * charset.c (Fmake_char): Make it more backward compatible.
17529 (Fmap_charset_chars): Fix docstring.
17530
17531 2008-02-01 Dave Love <fx@gnu.org>
17532
17533 * coding.c: Doc fixes.
17534 (Fdefine_coding_system_alias): Use names, not symbols, in
17535 coding-system-alist.
17536
17537 2008-02-01 Kenichi Handa <handa@m17n.org>
17538
17539 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17540 of calling free_realized_face.
17541
17542 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17543
17544 * charset.c (read_hex): Don't treat SPC as a comment starter.
17545 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17546 (Fdecode_char): Fix typo.
17547
17548 2008-02-01 Kenichi Handa <handa@m17n.org>
17549
17550 * charset.h (struct charset): New member `code_space_mask'.
17551
17552 * coding.c (coding_set_source): Delete the local variable beg_byte.
17553 (encode_coding_charset, Fdefine_coding_system_internal):
17554 Delete the local variable charset.
17555 (Fdefine_coding_system_internal): Setup
17556 attrs[coding_attr_charset_valids] correctly.
17557
17558 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17559 member to check if CODE is valid or not.
17560 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17561 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17562 is within the range of charset->min_code and carset->max_code.
17563
17564 2008-02-01 Dave Love <fx@gnu.org>
17565
17566 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17567
17568 * dispextern.h (generate_ascii_font): Fix return type.
17569
17570 * xfaces.c (generate_ascii_font): Fix arg declaration.
17571
17572 * coding.c (coding_inherit_eol_type)
17573 (Fset_terminal_coding_system_internal)
17574 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17575
17576 2008-02-01 Kenichi Handa <handa@m17n.org>
17577
17578 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17579 multiple charsets correctly.
17580
17581 2008-02-01 Kenichi Handa <handa@m17n.org>
17582
17583 * search.c (boyer_moore): Fix handling of multibyte character
17584 translation.
17585
17586 * xdisp.c (display_mode_element): When the variable `elt' is
17587 changed, update `this' and `lisp_string'.
17588
17589 2008-02-01 Kenichi Handa <handa@m17n.org>
17590
17591 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17592
17593 * callproc.c (Fcall_process): Be sure to give the current buffer
17594 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17595
17596 * charset.c (struct charset_map_entries): New struct.
17597 (load_charset_map): Rename from parse_charset_map. New args
17598 entries and n_entries. Change caller.
17599 (load_charset_map_from_file): Rename from load_charset_map.
17600 Change caller. New arg control_flag. Call load_charset_map at
17601 the tail.
17602 (load_charset_map_from_vector): New function.
17603 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17604 (encode_char): If the charset is compact, change a character index
17605 to a code point.
17606
17607 * coding.c (coding_alloc_by_making_gap): Check the case that the
17608 source and destination are the same correctly.
17609 (decode_coding_raw_text): Set coding->consumed_char and
17610 coding->consumed to 0.
17611 (produce_chars): If coding->chars_at_source is nonzero, update
17612 coding->consumed_char and coding->consumed before calling
17613 alloc_destination.
17614 (Fdefine_coding_system_alias): Register ALIAS in
17615 Vcoding_system_alist.
17616 (syms_of_coding): Define `no-conversion' coding system at the tail.
17617
17618 * fileio.c (Finsert_file_contents): Set coding_system instead of
17619 val. If the current buffer is multibyte, always call
17620 decode_coding_gap.
17621
17622 * xfaces.c (try_font_list): Give higher priority to fontset's
17623 family than face's family.
17624
17625 2008-02-01 Kenichi Handa <handa@m17n.org>
17626
17627 * callproc.c (Fcall_process): Be sure to give the current buffer
17628 to decode_coding_c_string.
17629
17630 * xfaces.c (try_font_list): Give a family specified in a fontset
17631 higher priority than a family specified in a face.
17632
17633 2008-02-01 Kenichi Handa <handa@m17n.org>
17634
17635 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17636 Fix arguments to insert_from_buffer.
17637
17638 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17639
17640 2008-02-01 Kenichi Handa <handa@m17n.org>
17641
17642 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17643 (decode_coding_gap): Set coding->dst_multibyte correctly.
17644
17645 2008-02-01 Kenichi Handa <handa@m17n.org>
17646
17647 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17648 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17649 (encode_coding_utf_16): Substitute coding->default_char for
17650 non-Unicode characters.
17651 (decode_coding): Don't call record_insert here.
17652 (setup_coding_system): Initialize `surrogate' of
17653 coding->spec.utf_16 to 0.
17654 (EMIT_ONE_BYTE): Fix for multibyte case.
17655
17656 * insdel.c (insert_from_gap): Call record_insert.
17657
17658 2008-02-01 Kenichi Handa <handa@m17n.org>
17659
17660 * casefiddle.c (casify_region): Fix multibyte case.
17661
17662 * character.c (c_string_width): Add return type `int'.
17663 (char_string_with_unification): Delete arg ADVANCED.
17664
17665 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17666 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17667 (CHAR_STRING_ADVANCE): Make it do-while statement.
17668
17669 * chartab.c (sub_char_table_set_range): Optimize for the case
17670 DEPTH == 3. Add workaround code for a GCC optimization bug.
17671
17672 * charset.c (parse_charset_map): Remove an unused variable.
17673
17674 * coding.c: Delete unused variables.
17675
17676 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17677 earlier. If inserted is zero and the coding system doesn't
17678 require flushing, don't call decode_coding_gap.
17679
17680 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17681
17682 2008-02-01 Kenichi Handa <handa@m17n.org>
17683
17684 The following changes are for using Unicode as an internal
17685 character model, and use UTF-8 format for buffer/string
17686 representation.
17687
17688 * .gdbinit (xchartable): Adjust for the change of char table structure.
17689 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17690
17691 * Makefile.in (obj): Add character.o and chartab.o.
17692 (lisp, shortlisp): Remove utf-8.elc.
17693 (*.o): For many files, change dependency on charset.h to
17694 character.h, and add dependency on character.h.
17695 (character.o, chartab.o): New targets.
17696
17697 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17698 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17699 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17700 of "charset.h".
17701
17702 * dired.c, filelock.c: Include "character.h".
17703
17704 * alloc.c: Include "character.h" instead of "charset.h".
17705 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17706 (syms_of_alloc): Remove defsubr for Smake_char_table.
17707
17708 * buffer.c: Include "character.h" instead of "charset.h", don't
17709 include "coding.h".
17710 (Fset_buffer_multibyte): Adjust for UTF-8.
17711
17712 * buffer.h: EXFUN Fbuffer_live_p.
17713
17714 * callproc.c: Include "character.h" instead of "charset.h".
17715 (Fcall_process): Big change for the new code-conversion APIs.
17716
17717 * casetab.c: Include "character.h" instead of "charset.h".
17718 (set_canon, set_identity, shuffle): Adjust for the new
17719 map_char_table spec.
17720 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17721 accessing the char table structure.
17722
17723 * chartab.c: New file that implements char table.
17724
17725 * category.c: Include "character.h".
17726 (copy_category_entry): New function.
17727 (copy_category_table): Call map_char_table and copy_category_entry.
17728 (Fmake_category_table): Initialize all top-level slots.
17729 (char_category_set): New function.
17730 (modify_lower_category_set): Delete.
17731 (Fmodify_category_entry): Call char_table_ref_and_range.
17732
17733 * category.h (CATEGORY_SET): Just call char_category_set.
17734
17735 * ccl.c: Include "character.h".
17736 (Qccl, Qcclp): New variables.
17737 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17738 it's less than 256.
17739 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17740 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17741 and DST type.
17742 (ccl_driver): Change types of argument, adjust code accordingly.
17743 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17744 ccl_driver.
17745 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17746
17747 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17748 New members src_multibyte, dst_multibyte, consumed, and produced.
17749 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17750 (CODING_SPEC_CCL_PROGRAM): New macro.
17751 (ccl_driver): Update prototype.
17752 (Qccl, Qcclp, Fccl_program_p): Extern them.
17753 (CHECK_CCL_PROGRAM): New macro.
17754
17755 * character.c, character.h, chartab.c: New files.
17756
17757 * charset.c: Mostly re-written. Move character and multibyte sequence
17758 handling codes to character.c.
17759
17760 * charset.h: Mostly re-written. Move character and multibyte sequence
17761 handling codes to character.h.
17762
17763 * coding.c, coding.h: Mostly re-written.
17764
17765 * composite.c: Include "character.h" instead of "charset.h".
17766 (CHAR_WIDTH): Move to character.h.
17767 (HASH_KEY, HASH_VALUE): Delete.
17768
17769 * composite.h (enum composition_method): Change order of enumeration
17770 symbols.
17771
17772 * data.c: Include "character.h" instead of "charset.h".
17773 (Faref): Call CHAR_TABLE_REF for a char table.
17774 (Faset): Call CHAR_TABLE_SET for a char table.
17775
17776 * dispextern.h (free_realized_face, check_face_attribytes)
17777 (generate_ascii_font): Extern them.
17778 (free_realized_multibyte_face): Delete extern.
17779
17780 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17781 table structure.
17782
17783 * editfns.c: Include "character.h" instead of "charset.h".
17784 (Fchar_to_string): Always call CHAR_STRING.
17785
17786 * emacs.c (main): Call init_charset_once, init_charset,
17787 syms_of_chartab, and syms_of_character.
17788
17789 * fileio.c: Include "character.h" instead of "charset.h".
17790 (Finsert_file_contents): Big change for the new code-conversion API.
17791 (choose_write_coding_system, Fwrite_region): Likewise.
17792 (build_annotations_2): Delete.
17793 (e_write): Big change for the new code-conversion API.
17794
17795 * fns.c: Include "character.h" instead of "charset.h".
17796 (copy_sub_char_table): Move to chartab.c.
17797 (Fcopy_sequence): Call copy_char_table for a char table.
17798 (concat): Delete codes calling count_multibyte.
17799 (string_char_to_byte, string_byte_to_char): Adjust for the new
17800 multibyte form.
17801 (internal_equal): Adjust for the change of char table structure.
17802 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17803 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17804 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17805 (char_table_translate, optimize_sub_char_table)
17806 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17807 chartab.c.
17808 (char_table_ref_and_index): Delete.
17809 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17810 (Fmd5): Call preferred_coding_system instead of accessing
17811 Vcoding_category_list. Adjust for the new code-conversion API.
17812 (syms_of_fns): Move defsubr for char table related functions to
17813 chartab.c.
17814
17815 * fontset.c: Mostly re-written.
17816
17817 * fontset.h (struct font_info): Change type of the member encoding_type.
17818 (enum FONT_SPEC_INDEX): New enum.
17819 (fontset_font_pattern, fs_load_font): Update prototype.
17820 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17821
17822 * indent.c: Include "character.h" instead of "charset.h".
17823 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17824
17825 * insdel.c: Include "character.h" instead of "charset.h".
17826 (copy_text): Don't refer to Vnonascii_translation_table.
17827 (insert_from_gap): New function.
17828
17829 * keyboard.c: Include "character.h" instead of "charset.h".
17830 (command_loop_1): Never call direct_output_forward_char before
17831 a non-ASCII character.
17832 (read_char): If Vkeyboard_translate_table is a char table, always
17833 translate a character.
17834
17835 * keymap.c: Include "character.h".
17836 (store_in_keymap): Handle the case that IDX is a cons.
17837 (Fdefine_key): Handle the case that KEY is a cons and the car part
17838 is also a cons (range).
17839 (push_key_description): Adjust for the new character code.
17840 (describe_vector): Call describe_char_table for a char table.
17841 (describe_char_table): New function.
17842
17843 * keymap.h (describe_char_table): Extern it.
17844
17845 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17846 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17847 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17848 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17849 Delete.
17850 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17851 structure.
17852 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17853 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17854 (CHARTAB_SIZE_BITS_3): New macros.
17855 (chartab_size): Extern it.
17856 (struct Lisp_Char_Table): Re-design.
17857 (struct Lisp_Sub_Char_Table): New structure.
17858 (HASH_KEY, HASH_VALUE): Move from fns.c.
17859 (CHARACTERBITS): Define as 22.
17860 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17861 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17862 (GC_SUB_CHAR_TABLE_P): New macro.
17863 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17864 (code_convert_string_norecord): Deleted extern.
17865 (init_character_once, syms_of_character, init_charset)
17866 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17867
17868 * lread.c: Include "character.h".
17869 (read_multibyte): New arg NBYTES.
17870 (read_escape): Change the meaning of returned *BYTEREP.
17871 (to_multibyte): Delete.
17872 (read1): Adjust the handling of char table and string.
17873
17874 * print.c: Include "character.h" instead of "charset.h".
17875 (print_string): Convert 8-bit raw bytes to octal form by
17876 string_escape_byte8.
17877 (print_object): Adjust for the new multibyte form. Print 8-bit
17878 raw bytes always in octal form. Handle sub char table correctly.
17879
17880 * process.c: Include "character.h" instead of "charset.h".
17881 (read_process_output, send_process): Adjust for the new
17882 code-conversion API.
17883
17884 * puresize.h (BASE_PURESIZE): Increase.
17885
17886 * regex.c: Include "character.h" instead of "charset.h".
17887 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17888 (regex_compile): Accept a range whose starting and ending
17889 character have different leading bytes.
17890 (analyse_first): Adjust for the above change.
17891
17892 * search.c: Include "character.h" instead of "charset.h".
17893 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17894 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17895
17896 * syntax.c: Include "character.h" instead of "charset.h".
17897 (syntax_parent_lookup): Delete.
17898 (Fmodify_syntax_entry): Accept a cons as CHAR.
17899 (skip_chars): Adjust for the new multibyte form.
17900 (init_syntax_once): Call char_table_set_range instead of directly
17901 accessing the structure of a char table.
17902
17903 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17904 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17905 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17906 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17907
17908 * term.c: Include "buffer.h" and "character.h".
17909 (encode_terminal_code, write_glyphs): Adjust for the new
17910 code-conversion API.
17911 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17912
17913 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17914
17915 * xdisp.c: Include "character.h".
17916 (get_next_display_element): Adjust for the new multibyte form.
17917 (disp_char_vector): Adjust for the new char table structure.
17918 (decode_mode_spec_coding): Adjust for the new structure of
17919 coding system.
17920 (decode_mode_spec): Adjust for the new code-conversion API.
17921
17922 * xfaces.c: Include "character.h" instead of "charset.h".
17923 (load_face_font): Adjust for the change of choose_face_font and
17924 FS_LOAD_FONT.
17925 (generate_ascii_font): New function.
17926 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17927 (set_font_frame_param): Adjust for the change of choose_face_font.
17928 (free_realized_face): Make it public.
17929 (free_realized_faces_for_fontset): Rename from
17930 free_realized_multibyte_face. Free also faces realized for ASCII.
17931 (choose_face_font): Change arguments. Adjust for the change of
17932 fontset_font_pattern and FS_LOAD_FONT.
17933
17934 * xfns.c: Include "character.h".
17935 (x_encode_text): Adjust for the new code-conversion API.
17936
17937 * xselect.c: Don't include "charset.h".
17938 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17939
17940 * xterm.c: Include "character.h".
17941 (x_encode_char): New argument CHARSET. Change caller.
17942 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17943 Call ENCODE_CHAR instead of SPLIT_CHAR.
17944 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17945 CHAR_WIDTH instead of CHARSET_WIDTH.
17946 (XTread_socket): Adjust for the new code-conversion API.
17947 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17948 (x_load_font): Adjust for the change of struct font.
17949
17950 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * xfaces.c (face_at_buffer_position): Remove unused vars.
17953
17954 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17955
17956 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17957 Fix overflow checking.
17958
17959 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17960
17961 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17962 Cancel previous change.
17963
17964 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17965
17966 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17967 ccl->eight_bit_control. Fix check for buffer overflow.
17968 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17969 (ccl_driver): Initialize extra_bytes to 0.
17970
17971 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17972
17973 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17974 return it ORed with ctrl_modifier.
17975
17976 2008-01-29 Miles Bader <miles@gnu.org>
17977
17978 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17979
17980 2008-01-28 Jason Rumney <jasonr@gnu.org>
17981
17982 * w32.c (stat): Don't double check for networked drive.
17983
17984 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * window.c (run_window_configuration_change_hook): New function.
17987 Code extracted from set_window_buffer. Set the selected frame.
17988 (set_window_buffer): Use it.
17989 * window.h (run_window_configuration_change_hook): Declare.
17990 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17991
17992 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17993
17994 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17995
17996 * Makefile.in: Remove references to unused macros.
17997
17998 2008-01-26 Eli Zaretskii <eliz@gnu.org>
17999
18000 * w32.c (g_b_init_get_sid_sub_authority)
18001 (g_b_init_get_sid_sub_authority_count): New static variables.
18002 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18003 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18004 (init_user_info): Use them to retrieve uid and gid.
18005 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18006 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18007 st_uid and st_gid of the file.
18008
18009 2008-01-26 Jason Rumney <jasonr@gnu.org>
18010
18011 * w32.c (logon_network_drive): New function.
18012 (stat): Use it.
18013
18014 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18015
18016 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18017 invisible text covered with an ellipsis.
18018
18019 2008-01-25 Richard Stallman <rms@gnu.org>
18020
18021 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18022 jump back to beginning. Move some other initializations after that.
18023 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18024 New variables.
18025 (syms_of_xdisp): Init them.
18026
18027 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18028
18029 * buffer.c (reset_buffer_local_variables):
18030 Implement `permanent-local-hook'.
18031 (Qpermanent_local_hook): New variable.
18032 (syms_of_buffer): Init and staticpro it.
18033
18034 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18035
18036 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18037
18038 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18039
18040 * fns.c (Fclrhash): Return TABLE.
18041
18042 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18043
18044 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18045 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18046 is set even without positional changes.
18047 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18048
18049 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18050
18051 2008-01-23 Jason Rumney <jasonr@gnu.org>
18052
18053 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18054
18055 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18056 the unicode range available in MULE by locale-coding-system.
18057 Improve dbcs lead byte detection. Set event timestamp and modifiers
18058 earlier.
18059
18060 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18061
18062 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18063 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18064 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18065 when used on child processes.
18066
18067 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18068
18069 * dbusbind.c (Fdbus_method_return_internal): Rename from
18070 Fdbus_method_return.
18071 (Fdbus_unregister_object): Move to dbus.el.
18072 (Fdbus_call_method, Fdbus_method_return_internal)
18073 (Fdbus_send_signal): Improve debug messages.
18074
18075 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18076
18077 * undo.c (undo_inhibit_record_point): New variable.
18078 (syms_of_undo): Initialize it.
18079 (record_point): Don't record point when undo_inhibit_record_point
18080 is set.
18081
18082 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18085
18086 * xdisp.c (Qauto_hscroll_mode): New var.
18087 (syms_of_xdisp): Initialize it.
18088 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18089 window's buffer.
18090 (hscroll_windows): Don't check automatic_hscrolling_p here.
18091
18092 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18093 vscroll if we're setting window-buffer to the value it already has.
18094
18095 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18096
18097 * m/intel386.h: Remove references to XENIX.
18098
18099 2008-01-17 Andreas Schwab <schwab@suse.de>
18100
18101 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18102 instead of HAVE_X86_64_LIB64_DIR.
18103 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18104
18105 2008-01-17 Glenn Morris <rgm@gnu.org>
18106
18107 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18108 to HAVE_X86_64_LIB64_DIR.
18109
18110 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18111
18112 * s/irix3-3.h:
18113 * s/irix4-0.h:
18114 * s/386-ix.h:
18115 * s/domain.h:
18116 * s/hpux9-x11r4.h:
18117 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18118
18119 * sysdep.c: Remove code containing references to symbols defined
18120 by unsupported systems.
18121
18122 2008-01-16 Glenn Morris <rgm@gnu.org>
18123
18124 * coding.c (select-safe-coding-system-function): Doc fix.
18125
18126 2008-01-15 Glenn Morris <rgm@gnu.org>
18127
18128 * config.in: Revert 2008-01-13 change: this is a generated file.
18129
18130 2008-01-13 Tom Tromey <tromey@redhat.com>
18131
18132 * lisp.h: Fix typo.
18133
18134 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18135
18136 * m/sequent-ptx.h:
18137 * m/sequent.h:
18138 * s/ptx.h:
18139 * s/ptx4-2.h:
18140 * s/ptx4.h: Remove files for systems no longer supported.
18141
18142 * callproc.c (Fcall_process): Fix previous change.
18143
18144 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18145
18146 * unexsunos4.c: Remove file, system not supported anymore.
18147
18148 * m/mips.h:
18149 * m/intel386.h:
18150 * callproc.c:
18151 * config.in:
18152 * ecrt0.c:
18153 * emacs.c:
18154 * fileio.c:
18155 * frame.c:
18156 * getpagesize.h:
18157 * keyboard.c:
18158 * lread.c:
18159 * process.c:
18160 * puresize.h:
18161 * sysdep.c:
18162 * systty.h:
18163 * syswait.h:
18164 * unexec.c:
18165 * xdisp.c:
18166 * alloc.c: Remove code containing references to symbols defined by
18167 unsupported systems.
18168
18169 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18170
18171 * coding.c (detect_coding_mask): Fix previous change.
18172
18173 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18174
18175 * coding.c (detect_coding_iso2022): New arg
18176 latin_extra_code_state. Allow Latin extra codes only
18177 when *latin_extra_code_state is nonzero.
18178 (detect_coding_mask): If there is a NULL byte, detect the encoding
18179 as UTF-16 or binary. If Latin extra codes exist, detect the
18180 encoding as ISO-2022 only when there's no other proper encoding is
18181 found.
18182
18183 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18184
18185 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18186 #ifdef MAC_OS.
18187
18188 2008-01-08 Richard Stallman <rms@gnu.org>
18189
18190 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18191
18192 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18193
18194 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18195 menu bar in parentheses.
18196
18197 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18198
18199 * m/7300.h:
18200 * m/acorn.h:
18201 * m/alliant-2800.h:
18202 * m/alliant.h:
18203 * m/alliant1.h:
18204 * m/alliant4.h:
18205 * m/altos.h:
18206 * m/amdahl.h:
18207 * m/apollo.h:
18208 * m/att3b.h:
18209 * m/aviion-intel.h:
18210 * m/aviion.h:
18211 * m/celerity.h:
18212 * m/clipper.h:
18213 * m/cnvrgnt.h:
18214 * m/convex.h:
18215 * m/cydra5.h:
18216 * m/delta88k.h:
18217 * m/dpx2.h:
18218 * m/dual.h:
18219 * m/elxsi.h:
18220 * m/f301.h:
18221 * m/gould-np1.h:
18222 * m/gould.h:
18223 * m/i860.h:
18224 * m/ibmps2-aix.h:
18225 * m/ibmrt-aix.h:
18226 * m/ibmrt.h:
18227 * m/irist.h:
18228 * m/is386.h:
18229 * m/isi-ov.h:
18230 * m/mega68.h:
18231 * m/mg1.h:
18232 * m/news-r6.h:
18233 * m/news-risc.h:
18234 * m/news.h:
18235 * m/nh3000.h:
18236 * m/nh4000.h:
18237 * m/ns16000.h:
18238 * m/ns32000.h:
18239 * m/nu.h:
18240 * m/orion.h:
18241 * m/orion105.h:
18242 * m/paragon.h:
18243 * m/pfa50.h:
18244 * m/plexus.h:
18245 * m/pyramid.h:
18246 * m/pyrmips.h:
18247 * m/sh3el.h:
18248 * m/sps7.h:
18249 * m/sr2k.h:
18250 * m/stride.h:
18251 * m/sun1.h:
18252 * m/sun2.h:
18253 * m/sun3-68881.h:
18254 * m/sun3-fpa.h:
18255 * m/sun3-soft.h:
18256 * m/sun3.h:
18257 * m/sun386.h:
18258 * m/symmetry.h:
18259 * m/tad68k.h:
18260 * m/tahoe.h:
18261 * m/targon31.h:
18262 * m/tek4300.h:
18263 * m/tekxd88.h:
18264 * m/tower32.h:
18265 * m/tower32v3.h:
18266 * m/ustation.h:
18267 * m/wicat.h:
18268 * m/xps100.h:
18269 * s/cxux.h:
18270 * s/cxux7.h:
18271 * s/dgux.h:
18272 * s/dgux4.h:
18273 * s/dgux5-4-3.h:
18274 * s/dgux5-4r2.h:
18275 * s/esix.h:
18276 * s/esix5r4.h:
18277 * s/hiuxmpp.h:
18278 * s/hiuxwe2.h:
18279 * s/iris3-5.h:
18280 * s/iris3-6.h:
18281 * s/isc2-2.h:
18282 * s/isc3-0.h:
18283 * s/isc4-0.h:
18284 * s/isc4-1.h:
18285 * s/newsos5.h:
18286 * s/newsos6.h:
18287 * s/osf1.h:
18288 * s/osf5-0.h:
18289 * s/riscix1-1.h:
18290 * s/riscix12.h:
18291 * s/sco4.h:
18292 * s/sco5.h:
18293 * s/sunos4-0.h:
18294 * s/sunos4-1.h:
18295 * s/sunos413.h:
18296 * s/sunos4shr.h:
18297 * s/umax.h:
18298 * s/unipl5-2.h:
18299 * s/xenix.h:
18300 * cxux-crt0.s:
18301 * unexapollo.c:
18302 * unexconvex.c:
18303 * unexenix.c:
18304 * unexsni.c: Remove files for systems no longer supported.
18305
18306 * m/intel386.h: Remove references to unsupported systems.
18307
18308 * w32.c (get_emacs_configuration): Remove reference to i860.
18309
18310 * sysdep.c: Remove dead code.
18311
18312 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18313
18314 * s/rtu.h:
18315 * m/masscomp.h: Remove files. Platform is obsolete.
18316
18317 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
18318
18319 * dbusbind.c (Fdbus_method_return): New function.
18320 (xd_read_message): Add the serial number to the event.
18321 (Fdbus_register_method): Activate the function.
18322
18323 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18324
18325 * keyboard.c (read_key_sequence): Fix typo.
18326
18327 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
18328
18329 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18330 (xd_signature, xd_append_arg): Handle element type detection for
18331 empty arrays.
18332 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18333 SDATA () calls; this must be solved more general.
18334 (Fdbus_register_signal): Use SBYTES instead of strlen.
18335
18336 2008-01-03 Magnus Henoch <magnus@zemdatav>
18337
18338 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18339 unsigned int for byte values (necessary for big-endian platform).
18340 (Fdbus_call_method): Handle the case of no returned arguments.
18341
18342 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18343
18344 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18345
18346 2007-12-31 Magnus Henoch <mange@freemail.hu>
18347
18348 * dbusbind.c (xd_signature): Signature of variant is just "v".
18349
18350 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
18351
18352 * dbusbind.c: Fix several errors and compiler warnings.
18353 Reported by Tom Tromey <tromey@redhat.com>.
18354 (XD_ERROR, XD_DEBUG_MESSAGE)
18355 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18356 (xd_append_arg): Part for basic D-Bus types rewritten.
18357 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18358 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18359 appropriate.
18360 (xd_read_message): Return Qnil. Don't signal an error; it is not
18361 useful during event reading.
18362 (Fdbus_register_signal): Signal an error if the check for
18363 FUNCTIONP fails.
18364 (Fdbus_register_method): New function. The implementation is not
18365 complete, the call of the function signals an error therefore.
18366 (Fdbus_unregister_object): New function, renamed from
18367 Fdbus_unregister_signal. The initial check signals an error, if
18368 the object is not well formed.
18369
18370 2007-12-30 Richard Stallman <rms@gnu.org>
18371
18372 * textprop.c (get_char_property_and_overlay):
18373 Signal error if POSITION is out of range in a buffer.
18374
18375 2007-12-29 Martin Rudalics <rudalics@gmx.at>
18376
18377 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18378 because the original parameters are in pure storage now.
18379
18380 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18381
18382 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18383
18384 2007-12-22 Eli Zaretskii <eliz@gnu.org>
18385
18386 * callint.c (syms_of_callint) <command-history>: Add reference to
18387 history-length in the doc string.
18388
18389 2007-12-17 Jason Rumney <jasonr@gnu.org>
18390
18391 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18392 before passing as wParam.
18393
18394 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
18395
18396 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18397 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18398 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18399 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18400 as number.
18401 (Fdbus_call_method): Fix docstring.
18402
18403 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
18404
18405 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18406 New macros.
18407 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18408 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18409 Simplify.
18410 (xd_signature): New function.
18411 (xd_append_arg): Compute also signatures. Major rewrite.
18412 (xd_retrieve_arg): Make debug messages friendly.
18413 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18414 Check for signatures of arguments.
18415
18416 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
18417
18418 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18419 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18420 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18421 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18422 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18423 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18424 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18425 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18426 (xd_retrieve_value): Remove. Functionality included in ...
18427 (xd_append_arg): New function.
18428 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18429
18430 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
18431
18432 * dbusbind.c (top): Include <stdio.h>.
18433 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18434 dbus_message_new_method_call and dbus_message_new_signal.
18435 (Fdbus_register_signal): Rename unique_name to uname.
18436 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18437 non-existing unique name. Fix typos in matching rule. Return an
18438 object which is useful in Fdbus_unregister_signal.
18439 (Fdbus_unregister_signal): Reimplementation, in order to remove
18440 only the corresponding entry.
18441 (Vdbus_registered_functions_table): Change the order of entries.
18442 Apply these changes in xd_read_message and Fdbus_register_signal.
18443
18444 2007-12-16 Andreas Schwab <schwab@suse.de>
18445
18446 * fileio.c (Finsert_file_contents): Fix overflow check to not
18447 depend on undefined integer overflow.
18448
18449 2007-12-14 Jason Rumney <jasonr@gnu.org>
18450
18451 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18452 for characters above 127.
18453
18454 2007-12-13 Jason Rumney <jasonr@gnu.org>
18455
18456 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18457 before dereferencing array.
18458 (lookup_vk_code): Remove zero comparison.
18459
18460 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18461
18462 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18463 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18464 Use `unsigned int' instead of `uint'.
18465 (xd_read_message, Fdbus_register_signal): Split expressions into
18466 multiple lines before operators "&&" and "||", according to the
18467 GNU Coding Standards.
18468
18469 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18470
18471 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18472
18473 2007-12-12 Juri Linkov <juri@jurta.org>
18474
18475 * buffer.c (Frename_buffer): In interactive spec replace
18476 `read-buffer' with `read-string' that uses `buffer-name-history'
18477 as history, and the current buffer's name as default.
18478
18479 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18482 manipulating the backtrace manually.
18483 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18484 (struct backtrace, backtrace_list): Remove.
18485 (command_loop_1): Remove dead var `no_direct'.
18486
18487 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18488 preserve non-built-in buffer-local variables.
18489 (Fkill_all_local_variables): Don't re-create&re-set permanent
18490 buffer-local variables.
18491
18492 2007-12-09 Juri Linkov <juri@jurta.org>
18493
18494 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18495 Lisp code that uses `read-buffer' with current buffer as default.
18496
18497 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18498
18499 * dbusbind.c (xd_read_message): Generate an event for every
18500 registered handler. There might be several handlers registered
18501 for the same signal.
18502 (Fdbus_register_signal): Don't overwrite a registration for the
18503 same signal. Add a new registration if handlers are different.
18504 (Vdbus_registered_functions_table): Rework doc string.
18505
18506 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
18507
18508 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18509 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18510 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18511 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18512 Unify argument lists.
18513 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18514 arguments and hash table keys. Use unique name for service.
18515 (Fdbus_unregister_signal): Remove checks.
18516 (Vdbus_registered_functions_table): Fix doc string.
18517
18518 2007-12-05 Magnus Henoch <mange@freemail.hu>
18519
18520 * process.c (make_process): Initialize pty_flag to 0.
18521
18522 2007-12-05 Jason Rumney <jasonr@gnu.org>
18523
18524 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18525 specified XBMs.
18526
18527 2007-12-05 Richard Stallman <rms@gnu.org>
18528
18529 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18530
18531 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18532
18533 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18534 New variable.
18535 (mac_try_close_socket) [MAC_OSX]: New function.
18536 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18537 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18538
18539 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18540 Use mac_try_close_socket.
18541
18542 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18543
18544 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18545 reloc_base.
18546 (copy_dysymtab): Compute relocation base here.
18547 (rebase_reloc_address) [__ppc64__]: New function.
18548 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18549 changed.
18550
18551 2007-12-05 Jason Rumney <jasonr@gnu.org>
18552
18553 * w32proc.c (sys_spawnve): Quote args with wildcards.
18554
18555 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18556
18557 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18558 __objc_* sections.
18559 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18560
18561 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
18562
18563 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18564 Move check for Vdbus_registered_functions_table to
18565 xd_read_queued_messages.
18566 (xd_read_queued_messages): Protect xd_read_message calls by
18567 internal_condition_case_1.
18568
18569 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
18570
18571 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18572 Qdbus_system_bus and Qdbus_session_bus, respectively.
18573 (Vdbus_intern_symbols): Remove.
18574 (Vdbus_registered_functions_table): New hash table.
18575 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18576 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18577 Rewrite in order to manage registered functions by hash table
18578 Vdbus_registered_functions_table.
18579
18580 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18581
18582 * xterm.c: Update URL to Window Manager Specification in comment.
18583
18584 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
18585
18586 * config.in (HAVE_DBUS): Add.
18587
18588 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18589 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18590 (obj): Add $(DBUS_OBJ).
18591 (LIBES): Add $(DBUS_LIBS).
18592 (dbusbind.o): New target.
18593
18594 * dbusbind.c: New file.
18595
18596 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18597
18598 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18599 (Qdbus_event): New Lisp symbol.
18600 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18601 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
18602 (keys_of_keyboard): Define dbus-event.
18603
18604 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18605
18606 2007-12-01 Richard Stallman <rms@gnu.org>
18607
18608 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18609
18610 2007-11-30 Jason Rumney <jasonr@gnu.org>
18611
18612 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18613 (w32con_reset_terminal_modes): Clear screen buffer.
18614 (w32_face_attributes): Don't use color indexes that are out of range.
18615 Only reverse the default colors.
18616
18617 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18618 WINDOWSNT.
18619
18620 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18621
18622 2007-11-29 Jason Rumney <jasonr@gnu.org>
18623
18624 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18625 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18626 if the terminal colors are initialized.
18627 (unspecified_fg, unspecified_bg): Remove unused declarations.
18628
18629 2007-11-29 Andreas Schwab <schwab@suse.de>
18630
18631 * keyboard.c (apply_modifiers): Fix typo.
18632
18633 2007-11-29 Richard Stallman <rms@gnu.org>
18634
18635 * keymap.c (Fcurrent_local_map): Doc fix.
18636
18637 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18638
18639 * s/gnu-kfreebsd.h: New file.
18640
18641 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18642
18643 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18644 Don't cast redundantly.
18645
18646 * keyboard.c (KEY_TO_CHAR): New macro.
18647 (parse_modifiers, apply_modifiers): Accept integer arguments.
18648 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18649 for chars and symbol keys.
18650 After doing such remapping, apply function-key-map again.
18651
18652 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18653
18654 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18655 compiled anymore.
18656
18657 2007-11-26 Andreas Schwab <schwab@suse.de>
18658
18659 * process.c (list_processes_1): Fix indentation level of the
18660 command column.
18661
18662 2007-11-23 Andreas Schwab <schwab@suse.de>
18663
18664 * editfns.c (Fformat): Handle %c specially since it requires the
18665 argument to be of type int.
18666
18667 2007-11-23 Markus Triska <markus.triska@gmx.at>
18668
18669 * emacs.c (main): Call init_editfns before init_process, since
18670 init_process sets Vprocess_connection_type depending on OS release.
18671
18672 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18675 (find_symbol_value): Use do_symval_forwarding.
18676
18677 * data.c (set_internal): Set the value in the `cons-cell' (for
18678 Buffer_Local_values) not only for frame-local variables.
18679
18680 2007-11-22 Andreas Schwab <schwab@suse.de>
18681
18682 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18683 values to sprintf.
18684 * keymap.c (Fsingle_key_description): Likewise.
18685 * print.c (print_object): Likewise.
18686
18687 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18688
18689 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18690 file for image is nil.
18691
18692 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18693
18694 * term.c: Include stdarg.h.
18695 (fatal): Implement using varargs.
18696 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18697
18698 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18699
18700 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18701 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18702 Update call to buffer_slot_type_mismatch.
18703 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18704 (buffer_slot_type_mismatch): Update.
18705 * buffer.c (buffer_local_types): Remove.
18706 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18707 (defvar_per_buffer): Set the type in the buffer_objfwd.
18708
18709 2007-11-21 Jason Rumney <jasonr@gnu.org>
18710
18711 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18712 CreateFileMapping returns NULL on failure.
18713
18714 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * search.c (Fset_match_data): Remove the `evaporate' feature.
18717 (unwind_set_match_data): Don't use the `evaporate' feature.
18718
18719 2007-11-21 Jason Rumney <jasonr@gnu.org>
18720
18721 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18722
18723 * w32console.c (w32con_write_glyphs): Remove unused variables.
18724
18725 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18726
18727 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18728
18729 * s/darwin.h (MULTI_KBOARD): Remove.
18730
18731 * macfns.c (x_create_tip_frame, Fx_create_frame)
18732 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18733
18734 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * buffer.c (Fbuffer_local_value): Remove redundant test.
18737 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18738 than in `current-buffer' to match the comment.
18739 Do the swap using swap_in_global_binding.
18740
18741 * data.c (store_symval_forwarding, set_internal):
18742 * eval.c (specbind): Remove dead code.
18743
18744 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18745 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18746 Since we do not want to see internal Lisp_*fwd objects here.
18747
18748 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18749
18750 * sysdep.c (init_system_name): Use getaddrinfo if available.
18751
18752 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18753 (x_scroll_bar_note_movement): start, end, with, height in struct
18754 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18755
18756 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18757
18758 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18759
18760 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18763 This undoes Richard's change of 14-Oct-2002.
18764
18765 * alloc.c (allocate_other_vector):
18766 * lisp.h (allocate_other_vector): Remove.
18767
18768 * window.c (struct save_window_data): Move non-lisp data to the end
18769 and make it `int' rather than Lisp_Object.
18770 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18771 Done wrap/unwrap integer values.
18772 (Fset_window_configuration, compare_window_configurations):
18773 Update use of fields to their new types.
18774
18775 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18776 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18777 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18778 (SET_SCROLL_BAR_X_WINDOW): Remove.
18779 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18780 Access the new x_window field directly.
18781 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18782 Don't wrap/unwrap integers into Lisp_Objects.
18783 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18784 (x_scroll_bar_report_motion):
18785 Don't wrap/unwrap integers into Lisp_Objects.
18786 (x_term_init): Use SDATA.
18787 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18788 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18789 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18790 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18791 * xfns.c (x_set_background_color):
18792 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18793 Access the new x_window field directly.
18794
18795 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18796 (allocate_pseudovector): Make non-static.
18797
18798 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18799 (allocate_pseudovector): Declare.
18800 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18801
18802 2007-11-15 Andreas Schwab <schwab@suse.de>
18803
18804 * editfns.c (Fformat): Correctly format EMACS_INT values.
18805 Also take precision into account when formatting an integer.
18806
18807 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18808
18809 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18812 (syms_of_keyboard): Defsubr it.
18813
18814 * data.c (swap_in_global_binding): Fix longstanding bug where
18815 store_symval_forwarding was not called with the right second argument,
18816 thus causing objfwd-ing from being dropped.
18817
18818 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18819
18820 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18821 (Fx_display_pixel_height, Fx_display_planes)
18822 (Fx_display_color_cells, Fx_server_max_request_size)
18823 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18824 (Fx_display_visual_class, Fx_display_save_under):
18825 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18826 (Fx_display_pixel_height, Fx_display_planes)
18827 (Fx_display_color_cells, Fx_server_max_request_size)
18828 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18829 (Fx_display_mm_height, Fx_display_mm_width)
18830 (Fx_display_backing_store, Fx_display_visual_class)
18831 (Fw32_select_font, Fx_display_save_under):
18832 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18833 (Fx_display_pixel_height, Fx_display_planes)
18834 (Fx_display_color_cells, Fx_server_max_request_size)
18835 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18836 (Fx_display_save_under): Fix typos in docstrings.
18837
18838 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18839
18840 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18841 corresponding to deleted entries; they are an implementation detail.
18842 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18843 Remove variables.
18844 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18845 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18846 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18847 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18848 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18849 (Fw32_define_rgb_color, Fw32_load_color_file)
18850 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18851 Fix typos in docstrings.
18852 (Fx_server_version): Reflow docstring.
18853 (Fw32_shell_execute): Doc fixes.
18854
18855 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
18856
18857 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18858 if w32_parse_hot_key returned nil.
18859
18860 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18863
18864 2007-11-09 Jason Rumney <jasonr@gnu.org>
18865
18866 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18867
18868 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18869
18870 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18871 Remove W32_SCROLL_BAR_CLICK_EVENT.
18872
18873 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18874 Add MULTIMEDIA_KEY_EVENT.
18875
18876 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18877 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18878 (make_lispy_event) [WINDOWSNT]: Use it to translate
18879 MULTIMEDIA_KEY_EVENT.
18880
18881 * w32term.h (WM_APPCOMMAND): Define if not already.
18882 (GET_APPCOMMAND_LPARAM): Likewise.
18883
18884 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18885 WM_APPCOMMAND.
18886
18887 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18888 (syms_of_w32fns): Export and initialize it.
18889 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18890
18891 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
18892
18893 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18894 twice.
18895
18896 * xdisp.c (handle_face_prop): Fix last change.
18897
18898 2007-11-09 Richard Stallman <rms@gnu.org>
18899
18900 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18901 not just for after-strings and before-strings.
18902 Call face_for_overlay_string and pass the overlay to it.
18903 (handle_display_prop): Determine whether property came from an overlay.
18904 Pass OVERLAY arg to handle_single_display_spec.
18905 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18906 (load_overlay_strings): Fill in it->string_overlays.
18907 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18908
18909 * xfaces.c (face_for_overlay_string): Function renamed from
18910 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18911
18912 * dispextern.h (struct it): New elt string_overlays.
18913 New elt from_overlay, also in stack.
18914 Rearrange a few elements.
18915 (face_for_overlay_string): Decl renamed from
18916 face_at_buffer_position_no_overlays, and add argument.
18917
18918 2007-11-09 Richard Stallman <rms@gnu.org>
18919
18920 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18921 to get the base face for an overlay string.
18922
18923 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18924
18925 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18926
18927 * xdisp.c (handle_stop): Move some code out of loop.
18928
18929 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18930
18931 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18932 Fix conversion from Lisp object to ATSUFontID.
18933
18934 2007-11-09 Jason Rumney <jasonr@gnu.org>
18935
18936 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18937
18938 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18939
18940 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18941 Don't assume regions are aligned to page boundary.
18942 (print_load_command_name): Add LC_UUID if defined.
18943
18944 2007-11-09 Richard Stallman <rms@gnu.org>
18945
18946 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18947
18948 2007-11-07 Jason Rumney <jasonr@gnu.org>
18949
18950 * s/windows95.h: Remove.
18951
18952 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18953
18954 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18955 abort with a message on unhandled store_type values.
18956
18957 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18958
18959 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18960 Remove HAVE_X11R5 and HAVE_X11R4.
18961
18962 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18963
18964 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18965
18966 2007-11-01 Johan Bockgård <bojohan@gnu.org>
18967
18968 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18969 Don't set s->stippled_p here, since it has already been set by
18970 x_set_glyph_string_gc from x_draw_glyph_string.
18971
18972 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18973
18974 * sunfns.c: Remove file.
18975
18976 * m/sun386.h:
18977 * m/sun2.h:
18978 * m/sparc.h: Remove Sun windows code.
18979
18980 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18983 (init_keyboard): Set current_kboard's window-system to nil.
18984 (tty_read_avail_input): Typo.
18985 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18986
18987 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18988
18989 * s/usg5-4.h:
18990 * s/usg5-3.h:
18991 * s/ptx.h:
18992 * m/is386.h:
18993 * m/ibmps2-aix.h:
18994 * Makefile.in: Remove all mentions of X10.
18995
18996 * dispnew.c (syms_of_display): Don't mention version 10.
18997
18998 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
18999
19000 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19001 ($(BLD)/abbrev.$(O)): Remove.
19002
19003 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 Rewrite abbrev.c in Elisp.
19006 * image.c (Qcount): Don't declare as extern.
19007 (syms_of_image): Initialize and staticpro `Qcount'.
19008 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19009 * emacs.c (main): Don't call syms_of_abbrev.
19010 * Makefile.in (obj): Remove abbrev.o.
19011 (abbrev.o): Remove.
19012 * abbrev.c: Remove.
19013
19014 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19015
19016 * window.c (window_min_size_2): Don't count header-line.
19017
19018 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19019
19020 * frame.h (struct frame): Move all bit fields after the first bit
19021 field to take advantage of the available space. Group all the
19022 chars together to reduce wasted space due to padding.
19023
19024 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19025
19026 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19027
19028 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19029 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19030 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19031 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19032 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19033 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19034 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19035 (last_marked, mark_object_loop_halt): Make static.
19036
19037 * frame.c (syms_of_frame) <delete-frame-functions>:
19038 Fix typo in docstring.
19039
19040 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19041
19042 * w32.c (init_environment): Fix tiny memory leak.
19043 (w32_get_resource): Remove unused variable `ok'.
19044
19045 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19046
19047 Make `window-system' into a keyboard-local variable (rather than
19048 frame-local as done originally by multi-tty).
19049
19050 * keyboard.h (struct kboard): Add Vwindow_system.
19051 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19052 (mark_kboards): Mark Vwindow_system.
19053
19054 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19055 (init_display): Don't set the obsolete `window-system' frame-param.
19056
19057 * xterm.c (x_term_init):
19058 * w32term.c (w32_create_terminal):
19059 * term.c (init_tty): Set Vwindow_system.
19060 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19061 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19062
19063 * xfns.c (Fx_create_frame, x_create_tip_frame):
19064 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19065 * macfns.c (Fx_create_frame):
19066 Don't set the obsolete `window-system' frame-param.
19067
19068 * frame.h (Qwindow_system): Remove.
19069 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19070 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19071
19072 2007-10-24 Richard Stallman <rms@gnu.org>
19073
19074 * frame.c (x_figure_window_size): For fullscreen case,
19075 set USPosition | PPosition without clobbering rest of window_prompting.
19076
19077 * keyboard.c (Fcurrent_idle_time): Doc fix.
19078
19079 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19080
19081 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19082
19083 * process.c (unwind_request_sigio): Only define if __ultrix__.
19084
19085 * callproc.c (child_setup): Remove spurious *.
19086
19087 * lisp.h (Fget_text_property): Declare.
19088 (have_menus_p): Declare it here rather than in sys-dep header files.
19089 * macterm.h (have_menus_p):
19090 * msdos.h (have_menus_p):
19091 * xterm.h (have_menus_p): Remove.
19092
19093 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19094 (Fmake_variable_frame_local): Just check the variable's const-ness
19095 rather than checking nil or t.
19096
19097 2007-10-22 Jason Rumney <jasonr@gnu.org>
19098
19099 * w32fns.c: Include math.h.
19100 (w32_abort): Declaration moved to nt/config.nt.
19101
19102 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19103 (abort): Redefinition moved to nt/config.nt.
19104
19105 * m/windowsnt.h: Remove.
19106
19107 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19108
19109 * emacs.c (Fdump_emacs): Fix typo in message.
19110 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19111 <installation-directory>: Reflow docstring.
19112
19113 2007-10-22 Juri Linkov <juri@jurta.org>
19114
19115 * minibuf.c: Allow minibuffer default to be a list of default values.
19116 With empty input use the first element of this list as returned default.
19117 (string_to_object)
19118 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19119 (read_minibuf): If defalt is cons, set histstring to its car.
19120 (Fread_string): If default_value is cons, set val to its car.
19121 (Fread_buffer): If def is cons, use its car.
19122 (Fcompleting_read): If defalt is cons, set val to its car.
19123
19124 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19125
19126 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19127
19128 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19129
19130 * doc.c (Fdocumentation): Check for advice in all cases.
19131
19132 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19133
19134 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19135
19136 2007-10-19 Richard Stallman <rms@gnu.org>
19137
19138 * doc.c (Fdocumentation): Check for and handle an advised function.
19139
19140 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19141
19142 * process.c (Fset_process_filter): Doc fix.
19143
19144 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19147 which caused key-translation-map to applied repeatedly (thus breaking
19148 double-mode).
19149
19150 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19151
19152 * xselect.c (x_own_selection, x_handle_selection_clear)
19153 (x_clear_frame_selections):
19154 * w32menu.c (list_of_panes, list_of_items):
19155 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19156 * textprop.c (validate_plist, interval_has_all_properties)
19157 (interval_has_some_properties, interval_has_some_properties_list)
19158 (add_properties, text_property_list):
19159 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19160 * minibuf.c (Fassoc_string):
19161 * macselect.c (x_own_selection, x_clear_frame_selections)
19162 (Fx_disown_selection_internal):
19163 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19164 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19165
19166 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19167
19168 * process.c: Link to libs for calling res_init() if available.
19169 (Fmake_network_process): Call res_init() before getaddrinfo or
19170 gethostbyname, if possible.
19171
19172 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * lread.c (read1): Set pvectype for char_tables.
19175
19176 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19177 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19178 Add type checks.
19179 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19180
19181 * alloc.c (free_misc): Use XMISCTYPE.
19182 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19183
19184 2007-10-17 Glenn Morris <rgm@gnu.org>
19185
19186 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19187 (syms_of_minibuf): Add Qcompletion_ignore_case.
19188 * dired.c (Qcompletion_ignore_case): Change to external.
19189 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19190 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19191 (Fread_file_name): Use it rather than intern'ing.
19192
19193 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19194 (Fread_coding_system): Ignore case of user input.
19195
19196 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19197
19198 * xdisp.c (handle_display_prop): Ignore display specs after
19199 replacing one when string text is being replaced.
19200 (handle_single_display_spec): Pretend as if characters with display
19201 property haven't been consumed only when buffer text is being replaced.
19202
19203 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * xfns.c (Fx_create_frame, Fx_display_list):
19206 * window.c (window_fixed_size_p, enlarge_window)
19207 (shrink_window_lowest_first):
19208 * macterm.c (init_font_name_table):
19209 * macfns.c (Fx_create_frame, Fx_display_list):
19210 * lread.c (close_load_descs):
19211 * keyboard.c (read_char_x_menu_prompt):
19212 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19213 * coding.c (code_convert_region_unwind): Test the type of an object
19214 rather than just !NILP before extracting data from it.
19215
19216 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19217
19218 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19219 (XMISCANY): New macro.
19220 (XMISCTYPE): Use it.
19221 (struct Lisp_Misc_Any): New type.
19222 (union Lisp_Misc): Use it.
19223 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19224 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19225 (find_symbol_value, set_internal, default_value, Fset_default)
19226 (Fmake_variable_buffer_local, Fmake_local_variable)
19227 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19228 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19229 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19230 * alloc.c (allocate_buffer): Set the size and tag.
19231 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19232 Use XMISCANY.
19233 (die): Follow the GNU convention for error messages.
19234 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19235 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19236 tag any more.
19237 (set_buffer_internal_1):
19238 * frame.c (store_frame_param):
19239 * eval.c (specbind):
19240 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19241
19242 * doc.c (Fsnarf_documentation): Simplify.
19243
19244 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19245
19246 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19247 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19248
19249 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19252
19253 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19254
19255 * eval.c (do_autoload): Don't save autoloads.
19256
19257 * data.c (Ffset): Save autoload of the function being set.
19258
19259 2007-10-07 John Paul Wallington <jpw@pobox.com>
19260
19261 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19262 parameter before setting up faces.
19263
19264 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19265
19266 * ccl.c (Fregister_code_conversion_map):
19267 * keyboard.c (append_tool_bar_item): Reformat last change.
19268
19269 * lisp.h (eabs): Rename from `abs'. All callers changed.
19270
19271 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19272
19273 * buffer.c (add_overlay_mod_hooklist):
19274 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19275 * fontset.c (make_fontset):
19276 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19277 (append_tool_bar_item):
19278 * macmenu.c (grow_menu_items):
19279 * w32menu.c (grow_menu_items):
19280 * xmenu.c (grow_menu_items): Use larger_vector.
19281
19282 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19283
19284 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19285 selected frame'' on MSDOS).
19286
19287 2007-10-12 Martin Rudalics <rudalics@gmx.at>
19288
19289 * frame.c (Qexplicit_name): New variable.
19290 (x_report_frame_params): Report it in parameter alist.
19291 (syms_of_frame): Intern and staticpro it.
19292
19293 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19294
19295 * macfns.c (x_create_tip_frame): Set terminal for frame.
19296
19297 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19298
19299 * frame.c (Qenvironment): Remove.
19300 (syms_of_frame) <Qenvironment>: Don't initialize.
19301 (Fdelete_frame): Don't treat the `environment' param specially.
19302 * frame.h (Qenvironment): Don't declare.
19303 * callproc.c (set_initial_environment): Don't set unused frame param.
19304
19305 * frame.c (Fframe_with_environment): Remove.
19306 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19307
19308 * lisp.h (Fframe_with_environment): Don't declare.
19309
19310 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
19311
19312 * indent.c (indent_tabs_mode, last_known_column)
19313 (last_known_column_modified): Make static.
19314 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19315
19316 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19317
19318 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19319
19320 2007-10-09 Jason Rumney <jasonr@gnu.org>
19321
19322 * w32term.c (x_set_window_size): Disable code that attempts to tell
19323 Lisp code about a size change before it actually happens.
19324
19325 2007-10-09 Richard Stallman <rms@gnu.org>
19326
19327 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19328 return HANDLED_RETURN.
19329
19330 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19331
19332 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19333 when there's an unread command event.
19334
19335 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19336 window autoselection act appropriately when leaving selected frame.
19337 (syms_of_frame): Initialize focus_follows_mouse.
19338 * frame.h (focus_follows_mouse): Extern it.
19339 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19340 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19341 * msdos.c (dos_rawgetc): Likewise.
19342 * w32term.c (w32_read_socket): Likewise.
19343 * xterm.c (handle_one_xevent): Likewise.
19344 * xdisp.c (syms_of_xdisp): In doc-string of
19345 mouse-autoselect-window mention focus-follows-mouse.
19346
19347 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19348
19349 * macterm.c (mac_load_query_font): Fix missing return value.
19350 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19351 Add BLOCK_INPUT.
19352
19353 2007-10-08 Richard Stallman <rms@gnu.org>
19354
19355 * xdisp.c (get_window_cursor_type): Implement documented behavior
19356 for cursor-in-non-selected-windows = t.
19357
19358 2007-10-08 Jason Rumney <jasonr@gnu.org>
19359
19360 * w32.c (w32_get_resource): Always close registry keys.
19361
19362 2007-10-08 Jason Rumney <jasonr@gnu.org>
19363
19364 * makefile.w32-in (LIBS): Add COMCTL32.
19365
19366 * w32fns.c (globals_of_w32fns): Init common controls.
19367
19368 2007-10-08 Richard Stallman <rms@gnu.org>
19369
19370 * image.c (our_memory_buffer): Rename from omfib_buffer.
19371
19372 2007-10-08 Richard Stallman <rms@gnu.org>
19373
19374 * buffer.c (Foverlays_at): Doc fix.
19375
19376 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19377
19378 * fns.c (Fplist_put): Preserve uneven tail data.
19379
19380 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19381
19382 * termhooks.h (enum event_kind): Remove trailing comma.
19383
19384 * frame.h (enum): Remove trailing comma.
19385
19386 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19387
19388 * w32proc.c (delete_child): Don't terminate threads of zombies.
19389
19390 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19391
19392 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19393
19394 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19395 last-repeatable-command.
19396 (init_kboard): Initialize Vlast_repeatable_command.
19397 (command_loop_1): Set it to real_this_command unless that was
19398 bound to an input event.
19399 (mark_kboards): Mark it.
19400
19401 2007-10-08 Richard Stallman <rms@gnu.org>
19402
19403 * eval.c (condition-case): Doc fix.
19404
19405 2007-10-08 Masatake YAMATO <jet@gyve.org>
19406
19407 * xfaces.c (tty_supports_face_attributes_p): Fix code
19408 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19409 was copied and not edited.
19410
19411 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 Add new `input-decode-map' keymap and use it for terminal
19414 escape sequences.
19415 * keyboard.h (struct kboard): Add Vinput_decode_map.
19416 Remove Vlocal_key_translation_map.
19417 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19418 (init_kboard): Init input-decode-map.
19419 Replace local-key-translation-map back with key-translation-map.
19420 (syms_of_keyboard): Declare input-decode-map.
19421 Remove local-key-translation-map. Update docstrings.
19422 (mark_kboards): Mark Vinput_decode_map.
19423 Don't mark Vlocal_key_translation_map.
19424 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19425 Replace local-key-translation-map back with key-translation-map.
19426 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19427 Bind in input-decode-map rather than function-key-map.
19428
19429 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19430 This was made redundant by the previous introduction of XSETPVECTYPE.
19431
19432 2007-10-09 Richard Stallman <rms@gnu.org>
19433
19434 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19435
19436 2007-09-29 Richard Stallman <rms@gnu.org>
19437
19438 * eval.c (internal_condition_case_2, internal_condition_case_1)
19439 (internal_condition_case): Reenable abort if x_catching_errors ()
19440 to see if that really happens and why.
19441
19442 2007-10-06 Andreas Schwab <schwab@suse.de>
19443
19444 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19445
19446 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19447
19448 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19449
19450 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19453
19454 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19455
19456 * window.h (struct window):
19457 * window.c (struct save_window_data, struct saved_window):
19458 * termhooks.h (struct terminal):
19459 * process.h (struct Lisp_Process):
19460 * frame.h (struct frame):
19461 * buffer.h (struct buffer):
19462 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19463 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19464 The size field of (pseudo)vectors is now unsigned.
19465 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19466
19467 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19468 Turn `count' into an integer.
19469
19470 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19471 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19472 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19473 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19474 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19475
19476 * alloc.c (allocate_pseudovector): New fun.
19477 (ALLOCATE_PSEUDOVECTOR): New macro.
19478 (allocate_window, allocate_terminal, allocate_frame)
19479 (allocate_process): Use it.
19480 (mark_vectorlike): New function.
19481 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19482 (mark_terminals): Use it.
19483 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19484 (Fmake_byte_code): Use XSETPVECTYPE.
19485
19486 * frame.c (Fframe_parameters): Minor simplification.
19487
19488 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19489
19490 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19491
19492 * buffer.c (Fget_buffer_create, init_buffer_once):
19493 * lread.c (defsubr):
19494 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19495
19496 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19497 defined differently in the m/*.h files.
19498 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19499 (XSETPVECTYPE): New macro.
19500 (XSETPSEUDOVECTOR): Use it.
19501
19502 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19503 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19504
19505 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19506 * lread.c (defvar_per_buffer):
19507 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19508
19509 * window.c (candidate_window_p): Only consider as visible frames that
19510 are on the same terminal.
19511
19512 * m/ibms390x.h (MARKBIT): Remove unused macro.
19513
19514 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
19515
19516 * lread.c (Fload): Fix typo in docstring.
19517
19518 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19519
19520 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19521 of a non-zero value can't yield zero.
19522
19523 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * term.c (term_clear_mouse_face, term_mouse_highlight)
19526 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19527
19528 * print.c (safe_debug_print): Use XHASH.
19529
19530 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19531 Lisp elements such as tags.
19532 (XHASH): New macro.
19533 (EQ): Use it.
19534 (SREF, SSET, STRING_COPYIN): Use SDATA.
19535 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19536
19537 * alloc.c (mark_terminal): Remove left-over declaration.
19538 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19539 (allocate_vectorlike): Remove type argument. Adjust callers.
19540 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19541 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19542
19543 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19544 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19545 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19546 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19547 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19548 Use them.
19549
19550 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19551 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19552 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19553
19554 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19555
19556 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19557 loaded by default.
19558
19559 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19562 on this tty.
19563 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19564
19565 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19566 Update all users.
19567 (handle_one_term_event): Use Gpm_DrawPointer.
19568 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19569 Signal errors instead of returning nil. Always return nil.
19570 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19571 Make it a noop if gpm-mouse was not activated.
19572 (syms_of_term): Update names.
19573
19574 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19575
19576 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19577 (init_sys_modes): Check that gpm_tty is the current tty.
19578
19579 * alloc.c (allocate_terminal): Set the vector size to only count the
19580 lisp fields. Initialize those to nil.
19581 (mark_object): Don't treat terminals specially.
19582 (mark_terminal): Remove.
19583 (mark_terminals): Use mark_object instead.
19584
19585 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19586 the GC to the beginning.
19587
19588 * indent.h:
19589 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19590
19591 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19592
19593 2007-09-25 Jason Rumney <jasonr@gnu.org>
19594
19595 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19596
19597 * w32console.c (create_w32cons_output): Remove.
19598
19599 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19600
19601 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19602 (reset_sys_modes): Use reset_terminal_modes_hook.
19603
19604 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19605
19606 * eval.c (do_autoload): Don't output any message.
19607
19608 2007-09-24 Juri Linkov <juri@jurta.org>
19609
19610 * emacs.c (standard_args): Change priority of "--no-splash"
19611 from 40 to 3. Add "--no-desktop" with the same priority.
19612
19613 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19614
19615 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19616 and optimize the case where they are all 1.
19617
19618 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
19619
19620 * lisp.h (abs): Define if not defined.
19621 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19622 Don't define `abs', since it's defined in lisp.h.
19623
19624 2007-09-22 Eli Zaretskii <eliz@gnu.org>
19625
19626 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19627 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19628 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19629 (init_tty): Use DEV_TTY instead of "/dev/tty".
19630 [WINDOWSNT]: No need to protect from NAME arg being null.
19631
19632 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19633
19634 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19635 up the tty state.
19636
19637 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19640 (gpm_tty): Change its type.
19641 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19642 (gpm_tty): Change its type and initialize it.
19643 (Fterm_open_connection): Check the frame is indeed a tty.
19644 Use the new gpm_tty.
19645 (Fterm_close_connection): Use the new gpm_tty.
19646 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19647 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19648
19649 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
19650
19651 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19652 underline_color, to draw strike-through.
19653
19654 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * lisp.h (allocate_terminal): Declare.
19657
19658 * window.c (candidate_window_p): Consider frames that are being placed
19659 by the user as somewhere between visible and iconified.
19660 (window_loop): Prefer windows on the current frame.
19661 (Fselect_window): Move the use of select-frame to the beginning so we
19662 can just delegate all the work (it'll call us back anyway).
19663
19664 * frame.c (Qdisplay_environment_variable):
19665 * frame.h (Qdisplay_environment_variable): Delete.
19666
19667 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19668 of the first arg, since that value may be a union.
19669
19670 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19671 parameter rather than Qdisplay_environment_variable. If all else
19672 fails, look for DISPLAY in initial-environment.
19673
19674 2007-09-21 Glenn Morris <rgm@gnu.org>
19675
19676 * Makefile.in (emacstool): Remove target.
19677 (lisp, shortlisp): Remove termdev.elc.
19678
19679 2007-09-21 Markus Triska <markus.triska@gmx.at>
19680
19681 * xterm.c (x_delete_display): Compile session management conditionally.
19682
19683 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19684
19685 * callproc.c (getenv_internal_1): New function.
19686 (getenv_internal): Use it.
19687 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19688
19689 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19690 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19691 (Fset_terminal_parameter): Work with dead terminals as well.
19692 (Fmodify_terminal_parameters): Remove.
19693
19694 * terminal.c (get_terminal): Handle terminals.
19695 Make sure the terminal returned is live.
19696 (create_terminal): Use allocate_terminal.
19697 (mark_terminals): Move to alloc.c.
19698 (delete_terminal): Use terminal->name as liveness status.
19699 NULL out fields after freeing their contents.
19700 Don't deallocate the object.
19701 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19702 rather than an int.
19703 (Fterminal_live_p): Accept non-integer arguments.
19704 (Fterminal_list): Return terminal objects rather than an ints.
19705
19706 * alloc.c (enum mem_type): New member for `terminal' objects.
19707 (allocate_terminal): New function.
19708 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19709 Handle terminals.
19710 (mark_terminal): New fun.
19711 (mark_terminals): Move from terminal.c.
19712
19713 * term.c (get_tty_terminal): Don't treat output_initial specially.
19714 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19715 (delete_tty): Use terminal->name as liveness status.
19716
19717 * termhooks.h (struct terminal): Make it into a pseudovector.
19718 Remove `deleted' replaced by checking `name's nullness.
19719
19720 * print.c (print_object): Handle terminals.
19721
19722 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19723 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19724
19725 * frame.c (make_terminal_frame):
19726 * keyboard.c (tty_read_avail_input):
19727 * w32term.c (x_delete_terminal):
19728 * xfns.c (Fx_create_frame, x_create_tip_frame):
19729 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19730
19731 2007-09-20 Glenn Morris <rgm@gnu.org>
19732
19733 * process.c (Fmake_network_process): Doc fix.
19734
19735 2007-09-19 Jason Rumney <jasonr@gnu.org>
19736
19737 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19738
19739 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19740
19741 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19742 Fix a C warning regarding variable constness.
19743
19744 * xterm.c (handle_one_xevent): Fix a C warning.
19745
19746 2007-09-18 Jason Rumney <jasonr@gnu.org>
19747
19748 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19749
19750 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19751
19752 * gtkutil.c (gdpy_def): New variable.
19753 (xg_initialize): Initialize gdpy_def.
19754 (xg_display_close): If no other display exists, set gdpy_def to a
19755 new connection.
19756
19757 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19758
19759 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19760 when we have no file name for the icon.
19761 (xg_tool_bar_expose_callback): Remove.
19762 (xg_create_tool_bar): Don't connect expose signal to
19763 xg_tool_bar_expose_callback.
19764 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19765
19766 2007-09-16 Andreas Schwab <schwab@suse.de>
19767
19768 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19769 values instead of zapping them.
19770
19771 2007-09-14 Glenn Morris <rgm@gnu.org>
19772
19773 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19774 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19775 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19776 scope and rename to omfib_buffer for clarity.
19777 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19778
19779 2007-09-14 Kenichi Handa <handa@m17n.org>
19780
19781 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19782
19783 2007-09-13 Jason Rumney <jasonr@gnu.org>
19784
19785 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19786
19787 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19788
19789 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19790 (mac_term_init): Call here instead, passing rif.
19791
19792 2007-09-13 Glenn Morris <rgm@gnu.org>
19793
19794 * s/hpux.h: No longer define `static' as nothing.
19795
19796 2007-09-13 Johan Bockgård <bojohan@gnu.org>
19797
19798 * callint.c (Fcall_interactively): Remove unused var `fun'.
19799
19800 2007-09-12 Romain Francoise <romain@orebokech.com>
19801
19802 * window.c (prefer_window_split_horizontally, display_buffer):
19803 Revert 2007-09-08 change.
19804
19805 2007-09-12 Glenn Morris <rgm@gnu.org>
19806
19807 * alloca.c: Remove file.
19808 * Makefile.in (alloca): Do not undef.
19809 (allocaobj, alloca.o): Remove.
19810 (otherobj): Remove allocaobj.
19811 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19812 * regex.c (C_ALLOCA): Remove all references and code that was only
19813 used when this was defined.
19814 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19815 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19816 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19817
19818 * Makefile.in (SOURCES, unlock, relock): Delete.
19819
19820 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19821 (menu_grab_callback): All uses changed.
19822
19823 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19824 (x_reply_selection_request): All uses changed.
19825
19826 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * lread.c (load_warn_old_style_backquotes): Change message to look
19829 better when it appears in the middle of byte-compiler messages.
19830
19831 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19832
19833 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19834
19835 * xterm.c (x_create_terminal): Add comment.
19836
19837 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19838
19839 2007-09-10 Richard Stallman <rms@gnu.org>
19840
19841 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19842
19843 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19844
19845 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19846 (DEFUN): Document `intspec', use it instead of `prompt'.
19847
19848 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19849
19850 * data.c (Finteractive_form): If the interactive specification starts
19851 with a `(', use it as a Lisp form.
19852
19853 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19854 name and file modes.
19855
19856 * callint.c (Fcall_interactively): Comment fixes.
19857
19858 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19861 and compiled functions.
19862
19863 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19864
19865 * window.c (prefer_window_split_horizontally): New variable.
19866 (display_buffer): Consider splitting window horizontally depending
19867 on prefer_window_split_horizontally.
19868
19869 2007-09-08 Eli Zaretskii <eliz@gnu.org>
19870
19871 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19872
19873 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19874
19875 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19876
19877 * frame.c (x_set_frame_parameters): Check number is positive before
19878 using XFASTINT.
19879
19880 * window.c (freeze_window_start): Don't presume selected_window holds
19881 a window object.
19882 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19883
19884 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19885
19886 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19887
19888 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19889
19890 * window.c (Vsplit_window_preferred_function): New var.
19891 (Fdisplay_buffer): Use it.
19892 (syms_of_window): Export, and initialize it.
19893
19894 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19895
19896 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19897
19898 2007-09-06 Glenn Morris <rgm@gnu.org>
19899
19900 * gtkutil.c (menu_grab_callback) <cnt>:
19901 * xselect.c (x_reply_selection_request) <cnt>: Move static
19902 variable to file scope.
19903
19904 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19905
19906 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19907 consistent values of selected_frame and selected_window.
19908
19909 2007-09-04 Jason Rumney <jasonr@gnu.org>
19910
19911 * w32console.c (initialize_w32_display): Zero unused hooks.
19912
19913 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19914
19915 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19916 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19917
19918 2007-09-04 Jason Rumney <jasonr@gnu.org>
19919
19920 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19921 in w32console.c. Set up input. Remove XXX comments that have been
19922 confirmed as correct.
19923
19924 * s/ms-w32.h (MULTI_KBOARD): Define.
19925
19926 * w32console.c (one_and_only_w32cons): Remove.
19927 (initialize_w32_display): Take terminal argument.
19928
19929 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19930 initialize_w32_display.
19931 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19932
19933 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19934
19935 * keyboard.c (discard_mouse_events): Discard it.
19936 (make_lispy_event): Translate it to a lisp event.
19937 (lispy_wheel_names): Add wheel-left and right events.
19938 (syms_of_keyboard): Enlarge wheel_syms.
19939
19940 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19941 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19942
19943 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19944
19945 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19946 from WM_MOUSEHWHEEL.
19947 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19948
19949 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19950 terminal.
19951
19952 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19953 keyboard for the terminal.
19954
19955 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19956
19957 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19958 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19959 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19960 and resume-tty-function to resume-tty-hook.
19961 (Fsuspend_tty, Fresume_tty): Use new names.
19962
19963 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19964
19965 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19966 if it starts with "n:".
19967
19968 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19969
19970 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19971
19972 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19973
19974 * frame.h:
19975 * frame.c (Qterm_environment_variable): Remove.
19976 (syms_of_frame): Don't init and staticpro it.
19977
19978 * callproc.c (getenv_internal): Remove special case for $TERM.
19979
19980 * callproc.c (Vinitial_environment): New variable.
19981 (set_initial_environment): Initialize it.
19982 (syms_of_callproc): Declare it.
19983 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19984 TERM under which a process runs is never related to the TERM in which
19985 Emacs is running.
19986
19987 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19988
19989 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19990 * s/darwin.h: ... do it here.
19991
19992 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19993
19994 * lisp.h (set_initial_environment): Rename from set_global_environment.
19995
19996 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19997 removed by mistake on the multi-tty branch.
19998
19999 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20000 (Fmodify_frame_parameters): Return a value.
20001
20002 * image.c (png_load): Comment-out var only used in commented-out code.
20003
20004 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20005 before passing it to mark_object.
20006
20007 * xfaces.c (internal_resolve_face_name): Return a value.
20008 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20009
20010 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20011 (x_icon): Comment-out var only used in commented-out code.
20012
20013 2007-08-29 Romain Francoise <romain@orebokech.com>
20014
20015 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20016 QUIT hasn't been provided.
20017
20018 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20019
20020 * callproc.c (child_setup, getenv_internal): Use the
20021 display-environment-variable and term-environment-variable frame params.
20022 (set_initial_environment): Initialise Vprocess_environment.
20023
20024 * config.in: Disable multi-keyboard support on a mac.
20025
20026 * frame.c (Qterm_environment_variable)
20027 (Qdisplay_environment_variable): New variables.
20028 (syms_of_frame): Intern and staticpro them.
20029 (Fmake_terminal_frame): Disable output method test.
20030
20031 * frame.h: Declare them here.
20032
20033 * macfns.c (x_set_mouse_color): Get rif from the frame.
20034 (x_set_tool_bar_lines): Don't use updating_frame.
20035 (mac_window): Add 2 new parameters for consistency with other systems.
20036 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20037 frame parameters following what is done in X11 and w32. Don't use
20038 FRAME_MAC_DISPLAY_INFO.
20039 (Fx_open_connection, start_hourglass): Remove window-system check.
20040 (x_create_tip_frame): Get the keyboard from the terminal.
20041
20042 * macmenu.c: Reorder includes.
20043 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20044
20045 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20046 terminal parameter.
20047 (x_clear_frame): Add a frame parameter.
20048 (note_mouse_movement): Get rif from the frame.
20049 (mac_term_init): Initialize the terminal.
20050 (mac_initialize): Make static and move terminal initialization ...
20051 (mac_create_terminal): ... to this new function.
20052
20053 * macterm.h (struct mac_display_info): Add terminal.
20054 (mac_initialize): Delete declaration.
20055
20056 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20057
20058 * sysdep.c: Comment out text after #endif.
20059
20060 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20061 is defined. Better initialize ttys in windows. Use terminal
20062 specific mouse_position_hook.
20063
20064 * termhooks.h (union display_info): Add mac_display_info.
20065
20066 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20067 Set the default minibuffer frame, window_system and the rest of the
20068 frame parameters following what is done in X11.
20069
20070 * w32term.c (w32_initialize): Make static.
20071
20072 * xselect.c (x_handle_selection_clear): Only access
20073 terminal->kboard when MULTI_KBOARD is defined.
20074
20075 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20076 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20077
20078 2007-08-29 Jason Rumney <jasonr@gnu.org>
20079
20080 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20081 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20082
20083 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20084 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20085
20086 * keyboard.c (restore_kboard_configuration): Only define when
20087 MULTI_KBOARD defined.
20088
20089 * makefile.w32-in: Update dependancies from Makefile.in.
20090 (OBJ1): Add terminal.$(O)
20091
20092 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20093 Don't define function body.
20094 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20095
20096 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20097
20098 * w32.c (request_sigio, unrequest_sigio): Remove.
20099
20100 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20101 (w32con_clear_frame, w32con_clear_end_of_line)
20102 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20103 (w32con_delete_glyphs, w32con_set_terminal_window)
20104 (scroll_line, w32_sys_ring_bell): Add frame arg.
20105 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20106 Add terminal arg.
20107 (PICK_FRAME): Remove.
20108 (w32con_write_glyphs): Use frame specific terminal coding.
20109 (one_and_only_w32cons): New global variable.
20110 (initialize_w32_display): Use it for storing hooks.
20111 (create_w32cons_output): New function.
20112
20113 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20114 arg a frame.
20115
20116 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20117 Set window_system.
20118 (x_set_tool_bar_lines): Don't use updating_frame.
20119 (Fx_create_frame): Set terminal and ref count.
20120 (Fx_open_connection): Remove window-system check.
20121
20122 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20123
20124 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20125 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20126 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20127 Add frame arg.
20128 (x_delete_terminal, w32_create_terminal): New functions.
20129 (w32_term_init): Create a terminal.
20130 (w32_initialize): Move terminal specific initialization to
20131 w32_create_terminal.
20132
20133 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20134 (w32_clear_rect, w32_clear_area): Use background from frame.
20135 (w32_display_info): Add terminal.
20136 (w32_sys_ring_bell, x_delete_display): Declare here.
20137
20138 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20139
20140 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20141
20142 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20143
20144 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20145 Fix get_named_tty calls for the controlling tty.
20146
20147 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20148
20149 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
20150
20151 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20152
20153 * term.c (tty_insert_glyphs): Add missing first parameter.
20154
20155 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20156
20157 * buffer.c (Fbuffer_list, Fbury_buffer):
20158 Take frame->buried_buffer_list into account.
20159
20160 * cm.c (current_tty): New variable, for cmputc().
20161 (cmputc): Use it.
20162 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20163 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20164 (cmgoto): Add tty parameter. Pass it on to calccost().
20165 Use emacs_tputs() instead of tputs().
20166
20167 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20168 tputs().
20169 (current_tty): New variable, for cmputc().
20170 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20171
20172 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20173 (internal_condition_case, internal_condition_case_1)
20174 (internal_condition_case_2): Don't abort when x_catching_errors.
20175
20176 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20177 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20178 prevent crashes caused by bogus longjmps in read_char.
20179
20180 * keymap.h (Fset_keymap_parent): Add EXFUN.
20181
20182 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20183 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20184 Remove redundant definition.
20185
20186 * macfns.c (x_set_mouse_color, x_make_gc):
20187 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20188
20189 * w32term.c (x_free_frame_resources):
20190 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20191 (w32_initialize): Use the accessor macros for terminal characteristics.
20192
20193 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20194 Use the accessor macros for terminal characteristics.
20195 * msdos.c (internal_terminal_init): Use the accessor macros for
20196 terminal characteristics.
20197 (ScreenVisualBell, internal_terminal_init):
20198 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20199
20200 * termopts.h (no_redraw_on_reenter): Declare.
20201
20202 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20203 (mark_terminals, mark_ttys): Declare.
20204 (Fgarbage_collect): Call them.
20205 (mark_object): Mark buried_buffer_list.
20206
20207 * prefix-args.c: Include stdlib.h for exit.
20208
20209 * syssignal.h: Add comment.
20210
20211 * indent.c: Include stdio.h.
20212
20213 * window.h (Vinitial_window_system): Declare.
20214 (Vwindow_system): Delete declaration.
20215
20216 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20217
20218 * image.c (lookup_image): Don't initialize `c' until the xasserts
20219 have been run.
20220
20221 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20222 FRAME_FOREGROUND_PIXEL.
20223
20224 * print.c (print_preprocess): Don't lose print_depth levels while
20225 iterating.
20226
20227 * widget.c (update_from_various_frame_slots):
20228 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20229
20230 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20231 frames.
20232 (window_internal_height): Remove bogus make_number call.
20233 (init_window_once): Call make_terminal_frame with two zero parameters.
20234
20235 * fileio.c (Fread_file_name): Update comment.
20236
20237 * callint.c (Fcall_interactively):
20238 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20239 Make sure it is correctly unwound.
20240
20241 * xsmfns.c (x_session_close): New function.
20242
20243 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20244 Delete declarations.
20245
20246 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20247 (x_output): Remove background_pixel and foreground_pixel fields.
20248 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20249 (x_delete_device, x_session_close): Declare.
20250
20251 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20252 (read_filtered_event): Call `read_char' with a local
20253 `wrong_kboard_jmpbuf'.
20254
20255 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20256 Don't call single_kboard_state. Use FRAME_RIF.
20257
20258 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20259 systems.
20260
20261 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20262 (Fframe_with_environment, Fset_input_meta_mode)
20263 (Fset_quit_char): EXFUN.
20264 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20265 (init_sys_modes, reset_sys_modes): Update prototypes.
20266 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20267
20268 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20269 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20270 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20271 Delete declarations.
20272 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20273 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20274 New declarations.
20275
20276 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20277 already does that during init_display(). Call syms_of_keymap
20278 before syms_of_keyboard. Call `syms_of_terminal'.
20279 Call set_initial_environment, not set_process_environment.
20280 (shut_down_emacs): Call reset_all_sys_modes() instead of
20281 reset_sys_modes().
20282
20283 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20284 (internal_resolve_face_name, resolve_face_name_error): New functions.
20285 (resolve_face_name): Protect against loops and errors thrown by Fget.
20286 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20287 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20288
20289 * scroll.c: Replace CURTTY() with local variables throughout the
20290 file (where applicable).
20291 (calculate_scrolling, calculate_direct_scrolling)
20292 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20293 characteristics.
20294
20295 * keymap.c (Vfunction_key_map): Remove.
20296 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20297 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20298 (Vkey_translation_map): Remove.
20299 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20300 (Fdescribe_buffer_bindings)
20301 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20302 Update for terminal-local key-translation-map.
20303
20304 * Makefile.in (callproc.o): Update dependencies.
20305 (lisp, shortlisp): Add termdev.elc.
20306 (obj): Add terminal.o.
20307 (terminal.o): Add dependencies.
20308 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20309 (data.o, fns.o): Add termhooks.h dependency.
20310 (SOME_MACHINE_LISP): Add dnd.elc.
20311 (minibuf.o): Fix typo.
20312 Update dependencies.
20313
20314 * data.c (do_symval_forwarding, store_symval_forwarding)
20315 (find_symbol_value): Use the selected frame's keyboard, not
20316 current_kboard.
20317
20318 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20319 Vwindow_system.
20320
20321 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20322 Fmenu_bar_open.
20323 (syms_of_xmenu): Update defsubr.
20324 (mouse_position_for_popup, Fx_popup_menu)
20325 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20326 (set_frame_menubar, free_frame_menubar)
20327 (create_and_show_popup_menu, xmenu_show)
20328 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20329 an X frame.
20330
20331 * xselect.c (x_own_selection): Abort if not an X frame.
20332 (some_frame_on_display): Check if it is an X frame.
20333 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20334
20335 * coding.c: Include frame.h and termhooks.h.
20336 (terminal_coding, keyboard_coding): Delete.
20337 (Fset_terminal_coding_system_internal)
20338 (Fset_keyboard_coding_system_internal)
20339 (Fkeyboard_coding_system)
20340 (Fterminal_coding_system): Add a terminal parameter.
20341 Get terminal_coding from the terminal.
20342 (init_coding_once): Don't call setup_coding_system here.
20343
20344 * dispextern.h (set_scroll_region, turn_off_insert)
20345 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20346 (tty_clear_end_of_line, tty_setup_colors)
20347 (delete_tty, updating_frame)
20348 (produce_special_glyphs, produce_glyphs, write_glyphs)
20349 (insert_glyphs): Remove.
20350 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20351 (tty_turn_off_highlight, get_tty_size): Add declaration.
20352 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20353
20354 * frame.h (enum output_method): Add output_initial.
20355 (struct x_output): Delete.
20356 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20357 Access foreground_pixel and background_pixel directly from the frame.
20358 (tty_display): Delete.
20359 (struct frame): Add buried_buffer_list, foreground_pixel,
20360 background_pixel and terminal. Delete kboard.
20361 (union output_data): Add tty.
20362 (FRAME_KBOARD): Get the kboard from the terminal.
20363 (FRAME_INITIAL_P): New macro.
20364 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20365 (Qterm_environment_variable, Qdisplay_environment_variable)
20366 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20367 New declarations.
20368
20369 * termchar.h (tty_output, tty_display_info): New structures.
20370 (tty_list): Declare.
20371 (FRAME_TTY, CURTTY): New macros.
20372 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20373 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20374 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20375 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20376
20377 * callproc.c: Include frame.h and termhooks.h, for terminal
20378 parameters.
20379 (add_env): New function.
20380 (child_setup): Use it.
20381 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20382 (getenv_internal): Fix get_terminal_param call.
20383 (Fgetenv_internal, egetenv): Update doc.
20384 (syms_of_callproc): Initialize Vprocess_environment to nil.
20385 Register and initialize them. Remove obsolete defvars. Update doc
20386 strings.
20387 (child_setup): Handle Vlocal_environment_variables.
20388 (getenv_internal): Add terminal parameter.
20389 Handle Vlocal_environment_variables.
20390 (Fgetenv_internal): Add terminal parameter.
20391 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20392 environment in a frame (not terminal) parameter. Update doc strings.
20393 (set_initial_environment): Rename from set_global_environment.
20394 Store Emacs environment in initial frame parameter.
20395
20396 * xdisp.c (redisplay_internal): Update references to
20397 `previous_terminal_frame'.
20398 (display_mode_line, Fformat_mode_line): Replace calls to
20399 `push_frame_kboard' with `push_kboard'.
20400 (get_glyph_string_clip_rects): Add extra parentheses and
20401 braces to prevent compiler warnings.
20402 (calc_pixel_width_or_height): Add xassert to check that the
20403 frame is alive. Don't call `lookup_image' on a termcap frame.
20404 (message2_nolog, message3_nolog, redisplay_internal)
20405 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20406 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20407 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20408 (Fx_display_pixel_width, Fx_display_pixel_height)
20409 (Fx_display_planes, Fx_display_color_cells)
20410 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20411 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20412 (Fx_display_backing_store, Fx_display_visual_class)
20413 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20414 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20415
20416 * xfns.c (x_set_foreground_color x_set_background_color)
20417 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20418 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20419 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20420 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20421 terminal that is being deleted.
20422 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20423 frame parameter, and make sure it overrides any user-supplied setting.
20424 (Fx_close_connection, Fx_synchronize): Unify argument names with
20425 the rest of the DEFUNs.
20426
20427 * dispnew.c (Fsend_string_to_terminal): Update call to
20428 `get_tty_terminal'.
20429 (Fredraw_frame, Fsend_string_to_terminal)
20430 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20431 FRAME_TERMCAP_P and FRAME_TTY.
20432 (window_change_signal): Don't believe width/height values that are
20433 impossibly small.
20434 (Vinitial_window_system): Rename from Vwindow_system.
20435 (termscript, Wcm, rif): Delete.
20436
20437 * termhooks.h (struct terminal): New struct containing the
20438 previously global text display hooks and new members NAME,
20439 DELETED and PARAM_ALIST.
20440 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20441 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20442 (FRAME_RIF): New macros.
20443 (get_terminal_param, get_device): New declarations.
20444 (termscript): Delete declaration.
20445
20446 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20447 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20448 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20449 FRAME_FOREGROUND_PIXEL.
20450 (x_fully_uncatch_errors): Disable definition.
20451 (x_scroll_bar_expose): Fix reference to foreground pixel.
20452 (XTread_socket): Disable loop on all X displays.
20453 (x_delete_terminal): Don't set terminal->deleted and let
20454 delete_terminal delete the frames on the terminal.
20455 (x_delete_display): Doc update to reflect changes in
20456 delete_terminal.
20457 (x_display_info) <terminal>: Move member earlier in the struct.
20458 (deleting_tty): Remove old variable.
20459 (Fsuspend_tty): Call clear_tty_hooks.
20460 (Fresume_tty, init_tty): Call set_tty_hooks.
20461 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20462 errors on X frames.
20463 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20464 (handle_one_xevent): Initialize `f' to NULL.
20465 (x_delete_terminal, x_create_terminal): New functions.
20466 (XTset_terminal_modes, XTreset_terminal_modes)
20467 (XTread_socket, x_connection_closed, x_term_init)
20468 (x_term_init, x_delete_display): Add terminal parameter.
20469 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20470 X connections.
20471
20472 * frame.c: Include termchar.h.
20473 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20474 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20475 (Qdisplay_environment_variable): New vars.
20476 (Fframep): Deal with output_initial.
20477 (Fframe-live-p): Doc fix.
20478 (Fwindow-system): New function.
20479 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20480 (make_terminal_frame): Don't create frames on a terminal that is
20481 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20482 (store_frame_param): Check for found_for_frame before calling XFRAME.
20483 (Fmake_terminal_frame): Handle NULL tty names correctly.
20484 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20485 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20486 frames to refer to a deleted frame in their 'environment parameter.
20487 (Fframe_with_environment): New function.
20488 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20489 (get_future_frame_param): New function.
20490 (Fmake_terminal_frame): Use it.
20491 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20492
20493 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20494 * sysdep.c (reset_sys_modes): Update for renames.
20495
20496 * keyboard.c (tty_read_avail_input): New function.
20497 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20498 (syms_of_keyboard): Defsubr them.
20499 (Fset_input_meta_mode, Fset_quit_char): New functions.
20500 (Fset_input_mode): Split to above functions.
20501 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20502 parameter. Use it in call to `read_char'.
20503 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20504 Set wrong_kboard_jmpbuf correctly in recursive calls.
20505 Use current_kboard to access Vkeyboard_translate_table.
20506 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20507 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20508 Update longjmp invocations. Remember the original current_kboard,
20509 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20510 changes it. Comment out unnecessary calls to
20511 `record_single_kboard_state' and `any_kboard_state'.
20512 Update recursive calls.
20513 (wrong_kboard_jmpbuf): Remove global variable.
20514 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20515 Handle deleted interrupted_kboards correctly; that is a legal
20516 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20517 and read_char calls. Abort if interrupted_kboard died in read_char.
20518 (any_kboard_state, single_kboard_state)
20519 (push_frame_kboard): Remove function.
20520 (pop_kboard): Switch out of single_kboard mode if the kboard has
20521 been deleted. Remove unused variable. Help debugging by not
20522 changing current_kboard unnecessarily. Set current_kboard to the
20523 kboard of the selected frame when the stored kboard object has
20524 been deleted before pop_kboard.
20525 (temporarily_switch_to_single_kboard): Change first parameter to a
20526 frame pointer. Throw an error when caller wants to change kboards
20527 while in single_kboard mode. Don't push_kboard if we weren't in
20528 single kboard state. Don't pop_kboard if we popped into any
20529 kboard state.
20530 (restore_kboard_configuration): Abort if pop_kboard changed the
20531 kboard in single_kboard mode. Call pop_kboard only after setting
20532 up single_kboard mode.
20533 (Frecursive_edit): Switch to single_kboard mode only in nested
20534 command loops.
20535 (cmd_error, command_loop, command_loop_1, timer_check):
20536 Comment out unnecessary call to `any_kboard_state' and
20537 `record_single_kboard_state'.
20538 (delete_kboard): Exit single_kboard mode if we have just deleted
20539 that kboard. Use FRAME_KBOARD.
20540 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20541 `fatal_error_signal'.
20542 (record_single_kboard_state): Don't push_kboard if we weren't in
20543 single kboard state. Don't pop_kboard if we popped into any
20544 kboard state.
20545 (push_frame_kboard): Rename to push_kboard.
20546 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20547 (read_avail_input): Read input from all terminals.
20548 (mark_kboards): Also mark Vkeyboard_translate_table.
20549 (kbd_buffer_store_event_hold): Simplify condition.
20550 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20551 (Vkeyboard_translate_table): Move to struct kboard.
20552 (init_kboard): Initialize Vkeyboard_translate_table.
20553 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20554 Vkeyboard_translate_table. Update doc strings. Update docs of
20555 local-function-key-map and function-key-map.
20556
20557 * terminal.c: New file.
20558
20559 * term.c: Include errno.h.
20560 (Vring_bell_function, device_list, initial_device)
20561 (next_device_id, ring_bell, update_begin, update_end)
20562 (set_terminal_window, cursor_to, raw_cursor_to)
20563 (clear_to_end, clear_frame, clear_end_of_line)
20564 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20565 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20566 (syms_of_term): Move their initialization to terminal.c.
20567 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20568 (Ftty_display_color_cells)
20569 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20570 (clear_tty_hooks, set_tty_hooks)
20571 (init_tty, maybe_fatal): New functions.
20572 (Ftty_type): Return nil if terminal is not on a tty instead of
20573 throwing an error. Doc update.
20574 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20575 Doc update. Initialize new subrs and variables.
20576 (delete_tty): Use terminal->deleted.
20577 (tty_set_terminal_modes): Rename from set_terminal_modes.
20578 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20579 (set_scroll_region): Rename to `tty_set_scroll_region'.
20580 (turn_on_insert): Rename to `tty_turn_on_insert'.
20581 (turn_off_insert): Rename to `tty_turn_off_insert'.
20582 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20583 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20584 (toggle_highligh): Rename to `tty_toggle_highlight'.
20585 (background_highlight): Rename to `tty_background_highlight'.
20586 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20587 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20588 (tty_set_scroll_region, tty_background_highlight)
20589 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20590 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20591 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20592 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20593 Add static modifier.
20594 (tty_reset_terminal_modes, tty_set_terminal_window)
20595 (tty_set_scroll_region, tty_background_highlight)
20596 (tty_highlight_if_desired, tty_cursor_to)
20597 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20598 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20599 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20600 renames.
20601
20602 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20603
20604 * keyboard.c: Qrtl is new.
20605 (parse_tool_bar_item): Handle :rtl keyword.
20606 (syms_of_keyboard): Intern :rtl keyword.
20607
20608 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20609
20610 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20611 so no Lisp code is executed.
20612 (file_for_image, find_rtl_image): New functions.
20613 (xg_get_image_for_pixmap): Use file_for_image.
20614 (update_frame_tool_bar): If direction is RTL, use RTL image if
20615 defined. Use Gtk stock images if defined.
20616
20617 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20618
20619 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20620 for nonexistent or zero-width glyph in composition glyph.
20621
20622 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20623
20624 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20625
20626 * xdisp.c (Finvisible_p): New function.
20627 (syms_of_xdisp): defsubr it.
20628
20629 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
20630
20631 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20632 Doc fixes.
20633
20634 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20635
20636 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20637
20638 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20639
20640 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20641 whether decoding has modified buffer contents.
20642
20643 2007-08-24 Jason Rumney <jasonr@gnu.org>
20644
20645 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20646 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20647 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20648 (init_svg_functions) [HAVE_NTGUI]: New function.
20649 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20650 (svg_load_image): Use them.
20651 (svg_load_image) [HAVE_NTGUI]: Implement background.
20652
20653 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20654
20655 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20656 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20657 (LIBX): Remove @RSVG_LIBS@.
20658 (LIBES): Add $(RSVG_LIBS).
20659
20660 * image.c (svg_load_image): Blend with specified background if exists.
20661 Use IMAGE_BACKGROUND. Add Mac OS Support.
20662
20663 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20664 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20665 Remove macros.
20666 [MAC_OSX] (socket_callback): Do nothing.
20667 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20668 ReceiveNextEvent.
20669 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20670 socket_callback.
20671 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20672
20673 2007-08-22 Glenn Morris <rgm@gnu.org>
20674
20675 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20676
20677 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20678
20679 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20680
20681 * image.c: Add support for SVG images. Some additional comments
20682 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20683 (svg_image_p): New function to test for SVG image.
20684 (svg_load): New function to load SVG image.
20685 (svg_load_image): New function, helper for svg_load.
20686 (Qsvg): New Lisp_object.
20687 (svg_keyword_index): New enum.
20688 (svg_format): New static `image_keyword' struct.
20689 (svg_type): New static `image_type' struct.
20690 (librsvg/rsvg.h): Include it.
20691
20692 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20693
20694 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20695
20696 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20697
20698 * lread.c (Qold_style_backquotes): New var.
20699 (syms_of_lread): Init and staticpro it.
20700 (load_warn_old_style_backquotes): New fun.
20701 (Fload): Use them to warn about old style backquotes.
20702 (end_of_file_error, Fload): Remove unused vars.
20703
20704 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20705
20706 * lread.c (Vold_style_backquotes): New var.
20707 (syms_of_lread): Init and export it to Elisp.
20708 (read1): Set it when we find an old-style (back)quote.
20709
20710 2007-08-22 Jason Rumney <jasonr@gnu.org>
20711
20712 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20713
20714 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20715
20716 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20717
20718 2007-08-19 Richard Stallman <rms@gnu.org>
20719
20720 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20721
20722 2007-08-19 Andreas Schwab <schwab@suse.de>
20723
20724 * alloc.c (pure): Round PURESIZE up.
20725
20726 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20727
20728 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20729 active frame.
20730
20731 2007-08-16 Richard Stallman <rms@gnu.org>
20732
20733 * eval.c (Fcommandp): Add parens to clarify.
20734
20735 * minibuf.c (Fall_completions): Use enum for type of table.
20736
20737 * emacs.c (USAGE2): Improve text.
20738
20739 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20740
20741 * term.c (tty_default_color_capabilities): Declare static
20742 variables in file scope, to avoid HPUX compiler problem.
20743
20744 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20745
20746 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20747 to gtk_toolbar_insert.
20748
20749 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20752
20753 * insdel.c (reset_var_on_error): New fun.
20754 (signal_before_change, signal_after_change):
20755 Use it to reset (after|before)-change-functions to nil in case of error.
20756 Bind inhibit-modification-hooks to t.
20757 Don't bind (after|before)-change-functions to nil while they run.
20758
20759 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20760
20761 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20762 filling pixmap with stippled background.
20763
20764 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20765
20766 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20767 Don't use invisible frame as parent window for repositioning.
20768
20769 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20770
20771 * print.c (new_backquote_output): Rename from old_backquote_output.
20772 (print): Inverse its logic (according to its name) so as to match the
20773 behavior of new_backquote_flag in lread.c.
20774
20775 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20776
20777 * gmalloc.c (posix_memalign): New function.
20778
20779 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20780 ActivateControl/DeactivateControl here.
20781 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20782 frame-notice-user-settings is non-nil.
20783 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20784 for kEventParamFMFontStyle.
20785 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20786 mac_pass_command_to_system and mac_pass_control_to_system here.
20787 (XTread_socket): Call ActivateControl/DeactivateControl here.
20788 (XTread_socket) [TARGET_API_MAC_CARBON]:
20789 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20790 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20791 for window repositioning.
20792
20793 2007-08-08 Glenn Morris <rgm@gnu.org>
20794
20795 * Replace `iff' in doc-strings and comments.
20796
20797 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20798
20799 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20800
20801 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20802
20803 * fileio.c (Finsert_file_contents): Run format-decode and
20804 after_insert_file_functions on entire buffer when REPLACE is
20805 non-nil and inhibit modification_hooks and point_motion_hooks.
20806 For consistency, run after_insert_file_functions iff something
20807 got inserted. Move signal_after_change and update_compositions
20808 after code running after_insert_file_functions. Make sure that
20809 undo_list doesn't record intermediate steps of the decoding process.
20810
20811 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20812
20813 * emacs.c (main)
20814 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20815 Call malloc_enable_thread on interactive startup.
20816
20817 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20818 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20819 [USE_PTHREAD]: Conditionalize with it.
20820 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20821 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20822 New functions.
20823
20824 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
20825
20826 * xdisp.c (redisplay_window): When restoring original buffer
20827 position, make sure it is still valid.
20828
20829 * image.c (png_load): Ignore png-supplied background color.
20830
20831 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20832
20833 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20834 Use kCFAbsoluteTimeIntervalSince1970.
20835
20836 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20837 New variable.
20838 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20839 event loop should be quit.
20840 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20841 Quit dialog event loop if quit_dialog_event_loop is set.
20842
20843 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20844 (Selection): New typedef. Use instead of ScrapRef.
20845 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20846 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20847 (mac_clear_selection): Rename from clear_scrap.
20848 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20849 scrap_has_target_type. All uses changed.
20850 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20851 (mac_selection_has_target_p): New functions.
20852 (mac_put_selection_value): Rename from put_scrap_string.
20853 (mac_get_selection_value): Rename from get_scrap_string.
20854 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20855 (put_scrap_private_timestamp, scrap_has_target_type)
20856 (get_scrap_private_timestamp): Remove functions.
20857 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20858 (x_own_selection, x_get_local_selection):
20859 Use mac_valid_selection_value_p.
20860 (x_own_selection): Don't use put_scrap_private_timestamp.
20861 Record OWNERSHIP-INFO into Vselection_alist instead.
20862 (x_get_local_selection): Don't check type if request is local.
20863 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20864 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20865
20866 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20867
20868 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20869 add comment explaining why.
20870
20871 2007-08-03 Richard Stallman <rms@gnu.org>
20872
20873 * fileio.c (Fvisited_file_modtime): Use make_time.
20874
20875 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20876
20877 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20878 build.
20879
20880 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20883
20884 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20885
20886 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20887
20888 2007-07-30 Richard Stallman <rms@gnu.org>
20889
20890 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20891
20892 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20893
20894 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20895
20896 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20897
20898 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20899 remote default-directory.
20900
20901 * buffer.c (mode-line-format): Update doc string.
20902
20903 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20904
20905 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20906 scroll bar gap.
20907 (x_scroll_bar_create): Set bar->fringe_extended_p.
20908 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20909 on frame edge. Check fringe background extension. Don't clear
20910 extended fringe background area.
20911
20912 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20913 (w32_fill_area): Enclose multiple statements with do ... while (0).
20914
20915 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20916 Extend fringe background to scroll bar gap.
20917 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20918 Set bar->fringe_extended_p.
20919 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20920 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20921 background extension. Don't clear extended fringe background area.
20922
20923 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20924 New member fringe_extended_p.
20925
20926 2007-07-25 Glenn Morris <rgm@gnu.org>
20927
20928 * Relicense all FSF files to GPLv3 or later.
20929
20930 * COPYING: Switch to GPLv3.
20931
20932 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20933
20934 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20935
20936 * data.c (Finteractive_form): Check for the presence of an
20937 `interactive-form' symbol property more thoroughly.
20938
20939 * data.c (Finteractive_form): Use an `interactive-form' property if
20940 present, analogous to the function-documentation property.
20941
20942 2007-07-24 Jason Rumney <jasonr@gnu.org>
20943
20944 * w32fns.c (x_real_positions): Get real position from OS instead of
20945 calculating it.
20946
20947 2007-07-23 Jason Rumney <jasonr@gnu.org>
20948
20949 * filelock.c (current_lock_owner): Allow for @ sign in username.
20950
20951 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20952
20953 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20954 remote default-directory.
20955
20956 * buffer.c (mode-line-format): Describe above case in doc string.
20957
20958 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20959
20960 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20961 Define if not defined.
20962
20963 2007-07-18 Jason Rumney <jasonr@gnu.org>
20964
20965 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20966
20967 2007-07-18 Richard Stallman <rms@gnu.org>
20968
20969 * data.c (Fsetq_default): Doc fix.
20970
20971 * eval.c (Fsetq): Doc fix.
20972
20973 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20974
20975 * coding.c (Ffind_operation_coding_system):
20976 * eval.c (For, Fand): Doc fixes.
20977 Reported by Johan Bockgård.
20978
20979 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20980
20981 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20982
20983 * xterm.h: Declare x_ewmh_activate_frame.
20984
20985 * xterm.c (x_ewmh_activate_frame): New function.
20986 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20987
20988 2007-07-17 Martin Rudalics <rudalics@gmx.at>
20989
20990 * window.c (Fdisplay_buffer): If largest or LRU window is the
20991 only window, split it even if it is not eligible for splitting.
20992 This restores the original behavior broken by the 2007-07-15
20993 change.
20994
20995 2007-07-17 Glenn Morris <rgm@gnu.org>
20996
20997 * abbrev.c (abbrev_check_chars): New function.
20998 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20999 Call abbrev_check_chars to check abbrev characters are word
21000 constituents. Doc fix.
21001
21002 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21003
21004 * process.c (Fstart_process, Fmake_network_process)
21005 (read_process_output): Fix up last changes.
21006
21007 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21008
21009 * makefile.w32-in (clean): Don't delete *~.
21010
21011 2007-07-16 Andreas Schwab <schwab@suse.de>
21012
21013 * window.c (Fdisplay_buffer): Use NILP.
21014 (Fset_window_scroll_bars): Likewise.
21015
21016 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21017
21018 * window.c (window_min_size_2): New function.
21019 (window_min_size_1, size_window, Fdisplay_buffer)
21020 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21021 windows without mode- or header-lines when window-min-height is
21022 too small.
21023 (size_window): Reset nodelete_p after testing it, following an
21024 earlier note by Kim F. Storm.
21025 (display_buffer): Do not set split_height_threshold to twice the
21026 value of window_min_height to avoid changing the value of a
21027 customizable variable. Rather explicitly check whether the
21028 height of the window that shall be splitted is at least as large
21029 as split_height_threshold.
21030 (Fwindow_full_width_p): New defun.
21031 (syms_of_window): Defsubr it.
21032
21033 * window.h: Add EXFUN for Fwindow_full_width_p.
21034
21035 2007-07-14 Jason Rumney <jasonr@gnu.org>
21036
21037 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21038
21039 2007-07-14 Richard Stallman <rms@gnu.org>
21040
21041 * eval.c (maybe_call_debugger): New function.
21042 (find_handler_clause): Use maybe_call_debugger.
21043 Call it when the handler says `debug'.
21044 Eliminate DEBUGGER_VALUE_PTR.
21045 (Fsignal): Eliminate debugger_value.
21046 (Qdebug): New variable.
21047 (syms_of_eval): Initialize it.
21048
21049 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21050
21051 * eval.c (Fprogn):
21052 * keyboard.c (Ftrack_mouse):
21053 * print.c (Fwith_output_to_temp_buffer):
21054 * window.c (Fsave_window_excursion): Doc fix.
21055
21056 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21057
21058 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21059
21060 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21063 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21064 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21065 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21066 Remove unused encoding_carryover.
21067 * process.c: Adjust all functions accordingly.
21068
21069 2007-07-12 Richard Stallman <rms@gnu.org>
21070
21071 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21072
21073 2007-07-11 Jason Rumney <jasonr@gnu.org>
21074
21075 * makefile.w32-in (LIBS): Include OLE32.
21076
21077 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21078 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21079
21080 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21081
21082 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21083 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21084 from a Lisp_Object into a bare pointer.
21085 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21086 Adjust the code correspondingly.
21087
21088 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21089
21090 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21091 (term_show_mouse_face): Remove unused var `j'.
21092 (handle_one_term_event): Remove unused vars `i' and `j'.
21093 Don't cast return value of ttyname since it's not necessary.
21094
21095 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21098 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21099
21100 * fns.c (map_char_table): Use an array of int for `indices' rather than
21101 an array of Lisp_Objects (which are only ever integers anyway).
21102 (Fmap_char_table): Update caller.
21103 * lisp.h: Update prototype.
21104 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21105 * fontset.c (Ffontset_info):
21106 * casetab.c (set_case_table): Update callers.
21107
21108 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21109
21110 * keymap.c (struct accessible_keymaps_data)
21111 (struct where_is_internal_data): New structures.
21112 (accessible_keymaps_1, where_is_internal_1): Use them to change
21113 interface to adhere to the one used by map_keymap.
21114 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21115 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21116
21117 * keymap.h (map_keymap_function_t): More informative prototype.
21118
21119 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21120
21121 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21122 (looking_at_1): Don't change search_regs and last_thing_searched
21123 if `inhibit-changing-match-data' is non-nil.
21124 (string_match_1, search_buffer, set_search_regs): Likewise.
21125 (syms_of_search): Add Lisp level definition for
21126 `inhibit-changing-match-data' and set it to nil.
21127 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21128 start and end of the match, instead of using values in search_regs.
21129
21130 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21131
21132 * minibuf.c (Fcompleting_read): New value `confirm-only'
21133 for `require-match'.
21134
21135 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21138 part of the 2007-06-27 change to syms_of_fileio.
21139
21140 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21141
21142 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21143 Check WINDOWP before using XWINDOW. Consolidate return statements.
21144
21145 2007-06-27 Richard Stallman <rms@gnu.org>
21146
21147 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21148
21149 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21150
21151 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21152
21153 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21154
21155 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21156 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21157 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21158 (_free_internal, memalign): Use them.
21159 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21160 Initialize to PTHREAD_MUTEX_INITIALIZER.
21161 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21162 (morecore_nolock): Rename from morecore. All uses changed.
21163 Use only nolock versions of internal allocation functions.
21164 (_malloc_internal_nolock, _realloc_internal_nolock)
21165 (_free_internal_nolock): New functions created from
21166 _malloc_internal, _realloc_internal, and _free_internal.
21167 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21168 Copy hook value to automatic variable before its use.
21169 (memalign): Copy hook value to automatic variable before its use.
21170
21171 2007-06-26 Kenichi Handa <handa@m17n.org>
21172
21173 * coding.c (Ffind_operation_coding_system): Docstring improved.
21174 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21175
21176 2007-06-25 David Kastrup <dak@gnu.org>
21177
21178 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21179 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21180 cater for additional parameter.
21181
21182 * keymap.h: Adjust number of parameters to `current-active-maps'.
21183
21184 * doc.c (Fsubstitute_command_keys): Adjust call of
21185 `current-active-maps'.
21186
21187 2007-06-25 David Kastrup <dak@gnu.org>
21188
21189 * callint.c (Fcall_interactively): Make the parsing of interactive
21190 specs somewhat more readable.
21191
21192 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21193
21194 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21195 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21196 if extended background has already been filled.
21197
21198 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21199
21200 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21201 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21202
21203 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21204 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21205 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21206 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21207 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21208 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21209 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21210 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21211 Run timers during dialog popup.
21212 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21213
21214 2007-06-21 Jason Rumney <jasonr@gnu.org>
21215
21216 * image.c (convert_mono_to_color_image): Swap fore and background.
21217
21218 2007-06-20 Jason Rumney <jasonr@gnu.org>
21219
21220 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21221 (w32_free_bdf_font): Unmap memory not handle.
21222
21223 2007-06-20 Sam Steingold <sds@gnu.org>
21224
21225 * gmalloc.c (__morecore): Fix the declaration to comply with the
21226 definition.
21227
21228 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21229
21230 * w32term.c (w32_delete_display): Remove leftover declaration.
21231 (w32_define_cursor, w32_initialize): Make static.
21232
21233 * w32.c (_wsa_errlist): Fix typo in error message.
21234 (init_environment): Ignore any environment variable from the
21235 registry having a null value.
21236
21237 2007-06-20 Glenn Morris <rgm@gnu.org>
21238
21239 * Makefile.in (LIBGIF): Default to -lgif.
21240
21241 2007-06-17 Jason Rumney <jasonr@gnu.org>
21242
21243 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21244 unicode strings.
21245
21246 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
21247
21248 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21249 Fix typo in docstring.
21250
21251 2007-06-16 Eli Zaretskii <eliz@gnu.org>
21252
21253 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21254 and their keybindings.
21255
21256 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21257
21258 * composite.c (update_compositions): Fix last fix.
21259
21260 2007-06-14 Jason Rumney <jasonr@gnu.org>
21261
21262 * w32.c (get_process_times_fn): New function pointer.
21263 (globals_of_w32): Intialize it if present in kernel32.dll.
21264 (w32_get_internal_run_time): New function.
21265
21266 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21267
21268 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21269
21270 * composite.c (update_compositions): Check the validness of
21271 compositions.
21272
21273 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21274
21275 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21276 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21277
21278 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21279 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21280
21281 * macgui.h (USE_MAC_TOOLBAR): New define.
21282
21283 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21284 Return immediately unless popup is activated.
21285
21286 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21287 background to scroll bar gap.
21288 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21289 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21290 scroll bars on frame edge. Check fringe background extension.
21291 Don't clear extended fringe background area.
21292 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21293 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21294 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21295 [USE_MAC_TOOLBAR]: New macros.
21296 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21297 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21298 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21299 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21300 [USE_MAC_TOOLBAR]: New functions.
21301 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21302 manually if previous repositioning has failed.
21303 (mac_handle_keyboard_event): Use precomputed event kind.
21304 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21305 as tool bar item click. Handle mouse movement over tool bar items.
21306
21307 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21308 toolbar_win_gravity.
21309 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21310 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21311 Add externs.
21312
21313 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21314 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21315
21316 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21317
21318 * image.c (search_image_cache): Remove unused variable.
21319
21320 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
21321
21322 * xfns.c, xmenu.c: Link to xaw3d if available.
21323
21324 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21325
21326 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21327 frame_foreground and frame_background.
21328
21329 * image.c (lookup_image): Save frame foreground and background colors.
21330 (search_image_cache): Check if saved and current frame colors match.
21331
21332 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21333
21334 * regex.c (regex_compile): Remove the `regnum' counter.
21335 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21336
21337 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * term.c: Include intervals.h to declare Fget_text_property.
21340
21341 2007-06-10 Jason Rumney <jasonr@gnu.org>
21342
21343 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21344
21345 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
21346
21347 * callint.c (Fcall_interactively):
21348 * editfns.c (Fdelete_and_extract_region):
21349 * fileio.c (Fread_file_name):
21350 * fns.c (Fmapconcat):
21351 * keyboard.c (cmd_error_internal):
21352 * keymap.c (Fkey_description):
21353 * lread.c (openp):
21354 * minibuf.c (read_minibuf):
21355 * search.c (wordify):
21356 * sunfns.c (sel_read):
21357 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21358 * xfns.c (x_default_scroll_bar_color_parameter):
21359 * xmenu.c (menu_help_callback):
21360 * xselect.c (Fx_get_atom_name):
21361 * xterm.c (x_term_init): Use empty_unibyte_string.
21362
21363 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21364
21365 * alloc.c (init_strings): Initialize canonical empty strings.
21366 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21367 canonical empty string when the requested size is 0.
21368
21369 * emacs.c (empty_unibyte_string): Rename from empty_string.
21370 (empty_multibyte_string): New canonical empty string.
21371 (syms_of_emacs): Don't initialize empty_string.
21372
21373 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21374 string, if appropriate.
21375 (empty_unibyte_string, empty_multibyte_string): New externs.
21376 (empty_string): Remove extern.
21377
21378 * lread.c (syms_of_lread): Use empty_unibyte_string.
21379
21380 2007-06-07 Jason Rumney <jasonr@gnu.org>
21381
21382 * s/ms-w32.h: Don't define HAVE_TZNAME.
21383
21384 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21385
21386 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21387
21388 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21389
21390 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21391 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21392
21393 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21394 Don't call next handler.
21395 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21396 Remove argument. Install handler to application.
21397 (set_frame_menubar): Don't change deep_p.
21398 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21399 FRAME_OUTER_TO_INNER_DIFF_Y.
21400 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21401 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21402 [HAVE_DIALOGS]: New macros.
21403 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21404 Use them.
21405 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21406
21407 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21408 init_service_handler. All callers changed. Return OSStatus value.
21409
21410 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21411 All callers changed so as not to call SetPortWindowPort.
21412 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21413 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21414 mac_draw_string_common.
21415 (mac_draw_image_string_qd): Likewise.
21416 (mac_draw_string_common): Use them. Add INLINE.
21417 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21418 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21419 GetGlobalMouse.
21420 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21421 and FRAME_OUTER_TO_INNER_DIFF_Y.
21422 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21423 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21424 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21425 repositioning window to mac_handle_window_event.
21426 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21427 saving window location to mac_handle_window_event
21428 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21429 (install_menu_target_item_handler): Remove argument in extern.
21430 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21431 Also accept command events.
21432 (do_keystroke): New function created from XTread_socket.
21433 (init_command_handler): Remove functions.
21434 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21435 and save window location by kEventWindowShowing and kEventWindowHiding
21436 handlers here. Don't call next handler for window state change and
21437 focus events.
21438 (mac_handle_application_event, mac_handle_keyboard_event)
21439 [TARGET_API_MAC_CARBON]: New functions.
21440 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21441 kEventWindowShowing and kEventWindowHiding events. Move installation
21442 of mouse, font, text input and menu target item handlers to
21443 install_application_handler.
21444 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21445 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21446 New function.
21447 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21448 Register it.
21449 (XTread_socket) [TARGET_API_MAC_CARBON]:
21450 Consolidate SendEventToEventTarget calls.
21451 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21452 Move application activation handler to mac_handle_application_event.
21453 Move keyboard handler to mac_handle_keyboard_event.
21454 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21455 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21456 init_command_handler. Call install_application_handler.
21457
21458 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21459 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21460
21461 2007-06-07 Glenn Morris <rgm@gnu.org>
21462
21463 * emacs.c (main): Use `emacs-copyright' in --version output.
21464
21465 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21466
21467 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21468
21469 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21470
21471 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21472
21473 * macgui.h: Replace WindowPtr with WindowRef.
21474
21475 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21476 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21477 Replace ControlHandle with ControlRef.
21478 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21479
21480 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21481 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21482 Replace ControlHandle with ControlRef.
21483 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21484 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21485
21486 * macterm.h (struct scroll_bar): Rename member control_handle_low
21487 and control_handle_high to control_ref_low and control_ref_high.
21488 All uses changed.
21489 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21490 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21491 respectively. All uses changed.
21492 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21493 (install_window_handler, remove_window_handler): Replace WindowPtr
21494 with WindowRef in externs.
21495
21496 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21497
21498 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21499
21500 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21501
21502 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21503
21504 * frame.c (Fmouse_position, Fmouse_pixel_position):
21505 Condition on HAVE_GPM too.
21506
21507 * term.c (term_mouse_highlight): Remove unused variables.
21508 (Fterm_open_connection): Set gpm_zerobased to 1.
21509 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21510 Use zero based co-ordinates.
21511 (handle_one_term_event): Report a drag as mouse movement too.
21512
21513 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21514
21515 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
21516
21517 * image.c (search_image_cache): New function. Require background
21518 color match if background color is unspecified in the image spec.
21519 (uncache_image, lookup_image): Use it.
21520
21521 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
21522
21523 * window.c (Fshrink_window): Reflow docstring.
21524
21525 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21526
21527 * Version 22.1 released.
21528
21529 2007-06-01 Richard Stallman <rms@gnu.org>
21530
21531 * xfns.c (x_encode_text): Add GCPRO.
21532
21533 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21534
21535 * xfns.c (x_set_name_internal): Save encoded name before
21536 x_encode_text in case string data is relocated.
21537
21538 2007-05-31 Richard Stallman <rms@gnu.org>
21539
21540 * buffer.c (syms_of_buffer): Doc fix.
21541
21542 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
21543
21544 * sysdep.c (init_sys_modes): Add rather than replace with
21545 O_NONBLOCK.
21546
21547 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21548 term_mouse_moveto.
21549
21550 * termhooks.h (term_mouse_moveto): New extern.
21551
21552 * term.c (mouse_face_window): Rename...
21553 (Qmouse_face_window): ...to this.
21554 (term_show_mouse_face, term_clear_mouse_face)
21555 (term_mouse_highlight): Use Qmouse_face_window.
21556 (term_mouse_moveto): New function.
21557 (term_mouse_position): Make it work.
21558 (syms_of_term): Uncomment assignment to mouse_position_hook.
21559 Staticpro Qmouse_face_window.
21560
21561 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21562
21563 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21564 around current_column call.
21565
21566 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21567
21568 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21569 * xdisp.c (next_element_from_buffer):
21570 * window.c (delete_window):
21571 * term.c (term_mouse_highlight):
21572 * msdos.c (getdefdir):
21573 * macterm.c (mac_create_bitmap_from_bitmap_data)
21574 (init_font_name_table):
21575 * fns.c (Fsxhash):
21576 * data.c (Fmake_local_variable):
21577 * ccl.c (ccl_driver): Likewise.
21578
21579 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21580
21581 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21582 Call mac_wakeup_from_rne on window size change.
21583
21584 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
21585
21586 * image.c (uncache_image): Fix typo.
21587
21588 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21589
21590 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21591
21592 2007-05-22 Richard Stallman <rms@gnu.org>
21593
21594 * xterm.c (x_connection_closed): Remove NO_RETURN.
21595
21596 2007-05-22 Martin Rudalics <rudalics@gmx.at>
21597
21598 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21599
21600 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21601
21602 * image.c (uncache_image): New function.
21603 (Fimage_refresh): New function.
21604
21605 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21606
21607 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21608
21609 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21610
21611 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21612 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21613
21614 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21615
21616 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21617 conditional on [HAVE_GPM_H].
21618
21619 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * syntax.c (skip_chars): Update syntax-table only after we checked that
21622 the new location is valid.
21623
21624 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21625
21626 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21627 mac_get_window_bounds.
21628
21629 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21630
21631 * Makefile.in (LIBGPM): Allow it to be set from configure.
21632 If set then link Emacs with it.
21633
21634 * config.in: Regenerate.
21635
21636 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21637 New externs.
21638
21639 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21640 Include gpm.h.
21641 (handle_one_term_event, term_gpm): New externs.
21642
21643 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21644 and allow it to be interrupted by SIGIO.
21645
21646 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21647 (wait_reading_process_output): Wait on gpm_fd too.
21648 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21649 (add_gpm_wait_descriptor_called_flag): New variable.
21650 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21651
21652 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21653 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21654 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21655 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21656 (make_lispy_event): Add case GPM_CLICK_EVENT.
21657 (read_avail_input): Handle mouse input.
21658
21659 * term.c (write_glyphs_with_face): New function.
21660 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21661 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21662 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21663 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21664 (last_mouse_x, last_mouse_y): New variables.
21665 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21666 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21667 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21668 (Fterm_close_connection): New functions.
21669 (term_init): Initialise mouse_face_window.
21670
21671 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21672
21673 * xdisp.c (redisplay_window): If first window line is a
21674 continuation line, recompute the new window start instead of
21675 recentering.
21676
21677 2007-05-18 Glenn Morris <rgm@gnu.org>
21678
21679 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21680 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21681
21682 2007-05-17 Glenn Morris <rgm@gnu.org>
21683
21684 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21685
21686 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21687
21688 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21689 dead key repeat and up events.
21690
21691 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
21692
21693 * image.c (pbm_load): Check image size for monochrome pbm.
21694
21695 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
21696
21697 * xterm.c (XTread_socket): Revert last change.
21698
21699 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
21700
21701 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21702
21703 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21704
21705 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21706
21707 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21708 mixup (YAILOM).
21709
21710 2007-05-07 Andreas Schwab <schwab@suse.de>
21711
21712 * keymap.c (Flookup_key): Fix typo in last change.
21713
21714 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21715
21716 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21717 mapping for unibyte strings.
21718
21719 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21720
21721 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21722 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21723
21724 2007-04-29 Richard Stallman <rms@gnu.org>
21725
21726 * insdel.c (replace_range): For undo, record insertion first.
21727
21728 2007-04-29 Andreas Schwab <schwab@suse.de>
21729
21730 * lisp.h (VECSIZE): Use OFFSETOF.
21731
21732 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21733
21734 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21735 disabled lines.
21736
21737 2007-04-28 Richard Stallman <rms@gnu.org>
21738
21739 * lread.c (read_escape): In a string, \s is always space.
21740
21741 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21742
21743 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21744
21745 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21746 submenu for menu bar items.
21747
21748 See ChangeLog.10 for earlier changes.
21749
21750 ;; Local Variables:
21751 ;; coding: utf-8
21752 ;; add-log-time-zone-rule: t
21753 ;; End:
21754
21755 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
21756
21757 This file is part of GNU Emacs.
21758
21759 GNU Emacs is free software: you can redistribute it and/or modify
21760 it under the terms of the GNU General Public License as published by
21761 the Free Software Foundation, either version 3 of the License, or
21762 (at your option) any later version.
21763
21764 GNU Emacs is distributed in the hope that it will be useful,
21765 but WITHOUT ANY WARRANTY; without even the implied warranty of
21766 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21767 GNU General Public License for more details.
21768
21769 You should have received a copy of the GNU General Public License
21770 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21771
21772 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40