]> code.delx.au - gnu-emacs/blob - src/ChangeLog
(file-modes-rights-to-number): Doc fix.
[gnu-emacs] / src / ChangeLog
1 2009-03-21 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (getpwuid): Change argument type to unsigned.
4 (struct w32_id): Change type of `rid' member to unsigned.
5 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6 argument ID to unsigned. All callers changed.
7 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
8
9 2009-03-20 Eli Zaretskii <eliz@gnu.org>
10
11 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
12 negative, produce a float value.
13
14 * dired.c (make_uid, make_gid): New functions.
15 (Ffile_attributes): Use them to avoid negative UID and GID.
16
17 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
18
19 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
20 (syms_of_keyboard) <command-hook-internal, input-method-function>:
21 Fix typos in docstrings.
22
23 2009-03-19 Kenichi Handa <handa@m17n.org>
24
25 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
26 changed, use font_load_for_lface to get a new font object.
27 Call free_realized_fontset after handling ASCII font change.
28
29 * frame.c (x_set_font): Handle the case that ARG is a cons.
30
31 2009-03-19 Glenn Morris <rgm@gnu.org>
32
33 * fileio.c (Fsubstitute_in_file_name): Doc fix.
34
35 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
36
37 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
38
39 2009-03-19 Kenichi Handa <handa@m17n.org>
40
41 * charset.c (load_charset_map_from_file): When a mapfile can't be
42 loaded, signal an error.
43
44 2009-03-18 Eli Zaretskii <eliz@gnu.org>
45
46 * dired.c (Ffile_attributes): Make sure UID and GID are always
47 positive, even if the value is too large for a positive EMACS_INT.
48 Doc fix.
49
50 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
51
52 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
53
54 * xmenu.c (xdialog_show): Move Fredisplay call ...
55 (Fx_popup_dialog): ... here.
56
57 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * dired.c (file_name_completion): Disable the first optimization just
60 installed, since it is not implemented correctly.
61
62 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * dired.c (file_name_completion): Check completion-ignored-extensions
65 only if the entry can't affect bestmatch anyway.
66 Stop the search early, as Ftry_completion already does.
67
68 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
69
70 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
71
72 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
73
74 * keyboard.c (parse_menu_item): Don't display remappings as menu
75 equivalent bindings (Bug#788).
76
77 2009-03-15 Jason Rumney <jasonr@gnu.org>
78
79 * w32term.h (WM_EMACS_PAINT): New message.
80 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
81 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
82 before passing to lisp thread. (Bug#950)
83
84 2009-03-14 David Reitter <david.reitter@gmail.com>
85
86 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
87 variable as it was never reset.
88 (ns_term_init): Remove initialization of Lisp-settable defaults
89 and ns_expand_space.
90 (-setPanelFromDefaultValues): Remove ns_expand_space.
91 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
92 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
93 i.e. no additional spacing, similar to Carbon port.
94
95 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
96 * nsfns.m (ns-popup-prefs-panel): Remove.
97
98 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
99
100 * sound.c (alsa_configure): Remove call to deprecated
101 snd_pcm_sw_params_set_xfer_align.
102
103 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
104
105 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
106 after clicking in a detached tool bar.
107 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
108
109 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
112 int/Lisp_Object mixup).
113
114 2009-03-13 Kenichi Handa <handa@m17n.org>
115
116 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
117 Handle NAME nil and t correctly. Callers changed.
118 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
119 (set_fontset_font): Change ARG to a vector. Handle range_list in
120 ARG correctly.
121 (Fset_fontset_font): Fix the case that TARGET is both a script
122 name and charset name. Adjust the arg to set_fontset_font for
123 the above change.
124 (fontset_from_font): Fix previous change.
125 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
126 entry. If FONTSET is the default fontset, don't set the extra
127 slot of the returning char-table.
128
129 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
130
131 * nsfns.m (Fx_close_connection): Doc fix.
132 (Fns_do_applescript): Reflow docstring.
133 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
134 (Fx_display_pixel_width, Fx_display_pixel_height)
135 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
136 Fix typos in docstrings.
137 (Fns_set_alpha): Fix typos in error messages.
138
139 2009-03-12 David Reitter <david.reitter@gmail.com>
140
141 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
142 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
143 were used for such events.
144
145 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
146 (toggleToolbar, performDragOperation, runHelp): Use it.
147
148 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
149 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
150
151 2009-03-11 Kenichi Handa <handa@m17n.org>
152
153 * font.h (font_open_by_spec): Extern it.
154
155 * font.c (font_open_by_spec): New function.
156 (font_open_by_name): Use font_open_by_spec.
157
158 * frame.c (x_set_font): When ARG is a font-object, don't alter the
159 fontset of the frame.
160
161 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
162 modify the default font of frames that use this fontset.
163 (num_auto_fontsets): New variable.
164 (fontset_from_font): Use num_auto_fontsets to decide a fontset
165 name. Be sure to set FONTSET_ASCII to the correct font name.
166 (update_auto_fontset_alist): New function.
167
168 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
169
170 * makefile.w32-in: Update dependencies.
171
172 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
173
174 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
175
176 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
179
180 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
181
182 * lread.c (Feval_buffer): Doc fix.
183
184 2009-03-09 Kenichi Handa <handa@m17n.org>
185
186 * charset.c (Qfile_name_handler_alist): Extern it.
187 (load_charset_map_from_file): Temporarily bind
188 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
189
190 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
191
192 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
193 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
194
195 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
196
197 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
198 (x_set_window_size): Change back to calculated method of setting
199 toolbar height under Cocoa. (Bug#2546)
200 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
201 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
202
203 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
204
205 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
206 accelerator in parens under GNUstep.
207
208 2009-03-06 Kenichi Handa <handa@m17n.org>
209
210 These changes are to detect incorrect composition sequence without
211 looking ahead the source. (Bug#2370)
212
213 * coding.h: Include "composite.h".
214 (enum compisition_state): New enum.
215 (struct compisition_status): New struct.
216 (struct iso_2022_spec): New member cmp_status.
217 (struct emacs_mule_spec): New struct.
218 (struct coding_system): New members ctext_extended_segment_len and
219 embedded_utf_8. Change the union member
220 spec.emacs_mule_full_support to spec.emacs_mule.
221
222 * coding.c (CODING_ISO_CMP_STATUS): New macro.
223 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
224 (MAX_ANNOTATION_LENGTH): Defined to 5.
225 (ADD_COMPOSITION_DATA): New arg nbytes.
226 (emacs_mule_char): New arg cmp_status.
227 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
228 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
229 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
230 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
231 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
232 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
233 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
234 (EMACS_MULE_COMPOSITION_END): New macro.
235 (emacs_mule_finish_composition): New function.
236 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
237 (decode_coding_emacs_mule): Avoid long looking ahead while
238 handling composition.
239 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
240 (ENCODE_COMPOSITION_RULE): New macro.
241 (finish_composition): New function.
242 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
243 (DECODE_COMPOSITION_START): New implementation.
244 (DECODE_COMPOSITION_END): Likewise.
245 (STORE_COMPOSITION_RULE): New macro.
246 (decode_coding_iso_2022): Avoid long looking ahead while handling
247 composition, CTEXT extended segment, and embedded UTF-8.
248 (setup_coding_system): For a coding of type iso-2022, reset
249 CODING_ISO_EXTSEGMENT_LEN (coding) and
250 CODING_ISO_EMBEDDED_UTF_8 (coding).
251 (get_translation): Delete arguments last_block, from_nchars,
252 to_nchars. Callers changed.
253 (produce_chars): Don't modify charbuf. Adjusted for the change of
254 get_translation.
255 (produce_composition): Adjusted for the new annotation sequence.
256 (handle_composition_annotation): Likewise.
257 (consume_chars): Adjusted for the change of get_translation.
258
259 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
260
261 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
262
263 2009-03-05 Kenichi Handa <handa@m17n.org>
264
265 * font.c (font_select_entity): New function.
266 (font_find_for_lface): Use font_select_entity to select a font.
267
268 * fontset.c (fontset_find_font): If a font found without
269 restricting of the characters C doen't support C, try to find a
270 font with C restriction.
271
272 2009-03-04 Nikolaj Schumacher <me@nschum.de> (tiny change)
273
274 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
275
276 2009-03-04 Jason Rumney <jasonr@gnu.org>
277
278 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
279 characters that have already been read. (Bug#2569)
280
281 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
282 Log an error message if check_image_size failed.
283 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
284 (gs_load): Mention max-image-size in size error message. (Bug#2560)
285
286 2009-03-02 Eli Zaretskii <eliz@gnu.org>
287
288 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
289 when decoding process output.
290
291 2009-03-01 Richard M Stallman <rms@gnu.org>
292
293 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
294
295 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
296
297 2009-02-28 Eli Zaretskii <eliz@gnu.org>
298
299 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
300 (decode_coding_emacs_mule, decode_coding_iso_2022)
301 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
302 (decode_coding_raw_text, decode_coding_charset)
303 (setup_coding_system, decode_eol, decode_coding, consume_chars):
304 Honor inhibit-eol-conversion. (Bug #2186)
305
306 2009-02-28 Jason Rumney <jasonr@gnu.org>
307
308 * coding.c (detect_coding_charset): If not checking latin extra,
309 fail on characters between 0x80 and 0xA0. (Bug#2354)
310
311 2009-02-28 Eli Zaretskii <eliz@gnu.org>
312
313 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
314 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
315
316 2009-02-27 Glenn Morris <rgm@gnu.org>
317
318 * callint.c (Finteractive): Doc fix.
319
320 2009-02-27 Kenichi Handa <handa@m17n.org>
321
322 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
323
324 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
325
326 * font.c (font_style_to_value): Set value for unknown symbols to
327 100 instead of 255.
328 (weight_table, slant_table, width_table): Treat "unspecified" as
329 the default value.
330
331 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
332
333 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
334
335 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
336
337 * lread.c (Fload): Stop checking Vloads_in_progress and signal
338 error as soon as a recursive load is detected.
339
340 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
341
342 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
343 before caching.
344
345 2009-02-24 Kenichi Handa <handa@m17n.org>
346
347 * fontset.c (fontset_find_font): Fix the condition for checking
348 unavailable font.
349
350 2009-02-24 Glenn Morris <rgm@gnu.org>
351
352 * xfaces.c (Finternal_set_font_selection_order): Remove leading
353 whitespace that confuses documentation.
354
355 2009-02-23 Miles Bader <miles@gnu.org>
356
357 * process.c (Flist_system_processes, Fprocess_attributes)
358 (syms_of_process): Rename `system-process-attributes' to
359 `process-attributes'.
360
361 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
362
363 * coding.h (struct coding_system): Make safe_charsets a pointer to
364 unsigned char.
365 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
366 being 255.
367 (SAFE_CHARSET_P): Likewise.
368 (setup_iso_safe_charsets): Properly setup safe_charsets.
369 (Fdefine_coding_system_internal): Likewise.
370 (setup_coding_system): Likewise. Remove unneeded casts.
371 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
372 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
373 unneeded casts.
374
375 * insdel.c (del_range_2): Don't modify gap contents when called
376 from decode_coding_object. (Bug#1809)
377
378 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
379
380 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
381 Qfont_object.
382 (Ftype_of): Recognize font objects.
383
384 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
385
386 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
387 moved to data.c.
388
389 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
390
391 * nsterm.m (x_make_frame_invisible): Unset async_visible,
392 async_iconified. Based on a patch by Christian Lynbech
393 <christian.lynbech@tieto.com>.
394 (EmacsView-windowDidMiniaturize:): Unset async_visible.
395
396 2009-02-20 Glenn Morris <rgm@gnu.org>
397
398 * syntax.c (Fskip_chars_forward): Fix doc typo.
399
400 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
401
402 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
403
404 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
405
406 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
407
408 2009-02-19 Kenichi Handa <handa@m17n.org>
409
410 * coding.c (detect_coding): Preserve coding->mode.
411 Don't overflow coding->carryover. (Bug#2370)
412
413 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
416
417 2009-02-18 Kenichi Handa <handa@m17n.org>
418
419 * font.c (font_check_otf_features): Fix handling of `nil' element.
420 (Ffont_spec): Describe :lang and :otf in the docstring.
421
422 2009-02-16 Andreas Schwab <schwab@suse.de>
423
424 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
425 string.
426
427 2009-02-16 Kenichi Handa <handa@m17n.org>
428
429 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
430 (Bug#1723)
431
432 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
433
434 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
435
436 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
437 (handle_line_prefix): Suppress wrapping of wrap prefixes.
438
439 2009-02-14 Eli Zaretskii <eliz@gnu.org>
440
441 * msdos.c (MAX_SCREEN_BUF): New macro.
442 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
443 Encode the entire run of glyphs sharing the same face, instead of
444 doing that one glyph at a time (fixes a bug with displaying
445 double-size characters).
446
447 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
448
449 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
450
451 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
452 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
453 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
454
455 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
456 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
457
458 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
461 invisible areas.
462
463 2009-02-12 Jason Rumney <jasonr@gnu.org>
464
465 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
466 (add_font_entity_to_list): Call check_face_name even when family
467 is unspecified.
468
469 * w32term.c (x_display_pixel_height, x_display_pixel_width):
470 Release DC when finished. Use NULL window to refer to desktop.
471 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
472
473 * w32font.c (add_font_entity_to_list): Fix check for substituted
474 raster fonts. (Bug#2219)
475
476 2009-02-12 Kenichi Handa <handa@m17n.org>
477
478 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
479 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
480 (autocmp_chars): Use fast_looking_at. Don't compose more
481 characters than MAX_COMPOSITION_COMPONENTS.
482 (find_automatic_composition): While looking forward and backward,
483 check static composition. Fix where to stop looking forward.
484 (composition_adjust_point): Fix checking of static composition.
485 (Fcomposition_get_gstring): Pay attention to
486 MAX_COMPOSITION_COMPONENTS.
487
488 * lisp.h (fast_looking_at): Extern it.
489
490 * search.c (fast_looking_at): New function.
491
492 * term.c (encode_terminal_code): Adjust for the change of
493 <struct glyph>.u.cmp.to.
494 (append_composite_glyph): Likewise.
495
496 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
497 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
498 composition.
499 (append_composite_glyph): Adjust for the change of
500 <strcut glyph>.u.cmp.to.
501
502 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
503
504 * casetab.c (init_casetab_once):
505 * coding.c (ALLOC_CONVERSION_WORK_AREA):
506 * font.c (font_update_lface):
507 * fontset.c (Fnew_fontset):
508 * ftfont.c (ftfont_drive_otf):
509 * xfont.c (xfont_open):
510 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
511
512 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * fileio.c (Fwrite_region): !NILP -> CONSP.
515
516 2009-02-10 Andreas Schwab <schwab@suse.de>
517
518 * process.c (send_process): Properly relocate pointer into data
519 when using encoded data. (Bug#2272)
520
521 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
522
523 * coding.c (detect_coding_charset): Fix previous change.
524
525 2009-02-08 Jason Rumney <jasonr@gnu.org>
526
527 * w32fns.c (w32_hide_hourglass): Handle case where frame
528 disappeared while hourglass was displayed. (Bug #2193)
529
530 2009-02-07 Andreas Schwab <schwab@suse.de>
531
532 * unexelf.c (unexec): Fix error message.
533
534 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
535
536 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
537 when modal window is active. (Bug #2152)
538 (applicationShouldTerminate:): Remove now-unneeded while loop
539 around NSRunAlertPanel.
540
541 * nsmenu.m (popupSession): New file-global variable.
542 (pop_down_menu): End the popupSession before closing dialog.
543 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
544 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
545 don't query NSApp for events (just sleep instead).
546
547 2009-02-07 Eli Zaretskii <eliz@gnu.org>
548
549 * coding.c (syms_of_coding) <translation-table-for-input>:
550 Modify doc string to discourage use for character code unification.
551
552 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
553
554 * atimer.c (run_timers): Update pending_atimers.
555
556 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
557
558 * image.c (svg_load_image): Fix last change.
559
560 * xfns.c (Fx_create_frame): Signal an error if no font is
561 found (Bug#2147).
562
563 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
564
565 * character.c (syms_of_character) <script-representative-chars>:
566 Fix typo in docstring.
567
568 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
569
570 * nsmenu.m (pop_down_menu): New function.
571 (ns_popup_dialog): Call it on unwind.
572 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
573 call timer_check() (Bug#2154).
574 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
575 handling_signal is set.
576 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
577
578 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G
579
580 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
581
582 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
583
584 * keyboard.c (poll_for_input_1, handle_async_input):
585 Set handling_signal under HAVE_NS.
586
587 2009-02-04 Glenn Morris <rgm@gnu.org>
588
589 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
590
591 2009-02-04 Kenichi Handa <handa@m17n.org>
592
593 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
594
595 * charset.c (Fchar_charset): New optional arg restriction.
596
597 * coding.h (coding_system_charset_list): Extern it.
598
599 * coding.c (coding_system_charset_list): New function.
600
601 * composite.c: Include coding.h and termhooks.h.
602 (composition_gstring_p): Fix for the terminal case.
603 (composition_gstring_width): Likewise.
604 (fill_gstring_body): Likewise.
605 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
606 the frame.
607 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
608 is within a composition.
609 (Fcomposition_get_gstring): Fix the terminal case.
610
611 * term.c (encode_terminal_code): Fix handling of composition.
612 (produce_composite_glyph): For static composition, get pixel_width
613 from struct composition.
614
615 2009-02-02 Andreas Schwab <schwab@suse.de>
616
617 * unexelf.c (unexec): Handle unaligned bss offset.
618
619 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
620
621 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
622 XT,w32read_socket changes to ns_read_socket.
623
624 * keyboard.c (handle_interrupt): Don't call
625 quit_throw_to_read_char() under NS.
626
627 * blockinput.h: Remove NS-specific code.
628
629 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
630
631 * dispnew.c (window_change_signal): Don't try to get the size of a
632 suspended tty frame.
633 * term.c (Fresume_tty): Resize if the size has changed while the
634 tty was suspended.
635
636 * alloc.c (mark_stack): Properly conditionalize previous change.
637
638 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
639
640 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
641 * w32term.c (w32_read_socket) [SYNC_INPUT]:
642 Remove; this code is not used on Windows.
643
644 2009-01-30 Eli Zaretskii <eliz@gnu.org>
645
646 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
647 EOLs that also has stray ^M characters.
648
649 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
650
651 * atimer.c (run_timers, alarm_signal_handler):
652 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
653 * w32inevt.c (w32_console_read_socket):
654 * w32term.c (w32_read_socket):
655 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
656
657 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
658
659 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
660 Initialize it as a relative filename pattern.
661 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
662 (Fcall_process_region): Simplify temp file creation using
663 temporary-file-directory.
664
665 2009-01-29 Eli Zaretskii <eliz@gnu.org>
666
667 * msdos.c: Rename pending_signals to msdos_pending_signals.
668 (sig_suspender, sigprocmask): Adjust.
669
670 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
671
672 * keyboard.c (pending_signals): New var.
673 (poll_for_input, input_available_signal, init_keyboard): Set it.
674 (process_pending_signals): New function.
675
676 * lisp.h (QUIT): Check pending_signals instead of
677 interrupt_input_pending. Use process_pending_signals.
678
679 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
680
681 * process.c (wait_reading_process_output): Use process_pending_signals.
682
683 * sysdep.c (emacs_write): Use process_pending_signals.
684
685 * xterm.c (XTread_socket): Update pending_signals.
686
687 * w32term.c (w32_read_socket): Update pending_signals.
688
689 * w32inevt.c (w32_console_read_socket): Update pending_signals.
690
691 2009-01-29 Kenichi Handa <handa@m17n.org>
692
693 * xftfont.c (xftfont_has_char): New function.
694 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
695
696 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
697
698 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
699 under GNUstep.
700 (ns_query_color): New declaration.
701
702 * nsterm.m (ns_confirm_quit): New variable.
703 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
704 (EmacsApp-applicationShouldTerminate:): Use it.
705 (EmacsPrefsController): Let user set it.
706 (ns_query_color): New function.
707 (ns_defined_color): Use it.
708 (ns_initialize): Drop.
709 (ns_term_init): Add two lines from ns_initialize(), and set
710 input_interrupt_mode to nil.
711
712 * image.c (svg_load_image): Don't right-shift background RGB when
713 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
714
715 2009-01-28 Kenichi Handa <handa@m17n.org>
716
717 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
718 (fontset_get_font_group): Remember that no font-group is specified
719 for C.
720
721 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
722
723 * fns.c (concat): Check for string overflow (bug#1787).
724
725 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
726 Quadruple undo limits (bug#1501).
727
728 2009-01-27 Kenichi Handa <handa@m17n.org>
729
730 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
731 directly use GT_Get_Char_index.
732
733 * xftfont.c (struct xftfont_info): New member `index'.
734
735 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
736 (Ffontset_font): Adjust for the change of fontset entry.
737
738 2009-01-26 Kenichi Handa <handa@m17n.org>
739
740 * fontset.c (fontset_find_font): Fix handling of non-cons return
741 value of fontset_get_font_group.
742 (fontset_font): Revert last change.
743
744 2009-01-26 Jason Rumney <jasonr@gnu.org>
745
746 * w32font.c (w32font_list_internal): Return quickly if registry is
747 unknown. Simplify final return.
748 (add_font_entity_to_list): Break complex logic down into more
749 manageable chunks. Move unknown registry check to
750 w32font_list_internal.
751
752 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
753
754 Changes to remove Feval calls from GUI under NS.
755
756 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
757 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
758 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
759
760 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
761 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
762 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
763 instead of NON_ASCII_KEYSTROKE_EVENT.
764 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
765 (EmacsApp-applicationShouldTerminate:): Query user.
766 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
767 instead of Feval.
768
769 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
770
771 * keyboard.c (kbd_buffer_get_event): Check for it.
772 (keys_of_keyboard): Define lispy keys for
773 ns-put/unput-working-text.
774
775 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
776 versions.
777 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
778
779 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
780
781 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
782 setting current_buffer directly. (Bug#2044)
783
784 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
785
786 * fontset.c (fontset_font): If we know there is no font, don't do
787 any work. (Bug#1952, bug#1990).
788
789 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
790
791 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
792
793 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
794 (ns_no_defaults): New declaration.
795 (main): Use it.
796
797 * nsterm.h (ns_no_defaults): New declaration.
798
799 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
800
801 * nsterm.m (ns_no_defaults): New variable.
802 (ns_initialize): Don't read defaults when ns_no_defaults.
803 (EmacsView-readSelectionFromPasteboard:)
804 (writeSelectionToPasteboard:types:): New stubbed-out methods for
805 NSServicesRequests protocol. (Bug#1435)
806 (ns_dumpglyphs_stretch): New function.
807 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
808 of 2008-11-15 to other terms. (Bug#615)
809
810 * nsimage.m (setPixmapData:): Set to ignore image DPI.
811
812 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
813
814 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
815 call for Sparc64.
816
817 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
818
819 * nsfns.m:
820 * nsgui.h:
821 * nsmenu.m:
822 * nsselect.m:
823 * nsterm.h:
824 * nsterm.m: Remove '23' comments that indicated code added during
825 update from emacs-20 -> emacs-23.
826
827 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
828
829 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
830 ns_alternate_modifier. (Bug#1217)
831
832 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
833 Display all shortcuts, including those w/o super modifier.
834
835 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
836
837 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
838
839 * fileio.c (Vwrite_region_post_annotation_function)
840 (Vwrite_region_annotation_buffers): New vars.
841 (build_annotations_unwind): Just reset
842 Vwrite_region_annotation_buffers.
843 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
844 Call write-region-post-annotation-function.
845 (build_annotations): Add to Vwrite_region_annotation_buffers if
846 buffer changes.
847
848 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
849
850 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
851 Tiger.
852 * nsfns.m (ns_do_applescript):
853 Conditionalize typeUTF16ExternalRepresentation on Tiger.
854
855 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
856
857 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
858
859 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
860
861 * nsmenu.m (NSMENUPROFILE): Change #if style.
862
863 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
864
865 * nsterm.m (x_set_frame_alpha): Add prototype.
866 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
867 handle Ctrl-tab. (Bug#1841)
868 (ns_get_color): Use unsigned long long for scanned hex string value.
869 (ns_term_shutdown): Abort on non SIGTERM signals.
870 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
871 (EmacsPrefsController-setPanelFromDefaultValues) New function.
872 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
873 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
874 (ns_defined_color): Fix settings of the XColor variable fields:
875 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
876
877 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
878 DPI. (Bug#1316)
879 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
880 values in onTiger section.
881
882 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
883
884 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
885 Check return value of font_spec_from_name.
886 (Fx_list_fonts): Doc fix. (Bug#1951)
887
888 * font.c (font_spec_from_name): Return Qnil if font name could not
889 be parsed.
890 (font_parse_name): Treat a `?' character as part of an XLFD.
891
892 * fns.c (Fsubstring): Doc fix.
893
894 2009-01-19 Kenichi Handa <handa@m17n.org>
895
896 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
897 (ftfont_list): Likewise.
898
899 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
900
901 * dbusbind.c (Fdbus_register_signal):
902 * process.c (conv_sockaddr_to_lisp):
903 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
904
905 * callproc.c (Fgetenv_internal): Doc fix.
906
907 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
908
909 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
910 it is not even used.
911
912 2009-01-16 Glenn Morris <rgm@gnu.org>
913
914 * font.c (Ffont_variation_glyphs): Silence compiler.
915
916 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
917
918 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
919 Reported by David Robinow <drobinow@gmail.com>.
920
921 2009-01-15 Kenichi Handa <handa@m17n.org>
922
923 * coding.c (detect_coding_system): Fix handling of null_byte_found.
924
925 2009-01-14 Jason Rumney <jasonr@gnu.org>
926
927 * frame.c (x_set_font): Always store a font to the font parameter,
928 never a fontset. (Bug#1562)
929
930 2009-01-14 Kenichi Handa <handa@m17n.org>
931
932 * coding.c (TWO_MORE_BYTES): New macro.
933 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
934
935 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
936
937 * font.c (font_clear_prop): If clearing the family, clear the font
938 width index too.
939
940 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
941
942 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
943
944 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
945 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
946 functions, use sizeof.
947
948 2009-01-12 Martin Rudalics <rudalics@gmx.at>
949
950 * keyboard.c (read_char): Fix case where last_nonmenu_event
951 returned a bad value with submenus. (Bug#447)
952
953 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
954
955 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
956 family, clear the font width index too.
957
958 2009-01-11 Jason Rumney <jasonr@gnu.org>
959
960 * keyboard.c (cmd_error_internal): Exit when errors occur before
961 frame creation and not in daemon mode. (Bug#1836)
962
963 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
964
965 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
966 of a display vector, backtrack.
967 (try_window_reusing_current_matrix): Check glyph type before
968 referencing charpos member.
969
970 2009-01-10 Eli Zaretskii <eliz@gnu.org>
971
972 Fix Bug #876:
973
974 * coding.c (inhibit_null_byte_detection): New variable.
975 (detect_coding, detect_coding_system): Don't pay attention to null
976 bytes if inhibit_null_byte_detection is non-zero.
977 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
978 <inhibit-iso-escape-detection>: Doc fix.
979
980 2009-01-09 Jason Rumney <jasonr@gnu.org>
981
982 * w32font.c (add_font_entity_to_list): Don't report unknown
983 Windows charset as any unrecognized registry. (Bug#1548)
984 Only report Unicode Plane 2 fonts as unicode-sip.
985
986 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
987
988 * xfaces.c (Fx_font_family_list): Delete function.
989 Move compatibility version to faces.el.
990
991 * font.c (Ffont_family_list): Return a list of strings, not symbols.
992
993 2009-01-09 Martin Rudalics <rudalics@gmx.at>
994
995 * frame.c (x_set_frame_parameters): Remember requested value for
996 fullscreen before it's reset by the parameter handler.
997
998 2009-01-09 Glenn Morris <rgm@gnu.org>
999
1000 * keyboard.c (last_command_char): For clarity, rename to...
1001 (last_command_event): ... and update all users.
1002 (last_input_char): For clarity, rename to...
1003 (last_input_event): ... and update all users.
1004 (last-command-char, last-input-char): Move to subr.el as aliases.
1005 * cmds.c, commands.h: Update for last_command_char rename.
1006
1007 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * font.c (font_open_for_lface): Handle unspecified height attribute.
1010
1011 2009-01-08 Jason Rumney <jasonr@gnu.org>
1012
1013 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
1014 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
1015 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
1016 Don't declare.
1017 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
1018 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
1019
1020 2009-01-07 Kenichi Handa <handa@m17n.org>
1021
1022 * fileio.c (Finsert_file_contents): In the case of replace,
1023 remember the coding system used for decoding in
1024 coding_system (Bug#1039).
1025
1026 * coding.c (decode_coding_utf_8): Check byte_after_cr before
1027 breaking the loop. (Bug#870)
1028 (decode_coding_utf_16, decode_coding_emacs_mule)
1029 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
1030 (decode_coding_charset): Likewise.
1031
1032 2009-01-05 Martin Rudalics <rudalics@gmx.at>
1033
1034 * frame.c (x_set_frame_parameters): Make sure height (width) get
1035 applied when fullwidth (fullheight) is set. (Bug#1522)
1036
1037 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
1038
1039 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
1040 (utc_base): Declare as ULONGLONG, not long double.
1041 (convert_time_raw): Delete.
1042 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
1043 (initialize_utc_base): New function.
1044 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
1045 (convert_from_time_t): Use initialize_utc_base; compute result with
1046 64-bit arithmetic.
1047 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
1048
1049 2009-01-03 Eli Zaretskii <eliz@gnu.org>
1050
1051 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
1052 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
1053 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
1054 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
1055 [!subprocesses]: Define.
1056 (syms_of_process) [!subprocesses]: Intern and staticpro them.
1057 (Flist_system_processes, Fsystem_process_attributes)
1058 [!subprocesses]: Call list_system_processes and
1059 system_process_attributes instead of returning Qnil.
1060
1061 * dosfns.c (system_process_attributes, list_system_processes):
1062 New functions.
1063
1064 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
1065
1066 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
1067 Don't use the default (no-op) implementation.
1068
1069 2009-01-03 Jason Rumney <jasonr@gnu.org>
1070
1071 * keyboard.c (parse_modifiers_uncached): Wheel events are
1072 clicks (bug#687).
1073
1074 * w32term.c (x_query_colors, x_query_color): New functions.
1075
1076 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
1077 (svg_load_image): Cast returned pointers from dynamically loaded
1078 functions. Eliminate W32 specific code.
1079
1080 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
1081
1082 * nsfns.m (x_set_foreground_color, x_set_background_color)
1083 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
1084 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
1085 x_ prefix instead of ns_. Update references.
1086 (syms_of_nsfns): Add a FIXME comment.
1087
1088 * nsterm.m (x_set_cursor_type): New prototype.
1089 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
1090
1091 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
1092 for Solaris instead of incorrectly providing Qutime and Qcutime.
1093
1094 2009-01-02 Eli Zaretskii <eliz@gnu.org>
1095
1096 * w32.c (process_times): Compute sum of utime and stime.
1097 (system_process_attributes): Add Qtime to the alist.
1098
1099 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
1100 and add them to the alist.
1101
1102 * process.c (top level) <Qtime, Qctime>: New variables.
1103 (syms_of_process): staticpro them.
1104 (Fsystem_process_attributes): Add their documentation to the doc
1105 string.
1106
1107 * process.h: Declare Qtime and Qctime.
1108
1109 2009-01-02 Jason Rumney <jasonr@gnu.org>
1110
1111 * image.c (Qgobject): New symbol.
1112 (syms_of_image): Initialize it.
1113 (init_svg_functions): Load some functions from gobject library.
1114
1115 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1116
1117 * frame.c (make_terminal_frame): Remove redundant code and useless
1118 block.
1119
1120 2009-01-01 Andreas Schwab <schwab@suse.de>
1121
1122 * process.c (conv_sockaddr_to_lisp): Add workaround for
1123 getsockname bug on BSD.
1124
1125 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * xfns.c (x_create_tip_frame): Set border width of the X window.
1128
1129 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
1130
1131 2009-01-01 Jason Rumney <jasonr@gnu.org>
1132
1133 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
1134 Don't block input, as per earlier xterm.c changes.
1135
1136 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
1137
1138 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
1139 (ns_appkit_version_int): New function.
1140 (x-server-version): Use ns_appkit_version_int and follow 21+
1141 convention of returning 3 integers.
1142
1143 2008-12-30 Kenichi Handa <handa@m17n.org>
1144
1145 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
1146 (CHAR_SURROGATE_PAIR_P): New macro.
1147
1148 * font.h (struct font_driver): New member get_variation_glyphs.
1149
1150 * font.c (font_range): Don't require a font for a variation selector.
1151 (Ffont_variation_glyphs): New function.
1152 (syms_of_font): Defsubr it.
1153
1154 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
1155 ftfont_variation_glyphs.
1156 (setup_otf_gstring): New function.
1157 (ftfont_drive_otf): Use it.
1158 (ftfont_shape_by_flt): Handle variation selector.
1159 (ftfont_variation_glyphs): New function.
1160
1161 2008-12-30 Martin Rudalics <rudalics@gmx.at>
1162
1163 * frame.c (Vemacs_iconified): Remove.
1164
1165 2008-12-30 Jason Rumney <jasonr@gnu.org>
1166
1167 * frame.c (store_frame_param, x_get_arg): Enable newer code on
1168 WINDOWSNT too, as related changes have already been synced. (Bug#117)
1169
1170 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * indent.c (Fvertical_motion): Don't advance iterator if we have
1173 reseated to the desired position.
1174
1175 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
1176 checking for pos match.
1177
1178 2008-12-30 Kenichi Handa <handa@m17n.org>
1179
1180 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
1181 just get the low 8-bit of the code.
1182
1183 * font.c (font_intern_prop): Validate str as multibyte.
1184
1185 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 * dispextern.h (struct face): Move lface and hash from the middle
1188 of bitfields.
1189
1190 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
1191
1192 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1193
1194 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
1195 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
1196 instead of intervals.h.
1197
1198 2008-12-26 Andreas Schwab <schwab@suse.de>
1199
1200 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
1201 cons.
1202
1203 2008-12-26 Martin Rudalics <rudalics@gmx.at>
1204
1205 * textprop.c (Qminibuffer_prompt): New variable.
1206 (syms_of_textprop): Initialize it.
1207 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
1208 in minibuffer-prompt face. (Bug#1662)
1209
1210 2008-12-25 Jason Rumney <jasonr@gnu.org>
1211
1212 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
1213
1214 2008-12-24 Jason Rumney <jasonr@gnu.org>
1215
1216 * ralloc.c (r_alloc_reset_variable): New function.
1217
1218 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
1219 record of what points where. (Bug#716)
1220
1221 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 * minibuf.c (read_minibuf): Follow the non-interactive case when
1224 running as a daemon, before detaching.
1225
1226 2008-12-22 Andreas Schwab <schwab@suse.de>
1227
1228 * buffer.c (init_buffer): Use realloc instead of xrealloc.
1229 * gtkutil.c (free_widget_value): Use xfree instead of free.
1230
1231 2008-12-22 Martin Rudalics <rudalics@gmx.at>
1232
1233 * frame.c (delete_frame): New function derived from
1234 Fdelete_frame to handle Qnoelisp value for FORCE argument.
1235 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
1236 (Fdelete_frame): Call delete_frame. Remove line from doc-string
1237 saying that FORCE non-nil doesn't run `delete-frame-functions'.
1238 * frame.h: Extern delete_frame.
1239 * window.c (window_loop):
1240 * terminal.c (delete_terminal):
1241 * xterm.c (x_connection_closed):
1242 * xfns.c (Fx_hide_tip):
1243 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
1244
1245 2008-12-21 Jason Rumney <jasonr@gnu.org>
1246
1247 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
1248 when character maps to .notdef character.
1249
1250 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
1253
1254 2008-12-20 Jason Rumney <jasonr@gnu.org>
1255
1256 * frame.c (Fmake_terminal_frame): Raise an error when called from
1257 a graphical frame on Windows. (Bug#1325)
1258
1259 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
1260
1261 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
1262
1263 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * minibuf.c (Fread_buffer): Doc fix.
1266
1267 2008-12-20 Jason Rumney <jasonr@gnu.org>
1268
1269 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
1270 server name in UNC paths. (Bug#719)
1271
1272 * coding.c (decode_coding): Clear chars_at_source flag when using
1273 charbuf. (Bug#1035)
1274
1275 2008-12-19 Daniel Engeler <engeler@gmail.com>
1276
1277 * sysdep.c (serial_configure): Fix typo.
1278
1279 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1280
1281 * sysdep.c: Include alloca.h.
1282 (system_process_attributes): Add implementation for Solaris.
1283
1284 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
1285
1286 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1287
1288 Reorganize implementation of Flist_system_processes and
1289 Fsystem_process_attributes. No functional changes.
1290 * process.c: Don't #include pwd.h, grp.h and limits.h.
1291 (Flist_system_processes): Just call list_system_processes.
1292 (Fsystem_process_attributes): Just call system_process_attributes.
1293 (procfs_list_system_processes, time_from_jiffies)
1294 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
1295 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
1296
1297 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
1298 (list_system_processes): Rename from
1299 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
1300 Provide a do nothing implementation.
1301 (system_process_attributes): Rename from
1302 procfs_list_system_processes.
1303 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
1304 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
1305
1306 * w32.c (list_system_processes): Rename from
1307 w32_list_system_processes.
1308 (system_process_attributes): Rename from
1309 w32_system_process_attributes.
1310
1311 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
1312
1313 * process.h (w32_list_system_processes)
1314 (w32_system_process_attributes): Remove.
1315 (list_system_processes, system_process_attributes): New
1316 prototypes.
1317
1318 2008-12-19 Kenichi Handa <handa@m17n.org>
1319
1320 * xfont.c (xfont_decode_coding_xlfd): New function.
1321 (xfont_encode_coding_xlfd): New function.
1322 (xfont_list_pattern): Decode XLFD by iso-8859-1.
1323 (xfont_list): Decode and encode XLFD by iso-8859-1.
1324 (xfont_match): Likewise.
1325 (xfont_list_family): Likewise.
1326 (xfont_open): Likewise.
1327
1328 * ftfont.c (ftfont_open): Generate a multibyte string if given
1329 names are utf-8.
1330
1331 * xftfont.c (xftfont_open): Generate a multibyte string if given
1332 names are utf-8.
1333
1334 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
1335
1336 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
1337 changed.
1338 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
1339 clicked on a detached tool bar button.
1340
1341 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1342
1343 * emacs.c (main): Print and error and exit when no data is read
1344 from the pipe.
1345
1346 2008-12-17 Jason Rumney <jasonr@gnu.org>
1347
1348 * w32font.c (w32font_has_char): Always return -1.
1349
1350 2008-12-16 Kenichi Handa <handa@m17n.org>
1351
1352 * font.c (font_open_entity): Fix previous change.
1353
1354 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
1355
1356 * process.c: Include <limits.h>.
1357
1358 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
1359
1360 * font.c (font_update_drivers): Fix mistake in reconstructing the
1361 driver list.
1362
1363 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * font.c (font_clear_cache): Fix format of font cache data.
1366
1367 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * xftfont.c (xftfont_open): Free Xft font pattern if
1370 XftFontOpenPattern fails.
1371
1372 * xterm.c (x_free_frame_resources): Remove extraneous call to
1373 free_frame_faces.
1374
1375 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * xterm.c (x_delete_display): Move xim_close_dpy call to
1378 x_delete_terminal.
1379 (x_delete_terminal): Call xim_close_dpy.
1380
1381 2008-12-13 Jason Rumney <jasonr@gnu.org>
1382
1383 * w32font.c (intern_font_name): New function.
1384 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
1385 (w32font_open_internal, Fx_select_font): Decode font name.
1386 (fill_in_logfont, list_all_matching_fonts): Encode font name.
1387
1388 * w32font.h (intern_font_name): Declare new function.
1389
1390 * w32uniscribe.c (add_opentype_font_name_to_list):
1391 Use intern_font_name.
1392
1393 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * frame.c (Fdelete_frame): Call free_font_driver_list.
1396
1397 * font.c (free_font_driver_list): Implement missing function.
1398
1399 * w32term.c (w32_term_init): Don't initialize the image cache
1400 here; it will be done in init_frame_faces.
1401
1402 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
1403 (struct x_display_info): Remove unused member null_pixel. New
1404 member xim_callback_data.
1405
1406 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
1407 (xim_initialize): Save pointer to callback function data.
1408 (xim_close_dpy): Free callback function data. Call XCloseIM,
1409 reverting 2008-11-04 change by David Smith.
1410 (x_term_init): Don't initialize the image cache here; it will be
1411 done in init_frame_faces. Remove ancient "null_pixel" cruft.
1412 (x_delete_display): Free x_dnd_atoms member.
1413
1414 2008-12-13 Kenichi Handa <handa@m17n.org>
1415
1416 * font.c (font_rescale_ratio): Moved from xfaces.c.
1417 Argument type changed. Handle a font-spec too.
1418 (font_score): Check Vface_font_rescale_alist.
1419 (font_open_entity): Likewise. (Bug#1547)
1420
1421 * xfaces.c (font_rescale_ratio): Moved to font.c.
1422
1423 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
1426
1427 2008-12-12 Jason Rumney <jasonr@gnu.org>
1428
1429 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
1430 Vwindow_system_version to the real w32 major version.
1431
1432 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
1433
1434 * term.c (init_tty): Move setting the terminal name before the
1435 potential user: maybe_fatal.
1436
1437 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
1440 all callers changed. Call free_frame_faces to free the face cache.
1441
1442 2008-12-11 Jason Rumney <jasonr@gnu.org>
1443
1444 * w32font.c (fill_in_logfont): Don't assume symbol script means
1445 SYMBOL_CHARSET. (Bug#547)
1446
1447 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
1448 size for surrogates. (Bug#1096, bug#872)
1449
1450 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
1451
1452 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
1453
1454 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * process.c (Fsystem_process_attributes, syms_of_process):
1457 Fix typo in name of Ssystem_process_attributes.
1458 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
1459
1460 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * syntax.c (Fmodify_syntax_entry): Doc fix.
1463
1464 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * font.c (Ffont_spec): Move usage to end of docstring.
1467
1468 2008-12-10 Jason Rumney <jasonr@gnu.org>
1469
1470 * w32font.c (Qcham): New symbol.
1471 (font_supported_scripts): Add cham, and comments for other new
1472 scripts in bitfield from OpenType spec.
1473 (add_font_entity_to_list): Limit unicode-sip fonts to those that
1474 contain characters beyond the bmp.
1475
1476 2008-12-10 Kenichi Handa <handa@m17n.org>
1477
1478 * ftfont.c (fc_charset_table): Add "unicode-sip".
1479 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
1480 Qunicode_sip.
1481
1482 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * coding.c (QCdefault_char): Rename from QCdefalut_char.
1485 (Fcoding_system_put): Use QCdefault_char.
1486 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
1487
1488 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
1489
1490 * xftfont.c (syms_of_xftfont): Fix typo.
1491
1492 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
1493
1494 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1495
1496 * emacs.c (main): Close daemon_pipe on exec.
1497
1498 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * termchar.h (struct tty): New members termcap_term_buffer and
1501 termcap_strings_buffer.
1502
1503 * term.c (encode_terminal_code): Free any previous memory blocks
1504 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
1505 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
1506 All callers changed.
1507 (init_tty): Store termcap data and string buffers in new struct
1508 tty members termcap_term_buffer and termcap_strings_buffer.
1509 (delete_tty): Free them.
1510 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
1511
1512 2008-12-07 Seiji Zenitani <zenitani@mac.com>
1513
1514 * nsfns.m (ns_set_background_color): Remove code duplication.
1515 It was a substitute for face-transparency on OS X 10.3.
1516
1517 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * coding.c (make_conversion_work_buffer): Disable buffer
1520 modification hooks in the work buffer.
1521
1522 2008-12-05 Eli Zaretskii <eliz@gnu.org>
1523
1524 * process.c (procfs_system_process_attributes): If `nread' has a
1525 negative value, assign zero to it.
1526
1527 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * eval.c (Vdebug_on_error): Doc fix.
1530
1531 2008-12-05 Kenichi Handa <handa@m17n.org>
1532
1533 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
1534 second character is a combining character.
1535
1536 2008-12-05 Eli Zaretskii <eliz@gnu.org>
1537
1538 * process.c (procfs_system_process_attributes): Don't use cmd,
1539 cmdsize, and q without initializing them first.
1540
1541 2008-12-04 Jason Rumney <jasonr@gnu.org>
1542
1543 * w32font.c (w32font_draw): Initialize orig_clip before getting
1544 it, and delete it when finished.
1545
1546 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
1547
1548 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
1549 case when running as a daemon before detaching.
1550
1551 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
1552
1553 * w32.c (init_environment): Don't unload library shell32.dll.
1554
1555 2008-12-03 Kenichi Handa <handa@m17n.org>
1556
1557 * font.c (font_at): Set `multibyte' at first.
1558
1559 * coding.c (decode_coding_charset): Check type of an element of
1560 vector VALIDS.
1561 (encode_coding_emacs_mule): Be sure to set `code'.
1562
1563 * fontset.c (face_for_char): Handle invalid charset property correctly.
1564 (font_for_char): Likewise.
1565
1566 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * font.c (Fopen_font): Compute pixel size correctly.
1569 (font_update_lface): Handle fonts with corrupted size specs,
1570 i.e. non-int and non-float.
1571
1572 * ftfont.c (ftfont_match): Initialize entity variable.
1573 (ftfont_resolve_generic_family): Avoid using uninitialized var.
1574 (ftfont_list_family): Initialize list var earlier.
1575
1576 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
1577
1578 * xterm.c (x_draw_glyph_string): Fall back on
1579 underline_minimum_offset for underline position.
1580
1581 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
1584
1585 * character.c (c_string_width): Specify the type for LEN.
1586
1587 2008-12-03 Kenichi Handa <handa@m17n.org>
1588
1589 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
1590 (decode_coding_utf_8): Likewise.
1591 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
1592 (produce_chars): Initialize consumed_chars to 0.
1593
1594 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * keyboard.c (make_lispy_position): Only use PT if the selected
1597 window is current.
1598
1599 2008-12-02 Andreas Schwab <schwab@suse.de>
1600
1601 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
1602
1603 * doprnt.c (doprnt1): Fix size of charbuf.
1604
1605 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * keyboard.c (timer_check): Revert last change.
1608
1609 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
1612
1613 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * makefile.w32-in: Update dependencies.
1616 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
1617
1618 2008-12-01 Andreas Schwab <schwab@suse.de>
1619
1620 * font.c (register_font_driver): Use xmalloc.
1621 (font_put_frame_data): Likewise.
1622
1623 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * xfaces.c (realize_x_face): Make abort condition clearer.
1626
1627 * gtkutil.c (update_frame_tool_bar): Initialize variable.
1628
1629 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * keyboard.c (timer_check): After a timer runs, ensure that the
1632 selected window's buffer is current.
1633
1634 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
1637 It was accidentally restored by the Unicode merge.
1638
1639 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
1640
1641 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * w32proc.c: Include "coding.h".
1644 (Fw32_short_file_name): Encode filename passed to Windows API.
1645 (Fw32_long_file_name): Encode filename passed to Windows API and
1646 decode back the result. (Bug#1433)
1647
1648 2008-11-29 Kenichi Handa <handa@m17n.org>
1649
1650 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
1651 not before accessing it.
1652
1653 * charset.c (Fdefine_charset_internal): After calculating
1654 min_char, max_char, and fastmap, copy the charset structure again.
1655 (encode_char): Fix the previous change.
1656
1657 2008-11-28 Seiji Zenitani <zenitani@mac.com>
1658
1659 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
1660
1661 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
1662
1663 * nsterm.m (x_set_frame_alpha): New function.
1664
1665 2008-11-27 Eli Zaretskii <eliz@gnu.org>
1666
1667 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
1668
1669 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
1672 pointer to check_face_name.
1673
1674 2008-11-27 Kenichi Handa <handa@m17n.org>
1675
1676 * category.h (SET_CATEGORY_SET): Call set_category_set.
1677 (set_category_set): Extern it.
1678
1679 * category.c (hash_get_category_set): New function.
1680 (Fmodify_category_entry): Adjusted for the change of
1681 char_table_ref_and_range. Call hash_get_category_set to get a
1682 category set to store in the table.
1683
1684 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
1685 Funify_charset.
1686
1687 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
1688 (DECODE_CHAR): Check if the decoder vector is ready.
1689 (ENCODE_CHAR): Check if the encoder char-table is ready.
1690 (maybe_unify_char): Extern it.
1691
1692 * charset.c (Vchar_unified_charset_table): Delete it.
1693 (inhibit_load_charset_map): New variable.
1694 (temp_charset_work): New variable.
1695 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
1696 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
1697 New macros.
1698 (load_charset_map): Meaning of control_flag changed. If
1699 inhibit_load_charset_map is nonzero, setup a table in
1700 temp_charset_work.
1701 (load_charset): New argument control_flag.
1702 (map_charset_for_dump): New function.
1703 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
1704 map_charset_for_dump.
1705 (Fdefine_charset_internal): If the charset method is MAP, load
1706 mapping tables by calling load_charset.
1707 (Funify_charset): Don't load a mapping table but directly set
1708 Vchar_unify_table.
1709 (maybe_unify_char): New function.
1710 (decode_char): Don't handle the deleted method MAP_DEFERRED.
1711 Handle the case of inhibit_load_charset_map being nonzero.
1712 (encode_char): Don't handle the deleted method MAP_DEFERRED.
1713 Handle the case of inhibit_load_charset_map being nonzero.
1714 (Fclear_charset_maps): Just free temp_charset_work.
1715 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
1716 variable.
1717
1718 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
1719 change of char_table_ref_and_range.
1720 (char_table_ref_and_range): Change the meaning of argument FROM
1721 and TO. Now the caller must provide initial values for *FROM
1722 and *TO.
1723
1724 * fontset.c (fontset_add): Adjusted for the change of
1725 char_table_ref_and_range.
1726 (fontset_get_font_group): Likewise.
1727 (Ffontset_info): Likewise.
1728
1729 * keymap.c (describe_vector): Adjusted for the change of
1730 char_table_ref_and_range. For char-table, put boundary between
1731 non-ASCII and 8-bit characters.
1732
1733 * print.c (print_object): For bool-vector, delete unnecessary
1734 check of ASCII_BYTE_P.
1735
1736 2008-11-26 Jason Rumney <jasonr@gnu.org>
1737
1738 * w32font.c (w32font_open_internal): Don't include external
1739 leading in font height. (Bug#879)
1740
1741 2008-11-26 Glenn Morris <rgm@gnu.org>
1742
1743 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
1744 redefinition with ifdef. (Bug#1383)
1745
1746 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1747
1748 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
1749
1750 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
1751
1752 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
1753 New EmacsView methods.
1754 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
1755 Fixes bug #1048,1357,1414.
1756
1757 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1758
1759 Fix bug #1362.
1760 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
1761 is not an indexed color.
1762 * nsterm.m (free_indexed_color): Add argument checking.
1763 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
1764
1765 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
1768 Document confirm-after-completion value for
1769 minibuffer-completion-confirm.
1770
1771 2008-11-24 Jason Rumney <jasonr@gnu.org>
1772
1773 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
1774 warning.
1775
1776 2008-11-23 Jason Rumney <jasonr@gnu.org>
1777
1778 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
1779 restored before returning.
1780
1781 * w32font.c (check_face_name): New function.
1782 (add_font_entity_to_list): Use it to filter out common substituted
1783 fonts. (Bug#642)
1784
1785 2008-11-22 Martin Rudalics <rudalics@gmx.at>
1786
1787 * buffer.c (Fswitch_to_buffer): Reword and mention new option
1788 confirm-nonexistent-file-or-buffer in doc-string.
1789
1790 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
1793 Fix copy/paste typo. Add checks.
1794
1795 2008-11-21 Kenichi Handa <handa@m17n.org>
1796
1797 * coding.c (detect_coding_iso_2022): Reject invalid composition
1798 sequence.
1799 (DECODE_COMPOSITION_START): If the current source is the last
1800 block, and the current composition doesn't end, regard this
1801 sequence as invalid.
1802 (decode_coding_iso_2022): Handle invalid composition sequence.
1803
1804 2008-11-20 Martin Rudalics <rudalics@gmx.at>
1805
1806 * window.c (coordinates_in_window): Don't return
1807 ON_VERTICAL_BORDER for the rightmost position of a mode/header
1808 line when the window is not the rightmost one. (Bug#1372)
1809
1810 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
1811
1812 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
1813
1814 2008-11-15 Eli Zaretskii <eliz@gnu.org>
1815
1816 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
1817 and bright_bg if noninteractive is non-zero.
1818
1819 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1820
1821 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
1822 x_draw_glyph_string_background.
1823
1824 * w32term.c (x_draw_glyph_string): Likewise.
1825
1826 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * xterm.c (x_draw_glyph_string): Stop drawing the background of
1829 the next glyph string once past the overhang width.
1830
1831 * nsterm.m (ns_draw_glyph_string): Likewise.
1832
1833 * w32term.c (x_draw_glyph_string): Likewise.
1834
1835 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
1836
1837 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
1838 double file close.
1839
1840 2008-11-14 Martin Rudalics <rudalics@gmx.at>
1841
1842 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
1843 dedicated status of window before attempting to display another
1844 buffer in it.
1845
1846 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * msdos.c (Fmsdos_long_file_names):
1849 (syms_of_msdos) <dos-unsupported-char-glyph>:
1850 * dosfns.c (Fint86): Fix typos in docstrings.
1851
1852 2008-11-14 Eli Zaretskii <eliz@gnu.org>
1853
1854 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
1855
1856 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1857
1858 * puresize.h (BASE_PURESIZE): Increase to 1260000.
1859
1860 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
1861
1862 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
1863
1864 * frame.h: Negative alpha means "don't touch".
1865
1866 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
1867
1868 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
1869
1870 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1871
1872 * hftctl.c:
1873 * chpdef.h:
1874 * acldef.h: Remove files used only for systems no longer supported.
1875
1876 * Makefile.in: Fix .o alphabetical ordering.
1877 (hftctl.o): Remove dependency, file removed.
1878 (keymap.o, print.o): Depend on charset.h.
1879
1880 2008-11-10 Kenichi Handa <handa@m17n.org>
1881
1882 * character.c (Fget_byte): Fix and make it faster for unibyte target.
1883
1884 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * dired.c (file_name_completion): If completion_ignore_case is
1887 enabled, ignore case when checking completion-regexp-list.
1888
1889 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1890
1891 * vm-limit.c (get_lim_data): Fix last change.
1892
1893 2008-11-08 Kenichi Handa <handa@m17n.org>
1894
1895 * character.c (Fget_byte): New function.
1896 (syms_of_character): Defsubr Fget_byte.
1897
1898 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
1901 cursor position is valid after scrolling.
1902
1903 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
1906
1907 2008-11-06 Glenn Morris <rgm@gnu.org>
1908
1909 * xterm.c (handle_one_xevent): Don't let popup menus cause
1910 mouse-autoselect-window related window switching. (Bug#1261)
1911
1912 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
1913
1914 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
1915
1916 2008-11-04 Andreas Schwab <schwab@suse.de>
1917
1918 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
1919
1920 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * xfns.c (Fx_wm_set_size_hint): New function.
1923
1924 2008-11-03 Martin Rudalics <rudalics@gmx.at>
1925
1926 * textprop.c (Fprevious_single_char_property_change): Return 0
1927 when there's no change in a string. (Bug#1301)
1928
1929 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1930
1931 * frame.c (do_switch_frame): New argument NORECORD passed to
1932 Fselect_window.
1933 (Fselect_frame): New argument NORECORD passed to
1934 do_switch_frame.
1935 (Fset_frame_selected_window): New argument NORECORD passed to
1936 Fselect_frame.
1937 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
1938 in call of do_switch_frame.
1939 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
1940 Handle NORECORD argument in call of Fselect_frame.
1941 * lisp.h (do_switch_frame, Fselect_frame)
1942 (Fset_frame_selected_window): Adjust declarations.
1943 * window.c (select_frame_norecord): New function.
1944 (run_window_configuration_change_hook): Use it and call
1945 Fselect_frame with NORECORD set.
1946 (Fselect_window): Pass NORECORD to Fselect_frame.
1947 (Fset_window_configuration): Handle NORECORD argument in call of
1948 do_switch_frame.
1949 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
1950 Fset_frame_selected_window.
1951 * keyboard.c (command_loop_1): Handle NORECORD in call of
1952 Fselect_frame (currently ifdefd).
1953
1954 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
1955
1956 * emacs.c (USAGE2): Untabify.
1957
1958 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * composite.c (fill_gstring_header): Fix copy/paste typo.
1961
1962 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1963
1964 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
1965 (Fother_window): Rename argument and rewrite doc-string.
1966 (select_window_norecord): Fix return value. (Bug#1276)
1967
1968 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
1971 new frames overriding foreground for tooltips. Based on similar patch
1972 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
1973
1974 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * emacs.c (Fdaemon_initialized): Initialize nfd.
1977
1978 2008-10-29 Martin Rudalics <rudalics@gmx.at>
1979
1980 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
1981 (Fwindow_text_height): Clarify doc-strings.
1982 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
1983 doc-string of window-scroll-functions.
1984
1985 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1986
1987 * category.c (syms_of_category): Fix typo in docstring.
1988
1989 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
1992 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
1993 Fix typos in docstrings.
1994
1995 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 * emacs.c (daemon_pipe): Make non-static.
1998 (IS_DAEMON): Move definition ...
1999 * lisp.h (IS_DAEMON): ... here.
2000 (daemon_pipe): Declare.
2001 (is_daemon): Remove.
2002 * dispnew.c (init_display): Use IS_DAEMON.
2003
2004 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
2007 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
2008
2009 * emacs.c (is_daemon): Remove.
2010 (main): Don't set is_daemon.
2011 (IS_DAEMON): New macro.
2012 (Fdaemonp, Fdaemon_initialized): Use it.
2013 (Fdaemon_initialized): Write a char into the pipe to make sure the
2014 parent exits.
2015 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
2016
2017 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
2020 over-sized glyph, draw it with the default glyph width.
2021
2022 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
2023 glyph, draw it with the default glyph width.
2024
2025 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
2026 glyph, draw it with the default glyph width.
2027
2028 * xdisp.c (try_scrolling): When computing the distance from the
2029 scroll margin to PT, try moving some distance past the window
2030 bottom before giving up.
2031
2032 2008-10-27 Martin Rudalics <rudalics@gmx.at>
2033
2034 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
2035 (Fset_window_buffer): Explain in doc-string that a window can be
2036 "strongly" dedicated to its buffer.
2037
2038 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * emacs.c (daemon_name): New variable.
2041 (main): Deal with --daemon=SERVER_NAME.
2042 (Fdaemonp): Return a name if one was passed to --daemon.
2043
2044 2008-10-26 Romain Francoise <romain@orebokech.com>
2045
2046 * emacs.c (daemon_pipe): New variable.
2047 (main): Create a pipe before forking, make the parent exit only after
2048 the child has closed its end of the pipe. Move closing the
2049 descriptors ...
2050 (Fdaemon_initialized): ... here. New function.
2051
2052 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
2055 the previous unoptimized table.
2056
2057 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
2058 the distinction between non-nil and non-t value of `dedicated'.
2059
2060 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
2063 read_char_minibuf_menu_text is large enough to hold the menu string.
2064
2065 2008-10-25 Martin Rudalics <rudalics@gmx.at>
2066
2067 * window.c (Fget_buffer_window, Fdelete_windows_on)
2068 (Freplace_buffer_in_windows): Make buffer argument optional and
2069 rename to buffer_or_name.
2070
2071 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * xdisp.c (handle_single_display_spec, handle_display_prop):
2074 Undo 2005-05-16 change.
2075 (handle_stop): Pop iterator if it's loaded with an empty string.
2076 (get_overlay_strings_1): Don't save iterator if it's loaded with
2077 an empty string (bug#1201).
2078
2079 2008-10-24 Kenichi Handa <handa@m17n.org>
2080
2081 * ftfont.c (ftfont_otf_features): Fix previous change.
2082 (ftfont_otf_capability): Check FeatureList.FeatureCount before
2083 calling ftfont_otf_features.
2084
2085 2008-10-24 Kenichi Handa <handa@m17n.org>
2086
2087 * font.c (font_match_p): Fix for the case that a vector of
2088 characters is in script-representative-chars.
2089
2090 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
2091
2092 * dbusbind.c (xd_in_read_queued_messages): New variable.
2093 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
2094 (xd_read_queued_messages): Catch Qdbus_error from the macros.
2095 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
2096 macro. (Bug#1186).
2097
2098 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2099
2100 * s/sol2-10.h: New file.
2101
2102 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2103
2104 * xdisp.c (fill_glyph_string): Fix typo in source (though the
2105 poor beast has survived 9+ years and the jump from xterm.c!).
2106
2107 2008-10-23 Martin Rudalics <rudalics@gmx.at>
2108
2109 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
2110 Reword doc-string.
2111 (Fbury_buffer): In doc-string say what happens to the buffer's window.
2112
2113 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * character.c (syms_of_character) <script-representative-chars>:
2116 <unicode-category-table>: Doc fixes.
2117
2118 2008-10-23 Noah Friedman <friedman@splode.com>
2119
2120 * coding.c (make_conversion_work_buffer): Check that
2121 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
2122 Fget_buffer_create.
2123
2124 2008-10-23 Kenichi Handa <handa@m17n.org>
2125
2126 * font.c (font_add_log): Check the values of extra properties.
2127
2128 2008-10-22 Martin Rudalics <rudalics@gmx.at>
2129
2130 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
2131 Reword doc-string.
2132 (Fset_window_parameter): Use NILP.
2133 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
2134 (Frecenter): Use "selected" instead of "current" window in doc-strings.
2135
2136 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
2139
2140 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2141
2142 * nsfns.m (ns_appkit_version): New function.
2143 (x-server-version): Use it.
2144 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
2145 (x-server-vendor): Don't check_ns().
2146
2147 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
2148
2149 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2150
2151 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
2152 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
2153
2154 2008-10-22 Kenichi Handa <handa@m17n.org>
2155
2156 * syntax.c (scan_words): Call word_boundary_p instead of comparing
2157 scripts.
2158
2159 * category.c (word_boundary_p): Check scripts instead of charset.
2160 Handle nil value in word-separating-categories and
2161 word-combining-categories.
2162 (syms_of_category): Fix docstrings of word-separating-categories
2163 and word-combining-categories.
2164
2165 2008-10-21 Eli Zaretskii <eliz@gnu.org>
2166
2167 * coding.c (Fencode_coding_region, Fdecode_coding_region)
2168 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
2169
2170 2008-10-21 Martin Rudalics <rudalics@gmx.at>
2171
2172 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
2173 Rename arg "buffer" to "buffer_or_name".
2174 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
2175 it optional.
2176 (no_switch_window): Remove since the return value is not used.
2177 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
2178 Consider window as dedicated when Fwindow_dedicated_p returns a
2179 non-nil value.
2180 * lisp.h: Remove prototype for no_switch_window.
2181
2182 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
2183
2184 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2185 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
2186
2187 2008-10-21 Kenichi Handa <handa@m17n.org>
2188
2189 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
2190 check Vlatin_extra_code_table.
2191
2192 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2193
2194 * fileio.c (Fset_file_modes): Doc fix.
2195
2196 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
2199 in arrays.
2200
2201 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2202
2203 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
2204 Mention kill-buffer in doc-string.
2205 (Fset_window_buffer): Reinsert tem check removed in last commit.
2206 (Fenlarge_window, Fshrink_window): Have argument names and
2207 doc-string follow Elisp manual more closely.
2208
2209 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2210
2211 * fileio.c (Fset_file_modes): Doc fix.
2212
2213 2008-10-18 Martin Rudalics <rudalics@gmx.at>
2214
2215 * window.c (Fwindow_width, Fset_window_start)
2216 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
2217 (Fdelete_windows_on, Freplace_buffer_in_windows):
2218 Make doc-strings follow code and Elisp manual more closely.
2219 (Fwindow_dedicated_p): Make window argument optional.
2220 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
2221 (Fset_window_buffer): Respect any non-nil dedicated value for
2222 window. Rename "buffer" argument to "buffer_or_name".
2223
2224 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
2225
2226 * m/sh3.h: New file, machine description for SuperH.
2227
2228 2008-10-17 Martin Rudalics <rudalics@gmx.at>
2229
2230 * window.c (Fsplit_window): Rename arg horflag to horizontal.
2231
2232 2008-10-17 Kenichi Handa <handa@m17n.org>
2233
2234 * ftfont.c (ftfont_otf_features): Fix indexing
2235 gsub_gpos->FeatureList.Feature. Check the validity of indices.
2236
2237 2008-10-16 Magnus Henoch <mange@freemail.hu>
2238
2239 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
2240 (Fdbus_call_method_asynchronously): Ditto.
2241 This change makes C-h f display the argument list.
2242
2243 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * fileio.c (Fexpand_file_name): Doc fix.
2246
2247 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
2248 of :foreground and :background equivalent to unspecified (20.x
2249 compatibility).
2250
2251 2008-10-15 Eli Zaretskii <eliz@gnu.org>
2252
2253 * buffer.c (syms_of_buffer): Doc fix.
2254
2255 2008-10-14 Kenichi Handa <handa@m17n.org>
2256
2257 * font.c (font_clear_prop): When clearing font width, clear the
2258 average width field too.
2259
2260 2008-10-12 Andreas Schwab <schwab@suse.de>
2261
2262 * ftfont.c (ftfont_shape_by_flt): Make static.
2263 * ftfont.h (ftfont_shape_by_flt): Don't declare.
2264
2265 * font.c: Don't include <m17n-flt.h>.
2266
2267 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2268
2269 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
2270
2271 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2272
2273 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
2274 away code.
2275
2276 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * dispnew.c (update_text_area): Avoid looping due to large glyph
2279 overhangs (bug#1070).
2280
2281 2008-10-09 Kenichi Handa <handa@m17n.org>
2282
2283 * fontset.c (face_for_char): If face->fontset is negative, just
2284 return ascii_face.
2285
2286 * font.c (font_delete_unmatched): Fix previous change.
2287 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
2288
2289 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2290
2291 * frame.c (Fraise_frame): On text-only terminals select frame in
2292 order to make it visible. (Bug#1061)
2293
2294 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * fontset.c (fontset_find_font): Check frame validity.
2297
2298 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * gtkutil.c (xg_display_open): Reset default display if none exists.
2301 (xg_display_close): Allow Emacs to close all displays (bug#985).
2302
2303 2008-10-06 Andreas Schwab <schwab@suse.de>
2304
2305 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
2306
2307 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
2310
2311 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
2312
2313 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
2314 during initialization.
2315
2316 2008-10-04 Eli Zaretskii <eliz@gnu.org>
2317
2318 * xdisp.c (redisplay_internal): If frame switched, redisplay the
2319 whole thing on MSDOS frames as well as on a TTY.
2320
2321 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
2322 well as for TTY.
2323 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
2324 well as on a TTY.
2325
2326 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
2327 as well as for TTY.
2328
2329 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
2330
2331 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
2332 MSDOS frames as well.
2333
2334 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2335
2336 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
2337 correct arguments.
2338 * menu.c (find_and_return_menu_selection) Add cast.
2339
2340 2008-10-03 Glenn Morris <rgm@gnu.org>
2341
2342 * emacs.c (USAGE1): Add --daemon.
2343
2344 2008-10-02 Eli Zaretskii <eliz@gnu.org>
2345
2346 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
2347 100, so it's in percents as advertised.
2348
2349 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2350
2351 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
2352 (ns_output.current_cursor, ns_output.desired_cursor)
2353 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
2354 (FRAME_NEW_CURSOR_COLOR): Remove.
2355
2356 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
2357 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
2358 enumeration (HOLLOW_BOX_CURSOR, etc.).
2359
2360 * nsterm.m (ns_frame_rehighlight): Remove commented code.
2361 (draw_window_cursor): Simplify code.
2362 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
2363 Don't change cursor type. In latter, call rehighlight instead of doing
2364 updates manually.
2365 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
2366 Use core Emacs cursor types.
2367
2368 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
2369
2370 2008-10-02 Martin Rudalics <rudalics@gmx.at>
2371
2372 * process.c (Faccept_process_output): Fix doc-string.
2373
2374 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2375
2376 * gmalloc.c (__sbrk): Also define for uClibc.
2377
2378 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
2379 for uClibc.
2380
2381 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2382
2383 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
2384 styles.
2385 (nsfont_open): Reenable the cache.
2386
2387 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2388
2389 * font.c (font_matching_entity): Reflect ATTRS in font selection.
2390 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
2391
2392 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
2395 a suspended terminal.
2396
2397 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2398
2399 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
2400
2401 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2402
2403 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
2404
2405 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
2406
2407 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
2408 in a continued line coincides with a line beginning.
2409
2410 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2411
2412 * nsfont.m (nsfont_trait_distance): Fix bug.
2413 (nsfont_list): Return a list rather than a vector (syncs with Handa
2414 changes of 2008-05-14).
2415 (nsfont_open): Improve logging.
2416
2417 2008-09-29 Andreas Schwab <schwab@suse.de>
2418
2419 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2420
2421 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2422
2423 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
2424 name as char-resolve-modifiers.
2425 Reported by: Markus Triska <markus.triska@gmx.at>
2426
2427 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * dispnew.c (init_display): Return earlier when running as a daemon.
2430
2431 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2432
2433 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
2434
2435 2008-09-27 Eli Zaretskii <eliz@gnu.org>
2436
2437 * composite.c (Fcomposition_get_gstring)
2438 (Fcompose_region_internal, Fcompose_string_internal)
2439 (Ffind_composition_internal): Doc fix.
2440 (syms_of_composite) <compose-chars-after-function>: Doc fix.
2441 (syms_of_composite) <auto-composition-function>: Doc fix.
2442 (syms_of_composite) <composition-function-table>: Doc fix.
2443
2444 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * search.c (wordify): New argument for lax word-ends.
2447 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
2448
2449 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2450
2451 * lisp.h (is_daemon): Declare.
2452 * dispnew.c (init_display): Do not try to initialize the terminal
2453 when running as a daemon.
2454
2455 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
2458 x_display_pixel_height.
2459
2460 2008-09-22 Martin Rudalics <rudalics@gmx.at>
2461
2462 * undo.c (record_point): Don't call Fundo_boundary for first
2463 change. (Bug#731)
2464
2465 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
2466
2467 * emacs.c (Fdaemonp): Doc fix.
2468
2469 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2470
2471 * emacs.c (main): Place #ifdef in the proper place.
2472
2473 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2474
2475 * emacs.c (standard_args): Add --daemon.
2476 (main): Disconnect from the terminal when --daemon is passed.
2477 (is_daemon): New variable.
2478 (Fdaemonp): New function.
2479 (syms_of_emacs): Defsubr it.
2480
2481 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * xdisp.c (get_next_display_element): Handle string display
2484 correctly when checking for the end of a box run.
2485
2486 2008-09-20 Glenn Morris <rgm@gnu.org>
2487
2488 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
2489 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
2490 (Frename_file): Avoid copying to trash if a rename involves
2491 a delete. (Bug#964).
2492
2493 2008-09-20 Eli Zaretskii <eliz@gnu.org>
2494
2495 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
2496 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
2497 frames as well as termcap frames.
2498 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
2499 get_named_tty.
2500
2501 2008-09-19 Eli Zaretskii <eliz@gnu.org>
2502
2503 * process.c (procfs_system_process_attributes): Fix cmdline in
2504 case /proc/PID/cmdline is empty.
2505
2506 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
2507 x_display_pixel_height.
2508
2509 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
2512
2513 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
2514 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
2515
2516 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 * dispextern.h (struct it): Move line_wrap away from the middle of
2519 bitfields. Move voffset in struct iterator_stack_entry after the
2520 bitfields. Move tab_width near after another short.
2521
2522 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2523
2524 * frame.h (struct frame): Move alpha from the middle of bitfields.
2525
2526 * window.h (struct window): Move frozen_window_start_p after the
2527 rest of the bitfields to reduce padding.
2528
2529 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * xterm.h (x_display_info): Remove `height' and `width' members.
2532
2533 * nsterm.h (ns_display_info): Remove `height' and `width' members.
2534
2535 * w32term.h (w32_display_info): Remove `height', `width',
2536 `height_in', and `width_in' members.
2537
2538 * xterm.c (x_display_pixel_height, x_display_pixel_width):
2539 New functions.
2540 (x_calc_absolute_position): Use them.
2541 (x_term_init): Omit removed `height' and `width' members.
2542
2543 * w32term.c (x_display_pixel_height, x_display_pixel_width):
2544 New functions.
2545 (w32_read_socket, x_calc_absolute_position): Use them.
2546 (w32_initialize_display_info, w32_term_init): Omit removed members
2547 of w32_display_info.
2548
2549 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
2550 New functions.
2551 (ns_initialize_display_info): Omit removed members of ns_display_info.
2552
2553 * xterm.c (x_display_pixel_height, x_display_pixel_width):
2554 New functions.
2555 (x_calc_absolute_position): Use them.
2556 (x_term_init): Omit removed `height' and `width' members.
2557
2558 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
2559 (compute_tip_xy):
2560 * frame.c (x_fullscreen_adjust):
2561 * xmenu.c (menu_position_func): Use x_display_pixel_height and
2562 x_display_pixel_width.
2563
2564 2008-09-18 Kenichi Handa <handa@m17n.org>
2565
2566 * composite.c (fill_gstring_header): Don't check FROM and TO here.
2567 (composition_compute_stop_pos): Fix handling of static composition.
2568 (Fcomposition_get_gstring): Check FROM and TO at first.
2569
2570 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
2573 mixup (YAILOM).
2574
2575 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * indent.c (Fvertical_motion): Use position reported by iterator
2578 instead of PT for determining screen motion (bug#943).
2579
2580 2008-09-17 Romain Francoise <romain@orebokech.com>
2581
2582 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
2583
2584 2008-09-17 Kenichi Handa <handa@m17n.org>
2585
2586 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
2587
2588 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
2589 if necessary.
2590
2591 2008-09-16 Kenichi Handa <handa@m17n.org>
2592
2593 * coding.c (make_conversion_work_buffer): Avoid calling
2594 Fget_buffer_create if it is not necessary.
2595
2596 2008-09-15 Martin Rudalics <rudalics@gmx.at>
2597
2598 * window.c (Fselect_window): Don't update window_select_count and
2599 use_time when norecord is not nil.
2600
2601 2008-09-14 Kenichi Handa <handa@m17n.org>
2602
2603 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
2604 specpdl_ptr.
2605
2606 2008-09-12 Kenichi Handa <handa@m17n.org>
2607
2608 * indent.c (scan_for_column): Don't handle automatic composition
2609 if the current buffer is not associated with a window.
2610
2611 * composite.c (composition_reseat_it): If the current buffer is
2612 not associated with a window, ignore the automatic composition.
2613 (find_automatic_composition): Likewise.
2614
2615 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
2618 (Fgpm_mouse_stop): Use it.
2619 * termhooks.h (close_gpm): Declare.
2620 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
2621 connection if Gpm_GetEvent fails.
2622
2623 * window.c (set_window_buffer): Always preserve current-buffer.
2624
2625 2008-09-12 Glenn Morris <rgm@gnu.org>
2626
2627 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
2628
2629 2008-09-11 Glenn Morris <rgm@gnu.org>
2630
2631 * charset.c (charset-map-path): Doc fix.
2632
2633 2008-09-10 Kenichi Handa <handa@m17n.org>
2634
2635 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
2636
2637 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
2638 compose a grapheme cluster with the preceding base glyph.
2639
2640 * composite.c (composition_compute_stop_pos): Fix previous change.
2641 Reset cmp_it->id to -1 at first.
2642
2643 2008-09-10 Glenn Morris <rgm@gnu.org>
2644
2645 * Makefile.in (character.o, chartab.o): Fix config.h typo.
2646
2647 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * keyboard.c (read_key_sequence): Reapply translation maps when
2650 switching keyboards.
2651
2652 2008-09-09 Kenichi Handa <handa@m17n.org>
2653
2654 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
2655 characters.
2656
2657 * composite.c (FORWARD_CHAR): Fix calculation
2658 of (POSITION).pos_byte.
2659 (composition_compute_stop_pos): Limit the search of composition to
2660 at most 500 characters ahead. If we reach the limit or find a
2661 newline, set cmp_it->ch to -2 and return 0.
2662 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
2663
2664 2008-09-08 Kenichi Handa <handa@m17n.org>
2665
2666 * indent.c (Fvertical_motion): Be sure to set
2667 it_overshoot_expected if it.cmp_it.id is non-negative.
2668
2669 2008-09-07 Andreas Schwab <schwab@suse.de>
2670
2671 * callproc.c (Fcall_process): Don't hold references to string data
2672 across garbage collection. Move initialisation of new_argv down
2673 to avoid compiler bug.
2674
2675 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2676
2677 * process.c (Fsystem_process_attributes): Doc fix.
2678
2679 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * callproc.c (Fcall_process): Canonicalize current directory name.
2682
2683 * xdisp.c (move_it_to): When moving by vpos, ensure that the
2684 iterator advances to the next line if the current line ends in a
2685 continued tab.
2686
2687 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
2688
2689 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
2690 member to point to cmp_from.
2691
2692 * xdisp.c: Doc fix for references to gidx data member.
2693
2694 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
2697
2698 2008-09-07 Kenichi Handa <handa@m17n.org>
2699
2700 * composite.c (FORWARD_CHAR): Check STOP after
2701 incrementing (POSITION).pos.
2702
2703 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2704
2705 * process.c (Fsystem_process_attributes): Doc fix.
2706
2707 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * keyboard.c (Ftop_level): Doc fix.
2710
2711 2008-09-06 Eli Zaretskii <eliz@gnu.org>
2712
2713 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
2714 minibuffer, don't let lower part of menu invade the echo area.
2715
2716 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
2717 "char *q" to access menu text and advance through it. Revert the
2718 change that displayed ">" instead of ASCII character 0x10.
2719
2720 2008-09-05 Eli Zaretskii <eliz@gnu.org>
2721
2722 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
2723 toggle boxes and radio buttons on MS-DOS as well.
2724
2725 2008-09-05 Kenichi Handa <handa@m17n.org>
2726
2727 * composite.c (autocmp_chars): Check lookback count.
2728 (composition_compute_stop_pos): Set cmp_it->lookback.
2729 (composition_reseat_it): Check lookback count.
2730 (struct position_record): New struct.
2731 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
2732 (find_automatic_composition): New function.
2733 (composition_adjust_point): Use find_automatic_composition.
2734
2735 * dispextern.h (struct composition_it): New member lookback.
2736
2737 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
2740 if moving by a single line.
2741
2742 2008-09-02 Andreas Schwab <schwab@suse.de>
2743
2744 * xterm.c (x_delete_display): Fix merge error.
2745
2746 * fileio.c (Fexpand_file_name): Remove unused variables.
2747
2748 2008-09-02 Eli Zaretskii <eliz@gnu.org>
2749
2750 * fileio.c (Fexpand_file_name): Copy argument `name' into local
2751 storage on all platforms, not just on DOS_NT.
2752
2753 2008-09-02 Jason Rumney <jasonr@gnu.org>
2754
2755 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
2756 Ensure mouse is not grabbed after menu is finished.
2757
2758 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * xfaces.c (Finternal_set_alternative_font_family_alist)
2761 (Finternal_set_alternative_font_registry_alist): Properly copy
2762 entire alist structure.
2763
2764 2008-09-01 Kenichi Handa <handa@m17n.org>
2765
2766 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
2767 representative chars of the script is a vector.
2768 (ftfont_list): Handle the case where the representative chars of
2769 the script is a vector.
2770
2771 * character.c (syms_of_character): Docstring of
2772 script-representative-chars fixed.
2773
2774 2008-08-31 Eli Zaretskii <eliz@gnu.org>
2775
2776 * msdos.c (BUILD_CHAR_GLYPH): New macro.
2777 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
2778 the menu. Allocate larger buffer for `text', to account for
2779 possible ^C characters.
2780
2781 2008-08-31 Martin Rudalics <rudalics@gmx.at>
2782
2783 * xdisp.c (prepare_menu_bars): Don't call
2784 Vwindow_size_change_functions with arg Qt.
2785
2786 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * font.h (font_range):
2789 * fileio.c (report_file_error):
2790 * composite.c (composition_update_it): Yet another int/Lisp_Object
2791 mixup (YAILOM).
2792
2793 2008-08-30 Glenn Morris <rgm@gnu.org>
2794
2795 * data.c (Fmake_variable_frame_local): Doc fix.
2796
2797 * frame.c (Fmodify_frame_parameters): Doc fix.
2798
2799 2008-08-30 Eli Zaretskii <eliz@gnu.org>
2800
2801 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
2802 needed by GetTokenInformation.
2803 (w32_system_process_attributes): Check return values of all system
2804 APIs.
2805
2806 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
2807 only when the state changes.
2808 (IT_update_begin, IT_update_end): Add termscript trace.
2809
2810 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
2811 clipboard is unavailable. Set dst to NULL if it doesn't point to
2812 malloc'ed data.
2813 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
2814 passing random values to xfree.
2815
2816 * dispnew.c (init_display): Set `tty's association in frame's
2817 parameters alist to the name of the terminal device, if that is known.
2818
2819 2008-08-29 Jason Rumney <jasonr@gnu.org>
2820
2821 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
2822
2823 2008-08-29 Eli Zaretskii <eliz@gnu.org>
2824
2825 * composite.c (fill_gstring_body): Avoid compiler warnings.
2826
2827 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
2828 LGLYPH_SET_CODE to avoid compiler warnings.
2829
2830 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
2831
2832 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
2833
2834 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
2835 LGLYPH_SET_CODE.
2836
2837 2008-08-29 Kenichi Handa <handa@m17n.org>
2838
2839 * fileio.c (report_file_error): Don't downcase the first character
2840 of errstring if it is still unibyte.
2841
2842 2008-08-29 Kenichi Handa <handa@m17n.org>
2843
2844 These changes are to re-implement the automatic composition so
2845 that it doesn't use text properties.
2846
2847 * Makefile.in (ftfont.o): Depend on composite.h.
2848 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
2849
2850 * character.h (Vunicode_category_table): Extern it.
2851
2852 * character.c (Vunicode_category_table): New variable.
2853 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
2854
2855 * chartab.c (optimize_sub_char_table): Perform more greedy
2856 optimization.
2857
2858 * composite.h (enum composition_method):
2859 Delete COMPOSITION_WITH_GLYPH_STRING.
2860 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
2861 (Vcomposition_function_table): Extern it.
2862 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
2863 (composition_gstring_put_cache, composition_gstring_from_id)
2864 (composition_gstring_p, composition_gstring_width)
2865 (composition_compute_stop_pos, composition_reseat_it)
2866 (composition_update_it, composition_adjust_point): Extern them.
2867 (Fcomposition_get_gstring): EXFUN it.
2868
2869 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
2870 (Vcomposition_function_table)
2871 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
2872 (gstring_hash_table, gstring_work, gstring_work_headers):
2873 New variables.
2874 (gstring_lookup_cache, composition_gstring_put_cache)
2875 (composition_gstring_from_id, composition_gstring_p)
2876 (composition_gstring_width, fill_gstring_header)
2877 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
2878 (composition_reseat_it, composition_update_it)
2879 (composition_adjust_point, Fcomposition_get_gstring): New functions.
2880 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
2881 and gstring_work_headers. DEFVAR_LISP composition-function-table.
2882 Defsubr compostion_get_gstring.
2883
2884 * dispextern.h (struct glyph): New union u.cmp. Delete the member
2885 cmp_id.
2886 (struct glyph_string): Delete the member gidx. New members
2887 cmp_id, cmp_from, and cmp_to.
2888 (enum it_method): Delete GET_FROM_COMPOSITION.
2889 (struct composition_it): New struct.
2890 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
2891 Delete c, len, cmp_id, cmp_len in u.comp.
2892
2893 * font.h (enum lgstring_indices): Delete it.
2894 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
2895 (enum lglyph_indices): Likewise.
2896 (font_range): Adjust extern.
2897 (font_fill_lglyph_metrics): Extern it.
2898
2899 * font.c (QCf): New variable.
2900 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
2901 (font_prepare_composition): Delete this function.
2902 (font_range): Type and arguments changed.
2903 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
2904 (font_fill_lglyph_metrics): New function.
2905 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
2906 (syms_of_font): DEFSYM QCf. Delete defsubr for
2907 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
2908 Defsubr Sfont_shape_gstring.
2909
2910 * fontset.h (font_for_char): Extern it.
2911
2912 * fontset.c (font_for_char): New function.
2913
2914 * ftfont.c: Include composite.h.
2915 (ftfont_resolve_generic_family): Add langset "en" to pattern.
2916 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
2917
2918 * indent.c: Include composite.h and dispextern.h.
2919 (check_composition): Delete this function.
2920 (scan_for_column): Handle composition by
2921 composition_compute_stop_pos, composition_reseat_it, and
2922 composition_update_it.
2923 (compute_motion): Likewise.
2924 (Fvertical_motion): Fix checking of composition.
2925
2926 * keyboard.c (adjust_point_for_property): Check composition by
2927 composition_adjust_point.
2928
2929 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
2930 struct glyph_string.
2931
2932 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
2933 (append_composite_glyph): Adjust for the change of struct it and
2934 struct glyph.
2935 (produce_composite_glyph): Likewise.
2936
2937 * w32term.c (x_draw_composite_glyph_string_foreground):
2938 Adjust for the change of struct glyph_string.
2939 (x_draw_glyph_string): Likewise.
2940
2941 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
2942 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
2943
2944 * xdisp.c: Include font.h.
2945 (it_props): Delete the entry for Qauto_composed.
2946 (init_iterator): Initialize it->cmp_it.id to -1.
2947 (compute_stop_pos): Call composition_compute_stop_pos.
2948 (face_before_or_after_it_pos): Adjust for the change of struct it.
2949 (handle_auto_composed_prop): Delete it.
2950 (handle_composition_prop): Handle only static composition.
2951 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
2952 from xassert. Initialize it->cmp_it.stop_pos.
2953 (push_it): Adjust for the change of struct it.
2954 (pop_it): Likewise.
2955 (get_next_element): Delete next_element_from_composition.
2956 (CHAR_COMPOSED_P): New macro.
2957 (get_next_display_element): For automatic composition, get a face
2958 from the font in the glyph-string.
2959 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
2960 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
2961 (next_element_from_string): Check if the character at the current
2962 position is composed by CHAR_COMPOSED_P.
2963 (next_element_from_buffer): Likewise.
2964 (next_element_from_composition): Adjust for the change of struct it.
2965 Update it->cmp_it.
2966 (dump_glyph): Adjust for the change of struct glyph.
2967 (fill_composite_glyph_string): Adjust for the change of struct
2968 it and struct glyph. Don't handle automatic composition here.
2969 (fill_gstring_glyph_string): New function.
2970 (x_get_glyph_overhangs): Handle automatic composition.
2971 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
2972 (BUILD_GSTRING_GLYPH_STRING): New macro.
2973 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
2974 automatic composition.
2975 (append_composite_glyph): Adjust for the change of struct it and
2976 struct glyph.
2977 (x_produce_glyphs): Adjust for the change of struct it.
2978
2979 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
2980 the change of struct glyph_string.
2981 (x_draw_glyph_string): Likewise.
2982
2983 2008-08-29 Glenn Morris <rgm@gnu.org>
2984
2985 * buffer.c (word-wrap): Doc fix.
2986 * xdisp.c (truncate-partial-width-windows): Doc fix.
2987 Increase default to 50.
2988
2989 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * xdisp.c (update_tool_bar_unwind): New function.
2992 (update_tool_bar): Temporarily set selected frame before building
2993 tool-bar items.
2994
2995 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
2998 snprintf, respectively.
2999 (xd_append_arg): Convert strings with Fstring_make_unibyte.
3000
3001 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
3004 LDFLAGS to GNUstep CC invocation.
3005
3006 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * indent.c (Fvertical_motion): Revert last change. Handle the
3009 general case where we are moving forward, and PT spans multiple
3010 screen lines.
3011
3012 * eval.c (find_handler_clause): Temporarily increase
3013 max-lisp-eval-depth while printing the backtrace buffer, to
3014 guarantee that help-mode code can run.
3015
3016 2008-08-27 Eli Zaretskii <eliz@gnu.org>
3017
3018 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
3019 colors under -rv.
3020 (IT_set_frame_parameters): Don't swap foreground and background
3021 colors if `(reverse . t)' is present in the frame properties.
3022 (internal_terminal_init): Call init_frame_faces only for the
3023 initial frame.
3024
3025 2008-08-27 Andreas Schwab <schwab@suse.de>
3026
3027 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
3028
3029 2008-08-27 Andreas Schwab <schwab@suse.de>
3030
3031 * search.c (search_buffer): Set char_base to zero only at the end.
3032
3033 2008-08-27 Kenichi Handa <handa@m17n.org>
3034
3035 * fileio.c (report_file_error): Fix handling of multibyte error string.
3036
3037 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
3038
3039 * xterm.c (x_term_init): Temporarily hide the partially
3040 initialized terminal while calling vendor-specific-keysyms.
3041
3042 2008-08-26 Eli Zaretskii <eliz@gnu.org>
3043
3044 * msdos.c (internal_terminal_init): Most initializations done only
3045 once, especially initial_screen_colors[] and termscript open.
3046
3047 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * eval.c (Fcondition_case): Doc fix.
3050
3051 * widgetprv.h (EmacsFramePart): Change font member to the new font
3052 struct.
3053
3054 * widget.c: Include character.h and font.h for XSETFONT.
3055 (setup_frame_gcs): Compute X font id from font struct, just once.
3056
3057 2008-08-26 Eli Zaretskii <eliz@gnu.org>
3058
3059 * term.c (get_named_tty): Fix last change.
3060
3061 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * indent.c (Fvertical_motion): If moving forward starting from a
3064 multi-line string, move the iterator to the last line of that string.
3065
3066 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3067
3068 * frame.c (do_switch_frame): Mark previously displayed frame as
3069 obscured for FRAME_MSDOS_P frames as well.
3070
3071 2008-08-24 Eli Zaretskii <eliz@gnu.org>
3072
3073 * frame.c (make_terminal_frame): Initialize f->terminal,
3074 f->terminal->reference_count, and scroll bars on MS-DOS as well.
3075 Set the top frame to newly created frame.
3076 (Fmake_terminal_frame): Reuse the_only_display_info.
3077
3078 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
3079 estimating available memory.
3080
3081 2008-08-23 David Reitter <david.reitter@gmail.com>
3082
3083 * nsterm.m (ns_draw_window_cursor): Don't call
3084 NSDisableScreenUpdates and NSEnableScreenUpdates on
3085 non-NS_IMPL_COCOA systems.
3086
3087 2008-08-23 Andreas Schwab <schwab@suse.de>
3088
3089 * process.c (procfs_system_process_attributes): Fix use of
3090 uninitialized variables.
3091
3092 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3093
3094 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
3095
3096 * dispnew.c (init_display): Remove MS-DOS specific conditions for
3097 calling tty-set-up-initial-frame-faces.
3098
3099 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
3100 Allow MSDOS frames along with X frames.
3101
3102 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
3103 addition to output_termcap.
3104
3105 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
3106
3107 * termchar.h (FRAME_TTY): Support output_msdos_raw.
3108 (struct tty_display_info) [MSDOS]: Add fields related to mouse
3109 highlight.
3110
3111 * process.c [!subprocesses]: Define QCname.
3112 (syms_of_process): Intern and staticpro it.
3113
3114 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
3115 Adjust for changes in encoding/decoding routines.
3116 Use encode_coding_object and decode_coding_object instead of
3117 encode_coding and decode_coding.
3118
3119 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
3120
3121 * dosfns.c: Include frame.h before termhooks.h.
3122 (dos_cleanup): Use CURTTY ()->termscript instead of a global
3123 variable termscript.
3124
3125 * s/msdos.h (USER_FULL_NAME): Define.
3126 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
3127
3128 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
3129 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
3130 pw->pw_gecos.
3131
3132 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
3133 SELECTED_FRAME as additional (1st) argument.
3134 (tty_read_avail_input): Handle output_msdos_raw in
3135 addition to output_termcap.
3136
3137 * msdos.c: Include frame.h before termhooks.h.
3138 (mouse_on, mouse_off, mouse_moveto, mouse_init)
3139 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
3140 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
3141 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
3142 (IT_set_terminal_modes, IT_reset_terminal_modes)
3143 (IT_set_frame_parameters): Use tty->termscript instead of a global
3144 variable termscript.
3145 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
3146 global variable terminal_coding. Don't refer to
3147 Vnonascii_translation_table.
3148 (internal_terminal_init): Set Vwindow_system in current_kboard.
3149 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
3150 Announce date and time of session start, if termscript is open.
3151 Don't zero out the_only_display_info (it is done in
3152 term.c:init_tty). Open termscript only of not already open.
3153 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
3154 here instead of dos_ttraw. Don't initialize display if this is an
3155 initial tty. Don't set FRAME_FONT.
3156 (Vwindow_system_version): Bump to 23.
3157 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
3158 is available, set up mouse_position_hook.
3159 (dos_ttraw, IT_set_terminal_modes): If called with initial
3160 terminal, do nothing.
3161 (IT_set_frame_parameters): Handle the Qtty_type frame
3162 parameter by calling internal_terminal_init.
3163 (dos_set_window_size, show_mouse_face)
3164 (clear_mouse_face, IT_note_mode_line_highlight)
3165 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
3166 (dos_rawgetc): Use tty_display_info instead of x_display_info.
3167 (initialize_msdos_display): New function.
3168 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
3169 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
3170 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
3171 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
3172 Accept additional argument: a pointer to a frame. Update all callers.
3173 (request_sigio, unrequest_sigio): Don't define, now defined on
3174 sysdep.c.
3175 (IT_write_glyphs): Rewrite to use encode_terminal_code.
3176
3177 * term.c [MSDOS]: Include msdos.h.
3178 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
3179 conditional to DOS_NT. Allow only one call to this function in a
3180 session. Don't allocate a new struct tty_display_info; instead,
3181 reuse the_only_display_info. Call get_tty_size to get screen
3182 dimensions. Call init_baud_rate to set bad_rate.
3183 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
3184 (Fsuspend_tty) [MSDOS]: Don't close input and output.
3185 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
3186 (get_tty_terminal, get_named_tty, Ftty_type)
3187 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
3188 output_termcap.
3189 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
3190 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
3191 only when subprocesses are supported.
3192
3193 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
3194 f->output_data.x.
3195 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
3196 terminal devices.
3197
3198 * msdos.h: Remove definition of struct x_display_info and struct
3199 x_output.
3200 (FRAME_FONT): Use output_data.tty.
3201 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
3202 (struct x_display_info): Rename from display_info. Update all users in
3203 msdos.c.
3204 (struct x_output): Remove background_pixel and foreground_pixel.
3205 (the_only_display_info): Rename from the_only_x_display.
3206 (dos_ttraw): Update prototype.
3207
3208 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
3209 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
3210
3211 2008-08-23 Jason Rumney <jasonr@gnu.org>
3212
3213 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
3214 (fn_TIFFSetDirectory): New library function used.
3215 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
3216 (tiff_load): Use :index to select among multiple images. Set count
3217 property when multiple images exist.
3218 (gif_format): Use :index, not :image.
3219
3220 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * xdisp.c (try_scrolling): Check INT_MAX instead of
3223 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
3224 to obtain INT_MAX.
3225
3226 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
3227
3228 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
3229
3230 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3231
3232 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
3233 GNUstep library location.
3234
3235 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * xfaces.c (x_update_menu_appearance): Check validity of menu font
3238 before using it.
3239
3240 * puresize.h (BASE_PURESIZE): Increase to 1250000.
3241
3242 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3243
3244 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
3245 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
3246 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
3247 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
3248 (EmacsApp-cursor_blink_handler): Remove declaration.
3249 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
3250 match 01 Feb 2008 changes in xterm.c.
3251 (ns_read_socket): Add cast to avoid warning.
3252 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
3253 GNUstep.
3254
3255 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * xselect.c (x_get_foreign_selection): Return nil if desired
3258 selection could not be obtained, instead of signalling an error.
3259
3260 2008-08-20 David Reitter <david.reitter@gmail.com>
3261
3262 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
3263 * nsterm.m: Remove ns-specific code for cursor blinking.
3264 (ns_draw_window_cursor): Clear cursor properly rather than
3265 redrawing the area. Respect width of bar cursors.
3266 These changes enable the use of generic blink-cursor-mode and
3267 generic cursor types in NS and support smooth cursor movements (do
3268 not blink off after command).
3269 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
3270 Nextstep, too.
3271
3272 2008-08-19 Kenichi Handa <handa@m17n.org>
3273
3274 * font.c (Vfont_log_deferred): New variable.
3275 (font_add_log): Check Vfont_log_deferred.
3276 (font_deferred_log): New function.
3277
3278 * font.h (font_deferred_log): Extern it.
3279
3280 * fontset.c (reorder_font_vector): Use encoding charset of fonts
3281 for sorting.
3282 (face_for_char): Use deferred log.
3283
3284 2008-08-18 Kenichi Handa <handa@m17n.org>
3285
3286 * fontset.c (face_for_char): Add font log.
3287
3288 * font.c (font_add_log): Add the font properties :script, :lang,
3289 and :otf in the log.
3290
3291 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * xdisp.c: Remove dead code.
3294 (handle_invisible_prop, next_overlay_string): Defer call to
3295 setup_for_ellipsis.
3296 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
3297
3298 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
3299
3300 * xfaces.c (lookup_derived_face): Properly handle possible zero
3301 return value of get_lface_attributes.
3302 (merge_faces): Don't tell lookup_derived_face to signal an error
3303 if face is not found.
3304
3305 * dired.c (Fdirectory_files): Doc fix.
3306
3307 * process.c (make_process): Initialize kill_without_query struct
3308 member.
3309
3310 2008-08-15 Eli Zaretskii <eliz@gnu.org>
3311
3312 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
3313 Alternative calculation of totphys for Visual Studio 6.
3314
3315 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
3316
3317 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
3318 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
3319 All users changed.
3320 (stat): Only root directory passed to GetDriveType. Allow RAM
3321 disk as well as local fixed disk when w32-get-true-file-attributes
3322 is set to `local'.
3323 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
3324 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
3325 (w32_cached_id, w32_add_to_cache): New functions.
3326 (get_name_and_id): Look account names in the cache before calling
3327 lookup_account_sid.
3328 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
3329 New initialization flags.
3330 (globals_of_w32): Initialize them to zero.
3331 (w32_system_process_attributes): Use w32_cached_id and
3332 w32_add_to_cache.
3333
3334 2008-08-14 Lawrence Mitchell <wence@gmx.li>
3335
3336 * lread.c (Fread_char, Fread_char_exclusive): If no character
3337 event is read before timeout is reached, return nil, rather than
3338 converting to a number.
3339
3340 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * fns.c (use_dialog_box): Doc fix.
3343
3344 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
3345 on OS X.
3346
3347 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * frame.c (Qns_parse_geometry): New var.
3350 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
3351
3352 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * xdisp.c (x_produce_glyphs): Handle the case when font has no
3355 space character in calculating tabs.
3356
3357 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
3358
3359 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
3360
3361 2008-08-10 Glenn Morris <rgm@gnu.org>
3362
3363 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
3364 silence gcc "limited range of data type" warnings in some
3365 make_fixnum_or_float calls.
3366
3367 2008-08-09 Eli Zaretskii <eliz@gnu.org>
3368
3369 * w32.c (w32_system_process_attributes): If the process does not
3370 exist, return nil.
3371
3372 * w32.c: Include thelp32.h, psapi.h and coding.h.
3373 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
3374 declarations.
3375 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
3376 (Process32Next_Proc): New typedefs.
3377 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
3378 (g_b_init_process32_next, g_b_init_open_thread_token)
3379 (g_b_init_impersonate_self, g_b_init_revert_to_self)
3380 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
3381 (g_b_init_get_process_working_set_size)
3382 (g_b_init_global_memory_status_ex): New static variables.
3383 (globals_of_w32): Initialize them.
3384 (create_toolhelp32_snapshot, process32_first, process32_next)
3385 (open_thread_token, impersonate_self, revert_to_self)
3386 (get_process_memory_info, get_process_working_set_size)
3387 (global_memory_status, global_memory_status_ex): New wrapper
3388 functions.
3389 (w32_list_system_processes, w32_system_process_attributes)
3390 (enable_privilege, restore_privilege, ltime, process_times):
3391 New functions.
3392 (convert_time_raw): New function.
3393 (convert_time): Remove conversion of FILETIME into time in 100
3394 nsec units, call convert_time_raw instead.
3395
3396 * process.h (w32_list_system_processes, w32_system_process_attributes):
3397 Add prototypes.
3398 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
3399 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
3400 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
3401 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
3402
3403 * process.c (Fsystem_process_attributes): Doc fix.
3404
3405 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
3408 a continued multi-char glyph; if so, advance to the actual glyph.
3409
3410 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
3413
3414 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
3415 (.m.o): Use it.
3416 * config.in: Regenerate.
3417
3418 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
3419
3420 * xdisp.c (redisplay_window): Revert last change.
3421 (try_window): Check bottom scroll margin too.
3422
3423 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3424
3425 * config.in: Regenerate.
3426
3427 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
3428 -list-load-path-shadows'.
3429 (nsgui.h): Reduce number of things depending on it.
3430
3431 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
3434 instead of window-end which does the wrong thing at eob.
3435 (try_cursor_movement): Minor optimization.
3436 (redisplay_window): If scroll margin is defined, don't assume
3437 window doesn't need scrolling.
3438
3439 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3440
3441 * config.in: Regenerate.
3442
3443 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
3444 (mostlyclean): Don't delete *.d under NS.
3445
3446 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
3447
3448 2008-08-06 Kenichi Handa <handa@m17n.org>
3449
3450 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
3451
3452 2008-08-06 Andreas Schwab <schwab@suse.de>
3453
3454 * config.in: Regenerate.
3455
3456 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
3459 forcing a window start.
3460
3461 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
3462 (auto_save_1): Update modtime when auto-save-list-file-name is on.
3463
3464 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3465
3466 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
3467 argument.
3468
3469 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
3472 <scroll-down-aggressively, before-change-functions>:
3473 <after-change-functions>: Reflow docstrings.
3474
3475 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3476 Ken Raeburn <raeburn@gnu.org>
3477
3478 Dock menu customization, based on a patch by Ken Raeburn, plus some
3479 other fixes.
3480 * nsmenu.m (dockMenu): New variable.
3481 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
3482
3483 * nsterm.h (dockMenu): Declare.
3484
3485 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
3486 (ns_term_init): Initialize dockMenu.
3487 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
3488 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
3489 left.
3490
3491 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
3492
3493 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
3496
3497 * config.in: Regenerate.
3498
3499 2008-08-04 Seiji Zenitani <zenitani@mac.com>
3500
3501 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
3502
3503 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
3504
3505 * nsterm.h (find_and_call_menu_selection): Fix prototype.
3506
3507 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3508
3509 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
3510
3511 * keyboard.h: Comment an #endif.
3512
3513 * lisp.h (have_menus_p): Adjust comment.
3514
3515 * menu.c (find_and_return_menu_selection): Fix comparison with
3516 client_data.
3517
3518 * nsmenu.m (popup_activated_flag): New variable.
3519 (popup_activated): New function.
3520 (menu-or-popup-active-p): New exported lisp definition.
3521 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
3522 when popup done.
3523 (ns_popup_dialog): Set popup_activated_flag.
3524
3525 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
3526 version for GNUstep (handled by conditional typedef in nsterm.m).
3527 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
3528 in rgb.txt).
3529
3530 * process.c (init_process): Use DARWIN_OS, not DARWIN.
3531
3532 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
3533
3534 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
3535
3536 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
3537 shortcircuit if popup_activated like GTK and X toolkit.
3538
3539 * m/inter386.h: Change DARWIN to DARWIN_OS.
3540
3541 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
3542 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
3543 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
3544 comment on NO_SOCK_SIGIO.
3545
3546 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * nsterm.m (windowDidResize): Remove stopModal call.
3549
3550 2008-08-03 Andreas Schwab <schwab@suse.de>
3551
3552 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
3553 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
3554
3555 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
3558 Don't use uninitialized pointer variable when using getrlimit.
3559
3560 2008-08-02 Jason Rumney <jasonr@gnu.org>
3561
3562 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
3563
3564 2008-08-02 Eli Zaretskii <eliz@gnu.org>
3565
3566 * alloc.c (NSTATICS): Bump to 0x640.
3567
3568 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
3569
3570 * lisp.h: Add prototype for directory_files_internal.
3571
3572 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
3573 New functions.
3574 (syms_of_process): Defsubr them. Add initializations for various
3575 Q* symbols used in procfs_system_process_attributes.
3576 (procfs_list_system_processes, procfs_system_process_attributes)
3577 [HAVE_PROCFS]: New functions.
3578 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
3579 (procfs_get_total_memory): New functions.
3580
3581 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * xfaces.c (Fx_load_color_file): Fix previous change;
3584 it is #ifdef WINDOWSNT, not WINDOWS_NT.
3585
3586 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
3587
3588 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
3589
3590 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3591
3592 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
3593
3594 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
3597
3598 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
3599 define NSApplicationDelegateReplySuccess.
3600 (EmacsView -converstationIdentifier): Use long instead of
3601 NSInteger for GNUstep, since it doesn't have NSInteger.
3602
3603 * xmenu.c: Revert last change.
3604
3605 * keyboard.h: Fix last change.
3606
3607 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
3610 on Windows.
3611
3612 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3613
3614 Warning clearing and clean-up in NS port.
3615 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
3616 Add prototypes.
3617 * nsgui.h (FACE_DEFAULT): Remove, unused.
3618 (XGCValues): Change colors to unsigned long.
3619 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
3620 nsterm.m.
3621 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
3622 (ns_list_fonts): Remove, unused.
3623 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
3624 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
3625 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
3626 (nsfont_draw): Compare face colors to 0, not nil.
3627 * nsmenu.m (struct widget_value): Drop unneeded declaration.
3628 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
3629 (-addSubmenuWithTitle:): Use NSMenuItem class.
3630 (ns_popup_menu): Use NO, not NULL, for enabled setting.
3631 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
3632 (ns_clip_to_row): Make gc arg a BOOL.
3633 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
3634 ns_clip_to_row() call.
3635 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
3636 used). Cast FRAME_FONT assignments.
3637 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
3638 (ns_string_to_lispmod): Change arg to const char.
3639 (ns_term_init): Use NSMenuItem class.
3640 (EmacsApp -openFile:): Move to different section of file.
3641 (EmacsApp -application:openFiles:): Don't return a value, call
3642 -replyToOpenOrPrint:.
3643 (EmacsView -keyDown:): Fix up cast.
3644 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
3645 (EmacsView -menuDown:): Cast tag in call to
3646 find_and_call_menu_selection().
3647 (ns_list_fonts): Remove, unused.
3648 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
3649 (ns_fontname_to_xlfd): Make static.
3650 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
3651 Remove prototypes (now in keyboard.h).
3652 (next_menubar_widget_id): Remove, unused.
3653 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
3654 Remove prototypes (now in keyboard.h).
3655 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
3656
3657 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
3660 (floatfns.o): Depend on syssignal.h.
3661 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
3662
3663 * systty.h: Fix previous change that removed BSD_TERMIOS.
3664 Add comments to #ifdefs.
3665
3666 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3667
3668 * w32fns.c (w32-load-color-file): Remove.
3669 (x-open-connection): Use renamed Fx_load_color_file.
3670 * xfaces.c (x-load-color-file): Add.
3671 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
3672 Emacs.clr.
3673 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
3674
3675 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
3676
3677 * dbusbind.c (Fdbus_call_method_asynchronously)
3678 (Fdbus_method_error_internal): New defuns.
3679 (xd_read_message): Handle also reply messages.
3680 (Vdbus_registered_functions_table): Extend docstring.
3681
3682 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * keyboard.c (gobble_input): Fix previous change.
3685
3686 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3687
3688 * bitmaps/README:
3689 * xfns.c:
3690 * termcap.c:
3691 * term.c:
3692 * syswait.h:
3693 * systty.h:
3694 * systime.h:
3695 * syssignal.h:
3696 * sysdep.c:
3697 * process.h:
3698 * process.c:
3699 * print.c:
3700 * ndir.h:
3701 * lread.c:
3702 * keyboard.c:
3703 * getpagesize.h:
3704 * floatfns.c:
3705 * fileio.c:
3706 * emacs.c:
3707 * doc.c:
3708 * dispnew.c:
3709 * dired.c:
3710 * data.c:
3711 * callproc.c:
3712 * buffer.c:
3713 * README:
3714 * Makefile.in:
3715 * s/template.h:
3716 * s/msdos.h:
3717 * m/vax.h: Remove VMS support.
3718 * s/vms.h:
3719 * vlimit.h:
3720 * uaf.h:
3721 * temacs.opt:
3722 * param.h:
3723 * ioctl.h: Remove file.
3724
3725 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 * s/ms-w32.h (MULTI_KBOARD): Remove.
3728 * xterm.c:
3729 * xselect.c:
3730 * xfns.c:
3731 * window.c:
3732 * w32term.c:
3733 * w32fns.c:
3734 * terminal.c:
3735 * termhooks.h:
3736 * term.c:
3737 * sysdep.c:
3738 * keyboard.h:
3739 * keyboard.c:
3740 * frame.h:
3741 * frame.c:
3742 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
3743 * config.in: Regenerate.
3744
3745 2008-07-30 Jason Rumney <jasonr@gnu.org>
3746
3747 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
3748
3749 * w32font.c (w32font_encode_char): Leave as unicode if in range.
3750 (w32font_open_internal): Get unicode version of textmetrics.
3751 Don't enable or disable glyph indices here.
3752 (w32font_open): Disable use of glyph indices.
3753
3754 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
3755
3756 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
3757
3758 * minibuf.c (Vread_buffer_function): Doc fix.
3759
3760 2008-07-30 John Paul Wallington <jpw@pobox.com>
3761
3762 * minibuf.c (read_buffer_completion_ignore_case): New var.
3763 (Fread_buffer): Use it.
3764
3765 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * systty.h (sensemode): Remove empty #if. Remove reference to
3768 BSD_TERMIOS, unused.
3769
3770 * sysdep.c: Remove reference to DGUX.
3771 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
3772
3773 * config.in: Regenerate.
3774
3775 2008-07-30 Jason Rumney <jasonr@gnu.org>
3776
3777 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
3778
3779 2008-07-29 Jason Rumney <jasonr@gnu.org>
3780
3781 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
3782 is populated.
3783 (uniscribe_encode_char): Always use uniscribe.
3784 Avoid using context if cache is populated.
3785
3786 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
3787
3788 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
3789 open menu.
3790
3791 * gtkutil.c (menu_nav_ended): Remove.
3792 (create_menus): Remove signal connect for menu_nav_ended.
3793
3794 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * xdisp.c (redisplay_window): Check return value of
3797 compute_window_start_on_continuation_line before forcing a window
3798 start.
3799
3800 2008-07-28 Jason Rumney <jasonr@gnu.org>
3801
3802 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
3803
3804 * w32term.c (w32_enable_unicode_output, cleartype_active):
3805 Remove obsolete display options.
3806 (x_draw_glyph_string_background): Don't use old cleartype_active
3807 workaround.
3808 (w32_initialize): Remove cleartype_active initialization.
3809 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
3810
3811 2008-07-28 Andreas Schwab <schwab@suse.de>
3812
3813 * lisp.h (init_weak_hash_tables, syms_of_font)
3814 (xd_read_queued_messages, syms_of_dbusbind): Declare.
3815 (remove_hash_entry): Don't declare.
3816 * eval.c (maybe_call_debugger): Make static and move before use.
3817 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
3818 * xdisp.c: Include "gtkutil.h" if USE_GTK.
3819 * xterm.h (x_set_frame_alpha): Declare.
3820
3821 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
3822
3823 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
3824 (create_menus): Connect selection-done to menu_nav_ended.
3825
3826 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3827
3828 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
3829 Set Vx_resource_name to a fallback. Replace read of 'buffered'
3830 parameter with read of 'alpha' one.
3831 (Qns_frame_parameter): Remove.
3832 * nsselect.m (selection-coding-system)
3833 (next-selection-coding-system, Vselection_coding_system)
3834 (Vnext_selection_coding_system): Drop.
3835
3836 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3837
3838 * nsfns.m (do-applescript, do_applescript): Rename to
3839 ns-do-applescript, ns_do_applescript, and move within file.
3840
3841 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3842
3843 Remove support for Mac Carbon.
3844 * mactoolbox.c:
3845 * macterm.h:
3846 * macterm.c:
3847 * macselect.c:
3848 * macmenu.c:
3849 * macgui.h:
3850 * macfns.c:
3851 * mac.c: Remove file.
3852 * s/darwin.h:
3853 * m/intel386.h:
3854 * xfaces.c:
3855 * xdisp.c:
3856 * window.c:
3857 * tparam.c:
3858 * termhooks.h:
3859 * termcap.c:
3860 * term.c:
3861 * syssignal.h:
3862 * sysselect.h:
3863 * sysdep.c:
3864 * process.c:
3865 * lread.c:
3866 * lisp.h:
3867 * keyboard.c:
3868 * image.c:
3869 * fringe.c:
3870 * frame.h:
3871 * frame.c:
3872 * fontset.c:
3873 * font.h:
3874 * font.c:
3875 * fns.c:
3876 * fileio.c:
3877 * emacs.c:
3878 * dispnew.c:
3879 * dispextern.h:
3880 * config.in:
3881 * atimer.c:
3882 * Makefile.in: Remove code for Carbon.
3883
3884 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3885
3886 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
3887
3888 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3889
3890 * macterm.h (kCGBitmapByteOrder32Host): New define for
3891 non-universal SDKs.
3892
3893 * image.c (mac_create_cg_image_from_image, image_load_image_io)
3894 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
3895
3896 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
3897 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
3898
3899 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
3900
3901 * w32inevt.c: Include dispextern.h.
3902
3903 2008-07-26 Andreas Schwab <schwab@suse.de>
3904
3905 * print.c (print_object): Fix off-by-one in last change.
3906
3907 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * term.c (syms_of_term): Don't initialize default_orig_pair,
3910 default_set_foreground and default_set_background on Windows.
3911
3912 2008-07-25 Jason Rumney <jasonr@gnu.org>
3913
3914 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
3915 ScriptItemize. Clean up return value checking. Remove unused
3916 variables.
3917 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
3918 shaping engine.
3919
3920 * w32font.c (w32font_has_char): Handle the case where we can't
3921 determine the script for a character.
3922
3923 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * term.c (syms_of_term): Initialize default_orig_pair,
3926 default_set_foreground, and default_set_background.
3927
3928 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
3929 clash (bug#86).
3930 (getloadavg): Callers changed.
3931
3932 * image.c (svg_load_image): Fix last change.
3933 (svg_load_image): Use rsvg_handle_get_dimensions to check that
3934 image size is valid. Use g_object_unref instead of deprecated
3935 rsvg_handle_free to free rsvg handle.
3936 (x_from_xcolors): Don't initialize pixmap (silence compiler).
3937
3938 2008-07-25 Jason Rumney <jasonr@gnu.org>
3939
3940 * w32font.c (w32font_encode_char): Encode characters outside BMP as
3941 surrogates before looking up glyph index.
3942 (w32font_text_extents): Encode as surrogates if falling back to
3943 functions that need UTF-16 wide chars.
3944
3945 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
3946 BMP as surrogates before looking up glyph index.
3947
3948 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * image.c (svg_load_image): Check for failure in return value of
3951 rsvg_handle_get_pixbuf. Free rsvg handle when done.
3952
3953 2008-07-25 Jason Rumney <jasonr@gnu.org>
3954
3955 * w32font.c (Fx_select_font): Reverse sense of second arg.
3956
3957 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
3960 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
3961
3962 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
3963 (PURESIZE): Use it.
3964
3965 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3966
3967 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
3968 * m/alpha.h (TEXT_END):
3969 * m/ibmrs6000.h (TEXT_END):
3970 * m/macppc.h (TEXT_END):
3971 * s/darwin.h (TEXT_END):
3972 * s/msdos.h (TEXT_END): Remove, unused.
3973 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
3974 * s/cygwin.h: Remove comment.
3975
3976 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
3977 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
3978 * m/intel386.h (DOT_GLOBAL_START):
3979 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
3980 (USG): Remove, file not used on USG platforms.
3981
3982 * Makefile.in (HAVE_X11): Remove empty #else.
3983
3984 2008-07-24 Andreas Schwab <schwab@suse.de>
3985
3986 * fileio.c (Finsert_file_contents): Properly adjust undo list
3987 after format conversion.
3988
3989 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
3990
3991 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
3992 (menu_nav_ended): Remove.
3993 (create_menus): Remove signal connect for menu_nav_ended.
3994 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
3995 create_menus.
3996 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
3997
3998 2008-07-23 Jason Rumney <jasonr@gnu.org>
3999
4000 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
4001 with opened font.
4002 (w32font_open): Set font type to gdi.
4003
4004 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
4005
4006 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
4009 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
4010 defines it.
4011 * unexec.c (ADDR_CORRECT): Define unconditionally.
4012
4013 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
4014
4015 * unexec.c: Remove code depending on !COFF and USG, the file is
4016 not used for such systems.
4017
4018 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
4019 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
4020 (LD_SWITCH_SYSTEM_1): Remove, update users.
4021
4022 * s/darwin.h (DATA_END):
4023 * m/intel386.h (DATA_END):
4024 * m/ibmrs6000.h (DATA_END):
4025 * m/alpha.h (DATA_END): Remove, unused.
4026
4027 * config.in: Regenerate.
4028 * s/ms-w32.h (subprocesses): Define unconditionally.
4029 * s/template.h (subprocesses): Update comment.
4030 * s/vms.h (subprocesses):
4031 * s/usg5-4.h (subprocesses):
4032 * s/hpux10-20.h (subprocesses):
4033 * s/gnu-linux.h (subprocesses):
4034 * s/cygwin.h (subprocesses):
4035 * s/bsd-common.h (subprocesses):
4036 * s/aix4-2.h (subprocesses):
4037 * s/darwin.h (subprocesses): Do not define, defined by default now.
4038
4039 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
4040 Remove all references.
4041 (temacs): Add GNUstep specific ld flags.
4042
4043 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
4044 similarly to what X does.
4045
4046 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4047
4048 * nsfns.m (x-list-fonts): Remove.
4049 (syms_of_nsfns): Drop the x-list-fonts declaration.
4050 * nsterm.m: Get rid of remaining "//" comments.
4051
4052 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
4055
4056 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
4057 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
4058 (Fns_own_selection_internal, Fx_disown_selection_internal)
4059 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
4060
4061 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
4062 ... */' style of docstrings. Doc fixes.
4063
4064 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4065
4066 * terminfo.c (UP, BC, PC): Undo previous change.
4067
4068 * nsfns.m: Rename ns prefixed functions/variables to the
4069 corresponding x versions. Update references.
4070
4071 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
4074
4075 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
4078 Remove forwarding functions.
4079 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
4080 non-static.
4081 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
4082 non-static.
4083 (ns_frame_parm_handlers): Use the new names.
4084 (syms_of_nsfns): Move to the end of file.
4085
4086 * nsterm.m (syms_of_nsterm): Move to the end of file.
4087
4088 * dispnew.c (init_display): Remove code for X10.
4089
4090 2008-07-22 Jason Rumney <jasonr@gnu.org>
4091
4092 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
4093 bare drive.
4094
4095 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4096
4097 * nsterm.m (syms_of_nsterm): Remove debugging println.
4098
4099 2008-07-22 David Reitter <david.reitter@gmail.com>
4100
4101 * nsfns.m (do_applescript, F_do_applescript): NS version of the
4102 Carbon implementation of the same functionality: execute arbitrary
4103 AppleScript code.
4104
4105 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4106
4107 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
4108 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
4109 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4110 (Fx_display_mm_height, Fx_display_mm_width)
4111 (Fx_display_backing_store, Fx_display_visual_class)
4112 (Fx_display_save_under, Fx_open_connection)
4113 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
4114 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
4115 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
4116 (Fx_display_pixel_width, Fx_display_pixel_height)
4117 (Fx_display_usable_bounds, Fx_display_planes)
4118 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
4119 ... */' style of docstrings.
4120
4121 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4122
4123 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
4124 on this platform.
4125 (mips):
4126 * m/iris4d.h (mips): Do not define.
4127 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
4128
4129 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
4130
4131 * image.c:
4132 * nsfns.m:
4133 * nsselect.m:
4134 * nsterm.h:
4135 * nsterm.m: Rename ns prefixed functions/variables to the
4136 corresponding x versions. Update references.
4137
4138 * m/ibms390x.h (NO_REMAP): Do not undefine.
4139
4140 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
4141
4142 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
4145 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
4146 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
4147 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
4148 (Fns_display_mm_height, Fns_display_mm_width)
4149 (Fns_display_backing_store, Fns_display_visual_class)
4150 (Fns_display_save_under, Fns_open_connection)
4151 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
4152 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
4153 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
4154 (Fns_display_pixel_width, Fns_display_pixel_height)
4155 (Fns_display_usable_bounds, Fx_display_planes)
4156 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
4157
4158 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
4159
4160 * print.c (print_object): Check print_depth before searching for
4161 circularities.
4162
4163 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
4164
4165 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
4166 only sprintf.
4167
4168 2008-07-21 Kenichi Handa <handa@m17n.org>
4169
4170 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
4171
4172 2008-07-20 Andreas Schwab <schwab@suse.de>
4173
4174 * syntax.c (find_start_pos, find_start_value)
4175 (find_start_value_byte, find_start_begv, find_defun_start)
4176 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
4177
4178 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * s/sol2-3.h: Insert contents of s/sol2.h.
4181 (LD_SWITCH_SYSTEM): Remove redundant definition.
4182 * s/sol2.h: Remove, unused.
4183
4184 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4185
4186 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
4187
4188 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4189
4190 * Makefile.in (ns_appdir): Fix typo in find command.
4191
4192 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4193
4194 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
4195
4196 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
4197 added not supported anymore.
4198
4199 * s/usg5-4-2.h (LIBS_SYSTEM):
4200 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
4201
4202 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
4203 * s/lynxos.h (GETPGRP_NO_ARG):
4204 * s/hpux10-20.h (NO_SIOCTL_H):
4205 * s/gnu.h (GETPGRP_NO_ARG):
4206 * s/gnu-linux.h (NO_SIOCTL_H):
4207 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
4208 * s/cygwin.h (GETPGRP_NO_ARG):
4209 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
4210 (C_DEBUG_SWITCH): Remove duplicate definition.
4211
4212 * m/ibms390.h: Remove boilerplate comments.
4213
4214 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
4215
4216 * process.c (HAVE_SERIAL): Consolidate ifdefs.
4217 (wait_reading_process_output): Remove code for SunOS, platform not
4218 supported anymore. Use SOLARIS2 instead of sun.
4219
4220 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4221
4222 * font.c (font_open_by_name): Under NS, default lface height to zero.
4223 (font_open_for_lface): Under NS, set size based on frame fontsize.
4224 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
4225 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
4226
4227 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4228
4229 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
4230 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
4231 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
4232 YES/NO.
4233 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
4234 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
4235 * Makefile.in (clean): Clear out build destination dir.
4236
4237 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4238
4239 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
4240 xterm, xselect.
4241 * lisp.h: Remove declaration of hash_remove.
4242 * nsgui.h: Remove redefinitions of hash_remove.
4243 * fns.c (hash_remove): Rename to hash_remove_from_table.
4244
4245 2008-07-19 Seiji Zenitani <zenitani@mac.com>
4246
4247 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
4248 strdup() the family UTF8String before modifying it.
4249
4250 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4251
4252 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
4253 NS_FACE_BACKGROUND with 0 instead of nil.
4254 * nsfont.m (nsfont_draw): Same.
4255
4256 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * nsfns.m (ns_set_background_color): Fix crash.
4259
4260 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
4263
4264 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 * puresize.h (BASE_PURESIZE): Increase to 1240000.
4267
4268 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4269
4270 * gtkutil.c: Include <config.h> instead of "config.h".
4271
4272 * lisp.h (Foverlay_buffer): Add EXFUN.
4273
4274 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
4275 child process to complete child_setup. Undo 2005-09-21 change.
4276
4277 * s/darwin.h: Mention setsid after vfork.
4278
4279 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4280
4281 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
4282 Depend on macgui.h.
4283
4284 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
4285 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
4286
4287 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
4288 and f19.
4289 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
4290
4291 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
4292 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
4293 Remove enumerators.
4294
4295 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
4296 Check if FACE_FROM_ID returns NULL.
4297
4298 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
4299
4300 * w32inevt.c (change_frame_size): Remove extern declaration.
4301 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
4302 change_frame_size.
4303
4304 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4305
4306 * getloadavg.c: Revert last change (2008-07-15).
4307
4308 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4309
4310 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
4311 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
4312 from configure.
4313
4314 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * s/sol2.h:
4317 * s/sol2-4.h: Reorganize conditionals.
4318
4319 * ecrt0.c: Remove code depending on m68000, not used anymore.
4320
4321 * fns.c (hash_remove): Make static.
4322 * lisp.h (hash_remove): Don't prototype.
4323
4324 * m/ibmrs6000.h:
4325 * m/ibms390x.h:
4326 * m/macppc.h: Remove boilerplate comments.
4327
4328 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
4329 Solaris, which does not need them.
4330
4331 * m/vax.h: Remove comments about unsupported systems.
4332
4333 * s/darwin.h: Reorganize ifdefs.
4334
4335 2008-07-17 Andreas Schwab <schwab@suse.de>
4336
4337 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
4338
4339 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 Use SDATA. Follow coding convention of placing operators at
4342 beginning of next line rather than end of previous line, and placing
4343 spaces around infix operators.
4344
4345 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
4346 in case it was defined already.
4347 USE @GNUSTEP_MAKEFILES@ rather than envvars.
4348 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
4349 ns_default.
4350 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
4351 Lisp_Objects.
4352 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
4353 (ns_defined_color, ns_color_to_lisp): Declare.
4354 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
4355 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
4356 it's accepted even with USE_LISP_UNION_TYPE.
4357 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
4358 (update_frame_tool_bar): Remove apparently obsolete tests for
4359 non-integerness of f->tool_bar_lines.
4360 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
4361 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
4362 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
4363 (nsfont_open): Don't confuse NULL for Qnil.
4364 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
4365 * menu.h (find_and_call_menu_selection):
4366 * menu.c (find_and_call_menu_selection): Use just int for vector size.
4367 (find_and_return_menu_selection): Always return something.
4368 * frame.h: Include dispextern.h for Display_Info.
4369 (display_x_get_resource): Declare.
4370
4371 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4372
4373 * syntax.c: Remove stdio.h include accidentally introduced in
4374 Emacs.app commit.
4375 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4376 NS_IMPL_COCOA.
4377 * keyboard.c (handle_async_input, input_available_signal): Remove
4378 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
4379
4380 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
4383 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
4384 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
4385 Use SDATA.
4386
4387 * keymap.c: Remove all NS-specific code.
4388 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
4389 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
4390 where_is_preferred_modifier, return a different value depending on how
4391 preferred is the binding.
4392 (where_is_internal): Adjust accordingly.
4393 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
4394 Adjust to new preferred_sequence_p.
4395 (syms_of_keymap): Declare `where-is-preferred-modifier'.
4396 * keyboard.c (parse_solitary_modifier): Not static any more.
4397 * keyboard.h (parse_solitary_modifier): Declare.
4398
4399 2008-07-16 Andreas Schwab <schwab@suse.de>
4400
4401 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
4402 of easymenu.
4403
4404 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * xdisp.c (move_it_in_display_line): Account for word wrap, so
4407 that we don't move off the line.
4408
4409 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * keyboard.c (Qsuper): Remove.
4412 (parse_menu_item): Don't call where_is_internal specially for NS.
4413
4414 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4415
4416 * s/gnu-linux.h: Remove boilerplate comments.
4417
4418 * m/alpha.h (__ELF__): Consolidate conditions.
4419
4420 * m/m68k.h (linux): Use GNU_LINUX instead.
4421 Remove boilerplate comments.
4422
4423 * m/intel386.h: Undo refactoring from previous change.
4424 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
4425 too, remove dead code.
4426 (linux): Use GNU_LINUX instead.
4427
4428 2008-07-16 Jason Rumney <jasonr@gnu.org>
4429
4430 * w32gui.h: Repeat 26 June changes lost by last change.
4431
4432 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * systty.h: Remove code for Aix on 386, unsupported platform.
4435
4436 * s/ms-w32.h: Remove boilerplate comments.
4437 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
4438
4439 * s/gnu-linux.h (TERM): Remove support.
4440 (HAVE_SYSVIPC): Remove, unused.
4441 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
4442 for this system.
4443
4444 * process.c: Remove support for IRIS, unused.
4445 Remove support for TERM, not relevant anymore.
4446
4447 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
4448 used with the definition.
4449
4450 * s/aix4-2.h (static): Do not undef.
4451
4452 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
4453 only used on Aix.
4454 (HAVE_SYSVIPC): Remove, unused.
4455
4456 * m/hp800.h (CANNOT_DUMP): Do not undef.
4457
4458 * m/alpha.h: Fix comment.
4459
4460 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
4461 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
4462 used by this configuration.
4463 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
4464 * unexec.c: Remove code depending on HPUX and
4465 USG_SHARED_LIBRARIES, not used with this file. Remove code
4466 depending on IRIS, unused. Remove if 0-ed code.
4467
4468 * s/template.h: Remove comments about static.
4469
4470 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
4471 Remove if 0-ed code.
4472 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
4473 were the same as the default.
4474 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
4475 Remove boilerplate comments.
4476 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
4477 (HAVE_SYSVIPC): Remove, unused.
4478 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
4479
4480 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
4481 Remove boilerplate comments.
4482 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
4483 Remove boilerplate comments.
4484 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
4485 Remove boilerplate comments.
4486 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
4487
4488 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
4489 USG systems which do not use DATA_SEG_BITS.
4490 Refactor code. Remove boilerplate comments.
4491
4492 * m/ibms390.h:
4493 * m/m68k.h:
4494 * s/bsd-common.h:
4495 * s/cygwin.h:
4496 * s/darwin.h:
4497 * s/freebsd.h:
4498 * s/gnu.h:
4499 * s/msdos.h: Remove boilerplate comments.
4500
4501 * m/iris4d.h: Remove boilerplate comments and code for systems that
4502 do not use this file.
4503 (IRIS_4D): Remove, unused.
4504
4505 * m/mips.h: Remove boilerplate comments and code for systems that
4506 do not use this file.
4507 (SIGN_EXTEND_CHAR):
4508 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
4509 * unexmips.c: Remove file, unused.
4510
4511 * editfns.c (Fuser_full_name): Replace the only use of
4512 USER_FULL_NAME with its value.
4513 * config.in: Regenerate.
4514
4515 2008-07-16 David Reitter <david.reitter@gmail.com>
4516
4517 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
4518 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
4519
4520 2008-07-16 Glenn Morris <rgm@gnu.org>
4521
4522 * emacs.c (system-type): Doc fix.
4523
4524 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
4527 If the cache doesn't work, let's fix it, rather than work around it.
4528
4529 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4530
4531 * Makefile.in: Correct additions for nsfont.o in last commit.
4532 * nsfont.m: New file (forgot last commit).
4533
4534 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
4535
4536 * callproc.c (set_initial_environment): Initialize
4537 Vprocess_environment under CANNOT_DUMP (fixes crash when
4538 batch-compiling for bootstrap).
4539
4540 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
4541 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4542
4543 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
4544 fix crash due to different init order.
4545
4546 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4547
4548 Changes and additions for NeXTstep windowing system (Cocoa and
4549 GNUstep) support.
4550
4551 * Makefile.in:
4552 * config.in: Support defines and build commands for NS port.
4553 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
4554 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
4555 * dispextern.h: Include nsgui.h and add needed typedefs under NS
4556 windowing.
4557 (struct face): Add synth_ital field.
4558 * dispnew.c: Include nsterm.h when compiling under NS windowing.
4559 (init_display): Initialize Vinitial_window_system to "ns" when so
4560 compiled.
4561 * emacs.c: Include GSConfig.h when compiling under GNUstep.
4562 (display_arg): Use under NS.
4563 (main): Under NS, allocate autorelease pool and handle command line
4564 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
4565 (standard_args): Add NS-specific args.
4566 (shut_down_emacs): Shut down NS terminal if compiled under NS.
4567 * font.c (DEFAULT_ENCODING): New variable.
4568 (font_find_for_lface): Use it.
4569 (syms_of_font): Load syms_of_nsfont under NS.
4570 * font.h: Declare nsfont_driver when compiled under NS.
4571 * fontset.c: When compiling under NS, include nsterm.h.
4572 (fontset_from_font): Autoconstruct fontset under NS.
4573 * frame.c (various): Under NS, include nsterm.h, add Qns window system
4574 symbol, document and use it.
4575 (do_switch_frame): When for_deletion under Cocoa, add
4576 Fraise_frame(Qnil).
4577 (x_set_frame_parameters): Ensure font attribute changes are picked up.
4578 (x_get_arg): Allow "yes" and "no" as boolean values.
4579 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
4580 Qright under Cocoa.
4581 (focus-follows-mouse): Default to 0 under NS.
4582 * frame.h (enum output_method): Add output_ns.
4583 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
4584 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
4585 (FRAME_WINDOW_P): NS-specific definition.
4586 * fringe.c (max_used_fringe_bitmap): Make public.
4587 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
4588 (getloadavg): Use NeXT code under descendant OS's.
4589 * image.c (includes and header section, x_create_bitmap_from_data)
4590 (x_create_bitmap_from_file, free_bitmap_record, image_background)
4591 (image_background_transparent, x_clear_image_1)
4592 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
4593 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
4594 (x_to_xcolors, x_from_xcolors, x_disable_image)
4595 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
4596 other GUIs, including XPM support using code originally written for
4597 Carbon GUI.
4598 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
4599 using NS API.
4600 (image_ascent): Use font metrics macros instead of direct struct field
4601 access.
4602 * keyboard.c (includes): Add nsterm.h when compiling under NS.
4603 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
4604 Also, handle NS as GTK for menu bar purposes.
4605 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
4606 toolkit where they differ.
4607 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
4608 use cachelist, still needed under NS.
4609 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
4610 (struct widget_value): Define it here for menu.c.
4611 * keymap.c (includes): Include modifier internals.
4612 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
4613 NS.
4614 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
4615 support for preferring sequences using certain modifiers, specified by
4616 the FIRSTONLY argument.
4617 * lisp.h (hash_remove): Rename to avoid name clash when compiling
4618 under NS GNUstep implementation.
4619 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
4620 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
4621 * menu.c: Include nsterm.h under NS.
4622 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
4623 (free_menubar_widget_tree_value, update_submenu_strings)
4624 (find_and_call_menu_selection): Treat NS as X and NT.
4625 (find_and_return_menu_selection): New function, used for popup menus.
4626 * nsgui.h:
4627 * nsterm.h:
4628 * nsfns.m:
4629 * nsimage.m:
4630 * nsmenu.m:
4631 * nsselect.m:
4632 * nsterm.m: New files.
4633 * process.c (wait_reading_process_output): Under NS, call ns_select()
4634 instead of plain select().
4635 * syntax.c (char_quoted): Under NS, avoid a crash when called near
4636 beginning of buffer.
4637 * sysselect.h (init_process): Rename when compiling under Cocoa to
4638 avoid name conflict.
4639 * termhooks.h (display_info): Add ns_display_info to union.
4640 * terminal.c (Fterminal_live_p): Add ns to terminal types.
4641 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
4642 COCOA environment.
4643 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
4644 unexec() signature. (Note, this will dump, but the resulting file
4645 crashes; unexosx is used instead; keeping around for reference and
4646 possible aid in getting dump working under GNUstep.)
4647 * w32gui.h (button_type, widget_value): Remove definitions (now in
4648 keyboard.h).
4649 * window.c: Include nsterm.h when compiling under NS.
4650 * xdisp.c (includes): Include nsterm.h when compiling under NS.
4651 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
4652 other GUI windowing systems.
4653 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
4654 GTK.
4655 (x_consider_frame_title): Under NS, set icon type and frame
4656 modified-state indicator; use ns_set_name_as_filename() when using
4657 formatted title.
4658 (update_window_cursor): Make public when compiling under NS.
4659 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
4660 (hourglass_atimer, Vhourglass_delay
4661 * xfaces.c (header section, init_frame_faces, clear_font_table)
4662 (defined_color, unload_color, x_face_list_fonts)
4663 (prepare_face_for_display): Add NS support parallel to other GUIs.
4664 Emulate GCs like other non-X GUIs.
4665 (split_font_name): Don't lowercase font name under NS.
4666 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
4667 under NS.
4668 * s/darwin.h: Add support for compilation under NS.
4669
4670 2008-07-15 Jason Rumney <jasonr@gnu.org>
4671
4672 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
4673 (w32_show_hourglass): Rename from show_hourglass.
4674 (w32_hide_hourglass): Rename from hide_hourglass.
4675 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
4676 (Vhourglass_delay): Declare extern.
4677 (hourglass_started): Remove.
4678
4679 * xdisp.c (Vhourglass_delay): Remove static.
4680 (hourglass_started, start_hourglass, cancel_hourglass):
4681 Don't include these versions on WINDOWSNT.
4682
4683 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4684
4685 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
4686 variables (formerly in xfns.c).
4687 (show_hourglass, hide_hourglass): New prototypes (same).
4688 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
4689 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
4690 in xfns.c).
4691 (syms_of_xdisp): Declare/initialize display-hourglass,
4692 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
4693 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
4694 formerly in xfns.c.
4695 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
4696 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
4697 (start_hourglass, cancel_hourglass): Remove.
4698 (show_hourglass, hide_hourglass): Remove prototypes and static
4699 modifiers.
4700 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
4701 hourglass_atimer, hourglass_shown_p declaration/initialization.
4702 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
4703 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
4704 (start_hourglass, cancel_hourglass): Remove.
4705 (show_hourglass, hide_hourglass): Remove prototypes and static
4706 modifiers.
4707 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
4708 hourglass_atimer, hourglass_shown_p declaration/initialization.
4709 * w32fns.c (display_hourglass_p, Vhourglass_delay)
4710 (DEFAULT_HOURGLASS_DELAY): Remove.
4711 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
4712 hourglass_shown_p declaration/initialization.
4713
4714 2008-07-14 Jason Rumney <jasonr@gnu.org>
4715
4716 * w32fns.c (w32_get_arg): Remove wrapper function.
4717 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
4718 directly.
4719 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
4720
4721 2008-07-14 Kenichi Handa <handa@m17n.org>
4722
4723 * xfont.c (xfont_open): Add workaround for X's bug.
4724
4725 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4726
4727 * fontset.c: Include <stdio.h> unconditionally.
4728
4729 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
4730
4731 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
4732 for filtering.
4733
4734 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4735
4736 * s/vms.h: Use __GNUC__ instead of _GNUC_.
4737
4738 * m/macppc.h:
4739 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
4740
4741 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
4742 (SPECIAL_EMACS_INT):
4743 * m/ia64.h (SPECIAL_EMACS_INT):
4744 * m/amdx86-64.h (SPECIAL_EMACS_INT):
4745 * s/gnu.h (NLIST_STRUCT):
4746 * s/aix4-2.h (X11R5_INHIBIT_I18N):
4747 * s/gnu-linux.h (LINUX):
4748 * s/msdos.h (HAVE_FACES):
4749 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
4750
4751 * systty.h:
4752 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
4753 anymore.
4754
4755 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4756
4757 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
4758 always defined as int.
4759
4760 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
4761 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
4762 * s/gnu-linux.h (HAVE_WAIT_HEADER):
4763 * s/freebsd.h (HAVE_WAIT_HEADER):
4764 * s/bsd-common.h (HAVE_UNION_WAIT):
4765 * s/aix4-2.h (HAVE_WAIT_HEADER):
4766 * m/mips.h (HAVE_UNION_WAIT):
4767 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
4768 (COFF, static): Do not define, they are undefined later in the file.
4769
4770 * process.c (update_status): Don't use a union.
4771 (status_convert):
4772 (sigchld_handler): Use int instead of WAITTYPE.
4773
4774 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * indent.c (Fvertical_motion): Restore hscroll before moving to
4777 goal column.
4778
4779 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
4780
4781 * lisp.h: Remove left over code.
4782
4783 2008-07-11 Andreas Schwab <schwab@suse.de>
4784
4785 * lisp.h: Fix logic in last change.
4786
4787 * menu.h: New file.
4788 * menu.c: Include it.
4789 * xmenu.c: Likewise.
4790 * Makefile.in: Update dependencies.
4791
4792 2008-07-11 Kenichi Handa <handa@m17n.org>
4793
4794 * fontset.c (fontset_from_font): Cancel the previous change.
4795
4796 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
4797
4798 * lisp.h:
4799 * w32heap.c:
4800 * emacs.c:
4801 * alloc.c: Replace all references of NO_UNION_TYPE with
4802 USE_LISP_UNION_TYPE.
4803
4804 * m/xtensa.h (NO_UNION_TYPE):
4805 * m/vax.h (NO_UNION_TYPE):
4806 * m/template.h (NO_UNION_TYPE):
4807 * m/sparc.h (NO_UNION_TYPE):
4808 * m/mips.h (NO_UNION_TYPE):
4809 * m/macppc.h (NO_UNION_TYPE):
4810 * m/m68k.h (NO_UNION_TYPE):
4811 * m/iris4d.h (NO_UNION_TYPE):
4812 * m/intel386.h (NO_UNION_TYPE):
4813 * m/ibms390x.h (NO_UNION_TYPE):
4814 * m/ibms390.h (NO_UNION_TYPE):
4815 * m/ibmrs6000.h (NO_UNION_TYPE):
4816 * m/ia64.h (NO_UNION_TYPE):
4817 * m/hp800.h (NO_UNION_TYPE):
4818 * m/arm.h (NO_UNION_TYPE):
4819 * m/amdx86-64.h (NO_UNION_TYPE):
4820 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
4821 defining it the same.
4822
4823 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
4826
4827 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4828
4829 * fileio.c:
4830 * sysdep.c
4831 * systty.h:
4832 * m/ibmrs6000.h:
4833 * m/iris4d.h:
4834 * s/aix4-2.h:
4835 * s/freebsd.h:
4836 * s/gnu-linux.h:
4837 * s/hpux10-20.h:
4838 * s/hpux11.h:
4839 * s/netbsd.h:
4840 * s/sol2-3.h:
4841 * s/sol2-4.h:
4842 * s/sol2.h:
4843 * s/usg5-4.h:
4844 * s/vms.h: Remove references to unused variables.
4845
4846 2008-07-10 Andreas Schwab <schwab@suse.de>
4847
4848 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
4849 pattern before matching the generic family.
4850
4851 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4852
4853 * unexec.c:
4854 * s/vms.h:
4855 * s/usg5-4-2.h:
4856 * s/sol2-5.h:
4857 * s/freebsd.h:
4858 * s/darwin.h: Remove dead code.
4859
4860 * m/template.h:
4861 * m/sparc.h:
4862 * m/mips.h:
4863 * m/m68k.h:
4864 * m/iris4d.h:
4865 * m/intel386.h:
4866 * m/ibms390x.h:
4867 * m/ibms390.h:
4868 * m/ia64.h:
4869 * m/hp800.h:
4870 * m/arm.h:
4871 * m/amdx86-64.h: Remove dead code and references to unused
4872 and compiler defined symbols.
4873
4874 * unexmips.c:
4875 * unexelf.c: Remove references to desupported systems.
4876
4877 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
4878
4879 * m/powermac.h: Remove boilerplate comments.
4880 (NO_REMAP): Remove unused definition.
4881
4882 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
4883 define them.
4884
4885 2008-07-10 Kenichi Handa <handa@m17n.org>
4886
4887 * xfont.c (xfont_open): Log the reason of failure.
4888
4889 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * fontset.c (fontset_get_font_group):
4892 * font.c (font_check_otf): Specify argument types.
4893
4894 2008-07-09 Kenichi Handa <handa@m17n.org>
4895
4896 * coding.c (detect_coding_utf_8): Set detect_info->found only when
4897 non-ASCII char is found.
4898
4899 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
4900 (reorder_font_vector): Change the arg preferred_family to font.
4901 Prefer the spec matching with font.
4902 (fontset_get_font_group): New function.
4903 (fontset_find_font): Change the format of an element of a realized
4904 fontset. Use fontset_get_font_group.
4905 (fontset_font): Try the current fontset, the default fontset, the
4906 fallbacks of the current fontset, and the fallbacks of the default
4907 fontset in this order.
4908 (face_for_char): Delete the shortcut to use the current font.
4909 (fontset_from_font): Don't set fonts for Latin in the fontset.
4910
4911 * font.h (font_make_object, font_match_p): Adjust prototypes.
4912
4913 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
4914
4915 * font.c (font_make_object): New arg entity and pixelsize.
4916 (font_check_otf_features, font_check_otf): New functions.
4917 (font_match_p): Check :lang, :script, and :otf properties.
4918
4919 * xfont.c (xfont_open): Adjust it for the change of
4920 font_make_object.
4921 (xfont_text_extents): Fix initial setting of metrics.
4922
4923 * ftfont.c (struct ftfont_info): New member index, delete member
4924 fc_charset_idx. Make the member order compatible with struct
4925 xftfont_info.
4926 (fc_charset_table): Change charset names to registry names.
4927 (ftfont_pattern_entity): Delete the args registry and
4928 fc_charset_idx. Change the value of :font-entity property
4929 to (FONTNAME . INDEX). Always set :registry property to
4930 `iso10646-1'.
4931 (struct ftfont_cache_data): New struct.
4932 (ftfont_lookup_cache): New arg for_face.
4933 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
4934 (ftfont_driver): Set the member otf_capability.
4935 (ftfont_get_charset): Adjust it for the change of
4936 fc_charset_table.
4937 (OTF_TAG_SYM): New macro.
4938 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
4939 for the change of fc_charset_table.
4940 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
4941 ftfont_pattern_entity. Add FC_INDEX to objset.
4942 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
4943 and ftfont_pattern_entity.
4944 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
4945 font_make_object, struct ftfont_info.
4946 (ftfont_has_char): Use ftfont_get_fc_charset.
4947 (ftfont_otf_features, ftfont_otf_capability): New functions.
4948 (ftfont_shape): Use ftfont_get_otf.
4949 (ftfont_text_extents): Fix initial setting of metrics.
4950
4951 * xftfont.c (struct xftfont_info): New member ft_size. Make the
4952 member order compatible with struct ftfont_info.
4953 (xftfont_open): Add FC_CHARSET to the pattern. Set
4954 xftfont_info->ft_size. Don't unlock the face. Check BDF
4955 properties if appropriate.
4956 (xftfont_close): Unlock the face.
4957 (xftfont_anchor_point, xftfont_shape): Deleted.
4958 (syms_of_xftfont): Don't set members anchor_point and shape of
4959 xftfont_driver.
4960
4961 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
4962 font_make_object.
4963
4964 * w32font.c (w32font_open): Adjust it for the change of
4965 font_make_object.
4966 (w32font_open_internal): Don't set properties of font_object here.
4967
4968 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * macfns.c (x_create_tip_frame):
4971 * w32fns.c (x_create_tip_frame):
4972 * xfns.c (x_create_tip_frame): Pass parameter argument to
4973 face-set-after-frame-default.
4974
4975 * xfaces.c (Finternal_merge_in_global_face): Save merged
4976 attributes for the default face back into the face vector.
4977
4978 2008-07-08 Andreas Schwab <schwab@suse.de>
4979
4980 * fontset.h: Declare fontset_from_font. Don't declare
4981 new_fontset_from_font and fontset_from_font_name.
4982 * xterm.c: Include "fontset.h".
4983 * Makefile.in (xterm.o): Update dependencies.
4984
4985 2008-07-08 Glenn Morris <rgm@gnu.org>
4986
4987 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
4988 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
4989
4990 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
4993 (x_set_frame_parameters): Don't bind it.
4994
4995 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
4996
4997 * w32fns.c (map_w32_filename): Declare extern.
4998
4999 2008-07-07 Jason Rumney <jasonr@gnu.org>
5000
5001 * w32term.c (WS_EX_LAYERED): Define if not already.
5002
5003 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * xfaces.c (set_font_frame_param): Don't try to set the font
5006 parameter if it is still unspecified in the lface.
5007
5008 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
5011 face if it didn't already exist.
5012
5013 * xdisp.c (try_window_id): Give up if word-wrapping is on.
5014
5015 2008-07-05 Andreas Schwab <schwab@suse.de>
5016
5017 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
5018
5019 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
5022 word-wrapping.
5023 (IT_DISPLAYING_WHITESPACE): New macro.
5024 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
5025 when word-wrapping. Simplify word-wrapping logic. Use correct
5026 pixel positions when saving copies of the iterator.
5027 (display_line): Use proper wrap point if the last character on a
5028 line was preceded by whitespace.
5029
5030 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
5033
5034 2008-07-04 Kenichi Handa <handa@m17n.org>
5035
5036 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
5037
5038 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
5039
5040 2008-07-02 Jason Rumney <jasonr@gnu.org>
5041
5042 * xfns.c (syms_of_xfns): Only define x-select-font when both
5043 HAVE_FREETYPE and USE_GTK.
5044
5045 * xdisp.c (next_element_from_display_vector): Move assignment out
5046 of if statement.
5047
5048 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5049
5050 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
5051
5052 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
5053 (syms_of_fileio): Initialize and export them.
5054 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
5055
5056 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
5057 (Fsystem_move_file_to_trash): New function.
5058 (syms_of_w32fns): Export it to lisp.
5059
5060 2008-07-01 Jason Rumney <jasonr@gnu.org>
5061
5062 * w32font.c (w32font_text_extents): Don't count overhang as part
5063 of width.
5064
5065 2008-06-30 Miles Bader <miles@gnu.org>
5066
5067 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
5068 Add `avoid_cursor_p' field.
5069
5070 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
5071 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
5072 (append_glyph, append_composite_glyph, produce_image_glyph)
5073 (append_stretch_glyph): Initialize avoid_cursor_p.
5074 (get_it_property): Rename from `get_line_height_property'.
5075 (x_produce_glyphs): Use get_it_property.
5076 (handle_line_prefix, push_display_prop): New functions.
5077 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
5078 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
5079 New variables.
5080 (syms_of_xdisp): Initialize them.
5081
5082 2008-06-30 Kenichi Handa <handa@m17n.org>
5083
5084 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
5085 XftDefaultSubstitute (they are called in XftFontMatch).
5086 (xftfont_open): Fix args to ftfont_font_format.
5087
5088 * ftfont.c (fc_charset_table): New member lang.
5089 (ftfont_resolve_generic_family): New arg pattern.
5090 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
5091 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
5092 (ftfont_open): Fix args to ftfont_font_format.
5093 (ftfont_font_format): New arg filename.
5094
5095 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * xfaces.c (Finternal_merge_in_global_face): If default face was
5098 modified, realize it again. Update the font face attribute.
5099
5100 2008-06-29 Jason Rumney <jasonr@gnu.org>
5101
5102 * w32term.c (x_set_frame_alpha): Fix logic.
5103
5104 2008-06-29 Kenichi Handa <handa@m17n.org>
5105
5106 * fontset.c (Finternal_char_font): Return font-object instead of
5107 font-name.
5108
5109 * composite.c (get_composition_id): Fix the width calculation for TAB.
5110
5111 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * indent.c (Fvertical_motion): Properly handle float column arg.
5114
5115 2008-06-28 Jason Rumney <jasonr@gnu.org>
5116
5117 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
5118 (pfnSetLayeredWindowAttributes): New function pointer.
5119 (w32_initialize): Initialize it when supported.
5120 (x_set_frame_alpha): New function.
5121
5122 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
5123 (w32_frame_parm_handlers): Set alpha handler.
5124
5125 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
5126
5127 2008-06-27 Jason Rumney <jasonr@gnu.org>
5128
5129 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
5130 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
5131 (w32_to_x_charset, x_to_w32_charset)
5132 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
5133 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
5134 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
5135 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
5136 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
5137 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
5138 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
5139 (Qw32_charset_unicode): Remove.
5140 (syms_of_w32fns): Update for above changes.
5141
5142 * w32font.c (w32_to_x_charset, x_to_w32_charset)
5143 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
5144 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
5145 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
5146 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
5147 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
5148 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
5149 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
5150 (syms_of_w32font): Update for above changes.
5151
5152 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 * s/usg5-4.h: Fix previous change: keep the correct branch of a
5155 removed #if.
5156 (USG_SHARED_LIBRARIES): Remove duplicate definition.
5157
5158 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
5159 Eli Zaretskii <eliz@gnu.org>
5160
5161 * makefile.w32-in (LOCAL_FLAGS):
5162 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
5163
5164 * sysdep.c (_spawnlp, _getpid):
5165 Declare with explicit _cdecl instead of _CRTAPI1.
5166
5167 * editfns.c (Fget_internal_run_time):
5168 Check for WINDOWSNT with #ifdef, not #if.
5169
5170 2008-06-26 Jason Rumney <jasonr@gnu.org>
5171
5172 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
5173
5174 * w32term.c (x_draw_glyph_string_foreground)
5175 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
5176 Use FONT_HANDLE macro.
5177 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
5178
5179 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
5180 (uniscribe_encode_char): Use FONT_HANDLE macro.
5181
5182 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
5183 (w32font_text_extents): Use precast w32_font.
5184 (w32font_close): Free cached metrics.
5185 (w32font_open_internal): Allocate space for name on stack.
5186
5187 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * xdisp.c (extend_face_to_end_of_line): Fix last change.
5190
5191 2008-06-26 Jason Rumney <jasonr@gnu.org>
5192
5193 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
5194 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
5195
5196 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
5197
5198 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
5199
5200 2008-06-26 Jason Rumney <jasonr@gnu.org>
5201
5202 * w32bdf.c, w32bdf.h: Remove obsolete files.
5203
5204 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
5205
5206 * w32gui.h: Don't include w32bdf.h.
5207 (XCharStruct, enum w32_char_font_type, W32FontStruct):
5208 Remove obsolete font support.
5209
5210 * w32font.h (struct w32font_info): Remove compat_w32_font.
5211 Add hfont member.
5212 (FONT_COMPAT): Remove obsolete macro.
5213
5214 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
5215 (w32font_encode_char, w32font_text_extents): Use new hfont member.
5216 (w32font_open_internal): Remove compat code. Set new hfont member.
5217 (Fx_select_font): Use new hfont member.
5218
5219 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
5220 (uniscribe_encode_char): Use new hfont member.
5221
5222 * w32term.c (x_draw_glyph_string_foreground)
5223 (x_draw_composite_glyph_string_foreground): Use new hfont member.
5224 (x_draw_glyph_string): Use metrics in w32font_info.
5225
5226 2008-06-26 Kenichi Handa <handa@m17n.org>
5227
5228 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
5229
5230 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5231
5232 * unexnext.c:
5233 * m/ews4800.h:
5234 * m/hp9000s300.h:
5235 * m/ibm370aix.h:
5236 * m/mips-siemens.h:
5237 * m/ncr386.h:
5238 * m/next.h:
5239 * m/pmax.h:
5240 * m/powerpcle.h:
5241 * m/tandem-s2.h:
5242 * s/386bsd.h:
5243 * s/bsd386.h:
5244 * s/bsd4-1.h:
5245 * s/bsd4-2.h:
5246 * s/bsdos2-1.h:
5247 * s/bsdos2.h:
5248 * s/bsdos3.h:
5249 * s/bsdos4.h:
5250 * s/nextstep.h:
5251 * s/ultrix4-3.h:
5252 * s/usg5-0.h:
5253 * s/usg5-2-2.h:
5254 * s/usg5-2.h:
5255 * s/usg5-4-3.h:
5256 * s/ux4800.h:
5257 * s/uxpds.h:
5258 * s/uxpv.h: Remove support for obsolete systems.
5259 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
5260 Remove, insert contents in s/hpux10-20.h.
5261 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
5262 Remove, insert contents in s/aix4-2.h.
5263 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
5264 * s/bsd4-3.h: Rename to ...
5265 * s/bsd-common.h: ... this.
5266 * data.c:
5267 * doc.c:
5268 * ecrt0.c:
5269 * emacs.c:
5270 * fileio.c:
5271 * floatfns.c:
5272 * keyboard.c:
5273 * mem-limits.h:
5274 * print.c:
5275 * process.c:
5276 * sysdep.c:
5277 * syssignal.h:
5278 * systty.h:
5279 * syswait.h:
5280 * term.c:
5281 * unexec.c:
5282 * unexelf.c:
5283 * unexhp9k800.c:
5284 * m/hp800.h:
5285 * m/ibmrs6000.h:
5286 * m/mips.h:
5287 * m/vax.h:
5288 * s/darwin.h:
5289 * s/freebsd.h:
5290 * s/gnu.h:
5291 * s/ms-w32.h:
5292 * s/msdos.h:
5293 * s/netbsd.h:
5294 * s/template.h: Remove references to obsolete variables.
5295
5296 * Makefile.in: Add dependencies for all unexec files.
5297 (admindir): Remove unused variable.
5298 (UNEXEC_SRC): Remove references.
5299
5300 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5301
5302 * xfns.c (x_default_font_parameter): If Xft is available, first
5303 try Monospace-12 for the default font.
5304
5305 2008-06-25 Jason Rumney <jasonr@gnu.org>
5306
5307 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
5308
5309 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
5312
5313 * buffer.c (syms_of_buffer): Remove default-word-wrap.
5314
5315 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
5318 <scroll-conservatively>: Fix typo in docstring.
5319
5320 * xselect.c (Fx_send_client_event): Doc fix.
5321
5322 2008-06-25 Kenichi Handa <handa@m17n.org>
5323
5324 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
5325
5326 * font.c (font_parse_fcname): Remove unused variables.
5327 (font_sort_entites): Delete the arg SPEC. Caller changed.
5328 Fix for the case of ! best_only.
5329 (font_delete_unmatched): Check DPI and AVGWIDTH too.
5330
5331 * lisp.h (Fstring_to_unibyte): EXFUN it.
5332
5333 * character.h (str_to_unibyte): Extern it.
5334
5335 * character.c (str_to_unibyte): New function.
5336
5337 * fns.c (Fstring_to_unibyte): New function.
5338 (syms_of_fns): Defsubr it.
5339
5340 2008-06-24 Kenichi Handa <handa@m17n.org>
5341
5342 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
5343 DPI too.
5344 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
5345
5346 2008-06-24 Andreas Schwab <schwab@suse.de>
5347
5348 * Makefile.in (${lispsource}loaddefs.el): Rename from
5349 ../lisp/loaddefs.el.
5350 (bootstrap-clean): Do what distclean does but don't remove
5351 Makefile.
5352 (distclean): Depend on bootstrap-clean and remove Makefile.
5353
5354 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5355
5356 * buffer.h (struct buffer): New member word_wrap.
5357
5358 * buffer.c (syms_of_buffer): New variables default-word-wrap and
5359 word-wrap.
5360 (init_buffer_once): Initialize them.
5361
5362 * dispextern.h (struct it): Replace bool truncate_lines_p with a
5363 line_wrap enum possessing three possible values.
5364
5365 * termopts.h: Replace truncate_partial_width_windows with
5366 Vtruncate_partial_width_windows.
5367
5368 * dispnew.c (direct_output_for_insert): Avoid direct output when
5369 inserting a space with word wrap on.
5370
5371 * indent.c (compute_motion): Obey integer values of
5372 truncate-partial-width-windows.
5373
5374 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
5375 replacing truncate_partial_width_windows.
5376 (init_iterator): If Vtruncate_partial_width_windows is an integer,
5377 truncate only if the window width is below that integer.
5378 (start_display, resize_mini_window, produce_stretch_glyph)
5379 (display_string, move_it_in_display_line_to): Use line_wrap.
5380 (back_to_previous_visible_line_start, reseat_1): Reset
5381 string_from_display_prop_p.
5382 (display_line): Extend default face to end of line when wrapping.
5383
5384 2008-06-24 Kim F. Storm <storm@cua.dk>
5385
5386 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
5387 to wrap continued lines at word boundaries.
5388
5389 2008-06-24 Jason Rumney <jasonr@gnu.org>
5390
5391 * font.c (Ffont_face_attributes): Multiply pixel size before point
5392 conversion to avoid multiplying rounding error.
5393
5394 2008-06-23 Jason Rumney <jasonr@gnu.org>
5395
5396 * w32term.c (x_draw_glyph_string_background)
5397 (x_draw_glyph_string): Remove old bdf font code.
5398
5399 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
5400
5401 2008-06-22 Kenichi Handa <handa@m17n.org>
5402
5403 * font.c (font_find_for_lface): Try the adstyle specified in
5404 the property of LFACE_FONT of LFACE (if any).
5405
5406 2008-06-21 Seiji Zenitani <zenitani@mac.com>
5407 Ryo Yoshitake <ryo@shiftmode.net>
5408
5409 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
5410
5411 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
5414 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
5415 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
5416 (witness-emacs): Remove.
5417 (lisp, shortlisp): Move loaddefs.el earlier.
5418 (mostlyclean): Forget about witness-emacs.
5419
5420 2008-06-22 Glenn Morris <rgm@gnu.org>
5421
5422 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
5423 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
5424
5425 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * Makefile.in (PRECOMP): Remove.
5428 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
5429 (witness-emacs): Run `compile-first'.
5430 (.el.elc): Use the new compile-onefile target.
5431
5432 2008-06-21 Kenichi Handa <handa@m17n.org>
5433
5434 * xftfont.c (xftfont_open): Handle QCembolden only when
5435 FC_EMBOLDEN is defined.
5436
5437 2008-06-21 Andreas Schwab <schwab@suse.de>
5438
5439 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
5440 (.el.elc): Likewise.
5441
5442 2008-06-21 Miles Bader <miles@gnu.org>
5443
5444 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
5445 build dir, not the lisp source dir.
5446
5447 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
5450 (bootstrapclean): Remove.
5451 (.el.elc): New rule.
5452 (PRECOMP): New var.
5453 (../lisp/subdirs.el): Remove.
5454 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
5455 (witness-emacs): New target.
5456 (mostlyclean): Remove witness-emacs as well.
5457 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
5458 Add witness-emacs dependency.
5459
5460 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
5463 defined by the font.
5464
5465 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
5468 (bootstrap-clean): New target that keeps TAGS around.
5469 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
5470 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
5471
5472 2008-06-20 Jason Rumney <jasonr@gnu.org>
5473
5474 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
5475 Remove obsolete font code.
5476
5477 * w32font.c (font_matches_spec): Use csb bitfield from font signature
5478 to determine language support.
5479
5480 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5481
5482 * sysdep.c (cfsetspeed): New fun extracted from the code.
5483 (cfmakeraw): Move before first use.
5484
5485 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
5486
5487 * sysdep.c (cfmakeraw): Provide fallback implementation.
5488 (serial_configure): Provide fallback implementation of cfsetspeed.
5489
5490 2008-06-20 Kenichi Handa <handa@m17n.org>
5491
5492 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
5493 the pattern.
5494
5495 * fontset.c (fontset_from_font): Copy font_spec before changing
5496 the elements.
5497
5498 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
5499
5500 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
5503 for explicit `font' parameters.
5504
5505 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
5506
5507 2008-06-19 Kenichi Handa <handa@m17n.org>
5508
5509 * frame.c: Include <ctype.h>.
5510 (x_set_font_backend): Allow spacing characters in the X resource
5511 for FontBackend.
5512
5513 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * w32fns.c, xfns.c (Qfont_param): New var.
5516 (syms_of_w32fns): Initialize it.
5517 (x_default_font_parameter): Record explicit `font' into
5518 `font-parameter'.
5519
5520 2008-06-18 Kenichi Handa <handa@m17n.org>
5521
5522 * font.c (font_parse_xlfd): Fix previous change.
5523 (font_parse_fcname): Don't use :fc-unknown-spec.
5524 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
5525 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
5526 (font_add_log): Prepend the driver name to the resulting fonts.
5527
5528 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
5529 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
5530 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
5531
5532 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
5533 (QCembolden): New variables.
5534 (syms_of_xftfont): DEFSYM them.
5535 (xftfont_open): Call XftFontMatch. Don't trust the result of
5536 XftTextExtents8 if the pixel_size is less than 5.
5537
5538 2008-06-18 Andreas Schwab <schwab@suse.de>
5539
5540 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
5541 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
5542
5543 2008-06-18 Jason Rumney <jasonr@gnu.org>
5544
5545 * w32font.c (w32font_list, w32font_match): Add logging.
5546
5547 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
5548
5549 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * font.c (font_parse_fcname): Store divider characters for
5552 unknown-spec list. For known key symbols, intern using correct
5553 symbol name.
5554
5555 2008-06-17 Kenichi Handa <handa@m17n.org>
5556
5557 * xfaces.c (realize_default_face): If the frame is not on window
5558 system, set the fontset of face to nil.
5559
5560 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
5561
5562 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
5563
5564 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
5567 (build_font_name_from_vector): Delete externs.
5568
5569 * xfaces.c (struct font_name): Don't declare.
5570
5571 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
5574
5575 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
5576
5577 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
5578
5579 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * font.c (Ffont_spec): Fix usage in docstring.
5582 (Ffont_face_attributes): Doc fix.
5583
5584 2008-06-16 Andreas Schwab <schwab@suse.de>
5585
5586 * font.c (Ffont_face_attributes): Fix definition.
5587
5588 2008-06-16 Jason Rumney <jasonr@gnu.org>
5589
5590 * font.h (font_style_symbolic_from_value): Remove.
5591
5592 * font.c (font_style_symbolic_from_value): Remove.
5593 (font_style_symbolic): Revert to pre 2008-06-13 version.
5594
5595 * w32font.c (w32_to_fc_weight): New function.
5596 (w32font_full_name, logfont_to_fcname): Use it.
5597
5598 2008-06-16 Kenichi Handa <handa@m17n.org>
5599
5600 * font.c (font_check_object): Delete it.
5601 (font_clear_cache): Check if a font-object is alive.
5602 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
5603 font-object to nil.
5604 (font_close_object): Don't check FONT_CLOSE_OBJECT.
5605 (font_at): Don't call font_check_object.
5606 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5607
5608 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
5609
5610 * puresize.h (BASE_PURESIZE): Increase to 1230000.
5611
5612 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
5615
5616 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * font.c (font_parse_fcname): Only one decimal point.
5619 (font_unparse_fcname): Handle data in family and foundry indices
5620 as symbols, not strings.
5621 (font_unparse_gtkname, Ffont_face_attributes): New functions.
5622
5623 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
5624
5625 * font.h (font_unparse_gtkname): Add prototype.
5626
5627 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
5628
5629 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
5630
5631 2008-06-15 Andreas Schwab <schwab@suse.de>
5632
5633 * font.c (font_update_drivers): Fix crash when no drivers match.
5634
5635 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
5638 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
5639
5640 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
5643
5644 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * process.c (Fserial_process_configure, Fprocess_send_eof):
5647 Use EQ to compare Lisp_Objects.
5648
5649 2008-06-13 Jason Rumney <jasonr@gnu.org>
5650
5651 * w32fns.c (Fw32_select_font): Remove old font API function.
5652
5653 * w32font.c (logfont_to_fcname): New function.
5654 (Fx_select_font): New font dialog function compatible with
5655 GTK/fontconfig version.
5656
5657 * font.c (font_style_symbolic_from_value): New function.
5658 (font_style_symbolic): Use it.
5659
5660 * font.h (font_style_symbolic_from_value): Declare new function.
5661
5662 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
5663
5664 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
5665 <font-width-table>: Fix typos in docstrings.
5666
5667 2008-06-13 Daniel Engeler <engeler@gmail.com>
5668
5669 These changes add serial port access.
5670 * process.c: Add HAVE_SERIAL.
5671 (Fdelete_process, Fprocess_status, Fset_process_buffer)
5672 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
5673 (list_processes_1, select_wrapper, Fstop_process)
5674 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
5675 (status_notify): Modify to handle serial processes.
5676 [HAVE_SERIAL] (Fserial_process_configure)
5677 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
5678 New functions.
5679 * process.h (struct Lisp_Process): Add `type'.
5680 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
5681 New functions.
5682 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
5683 serial ports.
5684 (serial_open, serial_configure) New functions.
5685 * w32.h: Add FILE_SERIAL.
5686 (struct _child_process): Add ovl_read, ovl_write.
5687
5688 2008-06-13 Kenichi Handa <handa@m17n.org>
5689
5690 * dispextern.h (enum lface_attribute_index): New member
5691 LFACE_FOUNDRY_INDEX.
5692
5693 * font.c (font_score): Delete arg alternate_families. Check only
5694 weight, slant, width, and size. Ignore the difference of alias
5695 style symbols.
5696 (font_sort_entites): Adjust for the above change. Reflect the
5697 order of font-driver to scores.
5698 (font_list_entities): Don't check alternate_familes here.
5699 (font_clear_prop): Handle foundry.
5700 (font_update_lface): Don't parse "foundry-family" form here.
5701 Handle FONT_FOUNDRY_INDEX.
5702 (font_find_for_lface): Likewise. Handle alternate families here.
5703 If registry is nil, try iso8859-1 and ascii-0.
5704 (font_open_for_lface): Pay attention to size in ENTITY.
5705 (font_open_by_name): Simplify by calling font_load_for_lface.
5706 (free_font_driver_list): Delete it.
5707 (font_update_drivers): Preserve the order of backends.
5708 (syms_of_font): Setting of sort_shift_bits adjusted for the change
5709 of font_score and font_sort_entites.
5710 (font_update_sort_order): Likewise.
5711
5712 * xfaces.c (LFACE_FOUNDRY): New macro.
5713 (check_lface_attrs): Check foundry.
5714 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
5715 (merge_face_vectors): Check foundry.
5716 (merge_face_ref): Likewise.
5717 (Finternal_set_lisp_face_attribute): Likewise.
5718 (x_update_menu_appearance): Likewise.
5719 (Finternal_get_lisp_face_attribute): Likewise.
5720 (lface_hash): Likewise.
5721 (lface_same_font_attributes_p): Likewise.
5722 (x_supports_face_attributes_p): Likewise.
5723 (tty_supports_face_attributes_p): Likewise.
5724 (Finternal_set_alternative_font_family_alist): Intern strings.
5725 (Finternal_set_alternative_font_registry_alist): Downcase strings.
5726 (realize_default_face): Set LFACE_FOUNDRY (lface).
5727
5728 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
5729 font-driver at first.
5730
5731 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
5732
5733 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5734
5735 * lread.c (Fload): Use xfree, not free on saved_doc_string.
5736
5737 2008-06-12 Jim Meyering <meyering@redhat.com>
5738
5739 Make unexec_free handle NULL the same way free does.
5740 * unexmacosx.c (unexec_free): Ignore a NULL argument.
5741
5742 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * character.h (CHAR_TO_BYTE_SAFE): New macro.
5745 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
5746 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
5747 (WEAK_ALIAS): Simplify.
5748 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
5749 when searching a unibyte buffer.
5750
5751 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * xfns.c (Fx_select_font): Rename from x-font-dialog.
5754
5755 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
5756
5757 * w32font.c: Include ctype.h.
5758
5759 2008-06-11 Jason Rumney <jasonr@gnu.org>
5760
5761 * w32font.c (w32font_encode_char): Detect missing glyphs that are
5762 misreported as space.
5763 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
5764 as aliases for registry iso10646-1.
5765
5766 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * buffer.c (clone_per_buffer_values): Skip `name'.
5769
5770 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * font.c (font_parse_fcname): Fix last change; accept decimal
5773 points in font size.
5774
5775 2008-06-10 Jason Rumney <jasonr@gnu.org>
5776
5777 * w32uniscribe.c (add_opentype_font_name_to_list):
5778 Skip non unicode fonts.
5779
5780 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * xfns.c (Fx_font_dialog): New function.
5783
5784 * gtkutil.c (xg_dialog_response_cb): Rename from
5785 xg_file_response_callback.
5786 (pop_down_dialog): Rename from pop_down_file_dialog.
5787 (xg_get_file_name): Callers changed.
5788 (xg_get_font_name): New function.
5789
5790 * gtkutil.h (xg_get_font_name): Insert prototype.
5791
5792 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
5795 x_underline_minimum_display_offset.
5796 (syms_of_xdisp): Declare it here rather than in xterm.c.
5797 * dispextern.h (underline_minimum_offset): Declare it.
5798 * w32term.c (x_draw_glyph_string): Use it.
5799 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
5800 (syms_of_xterm): Don't declare it any more.
5801 (x_draw_glyph_string): Adjust to the new name.
5802
5803 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
5804
5805 * xterm.c (x_underline_minimum_display_offset): New var.
5806 (x_draw_glyph_string): Use it.
5807 (syms_of_xterm): Declare it.
5808
5809 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * font.c (font_parse_fcname): Accept GTK-style font names too.
5812
5813 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * dired.c (file_name_completion): Don't return t if the match is exact
5816 but with different capitalization.
5817 * minibuf.c (Ftry_completion): Simplify.
5818
5819 * window.c (Vwindow_point_insertion_type): New var.
5820 (set_window_buffer): Use it.
5821 (syms_of_window): Init and export it to Lisp.
5822
5823 2008-06-10 Kenichi Handa <handa@m17n.org>
5824
5825 * font.h (font_intern_prop): Prototype adjusted.
5826
5827 * font.c (font_intern_prop): New arg force_symbol.
5828 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
5829 Adjust for the change of font_intern_prop.
5830
5831 * ftfont.c (ftfont_pattern_entity):
5832 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
5833 (w32_registry):
5834 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
5835 the change of font_intern_prop.
5836
5837 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * w32menu.c (digest_single_submenu): Declare extern.
5840
5841 2008-06-09 Jason Rumney <jasonr@gnu.org>
5842
5843 * w32term.c (x_make_frame_visible): Use alternate restore flags.
5844
5845 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
5846 (parse_single_submenu): Remove.
5847 (digest_single_submenu): Remove.
5848 (syms_of_w32menu): Don't initialise variables that have moved
5849 to menu.c.
5850 (set_frame_menubar): Sync with version in xmenu.c.
5851 (w32_menu_show): Sync with xmenu_show in xmenu.c.
5852
5853 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
5854 Make static again.
5855
5856 2008-06-09 Jason Rumney <jasonr@gnu.org>
5857
5858 Changes to w32 files related to the move of common menu code
5859 to menu.c on 2008-06-08 by Chong Yidong.
5860
5861 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
5862 defs to w32gui.h.
5863 (single_keymap_panes, push_menu_item, push_menu_pane):
5864 Make globally visible.
5865
5866 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
5867 (local_free, malloc_widget_value, free_widget_value)
5868 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
5869 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
5870 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
5871 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
5872 (menu_items, menu_items_allocated, menu_items_used)
5873 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
5874 (init_menu_items, finish_menu_items, discard_menu_items)
5875 (grow_menu_items, push_submenu_start, push_submenu_end)
5876 (push_left_right_boundary, push_menu_pane, push_menu_item)
5877 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
5878 (free_menubar_widget_tree_value, parse_single_submenu)
5879 (update_submenu_strings): Remove functions.
5880 (xmalloc_widget_value): Remove and declare extern.
5881
5882 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
5883 (OBJ1): Build it.
5884
5885 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
5886 (local_heap, local_alloc, local_free, malloc_widget_value)
5887 (free_widget_value): Define here.
5888
5889 2008-06-09 Kenichi Handa <handa@m17n.org>
5890
5891 * font.h (Qascii_0): Extern it.
5892
5893 * font.c (Qascii_0): New variable.
5894 (syms_of_font): DEFSYM it.
5895 (font_open_by_name): If the registry "iso8859-1" fails, try also
5896 "ascii-0".
5897
5898 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
5899
5900 2008-06-08 Kenichi Handa <handa@m17n.org>
5901
5902 * .gdbinit (xfont): New command.
5903
5904 2008-06-08 Andreas Schwab <schwab@suse.de>
5905
5906 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
5907 * Makefile.in (menu.o): Update dependencies.
5908
5909 * Makefile.in (obj): Always add menu.o.
5910 * emacs.c (main): Always call syms_of_menu.
5911 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
5912
5913 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
5914
5915 * Makefile.in: Compile menu.c.
5916
5917 * lisp.h: Declare syms_of_menu.
5918
5919 * emacs.c (main): Call syms_of_menu.
5920
5921 * keyboard.h: Relocate platform-independent menu definitions from
5922 xmenu.c.
5923
5924 * menu.c: New file. Relocate platform-independent menu
5925 definitions from xmenu.c. Suggested by Adrian Robert.
5926
5927 * xmenu.c: Remove platform-independent menu definitions.
5928 (menu_items menu_items_inuse, menu_items_allocated)
5929 (menu_items_used, menu_items_n_panes)
5930 (menu_items_submenu_depth): Move to keyboard.h.
5931 (init_menu_items, finish_menu_items, unuse_menu_items)
5932 (discard_menu_items, restore_menu_items, save_menu_items)
5933 (grow_menu_items, push_submenu_start, push_submenu_end)
5934 (push_left_right_boundary, push_menu_pane, push_menu_item)
5935 (keymap_panes, single_keymap_panes, single_menu_item)
5936 (list_of_panes, list_of_items, find_and_call_menu_selection)
5937 (xmalloc_widget_value, free_menubar_widget_value_tree)
5938 (parse_single_submenu, digest_single_submenu)
5939 (update_submenu_strings): Move to menu.c.
5940
5941 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
5944
5945 2008-06-06 Miles Bader <miles@gnu.org>
5946
5947 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
5948 face, not frame default.
5949
5950 2008-06-05 Martin Rudalics <rudalics@gmx.at>
5951
5952 * window.c (pop_up_windows, pop_up_frames)
5953 (display_buffer_reuse_frames, Vpop_up_frame_function)
5954 (Vdisplay_buffer_function, Veven_window_heights)
5955 (Vspecial_display_buffer_names, Vspecial_display_regexps)
5956 (Vspecial_display_function, Vsame_window_buffer_names)
5957 (Vsame_window_regexps, split_height_threshold)
5958 (Vsplit_window_preferred_function): Move those vars to window.el.
5959 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
5960 (Fdisplay_buffer): Move those functions to window.el.
5961 (syms_of_window): Remove corresponding declarations.
5962 (display_buffer): New function.
5963 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
5964 * dispnew.c (Flast_nonminibuf_frame): New function.
5965 * buffer.c (Fpop_to_buffer): Move to window.el.
5966
5967 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
5970
5971 2008-06-05 Kenichi Handa <handa@m17n.org>
5972
5973 * coding.c (detect_coding): Fix previous change.
5974 (detect_coding_system): Likewise.
5975
5976 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
5979
5980 * keymap.c (Vminibuffer_local_filename_must_match_map):
5981 Rename from Vminibuffer_local_must_match_filename_map.
5982 (syms_of_keymap):
5983 * minibuf.c (Fcompleting_read): Adjust accordingly.
5984 * commands.h: Rename declaration as well.
5985
5986 2008-06-05 Kenichi Handa <handa@m17n.org>
5987
5988 * font.c (Ffont_spec): Don't use font_parse_family_registry for
5989 family name.
5990 (Ffont_put): Likewise.
5991
5992 * fontset.c (fontset_find_font): Call font_open_for_lface with the
5993 current font-spec.
5994
5995 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
5996 is unspecified.
5997
5998 * xfaces.c (realize_x_face): If the font-related face attributes
5999 are the same as those of default face, realize a new fontset from
6000 default->fontset.
6001 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
6002
6003 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
6006 (move_it_in_display_line): New wrapper.
6007
6008 * window.c (window_scroll_pixel_based_preserve_x)
6009 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
6010 (window_scroll_pixel_based, window_scroll_line_based):
6011 Use them to preserve column positions.
6012 (syms_of_window): Initialize them.
6013
6014 * indent.c (Fvertical_motion): Extend first arg to allow passing an
6015 (HPOS . VPOS) pair.
6016
6017 * dispextern.h (move_it_in_display_line): Declare.
6018
6019 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6020
6021 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
6022 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
6023 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
6024
6025 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * window.c (Fset_window_parameter): Doc fix.
6028 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
6029
6030 2008-06-04 Joakim Verona <joakim@verona.se>
6031
6032 * window.h (struct window): Add new member window_parameters.
6033
6034 * window.c (Fwindow_parameters, Fwindow_parameter)
6035 (Fset_window_parameter): New defuns.
6036 (syms_of_window): Defsubr the new defuns.
6037 (make_window): Initialize window_parameters to nil.
6038
6039 2008-06-04 John Paul Wallington <jpw@pobox.com>
6040
6041 * eval.c (Fdefmacro): Doc fix.
6042
6043 2008-06-04 Kenichi Handa <handa@m17n.org>
6044
6045 * coding.c (detect_coding): Fix handling of coding->head_ascii.
6046 Be sure to call setup_coding_system when we find a proper coding system.
6047 (detect_coding_system): Fix handling of coding->head_ascii.
6048
6049 2008-06-03 Andreas Schwab <schwab@suse.de>
6050
6051 * font.c (font_prop_validate_spacing): Fix last change.
6052
6053 2008-06-03 Kenichi Handa <handa@m17n.org>
6054
6055 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
6056 (font_parse_fcname): Fix handling of unknown key.
6057
6058 * xfont.c (xfont_list): Try an alias.
6059
6060 * charset.c (char_charset): Return NULL if the arg charset_list is
6061 specified and C doesn't belong to any of them.
6062
6063 2008-06-02 Chip Coldwell <coldwell@redhat.com>
6064
6065 * font.c (font_pixel_size): Don't take cdr of an integer.
6066
6067 2008-06-02 Jim Meyering <meyering@redhat.com>
6068
6069 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
6070 * alloc.c (xfree): Return right away for a NULL arg.
6071 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
6072 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
6073 * mac.c (create_apple_event_from_event_ref): Likewise.
6074 (create_apple_event_from_drag_ref, cfstring_create_normalized):
6075 Likewise.
6076 * doprnt.c (doprnt1): Likewise.
6077 * frame.c (frame): Likewise.
6078 * keyboard.c (wipe_kboard): Likewise.
6079 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
6080 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
6081 * term.c (tty_default_color_capabilities, maybe_fatal)
6082 (delete_tty): Likewise.
6083 * w16select.c (string): Likewise.
6084 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
6085 * w32bdf.c (w32_free_bdf_font): Likewise.
6086 * w32fns.c (w32_unload_font): Likewise.
6087 * w32font.c (w32font_close): Likewise.
6088 * window.c (size_window): Likewise.
6089 * xselect.c (receive_incremental_selection): Likewise.
6090 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
6091 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
6092 * w32.c (stat): Likewise.
6093
6094 Remove useless if-before-free tests.
6095 * editfns.c (Fset_time_zone_rule): Likewise.
6096 * lread.c (nosuffix): Likewise.
6097 * ralloc.c (get_bloc): Likewise.
6098 * regex.c (reg_free): Likewise.
6099 * xftfont.c (xftfont_open, xftfont_close): Likewise.
6100 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
6101 * xsmfns.c (smc_save_yourself_CB): Likewise.
6102
6103 2008-06-02 Kenichi Handa <handa@m17n.org>
6104
6105 * font.c (font_find_for_lface): Handle float font size.
6106 (font_open_for_lface): Likewise.
6107
6108 * xfaces.c (x_supports_face_attributes_p): Check face->font before
6109 comparing the properties.
6110
6111 2008-06-01 Jason Rumney <jasonr@gnu.org>
6112
6113 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
6114 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
6115 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
6116 Don't add empty script list.
6117 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
6118
6119 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6120
6121 * Makefile.in (dot, dotdot): Remove, update users.
6122 ".." has been used elsewhere in the file for a long time.
6123 (LIBXT_STATIC): Remove conditional based on unused variable.
6124
6125 2008-06-01 Miles Bader <miles@gnu.org>
6126
6127 * xfaces.c (Vface_remapping_alist): New variable.
6128 (syms_of_xfaces): Initialize it.
6129 (enum named_merge_point_kind): New type.
6130 (struct named_merge_point): Add `named_merge_point_kind' field.
6131 (push_named_merge_point): Make cycle detection respect different
6132 named-merge-point kinds.
6133 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
6134 Remove face-name alias resolution.
6135 (lface_from_face_name): New definition using
6136 `lface_from_face_name_no_resolve'.
6137 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
6138 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
6139 (get_lface_attributes): New definition that layers face-remapping on
6140 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
6141 (lookup_basic_face): New function.
6142 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
6143 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
6144 `get_lface_attributes'.
6145 (face_at_buffer_position): Use `lookup_basic_face' to lookup
6146 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
6147 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
6148
6149 * xdisp.c (init_iterator): Pass base_face_id through
6150 `lookup_basic_face' when we actually use it as a face-id.
6151 (handle_single_display_prop): Use `lookup_basic_face' to lookup
6152 DEFAULT_FACE_ID.
6153
6154 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
6155 lookup the initial face-id.
6156
6157 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
6158
6159 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
6160
6161 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
6162 (Fremove_text_properties): Fix typos in docstrings.
6163
6164 2008-05-31 Kenichi Handa <handa@m17n.org>
6165
6166 * font.c (font_list_entities): Fix the car part of data to be
6167 stored in the cache.
6168
6169 * ftfont.c (ftfont_font_format): Don't use strcasestr.
6170
6171 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
6174 Add a `test' argument so another predicate than `equal' can be used.
6175 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
6176 (map_char_table): Remove unused vars `c' and `i'.
6177 * lisp.h (Foptimize_char_table): Adjust declaration.
6178 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
6179
6180 2008-05-30 Kenichi Handa <handa@m17n.org>
6181
6182 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
6183 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
6184 defined.
6185
6186 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
6189 (Fmake_variable_frame_local): Disallow mixing buffer-local and
6190 frame-local settings for the same variable.
6191
6192 2008-05-30 Kenichi Handa <handa@m17n.org>
6193
6194 * fontset.c (Ffont_info): Move to font.c.
6195 (syms_of_fontset): Delete defsubr of Sfont_info.
6196
6197 * font.c (font_style_to_value, font_score): Delete casting of the
6198 args to xstcasecmp.
6199 (register_font_driver): Increment num_font_drivers only when
6200 registering the driver globally.
6201 (Ffont_info): Move from fontset.c. Handle a font object too.
6202 (syms_of_font): Defsubr Sfont_info.
6203
6204 2008-05-29 Kenichi Handa <handa@m17n.org>
6205
6206 * coding.h (enum define_coding_utf8_arg_index): New enum.
6207 (enum coding_attr_index): Change coding_attr_utf_16_bom to
6208 coding_attr_utf_bom.
6209 (enum utf_bom_type): Rename from utf_16_bom_type.
6210 (struct utf_16_spec): Adjust for the above change.
6211 (struct coding_system): Add utf_8_bom in `spec' union.
6212
6213 * coding.c (CODING_UTF_8_BOM): New macro.
6214 (enum coding_category): Delete coding_category_utf_8, add
6215 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
6216 coding_category_utf_8_sig.
6217 (CATEGORY_MASK_UTF_8): Delete it.
6218 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
6219 (CATEGORY_MASK_UTF_8_SIG): New macros.
6220 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
6221 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
6222 CATEGORY_MASK_UTF_8_SIG.
6223 (CATEGORY_MASK_UTF_8): New macro.
6224 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
6225 (detect_coding_utf_8): Check BOM.
6226 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
6227 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
6228 (encode_coding_utf_16): Likewise.
6229 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
6230 (detect_coding, detect_coding_system): Handle utf-8-auto.
6231 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
6232 (syms_of_coding): Fix setting up of Vcoding_category_table.
6233
6234 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * process.c (Faccept_process_output): If `millisec' is non-nil,
6237 `seconds' default to 0.
6238 (wait_reading_process_output): Also return non-nil if we read output
6239 from a non-running process.
6240
6241 2008-05-29 Jason Rumney <jasonr@gnu.org>
6242
6243 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
6244 `raster' specified.
6245 (add_font_entity_to_list): Allow non-opentype truetype fonts back
6246 in the uniscribe backend, but disallow any font that has no
6247 unicode subrange support.
6248
6249 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
6250
6251 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
6252 Fix typos in docstrings.
6253
6254 2008-05-29 Kenichi Handa <handa@m17n.org>
6255
6256 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
6257 (Fx_family_fonts): Set frame correctly.
6258
6259 2008-05-28 Jason Rumney <jasonr@gnu.org>
6260
6261 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
6262
6263 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
6266 calling build_annotations.
6267
6268 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
6269
6270 * coding.c (Fdecode_coding_region, Fencode_coding_region)
6271 (Fencode_coding_string):
6272 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
6273 <latin-extra-code-table>: Fix typos in docstrings.
6274 (syms_of_coding) <coding-system-alist>: Doc fix.
6275 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
6276
6277 2008-05-28 Kenichi Handa <handa@m17n.org>
6278
6279 * fontset.c (Ffont_info): Don't call font_close_object.
6280
6281 * font.c (font_parse_family_registry): Use Ffont_put to validate
6282 foundry and family.
6283 (font_delete_unmatched): Don't check spacing.
6284 (font_list_entities): Add spacing to the spec to list fonts.
6285
6286 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
6287 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
6288
6289 * coding.c (encode_coding_raw_text): Fix previous change.
6290 (encode_coding_object): When the dst_object is a buffer and is
6291 different from src_object, move gap to PT.
6292
6293 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
6296
6297 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * coding.c (encode_coding_raw_text): Set coding->produced_char for
6300 all branches. Compute it differently.
6301
6302 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
6303
6304 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
6305
6306 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
6307 into "else if () ... else ...".
6308
6309 2008-05-27 Jason Rumney <jasonr@gnu.org>
6310
6311 * w32font.c (w32font_open_internal): Determine if glyph indices
6312 are likely to work here.
6313
6314 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
6315
6316 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
6317 draw overlap glyphs with appropriate highlighting.
6318
6319 2008-05-27 Kenichi Handa <handa@m17n.org>
6320
6321 * xfont.c (xfont_open): Fix calculation of font->average_width.
6322
6323 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * casefiddle.c (casify_object): Try to guess better whether the
6326 argument is a byte or a char.
6327
6328 2008-05-26 Andreas Schwab <schwab@suse.de>
6329
6330 * xselect.c (x_reply_selection_request): Properly handle format == 32.
6331 Always send multiples of format size.
6332
6333 * xterm.c (x_set_frame_alpha): Fix type mismatch.
6334
6335 2008-05-26 Jason Rumney <jasonr@gnu.org>
6336
6337 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
6338 (compute_metrics): Don't set failure if we just cleared the cache.
6339 (w32_weight_table): Remove unused variable.
6340 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
6341 backwards compatibility.
6342
6343 2008-05-25 Kenichi Handa <handa@m17n.org>
6344
6345 * w32term.c (x_draw_glyph_string):
6346 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
6347
6348 * xfaces.c: Delete unused function prototypes.
6349 (xstrlwr, font_frame): Delete them.
6350 (clear_face_cache): Delete unused variable.
6351
6352 * xftfont.c (xftfont_open): Delete unused variable.
6353 If underline_thickness is not 1, adjust underline_position.
6354
6355 * ftxfont.c (ftxfont_open): Delete unused variable.
6356
6357 * fontset.c (face_for_char): Optimize for the case of no charset
6358 property.
6359
6360 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
6361 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
6362 (otf_open, font_otf_capability, generate_otf_features)
6363 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
6364 Comment out by surrounding "#if 0" and "#endif" for the moment.
6365 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
6366 (syms_of_font): Codes for accessing above commented out.
6367
6368 2008-05-24 Eli Zaretskii <eliz@gnu.org>
6369
6370 * w32proc.c: Include dispextern.h.
6371
6372 * w32.c: Include dispextern.h.
6373
6374 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
6375
6376 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
6377 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
6378 Fix typos in docstrings.
6379
6380 2008-05-23 Jason Rumney <jasonr@gnu.org>
6381
6382 * xsmfns.c: Remove includes that are already included by config.h.
6383
6384 2008-05-23 Kenichi Handa <handa@m17n.org>
6385
6386 * charset.c (Qemacs, charset_emacs): New variables.
6387 (char_charset): Fix for non-Unicode characters.
6388 (syms_of_charset): Define charset_emacs.
6389
6390 * w32term.c (x_draw_glyph_string): Be sure to update
6391 s->underline_thickness and s->underline_position. Be sure to draw
6392 underline within the current line area.
6393
6394 * xterm.c (x_draw_glyph_string): Be sure to update
6395 s->underline_thickness and s->underline_position. Be sure to draw
6396 underline within the current line area.
6397
6398 * fontset.c: Delete unused variables and add casting for char *
6399 throughout the file.
6400 (fontset_font): Try the fallback fonts of the current fontset
6401 before consulting the default fontset.
6402
6403 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
6404
6405 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
6406
6407 2008-05-22 Jason Rumney <jasonr@gnu.org>
6408
6409 * font.c: Don't include strings.h.
6410
6411 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
6412
6413 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
6414 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
6415 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
6416 to call xstrcasecmp.
6417
6418 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
6419
6420 * fontset.c (fs_query_fontset): Use xstrcasecmp.
6421
6422 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
6423
6424 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
6425
6426 2008-05-22 Kenichi Handa <handa@m17n.org>
6427
6428 * puresize.h (BASE_PURESIZE): Increase to 1220000.
6429
6430 * font.c (font_prop_validate_style): Adjust for the format
6431 change of font_style_table.
6432
6433 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
6434 two args.
6435
6436 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
6437 two args.
6438
6439 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * minibuf.c (keys_of_minibuf): Delete.
6442 * lisp.h (keys_of_minibuf): Delete.
6443 * emacs.c (main): Don't call keys_of_minibuf.
6444
6445 2008-05-22 Kenichi Handa <handa@m17n.org>
6446
6447 * ftfont.c (ftfont_resolve_generic_family): Rename from
6448 ftfont_list_generic_family. Return a single family for each
6449 generic family.
6450 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
6451 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
6452 Call font_add_log.
6453 (ftfont_match): Call font_add_log.
6454
6455 * font.h (Ffont_xlfd_name): EXFUN adjusted.
6456 (FONT_DEBUG): Define it.
6457 (font_add_log): Extern it.
6458 (font_assert): Rename from xassert.
6459
6460 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
6461 (xfont_list_family): Call font_add_log.
6462 (xfont_match): Likewise.
6463 (memq_no_quit): Delete.
6464
6465 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
6466 call of Ffont_xlfd_name.
6467
6468 * xfaces.c (struct table_entry, slant_table, weight_table)
6469 (swidth_table): Move to font.c.
6470
6471 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
6472 xassert are changed to font_assert. Delete many unused variables.
6473 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
6474 New variables.
6475 (struct table_entry): Move from xfaces.c and modified.
6476 (weight_table, slant_table, width_table): Move from xfaces.c and
6477 contents adjusted for the change of struct table_entry.
6478 (font_style_to_value, font_style_symbolic): Adjust for the
6479 format change of font_style_table.
6480 (font_parse_family_registry): Don't overwrite existing foundry and
6481 family of font_spec.
6482 (font_score): Fix calculation of diff for sizes.
6483 (font_sort_entites): Call font_add_log.
6484 (font_delete_unmatched): Return a newly created list.
6485 (font_list_entities): Fix previous change. Call font_add_log.
6486 (font_matching_entity, font_open_entity, font_close_entity):
6487 Call font_add_log.
6488 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
6489 (Finternal_set_font_style_table): Delete.
6490 (BUILD_STYLE_TABLE): New macro.
6491 (build_style_table): New function.
6492 (Vfont_log, font_log_env_checked): New variables.
6493 (font_add_log): New function.
6494 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
6495 Declare Lisp variables "font-weight-table", "font-slant-table",
6496 "font-width-table", and "font-log". Initialize font_style_table.
6497
6498 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
6499
6500 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6501
6502 2008-05-21 Seiji Zenitani <zenitani@mac.com>
6503 Ryo Yoshitake <ryo@shiftmode.net>
6504
6505 * frame.c (Qalpha): Add a new frame parameter `alpha'.
6506 (Vframe_alpha_lower_limit): New variable.
6507 (x_set_alpha): New function.
6508
6509 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
6510
6511 * xfns.c (x-create-frame, Qalpha):
6512 Initialize the frame parameter `alpha'.
6513 * xterm.c (OPAQUE, OPACITY): New.
6514 (x_set_frame_alpha): New function.
6515 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
6516
6517 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
6518 * w32fns.c (w32_frame_parm_handlers): Likewise.
6519
6520 2008-05-20 Jason Rumney <jasonr@gnu.org>
6521
6522 * w32font.c (add_font_entity_to_list): Don't add non-opentype
6523 truetype fonts to opentype list.
6524
6525 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
6526
6527 * fontset.c (Ffontset_info): Doc fix.
6528 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
6529 <ignore-relative-composition>: Fix typos in docstrings.
6530
6531 * font.c (syms-of-font) <font-encoding-alist>:
6532 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
6533 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
6534 (Ffont_otf_alternates): Doc fixes.
6535
6536 2008-05-20 Kenichi Handa <handa@m17n.org>
6537
6538 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
6539 font.h through out the file.
6540 (FONT_DRIVERS): Rename from FONTOBJ.
6541 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
6542 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
6543
6544 * emacs.c (main): Call syms_of_font unconditionally.
6545
6546 * font.h (find_font_encoding): Extern it.
6547
6548 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
6549 fontset.c.
6550 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
6551 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
6552 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
6553 only when HAVE_WINDOW_SYSTEM is defined.
6554 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
6555 when HAVE_WINDOW_SYSTEM is defined.
6556
6557 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
6558 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
6559
6560 * xfaces.c: Include font.h unconditionally.
6561 (merge_face_ref, merge_face_vectors)
6562 (Finternal_set_lisp_face_attribute): Cancel the previous change.
6563
6564 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
6567 indirect_variable.
6568 * eval.c (lisp_indirect_variable): New fun.
6569 (Fuser_variable_p): Use it.
6570
6571 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * lisp.h (indirect_variable):
6574 * data.c (indirect_variable, let_shadows_buffer_binding_p):
6575 Use Lisp_Symbol pointers rather than Lisp_Object.
6576 Adjust callers.
6577 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
6578 To this end, change calling-convention.
6579
6580 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
6581 if some non-hidden buffers are selected by string&pred.
6582
6583 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
6584
6585 * process.c (wait_reading_process_output): Always check status
6586 when in batch mode.
6587
6588 2008-05-19 Kenichi Handa <handa@m17n.org>
6589
6590 * font.c (font_list_entities): Fix handling of cache.
6591 (font_matching_entity): Likewise.
6592
6593 * ftfont.c (cs_iso8859_1): Delete.
6594 (ft_face_cache): New variable.
6595 (struct ftfont_info): New member fc_charset_idx.
6596 (ftfont_build_basic_charsets): Delete.
6597 (fc_charset_table): New variable.
6598 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
6599 . FC_CHARSET_IDX) as :font-entity property in the font entity.
6600 Callers changed.
6601 (ftfont_lookup_cache, ftfont_get_charset): New functions.
6602 (ftfont_spec_pattern): New argument fc_charset_idx.
6603 Check registry more rigidly. Change callers.
6604 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
6605 change of :font-entity property of the font.
6606
6607 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
6608 property of the font.
6609
6610 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * coding.c (Fcoding_system_p): Rename argument to match docstring.
6613 (Funencodable_char_position, Fcheck_coding_systems_region)
6614 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
6615 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
6616 (Ffind_operation_coding_system, Fset_coding_system_priority)
6617 (Fcoding_system_eol_type): Doc fixes.
6618
6619 2008-05-17 Glenn Morris <rgm@gnu.org>
6620
6621 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
6622
6623 2008-05-16 Eli Zaretskii <eliz@gnu.org>
6624
6625 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
6626 and st_gid.
6627
6628 * frame.c (Fdelete_frame): Don't call font_update_drivers if
6629 HAVE_WINDOW_SYSTEM is not defined.
6630
6631 * xfaces.c (merge_face_ref, merge_face_vectors)
6632 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
6633 HAVE_WINDOW_SYSTEM is defined.
6634 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
6635
6636 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
6639
6640 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6641
6642 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6643
6644 2008-05-15 Kenichi Handa <handa@m17n.org>
6645
6646 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
6647 preference.
6648
6649 2008-05-15 Glenn Morris <rgm@gnu.org>
6650
6651 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
6652
6653 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * fns.c (init_fns): Don't initialize weak_hash_tables here.
6656 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
6657
6658 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
6659
6660 2008-05-15 Kenichi Handa <handa@m17n.org>
6661
6662 * ftfont.c (ftfont_list): Downcase family name to check generic
6663 families.
6664
6665 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
6666 font-spec for QCfont value.
6667
6668 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
6669 buffer. Check the return value of it.
6670
6671 2008-05-14 Jason Rumney <jasonr@gnu.org>
6672
6673 * w32term.c (w32_get_glyph_overhangs): Remove.
6674 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
6675
6676 2008-05-14 Kenichi Handa <handa@m17n.org>
6677
6678 * font.c (font_prop_validate): Make nil a valid value.
6679 (font_clear_cache): Check if the cached vector of entities is nil
6680 or not.
6681
6682 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6683
6684 * emacs.c (main_thread): Conditionalize on
6685 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
6686 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
6687
6688 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
6689 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
6690 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
6691
6692 2008-05-14 Kenichi Handa <handa@m17n.org>
6693
6694 * coding.c (detect_coding_iso_2022): Ignore a coding category that
6695 has no corresponding coding system.
6696
6697 2008-05-14 Jason Rumney <jasonr@gnu.org>
6698
6699 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
6700
6701 * w32font.h (w32font_open_internal): Update declaration.
6702
6703 * w32font.c (w32font_open_internal): Change last argument from
6704 w32font_info struct to font object. Fill in font object from
6705 font_entity. Get Outline metrics if possible. Use them to
6706 calculate underline position and thickness. Use xlfd name as name
6707 property. Don't set codepage.
6708 (w32font_open): Pass font_object to w32font_open_internal. Don't
6709 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
6710 (w32font_draw): Use s->font.
6711 (clear_cached_metrics): Don't clear non-existent blocks.
6712
6713 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
6714 font was not found.
6715 (x_draw_glyph_string): Use underline position and thickness from font.
6716
6717 * w32uniscribe.c (uniscribe_open): Pass font_object to
6718 w32font_open_internal.
6719
6720 2008-05-14 Kenichi Handa <handa@m17n.org>
6721
6722 These changes are to delete all legacy font-handling codes, and
6723 make Emacs use only font-backends.
6724
6725 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
6726 (frame.o, image.o, print.o): Depend on $(FONTSRC).
6727
6728 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
6729
6730 * charset.h (Vcharset_non_preferred_head)
6731 (Vcurrent_iso639_language): Extern them.
6732
6733 * charset.c (Vcharset_non_preferred_head): New variable.
6734 (Vcurrent_iso639_language): New variable.
6735 (syms_of_charset): Declare it as a Lisp variable.
6736 (char_charset): Don't check non preferred charsets. As a last
6737 resort, return charset_unicode.
6738 (Fset_charset_priority): Update Vcharset_non_preferred_head.
6739
6740 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
6741 conditionals. Don't check enable_font_backend. Delete all codes
6742 used only when USE_FONT_BACKEND is not defined.
6743
6744 * dispextern.h (struct glyph_string): Change type of `font' to
6745 `struct font *'.
6746 (struct glyph_string): New member underline_position and
6747 underline_thickness.
6748 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
6749 (struct face): Change type of `font' to `struct font *'. Remove
6750 members `font_name', `font_info_id'.
6751 (per_char_metric, encode_char): Delete externs.
6752 (calc_pixel_width_or_height): Adjust the prototype.
6753
6754 * emacs.c (enable_font_backend): Delete extern.
6755 (main): Don't set enable_font_backend. Don't check the command
6756 line argument "-disable-font-backend".
6757
6758 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
6759 (enum font_property_index): New members FONT_DPI_INDEX,
6760 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
6761 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
6762 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
6763 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
6764 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
6765 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
6766 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
6767 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
6768 (struct font_spec, struct font_entity): New structs.
6769 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
6770 (struct font): Many members from old "struct font_info" moved to
6771 here. Members font and entity deleted.
6772 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
6773 the new font-related objects.
6774 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
6775 (CHECK_FONT_GET_OBJECT): Likewise.
6776 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
6777 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
6778 (struct font_driver): New members case_sensitive anc check. Type
6779 of the member list and open changed.
6780 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
6781 (font_symbolic_width, font_find_object, font_get_spec)
6782 (font_set_lface_from_name): Delete extern.
6783 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
6784
6785 * font.c: Include <strings.h>.
6786 (enable_font_backend): Delete it.
6787 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
6788 (CHECK_VALIDATE_FONT_SPEC): Delete it.
6789 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
6790 (null_string): Delete it.
6791 (null_vector): Make it static.
6792 (font_family_alist): Delete it.
6793 (Qnormal): Extern it.
6794 (QCextra, QClanguage): Delete it.
6795 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
6796 (font_make_spec, font_make_entity, font_make_object)
6797 (font_intern_prop): Renamed from intern_downcase. Don't downcase
6798 the string. Callers changed.
6799 (font_pixel_size): Adjusted for the format change of font-related
6800 objects.
6801 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
6802 (font_style_to_value, font_style_symbolic): New function.
6803 (build_font_family_alist): Delete it.
6804 (font_registry_charsets): Use Fassoc_string instead of
6805 assq_no_quit.
6806 (font_prop_validate_symbol): Don't return null_string.
6807 (font_prop_validate_style): Adjusted for the change of
6808 style-related values in a font vector.
6809 (font_property_table): Delete entries for QClanguage and
6810 QCantialias, add entries for QCavgwidth.
6811 (get_font_prop_index): Delete the 2nd argument FROM.
6812 (font_prop_validate): Arguments changed.
6813 (font_put_extra): Adjusted for the change of font-related objects.
6814 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
6815 (font_parse_fcname, font_unparse_fcname)
6816 (font_prepare_composition): Likewise.
6817 (font_parse_family_registry): Renamed from font_merge_old_spec.
6818 (otf_open): Delete the 1st arg entity.
6819 (font_otf_capability): Adjusted for the above change.
6820 (font_score): New arg alternate_families. Adjusted for the change
6821 of font-related objects.
6822 (font_sort_entites): New arg best_only.
6823 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
6824 Delete them.
6825 (font_match_p): Check alternate families.
6826 (font_find_object): Delete it.
6827 (font_check_object): New function.
6828 (font_clear_cache): Adjusted for the change of font-related objects.
6829 (font_delete_unmatched): New arg.
6830 (font_list_entities): Call font_driver->list with a spec that
6831 doesn't specify style-related properties.
6832 (font_matching_entity): Arguments changed. Caller changed.
6833 (font_open_entity): Adjusted for the change of font-related objects.
6834 (font_close_object, font_has_char, font_encode_char)
6835 (font_get_name, font_get_spec): Likewise.
6836 (font_spec_from_name, font_clear_prop, font_update_lface):
6837 New functions.
6838 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
6839 (font_prepare_for_face, font_done_for_face, font_open_by_name)
6840 (font_at): Adjusted for the change of font-related objects.
6841 (font_range): New function.
6842 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
6843 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
6844 (Fcopy_font_spec, Fmerge_font_spec): New function.
6845 (Ffont_family_list): Renamed from list-families.
6846 (Finternal_set_font_style_table): Arguments changed.
6847 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
6848 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
6849 change of font-related objects.
6850 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
6851
6852 * fontset.h (struct font_info): Delete it. Most members go to
6853 struct font.
6854 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
6855 (enum FONT_SPEC_INDEX): Delete it.
6856 (font_info, list_fonts_func, load_font_func, query_font_func)
6857 (set_frame_fontset_func, find_ccl_program_func)
6858 (get_font_repertory_func, new_fontset_from_font_name): Delete
6859 externs.
6860 (fontset_from_font_name): Extern it.
6861 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
6862 (FONT_INFO_FROM_FACE): Deleted.
6863 (face_for_font): Adjust prototype.
6864
6865 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
6866 conditionals. Don't check enable_font_backend. Delete all codes
6867 used only when USE_FONT_BACKEND is not defined.
6868 (get_font_info_func, list_font_func, load_font_func)
6869 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
6870 (get_font_repertory_func): Delete them.
6871 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
6872 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
6873 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
6874 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
6875 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
6876 (fontset_compare_rfontdef): New function.
6877 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
6878 rfont-defs by qsort. Adjusted for the change of font-group vector.
6879 (load_font_get_repertory): Deleted.
6880 (fontset_find_font): Use new macros to ref/set elements of
6881 font-def and rfont-def.
6882 (fontset_font): Fix the timing of remembering that no font for C.
6883 (free_face_fontset): Do nothing if the face has no fontset.
6884 (face_suitable_for_char_p): Use new macros to ref/set elements of
6885 rfont-def.
6886 (face_for_char): Likewise. Call face_for_char with font_object.
6887 (fs_load_font): Delete. Delete #pragma surrounding it.
6888 (fs_query_fontset): Use strcasecmp instead of strcmp.
6889 (generate_ascii_font_name): Adjusted for the format change of
6890 font-spec.
6891 (Fset_fontset_font): Likewise. Use new macros to set elements of
6892 font-def.
6893 (Fnew_fontset): Use font_unparse_xlfd to generate
6894 FONTSET_ASCII (fontset).
6895 (new_fontset_from_font_name): Deleted.
6896 (fontset_from_font): Renamed from new_fontset_from_font. Check if
6897 a fontset is already created for the font. FIx updating of
6898 Vfontset_alias_alist.
6899 (fontset_ascii_font): Deleted.
6900 (Ffont_info): Adjusted for the format change of font-spec.
6901 (Finternal_char_font): Likewise.
6902 (Ffontset_info): Likewise.
6903 (syms_of_fontset): Don't check load_font_func.
6904
6905 * fns.c (internal_equal): Handle PREV_FONT.
6906
6907 * frame.h: Delete USE_FONT_BACKEND conditional.
6908
6909 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
6910 conditionals. Don't check enable_font_backend. Delete all codes
6911 used only when USE_FONT_BACKEND is not defined.
6912 (x_set_font): Call x_new_font, not x_new_fontset2.
6913 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
6914 already set for the frame.
6915
6916 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
6917 a font-entity by font_make_entity. Use font_intern_prop instead
6918 of intern_downcase. Use FONT_SET_STYLE to set a style-related
6919 font property. If a font is scalable, set avgwidth property to 0.
6920 Set font-entity property by font_put_extra.
6921 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
6922 (ffont_driver): Adjusted for the change of struct font_driver.
6923 (ftfont_spec_pattern): New function.
6924 (ftfont_list): Return a list, not vector.
6925 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
6926 (ftfont_list_family): Don't downcase names.
6927 (ftfont_free_entity): Deleted.
6928 (ftfont_open): Return a font-object. Adjusted for the change of
6929 struct font. Get underline_thickness and underline_position from
6930 font property. Don't update dpyinfo->smallest_font_height and
6931 dpyinfo->smallest_char_width.
6932 (ftfont_close): Don't free `struct font'.
6933 (ftfont_has_char): Adjusted for the format change of font-entity.
6934 (ftfont_encode_char, ftfont_text_extents): Likewise.
6935
6936 * ftxfont.c (ftxfont_list): Return a list, not vector.
6937 (ftxfont_open): Return a font-object. Adjusted for the change of
6938 struct font. Get underline_thickness and underline_position from
6939 font property. Don't update dpyinfo->smallest_font_height and
6940 dpyinfo->smallest_char_width.
6941 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
6942 (ftxfont_draw): Adjusted for the change of struct font.
6943
6944 * image.c (image_ascent): Don't include "charset.h". Include
6945 "character.h" and "font.h".
6946
6947 * lisp.h (enum pvec_type): New member PREV_FONT.
6948 (Fassoc_string): EXFUN it.
6949
6950 * print.c: Include font.h.
6951 (print_object): Handle font-related objects.
6952
6953 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
6954 conditionals. Don't check enable_font_backend. Delete all codes
6955 used only when USE_FONT_BACKEND is not defined.
6956 (handle_auto_composed_prop): Do nothing if it->f is not on a
6957 window system. Check how many following characters can be
6958 displayed by the same font.
6959 (calc_pixel_width_or_height): Type of the 4th arg is changed to
6960 'struct font *'.
6961 (get_char_face_and_encoding): Assign the whole encoding task to
6962 the `encode-char' method of a font driver.
6963 (fill_composite_glyph_string): Adjusted for the change of `struct
6964 face' and `struct glyph_string'.
6965 (fill_glyph_string): Likewise.
6966 (get_per_char_metric): Arguments changed.
6967 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
6968 and `struct glyph_string'.
6969 (produce_stretch_glyph, calc_line_height_property)
6970 (x_produce_glyphs): Likewise.
6971
6972 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
6973 conditionals. Don't check enable_font_backend. Delete all codes
6974 used only when USE_FONT_BACKEND is not defined. Use
6975 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
6976 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
6977 (Qp): Extern them.
6978 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
6979 Deleted.
6980 (struct font_name): Deleted.
6981 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
6982 (compare_fonts_by_sort_order): New function.
6983 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
6984 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
6985 Deleted.
6986 (Fx_family_fonts): Use font_list_entities, and sort fonts by
6987 compare_fonts_by_sort_order.
6988 (Fx_font_family_list): Call Ffont_family_list.
6989 (face_numeric_value, face_numeric_weight, face_numeric_slant)
6990 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
6991 (face_symbolic_slant, face_symbolic_swidth)
6992 (split_font_name_into_vector, build_font_name_from_vector)
6993 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
6994 (font_rescale_ratio, split_font_name, build_font_name)
6995 (free_font_names, sort_fonts, x_face_list_fonts)
6996 (face_font_available_p, sorted_font_list, cmp_font_names)
6997 (font_list_1, concat_font_list, font_list, remove_duplicates):
6998 Deleted.
6999 (Fx_list_fonts): Use Ffont_list.
7000 (LFACE_AVGWIDTH): Deleted.
7001 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
7002 by FONTP.
7003 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
7004 (set_lface_from_font_name): Delete it.
7005 (set_lface_from_font): Renamed from
7006 set_lface_from_font_and_fontset. Caller changed. Don't set
7007 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
7008 for face.
7009 (merge_face_vectors): Copy font-spec if necessary.
7010 Clear properties of the font-spec if necessary.
7011 (merge_face_ref): Clear properties of the font-spec if necessary.
7012 (Finternal_set_lisp_face_attribute): Likewise.
7013 (set_font_frame_param): Use font_load_for_lface to load a
7014 font-object, and call Fmodify_frame_parameters with it.
7015 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
7016 font name by Ffont_xlfd_name.
7017 (Finternal_lisp_face_attribute_values): Don't check QCweight,
7018 QCslant, and QCwidth.
7019 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
7020 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
7021 Compare fonts by EQ.
7022 (lookup_non_ascii_face): Deleted.
7023 (face_for_font): The 2nd argument changed.
7024 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
7025 Check atomic font properties by case insensitive.
7026 (realize_non_ascii_face): Set face->overstrike correctly.
7027 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
7028 (dump_realized_face): Get font name from
7029 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
7030
7031 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
7032 conditionals. Don't check enable_font_backend. Delete all codes
7033 used only when USE_FONT_BACKEND is not defined.
7034 (xic_create_xfontset): Original code deleted and renamed from
7035 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
7036 (x_make_gc): Don't set GCFont in GCs.
7037 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
7038 opened by "fixed".
7039 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
7040 find_ccl_program_func, query_font_func, set_frame_fontset_func,
7041 get_font_repertory_func.
7042
7043 * xfont.c: Include <stdlib.h> and "ccl.h".
7044 (struct xfont_info): New structure.
7045 (xfont_query_font): Deleted.
7046 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
7047 moved from xterm.c.
7048 (xfont_driver): Adjusted for the change of struct font_driver.
7049 (compare_font_names): New function.
7050 (xfont_list_pattern): Sort font names case insensitively. Make
7051 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
7052 (xfont_list): Return a list, not vector.
7053 (xfont_match): If the font doesn't have QCname property, generate
7054 a name from the other font properties.
7055 (xfont_open): Return a font-object. Adjusted for the change of
7056 struct font. Get underline_thickness and underline_position from
7057 font property. Don't update dpyinfo->smallest_font_height and
7058 dpyinfo->smallest_char_width.
7059 (xfont_close): Don't free struct font.
7060 (xfont_prepare_face): Adjusted for the change of struct font.
7061 (xfont_done_face): Deleted.
7062 (xfont_has_char): Adjusted for the change of struct font.
7063 (xfont_encode_char, xfont_draw): Likewise.
7064 (xfont_check): New function.
7065
7066 * xftfont.c (xftfont_list): Adjusted for the change of `list'
7067 callback function.
7068 (xftfont_match): Adjusted for the format change of font-entity.
7069 (xftfont_open): Adjusted for the format change of font-entity and
7070 font-object. Adjusted for the change of struct font. Return a
7071 font-object. Don't update dpyinfo->smallest_font_height and
7072 dpyinfo->smallest_char_width.
7073 (xftfont_close): Block input while calling XftFontClose.
7074 (xftfont_prepare_face): Don't block input while calling
7075 xftfont_get_colors. Adjusted for the change of struct font.
7076 (xftfont_shape): Return value of error case fixed.
7077
7078 * xrdb.c (x_load_resources): Don't setup a fontset resource.
7079
7080 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
7081 conditionals.
7082 (FONT_WIDTH): Return (f)->max_width.
7083 (struct x_display_info): Delete member `font'.
7084 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
7085 (x_find_ccl_program, x_get_font_repertory): Delete externs.
7086 (struct x_output): Change type of `font' to `struct font *'.
7087
7088 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
7089 conditionals. Don't check enable_font_backend. Delete all codes
7090 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
7091 (x_per_char_metric, x_encode_char): Deleted.
7092 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
7093 (x_compute_glyph_string_overhangs): Adjusted for the change of
7094 `struct face'.
7095 (x_draw_glyph_string_foreground)
7096 (x_draw_composite_glyph_string_foreground): Likewise.
7097 (x_draw_glyph_string): Likewise. Use font->underline_position and
7098 font->underline_thickness.
7099 (x_new_font): Renamed from x_new_fontset2.
7100 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
7101 (x_check_font): Call `check' method of a font driver.
7102 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
7103 (x_query_font, x_get_font_repertory): Deleted.
7104 (x_find_ccl_program): Renamed and moved to xfont.c.
7105 (x_redisplay_interface): Adjusted for the change of `struct
7106 redisplay_interface'.
7107
7108 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
7109 conditionals. Don't check enable_font_backend. Delete all codes
7110 used only when USE_FONT_BACKEND is not defined. Surround non-used
7111 code by "#ifdef OLD_FONT" and "endif".
7112 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
7113
7114 * w32font.h (struct w32font_info): New member.
7115 (FONT_COMPAT): New macro.
7116 (w32font_open_internal): Prototype adjusted.
7117
7118 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
7119 OLD_FONT" and "endif".
7120
7121 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
7122 conditionals. Don't check enable_font_backend. Delete all codes
7123 used only when USE_FONT_BACKEND is not defined.
7124 (w32font_open): Return a font-object. Make a font-object by
7125 font_make_object. Adjusted for the change of struct w32font_info.
7126 (w32font_close): Don't free struct font. Adjusted for the change
7127 of struct w32font_info.
7128 (w32font_encode_char, w32font_text_extents, w32font_draw):
7129 Adjusted for the change of struct w32font_info.
7130 (w32font_draw): Likewise.
7131 (w32font_list_internal): Return a list, not vector.
7132 (w32font_open_internal): Change the 4th arg to font-object.
7133 Adjusted for the change of struct w32font_info and font-object format.
7134 (add_font_name_to_list): Don't downcase names.
7135 (w32_enumfont_pattern_entity): Make a font-entity by
7136 font_make_entity. Adjusted for the format change of font-entity.
7137 Use FONT_SET_STYLE to set a style-related font property. If a
7138 font is scalable, set avgwidth property to 0. Set font-entity
7139 property by font_put_extra.
7140 (font_matches_spec): Adjusted for the format change of font-entity.
7141 (w32_weight_table, w32_decode_weight): New variables.
7142 (w32_encode_weight): New function.
7143 (fill_in_logfont): Adjusted for the format change of font-spec.
7144 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
7145 weight value.
7146 (w32font_driver): Adjusted for the change of struct font_driver.
7147
7148 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
7149 conditionals. Don't check enable_font_backend. Surround non-used
7150 code by "#ifdef OLD_FONT" and "endif".
7151 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
7152 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
7153
7154 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
7155 conditionals. Don't check enable_font_backend. Delete all codes
7156 used only when USE_FONT_BACKEND is not defined. Surround non-used
7157 code by "#ifdef OLD_FONT" and "endif".
7158
7159 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
7160 (uniscribe_open): Return value changed to font-object.
7161 Adjusted for the format change of font-object.
7162 (uniscribe_otf_capability): Adjusted for the change of struct font.
7163 (add_opentype_font_name_to_list): Don't downcase names.
7164 (uniscribe_font_driver): Adjusted for the change of struct
7165 font_driver.
7166
7167 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7168
7169 * dispnew.c (update_frame_1): Check if tty output is still valid
7170 before flushing it.
7171
7172 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
7173
7174 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
7175 to Gtk+ menus.
7176
7177 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * dired.c (file_name_completion): Tweak the code so as to always do it
7180 in a single pass. Tighten the scope of some variables.
7181
7182 * dired.c (Qdefault_directory): New var.
7183 (file_name_completion): Use it instead of Fexpand_file_name.
7184 (syms_of_dired): Initialize it.
7185
7186 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * fileio.c (double_dollars): Remove dead code.
7189
7190 2008-05-10 Eli Zaretskii <eliz@gnu.org>
7191
7192 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
7193 Mention w32-get-true-file-attributes in doc string.
7194
7195 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
7196
7197 2008-05-09 Glenn Morris <rgm@gnu.org>
7198
7199 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
7200 2008-04-23.
7201
7202 2008-05-09 Eli Zaretskii <eliz@gnu.org>
7203
7204 Support for reporting owner and group of each file on MS-Windows:
7205 * dired.c (stat_uname, stat_gname): New functions, with special
7206 implementation for w32.
7207 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
7208
7209 * w32.c: Rename the_passwd_* to dflt_passwd_*.
7210 (dflt_group_name): New static variable.
7211 (dflt_group): Rename from the_group.
7212 (init_user_info): Init dflt_group fields. Get user's group name
7213 from LookupAccountSid.
7214 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
7215 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
7216 New initialization states.
7217 (globals_of_w32): Initialize them to zero. Initialize the default
7218 group name to "None".
7219 (GetFileSecurity_Name): New global var, the name of the function
7220 to call for GetFileSecurity.
7221 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
7222 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
7223 (get_file_security, get_security_descriptor_owner)
7224 (get_security_descriptor_group, is_valid_sid)
7225 (get_file_security_desc, get_rid, get_name_and_id)
7226 (get_file_owner_and_group): New functions.
7227 (stat): Use get_file_security_desc and get_file_owner_and_group to
7228 report the owner and primary group of each file. Don't ignore the
7229 high 32 bits of file's size, now that st_size is 64-bit wide.
7230 Fix test when to get true file attributes.
7231 (init_user_info): Use get_rid instead of equivalent inline code.
7232 (fstat): Don't ignore the high 32 bits of file's size.
7233
7234 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * image.c (png_load): Use correct bit-depth for setting background
7237 color.
7238
7239 2008-05-08 Eli Zaretskii <eliz@gnu.org>
7240
7241 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
7242 epa-hook.elc.
7243
7244 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * font.c (Ffont_match_p): Don't use `iff' in docstring.
7247
7248 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
7249
7250 * macfns.c (Fx_create_frame): Make a copy of frame parameters
7251 because the original parameters are in pure storage now.
7252 (mac_window): Remove unused params. Update callers.
7253
7254 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * lread.c (substitute_object_recurse): Use lower-level primitives.
7257 Don't signal errors when traversing sub-char-tables.
7258 Don't loop over all the possible characters when traversing char-tables.
7259
7260 * print.c (print_preprocess): Add sub-char-tables to the print-table,
7261 just like we do in print.c.
7262
7263 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * minibuf.c (Ftry_completion): Remove code left over from when we used
7266 scmp instead of Fcompare_strings.
7267
7268 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
7269
7270 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
7271
7272 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7273
7274 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
7275 Create bitmap context in native byte order.
7276
7277 * macterm.c (XDrawLine)
7278 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
7279 context in native byte order.
7280
7281 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7282
7283 * config.in: Regenerate.
7284
7285 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
7286 New definitions for Image I/O support.
7287 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
7288 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
7289 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
7290 (mac_data_provider_release_data, image_load_image_io)
7291 [USE_MAC_IMAGE_IO]: New functions.
7292 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
7293 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
7294 (init_image_func_pointer) [MAC_OSX]: Remove function.
7295 (image_load_quartz2d) [MAC_OSX]: Check availability of
7296 CGImageCreateWithPNGDataProvider at compile time.
7297 Use lowercase `false' for boolean constant.
7298 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
7299 Use image_load_image_io.
7300 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
7301 Don't check MyCGImageCreateWithPNGDataProvider.
7302 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
7303 Don't call init_image_func_pointer.
7304
7305 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
7306
7307 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
7308 Make variable non-static.
7309 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
7310 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
7311
7312 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
7313 (RED_FROM_ULONG): Mask off higher bits.
7314 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
7315
7316 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
7317 Include AvailabilityMacros.h.
7318 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
7319 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
7320
7321 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * chartab.c (Fset_char_table_range): If range is t, really set all
7324 chars to that value.
7325
7326 2008-05-03 Eli Zaretskii <eliz@gnu.org>
7327
7328 * dired.c (Ffile_attributes): Don't allow the device number become
7329 negative.
7330
7331 2008-05-02 Daiki Ueno <ueno@unixuser.org>
7332
7333 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
7334
7335 2008-05-02 Juri Linkov <juri@jurta.org>
7336
7337 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
7338 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
7339 DEFAULT argument as a list of default values in docstrings.
7340
7341 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * puresize.h (BASE_PURESIZE): Increase to 1210000.
7344
7345 2008-05-01 Martin Rudalics <rudalics@gmx.at>
7346
7347 * dispnew.c (change_frame_size_1): Preserve small windows when
7348 shrinking frames by calling set_window_height|width with third
7349 arg 2.
7350
7351 * window.h (struct window): Replace field too_small_ok by field
7352 resize_proportionally.
7353
7354 * window.c (make_window): Initialize resize_proportionally.
7355 (enlarge_window): Temporarily set resize_proportionally to make
7356 sure that shrink_windows does scale the window proportionally.
7357 (shrink_windows): When window has resize_proportionally set try
7358 to shrink it proportionally by stealing from other windows.
7359 (struct saved_window, Fset_window_configuration)
7360 (compare_window_configurations): Handle resize_proportionally.
7361 (WINDOW_TOTAL_SIZE): New macro.
7362 (window_min_size, shrink_windows, size_window): Use it.
7363 (check_min_window_sizes): Remove. Invalid values of
7364 window-min-height|width are handled by window_min_size_2 now.
7365 (size_window, Fsplit_window, enlarge_window)
7366 (adjust_window_trailing_edge, grow_mini_window): Don't call
7367 check_min_window_sizes.
7368 (window_min_size_2, window_min_size_1, window_min_size):
7369 New argument safe_p for retrieving "safe" minimum sizes.
7370 (Fdisplay_buffer, Fsplit_window, enlarge_window)
7371 (adjust_window_trailing_edge, grow_mini_window):
7372 Adjust arguments of window_min_size... functions.
7373 (shrink_windows): Argument min_size removed. New argument
7374 safe_p allows shrinking windows to their safe minimum sizes.
7375 Calculate minimum size and decide whether a window shall be
7376 deleted for each window individually.
7377 (size_window): When nodelete_p equals 2, tell shrink_windows to
7378 delete windows only if their new minimum size is no more safe.
7379 (shrink_window_lowest_first): Call window_min_size_1 to make
7380 sure to preserve modeline of bottom-most window when resizing
7381 the minibuffer.
7382 (Fset_window_configuration, Fcurrent_window_configuration)
7383 (compare_window_configurations): Do not handle
7384 window-min-height|width any more.
7385 (syms_of_window): Clarify window-min-height|width doc-strings.
7386
7387 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * dired.c (file_name_completion): Fix up the encoding/decoding issue
7390 some more. Copy some of the code from Ftry_completions.
7391 Remove special case code that dates back to initial revision when the
7392 slash was only added when necessary and that can't trigger nowadays.
7393
7394 2008-04-27 Kenichi Handa <handa@m17n.org>
7395
7396 * font.c (font_prop_validate): Signal `error' instead of `font'.
7397
7398 2008-04-29 Jason Rumney <jasonr@gnu.org>
7399
7400 * w32fns.c (Fw32_battery_status): New defun.
7401 (syms_of_w32fns): Defsubr it.
7402
7403 2008-04-28 Andreas Schwab <schwab@suse.de>
7404
7405 * dired.c (file_name_completion): Fix another mixing of encoded
7406 and decoded names.
7407
7408 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
7411
7412 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
7415
7416 2008-04-27 Andreas Schwab <schwab@suse.de>
7417
7418 * dired.c (file_name_completion): Fix inappropriate mixing of
7419 encoded and decoded names.
7420
7421 * xterm.c (XTread_socket): Fix use of uninitialized variable.
7422
7423 * puresize.h (BASE_PURESIZE): Increase to 1200000.
7424
7425 2008-04-26 Eli Zaretskii <eliz@gnu.org>
7426
7427 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
7428 2008-03-31, it's not needed anymore with `struct stat' definition
7429 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
7430 for the same reasons.
7431
7432 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
7433
7434 * m/sparc.h: Additional redefinitions for GNU/Linux.
7435
7436 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7437
7438 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
7439 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
7440 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
7441 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
7442 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
7443 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
7444 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
7445 Likewise.
7446
7447 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
7448 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
7449 (mac_ax_number_of_characters): Add externs.
7450 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
7451 [USE_MAC_TSM]: Likewise.
7452 (mac_handle_text_input_event) [MAC_OSX]:
7453 Handle kEventTextInputOffsetToPos for no active input area case.
7454 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
7455 (mac_handle_document_access_event)
7456 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
7457 (install_application_handler) [MAC_OSX]: Register handlers for
7458 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
7459 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
7460 Register mac_handle_document_access_event.
7461
7462 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
7463 Make functions non-static.
7464
7465 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
7468 (read_file_name_completion_ignore_case, insert_default_directory)
7469 (Qdefault_directory): Move to minibuffer.el.
7470 (Fread_file_name): Call the new `read-file-name' instead.
7471
7472 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7473
7474 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
7475 Make function non-static.
7476 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
7477 Remove function.
7478 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
7479 Move to mactoolbox.c.
7480 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
7481
7482 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
7483 (mac_rect_make): New macro.
7484
7485 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
7486 instead of float.
7487 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
7488 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
7489 (XSetBackground) [USE_CG_DRAWING]: Likewise.
7490 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
7491 CGRectMake.
7492 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
7493 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
7494 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
7495 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
7496 instead of WindowRef in argument type.
7497 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
7498 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
7499 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
7500 instead of DISPLAY. All uses changed.
7501 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
7502 (x_calc_absolute_position): Simplify so as not to use
7503 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
7504
7505 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
7506 instead of WindowRef in argument type.
7507 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
7508 [TARGET_API_MAC_CARBON]: Remove externs.
7509 (create_apple_event, mac_event_parameters_to_lisp)
7510 [TARGET_API_MAC_CARBON]: Add externs.
7511
7512 * mactoolbox.c (Vmac_ts_script_language_on_focus)
7513 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
7514 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
7515 is clicked.
7516 (x_activate_menubar): Remove extern for saved_menu_event_location.
7517 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
7518 Move from mac.c.
7519
7520 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7521
7522 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
7523 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
7524
7525 2008-04-23 Jason Rumney <jasonr@gnu.org>
7526
7527 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
7528 attributes only for local files.
7529
7530 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
7531 default to Qlocal.
7532
7533 2008-04-22 Juri Linkov <juri@jurta.org>
7534
7535 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
7536 read-buffer-to-switch instead of using the letter "B".
7537
7538 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * fileio.c (Qdefault_directory): New variable.
7541 (Fread_file_name): Use it to pass `dir' to the completion functions.
7542
7543 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
7544
7545 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
7546
7547 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * keyboard.c (Vpre_help_message): Remove.
7550 (show_help_echo): Remove default C code.
7551
7552 * dired.c (directory_files_internal, file_name_completion):
7553 Only call ENCODE_FILE if the string is indeed decoded.
7554
7555 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * Makefile.in (TOOLKIT_DEFINES): Remove.
7558 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
7559
7560 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7561
7562 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
7563 (mactoolbox.o): New target.
7564
7565 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
7566 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
7567
7568 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
7569 Use mac_set_frame_window_background instead of XSetWindowBackground.
7570 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
7571 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
7572 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
7573 instead of SetWindowTitleWithCFString.
7574 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
7575 Move function to mactoolbox.c.
7576 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
7577 Use mac_set_window_modified instead of SetWindowModified.
7578 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
7579 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
7580 (Fx_focus_frame): Use mac_front_non_floating_window instead of
7581 FrontNonFloatingWindow. Use mac_activate_window instead of
7582 ActivateWindow. Use mac_active_non_floating_window instead of
7583 ActiveNonFloatingWindow.
7584 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
7585 Use mac_show_hourglass and mac_hide_hourglass.
7586 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
7587 instead of GetGlobalMouse.
7588 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
7589 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
7590 Use mac_bring_window_to_front instead of BringToFront.
7591 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
7592 mactoolbox.c.
7593 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
7594 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
7595 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
7596 mactoolbox.c.
7597
7598 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
7599 (XtPointer): Move typedef from macmenu.c.
7600 (enum button_type): Move enum from macmenu.c.
7601 (widget_value): Move typedef from macmenu.c.
7602 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
7603 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
7604 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
7605 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
7606 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
7607 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
7608 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
7609 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
7610 (Selection): Move typedef from macselect.c.
7611 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
7612 macterm.c.
7613 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
7614 (mac_is_window_collapsed, mac_bring_window_to_front)
7615 (mac_send_window_behind, mac_hide_window, mac_show_window)
7616 (mac_collapse_window, mac_front_non_floating_window)
7617 (mac_active_non_floating_window, mac_activate_window)
7618 (mac_move_window_structure, mac_move_window, mac_size_window)
7619 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
7620
7621 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
7622 (enum mac_menu_kind): Move enum to mactoolbox.c.
7623 (min_menu_id): Move variable to mactoolbox.c.
7624 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
7625 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
7626 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
7627 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
7628 [TARGET_API_MAC_CARBON]: Likewise.
7629 (XtPointer): Move typedef to macgui.h.
7630 (enum button_type): Move enum to macgui.h.
7631 (widget_value): Move typedef to macgui.h.
7632 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
7633 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
7634 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
7635 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
7636 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
7637 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
7638 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
7639 (popup_activated_flag): Make variable non-static.
7640 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
7641 (add_menu_item, fill_menu, dispose_menus):
7642 Move functions to mactoolbox.c.
7643 (restore_show_help_function, menu_target_item_handler)
7644 (install_menu_target_item_handler, mac_handle_dialog_event)
7645 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
7646 [TARGET_API_MAC_CARBON]: Likewise.
7647 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
7648 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
7649 (find_and_call_menu_selection, name_is_separator): Make function
7650 non-static.
7651 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
7652 to mactoolbox.c.
7653 (set_frame_menubar): Don't call install_menu_quit_handler.
7654 (menu_item_selection): New variable.
7655 (mac_menu_show): Use create_and_show_popup_menu.
7656 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
7657 selection but set variable menu_item_selection. All uses changed.
7658 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
7659 Call install_menu_quit_handler. Move to mactoolbox.c.
7660
7661 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
7662 (Selection): Move typedef to macgui.h.
7663 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
7664 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
7665 Make variables non-static.
7666 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
7667 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
7668 Make functions non-static.
7669 (Vmac_service_selection) [MAC_OSX]: Likewise.
7670 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
7671 (mac_valid_selection_target_p, mac_clear_selection)
7672 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
7673 (mac_put_selection_value, mac_selection_has_target_p)
7674 (mac_get_selection_value, mac_get_selection_target_list)
7675 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
7676 Move functions to mactoolbox.c.
7677 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
7678 Likewise.
7679 (copy_scrap_flavor_data, mac_handle_service_event)
7680 (install_service_handler) [MAC_OSX]: Likewise.
7681 (syms_of_macselect) <Vmac_dnd_known_types>:
7682 Use mac_dnd_default_known_types.
7683
7684 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
7685 Move to mactoolbox.c.
7686 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
7687 (Fx_selection_owner_p): Add EXFUN.
7688 (install_window_handler, remove_window_handler, XSetWindowBackground):
7689 Remove externs.
7690 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
7691 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
7692 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
7693 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
7694 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
7695 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
7696 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
7697 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
7698 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
7699 (create_and_show_popup_menu, mac_get_selection_from_symbol)
7700 (mac_valid_selection_target_p, mac_clear_selection)
7701 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
7702 (mac_put_selection_value, mac_selection_has_target_p)
7703 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
7704 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
7705 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
7706 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
7707 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
7708 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
7709 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
7710 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
7711 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
7712
7713 * mactoolbox.c: New file.
7714
7715 2008-04-18 Jason Rumney <jasonr@gnu.org>
7716
7717 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
7718
7719 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * character.c (Fmultibyte_char_to_unibyte):
7722 Return latin1 chars unchanged.
7723
7724 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
7725 relocated if it points to `name'.
7726
7727 2008-04-17 Kenichi Handa <handa@m17n.org>
7728
7729 * data.c (Faset): Allow setting a multibyte character in an
7730 ASCII-only unibyte string.
7731
7732 * lisp.h (STRING_SET_MULTIBYTE): New macro.
7733
7734 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
7737 done in config.h.
7738
7739 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
7740
7741 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
7742 (Fchar_direction): Add usage in the docstring.
7743
7744 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * keyboard.c (read_key_sequence): Remove always-true checks.
7747
7748 2008-04-14 Jason Rumney <jasonr@gnu.org>
7749
7750 * w32font.c (w32font_open_internal): Set max_bounds.descent in
7751 compatibility struct, for better underline positioning.
7752
7753 2008-04-13 David Hansen <david.hansen@gmx.net>
7754
7755 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
7756 string.
7757
7758 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7759
7760 * m/hp800.h (XUINT, XSET): Remove.
7761
7762 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
7763
7764 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
7765 previous change.
7766
7767 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
7770 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
7771
7772 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * keymap.h (map_keymap_canonical): Declare.
7775 * xmenu.c (single_keymap_panes): Use it.
7776
7777 2008-04-11 Glenn Morris <rgm@gnu.org>
7778
7779 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
7780 set the target's value to that of the alias.
7781
7782 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * term.c (set_tty_color_mode): Left over typo.
7785
7786 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
7787
7788 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
7789 only after check for file name handler functions. Signal, when
7790 native functionality is not supported.
7791 (syms_of_fileio): Declare it unconditionally.
7792
7793 2008-04-10 Jason Rumney <jasonr@gnu.org>
7794
7795 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
7796 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
7797
7798 * w32.c (logon_network_drive): Also logon to remote drives that
7799 are mapped to drive letters.
7800
7801 2008-04-10 Glenn Morris <rgm@gnu.org>
7802
7803 * xdisp.c (truncate-partial-width-windows): Doc fix.
7804
7805 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
7808 Move functions to minibuffer.el.
7809 (syms_of_fileio): Don't declare them.
7810
7811 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
7814 (syms_of_minibuf): Remove its initialization.
7815
7816 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
7817
7818 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7819
7820 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
7821
7822 2008-04-09 Jason Rumney <jasonr@gnu.org>
7823
7824 * makefile.w32-in (distclean): Delete makefile too.
7825 (maintainer-clean): New target.
7826
7827 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
7828
7829 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
7830 for new font backend and composite cases.
7831
7832 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7833
7834 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
7835 Most of the code moved to run_timers.
7836 (do_pending_atimers): Call run_timers.
7837 (run_timers): New function.
7838
7839 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
7840 run atimers.
7841
7842 * process.c (wait_reading_process_output): The same as above.
7843
7844 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * minibuf.c (last_exact_completion): Remove variable.
7847 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
7848 (complete_and_exit_1, complete_and_exit_2)
7849 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
7850 (Fdisplay_completion_list, display_completion_list_1)
7851 (Fminibuffer_completion_help, Fself_insert_and_exit)
7852 (Fexit_minibuffer, Fminibuffer_message): Move functions to
7853 minibuffer.el.
7854 (syms_of_minibuf): Remove corresponding initializations.
7855
7856 * keyboard.c (Qdeactivate_mark): New var.
7857 (command_loop_1): Use it to call `deactivate-mark'.
7858 (syms_of_keyboard): Initialize it.
7859
7860 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
7861 to another frame.
7862 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
7863 Don't call set_tty_color_mode.
7864 (store_frame_param): Reset previous_frame rather than call
7865 set_tty_color_mode.
7866 * term.c (set_tty_color_mode): Rewrite.
7867 * dispextern.h (set_tty_color_mode): New type.
7868 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
7869
7870 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
7873 for generic chars, which do not exist any more in emacs-unicode.
7874
7875 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
7876
7877 * coding.c (detect_coding_emacs_mule)
7878 (Ffind_operation_coding_system): Fix typo.
7879
7880 2008-04-08 Jason Rumney <jasonr@gnu.org>
7881
7882 * w32uniscribe.c (SNAME): Extract only symbol name.
7883
7884 * w32font.h (struct w32_metric_cache): New struct.
7885 (w32font_info): Use it.
7886 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
7887 (CACHE_BLOCKSIZE): New constants.
7888
7889 * w32font.c (Qja, Qko, Qzh): New symbols.
7890 (syms_of_w32font): Initialise them.
7891 (font_matches_spec): Use them to filter by language.
7892 (recompute_cached_metrics): Remove function.
7893 (compute_metrics, clear_cached_metrics): New functions.
7894 (w32font_encode_char): Use them to manage metric cache.
7895 (w32font_text_extents): Cache metrics for all glyphs on demand.
7896 Delay converting glyph indices to WORD until needed.
7897 (w32font_open_internal): Initialize metric cache to empty.
7898 (registry_to_w32_charset): Charset should always be a symbol.
7899 (fill_in_logfont, list_all_matching_fonts): Family should
7900 always be a symbol.
7901
7902 2008-04-06 Jason Rumney <jasonr@gnu.org>
7903
7904 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
7905 Give up if glyph indices not supported. Use uniscribe obtained
7906 ABC widths for individual metrics. Map glyph clusters back to
7907 characters using fClusterStart flag. Return number of glyphs
7908 produced, not chars processed.
7909 (uniscribe_shape): Map char at FROM to current glyph.
7910
7911 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7912
7913 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
7914 Use SetMenuItemHierarchicalMenu.
7915
7916 2008-04-05 Jason Rumney <jasonr@gnu.org>
7917
7918 * image.c (pbm_load): Allow color values up to 65535.
7919 Throw an error if max_color_idx is outside the supported range.
7920 Report an error when image size is invalid.
7921 Read two bytes at a time when raw images have max_color_idx above 255.
7922
7923 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7924
7925 * w32.c (readdir): If FindFirstFile/FindNextFile return in
7926 cFileName a file name that includes `?' characters, use the 8+3
7927 alias in cAlternateFileName instead.
7928
7929 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
7930
7931 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
7932 append "CCL: Quitted" when the CCL program is quitted.
7933 (setup_ccl_program): Initialize ccl->quit_silently to zero.
7934
7935 * ccl.h (struct ccl_program): New member quit_silently.
7936
7937 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * search.c (compile_pattern_1): Treat non-nil and non-string of
7940 search-spaces-regexp as nil.
7941
7942 * minibuf.c (Fassoc_string): Tweak docstring.
7943
7944 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7945
7946 * dired.c (Ffile_attributes): Support inode numbers wider than 32
7947 bits. Remove ugly WINDOWSNT-specific kludge introduced on
7948 2008-03-14 to force inode be positive.
7949
7950 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
7951 _S_* ones, since we now use our own sys/stat.h.
7952 (stat, fstat): Don't mangle the inode number.
7953 (init_user_info): Don't restrict UID and GID to 0-60000 range.
7954
7955 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * frame.h (struct frame): Give one more bit to `visible' since we use
7958 values larger than 1 to indicate obscured frames on ttys.
7959
7960 * keymap.c (Qkeymap_canonicalize): New var.
7961 (Fmap_keymap_internal): New fun.
7962 (describe_map): Use keymap-canonicalize.
7963
7964 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
7965 (Fundo_boundary): Set them.
7966 (syms_of_undo): Initialize them.
7967 (record_point): Use them instead of last_point_position*.
7968 (last_undo_buffer): Change type.
7969
7970 2008-04-04 Jason Rumney <jasonr@gnu.org>
7971
7972 * w32font.c (w32font_text_extents): Use font's ascent and descent.
7973 (recompute_cached_metrics): Don't set ascent and descent per char.
7974
7975 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
7976 (uniscribe_check_otf): Add GC protection before consing.
7977 Rearrange loop for counting features.
7978
7979 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
7982 buffer with byte-size of source buffer.
7983
7984 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * callint.c (Fcall_interactively): Handle temporary region even
7987 when shift-select-mode is off.
7988
7989 2008-04-03 Jason Rumney <jasonr@gnu.org>
7990
7991 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
7992
7993 2008-04-03 Kenichi Handa <handa@m17n.org>
7994
7995 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
7996 (CATEGORY_MASK_UTF_16): Likewise.
7997 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
7998 binary file.
7999 (detect_coding): Add null-byte detection for a binary file.
8000 (detect_coding_system): Likewise.
8001
8002 2008-04-03 Jason Rumney <jasonr@gnu.org>
8003
8004 * w32uniscribe.c: New file.
8005
8006 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
8007
8008 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
8009
8010 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
8011 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
8012 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
8013 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
8014 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
8015 (Qphonetic): New symbols.
8016 (syms_of_w32font): Initialize them.
8017 (font_supported_scripts): Use them.
8018 (w32font_list_family): List all charsets.
8019 (w32font_text_extents, recompute_cached_metrics): Fix metric
8020 calculations.
8021 (w32_enumfont_pattern_entity): Make full_type a DWORD.
8022 Give opentype fonts their own format.
8023 (font_matches_spec): New arguments backend and logfont.
8024 Handle :otf spec for uniscribe backend.
8025 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
8026 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
8027
8028 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
8029 font backend.
8030 (globals_of_w32fns): Initialize uniscribe font backend.
8031
8032 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
8033 dependencies.
8034 (w32uniscribe.$(O)): New file to build.
8035 (FONT_OBJ): Include w32uniscribe.$(O).
8036 (LIBS): Add uniscribe libraries.
8037
8038 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
8039
8040 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
8041
8042 * callint.c (Vshift_select_mode): New var.
8043 (Finteractive): Document new ^ spec.
8044 (Fcall_interactively): Call handle-shift-selection if the ^ spec
8045 is present.
8046
8047 * keyboard.c (Vthis_command_keys_shift_translated): New var.
8048 (command_loop_1): Avoid running the direct display versions of
8049 forward-char and backward-char if shift-selection may occur.
8050 (read_key_sequence): Set Vthis_command_keys_shift_translated if
8051 shift-translation takes place.
8052
8053 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
8054 avoid clobbering by define-minor-mode.
8055
8056 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
8057 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
8058
8059 * syntax.c (Fforward_word): Add ^ interactive spec.
8060
8061 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
8062 (Fscroll_right): Add ^ interactive spec.
8063
8064 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
8067
8068 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
8069
8070 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
8071
8072 2008-03-31 Juri Linkov <juri@jurta.org>
8073
8074 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
8075
8076 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
8077
8078 * gtkutil.c (xg_set_geometry): Fix indentation.
8079 (xg_resize_outer_widget): Remove.
8080 (x_wm_size_hint_off): Fix indentation.
8081 (xg_frame_set_char_size): Call flush_and_sync after
8082 gtk_window_resize.
8083 (x_wm_set_size_hint): Pass NULL as geometry window to
8084 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
8085 Add menu bar and tool bar height to base height.
8086 (xg_update_frame_menubar, free_frame_menubar)
8087 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8088 (update_frame_tool_bar, free_frame_tool_bar):
8089 Change xg_resize_outer_widget to xg_frame_set_char_size.
8090
8091 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
8092
8093 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
8094 (Fdbus_call_method): New parameter TIMEOUT.
8095 (dbus-send-signal): Optimize UNGCPRO call.
8096
8097 2008-03-29 Juri Linkov <juri@jurta.org>
8098
8099 * window.c (Fdisplay_buffer): Move call to
8100 Vsplit_window_preferred_function out of conditions that check
8101 if window is eligible for vertical splitting.
8102 When Vsplit_window_preferred_function is non-nil, call it and use
8103 its non-nil return value as window. Otherwise, continue doing
8104 vertical splitting using Fsplit_window with arg horflag=nil.
8105 (syms_of_window) <Vsplit_window_preferred_function>: Change the
8106 default value from `split-window' to nil.
8107
8108 2008-03-29 Juri Linkov <juri@jurta.org>
8109
8110 * callint.c (Fcall_interactively): Revert 2008-03-16 change
8111 for interactive code letters 'b' and 'B'.
8112
8113 2008-03-29 Eli Zaretskii <eliz@gnu.org>
8114
8115 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
8116 multibyte string.
8117
8118 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * keyboard.c (pending_funcalls): New var.
8121 (timer_check): Run it.
8122 (syms_of_keyboard): Initialize it.
8123 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
8124 (Vdelete_terminal_functions): New vars.
8125 (syms_of_terminal): Initialize them.
8126 (Fdelete_terminal): Run delete-terminal-functions.
8127 * xdisp.c (safe_eval): Rewrite.
8128 (safe_call2): New fun.
8129 * frame.c (Qdelete_frame_functions): New var.
8130 (syms_of_frame): Initialize it.
8131 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
8132 * lisp.h (safe_call2, pending_funcalls): Declare.
8133
8134 2008-03-28 Andreas Schwab <schwab@suse.de>
8135
8136 * indent.c (Fmove_to_column): Move declaration before statements.
8137
8138 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
8141 (struct frame): Use bit fields for boolean vars.
8142
8143 * process.c (server_accept_connection): Simplify naming.
8144 (emacs_get_tty_pgrp): Use SDATA.
8145
8146 * coding.c (decode_coding_object): Fix last change.
8147
8148 2008-03-27 Jason Rumney <jasonr@gnu.org>
8149
8150 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
8151
8152 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
8153
8154 * charset.c (Fdefine_charset_internal): Change the way of
8155 registering charsets in Vcharset_order_list.
8156 (syms_of_charset): Make the charset `eight-bit' supplementary.
8157
8158 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
8159
8160 * regex.c (EXTEND_BUFFER): Change order of pointer addition
8161 operations, to avoid having the difference between pointers
8162 overflow.
8163
8164 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * indent.c (check_display_width): New fun.
8167 (scan_for_column): Use it.
8168
8169 * data.c (syms_of_data): Mark most-positive-fixnum and
8170 most-negative-fixnum as constants.
8171
8172 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
8173
8174 * indent.c (scan_for_column): Extract from current_column_1.
8175 Merge with the same code from Fmove_to_column.
8176 (current_column_1, Fmove_to_column): Use it.
8177
8178 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * keymap.c (map_keymap_internal): New fun.
8181 (map_keymap): Use it.
8182 (Fmap_keymap_internal): New fun.
8183 (Fmap_keymap): Remove left-out test from before make_save_value.
8184
8185 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
8186
8187 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
8188 Use XCAR/XCDR.
8189
8190 * process.h (struct Lisp_Process): Remove filter_multibyte.
8191 * process.c (QCfilter_multibyte): Remove.
8192 (setup_process_coding_systems): Don't use filter_multibyte.
8193 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
8194 (read_process_output): Don't adjust multibyteness to filter_multibyte.
8195 (Fset_process_filter_multibyte): Change the coding-system to
8196 approximate the previous behavior.
8197 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
8198 coding-system.
8199
8200 * coding.c (decode_coding_object): When not decoding into a buffer,
8201 obey the coding system's preference of (uni|multi)byte.
8202
8203 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
8206 every char is changed and has a different byte-length.
8207 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
8208 Fix int -> EMACS_INT.
8209
8210 2008-03-23 David Hansen <david.hansen@gmx.net>
8211
8212 * dbusbind.c (xd_read_message): Remove extra copying of message
8213 strings. Check for NULL `interface' or `member'.
8214
8215 2008-03-22 Eli Zaretskii <eliz@gnu.org>
8216
8217 * w32.c (readdir): If FindFirstFile/FindNextFile return in
8218 cFileName a file name that includes `?' characters, use the 8+3
8219 alias in cAlternateFileName instead.
8220
8221 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
8224
8225 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
8228 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
8229 work on current_buffer only instead (that was already the case
8230 for some of the code anyway).
8231 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
8232 (temp_set_point, temp_set_point_both): Use EMACS_INT.
8233 (SET_PT, SET_PT_BOTH): Adjust.
8234 * intervals.h (set_point, temp_set_point, set_point_both)
8235 (temp_set_point_both): Remove redundant declarations.
8236
8237 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * fileio.c (Finsert_file_contents):
8240 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
8241 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
8242 when buffer != current_buffer anyway.
8243
8244 2008-03-20 Andreas Schwab <schwab@suse.de>
8245
8246 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
8247 as default.
8248
8249 2008-03-19 Jason Rumney <jasonr@gnu.org>
8250
8251 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
8252 (syms_of_w32fns): Initialize them.
8253 (HOURGLASS_ID): New constant.
8254 (x_window_to_frame): Don't check hourglass_window.
8255 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
8256 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
8257 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
8258 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
8259 Only change the cursor if hourglass is not active.
8260 (Fx_create_frame): Initialize frame's current_cursor.
8261 (hourglass_atimer): Remove.
8262 (hourglass_started): New function.
8263 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
8264 (show_hourglass): Adapt to w32, changing argument to frame.
8265
8266 * w32term.h (struct w32_output): Remove hourglass_window.
8267 Add current_cursor.
8268
8269 * eval.c (call_debugger, Fsignal):
8270 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
8271 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
8272 (Fexecute_extended_command, cancel_hourglass_unwind):
8273 * minibuf.c (read_minibuf):
8274 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
8275
8276 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * window.c (run_funs): New fun.
8279 (run_window_configuration_change_hook): Use it to run the buffer-local
8280 and the global part of the hook.
8281
8282 * xdisp.c (format_mode_line_unwind_data): Add window argument.
8283 (unwind_format_mode_line): Restore selected window.
8284 (x_consider_frame_title, Fformat_mode_line): Set selected window.
8285
8286 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * editfns.c (Fchar_equal): Check they are valid characters.
8289
8290 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
8291
8292 2008-03-17 Andreas Schwab <schwab@suse.de>
8293
8294 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
8295 against a charset.
8296
8297 * lisp.h (Fbuffer_list): Declare.
8298
8299 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
8300
8301 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
8302 handlebox_widget is != 0.
8303
8304 2008-03-16 Juri Linkov <juri@jurta.org>
8305
8306 * callint.c (Fcall_interactively): For interactive code letters
8307 'b' and 'B' put the buffer list into the list of default "future"
8308 values of the minibuffer.
8309
8310 2008-03-16 Andreas Schwab <schwab@suse.de>
8311
8312 * keyboard.c (read_key_sequence): Fix downcasing of letters with
8313 modifiers.
8314
8315 * regex.c (re_match_2_internal): Correct matching of a charset
8316 against latin-1 characters.
8317
8318 2008-03-16 Kenichi Handa <handa@m17n.org>
8319
8320 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
8321 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
8322 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
8323 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
8324 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
8325 CHAR_STRING_ADVANCE.
8326 (produce_chars): Fix for the case that the source and the
8327 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
8328 instead of CHAR_STRING_ADVANCE.
8329 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
8330 STRING_CHAR_ADVANCE.
8331
8332 2008-03-15 Andreas Schwab <schwab@suse.de>
8333
8334 * regex.c (re_match_2_internal): Correct matching of eight bit
8335 characters in unibyte strings.
8336
8337 2008-03-15 Martin Rudalics <rudalics@gmx.at>
8338
8339 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
8340 at end of range when it coincides with the end of the buffer.
8341
8342 2008-03-14 Eli Zaretskii <eliz@gnu.org>
8343
8344 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
8345
8346 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
8347
8348 2008-03-14 Jason Rumney <jasonr@gnu.org>
8349
8350 * editfns.c (initial_tz): New variable.
8351 (syms_of_editfns): Initialize it.
8352 (Fset_time_zone_rule): Set it when first called.
8353 Use it when TZSTRING is nil.
8354
8355 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
8356 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
8357 (monitor_from_point_fn, get_monitor_info_fn): New globals.
8358 (globals_of_w32fns): Initialize them.
8359 (compute_tip_xy): Use them to position tooltips.
8360
8361 2008-03-14 Glenn Morris <rgm@gnu.org>
8362
8363 * emacs.c (main): Revert previous change.
8364 (standard_args): Revert -internal-script back to -scriptload,
8365 and remove the long-option form.
8366
8367 2008-03-13 Glenn Morris <rgm@gnu.org>
8368
8369 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
8370 Remove option -enable-font-backend.
8371
8372 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
8375
8376 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
8377
8378 * xterm.c (x_connection_closed): For GTK: If this is the last
8379 terminal just exit without closing the display.
8380
8381 2008-03-11 Jason Rumney <jasonr@gnu.org>
8382
8383 * w32font.c (w32font_full_name): Use floor to round.
8384
8385 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8386
8387 * sound.c (alsa_configure): Declare vol at beginning of block.
8388
8389 * fontset.c (Ffontset_info): Remove extra semicolon.
8390
8391 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
8394 size of resulting string.
8395
8396 2008-03-10 Jason Rumney <jasonr@gnu.org>
8397
8398 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
8399
8400 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8401
8402 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
8403 Don't pretend as if characters with display property haven't been
8404 consumed for string-replacing-string case.
8405
8406 2008-03-08 Kim F. Storm <storm@cua.dk>
8407
8408 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
8409 (get_next_display_element, next_element_from_string)
8410 (next_element_from_ellipsis, next_element_from_buffer): Use it.
8411
8412 2008-03-08 Andreas Schwab <schwab@suse.de>
8413
8414 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
8415
8416 2008-03-06 Jason Rumney <jasonr@gnu.org>
8417
8418 * w32font.c (w32_registry): Take font_type argument. Use ANSI
8419 when charset not specified. Only translate ANSI to unicode when
8420 font_type is truetype.
8421 (w32font_coverage_ok): New function.
8422 (add_font_entity_to_list): Use it to filter unsuitable fonts.
8423
8424 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
8425
8426 * lread.c (Fread_char): Resolve modifiers.
8427 (Fread_char_exclusive): Likewise.
8428
8429 * character.c (char_resolve_modifier_mask): New function.
8430 (char_string): Use char_resolve_modifier_mask.
8431 (Fchar_resolve_modifiers): New function.
8432 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
8433 function.
8434
8435 2008-03-04 Jason Rumney <jasonr@gnu.org>
8436
8437 * makefile.w32-in: Always include w32font.c in the build.
8438 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
8439
8440 2008-03-04 Andreas Schwab <schwab@suse.de>
8441
8442 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
8443 (versionclean): Likewise.
8444
8445 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
8446
8447 * .cvsignore: Add oo.
8448
8449 2008-03-03 Andreas Schwab <schwab@suse.de>
8450
8451 * coding.c (decode_coding_object): Inhibit gap shrinking while
8452 decoding in place.
8453
8454 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
8455
8456 * w32term.c: Remove unused include "gnu.h".
8457 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
8458
8459 * gnu.h: Rename to ...
8460 * emacs-icon.h: ... this.
8461 * xterm.c: Use emacs-icon.h instead of gnu.h.
8462 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
8463
8464 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * w32font.c: Include math.h.
8467
8468 2008-03-03 Jason Rumney <jasonr@gnu.org>
8469
8470 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
8471 Compute options separately.
8472 (w32font_open_internal): Set glyph_idx before caching metrics.
8473
8474 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
8475 Define if system headers don't.
8476 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
8477 (w32font_encode_char): Don't declare here.
8478
8479 * w32font.c (Quniscribe, QCformat): New symbols.
8480 (syms_of_w32font): Define them.
8481 (w32font_has_char): Indicate uncertainty.
8482 (w32font_encode_char): Encode as glyph point. Make static.
8483 (recompute_cached_metrics): New function.
8484 (w32font_open_internal): Use it. Set font to use glyph points
8485 initially. Set format based on type of font.
8486 (w32font_text_extents, w32font_draw): Optionally use glyph points.
8487 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
8488 on it. Set format based on information available here.
8489 (add_font_entity_to_list): Identify backend based on opentype_only.
8490
8491 2008-03-02 Andreas Schwab <schwab@suse.de>
8492
8493 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
8494
8495 * coding.c (decode_coding_big5, produce_chars):
8496 Fix typos in last change.
8497
8498 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
8499
8500 * gnu.h: New icon.
8501
8502 2008-03-02 Kenichi Handa <handa@m17n.org>
8503
8504 * coding.c (decode_coding_utf_8): When eol-type of CODING is
8505 `dos', don't decode '\r' if that is the last in the source.
8506 (decode_coding_utf_16, decode_coding_emacs_mule)
8507 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8508 (decode_coding_raw_text, decode_coding_charset): Likewise.
8509 (produce_chars): Don't decode EOL here. Use EMACS_INT.
8510
8511 2008-03-01 Jason Rumney <jasonr@gnu.org>
8512
8513 * w32font.c (w32font_full_name): Report point size for scalable fonts.
8514
8515 2008-03-01 Kim F. Storm <storm@cua.dk>
8516
8517 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
8518
8519 2008-03-01 Jason Rumney <jasonr@gnu.org>
8520
8521 * w32font.c (w32font_full_name): New function.
8522 (w32font_open_internal): Use it.
8523
8524 2008-03-01 Kim F. Storm <storm@cua.dk>
8525
8526 * dispnew.c (line_draw_cost): Fix invalid glyph check.
8527
8528 2008-03-01 Jason Rumney <jasonr@gnu.org>
8529
8530 * font.c (font_unparse_fcname): Increase len when style is a symbol.
8531
8532 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
8533
8534 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
8535 xg_frame_resized when the event is for the edit widget.
8536
8537 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
8538
8539 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
8540 set_char_size.
8541 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
8542 operations on widgets here. Just set frame size if needed.
8543 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
8544 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
8545 (x_wm_set_size_hint): Set size hints on the edit widget only, not
8546 the whole frame.
8547 (xg_create_tool_bar): Move attachment of the tool bar to
8548 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
8549 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
8550
8551 2008-03-01 Jason Rumney <jasonr@gnu.org>
8552
8553 * w32fns.c (w32_msg_pump): Disable debug code.
8554
8555 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8556
8557 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
8558
8559 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * xdisp.c (next_overlay_string): Don't set
8562 overlay_strings_at_end_processed_p if we're currently reading from
8563 a display string.
8564
8565 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * xdisp.c (get_overlay_strings_1): Fix typo.
8568
8569 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
8570
8571 * xdisp.c (get_overlay_strings_1): Add missing argument type.
8572
8573 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
8574
8575 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
8576
8577 * xdisp.c (display_mode_element): Cancel the previous change.
8578 (decode_mode_spec): Likewise.
8579 (handle_auto_composed_prop): Don't make composition if it->string
8580 is a string.
8581
8582 2008-02-27 Kim F. Storm <storm@cua.dk>
8583
8584 * lisp.h (GLYPH): Change type from int to struct with separate char
8585 and face_id members.
8586 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
8587 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
8588 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
8589 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
8590 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
8591 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
8592 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
8593 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
8594 handle new Lisp glyph code encoding, either an integer or a cons.
8595
8596 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
8597 (GLYPH_ALIAS): Delete.
8598 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
8599 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
8600 (GLYPH_FROM_CHAR): Replace macro by ...
8601 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
8602
8603 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
8604 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
8605 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
8606 (GLYPH_INVALID_P): New macro.
8607 (spec_glyph_lookup_face): Update prototype.
8608
8609 * dispnew.c (line_draw_cost): Adapt to new glyph type.
8610 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
8611 new glyph code encoding.
8612 (spec_glyph_lookup_face): No return value; update passed glyph instead.
8613 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
8614
8615 * xdisp.c (get_next_display_element, next_element_from_display_vector):
8616 Adapt to new glyph type and new glyph code encoding.
8617
8618 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
8619
8620 * indent.c (current_column, current_column_1, Fmove_to_column)
8621 (compute_motion): Adapt to new glyph code encoding.
8622
8623 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
8624
8625 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
8626
8627 * process.c (wait_reading_process_output): Check for window
8628 changes caused by timers.
8629 Suggested by Johan Bockgård.
8630
8631 2008-02-27 Glenn Morris <rgm@gnu.org>
8632
8633 * emacs.c (USAGE1): Add `--disable-font-backend'.
8634
8635 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
8638 is made to the buffer.
8639
8640 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
8643 (face_at_string_position):
8644 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
8645 (face_at_string_position):
8646 * xdisp.c (display_string, next_overlay_change):
8647 * buffer.h (overlays_at):
8648 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
8649 Update callers.
8650
8651 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
8652
8653 * editfns.c (Fformat): Doc fix.
8654
8655 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
8658 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
8659 (Ffont_otf_alternates, Fquery_font): Doc fixes.
8660
8661 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * buffer.c (Fbuffer_swap_text): New function.
8664 (syms_of_buffer): Defsubr it.
8665
8666 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
8669
8670 2008-02-25 Jason Rumney <jasonr@gnu.org>
8671
8672 * w32font.c (w32font_draw): Draw one character at a time when padding.
8673
8674 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
8677 Handle a nil arg. Use run_window_configuration_change_hook.
8678 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
8679 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
8680 Use run_window_configuration_change_hook.
8681
8682 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
8683
8684 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
8685 1-pixel width.
8686
8687 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
8688
8689 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
8690 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
8691 if the glyph in the font is zero pixel with.
8692
8693 * dispextern.h (struct glyph_string): New member padding_p.
8694
8695 * w32font.c (w32font_draw): Pay attention to s->padding_p.
8696
8697 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
8698
8699 * xfont.c (xfont_draw): Pay attention to s->padding_p.
8700
8701 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
8702
8703 * font.c: If the font driver doesn't have `shape' function, return Qnil.
8704
8705 2008-02-25 Jason Rumney <jasonr@gnu.org>
8706
8707 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
8708
8709 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 Allow fine-grained image-cache flushing.
8712 * dispextern.h (struct image): Add `dependencies' field.
8713 (clear_image_caches): Change arg to Lisp_Object.
8714 * image.c (make_image): Initialize `dependencies' field.
8715 (clear_image_cache): Change arg to allow fine-grained flushing.
8716 Perform the flush even if image-cache-eviction-delay is nil.
8717 (clear_image_caches): Change arg to Lisp_Object.
8718 (Fclear_image_cache): Expand meaning of the argument.
8719 (mark_image): Mark `dependencies' field.
8720 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
8721 (lface_hash): Use XHASH rather than XFASTINT.
8722 (face_at_buffer_position): Fix int -> EMACS_INT position.
8723 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
8724 (select_frame_for_redisplay): Remove code duplication.
8725 (redisplay_internal): Adapt arg to call to clear_image_caches.
8726
8727 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
8728
8729 * s/vms4-0.h:
8730 * s/vms4-2.h:
8731 * s/vms4-4.h:
8732 * s/vms5-5.h: Remove, unused.
8733
8734 * s/irix5-2.h:
8735 * s/irix6-0.h:
8736 * s/riscos5.h:
8737 * s/mach-bsd4-3.h:
8738 * m/mips4.h: Remove files for obsolete systems.
8739
8740 * Makefile.in:
8741 * filelock.c:
8742 * unexmips.c:
8743 * m/hp9000s300.h:
8744 * m/iris4d.h:
8745 * s/aix3-1.h:
8746 * s/hpux.h:
8747 * s/msdos.h:
8748 * s/usg5-0.h:
8749 * s/usg5-2-2.h:
8750 * s/usg5-2.h:
8751 * s/usg5-3.h: Remove references to obsolete variables.
8752
8753 * s/irix5-0.h: Remove, move all the contents ...
8754 * s/irix6-5.h: ... here. Simplify.
8755 * config.in: Regenerate.
8756
8757 2008-02-24 Jason Rumney <jasonr@gnu.org>
8758
8759 * w32term.c (x_draw_glyph_string_background): Clear the background
8760 manually when cleartype is in use.
8761 (x_draw_glyph_string_foreground): Draw text transparently when
8762 cleartype is in use.
8763
8764 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
8765 a font into it unless we have to.
8766
8767 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
8770 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
8771
8772 2008-02-18 Jason Rumney <jasonr@gnu.org>
8773
8774 * w32fns.c (Fw32_shell_execute): Encode parameters.
8775
8776 2008-02-09 Eli Zaretskii <eliz@gnu.org>
8777
8778 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
8779
8780 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
8781
8782 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
8783
8784 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
8785
8786 * xterm.c (x_set_offset): Don't change the gravity if
8787 CHANGE_GRAVITY is -1.
8788
8789 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * fileio.c (auto_save_error_occurred): New var.
8792 (auto_save_error): Set it.
8793 (Fdo_auto_save): Don't overwrite the error message if an auto-save
8794 error occurred.
8795
8796 2008-02-23 Eli Zaretskii <eliz@gnu.org>
8797
8798 * w32.c (globals_of_w32): Add initializations for
8799 g_b_init_get_sid_sub_authority and
8800 g_b_init_get_sid_sub_authority_count.
8801
8802 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
8805 (font_parse_xlfd): Use them for sanity check.
8806 (Finternal_set_font_style_table): Make sure the table is bijective.
8807
8808 Consolidate the image_cache to the terminal struct.
8809 * termhooks.h (P_): Remove redundant def.
8810 (struct terminal): New field `image_cache'.
8811 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
8812 of FRAME_X_IMAGE_CACHE.
8813 * xterm.h (struct x_display_info): Remove image_cache field.
8814 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
8815 * w32term.h (struct w32_display_info): Remove image_cache field.
8816 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
8817 * macterm.h (struct mac_display_info): Remove image_cache field.
8818 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
8819 * xterm.c (x_term_init):
8820 * w32term.c (w32_term_init):
8821 * macterm.c (mac_term_init): Set the image_cache in the terminal.
8822 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
8823 Remove declarations.
8824 (clear_image_caches, mark_image_cache): New declarations.
8825 * xfaces.c (clear_face_cache):
8826 * xdisp.c (redisplay_internal): Use clear_image_caches.
8827 * image.c (clear_image_cache): Don't check that a frame is on
8828 a window-system before checking if it shares the same cache.
8829 (clear_image_caches): New function.
8830 (Fclear_image_cache): Use it.
8831 (mark_image): Move from allo.c.
8832 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
8833 * alloc.c (mark_image, mark_image_cache): Move to image.c.
8834 (mark_object): Don't call mark_image_cache for frames.
8835 (mark_terminals): Call mark_image_cache.
8836
8837 * lisp.h (Fdelete_terminal): Declare.
8838
8839 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
8840 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
8841 wrong_type_argument.
8842
8843 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
8844
8845 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
8846 malayalam.el, and tamil.el. Add sinhala.el.
8847
8848 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * xterm.c (x_connection_closed): Consolidate identical tests.
8851 (x_delete_terminal): Don't crash if called via x_connection_closed.
8852
8853 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
8854
8855 * xdisp.c (decode_mode_spec): New arg string.
8856 (display_mode_element): Adjust for the above change.
8857
8858 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * callint.c (Fcall_interactively): Use AREF.
8861
8862 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
8865
8866 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
8867
8868 * xfns.c (Fx_show_tip): Set string to " " if empty.
8869
8870 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
8871
8872 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
8873 with Qt.
8874
8875 2008-02-17 Kenichi Handa <handa@m17n.org>
8876
8877 * ftfont.c (ftfont_shape): Return Lispy number.
8878
8879 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
8880 for GCs.
8881 (Finternal_set_font_selection_order): Call font_update_sort_order
8882 only when enable_font_backend is set.
8883 (realize_x_face): Set face->font_info to that of default face only
8884 when enable_font_backend is set.
8885
8886 * xdisp.c (handle_composition_prop): Set it->c to the fist
8887 character of the composed region.
8888 (fill_composite_glyph_string): Set base_face->font_info to
8889 s->font_info. Get a face for ascii from base_face->ascii_face.
8890 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
8891 with a face already decided.
8892 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
8893 non-negative.
8894 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
8895 call font_prepare_composition unconditionally.
8896
8897 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
8898
8899 * xterm.h (struct x_display_info): New member font.
8900
8901 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
8902 (x_set_mouse_face_gc, x_new_font): Likewise.
8903 (x_term_init): Setup display_info->font.
8904 (x_delete_terminal): Free display_info->font.
8905
8906 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
8907
8908 * ftxfont.c (ftxfont_default_fid): Delete it.
8909 (ftxfont_open): Set xfont->fid to 0.
8910 (ftxfont_end_for_frame): Clear data specific to the frame and the
8911 font-driver.
8912
8913 * xftfont.c (xftfont_default_fid): Delete it.
8914 (xftfont_open): Set xfont->fid to 0.
8915
8916 * fontset.c (FONTSET_OBJLIST): New macro.
8917 (fontset_find_font): Update font-object list of the fontset.
8918 (free_realized_fontset): New function.
8919 (free_face_fontset): Call free_realized_fontset.
8920 (Ffont_info): Call font_close_object only when enable_font_backend
8921 is set.
8922
8923 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
8924 [HAVE_NTGUI]: Include w32term.h.
8925 [MAC_OS]: Include macterm.ch.
8926 (font_otf_ValueRecord): Use make_number.
8927 (font_finish_cache): Fix handling of reference count.
8928 (font_clear_cache): Update num_fonts.
8929 (font_open_entity): Update smallest_char_width and
8930 smallest_font_height of the frame.
8931 (font_close_object): Update num_fonts.
8932 (Fclear_font_cache): Fix finding the target cache data.
8933
8934 2008-02-16 Glenn Morris <rgm@gnu.org>
8935
8936 * fontset.c (Finternal_char_font): Fix compilation warning.
8937
8938 2008-02-16 Eli Zaretskii <eliz@gnu.org>
8939
8940 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
8941 instead of char arrays. Enlarge the size of array passed to
8942 get_token_information.
8943
8944 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
8945 warnings.
8946
8947 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
8948
8949 * .gdbinit: Don't set `args', it breaks gdb --args.
8950
8951 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
8954 within a narrowed buffer.
8955
8956 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
8957
8958 * coding.c (decode_coding_object, encode_coding_object):
8959 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
8960
8961 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * coding.c (coding_set_destination): Use BEG_BYTE rather than
8964 hardcoding 1.
8965 (detect_coding_system):
8966 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
8967 (string_char_to_byte, string_byte_to_char, insert_from_gap):
8968 * insdel.c (insert_from_gap):
8969 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
8970 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
8971 (string_to_multibyte):
8972 * character.c (chars_in_text, multibyte_chars_in_text):
8973 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
8974
8975 * character.h (FETCH_STRING_CHAR_ADVANCE)
8976 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
8977 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
8978 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
8979
8980 * casefiddle.c (casify_region): Only call after-change and composition
8981 functions on the part of the region that was changed.
8982
8983 * keyboard.c (read_avail_input):
8984 * frame.c (Fdelete_frame): Call Fdelete_terminal.
8985
8986 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
8989 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
8990
8991 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
8992
8993 * w32menu.c (push_submenu_start, push_submenu_end)
8994 (push_left_right_boundary, push_menu_pane, push_menu_item):
8995 * keyboard.c (read_key_sequence): Don't pass args with side effects
8996 to AREF, it fails when compiling with -DENABLE_CHECKING.
8997
8998 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
8999
9000 * Makefile.in (${lispsource}international/charprop.el):
9001 Delete this target.
9002
9003 * search.c (boyer_moore): Fix incorrect synching of the trunk and
9004 emacs-unicode-2.
9005
9006 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * terminal.c (Fdelete_terminal): Clean up the `force' path.
9009
9010 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * frame.c (Qnoelisp): New symbol.
9013 (syms_of_frame): Initialize it.
9014 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
9015 harmless Elisp code, from a strong `force' from x_connection_closed.
9016 * frame.h (Qnoelisp): Declare.
9017 * xterm.c (x_connection_closed): Pass `noelisp'.
9018
9019 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
9020 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
9021 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
9022 rather than `int' for the type of `type'.
9023
9024 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9025
9026 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
9027
9028 * Makefile.in (GNUC): Remove support for gcc-1.x.
9029
9030 2008-02-10 Richard Stallman <rms@gnu.org>
9031
9032 * lisp.h (ASET): Use AREF, not ASLOT.
9033
9034 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * lisp.h (ASET): Check bounds.
9037
9038 2008-02-10 Glenn Morris <rgm@gnu.org>
9039
9040 * buffer.c (mode-name): Doc fix.
9041
9042 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
9043
9044 * Makefile.in:
9045 * emacs.c:
9046 * gmalloc.c:
9047 * keyboard.c:
9048 * lisp.h:
9049 * m/ibm370aix.h:
9050 * process.c:
9051 * regex.c:
9052 * s/hpux.h:
9053 * sysdep.c:
9054 * sysselect.h:
9055 * systty.h:
9056 * unexec.c:
9057 * w32term.c:
9058 * xsmfns.c:
9059 * xterm.c: Remove code that deals with obsolete variables.
9060
9061 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
9062
9063 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
9064 nothing else needs it anymore.
9065
9066 2008-02-09 Eli Zaretskii <eliz@gnu.org>
9067
9068 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
9069 instead of unibyte_char_to_multibyte.
9070
9071 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
9072
9073 * s/gnu-linux.h: Remove commented out code.
9074
9075 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
9076
9077 * Makefile.in: Update what RMS says about using autoconf.
9078 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
9079 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
9080 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
9081 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
9082
9083 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * keymap.c (Fkey_description): Move side effect outside of macro call.
9086
9087 * xfaces.c (Finternal_make_lisp_face):
9088 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
9089
9090 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
9091 (syms_of_fontset): Use ASET.
9092
9093 * fns.c (concat): Move side effect outside of macro call.
9094 (hash_clear): Use ASET.
9095
9096 2008-02-08 Richard Stallman <rms@gnu.org>
9097
9098 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
9099 If FORCE, and frame has a surrogate minibuffer for another frame,
9100 delete the other frame first.
9101
9102 2008-02-07 Timo Savola <timo.savola@iki.fi>
9103
9104 * xterm.c (x_detect_focus_change): Handle embed client message.
9105 (handle_one_xevent): Ditto.
9106 (handle_one_xevent): If embedded and we get a button press/release,
9107 request focus.
9108 (xembed_set_info, xembed_send_message): New functions.
9109 (x_make_frame_visible): Call xembed_set_info if embedded.
9110 (x_make_frame_invisible): Call xembed_set_info if embedded.
9111 (x_term_init): Initialize Xatom_XEMBED.
9112 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
9113 (x_iconify_frame): Ditto.
9114
9115 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
9116 (enum xembed_info, enum xembed_message, enum xembed_focus)
9117 (enum xembed_modifier, enum xembed_accelerator): New.
9118 (xembed_set_info, xembed_send_message): Declare.
9119 (FRAME_X_EMBEDDED_P): New.
9120
9121 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
9122 gtk_plug_new.
9123
9124 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
9125 window ID of a frame.
9126 (x_window): Reparent frame if embedded.
9127 (Fx_create_frame): Don't set border width if embedded.
9128
9129 * emacs.c (USAGE3): Add --parent-id.
9130 (standard_args): Ditto.
9131
9132 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
9133
9134 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
9135
9136 2008-02-07 Jim Meyering <meyering@redhat.com>
9137
9138 Use "do...while (0)", not "if (1)...else" in macro definitions.
9139 The latter provokes a warning from gcc about the empty else, when
9140 followed by ";". Also, without that trailing semicolon, it would
9141 silently swallow up any following statement.
9142 * syntax.h (SETUP_SYNTAX_TABLE)
9143 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
9144 * buffer.h (DECODE_POSITION): Likewise.
9145 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
9146 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
9147 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
9148 (FETCH_CHAR_ADVANCE): Likewise.
9149 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
9150
9151 2008-02-07 Jim Meyering <meyering@redhat.com>
9152
9153 * lread.c [lint]: Don't include <sys/inode.h>.
9154
9155 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * xselect.c (x_handle_dnd_message):
9158 * xmenu.c (digest_single_submenu, xmenu_show):
9159 * xdisp.c (with_echo_area_buffer_unwind_data)
9160 (format_mode_line_unwind_data, unwind_format_mode_line)
9161 (display_menu_bar):
9162 * eval.c (Ffetch_bytecode):
9163 * doc.c (store_function_docstring):
9164 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
9165 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
9166 * buffer.c (add_overlay_mod_hooklist): Use ASET.
9167
9168 2008-02-07 Kenichi Handa <handa@m17n.org>
9169
9170 * ftxfont.c (ftxfont_open): Don't set
9171 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
9172
9173 * ftfont.c (ftfont_open): Fix previous change.
9174
9175 2008-02-06 Jason Rumney <jasonr@gnu.org>
9176
9177 * w32font.c (w32font_text_extents): Fill in lbearing metric.
9178 Use cached metrics for ASCII characters.
9179 (w32font_open_internal): Don't set font's owning_frame.
9180 Cache metrics for ASCII characters.
9181
9182 * w32font.h (struct w32font_info): Add ascii_metrics.
9183 Remove owning_frame.
9184
9185 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
9186
9187 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
9188 to negative value.
9189
9190 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
9191
9192 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
9193
9194 * charset.c (syms_of_charset): Set QCtest and Qeq.
9195
9196 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * process.c (Fstart_process):
9199 * callproc.c (Fcall_process): Handle the case where
9200 Funhandled_file_name_directory returns nil.
9201
9202 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
9203 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
9204 * font.c (check_gstring): Use them and AREF to access the vector before
9205 we know it's really a gstring.
9206 (Ffont_shape_text): Fix typo.
9207 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
9208
9209 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
9210 Declare.
9211
9212 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
9213
9214 2008-02-05 Jason Rumney <jasonr@gnu.org>
9215
9216 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
9217 Set smallest_font_height and smallest_char_width in display info.
9218
9219 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
9220
9221 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
9222
9223 2008-02-05 Miles Bader <miles@gnu.org>
9224
9225 * xfaces.c (get_lface_attributes, merge_named_face)
9226 (lookup_named_face, lookup_derived_face, realize_named_face):
9227 Revert 2008-02-01 change by cyd@stupidchicken.com.
9228
9229 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
9230
9231 * fontset.c (Ffontset_info): Handle the case of inhibitting the
9232 fallback fonts.
9233 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
9234
9235 2008-02-04 Jason Rumney <jasonr@gnu.org>
9236
9237 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
9238 set full_name.
9239 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
9240
9241 2008-02-03 Jason Rumney <jasonr@gnu.org>
9242
9243 * makefile.w32-in (OBJ1): Include font.o here.
9244 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
9245
9246 2008-02-02 Jason Rumney <jasonr@gnu.org>
9247
9248 * makefile.w32-in (temacs): Bump EMHEAP to 21.
9249
9250 2008-02-01 Jason Rumney <jasonr@gnu.org>
9251
9252 * s/cygwin.h: Define VIRT_ADDR_VARIES.
9253
9254 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
9255
9256 2008-02-01 Andreas Schwab <schwab@suse.de>
9257
9258 * Makefile.in (shortlisp, lisp): Update for rename of
9259 ../lisp/language/myanmar.el.
9260
9261 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * xfaces.c (get_lface_attributes): Delete function.
9264 (merge_named_face, lookup_named_face, lookup_derived_face)
9265 (realize_named_face): Call lface_from_face_name directly, and use
9266 the fact that merge_face_vectors does not alter its FROM argument.
9267
9268 2008-02-01 Jason Rumney <jasonr@gnu.org>
9269
9270 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
9271 input in the default locale. Handle non-Unicode multibyte input.
9272
9273 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9274
9275 * fontset.c (reorder_font_vector): Exclude nil elements from the
9276 font group. Don't try multiple fonts.
9277 (fontset_font): Adjust for the above change.
9278 (Finternal_char_font): Return nil if the found font doesn't
9279 contain the character ch.
9280
9281 * Makefile.in (lisp, shortlisp): Add cham.el.
9282
9283 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9284
9285 * font.h (FONTP): Make it return 1 also for a font-object.
9286
9287 * .gdbinit (xfontset): New function.
9288
9289 * font.c (font_find_for_lface): Check if the character C is
9290 supported or not only for the first font.
9291
9292 * fontset.c (reorder_font_vector): Fix typo.
9293 (fontset_find_font): Don't add a font-spec specifying a script.
9294 Use 0 (not Qt) for the indication of empty font-group. Change the
9295 format of RFONT-DEF. Return Qt if no font in the font-group
9296 support the character.
9297 (fontset_font): Adjust for the above change. If no font was
9298 found the character, remember that.
9299 (face_for_char): Adjust for the change of RFONT-DEF.
9300 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
9301 no font for the target.
9302 (Finternal_char_font): Adjust for the change of RFONT-DEF.
9303
9304 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9305
9306 * font.c (font_load_for_face): Handle the case that the font in
9307 face->lface is a string.
9308
9309 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9310
9311 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
9312
9313 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9314
9315 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
9316 Fix previous change. If the frame is not on a window system,
9317 signal an error.
9318
9319 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9320
9321 * coding.c (decode_coding_object, encode_coding_object): Adjust
9322 marker positions after conversion.
9323
9324 * lisp.h (struct Lisp_Marker): New member need_adjustment.
9325
9326 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9327
9328 * font.c (font_find_for_lface): Fix the handling of the return
9329 value of font_has_char.
9330 (Ffont_shape_text): Fix previous change.
9331
9332 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
9333 (fontset_ref_and_range): Delete it.
9334 (fontset_find_font): Call char_table_ref_and_range instead of
9335 FONTSET_REF_AND_RANGE.
9336 (make_fontset): Don't setup font groups of Latin here.
9337 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
9338 (new_fontset_from_font): Make the specified font the default for
9339 all Latin characters.
9340
9341 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9342
9343 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
9344 is on a window system before accessing the fontset of the frame.
9345
9346 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9347
9348 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
9349
9350 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
9351 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
9352
9353 * font.c (Ffont_shape_text): If the font driver doesn't have a
9354 shaper function, make zero-width glyphs to have at least one-pixel
9355 width. Fix setting of `to' field of glyphs.
9356
9357 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9358
9359 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
9360 glyphs.
9361
9362 * font.h (struct font_driver): Improve docstring of member `shape'.
9363
9364 2008-02-01 Kenichi Handa <handa@m17n.org>
9365
9366 * composite.c (syms_of_composite): Fix docstring of
9367 auto-composition-function.
9368
9369 * font.h (LGLYPH_SIZE): New macro.
9370
9371 * font.c (Ffont_fill_gstring): Stop filling when a character not
9372 supported by the font is found.
9373 (Ffont_shape_text): When a shape callback function returns nil,
9374 try at most two more times with larger gstring.
9375 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
9376
9377 * xdisp.c (handle_auto_composed_prop): Change the argument to
9378 auto-composition-function.
9379
9380 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
9381 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
9382 Lispy glyph and store it in the lgstring.
9383
9384 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
9385
9386 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
9387
9388 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9389
9390 * font.c (Ffont_shape_text): Avoid unnecessary composition.
9391
9392 * fontset.c (Vfont_encoding_charset_alist): New variable.
9393 (syms_of_fontset): DEFVAR it.
9394 (reorder_font_vector, fontset_find_font): Optimize for the case of
9395 no need of reordering.
9396 (face_for_char): Map the charset property by
9397 Vfont_encoding_charset_alist.
9398
9399 2008-02-01 Jason Rumney <jasonr@gnu.org>
9400
9401 * w32font.c (logfonts_match): Don't check adstyle here.
9402 (font_matches_spec): Check here against physical font instead.
9403 (add_font_entity_to_list): Avoid some substitutions.
9404
9405 * font.c (font_parse_fcname): Default weight and slant to normal.
9406 (font_score): Prefer normal fonts if weight or slant unspecified.
9407 (font_score) [WINDOWSNT]: Scale weight difference down to closer
9408 match freetype scores.
9409
9410 2008-02-01 Jason Rumney <jasonr@gnu.org>
9411
9412 * w32font.c (w32font_text_extents): Don't use the frame stored in the
9413 font, as it may have been deleted.
9414 (w32_enumfont_pattern_entity): Map generic family to adstyle using
9415 most common hyphenless variation.
9416 (logfonts_match): Check generic family.
9417 (font_matches_spec): Don't check generic family here.
9418 (fill_in_logfont): Set generic family based on adstyle.
9419
9420 * w32font.h (w32font_get_cache): Update declaration.
9421
9422 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9423
9424 * ftfont.c (ftfont_get_cache): Adjust the argument type.
9425
9426 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
9427 If none of the new drivers are available, call font_update_drivers
9428 with the old drivers.
9429
9430 * w32font.c (w32font_get_cache): Adjust the argument type.
9431
9432 * xfont.c (xfont_get_cache): Adjust the argument type.
9433
9434 * font.h (struct font_driver): Change argument type of get_cache.
9435
9436 * xftfont.c (xftfont_start_for_frame): Delete prototype.
9437
9438 * font.c (Ffont_get): Fix arguments to Fassoc.
9439 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
9440 (font_clear_cache): New function.
9441 (font_list_entities, font_matching_entity): Use font_get_cache.
9442 (font_update_drivers): Call font_clear_cache when finishing a driver.
9443
9444 * fontset.c (fontset_find_font): Fix previous change.
9445
9446 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9447
9448 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
9449 dpyinfo->font_table.
9450 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
9451 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
9452
9453 * font.c (font_at): Handle the case that the arg C is negative.
9454 Handle the unibyte case.
9455 (Ffont_at): Call font_at with the arg C -1.
9456
9457 * xdisp.c (handle_auto_composed_prop): Don't get a character at
9458 the position here, and call font_at with the arg C -1.
9459 Don't check the range of the existing composition at the point.
9460
9461 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9462
9463 * fontset.c (fontset_add): New args charset_id and family.
9464 Change caller.
9465 (load_font_get_repertory, fontset_find_font): Assume that
9466 font_spec is always a font-spec object.
9467 (Fset_fontset_font): Always store a font-spec object in a fontset.
9468
9469 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
9470 instead of get_property_and_range.
9471
9472 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9473
9474 * xftfont.c (struct xftfont_info): Delete the member ft_face.
9475 (xftfont_open): Don't keep locking face.
9476 (xftfont_close): Don't unlock face.
9477 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
9478
9479 * fontset.c (fontset_find_font): Don't prefer a font of
9480 supplementary charset.
9481
9482 2008-02-01 Kenichi Handa <handa@m17n.org>
9483
9484 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
9485 script, langsys_tag to langsys, new member script.
9486 (OTF_TAG_STR): Terminate by '\0'.
9487 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
9488 listing to the script specified in that property. Fix arg to
9489 OTF_check_features.
9490
9491 2008-02-01 Jason Rumney <jasonr@gnu.org>
9492
9493 * w32font.h: New file.
9494
9495 * w32font.c: Include it.
9496 (struct w32font_info): Add owning_frame field. Move to w32font.h.
9497 (w32font_open): Set owning_frame.
9498 (w32font_text_extents): Use owning_frame.
9499 (struct font_callback_data): Add opentype_only field.
9500 (add_font_entity_to_list): Use it to filter fonts.
9501 Don't check against full name.
9502 (w32font_list_internal): New function.
9503 (w32font_list): Use it.
9504 (w32font_match_internal): New function.
9505 (w32font_match): Use it.
9506 (w32font_open_internal): New function.
9507 (w32font_open): Use it.
9508 (w32font_get_cache, w32font_close, w32font_has_char)
9509 (w32font_encode_char, w32font_text_extents, w32font_draw):
9510 Make non-static.
9511
9512 * makefile.w32-in (w32font.o): Depend on w32font.h.
9513
9514 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9515
9516 * charset.c (Fdefine_charset_internal): Record a supplementary
9517 charset at the tail of Vcharset_order_list.
9518
9519 * font.c (Ffont_shape_text): Fix the return value.
9520
9521 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
9522
9523 * xdisp.c (handle_auto_composed_prop): Fix previous change.
9524
9525 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9526
9527 * ftfont.c (struct OpenTypeSpec): New struct.
9528 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
9529 (ftfont_get_open_type_spec): New function.
9530 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
9531
9532 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
9533
9534 2008-02-01 Jason Rumney <jasonr@gnu.org>
9535
9536 * w32font.c (add_font_entity_to_list): Compare only the beginning
9537 of full name.
9538
9539 2008-02-01 Kenichi Handa <handa@m17n.org>
9540
9541 * xdisp.c (handle_auto_composed_prop): Simplify the code.
9542 Never return HANDLED_RECOMPUTE_PROPS.
9543
9544 2008-02-01 Kenichi Handa <handa@m17n.org>
9545
9546 * font.c (font_gstring_produce): Delete it.
9547
9548 * composite.h (COMPOSITION_METHOD):
9549 Handle COMPOSITION_WITH_GLYPH_STRING.
9550
9551 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9552
9553 * xfont.c (Qx): Delete.
9554 (syms_of_xfont): Don't initialize Qx.
9555
9556 * composite.h (enum composition_method):
9557 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
9558
9559 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9560
9561 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
9562 (choose_face_font): Accept new form of font-spec.
9563
9564 * frame.h (font_driver_list): Declare it unconditionally.
9565 (struct frame): Define members font_driver_list and font_data_list
9566 unconditionally.
9567
9568 * fontset.c: Include "font.h" unconditionally.
9569 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
9570 (Fset_fontset_font): Accept a font-spec object.
9571
9572 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
9573 PIXEL_SIZE part a wild card.
9574
9575 * dispextern.h (struct glyph_string): Define members clip and
9576 num_clips unconditionally.
9577 (struct face): Define members font_info and extra unconditionally.
9578
9579 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
9580 ftfont_info only when HAVE_LIBOTF is defined.
9581
9582 2008-02-01 Andreas Schwab <schwab@suse.de>
9583
9584 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
9585 and end.
9586
9587 2008-02-01 Jason Rumney <jasonr@gnu.org>
9588
9589 * w32font.c (w32font_driver): Add new fields.
9590
9591 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9592
9593 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
9594 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
9595 (LIBES): Add @M17N_FLT_CFLAGS@.
9596
9597 * composite.c (compose_text): Don't treat the new style
9598 composition specially.
9599
9600 * emacs.c (main): Call syms_of_font unconditionally.
9601
9602 * font.h (FONT_ENTITY_NOT_LOADABLE)
9603 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
9604 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
9605 (struct font_driver): New member shape.
9606 (font_registry_charsets): Extern it.
9607 (font_find_for_lface, font_prepare_composition): Adjust prototype.
9608 (font_otf_capability, font_drive_otf): Delete their externs.
9609
9610 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
9611 (font_charset_alist, font_registry_charsets): Move from xfont.c
9612 and rename.
9613 (font_prop_validate_otf): New function.
9614 (font_property_table): Register it for QCotf.
9615 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
9616 (font_drive_otf): Delete.
9617 (font_prepare_composition): New arg F. Adjust for the change of
9618 lispy gstring.
9619 (font_find_for_lface): New arg C.
9620 (font_load_for_face): Adjust for the change of font_find_for_lface.
9621 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
9622 lispy gstring.
9623 (Ffont_shape_text): New function.
9624 (Fopen_font): If the font size is not given, use 12-pixel.
9625 (Ffont_at): New arg STRING.
9626 (syms_of_font): Initalize font_charset_alist.
9627 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
9628 conditionally.
9629
9630 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
9631 fonts of the same font-spec. Change the format of RFONT-DEF.
9632 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
9633 Adjust for the change of RFONT-DEF.
9634 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
9635
9636 * ftfont.h: New file.
9637
9638 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
9639 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
9640 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
9641 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
9642 font_otf_capability and font_drive_otf, set ftfont_shape.
9643 (ftfont_list): Adjust for the change of :otf property value.
9644 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
9645 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
9646 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
9647 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
9648 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
9649 (otf_gstring, gstring, m17n_flt_initialized): New variables.
9650
9651 * w32term.c (x_draw_composite_glyph_string_foreground):
9652 Adjust for the change of lispy gstring.
9653
9654 * xdisp.c (handle_composition_prop): Adjust for the change of
9655 lispy gstring. Call a function for auto-composition with the
9656 third arg it->window.
9657 (fill_composite_glyph_string): Adjust for the change of lispy string.
9658 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
9659
9660 * xfaces.c (set_font_frame_param): Adjust for the change of
9661 font_find_for_lface.
9662
9663 * xfont.c (x_font_charset_alist): Move to font.c and rename.
9664 (xfont_registry_charsets): Likewise. Change caller.
9665 (syms_of_xfont): Don't handle x_font_charset_alist.
9666
9667 * xftfont.c: Include "ftfont.h".
9668 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
9669 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
9670 (xftfont_close) [HAVE_LIBOTF]: Close otf.
9671 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
9672 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
9673 Set xftfont_driver.shape to xftfont_shape.
9674
9675 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9676 the change of lispy gstring.
9677
9678 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9679
9680 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
9681
9682 2008-02-01 Jason Rumney <jasonr@gnu.org>
9683
9684 * w32font.c (w32font_draw): Fill background manually.
9685
9686 2008-02-01 Jason Rumney <jasonr@gnu.org>
9687
9688 * font.c (Qfontp): Remove unused symbol.
9689 (QCantialias): New symbol.
9690 (syms_of_font): Define it.
9691 (font_property_table): Set a validator for QCantialias.
9692
9693 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
9694 Define if not already.
9695 (QCfamily): Share with xfaces.c.
9696 (Qstandard, Qsubpixel, Qnatural): New symbols.
9697 (syms_of_w32font): Define them. Don't define QCfamily here.
9698 (w32_antialias_type, lispy_antialias_type): New functions.
9699 (w32_enumfont_pattern_entity): New arg requested_font.
9700 Set antialias parameter if non-default was requested.
9701 (fill_in_logfont): Fill in lfQuality if :antialias specified.
9702
9703 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9704
9705 * lread.c (read1): Undo the previous change.
9706
9707 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
9708
9709 * frame.c (Fdelete_frame): Call font_update_drivers only when
9710 USE_FONT_BACKEND is defined.
9711
9712 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9713
9714 * font.h (struct font_bitmap): New member bits_per_pixel.
9715 (struct font_driver): New members start_for_frame and end_for_frame.
9716 (struct font_data_list): New struct.
9717 (font_put_frame_data, font_get_frame_data): Extern them.
9718
9719 * frame.h (struct frame): New member font_data_list.
9720
9721 * font.c (font_update_drivers): Call driver->start_for_frame and
9722 driver->end_for_frame at proper timings.
9723 (font_put_frame_data, font_get_frame_data): New functions.
9724 (Ffont_spec): Add usage in the docstring.
9725
9726 * frame.c (make_frame): Initialize f->font_data_list to NULL.
9727 (Fdelete_frame): Call font_update_drivers.
9728
9729 * xftfont.c (struct xftface_info): Delete the member xft_draw.
9730 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
9731 (xftfont_get_xft_draw): New function.
9732 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
9733 (xftfont_end_for_frame): New function.
9734 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
9735
9736 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
9737 Change argument. Cache GCs in the per-frame data.
9738 (struct ftxfont_frame_data): New struct.
9739 (ftxfont_draw_bitmap): New arg gc_fore and flush.
9740 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
9741 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
9742 (ftxfont_end_for_frame): New function.
9743 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
9744
9745 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
9746
9747 2008-02-01 Kenichi Handa <handa@m17n.org>
9748
9749 * xselect.c (Vselection_coding_system)
9750 (Vnext_selection_coding_system): Delete them.
9751 (syms_of_xselect): Don't declare selection-coding-system and
9752 next-selection-coding-system. They are declared in select.el.
9753
9754 2008-02-01 Jason Rumney <jasonr@gnu.org>
9755
9756 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
9757
9758 * w32fns.c: Include imm.h.
9759 (get_composition_string_fn, get_ime_context_fn): New optional
9760 system functions.
9761 (globals_of_w32fns): Load them from imm32.dll.
9762 (ignore_ime_char): New flag.
9763 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
9764 WM_IME_ENDCOMPOSITION messages.
9765
9766 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
9767 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
9768
9769 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9770
9771 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
9772 (READCHAR_REPORT_MULTIBYTE): New macro.
9773 (readchar): New 2nd arg MULTIBYTE.
9774 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
9775 Make symbol's name multibyte according to the multibyteness of the
9776 source.
9777
9778 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9779
9780 * xfaces.c (face_for_overlay_string): Call lookup_face with
9781 correct arguments (fix of synching with the trunk).
9782
9783 2008-02-01 Kenichi Handa <handa@m17n.org>
9784
9785 * font.c (font_prop_validate_symbol, font_prop_validate_style)
9786 (font_prop_validate_non_neg, font_prop_validate_spacing):
9787 Delete argument prop_index.
9788 (font_property_table): Change arguments to validater. Change Callers.
9789 (font_lispy_object): Delete.
9790 (font_at): Use font_find_object instead fo font_lispy_object.
9791
9792 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9793
9794 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
9795 and file names.
9796
9797 2008-02-01 Jason Rumney <jasonr@gnu.org>
9798
9799 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
9800 (font_matches_spec): Remove debug output.
9801 (add_font_entity_to_list): Avoid using substituted fonts.
9802
9803 2008-02-01 Jason Rumney <jasonr@gnu.org>
9804
9805 * doc.c (Fsnarf_documentation):
9806 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
9807
9808 2008-02-01 Miles Bader <miles@gnu.org>
9809
9810 * dispextern.h (struct glyph_row): Only define "clip" field if
9811 HAVE_WINDOW_SYSTEM is defined.
9812
9813 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 Fix up multi-tty merge.
9816
9817 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
9818 and indentation.
9819
9820 * xfaces.c (free_realized_face, clear_face_gcs):
9821 Include font_done_for_face in the input_blocked section, just in case.
9822
9823 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
9824 (get_char_face_and_encoding): Undo last change and remove the *other*
9825 duplicate definition (i.e. keep the one that's better scoped and that
9826 includes code for the font-backend).
9827
9828 * terminal.c (create_terminal): Default keyboard_coding to
9829 `no-conversion' and terminal_coding to `undecided'.
9830
9831 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
9832
9833 * fontset.c (free_realized_fontsets): Check that the table entry does
9834 contain a fontset before trying to compare it to `base'.
9835
9836 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
9837 syms_of_charset, and syms_of_coding earlier because init_window_once
9838 now needs Vcoding_system_hash_table to be setup.
9839
9840 * coding.h (default_buffer_file_coding): Remove.
9841
9842 * coding.c (default_buffer_file_coding): Remove.
9843 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
9844 than ->symbol, and use the terminal-local coding system.
9845 (syms_of_coding): Don't setup the coding-systems that are not
9846 terminal-local.
9847 (Fdefine_coding_system_internal): Use XCAR/XCDR.
9848
9849 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
9850 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
9851
9852 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
9853 in chartab.c and were re-added here by mistake.
9854 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
9855
9856 * doc.c (Fsnarf_documentation):
9857 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
9858 src to etc.
9859
9860 * ChangeLog.10: Add mistakenly removed entry.
9861
9862 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9863
9864 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
9865
9866 2008-02-01 Miles Bader <miles@gnu.org>
9867
9868 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
9869 Add extra args to FACE_FOR_CHAR.
9870
9871 2008-02-01 Kenichi Handa <handa@m17n.org>
9872
9873 * keymap.c (where_is_internal_1): If key is a cons, store the copy
9874 in sequence.
9875
9876 * chartab.c (map_sub_char_table, map_char_table): If the range
9877 contains just one character, call the function with that character
9878 even if the depth is not 3.
9879
9880 2008-02-01 Jason Rumney <jasonr@gnu.org>
9881
9882 * w32font.c (w32font_text_extents): Calculate metrics for the
9883 whole string.
9884
9885 2008-02-01 Jason Rumney <jasonr@gnu.org>
9886
9887 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
9888
9889 2008-02-01 Jason Rumney <jasonr@gnu.org>
9890
9891 * w32term.c (x_set_glyph_string_clipping): Use
9892 get_glyph_string_clip_rects.
9893 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
9894 Adjust for the change of struct glyph_string.
9895
9896 * w32font.c (w32font_draw): Do clipping here.
9897
9898 2008-02-01 Kenichi Handa <handa@m17n.org>
9899
9900 * xftfont.c (xftfont_draw): Adjust for the change of struct
9901 glyph_string.
9902
9903 * xterm.c (x_set_glyph_string_clipping): Use
9904 get_glyph_string_clip_rects.
9905 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
9906 Adjust for the change of struct glyph_string.
9907
9908 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
9909 the resulting clip(s}.
9910 (expose_overlaps): Add arg r. Change callers. Set it to
9911 row->clip temporarily.
9912 (expose_window): Redraw rows overlapping the exposed area.
9913
9914 * dispextern.h (struct glyph_row): New member clip.
9915 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
9916 clip_height, new member clip, and num_clips.
9917
9918 2008-02-01 Kenichi Handa <handa@m17n.org>
9919
9920 * data.c (Fchar_or_string_p): Fix docstring.
9921
9922 2008-02-01 Kenichi Handa <handa@m17n.org>
9923
9924 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
9925 create a temporary XftDraw object.
9926
9927 2008-02-01 Kenichi Handa <handa@m17n.org>
9928
9929 * font.c (Ffontp): Fix docstring.
9930
9931 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
9932 strong evidence of ISO-2022.
9933
9934 2008-02-01 Kenichi Handa <handa@m17n.org>
9935
9936 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
9937 SYNTAX_ENTRY_FOLLOW_PARENT.
9938
9939 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
9942 its type.
9943 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
9944 Update to the new type of weak_hash_tables and next_weak.
9945
9946 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
9947 a plain C pointer to Lisp_Hash_Table.
9948
9949 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
9950 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
9951 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
9952 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
9953 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
9954 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
9955 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
9956 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
9957 (GC_EQ): Remove since they've been identical to their non-GC_
9958 alter-egos ever since the markbit was eradicated.
9959
9960 * alloc.c:
9961 * buffer.c:
9962 * buffer.h:
9963 * data.c:
9964 * fileio.c:
9965 * filelock.c:
9966 * fns.c:
9967 * frame.h:
9968 * lisp.h:
9969 * macterm.c:
9970 * print.c:
9971 * process.c:
9972 * w32fns.c:
9973 * w32menu.c:
9974 * w32term.c:
9975 * xfns.c:
9976 * xmenu.c:
9977 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
9978
9979 2008-02-01 Kenichi Handa <handa@m17n.org>
9980
9981 * chartab.c (map_sub_char_table): Make it work for the top-level
9982 char-table. Fix handling of parent char-table.
9983 (map_char_table): Adjust for the above change.
9984
9985 2008-02-01 Jason Rumney <jasonr@gnu.org>
9986
9987 * w32font.c (Qgdi): Rename from Qw32.
9988
9989 2008-02-01 Jason Rumney <jasonr@gnu.org>
9990
9991 * w32bdf.c (get_quoted_string): Make function static.
9992
9993 2008-02-01 Kenichi Handa <handa@m17n.org>
9994
9995 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
9996 bigger ascent and descent than those of the font, use them as
9997 font's ascent and descent.
9998
9999 2008-02-01 Kenichi Handa <handa@m17n.org>
10000
10001 * Makefile.in (${lispsource}international/charprop.el): Move this
10002 target within "#ifdef HAVE_UNIDATA" and "#endif".
10003
10004 2008-02-01 Kenichi Handa <handa@m17n.org>
10005
10006 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
10007 (shortlisp): Add ../lisp/language/tai-viet.el.
10008
10009 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
10010
10011 * Makefile.in (${lispsource}international/charprop.el): Depend on
10012 temacs${EXEEXT}.
10013
10014 2008-02-01 Jason Rumney <jasonr@gnu.org>
10015
10016 * w32font.c (w32font_close): Delete the GDI font object.
10017
10018 * w32menu.c: Include character.h.
10019
10020 * w32proc.c: Likewise.
10021
10022 * w32select.c: Likewise.
10023
10024 * makefile.w32-in (w32proc.o): Depend on character.h.
10025
10026 2008-02-01 Jason Rumney <jasonr@gnu.org>
10027
10028 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
10029
10030 * w32menu.c (syms_of_w32menu): Likewise.
10031
10032 * w32proc.c (syms_of_ntproc): Likewise.
10033
10034 * w32select.c (syms_of_w32select): Likewise.
10035
10036 * w32term.c (syms_of_w32term): Likewise.
10037
10038 2008-02-01 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32font.c (w32font_draw): Delete brush after using it.
10041
10042 2008-02-01 Jason Rumney <jasonr@gnu.org>
10043
10044 * w32font.c (w32font_open): Don't set font_idx.
10045 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
10046 to font settings.
10047 (w32font_draw): Fill background explicitly.
10048
10049 2008-02-01 Jason Rumney <jasonr@gnu.org>
10050
10051 * w32term.c (w32_initialize): Don't call w32font_initialize.
10052
10053 * w32font.c (w32font_info): Remove subranges.
10054 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
10055 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
10056 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
10057 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
10058 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
10059 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
10060 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
10061 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
10062 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
10063 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
10064 New symbols.
10065 (font_callback_data): New struct.
10066 (w32font_list, w32font_match): Use it.
10067 (w32font_open): Don't populate subranges.
10068 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
10069 (w32font_encode_char): Always return unicode code-point as-is.
10070 (w32font_text_extents): Supply a transformation matrix to
10071 GetGlyphOutline. Never look up by glyph index. Avoid looping
10072 twice. Use unicode version of GetTexExtentPoint32 instead of
10073 glyph index version.
10074 (set_fonts_frame): Remove.
10075 (w32_enumfont_pattern_entity): Add frame parameter, use it to
10076 set frame parameter. Use backward compatible fake foundries.
10077 Save generic family in extra slot under QCfamily. Make width slot
10078 constant. Save QCspacing value. Save list of scripts instead of
10079 binary subranges.
10080 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
10081 (add_font_entity_to_list): Use font_callback_data struct. Filter
10082 unwanted fonts.
10083 (add_one_font_entity_to_list): Use font_callback_data struct.
10084 (w32_registry): Default to iso10646_1.
10085 (fill_in_logfont): Use dpi from extra slot. Don't bother with
10086 string font registries. Don't fill in font name if it is a generic
10087 family name, fill family instead. Use spacing, family and script
10088 extra info to fill pitch, family and charset fields.
10089 (list_all_matching_fonts): Use font_callback_data struct.
10090 (unicode_range_for_char): Remove.
10091 (font_supported_scripts): New function.
10092 (w32font_initialize): Remove.
10093 (syms_of_w32font): Update which symbols are defined.
10094
10095 2008-02-01 Jason Rumney <jasonr@gnu.org>
10096
10097 * font.c (font_pixel_size): Reverse assq_no_quit args.
10098
10099 * w32term.h (FONT_WIDTH): Report max width, not average.
10100 (FONT_MAX_WIDTH): Remove.
10101 (FONT_AVG_WIDTH): New macro.
10102
10103 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
10104 redefinition of FONT_WIDTH.
10105
10106 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
10107 (w32_cache_char_metrics): Use FONT_WIDTH.
10108
10109 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
10110
10111 2008-02-01 Jason Rumney <jasonr@gnu.org>
10112
10113 * w32font.c (w32font_open): Make lfHeight negative.
10114
10115 * w32fns.c (x_default_font_parameter): Use new style font name.
10116 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
10117
10118 2008-02-01 Jason Rumney <jasonr@gnu.org>
10119
10120 * w32font.c (QCsubranges): New symbol.
10121 (w32font_open, w32font_has_char): Get subranges from subproperty
10122 of extra.
10123 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
10124 (syms_of_w32font): Define :subranges symbol.
10125
10126 * font.c (font_put_extra): Expose externally.
10127
10128 * font.h (font_put_extra): Move declaration from font.c.
10129
10130 * font.c (Ffont_get): Use font driver to determine otf capability.
10131 (adjust_anchor): Check if driver defines anchor_point before using.
10132
10133 * w32font.c (w32font_open): Handle size, height and pixel_size better.
10134 (w32font_draw): Use options.
10135 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
10136 Fix detection of truetype fonts.
10137 (registry_to_w32_charset): Handle charsets other than iso8859-1
10138 expressed as lisp symbols.
10139 (w32_registry): Express charset as lisp symbol.
10140 (fill_in_logfont): Reverse pixel and point height logic.
10141 Don't set width here. Set quality to default.
10142
10143 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
10144 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
10145
10146 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
10147 Remove redundant loop and allocation.
10148
10149 * makefile.w32-in (font.o, w32font.o): New objects.
10150 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
10151 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
10152
10153 * xdisp.c (fill_composite_glyph_string): Make the first arg to
10154 STORE_XCHARB a valid l-value.
10155
10156 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
10157 calculations for non-Truetype fonts.
10158 (x_draw_glyph_string): Sync with xterm.c.
10159 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
10160 Remove redundant code.
10161 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
10162
10163 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
10164 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
10165
10166 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
10167 (x_to_w32_charset, w32_to_x_charset): Expose externally.
10168
10169 * w32font.c: New file for w32 font backend.
10170
10171 2008-02-01 Kenichi Handa <handa@m17n.org>
10172
10173 * term.c: Don't include "buffer.h" twice.
10174
10175 2008-02-01 Kenichi Handa <handa@m17n.org>
10176
10177 * character.c (Funibyte_string): New function.
10178 (syms_of_character): Defsubr it.
10179
10180 2008-02-01 Jason Rumney <jasonr@gnu.org>
10181
10182 * w32term.c [USE_FONT_BACKEND]:
10183 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
10184 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
10185 (x_draw_glyph_string, x_draw_glyph_string_foreground)
10186 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
10187 (x_free_frame_resources): Sync with xterm.c.
10188
10189 2008-02-01 Andreas Schwab <schwab@suse.de>
10190
10191 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
10192 char-table size.
10193
10194 2008-02-01 Kenichi Handa <handa@m17n.org>
10195
10196 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
10197
10198 2008-02-01 Kenichi Handa <handa@m17n.org>
10199
10200 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
10201 font_otf_gpos, add font_drive_otf.
10202
10203 * fontset.c (fontset_find_font): Pay attention to font size
10204 specified for a font.
10205 (reorder_font_vector): Check contents of font_def.
10206
10207 * font.c (struct otf_list): Delete it.
10208 (otf_list): Make it a lisp variable.
10209 (otf_open): Use lispy otf_list.
10210 (generate_otf_features): Rename from parse_gsub_gpos_spec.
10211 (check_otf_features): New function.
10212 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10213 New functions.
10214 (font_drive_otf): New function merging font_otf_gsub and
10215 font_otf_gpos.
10216 (font_open_for_lface): New arg spec. Change argument order.
10217 (font_load_for_face): Adjust for the change of font_open_for_lface.
10218 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
10219 Ffont_otf_gpos.
10220 (syms_of_font): Staticpro otf_list. Delete defsubr of
10221 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
10222
10223 * xfaces.c (set_font_frame_param): Adjust for the change of
10224 font_open_for_lface.
10225
10226 * font.h (font_open_for_lface): Adjust prototype.
10227 (struct font_driver): Delete members otf_gsub and otf_gpos, add
10228 member otf_drive.
10229 (font_otf_gsub, font_otf_gpos): Delete externs.
10230 (font_drive_otf): Extern it.
10231
10232 2008-02-01 Kenichi Handa <handa@m17n.org>
10233
10234 * font.c (font_at): If the window W is not on a window system,
10235 return Qnil.
10236
10237 * coding.c (produce_chars, encode_coding): Don't call
10238 insert_from_gap if no characters to produce.
10239
10240 2008-02-01 Kenichi Handa <handa@m17n.org>
10241
10242 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
10243 Fclear_face_cache.
10244
10245 * xfaces.c (face_for_font): Check also face->font==font->font.font.
10246
10247 2008-02-01 Miles Bader <miles@gnu.org>
10248
10249 * emacs.c (main): Change default value of `enable_font_backend' to 1.
10250 Parse "--disable-font-backend" option.
10251 (standard_args): Add "--disable-font-backend" option.
10252
10253 2008-02-01 Kenichi Handa <handa@m17n.org>
10254
10255 * fontset.c (fontset_find_font): New function.
10256 (fontset_font): Use fontset_find_font.
10257 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
10258 Register the specified font for all Latin characters.
10259 (new_fontset_from_font): Register the specified font for all Latin
10260 characters.
10261 (dump_fontset): For a realized fontset, include the base fontset
10262 name in the returned vector.
10263
10264 2008-02-01 Kenichi Handa <handa@m17n.org>
10265
10266 * character.h (CHAR_STRING): Cast C to unsigned on calling
10267 char_string.
10268
10269 * character.c (char_string): Type of arg C changed to unsigned.
10270 Signal an error if C is an invalid character code.
10271
10272 * editfns.c (general_insert_function, Fchar_to_string):
10273 Use CHARACTERP, not INTEGERP.
10274
10275 2008-02-01 Kenichi Handa <handa@m17n.org>
10276
10277 * character.h (MIN_MULTIBYTE_LEADING_CODE)
10278 (MAX_MULTIBYTE_LEADING_CODE): New macros.
10279
10280 * regex.c (analyse_first): Fix for multibyte characters in "case
10281 charset:" and "case categoryspec:".
10282
10283 2008-02-01 Andreas Schwab <schwab@suse.de>
10284
10285 * Makefile.in (LIBES): Move standard libraries to the end.
10286
10287 2008-02-01 Kenichi Handa <handa@m17n.org>
10288
10289 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
10290 nonzero, don't shrink the buffer nextb.
10291
10292 * buffer.h (struct buffer_text): New member inhibit_shrinking.
10293
10294 * coding.c (coding_alloc_by_making_gap): New arg offset.
10295 (alloc_destination): Call coding_alloc_by_making_gap with the arg
10296 offset.
10297 (decode_coding_iso_2022): Update coding->safe_charsets.
10298 (decode_coding_gap): Temporarily set
10299 current_buffer->text->inhibit_shrinking to 1.
10300
10301 2008-02-01 Kenichi Handa <handa@m17n.org>
10302
10303 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
10304 indexing into elements of s->cmp and s->char2b.
10305
10306 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10307
10308 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
10309
10310 2008-02-01 Kenichi Handa <handa@m17n.org>
10311
10312 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
10313 target_multibyte instead of multibyte.
10314 (re_match_2_internal): Call bcmp_translate with target_multibyte.
10315 (bcmp_translate): Change the argument name from multibyte to
10316 target_multibyte.
10317
10318 2008-02-01 Kenichi Handa <handa@m17n.org>
10319
10320 These changes are to compile a regexp into a pattern that can be
10321 used both for multibyte and unibyte targets.
10322
10323 * Makefile.in (search.o): Depend on charset.h.
10324
10325 * character.c (multibyte_char_to_unibyte_safe): New function.
10326
10327 * search.c: Include "charset.h".
10328 (compile_pattern_1): Delete argument multibyte. Don't set
10329 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
10330 (compile_pattern): Don't compare cp->buf.target_multibyte.
10331 Compare cp->buf.charset_unibyte.
10332 (compile_pattern): Set cp->buf.target_multibyte.
10333
10334 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
10335
10336 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
10337
10338 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
10339 multibyte. Change callers.
10340 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
10341 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
10342 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
10343 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
10344 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
10345 (regex_compile): Make the compiled pattern usable both for
10346 multibyte and unibyte targets.
10347 (analyse_first): Make the fastmap usable both for multibyte and
10348 unibyte targets.
10349 (TRANSLATE_VIA_MULTIBYTE): Delete.
10350 (re_match_2_internal): Pay attention to the case that the
10351 multibyteness of bufp and target may be different.
10352
10353 2008-02-01 Kenichi Handa <handa@m17n.org>
10354
10355 * xdisp.c (x_produce_glyphs): When a font is not found, make the
10356 empty box occupy at least one column width.
10357
10358 2008-02-01 Miles Bader <miles@gnu.org>
10359
10360 * Makefile.in: Remove redundant HAVE_XFT clause.
10361
10362 2008-02-01 Kenichi Handa <handa@m17n.org>
10363
10364 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
10365
10366 2008-02-01 Kenichi Handa <handa@m17n.org>
10367
10368 * fontset.c (Finternal_char_font): Fix for the case of POSITION
10369 being nil.
10370
10371 2008-02-01 Kenichi Handa <handa@m17n.org>
10372
10373 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
10374
10375 2008-02-01 Kenichi Handa <handa@m17n.org>
10376
10377 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
10378
10379 2008-02-01 Kenichi Handa <handa@m17n.org>
10380
10381 * search.c (simple_search): Fix previous change.
10382
10383 2008-02-01 Kenichi Handa <handa@m17n.org>
10384
10385 * xftfont.c (ftfont_font_format): Extern declaration.
10386
10387 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
10388
10389 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
10390 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
10391
10392 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
10393 (ftfont_font_format): Fix previous change.
10394
10395 * font.h (Ffont_xlfd_name): EXFUN it.
10396
10397 * font.c (font_parse_xlfd): Fix the array size of `f'.
10398 (register_font_driver): Use EQ to compare driver->type.
10399
10400 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
10401 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
10402 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
10403
10404 2008-02-01 Kenichi Handa <handa@m17n.org>
10405
10406 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
10407 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
10408
10409 2008-02-01 Kenichi Handa <handa@m17n.org>
10410
10411 * xfont.c (xfont_open): Set font->format.
10412
10413 * xftfont.c (xftfont_open): Set font->format.
10414
10415 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
10416 (ftfont_list): Include FC_FONTFORMAT in FcObject.
10417 (ftfont_open): Set font->format.
10418 (ftfont_font_format): New function.
10419
10420 * font.h (struct font): New member format.
10421
10422 * font.c (Qopentype): New variable.
10423 (syms_of_font): Defsym it.
10424 (Fquery_font): Change the format of the last element of the return
10425 value.
10426
10427 2008-02-01 Kenichi Handa <handa@m17n.org>
10428
10429 * xfns.c (xic_create_xfontset): Try the default fontset name as a
10430 last resort.
10431
10432 2008-02-01 Kenichi Handa <handa@m17n.org>
10433
10434 * coding.c (detect_coding_charset): Fix detection of multi-byte
10435 charset.
10436
10437 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
10438
10439 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
10440
10441 2008-02-01 Kenichi Handa <handa@m17n.org>
10442
10443 * xdisp.c (get_next_display_element): Set it->face_id for the
10444 first component of a composition.
10445 (x_produce_glyphs): Check if the font is changed or not for composition.
10446
10447 2008-02-01 Kenichi Handa <handa@m17n.org>
10448
10449 * fontset.c (Qlatin): New variable.
10450 (syms_of_fontset): Define it as a lisp symbol.
10451 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
10452
10453 2008-02-01 Kenichi Handa <handa@m17n.org>
10454
10455 * font.c (font_unparse_fcname): Pay attention to the case that
10456 some of font property is a null string.
10457
10458 2008-02-01 Kenichi Handa <handa@m17n.org>
10459
10460 * term.c: Include "composite.h".
10461 (encode_terminal_code): Output all components of composition.
10462 Check the size of encode_terminal_src.
10463 (produce_glyphs): For composition, call produce_composite_glyph.
10464 (append_composite_glyph, produce_composite_glyph): New functions.
10465
10466 * xdisp.c (x_produce_glyphs): In handling composition, if a font
10467 is not found, get font_info from the current ascii face.
10468
10469 2008-02-01 Kenichi Handa <handa@m17n.org>
10470
10471 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
10472 buffer-file-name to Qnil before calling insert_from_buffer.
10473
10474 * font.c (font_unparse_fcname): Pay attention to the case that
10475 foundry is a null string.
10476
10477 2008-02-01 Kenichi Handa <handa@m17n.org>
10478
10479 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
10480
10481 * font.c (Qunicode_sip): New variable.
10482 (syms_of_font): Declare it as a Lisp symbol.
10483
10484 * font.h (Qunicode_sip): Extern it.
10485
10486 2008-02-01 Kenichi Handa <handa@m17n.org>
10487
10488 * composite.c (get_composition_id): Pay attention to TAB component.
10489
10490 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
10491 TAB. Adjust for the change of s->char2b which always points to
10492 the first element of allocated memory.
10493
10494 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
10495
10496 * xdisp.c (handle_composition_prop): Set it->c to the first
10497 non-TAB component.
10498 (fill_composite_glyph_string): Change argument.
10499 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
10500 (x_produce_glyphs): Fix handling of left/right padding.
10501
10502 2008-02-01 Kenichi Handa <handa@m17n.org>
10503
10504 * coding.c (detect_coding_system): Fix for handling off
10505 inhibit_iso_escape_detection. Fix for the case that no coding
10506 system is defined for a specific coding category.
10507
10508 2008-02-01 Kenichi Handa <handa@m17n.org>
10509
10510 * font.c (font_matching_entity): Delete unused local var.
10511
10512 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
10513 opening a font.
10514
10515 * fileio.c (Finsert_file_contents): On recovering a file, assume
10516 Unix-like eol.
10517 (choose_write_coding_system): On auto-saving a file, force
10518 Unix-like eol.
10519
10520 * coding.c (setup_coding_system): Fix setting of
10521 coding->common_flags based on eol_type.
10522 (coding_inherit_eol_type): If PARENT is not nil, be sure to
10523 inherit from it.
10524
10525 2008-02-01 Kenichi Handa <handa@m17n.org>
10526
10527 * alloc.c (NSTATICS): Increas to 0x600.
10528
10529 2008-02-01 Kenichi Handa <handa@m17n.org>
10530
10531 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
10532 (ftfont_list): Don't check :name property.
10533 (ftfont_match): New function.
10534 (ftfont_pattern_entity): If the pattern doesn't contain
10535 FC_SPACING, don't assume FC_MONO.
10536
10537 * font.h (struct font_driver): New member `match'.
10538 (font_update_drivers): Adjust prototype.
10539
10540 * font.c (font_parse_fcname, font_parse_name): Don't change :name
10541 property of FONT.
10542 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
10543 them unconditionally.
10544 (font_matching_entity): New function.
10545 (font_open_by_name): Try font_matching_entity if exact match is
10546 not found.
10547 (font_update_drivers): Delete the arg FONT. Return a list of
10548 actually used backends. Don't free faces, font caches here.
10549 Don't store data in frame parameters. Don't call x_set_font.
10550 (Ffont_spec): Store :name property as is.
10551 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
10552 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
10553 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
10554 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
10555 Call font->driver->otf_gsub instead of font_otf_gsub.
10556
10557 * frame.c (x_set_font_backend): Do more works that were done in
10558 font_update_drivers before.
10559
10560 * xfont.c (xfont_match): New function.
10561 (xfont_driver): Set xfont_driver.match to xfont_match.
10562 (xfont_draw): Set font in GC if necessary.
10563
10564 * ftxfont.c (ftxfont_match): New function.
10565 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
10566
10567 * xftfont.c (xftfont_match): New function.
10568 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
10569
10570 2008-02-01 Kenichi Handa <handa@m17n.org>
10571
10572 * font.h (struct font): New member scalable.
10573 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
10574 (font_otf_gsub): Adjust prototype.
10575
10576 * font.c (font_otf_capability): Fix handling of the default langsys.
10577 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
10578 Check the contents of SPEC.
10579 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
10580 (check_gstring): New function.
10581 (REPLACEMENT_CHARACTER): New macro.
10582 (font_otf_gsub): New arg alternate_subst. Be sure to set all
10583 glyph codes of GSTRING.
10584 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
10585 (font_prepare_composition): Set cmp->glyph_len.
10586 (font_open_entity): Set font->scalable.
10587 (Ffont_get): Handle :otf property.
10588 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
10589 functions.
10590 (Fquery_font): Use font->font.full_name.
10591 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
10592 Sfont_otf_alternates.
10593
10594 * ftfont.c (ftfont_open): Set font->font.full_name and
10595 font->font.name properly. Fix calculation of font->font.height
10596 and font->min_width.
10597
10598 * ftxfont.c (ftxfont_create_gcs): New function.
10599 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
10600 (ftxfont_draw_backgrond): Fix filling region.
10601 (ftxfont_default_fid): New function.
10602 (ftxfont_open): Set xfont->fid to the return value of
10603 ftxfont_default_fid.
10604 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
10605 (ftxfont_done_face): Free only GCs that are created by
10606 ftxfont_create_gcs.
10607 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
10608
10609 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
10610 Clip to src->width, etc (not src->clip_XXX).
10611
10612 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
10613 FontBackend frame parameter.
10614
10615 2008-02-01 Kenichi Handa <handa@m17n.org>
10616
10617 * font.h (struct font_driver_list): New member `on'.
10618 (Fclear_font_cache): EXFUN it.
10619 (font_update_drivers): Extern it.
10620
10621 * font.c (font_unparse_fcname): Fix typo (swidth->width).
10622 (font_list_entities): Check driver_list->on.
10623 (register_font_driver): Initalize `on' member to 0.
10624 (font_update_drivers): New function.
10625 (Fclear_font_cache): Check driver_list->on.
10626
10627 * frame.h (Qfont_backend): Extern it.
10628 (x_set_font_backend): Extern it.
10629
10630 * frame.c (Qfont_backend): New variable.
10631 (frame_parms): New element for font-backend.
10632 (x_set_font_backend): New function.
10633
10634 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
10635 FontBackend frame parameter.
10636 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
10637 x_set_font_backend.
10638
10639 * xfont.c (xfont_list): Don't try listing by :name property if the
10640 name is not for XLFD.
10641
10642 2008-02-01 Kenichi Handa <handa@m17n.org>
10643
10644 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
10645 (LGLYPH_SET_TO): New macros.
10646 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
10647 element of G is vector or not.
10648 (font_at): Extern it.
10649
10650 * font.c: Include window.h.
10651 (font_lispy_object): New function.
10652 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
10653 end of valid glyph.
10654 (font_close_object): Fix getting (struct font *).
10655 (font_at): New function.
10656 (Ffont_get): If FONT is a font-object, get entity from it.
10657 (Ffont_make_gstring): Initialize elements of glyphs with nil.
10658 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
10659 range check.
10660 (Ffont_at): New function.
10661 (syms_of_font): Defsubr Sfont_at.
10662
10663 * xdisp.c (it_props): Move the entry for Qauto_composed to just
10664 before the entry for Qcomposition.
10665 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
10666 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
10667 the font in gstring.
10668 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
10669 LGLYPH_FORM (g) to detect the end of valid glyph.
10670 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
10671 we are composing with gstring.
10672
10673 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
10674 Check if adjustment is vector or not.
10675
10676 * Makefile.in (font.o): Make it depends on window.h.
10677
10678 2008-02-01 Kenichi Handa <handa@m17n.org>
10679
10680 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
10681 adjustment is vector or not.
10682
10683 2008-02-01 Miles Bader <miles@gnu.org>
10684
10685 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
10686
10687 2008-02-01 Kenichi Handa <handa@m17n.org>
10688
10689 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
10690 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
10691 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
10692
10693 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
10694 (DEVICE_DELTA): Fix typo.
10695 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
10696 LGLYPH format.
10697
10698 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
10699 the change of LGLYPH format.
10700
10701 2008-02-01 Kenichi Handa <handa@m17n.org>
10702
10703 * ftfont.c (ftfont_list): Fix typo.
10704 (ftfont_build_basic_charsets): Don't include letters with diacritics.
10705
10706 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
10707
10708 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
10709
10710 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
10711 xftface_info is non-NULL.
10712
10713 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
10714
10715 * ftfont.c (ftfont_list): Move misplaced #endif.
10716
10717 2008-02-01 Kenichi Handa <handa@m17n.org>
10718
10719 * ftfont.c (ftfont_list): Pay attention to the case that
10720 FC_CAPABILITY is not defined.
10721
10722 2008-02-01 Kenichi Handa <handa@m17n.org>
10723
10724 * xftfont.c (xftfont_open): Set charset related members to -1.
10725
10726 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
10727 QCname.
10728 (ftfont_open): Set charset related members to -1.
10729
10730 * fontset.c (Votf_script_alist): New variable.
10731 (syms_of_fontset): Initialize it.
10732 (fontset_font): Delete unused variable.
10733
10734 * fontset.h (Votf_script_alist): Extern it.
10735
10736 * font.c (font_find_for_lface): Optimize code.
10737
10738 * font.h (font_close_object, font_merge_old_spec): Extern them.
10739
10740 2008-02-01 Kenichi Handa <handa@m17n.org>
10741
10742 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
10743 (syms_of_font): Initialize them.
10744 (font_pixel_size): Allow float value in dpi.
10745 (font_prop_validate_type): Delete.
10746 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
10747 Change caller.
10748 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
10749 (font_prop_validate_extra): Delete.
10750 (font_prop_validate_spacing): New function.
10751 (font_property_table): Add elements for all known properties.
10752 (get_font_prop_index): Rename from check_font_prop_name. New
10753 argument FROM. Change caller.
10754 (font_prop_validate): Validate all known properties.
10755 (font_put_extra): Delete argument force. Change caller.
10756 (font_expand_wildcards): Make it static. Fix the way of shrinking
10757 the possible range.
10758 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
10759 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
10760 Change caller.
10761 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
10762 (font_parse_fcname): Delete argument merge. Fix parsing of point
10763 size. Don't validate properties values here. Change caller.
10764 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
10765 (font_open_by_name): Delete unused variable.
10766 (Ffont_spec): Likewise. Validate property values.
10767 (Ffont_match_p): New function.
10768
10769 * font.h (QCscalable): Extern it.
10770 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
10771
10772 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
10773
10774 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
10775 (xfont_list_pattern): New function.
10776 (xfont_list): Use xfont_list_pattern.
10777
10778 2008-02-01 Kenichi Handa <handa@m17n.org>
10779
10780 * font.h (Flist_fonts): EXFUN it.
10781
10782 2008-02-01 Jason Rumney <jasonr@gnu.org>
10783
10784 * w32term.c (w32_initialize): Add back smoothing_type and
10785 smoothing_enabled definitions.
10786
10787 2008-02-01 Kenichi Handa <handa@m17n.org>
10788
10789 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
10790 s->face->font on determining underline position.
10791
10792 2008-02-01 Kenichi Handa <handa@m17n.org>
10793
10794 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
10795 (font_has_char): Accept font-object too.
10796 (font_find_for_lface): Try at first with a size specified in face.
10797
10798 2008-02-01 Kenichi Handa <handa@m17n.org>
10799
10800 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
10801 font_open_by_name.
10802
10803 2008-02-01 Kenichi Handa <handa@m17n.org>
10804
10805 * font.h (QCspacing, QCdpi): Extern them.
10806 (enum font_spacing): New enum.
10807 (FONT_PIXEL_SIZE_QUANTUM): New macro.
10808
10809 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
10810 (QCspacing, QCdpi): New variables.
10811 (syms_of_font): Initialize them.
10812 (font_pixel_size): New function.
10813 (font_put_extra): New function.
10814 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
10815 in FONT_EXTRA.
10816 (font_parse_fcname): Handle enumerated values (e.g. bold).
10817 Fix handling font size. Add QCname property that contains only
10818 unknown properties.
10819 (font_score): Change argument. Change caller. Pay attention to
10820 FONT_PIXEL_SIZE_QUANTUM.
10821 (font_sort_entites, font_list_entities, font_find_for_lface)
10822 (font_open_for_lface, font_open_by_name): Fix handling of font size.
10823 (Ffont_spec): Add QCname property that contains only unknown properties.
10824
10825 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
10826 include weight in listing pattern, instead check weight of each
10827 listed font. Don't include scalable in pattern. Pay attention to
10828 FONT_PIXEL_SIZE_QUANTUM.
10829
10830 2008-02-01 Kenichi Handa <handa@m17n.org>
10831
10832 * font.c (font_parse_fcname): Fix parsing of point-size.
10833 (font_unparse_fcname): Produce symbolic names for style properties.
10834 (font_list_entities): Handle float size correctly.
10835 (font_open_by_name): Prefer `normal' property values if the name
10836 doesn't specify them.
10837
10838 * fontset.c (Finternal_char_font): Use font_get_name, not
10839 Ffont_xlfd_name.
10840
10841 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
10842 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
10843 pattern. Don't force scalable.
10844
10845 * xftfont.c (xftfont_open): For generating a name, start from
10846 96-byte buffer.
10847
10848 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
10849
10850 * frame.h (x_new_fontset2): Fix prototype.
10851
10852 2008-02-01 Kenichi Handa <handa@m17n.org>
10853
10854 * font.h (struct font_driver): Delete member parse_name.
10855 (font_match_p, font_get_spec, font_parse_fcname)
10856 (font_unparse_fcname): Extern them.
10857 (font_get_name): Adjust prototype.
10858
10859 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
10860 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
10861 (font_expand_wildcards): Fix handling ENCODING field. Avoid
10862 unnecessary checks for weight, slant, and swidth.
10863 (font_parse_fcname): New function.
10864 (font_unparse_fcname): New function.
10865 (font_parse_name): New function.
10866 (font_match_p): New function.
10867 (font_get_name): Change return value to Lisp string.
10868 (font_get_spec): New function.
10869 (Qunspecified, Qignore_defface): Don't extern them.
10870 (font_find_for_lface): Assume that LFACE is fully specified.
10871 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
10872 object, use it for FACE.
10873 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
10874 driver->parse_name.
10875 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
10876
10877 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
10878 prototype.
10879
10880 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
10881 argument F. Don't call Fnew_fontset. Instead, directly call
10882 make_fontset.
10883
10884 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
10885
10886 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
10887 of x_new_fontset2.
10888
10889 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
10890 (Qsans__serif): New variables.
10891 (ftfont_generic_family_list): New variable.
10892 (syms_of_ftfont): Initialize the above variables.
10893 (ftfont_pattern_entity): Delete argument NAME.
10894 (ftfont_list_generic_family): New function.
10895 (ftfont_parse_name): Delete this function.
10896 (ftfont_list): Try generic family only when FcFontList found no font.
10897 (ftfont_list_family): Fix args to FcObjectSetBuild.
10898
10899 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
10900 object in attrs[LFACE_FONT_INDEX].
10901 (set_lface_from_font_name): Cancel all changes for font-backend.
10902 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
10903 function.
10904 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
10905 font object in QCfont attribute.
10906 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
10907 (realize_default_face) [USE_FONT_BACKEND]: Call
10908 set_lface_from_font_and_fontset.
10909
10910 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
10911 "fixed", and signal error here if no suitable font was found.
10912
10913 * xfont.c (xfont_parse_name): Delete this function.
10914
10915 * xftfont.c (xftfont_open): Change coding style of error
10916 handling. Generate fontconfig's fontname pattern.
10917
10918 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
10919 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
10920
10921 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
10922 Both args FONTSET and FONT_OBJECT must be existing ones.
10923
10924 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10925
10926 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
10927
10928 2008-02-01 Kenichi Handa <handa@m17n.org>
10929
10930 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
10931
10932 * font.h (struct font): Fix typo.
10933
10934 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
10935 XLFD_XXX_INDEX.
10936 (enum xlfd_field_mask): New enum.
10937 (intern_font_field): Changed argument. Change caller. If digits
10938 are followed by non-digits, return a symbol.
10939 (font_expand_wildcards): New function.
10940 (font_parse_xlfd): Fix wildcard handling.
10941 (Ffont_spec): If :name is specified, reflect the info in the other
10942 properties.
10943
10944 * ftfont.c (ftfont_pattern_entity): Fix typo.
10945 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
10946 locale.
10947
10948 2008-02-01 Kenichi Handa <handa@m17n.org>
10949
10950 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
10951
10952 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
10953 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
10954 registry doesn't specify encoding part.
10955 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
10956 (font_open_by_name): At first try parsing the name.
10957 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
10958 as Lisp symbols.
10959
10960 * fontset.c (reorder_font_vector): Pay attention to the case that
10961 the 3rd element of font_def is nil.
10962 (fontset_font): For the default fontset, append one more fontset
10963 elements for a script-based font specification. Don't add script
10964 attribute on finding a font.
10965 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
10966 font name.
10967 (fontset_ascii_font): If a font can't be opened, return nil.
10968
10969 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
10970 (ftfont_pattern_entity): New function.
10971 (ftfont_get_cache): Assume that freetype_font_cache is already
10972 initialized.
10973 (ftfont_list): Handle the case that a file is specified in font
10974 name. Use ftfont_pattern_entity to generate entities.
10975 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
10976 (syms_of_ftfont): Initialize freetype_font_cache.
10977
10978 * xftfont.c (xftfont_open): Make the font name fontconfig's
10979 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
10980 (xftfont_close): Free font->font.name if not NULL.
10981
10982 * xfont.c (xfont_list): If script is specified for a font, return
10983 null_vector.
10984 (xfont_list_family): Declare argument type.
10985
10986 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
10987 name, set LFACE_FONT (lface) to nil.
10988
10989 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
10990 return Qnil.
10991
10992 2008-02-01 Kenichi Handa <handa@m17n.org>
10993
10994 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
10995 (standard_args): Add "-enable-font-backend".
10996
10997 2008-02-01 Kenichi Handa <handa@m17n.org>
10998
10999 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
11000 (struct xftdraw_list, xftdraw_list): Delete them.
11001 (register_xftdraw, check_xftdraw): Delete them.
11002 (xftfont_prepare_face): Don't call register_xftdraw.
11003 (xftfont_done_face): Don't call check_xftdraw.
11004 (xftfont_draw): Get background color only when with_background is
11005 nonzero.
11006
11007 * xfont.c (xfont_encode_char): Fix calculation of char2b.
11008
11009 2008-02-01 Kenichi Handa <handa@m17n.org>
11010
11011 These changes are for the new font handling codes.
11012
11013 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
11014 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
11015 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
11016 (FONTSRC, FONTOBJ): New variables.
11017 (obj): Add $(FONTOBJ).
11018 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
11019 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
11020 @LIBOTF_LIBS@.
11021 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
11022 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
11023
11024 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
11025
11026 * character.h (Vscript_representative_chars): Extern it.
11027
11028 * character.c (Vscript_representative_chars): New variable.
11029 (syms_of_character): Declare it as a Lisp variable.
11030
11031 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
11032 enable_font_backend is nonzero, accept the composition method
11033 COMPOSITION_WITH_GLYPH_STRING.
11034
11035 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
11036 enumeration COMPOSITION_WITH_GLYPH_STRING.
11037
11038 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
11039 members clip_x, clip_y, clip_width, and clip_height.
11040 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
11041
11042 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
11043 --enable-font-backend. Call syms_of_font.
11044
11045 * fns.c (assoc_no_quit): New function.
11046
11047 * fontset.h (FONT_INFO_FROM_FACE): New macro.
11048 (face_for_font, new_fontset_from_font)
11049 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
11050
11051 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
11052 (fontset_font, fontset_ascii, face_for_char)
11053 (make_fontset_for_ascii_face, Ffont_info)
11054 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
11055 is nonzero, use font-backend mechanism.
11056 (find_font_encoding): Make it non-static.
11057 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
11058 New functions.
11059
11060 * frame.h (struct frame): New members resx and resy.
11061 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
11062 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
11063
11064 * frame.c [USE_FONT_BACKEND]: Include "font.h".
11065 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
11066
11067 * lisp.h (assoc_no_quit): Extern it.
11068
11069 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
11070 Through out the file, use FONT_INFO_FROM_FACE instead of
11071 FONT_INFO_FROM_ID, use get_per_char_metric instead of
11072 rif->per_char_metric.
11073 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
11074 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
11075 (get_glyph_face_and_encoding, fill_composite_glyph_string)
11076 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
11077 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
11078 nonzero, use font-backend mechanism.
11079 (get_per_char_metric): New function.
11080
11081 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
11082 (set_lface_from_font_name)
11083 (set_font_frame_param, free_realized_face)
11084 (prepare_face_for_display, clear_face_gcs)
11085 (Finternal_set_font_selection_order, realize_x_face)
11086 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
11087 font-backend mechanism.
11088 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
11089 (load_face_font) [USE_FONT_BACKEND]: Abort.
11090 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
11091 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
11092
11093 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
11094 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
11095 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
11096 nonzero, register all available font drivers. Call
11097 x_default_font_parameter for deciding a font.
11098 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
11099
11100 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
11101 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
11102 (x_set_glyph_string_clipping_exactly)
11103 (x_compute_glyph_string_overhangs)
11104 (x_draw_glyph_string_foreground)
11105 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
11106 (x_free_frame_resources) [USE_FONT_BACKEND]: If
11107 enable_font_backend is nonzero, use font-backend mechanism.
11108 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
11109
11110 2008-02-01 Kenichi Handa <handa@m17n.org>
11111
11112 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
11113 system_eol_type.
11114 (syms_of_coding): Initialize system_eol_type.
11115
11116 * process.c (Fset_process_coding_system): Inherit system's eol
11117 format if necessary.
11118
11119 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11120
11121 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
11122
11123 2008-02-01 Kenichi Handa <handa@m17n.org>
11124
11125 * coding.c (decode_eol): Pay attention to buffer relocation in
11126 del_range_2.
11127 (decode_coding): Call decode_eol before restoring undo_list.
11128
11129 2008-02-01 Kenichi Handa <handa@m17n.org>
11130
11131 * charset.c (Fdefine_charset_internal): Fix setting of
11132 emacs_mule_bytes.
11133
11134 2008-02-01 Kenichi Handa <handa@m17n.org>
11135
11136 * keyboard.c (read_char): Check if C is a character or not before
11137 looking up Vkeyboard_translate_table.
11138
11139 2008-02-01 Kenichi Handa <handa@m17n.org>
11140
11141 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
11142 condition to terminate the loop.
11143
11144 2008-02-01 Kenichi Handa <handa@m17n.org>
11145
11146 * coding.c (produce_composition): Compare charbuf[i] instead of
11147 args[i] against 0.
11148 (Fterminal_coding_system): Use EQ to compare Lisp objects.
11149
11150 2008-02-01 Kenichi Handa <handa@m17n.org>
11151
11152 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
11153 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
11154 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
11155 detect_coding.
11156 (emacs_mule_char): Handle old style (Emacs 20) component character
11157 of a composition.
11158 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
11159 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
11160 composition rule.
11161 (decode_coding_emacs_mule): Handle invalid bytes correctly.
11162
11163 2008-02-01 Kenichi Handa <handa@m17n.org>
11164
11165 * coding.c (encode_coding_ccl): Allocate destination dynamically
11166 when necessary.
11167
11168 2008-02-01 Kenichi Handa <handa@m17n.org>
11169
11170 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
11171 the loop. When quitted, show a proper error message.
11172
11173 2008-02-01 Kenichi Handa <handa@m17n.org>
11174
11175 * xterm.c (x_set_glyph_string_clipping_exactly): Set
11176 src->clip_head and src->clip_tail temporarily instead of src->hl.
11177
11178 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
11179 character sequence.
11180 (Fccl_execute_on_string): Use ASET, not XSET.
11181
11182 2008-02-01 Kenichi Handa <handa@m17n.org>
11183
11184 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
11185
11186 2008-02-01 Kenichi Handa <handa@m17n.org>
11187
11188 * coding.c (decode_coding): Fix the condition of terminating the
11189 decoding loop.
11190
11191 2008-02-01 Kenichi Handa <handa@m17n.org>
11192
11193 * data.c (Faset): On setting a character bigger than 255 in a
11194 unibyte string, signal an error instead of make the string multibyte.
11195
11196 2008-02-01 Kenichi Handa <handa@m17n.org>
11197
11198 * charset.c (map_charset_chars): Fix for ascii-compatible charset
11199 made by a mapping table.
11200
11201 2008-02-01 Kenichi Handa <handa@m17n.org>
11202
11203 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
11204 not.
11205 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
11206 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
11207
11208 * xterm.c (x_draw_composite_glyph_string_foreground): Check
11209 s->face is NULL or not.
11210
11211 2008-02-01 Kenichi Handa <handa@m17n.org>
11212
11213 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
11214 (x_draw_glyph_string): Fix drawing of right_overhang and
11215 left_overhang around/on cursor.
11216
11217 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
11218
11219 2008-02-01 Kenichi Handa <handa@m17n.org>
11220
11221 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
11222
11223 2008-02-01 Kenichi Handa <handa@m17n.org>
11224
11225 * coding.c (Fdefine_coding_system_internal)
11226 (Fdefine_coding_system_alias): Avoid a duplicated element in
11227 Vcoding_system_alist.
11228
11229 2008-02-01 Kenichi Handa <handa@m17n.org>
11230
11231 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
11232
11233 * coding.c (Qcoding_system_define_form): New variable.
11234 (syms_of_coding): Intern and staticpro it.
11235 (Fcoding_system_p): Check Qcoding_system_define_form.
11236 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
11237
11238 * coding.h (CODING_SYSTEM_P): If ID is not available, call
11239 Fcoding_system_p.
11240 (CHECK_CODING_SYSTEM): If ID is not available, call
11241 Fcheck_coding_system.
11242 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
11243 Try also Fcheck_coding_system.
11244
11245 2008-02-01 Kenichi Handa <handa@m17n.org>
11246
11247 * coding.c (code_conversion_restore): GCPRO arg.
11248
11249 2008-02-01 Kenichi Handa <handa@m17n.org>
11250
11251 * character.c (lisp_string_width): Check multibyteness of STRING.
11252
11253 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11254
11255 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
11256 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
11257 (decode_mac_font_name): Use decode_coding_c_string instead of
11258 decode_coding.
11259 (x_load_font): Initialize fontp->fontset to -1. Set
11260 fontp->encoding_type.
11261
11262 2008-02-01 Kenichi Handa <handa@m17n.org>
11263
11264 * search.c (search_buffer): Give up BM search on case-fold-search
11265 if one of a target character has a case-equivalence of different
11266 byte length even if that target charcter is an ASCII.
11267 (simple_search): Fix calculation of byte length of matched text.
11268 (boyer_moore): Fix handling of case-equivalent multibyte characters.
11269
11270 2008-02-01 Kenichi Handa <handa@m17n.org>
11271
11272 * coding.c (decode_coding): Fix handling of invalid bytes.
11273
11274 2008-02-01 Kenichi Handa <handa@m17n.org>
11275
11276 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
11277 Unicode characters.
11278
11279 2008-02-01 Kenichi Handa <handa@m17n.org>
11280
11281 * coding.c (encode_coding_object): If a pre-write-conversion
11282 function makes a new buffer, kill it.
11283
11284 2008-02-01 Kenichi Handa <handa@m17n.org>
11285
11286 * coding.c (QCascii_compatible_p): New variable.
11287 (syms_of_coding): Initialize it.
11288 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
11289 calling string_char.
11290 (record_conversion_result): Add `default:' case.
11291 (coding_charset_list): Delete unused variable `coding_type'.
11292 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
11293 property in the plist of the coding system.
11294 (Fcoding_system_put): Check QCascii_compatible_p.
11295
11296 2008-02-01 Miles Bader <miles@gnu.org>
11297
11298 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
11299 removed calculation of frame `f', as it's now used.
11300
11301 2008-02-01 Kenichi Handa <handa@m17n.org>
11302
11303 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
11304 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
11305 (UNIDATA): New variable.
11306 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
11307 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
11308 $(RUN_TEMACS) unconditionally.
11309
11310 2008-02-01 Kenichi Handa <handa@m17n.org>
11311
11312 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
11313 (admindir): New variable.
11314 ($(lispsource)international/charprop.el): New target.
11315
11316 2008-02-01 Miles Bader <miles@gnu.org>
11317
11318 * character.c (chars-in-region): Remove obsolete function.
11319 (syms_of_character): Remove its initialization.
11320
11321 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
11322
11323 * w32select.c (validate_coding_system)
11324 (setup_windows_coding_system): New functions.
11325 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
11326 setup_windows_coding_system.
11327 (setup_config, Fw32_get_clipboard_data): Use
11328 validate_coding_system.
11329 (Fx_selection_exists): Move call to setup_config to a place
11330 where signals are allowed.
11331
11332 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
11333 (Fcheck_coding_system): Add declarations.
11334
11335 2008-02-01 Kenichi Handa <handa@m17n.org>
11336
11337 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
11338
11339 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11340
11341 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
11342 string as the second argument for x_new_fontset.
11343
11344 2008-02-01 Kenichi Handa <handa@m17n.org>
11345
11346 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
11347 (encode_coding_object): Use safe_call instead of call2.
11348
11349 2008-02-01 Kenichi Handa <handa@m17n.org>
11350
11351 * fontset.c (Fset_fontset_font): Check family element of a given vector.
11352
11353 * Makefile.in (lisp): Include charprop.el.
11354
11355 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11356
11357 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
11358 Not sure if it's unnecessary.
11359
11360 2008-02-01 Steven Tamm <steventamm@mac.com>
11361
11362 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
11363 some possibly unnecessary fontset checking code that crashed
11364 when creating a new frame.
11365
11366 2008-02-01 Kenichi Handa <handa@m17n.org>
11367
11368 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
11369 lookup_face.
11370
11371 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
11372
11373 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
11374
11375 2008-02-01 Kenichi Handa <handa@m17n.org>
11376
11377 * coding.c: Cancel the change done in HEAD on 2008-02-01.
11378 (coding_charset_list): New function.
11379
11380 * coding.h (coding_charset_list): Extern it.
11381
11382 2008-02-01 Kenichi Handa <handa@m17n.org>
11383
11384 * fontset.c (Fset_fontset_font): Call find_font_encoding with
11385 concatenation of family and registry.
11386
11387 2008-02-01 Kenichi Handa <handa@m17n.org>
11388
11389 * character.h (BYTE8_STRING): Fix typo.
11390
11391 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
11392 string to multibyte (sync to HEAD).
11393
11394 * casefiddle.c (casify_region): Handle changes in byte-length
11395 using replace_range_2 (sync to HEAD).
11396
11397 2008-02-01 Andreas Schwab <schwab@suse.de>
11398
11399 * chartab.c (map_char_table): GCPRO table and arg.
11400
11401 2008-02-01 Kenichi Handa <handa@m17n.org>
11402
11403 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
11404 already at limit.
11405
11406 2008-02-01 Kenichi Handa <handa@m17n.org>
11407
11408 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
11409 instead of fast_c_string_match_ignore_case.
11410 (find_font_encoding): Change argument to Lisp_Object. Use
11411 fast_string_match_ignore_case instead of
11412 fast_c_string_match_ignore_case. Change caller.
11413
11414 2008-02-01 Kenichi Handa <handa@m17n.org>
11415
11416 * xdisp.c (get_next_display_element): In unibyte case, decide to
11417 display in octal form by checking a character by
11418 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
11419
11420 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
11421
11422 * character.c (unibyte_has_multibyte_table): New variable.
11423
11424 * character.h (unibyte_has_multibyte_table): Extern it.
11425 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
11426
11427 2008-02-01 Kenichi Handa <handa@m17n.org>
11428
11429 * coding.c (encode_coding_iso_2022): Fix handling of charset
11430 annotation.
11431
11432 2008-02-01 Kenichi Handa <handa@m17n.org>
11433
11434 * coding.c (setup_coding_system): If coding_system is nil, use
11435 Qundecided.
11436 (Fterminal_coding_system): Return nil if terminal coding system is
11437 `undecided'.
11438 (syms_of_coding): Define coding-system `undecided' here. Setup
11439 terminal_coding as `undecided'.
11440
11441 2008-02-01 Kenichi Handa <handa@m17n.org>
11442
11443 * xdisp.c (message_dolog, set_message_1): Call
11444 unibyte_char_to_multibyte with arg type int.
11445
11446 * lread.c (read1): Fix reading of a char-table.
11447
11448 * print.c (print_object): Include sub char-table in circularities
11449 detection.
11450
11451 2008-02-01 Kenichi Handa <handa@m17n.org>
11452
11453 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
11454 Append the found sequences in car of ARGS instead of prepending.
11455
11456 2008-02-01 Kenichi Handa <handa@m17n.org>
11457
11458 * fileio.c (report_file_error): Make a unibyte string from
11459 strerror (errorno).
11460 (Fsubstitute_in_file_name): Fix the arg to
11461 unibyte_char_to_multibyte. It is evaluated twice.
11462
11463 2008-02-01 Kenichi Handa <handa@m17n.org>
11464
11465 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
11466
11467 2008-02-01 Kenichi Handa <handa@m17n.org>
11468
11469 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
11470 BOM is not found.
11471 (detect_coding, detect_coding_system): Optimization for ISO-2022
11472 when no 8-bit data is found.
11473
11474 2008-02-01 Jason Rumney <jasonr@gnu.org>
11475
11476 * w32fns.c (x_to_w32_font): Update to use new coding struct.
11477
11478 2008-02-01 Kenichi Handa <handa@m17n.org>
11479
11480 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
11481 CHARS.
11482
11483 2008-02-01 Steven Tamm <steventamm@mac.com>
11484
11485 * macterm.c (mac_encode_char): Add charset argument and update
11486 to use encoding_type.
11487 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
11488 switch to pure fontset.
11489 (decode_mac_font_name): Temporarily remove decoding.
11490 (x_font_name_to_mac_font_name): Temporarily remove encoding.
11491 (x_load_font): Temporarily remove encoding.
11492
11493 2008-02-01 Kenichi Handa <handa@m17n.org>
11494
11495 * xfaces.c (Fface_font): If frame is not on a window system,
11496 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
11497 refer to face->font.
11498 (split_font_name_into_vector, build_font_name_from_vector)
11499 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
11500 when HAVE_WINDOW_SYSTEM is defined.
11501
11502 2008-02-01 Kenichi Handa <handa@m17n.org>
11503
11504 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
11505 (x_produce_glyphs): Fix setting of members of cmp in case
11506 cmp->glyph_len is zero.
11507
11508 * fontset.c (Fset_fontset_font): Fix docstring.
11509 (Ffontset_info): Make it backward compatible. New arg ALL.
11510
11511 2008-02-01 Kim F. Storm <storm@cua.dk>
11512
11513 * process.c (read_process_output): Grow decoding_buf when needed;
11514 this could cause a crash in allocate_string and compact_small_strings.
11515
11516 2008-02-01 Kenichi Handa <handa@m17n.org>
11517
11518 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
11519
11520 2008-02-01 Kenichi Handa <handa@m17n.org>
11521
11522 * coding.c (setup_coding_system): Set coding->common_flags
11523 correctly for raw-text.
11524 (consume_chars): On encoding unibyte text by raw-text, don't check
11525 multibyte form.
11526 (encode_coding): On encoding by raw-text, never use translation tables.
11527
11528 * fileio.c (e_write): Short cut for the case of no encoding.
11529
11530 2008-02-01 Kenichi Handa <handa@m17n.org>
11531
11532 * coding.c (detect_coding, detect_coding_system): Delete unused
11533 variables.
11534
11535 2008-02-01 Kenichi Handa <handa@m17n.org>
11536
11537 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
11538 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
11539
11540 2008-02-01 Kenichi Handa <handa@m17n.org>
11541
11542 * coding.c (Ffind_coding_systems_region_internal): Include
11543 raw-text and no-conversion in the result.
11544
11545 2008-02-01 Kenichi Handa <handa@m17n.org>
11546
11547 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
11548 (load_font_get_repertory): Delete unnecessary check of ENCODING of
11549 FONT_DEF.
11550 (font_def_arg, add_arg, from_arg, to_arg): New args.
11551 (set_fontset_font): Change argument.
11552 (Fset_fontset_font): Fix for the case that TARGET is a script
11553 name and charset name.
11554 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
11555
11556 2008-02-01 Kenichi Handa <handa@m17n.org>
11557
11558 * fontset.c (fontset_font): Rename from fontset_face. Change return
11559 value.
11560 (face_suitable_for_char_p, face_for_char): Adjust for the change
11561 of fontset_font.
11562 (make_fontset_for_ascii_face): Fix setting of the fontset element
11563 for ASCII.
11564 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
11565 to get a font name.
11566 (Ffontset_info): Adjust for the change of fontset_font.
11567
11568 * coding.c (emacs_mule_char): Check invalid code more rigidly.
11569
11570 * character.h (LEADING_CODE_LATIN_1_MIN)
11571 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
11572
11573 2008-02-01 Kenichi Handa <handa@m17n.org>
11574
11575 * editfns.c (check_translation): New function.
11576 (Ftranslate_region_internal): Handle M:N mapping.
11577
11578 2008-02-01 Kenichi Handa <handa@m17n.org>
11579
11580 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
11581
11582 2008-02-01 Kenichi Handa <handa@m17n.org>
11583
11584 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
11585 goto invalid_code.
11586 (decode_coding_iso_2022): Fix handling of invalid designation.
11587
11588 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
11589 after calling code_conversion_save.
11590
11591 2008-02-01 Kenichi Handa <handa@m17n.org>
11592
11593 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
11594
11595 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
11596
11597 * fontset.c: Include "intervals.h".
11598 (fontset_face): Fix comparing of Lisp_Objects.
11599 (free_face_fontset, new_fontset_from_font_name): Fix
11600 Lisp_Object/int mixup.
11601
11602 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
11603
11604 * coding.c: Add many prototypes for static functions.
11605 (get_translation_table): Allow max_lookup to be NULL.
11606 (decode_coding, Ffind_coding_systems_region_internal)
11607 (Funencodable_char_position, Fcheck_coding_systems_region): Call
11608 get_translation_table with max_lookup NULL.
11609
11610 2008-02-01 Kenichi Handa <handa@m17n.org>
11611
11612 * coding.c (get_translation_table): Declare it as Lisp_Object.
11613 (LOOKUP_TRANSLATION_TABLE): New macro.
11614 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
11615 instead of CHAR_TABLE_REF.
11616
11617 2008-02-01 Kenichi Handa <handa@m17n.org>
11618
11619 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
11620 annotation data format.
11621 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
11622 Change arguments FROM and TO to single argument NCHARS. Change caller.
11623 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
11624 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11625 (decode_coding_ccl, decode_coding_charset): Pay attention to
11626 coding->charbuf_used.
11627 (get_translation): New function.
11628 (produce_chars): New arguments translation_table and last_block.
11629 Translate characters here. Return number of carryover chars.
11630 Change caller.
11631 (produce_composition): New argument pos. Change caller.
11632 Adjust for the change of annotation data format.
11633 (produce_charset, produce_annotation): Likewise.
11634 (decode_coding, encode_coding): Don't call translate_chars.
11635 (consume_chars): New arg translation_table. Change caller.
11636 (translate_chars): Delete.
11637 (syms_of_coding): Make translation-table's number of extra slots 2.
11638
11639 2008-02-01 Kenichi Handa <handa@m17n.org>
11640
11641 * search.c (simple_search): Fix setting this_pos_byte in backward
11642 search.
11643
11644 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
11645 byte sequence.
11646 (detect_coding_ccl): Fix setting of the variable valids.
11647
11648 2008-02-01 Kenichi Handa <handa@m17n.org>
11649
11650 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
11651
11652 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
11653
11654 * editfns.c (Ftranslate_region_internal): Rename from
11655 Ftranslate_region. Accept a char-table in TABLE.
11656 (syms_of_editfns): Defsubr Stranslate_region_internal.
11657
11658 * xfaces.c (set_lface_from_font_name): If a font is specified for
11659 a frame, generate a fontset from the font.
11660 (build_scalable_font_name): If the scalable font is requested for
11661 a specific size, don't change that size.
11662 (try_font_list): Try a scalable font also in the case that a
11663 pattern string is specified.
11664
11665 2008-02-01 Kenichi Handa <handa@m17n.org>
11666
11667 * xfaces.c (Fface_font): New optional arg CHARACTER.
11668
11669 2008-02-01 Kenichi Handa <handa@m17n.org>
11670
11671 * charset.h (CHARSET_OFFSET): New macro.
11672
11673 2008-02-01 Kenichi Handa <handa@m17n.org>
11674
11675 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
11676
11677 * fontset.c (fontset_face): Handle the case that repertory is a
11678 char-table.
11679 (find_font_encoding): Return nil for unknown encoding.
11680 (Fset_fontset_font): Ignore a font of unknown encoding.
11681
11682 2008-02-01 Kenichi Handa <handa@m17n.org>
11683
11684 * keymap.c (describe_vector): Handle default value of a char table.
11685
11686 * fontset.c (fontset_face): Handle fallback fonts correctly.
11687 (Ffontset_info): Return infomation about fallback fonts.
11688
11689 2008-02-01 Kenichi Handa <handa@m17n.org>
11690
11691 * fontset.c (FONTSET_DEFAULT): New macro.
11692 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
11693 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
11694 the case that it is nil.
11695 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
11696 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
11697
11698 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
11699 subset or superset.
11700
11701 2008-02-01 Kenichi Handa <handa@m17n.org>
11702
11703 * emacs.c (main): Call init_charset after syms_of_XXX.
11704
11705 * charset.c (Vcharset_map_directory): Delete.
11706 (Vcharset_map_path): New variable.
11707 (load_charset_map_from_file): Use Vcharset_map_path instead.
11708 (init_charset): Initialize Vcharset_map_path.
11709 (syms_of_charset): Delete declaration of "charset-map-directory",
11710 add declaration of "charset-map-path".
11711
11712 2008-02-01 Kenichi Handa <handa@m17n.org>
11713
11714 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
11715 ASCII only string.
11716
11717 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
11718
11719 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
11720 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
11721
11722 2008-02-01 Kenichi Handa <handa@m17n.org>
11723
11724 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
11725
11726 * coding.c (QCmnemonic, QCdefalut_char)
11727 (QCdecode_translation_table, QCencode_translation_table)
11728 (QCpost_read_conversion, QCpre_write_conversion): New variables.
11729 (get_translation_table): Return a list of translation tables if
11730 necessary.
11731 (decode_coding): Call get_translation_table with ENCODEP 0.
11732 (char_encodable_p): If translation_table is non-nil, always call
11733 translate_char.
11734 (Fdefine_coding_system_internal): Accept list of translation
11735 tables as :encode-translation-table and :decode-translation-table.
11736 (Fcoding_system_put): New function.
11737 (syms_of_coding): Declare new symbols. Defsubr
11738 Scoding_system_put.
11739 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
11740 typically JISX0212.
11741
11742 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
11743 when the charset is superset type.
11744
11745 * character.c (translate_char): Accept list of translation tables.
11746
11747 2008-02-01 Kenichi Handa <handa@m17n.org>
11748
11749 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
11750 (CODING_ATTR_TRANS_TBL): New macro.
11751
11752 * coding.c (get_translation_table): New function.
11753 (translate_chars): Fix the bug of skipping annotation data.
11754 (decode_coding, encode_coding): Utilize get_translation_table.
11755 (char_encodable_p, Funencodable_char_position): Translate char if
11756 necessary.
11757 (Ffind_coding_systems_region_internal)
11758 (Fcheck_coding_systems_region): Setup translation table for encode
11759 in a coding system attribute vector in advance.
11760 (Fdefine_coding_system_internal): Allow a symbol as translation
11761 table. For shift-jis type coding system, allow 4th charset.
11762
11763 2008-02-01 Kenichi Handa <handa@m17n.org>
11764
11765 * coding.c (decode_coding_sjis): Check the first byte rigidly.
11766
11767 * xdisp.c (get_next_display_element): Pass -1 as POS to
11768 FACE_FOR_CHAR if displaying a C-string.
11769
11770 2008-02-01 Kenichi Handa <handa@m17n.org>
11771
11772 * composite.c (get_composition_id): Handle xoff and yoff in a
11773 composition rule.
11774
11775 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
11776 (struct composition): New member lbearing and rbearing.
11777
11778 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
11779 (x_get_glyph_overhangs): Handle a composition glyph.
11780 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
11781
11782 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
11783 composition glyph.
11784
11785 2008-02-01 Kenichi Handa <handa@m17n.org>
11786
11787 * print.c: Include charset.h.
11788 (Vprint_charset_text_property): New variable.
11789 (Qdefault): Extern it.
11790 (PRINT_STRING_NON_CHARSET_FOUND)
11791 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
11792 (print_check_string_result): New variable.
11793 (print_check_string_charset_prop): New function.
11794 (print_prune_charset_plist): New variable.
11795 (print_prune_string_charset): New function.
11796 (print_object): Call print_prune_string_charset if
11797 Vprint_charset_text_property is not t.
11798 (print_interval): Print nothing if interval->plist is nil.
11799 (syms_of_print): Declare Vprint_charset_text_property as a lisp
11800 variable. Init and staticpro print_prune_charset_plist.
11801
11802 2008-02-01 Kenichi Handa <handa@m17n.org>
11803
11804 * fontset.c (new_fontset_from_font_name): Use the specified font
11805 for all characters in the new fontset.
11806
11807 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
11808 OBJECT args.
11809
11810 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
11811 OBJECT args for composition too.
11812
11813 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
11814 OBJECT args.
11815
11816 2008-02-01 Kenichi Handa <handa@m17n.org>
11817
11818 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
11819
11820 * fontset.c (reorder_font_vector): Adjust for the change of
11821 FONT_DEF format.
11822 (fontset_face): New arg id. Change caller.
11823 (face_for_char): New args pos and object.
11824 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
11825 (fs_query_fontset): Check NAME by Fassoc too.
11826 (Fset_fontset_font): Allow non-XLFD font name.
11827 (Ffontset_info): Adjust for the change of FONT_DEF format.
11828
11829 * fontset.h (face_for_char): Adjust prototype.
11830
11831 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
11832 (append_space, extend_face_to_end_of_line)
11833 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
11834 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
11835
11836 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
11837 POS and OBJECT args.
11838
11839 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
11840 POS and OBJECT args.
11841
11842 2008-02-01 Jason Rumney <jasonr@gnu.org>
11843
11844 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
11845 of GlobalAlloc'ed memory.
11846
11847 2008-02-01 Kenichi Handa <handa@m17n.org>
11848
11849 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
11850
11851 * charset.h (charset_table_used): Delete extern.
11852
11853 * charset.c (charset_table_used): Make it static.
11854 (map_charset_chars): Fix args to c_function with.
11855
11856 * chartab.c (map_sub_char_table_for_charset): Fix args to
11857 c_function with.
11858
11859 * coding.h (enum coding_result_code): Delete
11860 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
11861
11862 * coding.c (Qinsufficient_source, Qinconsistent_eol)
11863 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
11864 (Vlast_code_conversion_error): New variables.
11865 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
11866 (ONE_MORE_BYTE): Record error if any instead of signaling an
11867 error. If non-ASCII multibyte char is found, return the negative
11868 value of the code. All callers changed to check it.
11869 (ONE_MORE_BYTE_NO_CHECK): Likewise.
11870 (record_conversion_result): New function. Change all codes setting
11871 coding->result to call this function.
11872 (detect_coding_utf_8, decode_coding_utf_8)
11873 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
11874 Don't use the local variable incomplete.
11875 (emacs_mule_char): Change the second arg to `const'.
11876 (decode_coding): Fix of flushing out unprocessed data.
11877 (make_conversion_work_buffer): Fix making of a work buffer.
11878 (decode_coding_object): Return coding->dst_object.
11879
11880 * fontset.c (set_fontset_font): Fix args.
11881
11882 * lisp.h (CHARACTERBITS): Define as 22.
11883
11884 * process.c (send_process): Be sure to set coding->src_multibyte.
11885
11886 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
11887
11888 2008-02-01 Kenichi Handa <handa@m17n.org>
11889
11890 * xdisp.c (handle_auto_composed_prop): Give limit to
11891 Fnext_single_char_property_change.
11892
11893 2008-02-01 Kenichi Handa <handa@m17n.org>
11894
11895 * composite.c (syms_of_composite): Don't make the composition hash
11896 table weak.
11897
11898 * fontset.c (Fset_fontset_font): Fix docstring.
11899
11900 * lisp.h (detect_coding_system): Adjust prototype.
11901
11902 * fileio.c (kill_workbuf_unwind): Delete this function.
11903 (Finsert_file_contents): Adjust the call of detect_coding_system.
11904 Get conversion_buffer by code_conversion_save. Use the macro
11905 CODING_MAY_REQUIRE_DECODING. After decoding, update
11906 coding_system.
11907
11908 * coding.h (make_conversion_work_buffer): Delete extern.
11909 (code_conversion_save): Extern it.
11910
11911 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
11912 (CODING_GET_INFO): Delete argument eol_type. Change callers.
11913 (decode_coding_utf_8): Don't do eol converion.
11914 (detect_coding_utf_16): Check coding->src_chars, not
11915 coding->src_bytes. Add heuristics for those that have no signature.
11916 (decode_coding_emacs_mule, decode_coding_iso_2022)
11917 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
11918 Don't do eol converion.
11919 (adjust_coding_eol_type): Return a new coding system.
11920 (detect_coding): Don't detect eol. Fix for utf-16 detection.
11921 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
11922 each change.
11923 (decode_coding): Pay attention to undo_list. Do eol conversion for
11924 all types of coding-systems (if necessary).
11925 (Vcode_conversion_work_buf_list): Delete it.
11926 (Vcode_conversion_reused_workbuf): Rename from
11927 Vcode_conversion_reused_work_buf.
11928 (Vcode_conversion_workbuf_name): New variable.
11929 (reused_workbuf_in_use): New variable.
11930 (make_conversion_work_buffer): Delete the arg DEPTH.
11931 (code_conversion_restore): Change argument to cons.
11932 (code_conversion_save): Delete the argument BUFFER. Change callers.
11933 (detect_coding_system): New argument src_chars. Change callers.
11934 Fix for utf-16 detection.
11935 (init_coding_once): Don't use ISO_carriage_return.
11936 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
11937 reused_workbuf_in_use.
11938
11939 2008-02-01 Kenichi Handa <handa@m17n.org>
11940
11941 * keymap.c (store_in_keymap): Pay attention to the case that idx
11942 is a cons specifying a character range.
11943
11944 2008-02-01 Kenichi Handa <handa@m17n.org>
11945
11946 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
11947 HANDLED_RECOMPUTE_PROPS.
11948
11949 * coding.c (Fdefine_coding_system_internal): Fix checking of
11950 ascii compatibility.
11951
11952 2008-02-01 Kenichi Handa <handa@m17n.org>
11953
11954 * charset.c (find_charsets_in_text): Delete unused locale variable.
11955 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
11956
11957 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
11958 Resync charset_list to Vemacs_mule_charset_list.
11959
11960 * keymap.c (store_in_keymap): Pay attention to the case that idx
11961 is a cons specifying a character range.
11962
11963 2008-02-01 Kenichi Handa <handa@m17n.org>
11964
11965 * composite.c (update_compositions): Bind inhibit-read-only, etc
11966 to t before calling remove-list-of-text-properties.
11967
11968 * print.c (print_object): Always print ASCII chars as is.
11969
11970 2008-02-01 Kenichi Handa <handa@m17n.org>
11971
11972 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
11973
11974 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
11975 is a char table.
11976
11977 2008-02-01 Kenichi Handa <handa@m17n.org>
11978
11979 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
11980
11981 2008-02-01 Kenichi Handa <handa@m17n.org>
11982
11983 * xfaces.c (set_lface_from_font_name): Fix for the case that
11984 FONTNAME is not fontset name.
11985
11986 2008-02-01 Kenichi Handa <handa@m17n.org>
11987
11988 * fns.c (base64_encode_1): Fix previous change.
11989
11990 2008-02-01 Kenichi Handa <handa@m17n.org>
11991
11992 * fontset.c (set_fontset_font): New function.
11993 (Fset_fontset_font): If a font is specified for a charset, use
11994 map_charset_chars to store the font spec in a fontset.
11995
11996 2008-02-01 Kenichi Handa <handa@m17n.org>
11997
11998 * fontset.c (fontset_face): Create a fallback fontset on demand.
11999 (make_fontset): Don't create a fallback fontset here.
12000 (free_face_fontset): Free a fallback fontset (if any) too.
12001 (n_auto_fontsets): Delete this variable.
12002 (auto_fontset_alist): New variable.
12003 (new_fontset_from_font_name): Check auto_fontset_alist.
12004 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
12005 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
12006 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
12007 Defsubr Sfontset_list_all.
12008
12009 2008-02-01 Kenichi Handa <handa@m17n.org>
12010
12011 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
12012
12013 2008-02-01 Kenichi Handa <handa@m17n.org>
12014
12015 * fontset.c (Fnew_fontset): Check NAME more rigidly.
12016
12017 2008-02-01 Kenichi Handa <handa@m17n.org>
12018
12019 * editfns.c (Fgoto_char): Fix docstring.
12020
12021 2008-02-01 Kenichi Handa <handa@m17n.org>
12022
12023 * insdel.c (insert_from_gap): Adjust intervals correctly.
12024
12025 2008-02-01 Jason Rumney <jasonr@gnu.org>
12026
12027 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
12028 (pfnGetFontUnicodeRanges): New dynamically loaded function.
12029 (w32_initialize): Try to load it.
12030 (x_get_font_repertory): Use it if available.
12031 (w32_encode_char): Add shortcut for unicode output.
12032
12033 * w32fns.c (w32_load_system_font): Default charset to -1.
12034 (x_to_w32_charset): Match all fonts for unicode.
12035 (w32_to_x_charset): New parameter matching. Don't return partial
12036 or wildcard charsets.
12037 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
12038 (w32_codepage_for_font): Return CP_UNICODE for unicode.
12039 (w32_to_x_font): Match charset to real charset.
12040 (enum_font_cb2): Always list unicode versions.
12041
12042 * makefile.w32-in (temacs): Increase EMHEAP.
12043
12044 2008-02-01 Jason Rumney <jasonr@gnu.org>
12045
12046 * w32term.c (w32_encode_char): New charset parameter.
12047 font_info.encoding becomes encoding_type.
12048 (x_get_font_repertory): New function. Warning: stub only!
12049 (x_new_font): Return quickly if font already set.
12050 (x_new_fontset): fontsetname parameter is Lisp_Object.
12051 Use new fs_query_fontset. Try new_fontset_from_font_name.
12052 Use fontset_name for return value.
12053
12054 * w32term.h: Declare x_get_font_repertory.
12055
12056 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
12057 place of find_charset_in_text. Use encode_coding_object in place
12058 of encode_coding.
12059 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
12060 decode_coding.
12061
12062 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
12063 of x_new_fontset.
12064 (w32_load_system_font): Initialize charset as unicode.
12065 font_info.encoding becomes encoding_type.
12066 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
12067 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
12068 (syms_of_w32fns): Set get_font_repertory_func.
12069
12070 * w32console.c: Include character.h. Use terminal_encode_buffer
12071 from term.c.
12072 (write_glyphs): Use new version of encode_terminal_code. Use
12073 encode_coding_object in place of encode_coding.
12074
12075 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
12076 encoding becomes encoding_type.
12077
12078 * term.c (terminal_encode_buffer): Make externally visible.
12079
12080 * makefile.w32-in: Add character.h dependancies.
12081 (character.o, chartab.o): New targets.
12082
12083 2008-02-01 Kenichi Handa <handa@m17n.org>
12084
12085 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
12086 CODING_ID_EOL_TYPE.
12087
12088 2008-02-01 Andreas Schwab <schwab@suse.de>
12089
12090 * coding.c (produce_chars): Revert last change.
12091
12092 2008-02-01 Kenichi Handa <handa@m17n.org>
12093
12094 * charset.h (charset_unicode): Extern it.
12095
12096 * charset.c (string_xstring_p): Check by (C >= 0x100).
12097 (find_charsets_in_text): Change format of the arc CHARSETS. New
12098 arg MULTIBYTE.
12099 (Ffind_charset_region, Ffind_charset_string): Adjust for the
12100 change of find_charsets_in_text.
12101 (Fsplit_char): Fix doc. Never return unknown.
12102
12103 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
12104
12105 * coding.c (Fdefine_coding_system_alias): Update
12106 Vcoding_system_list.
12107
12108 * fontset.c (load_font_get_repertory): Pay attention to the case
12109 that ENCODING of a font is specified by a char-table.
12110
12111 * xterm.c (x_get_font_repertory): Handle the case that the
12112 encoding of font is other than Unicode.
12113
12114 2008-02-01 Kenichi Handa <handa@m17n.org>
12115
12116 * term.c (encode_terminal_code): Don't handle glyph-table. Check
12117 if a character is encodable by the terminal coding system. If
12118 not, produces proper number of `?'s. Update
12119 terminal_encode_buffer and terminal_encode_buf_size if necessary.
12120 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
12121
12122 2008-02-01 Kenichi Handa <handa@m17n.org>
12123
12124 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
12125 variables.
12126 (encode_terminal_code): Change argument. Encode multiple
12127 characters at once. Store the result of encoding in
12128 terminal_encode_buffer.
12129 (write_glyphs, insert_glyphs): Adjust for the change of
12130 encode_terminal_code.
12131 (term_init): Initialize terminal_encode_buffer and
12132 terminal_encode_buf_size.
12133
12134 * coding.c (consume_chars): If coding->src_object is nil, don't
12135 check annotation.
12136
12137 2008-02-01 Kenichi Handa <handa@m17n.org>
12138
12139 * character.c (char_string): Use ASCII_CHAR_P instead of
12140 SINGLE_BYTE_CHAR_P.
12141
12142 2008-02-01 Kenichi Handa <handa@m17n.org>
12143
12144 * xdisp.c (handle_auto_composed_prop): Check if the last
12145 characters of auto-composed region is newly composed with the
12146 following characters.
12147 (handle_composition_prop): Fix checking of point being inside
12148 composition.
12149
12150 2008-02-01 Kenichi Handa <handa@m17n.org>
12151
12152 * fns.c (concat): Don't change multibyteness of the result by
12153 concatenating an 8-bit character.
12154
12155 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
12156 multibyteness of the result when newelt is an 8-bit character.
12157
12158 2008-02-01 Dave Love <fx@gnu.org>
12159
12160 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
12161 EMACS_INT.
12162
12163 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
12164
12165 * xfaces.c (face_numeric_value): Declare dim size_t.
12166 (Finternal_lisp_face_equal_p): Remove unused f.
12167
12168 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
12169 (MATRIX_ROW): Remove unused vars.
12170 (draw_glyphs, x_insert_glyphs, fast_find_position)
12171 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
12172 byte/char counts.
12173
12174 * regex.c (regex_compile): Remove unused var.
12175
12176 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
12177
12178 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
12179 (Faccessible_keymaps, where_is_internal): Remove unused vars.
12180
12181 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
12182
12183 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
12184
12185 * fileio.c (Fwrite_region): Remove unused var.
12186
12187 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
12188 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
12189
12190 * composite.c (Fremove_list_of_text_properties): Declare.
12191
12192 * coding.c (inhibit_pre_post_conversion): Remove (unused).
12193 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
12194 (coding_inherit_eol_type): Remove unused attrs.
12195 (detect_coding): Cast arg of detect_eol.
12196
12197 * charset.c (syms_of_charset): Remove unused var p.
12198 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
12199 byte/char counts.
12200
12201 * casetab.c (set_case_table): Remove unused var.
12202
12203 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
12204 unused vars.
12205
12206 2008-02-01 Dave Love <fx@gnu.org>
12207
12208 * xterm.c (x_bitmap_mask): Declare.
12209
12210 2008-02-01 Dave Love <fx@gnu.org>
12211
12212 * xterm.c (x_term_init): Fix type error.
12213
12214 * lisp.h: Add Funibyte_char_to_multibyte.
12215
12216 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
12217 (Fset_coding_system_priority): Doc fix.
12218
12219 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
12220
12221 * indent.c (check_composition): Make start and end EMACS_INT.
12222
12223 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
12224
12225 * xdisp.c (handle_composition_prop, check_point_in_composition):
12226 Make buffer positions EMACS_INT.
12227
12228 * composite.c (find_composition, run_composition_function)
12229 (update_compositions, Ffind_composition_internal): Make buffer
12230 positions EMACS_INT.
12231
12232 * composite.h (find_composition, update_compositions): Make
12233 position args EMACS_INT.
12234
12235 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
12236
12237 * intervals.c (get_property_and_range):
12238 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
12239
12240 * unexalpha.c: Don't include varargs.h.
12241
12242 2008-02-01 Dave Love <fx@gnu.org>
12243
12244 * coding.h (ENCODE_UTF_8): New.
12245
12246 * Makefile.in (gtkutil.o): Depend on coding.h.
12247
12248 * coding.c (Fset_coding_system_priority): Doc fix.
12249
12250 2008-02-01 Kenichi Handa <handa@m17n.org>
12251
12252 * fileio.c (Finsert_file_contents): Call setup_coding_system in
12253 the case of auto saving.
12254
12255 2008-02-01 Andreas Schwab <schwab@suse.de>
12256
12257 * chartab.c (map_char_table, map_char_table_for_charset): Protect
12258 `range' from GC.
12259
12260 2008-02-01 Kenichi Handa <handa@m17n.org>
12261
12262 * coding.c (decode_coding_sjis): Check bytes more rigidly.
12263
12264 2008-02-01 Kenichi Handa <handa@m17n.org>
12265
12266 * fileio.c (choose_write_coding_system): Return a decided coding system.
12267 (Fwrite_region): Set Vlast_coding_system_used to the return value
12268 of choose_write_coding_system.
12269
12270 2008-02-01 Kenichi Handa <handa@m17n.org>
12271
12272 * charset.c (Fset_charset_priority): Pay attention to duplicated
12273 arguments.
12274
12275 * coding.c (QCcategory): New variable.
12276 (syms_of_coding): Defsym it. Set all elements of
12277 Vcoding_category_table and their symbol values.
12278 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
12279 coding-category-XXX, and coding-category-list.
12280 (Fdefine_coding_system_internal): Add category in the plist.
12281
12282 2008-02-01 Kenichi Handa <handa@m17n.org>
12283
12284 * callproc.c (Fcall_process): Handle carryover correctly.
12285
12286 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
12287 (raw_text_coding_system): Check NILP (coding_system).
12288 (coding_inherit_eol_type): Check NILP (coding_system) and
12289 NILP (parent).
12290 (consume_chars): Fix for the case of raw-text.
12291
12292 * process.c (read_process_output): Handle carryover correctly.
12293
12294 2008-02-01 Dave Love <fx@gnu.org>
12295
12296 * regex.c (re_search_2): Fix last change.
12297
12298 2008-02-01 Kenichi Handa <handa@m17n.org>
12299
12300 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
12301 target_multibyte. Even in a unibyte case, return a converted
12302 multibyte char.
12303 (GET_CHAR_AFTER): New macro.
12304 (PATFETCH): Translate via multibyte char.
12305 (HANDLE_UNIBYTE_RANGE): Delete this macro.
12306 (SETUP_MULTIBYTE_RANGE): New macro.
12307 (regex_compile): Setup compiled code so that its multibyteness
12308 matches that of a target. Fix the handling of "[X-YZ]" using
12309 SETUP_MULTIBYTE_RANGE.
12310 (analyse_first) <charset>: For filling fastmap for all multibyte
12311 characters, don't check by BASE_LEADING_CODE_P.
12312 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
12313 the same as RE_MULTIBYTE_P (bufp) now.
12314 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
12315 (TARGET_CHAR_AND_LENGTH): Delete this macro.
12316 (TRANSLATE_VIA_MULTIBYTE): New macro.
12317 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
12318 It is the same as RE_MULTIBYTE_P (bufp) now.
12319 <exactn>: Translate via multibyte.
12320 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
12321 translate it.
12322 <charset, charset_not>: Fetch a character by
12323 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
12324 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
12325 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
12326 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
12327 by GET_CHAR_AFTER.
12328 (bcmp_translate): Likewise.
12329
12330 * search.c (compile_pattern): Check the member target_multibyte,
12331 not the member multibyte of buf.
12332
12333 * lread.c (read1): While reading a string, set force_singlebyte
12334 and force_multibyte correctly.
12335
12336 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
12337 up of unibyte_to_multibyte_table.
12338
12339 2008-02-01 Kenichi Handa <handa@m17n.org>
12340
12341 * coding.c (setup_coding_system): If coding has
12342 post-read-conversion or pre-write-conversion, set
12343 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
12344 respectively.
12345 (decode_coding_gap): Run post-read-conversion if any.
12346
12347 * fileio.c (Finsert_file_contents): Even if we read into a
12348 unibyte buffer, check if we must decode the result or not.
12349
12350 2008-02-01 Kenichi Handa <handa@m17n.org>
12351
12352 * coding.c (make_conversion_work_buffer): Change the work buffer
12353 name to the same one as that of Emacs 21.
12354
12355 2008-02-01 Kenichi Handa <handa@m17n.org>
12356
12357 * coding.h (make_conversion_work_buffer): Adjust prototype.
12358 (code_conversion_restore): Don't extern it.
12359
12360 * coding.c (detected_mask): Delete unused variable.
12361 (decode_coding_iso_2022): Pay attention to the byte sequence of
12362 CTEXT extended segment, and retain those bytes as is.
12363 (decode_coding_ccl): Delete unused variable `valids'.
12364 (setup_coding_system): Delete unused variable `category'.
12365 (consume_chars): Delete unused variable `category'. Make it work
12366 for non-multibyte case.
12367 (make_conversion_work_buffer): Change argument.
12368 (saved_coding): Delete unused variable.
12369 (code_conversion_restore): Don't check saved_coding->destination.
12370 (code_conversion_save): New function.
12371 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
12372 instead of record_unwind_protect.
12373 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
12374 (detect_coding_system): Delete unused variable `mask'.
12375 (Fdefine_coding_system_internal): Delete unused variable id.
12376
12377 * fileio.c (kill_workbuf_unwind): New function.
12378 (Finsert_file_contents): On replacing, call
12379 make_conversion_work_buffer with correct args, and call
12380 record_unwind_protect with the first arg kill_workbuf_unwind.
12381
12382 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
12383
12384 2008-02-01 Kenichi Handa <handa@m17n.org>
12385
12386 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
12387 (fontset_add): Fix for the case that TO is less than TO1.
12388 (Ffontset_info): Don't use fallback fontset on checking the
12389 default fontset.
12390 (dump_fontset): New function for debugging.
12391
12392 * coding.c (Fdefine_coding_system_internal): Fix for the case that
12393 coding_type is Qcharset.
12394
12395 2008-02-01 Kenichi Handa <handa@m17n.org>
12396
12397 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
12398 (map_char_table): Don't inherit the value from the parent on
12399 initializing VAL. Adjust for the above change.
12400
12401 2008-02-01 Kenichi Handa <handa@m17n.org>
12402
12403 * coding.c (Qsignature, Qendian): Delete these variables.
12404 (syms_of_coding): Don't initialize them.
12405 (CATEGORY_MASK_UTF_16_AUTO): New macro.
12406 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
12407 detect_info->found.
12408 (decode_coding_utf_16): Don't detect BOM here.
12409 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
12410 is NOT utf_16_without_bom.
12411 (setup_coding_system): For a coding system of type utf-16, check
12412 if the attribute :endian is Qbig or not (not nil or not), and set
12413 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
12414 (detect_coding): If coding type is utf-16 and BOM detection is
12415 required, detect it.
12416 (Fdefine_coding_system_internal): For a coding system of type
12417 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
12418
12419 2008-02-01 Kenichi Handa <handa@m17n.org>
12420
12421 * coding.c (coding_set_source): Fix for the case that the current
12422 buffer is different from coding->src_object.
12423 (decode_coding_object): Don't use the conversion work buffer if
12424 DST_OBJECT is a buffer.
12425
12426 2008-02-01 Dave Love <fx@gnu.org>
12427
12428 * lread.c (read_emacs_mule_char) [len==2]: Index
12429 emacs_mule_charset correctly.
12430
12431 2008-02-01 Dave Love <fx@gnu.org>
12432
12433 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
12434 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
12435 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
12436 treated specially.)
12437 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
12438 (detected_mask): Remove Big5 bits.
12439
12440 2008-02-01 Kenichi Handa <handa@m17n.org>
12441
12442 The following changes are to make the font rescaling facility
12443 compatible with Emacs 21.
12444
12445 * xfaces.c (Vface_font_rescale_alist): Rename from
12446 Vface_resizing_fonts.
12447 (struct font_name): Rename member resizing_ratio to rescale_ratio.
12448 (font_rescale_ratio): Rename from font_resizing_ratio.
12449 (split_font_name): Set font->rescale_ratio.
12450 (better_font_p): Pay attention to font->rescale_ratio.
12451 (build_scalable_font_name): Likewise. Change RESX, and RESY
12452 fields.
12453 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
12454
12455 2008-02-01 Kenichi Handa <handa@m17n.org>
12456
12457 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
12458 (Qutf_16_le): Remove these variables.
12459 (syms_of_coding): Don't DEFSYM them.
12460 (decode_coding_utf_16): Fix handling of BOM.
12461 (encode_coding_utf_16): Fix handling of BOM.
12462
12463 2008-02-01 Kenichi Handa <handa@m17n.org>
12464
12465 * fileio.c (Finsert_file_contents): On replacing, before decoding
12466 the file into the work buffer, set point of the work buffer to the end.
12467
12468 2008-02-01 Dave Love <fx@gnu.org>
12469
12470 * coding.c (Fcheck_coding_systems_region): Fix type errors.
12471
12472 2008-02-01 Dave Love <fx@gnu.org>
12473
12474 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
12475 and fix C types.
12476
12477 2008-02-01 Kenichi Handa <handa@m17n.org>
12478
12479 * xdisp.c (SKIP_GLYPHS): New macro.
12480 (set_cursor_from_row): Pay attention to string display properties.
12481
12482 * category.c (copy_category_entry): Fix for the case that RANGE
12483 is an integer.
12484
12485 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
12486
12487 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
12488
12489 2008-02-01 Kenichi Handa <handa@m17n.org>
12490
12491 * charset.c (Fcharset_id_internal): New function.
12492 (syms_of_charset): Defsubr it.
12493
12494 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
12495 with the last arg charset_list acquired from coding.
12496 (Fdefine_coding_system_internal): For ccl-based coding system, fix
12497 the attribute coding_attr_ccl_valids.
12498
12499 * coding.h (enum define_coding_ccl_arg_index): Set the first
12500 member coding_arg_ccl_decoder to coding_arg_max.
12501
12502 * ccl.h (ccl_driver): Adjust prototype.
12503
12504 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
12505 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
12506 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
12507 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
12508 last arg Qnil.
12509
12510 2008-02-01 Kenichi Handa <handa@m17n.org>
12511
12512 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
12513 call encode_char.
12514
12515 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
12516
12517 2008-02-01 Dave Love <fx@gnu.org>
12518
12519 * composite.c (syms_of_composite): Make composition_hash_table weak.
12520
12521 2008-02-01 Kenichi Handa <handa@m17n.org>
12522
12523 * dispextern.h (check_face_attributes, generate_ascii_font_name)
12524 (font_name_registry): Don't extern them.
12525 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
12526
12527 * fontset.h (Qfontset): Don't extern it.
12528 (new_fontset_from_font_name): Extern it.
12529
12530 * fontset.c: Give 8 extra slots to fontset objects.
12531 (Qfontset_info): New variable.
12532 (syms_of_fontset): Defsym it.
12533 (FONTSET_FALLBACK): New macro.
12534 (fontset_face): Try also the default fontset.
12535 (make_fontset): Realize a fallback fontset from the default fontset.
12536 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
12537 using split_font_name_into_vector and build_font_name_from_vector.
12538 (Fset_fontset_font): Access the elements of font_spec by enum
12539 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
12540 name by using split_font_name_into_vector.
12541 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
12542 generate a proper font name from the fontset name. Update
12543 Vfontset_alias_alist.
12544 (n_auto_fontsets): New variable.
12545 (new_fontset_from_font_name): New function.
12546 (Ffont_info): Store the information about fonts generated from the
12547 default fontset in the first extra slot of the returned char-table.
12548
12549 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
12550 (font_name_registry): Delete function.
12551 (split_font_name_into_vector): New function.
12552 (build_font_name_from_vector): New function.
12553 (font_list): The argument REGISTRY is now a list of registry names.
12554 (choose_face_font): If we are choosing an ASCII font, and ATTRS
12555 specifies an explicit font name, return the name as is. Make a
12556 list of registy names.
12557
12558 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
12559 of x_new_fontset.
12560 (Fx_create_frame): Don't call x_new_fontset here. Just use
12561 x_list_fonts to check the existence of fonts.
12562
12563 * xterm.h (x_new_fontset): Adjust prototype.
12564
12565 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
12566 string. Use new_fontset_from_font_name to create a fontset from a
12567 font name.
12568
12569 2008-02-01 Kenichi Handa <handa@m17n.org>
12570
12571 * syntax.c (Vfind_word_boundary_function_table): New name for
12572 Vnext_word_boundary_function_table.
12573 (find-word-boundary-function-table): New name for
12574 next-word-boundary-function-table.
12575
12576 2008-02-01 Dave Love <fx@gnu.org>
12577
12578 * Makefile.in: Fix some dependencies.
12579
12580 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
12581 set it to nil before returning.
12582
12583 * composite.c (update_compositions): Fix type error.
12584
12585 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
12586
12587 2008-02-01 Kenichi Handa <handa@m17n.org>
12588
12589 * xterm.c (x_new_font): Optimize for the case that the font is
12590 already set for the frame.
12591
12592 2008-02-01 Kenichi Handa <handa@m17n.org>
12593
12594 * chartab.c (char_table_ascii): Check if the char table contents
12595 is sub-char-table or not.
12596 (char_table_set, char_table_set_range): Fix argument to
12597 char_table_ascii.
12598
12599 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
12600 (detect_coding_utf_8, detect_coding_utf_16)
12601 (detect_coding_emacs_mule, detect_coding_iso_2022)
12602 (detect_coding_sjis, detect_coding_big5)
12603 (detect_coding_ccl, detect_coding_charset): Change argument MASK
12604 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
12605 sequence is valid in this coding system. Change callers.
12606 (MAX_ANNOTATION_LENGTH): New macro.
12607 (ADD_ANNOTATION_DATA): New macro.
12608 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
12609 ADD_ANNOTATION_DATA. Change the format of annotation data.
12610 (ADD_CHARSET_DATA): New macro.
12611 (emacs_mule_char): New argument ID. Change callers.
12612 (decode_coding_emacs_mule, decode_coding_iso_2022)
12613 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
12614 Produce charset annotation data in coding->charbuf.
12615 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
12616 to charset annotation data in coding->charbuf.
12617 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
12618 coding->common_flags if the coding system is iso-2022 based and
12619 uses designation.
12620 (produce_composition): Adjust for the new annotation data format.
12621 (produce_charset): New function.
12622 (produce_annotation): Handle charset annotation.
12623 (handle_composition_annotation, handle_charset_annotation): New
12624 functions.
12625 (consume_chars): Handle charset annotation. Utilize the above two
12626 functions.
12627 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
12628 buffer, get the deleted text as a string and set
12629 coding->src_object to that string.
12630 (detect_coding, detect_coding_system): Use the new struct
12631 coding_detection_info.
12632
12633 * coding.h (struct coding_detection_info): New structure.
12634 (struct coding_system): Adjust prototype of the member `detector'.
12635 (CODING_ANNOTATE_CHARSET_MASK): New macro.
12636
12637 2008-02-01 Kenichi Handa <handa@m17n.org>
12638
12639 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
12640
12641 2008-02-01 Dave Love <fx@gnu.org>
12642
12643 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
12644 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
12645 to new local and nullify apropos_accumulate before returning.
12646 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
12647
12648 2008-02-01 Kenichi Handa <handa@m17n.org>
12649
12650 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
12651 correctly.
12652
12653 2008-02-01 Dave Love <fx@gnu.org>
12654
12655 * fns.c (Flanginfo): Call synchronize_system_time_locale.
12656
12657 2008-02-01 Kenichi Handa <handa@m17n.org>
12658
12659 The following changes are to make character composition happen
12660 automatically on displaying.
12661
12662 * Makefile.in (lisp, shortlisp): Add composite.elc.
12663
12664 * composite.h (Qauto_composed, Vauto_composition_function)
12665 (Qauto_composition_function): Extern them.
12666
12667 * composite.c (Vcomposition_function_table)
12668 (Qcomposition_function_table): Delete variables.
12669 (Qauto_composed, Vauto_composition_function)
12670 (Qauto_composition_function): New variables.
12671 (run_composition_function): Don't call
12672 compose-chars-after-function.
12673 (update_compositions): Clear `auto-composed' text property.
12674 (compose_chars_in_text): Delete this function.
12675 (syms_of_composite): Staticpro Qauto_composed and
12676 Qauto_composition_function. Declare Vauto_composition_function as
12677 a Lisp variable.
12678
12679 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
12680
12681 * xdisp.c (it_props): Add an entry for Qauto_composed.
12682 (handle_auto_composed_prop): New function.
12683
12684 * xselect.c (selection_data_to_lisp_data): Don't call
12685 compose_chars_in_text.
12686
12687 2008-02-01 Dave Love <fx@gnu.org>
12688
12689 * keyboard.c (read_char): Modify checking around use of
12690 Vkeyboard_translate_table.
12691
12692 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
12693 and fix C types.
12694
12695 2008-02-01 Kenichi Handa <handa@m17n.org>
12696
12697 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
12698 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12699 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
12700 the case that the last byte is '\r' correctly.
12701 (decode_coding): Flush out the unprocessed data correctly.
12702 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
12703
12704 2008-02-01 Dave Love <fx@gnu.org>
12705
12706 * xterm.c (XTread_socket): Fix changes for defined keysyms.
12707 Add XK_ISO... case.
12708 (xaw_scroll_callback): Revert last change.
12709
12710 2008-02-01 Kenichi Handa <handa@m17n.org>
12711
12712 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
12713
12714 2008-02-01 Kenichi Handa <handa@m17n.org>
12715
12716 * xfaces.c (Vface_resizing_fonts): New variable.
12717 (struct font_name): New member `resizing_ratio'.
12718 (font_resizing_ratio): New function.
12719 (split_font_name): Set font->resizing_ratio.
12720 (better_font_p): Pay attention to font->resizing_ratio.
12721 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
12722 RESX, and RESY fields.
12723 (try_alternative_families): Try scalable fonts if
12724 Vscalable_fonts_allowed is not Qt.
12725 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
12726
12727 2008-02-01 Dave Love <fx@gnu.org>
12728
12729 * xterm.c (xaw_scroll_callback): Cast correctly.
12730
12731 2008-02-01 Dave Love <fx@gnu.org>
12732
12733 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
12734 (lispy_kana_keys): Comment out.
12735 (make_lispy_event) [XK_kana_A]: Comment out.
12736
12737 * xterm.c (xaw_scroll_callback): Cast call_data.
12738 (XTread_socket): Deal with ASCII keysyms.
12739 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
12740
12741 2008-02-01 Dave Love <fx@gnu.org>
12742
12743 * xterm.c (Vx_keysym_table): New.
12744 (syms_of_xterm): Initialize it.
12745 (XTread_socket): Use it.
12746 From head: Eliminate incorrect optimization that tried to avoid
12747 decoding the output of X*LookupString.
12748 (x_get_font_repertory): Delete charset declaration.
12749
12750 2008-02-01 Kenichi Handa <handa@m17n.org>
12751
12752 * coding.c (detect_coding_charset): If only ASCII bytes are found,
12753 return 0.
12754 (Fdefine_coding_system_internal): Setup
12755 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
12756
12757 2008-02-01 Dave Love <fx@gnu.org>
12758
12759 * coding.c (Fcheck_coding_system): Doc fix.
12760
12761 * editfns.c (Finsert_byte): Return a proper value.
12762
12763 2008-02-01 Kenichi Handa <handa@m17n.org>
12764
12765 * coding.c (decode_coding): Fix args to translate_chars. Pay
12766 attention to Vstandard_translation_table_for_decode.
12767 (encode_coding): Fix args to translate_chars. Pay attention to
12768 Vstandard_translation_table_for_encode.
12769
12770 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
12771 SINGLE_BYTE_CHAR_P.
12772
12773 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
12774 not by SINGLE_BYTE_CHAR_P.
12775
12776 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
12777 SINGLE_BYTE_CHAR_P.
12778
12779 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
12780 SINGLE_BYTE_CHAR_P.
12781
12782 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
12783 by SINGLE_BYTE_CHAR_P.
12784
12785 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
12786 SINGLE_BYTE_CHAR_P.
12787
12788 2008-02-01 Dave Love <fx@gnu.org>
12789
12790 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
12791
12792 2008-02-01 Dave Love <fx@gnu.org>
12793
12794 * fns.c (Flanginfo): Fix typo.
12795
12796 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
12797
12798 2008-02-01 Kenichi Handa <handa@m17n.org>
12799
12800 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
12801 (detect_coding_emacs_mule, detect_coding_iso_2022)
12802 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
12803 incomplete byte sequence. Don't update *mask when correctly detected.
12804 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
12805 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
12806 (detect_coding, detect_coding_system): Adjust for the changes above.
12807
12808 2008-02-01 Kenichi Handa <handa@m17n.org>
12809
12810 * character.c (char_string): Rename from
12811 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
12812 (string_char): Rename from string_char.
12813
12814 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
12815 if C is greater than MAX_3_BYTE_CHAR.
12816 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
12817 string_char instead of string_char_with_unification.
12818
12819 2008-02-01 Dave Love <fx@gnu.org>
12820
12821 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
12822
12823 2008-02-01 Kenichi Handa <handa@m17n.org>
12824
12825 * keymap.c (push_key_description): Pay attention to force_multibyte.
12826
12827 * regex.c (re_search_2): Fix for the case of unibyte buffer.
12828
12829 2008-02-01 Dave Love <fx@gnu.org>
12830
12831 * charset.c (define_charset_internal): Rename `supprementary'.
12832
12833 * Makefile.in (lisp, shortlisp): Remove latin-N.
12834
12835 2008-02-01 Dave Love <fx@gnu.org>
12836
12837 * xfns.c (x_window, x_window): Use use_xim.
12838
12839 * xterm.c (use_xim): Initialize.
12840 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
12841 (x_term_init): Maybe set use_xim.
12842
12843 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
12844
12845 2008-02-01 Kenichi Handa <handa@m17n.org>
12846
12847 * search.c (search_buffer): Fix case-fold-search of multibyte
12848 characters.
12849 (boyer_moore): Rename the last argument to char_high_bits.
12850
12851 2008-02-01 Kenichi Handa <handa@m17n.org>
12852
12853 * xdisp.c (display_string): Fix for the case of zero width glyph.
12854
12855 * xfns.c (x_set_font): Change the error message of the case that
12856 x_new_fontset returns Qt.
12857
12858 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
12859 (Finternal_set_lisp_face_attribute): Use signal_error for the
12860 error of invalid fontset.
12861
12862 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
12863 fontset, return Qt.
12864
12865 2008-02-01 Dave Love <fx@gnu.org>
12866
12867 * unexelf.c (unexec): Make .got handling not SGI-specific.
12868
12869 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
12870
12871 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
12872
12873 * keyboard.c (read_key_sequence): Fix type error.
12874
12875 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
12876 type error.
12877
12878 * fontset.c (fontset_add): Return Lisp_Object.
12879
12880 2008-02-01 Dave Love <fx@gnu.org>
12881
12882 * charset.h (charset_ordered_list_tick): Declare extern.
12883
12884 2008-02-01 Kenichi Handa <handa@m17n.org>
12885
12886 The following changes (and some of 2008-02-01 changes of mine) are
12887 for handling syntax, category, and case conversion for unibyte
12888 characters by converting them to multibyte on the fly. With these
12889 changes, we don't have to setup syntax and case tables for unibyte
12890 characters in each language environment.
12891
12892 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
12893 multibyte if necessary.
12894
12895 * bytecode.c (Fbyte_code): Likewise.
12896
12897 * character.h (LEADING_CODE_LATIN_1_MIN)
12898 (LEADING_CODE_LATIN_1_MAX): New macros.
12899 (unibyte_to_multibyte_table): Extern it.
12900 (unibyte_char_to_multibyte): New macro.
12901 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
12902 (CHAR_LEADING_CODE): New macro.
12903 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
12904
12905 * character.c (unibyte_to_multibyte_table): New variable.
12906 (unibyte_char_to_multibyte): Move to character.h and define as macro.
12907 (multibyte_char_to_unibyte): If C is an eight-bit character,
12908 convert it to the corresponding byte value.
12909
12910 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
12911 not 1, signals an error. Update the elements of
12912 unibyte_to_multibyte_table.
12913 (init_charset_once): Initialize unibyte_to_multibyte_table.
12914 (syms_of_charset): Define the charset `iso-8859-1'.
12915
12916 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
12917 as is without converting it to unibyte. In a unibyte buffer,
12918 convert C to multibyte before checking the syntax.
12919
12920 * lisp.h (unibyte_char_to_multibyte): Delete extern.
12921
12922 * minibuf.c (Fminibuffer_complete_word): Use the macro
12923 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
12924
12925 * regex.h (struct re_pattern_buffer): New member target_multibyte.
12926
12927 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
12928 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
12929 that is zero, convert an eight-bit char to multibyte.
12930 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
12931 non-emacs case.
12932 (PATFETCH): Convert an eight-bit char to multibyte.
12933 (HANDLE_UNIBYTE_RANGE): New macro.
12934 (regex_compile): Setup the compiled pattern for multibyte chars
12935 even if the given regex string is unibyte. Use PATFETCH_RAW
12936 instead of PATFETCH in many places. To handle `charset'
12937 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
12938 only for ASCII chars.
12939 (analyse_first) <exactn>: Simplify because the compiled pattern
12940 is multibyte.
12941 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
12942 <charset>: Use CHAR_LEADING_CODE to get leading codes.
12943 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
12944 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
12945 multibyte always 1.
12946 (re_search_2): In emacs, set the locale variable multibyte to 1,
12947 otherwise to 0. New local variable target_multibyte. Check it
12948 to decide the multibyteness of STR1 and STR2. If
12949 target_multibyte is zero, convert unibyte chars to multibyte
12950 before translating and checking fastmap.
12951 (TARGET_CHAR_AND_LENGTH): New macro.
12952 (re_match_2_internal): In emacs, set the locale variable multibyte
12953 to 1, otherwise to 0. New local variable target_multibyte. Check
12954 it to decide the multibyteness of STR1 and STR2. Use
12955 TARGET_CHAR_AND_LENGTH to fetch a character from D.
12956 <charset, charset_not>: If multibyte is nonzero, check fastmap
12957 only for ASCII chars. Call bcmp_translate with
12958 target_multibyte, not with multibyte.
12959 <begline>: Declare the local variable C as `unsigned'.
12960 (bcmp_translate): Change the last arg name to target_multibyte.
12961
12962 * search.c (compile_pattern_1): Don't adjust the multibyteness of
12963 the regexp pattern and the matching target. Set cp->buf.multibyte
12964 to the multibyteness of the regexp pattern. Set
12965 cp->but.target_multibyte to the multibyteness of the matching target.
12966 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
12967 FETCH_STRING_CHAR_ADVANCE.
12968 (Freplace_match): Convert unibyte chars to multibyte.
12969
12970 * syntax.c (char_quoted, back_comment, scan_words)
12971 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
12972 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
12973 unibyte chars to multibyte.
12974 (skip_chars): Delete the arg syntaxp, and move the code for
12975 handling syntaxes to skip_syntaxes. Change callers.
12976 Fix the case that the multibyteness of STRING and the current
12977 buffer doesn't match.
12978 (skip_syntaxes): New function.
12979 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
12980 SINGLE_BYTE_CHAR_P.
12981
12982 2008-02-01 Kenichi Handa <handa@m17n.org>
12983
12984 * xfaces.c (QCfontset): New variable.
12985 (LFACE_FONTSET): New macro.
12986 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
12987 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
12988 (Finternal_set_lisp_face_attribute)
12989 (Finternal_get_lisp_face_attribute): Handle QCfontset.
12990 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
12991 check also LFACE_FONTSET_INDEX.
12992 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
12993 attrs[LFACE_FONT_INDEX].
12994 (syms_of_xfaces): Intern and staticpro QCfontset.
12995
12996 * dispextern.h (enum lface_attribute_index): New member
12997 LFACE_FONTSET_INDEX.
12998
12999 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
13000
13001 2008-02-01 Kenichi Handa <handa@m17n.org>
13002
13003 * coding.c (coding_set_destination): Fix coding->destination for
13004 the case converting a region.
13005 (encode_coding_utf_8): Encode eight-bit chars as single byte.
13006 (encode_coding_object): Fix coding->dst_pos and
13007 coding->dst_pos_byte for the case converting a region.
13008
13009 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
13010
13011 * character.h (BYTE8_STRING): New macro.
13012
13013 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
13014
13015 2008-02-01 Kenichi Handa <handa@m17n.org>
13016
13017 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
13018 characters by octal form.
13019
13020 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
13021
13022 * buffer.h (_fetch_multibyte_char_len): Delete extern.
13023 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
13024 _fetch_multibyte_char_len.
13025 (FETCH_CHAR_AS_MULTIBYTE): New macro.
13026
13027 * casetab.c (set_canon, set_identity, shuffle): Simplify.
13028
13029 * casefiddle.c (casify_object): Simplify. Handle the case that
13030 the case conversion change the byte length.
13031 (casify_region): Likewise.
13032
13033 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
13034
13035 * character.c (_fetch_multibyte_char_len): Delete this variable.
13036 (syms_of_character): Setup Vprintable_chars.
13037
13038 * editfns.c (Fchar_equal): Fix for the unibyte case.
13039 (Finsert_byte): New function.
13040 (syms_of_editfns): Defsubr it.
13041
13042 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
13043 of direct code 0x3ffff.
13044
13045 * search.c (Freplace_match): Fix for the unibyte case.
13046
13047 2008-02-01 Kenichi Handa <handa@m17n.org>
13048
13049 * lread.c (safe_to_load_p): Fix the logic.
13050
13051 * syntax.c (scan_words): Don't treat characters belonging to
13052 different scripts as constituting a word.
13053
13054 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
13055
13056 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
13057
13058 * emacs.c (main): In the case of --unibyte, instead of aborting on
13059 finding non-empty buffer, make it unibyte.
13060
13061 2008-02-01 Kenichi Handa <handa@m17n.org>
13062
13063 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
13064 to create a fontset.
13065
13066 2008-02-01 Dave Love <fx@gnu.org>
13067
13068 * character.c (Funibyte_char_to_multibyte): Doc fix.
13069
13070 * xfns.c [HAVE_STDLIB_H]: Fix last change.
13071
13072 2008-02-01 Kenichi Handa <handa@m17n.org>
13073
13074 * fontset.c (fontset_add): Make the type `int'.
13075 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
13076
13077 * character.c (unibyte_char_to_multibyte)
13078 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
13079 charset_unibyte, not charset_primary.
13080
13081 * charset.h (charset_unibyte): Extern it instead of charset_primary.
13082
13083 * charset.c (charset_unibyte): Rename from charset_primary.
13084 (Funibyte_charset): Rename from Fprimary_charset.
13085 (Fset_unibyte_charset): Rename from Fset_primary_charset.
13086 (syms_of_charset): Adjust for the above changes.
13087
13088 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
13089 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
13090 it->multibyte_p is zero.
13091
13092 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
13093 Delete extern.
13094
13095 2008-02-01 Kenichi Handa <handa@m17n.org>
13096
13097 * coding.c (Fdefine_coding_system_internal): Fix category setting
13098 for a coding system of type iso-2022.
13099
13100 2008-02-01 Kenichi Handa <handa@m17n.org>
13101
13102 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
13103
13104 2008-02-01 Kenichi Handa <handa@m17n.org>
13105
13106 * syntax.c (Vnext_word_boundary_function_table): New variable.
13107 (next-word-boundary-function-table): Declare it as a Lisp variable
13108 in syms_of_syntax.
13109 (scan_words): Call functions in Vnext_word_boundary_function_table
13110 if any.
13111
13112 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
13113
13114 * fontset.c (fs_load_font): If fontp->charset is not negative,
13115 return fontp without setting its members.
13116
13117 2008-02-01 Dave Love <fx@gnu.org>
13118
13119 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
13120
13121 * m/sparc.h (HAVE_ALLOCA): Delete.
13122
13123 * s/irix6-5.h: Don't include strings.h.
13124 (bcopy, bzero, bcmp): Don't undef.
13125
13126 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
13127
13128 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
13129 (TIOCSIGSEND): Don't test IRIX6.
13130 (bcopy, bzero, bcmp): Define conditionally.
13131
13132 2008-02-01 Kenichi Handa <handa@m17n.org>
13133
13134 * buffer.c (Qas, Qmake, Qto): New variables.
13135 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
13136 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
13137
13138 * callproc.c (Fcall_process): Don't call insert_1_both directly if
13139 we are inserting a process output into a multibyte buffer.
13140
13141 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
13142 multibyte_char_to_unibyte.
13143
13144 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
13145 by the primary charset, make it eight-bit char.
13146 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
13147
13148 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
13149 (charset_8_bit__control, charset_8_bit_graphic)
13150 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
13151 (define_charset_internal): New function.
13152 (syms_of_charset): Call define_charset_internal for pre-defined
13153 charsets.
13154
13155 * charset.h (charset_8_bit): Extern it.
13156
13157 * coding.c (make_conversion_work_buffer): Adjust for the change
13158 of Fset_buffer_multibyte.
13159 (encode_coding_raw_text): Increment p0 in the loop.
13160
13161 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
13162
13163 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
13164 for the change of Fset_buffer_multibyte.
13165
13166 * fns.c (Fstring_to_multibyte): New function.
13167 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
13168
13169 2008-02-01 Dave Love <fx@gnu.org>
13170
13171 * xfns.c (x_put_x_image): Declare args.
13172
13173 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
13174 (try_font_list): Declare an arg.
13175
13176 * xdisp.c (message2_nolog, set_message): Declare an arg.
13177
13178 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
13179
13180 * syntax.c (scan_sexps_forward): Declare an arg.
13181
13182 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
13183 Declare an arg.
13184
13185 * lisp.h (Fnew_fontset): Declare.
13186
13187 * keymap.c (push_key_description): Call CHARACTERP correctly.
13188
13189 * fontset.c (fontset_add): Declare args. Call make_number correctly.
13190 (face_for_char): Delete unused vars.
13191 (Fset_fontset_font): Doc fix. Delete unused vars.
13192
13193 * doc.c (Fsubstitute_command_keys): Delete unused vars.
13194
13195 * composite.c (update_compositions): Declare arg.
13196
13197 * cm.c (calccost, cmgoto): Declare args.
13198
13199 * charset.c: Remove `emacs' conditional. Doc fixes.
13200 (map_char_table_for_charset): Declare.
13201
13202 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
13203
13204 * ccl.c: Remove `emacs' conditional.
13205
13206 2008-02-01 Kenichi Handa <handa@m17n.org>
13207
13208 The following changes are to allow specifying multiple font
13209 patterns for a character range (specified by script or charset).
13210
13211 * Makefile.in (abbrev.o): Depend on syntax.h.
13212 (xfaces.o): Depend on charset.h.
13213
13214 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
13215 SINGLE_BYTE_CHAR_P.
13216
13217 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
13218
13219 * character.h (Vchar_script_table): Extern it.
13220
13221 * character.c (Vscript_alist): Delete.
13222 (Vchar_script_table, Qchar_script_table): New variable.
13223 (syms_of_character): Declare Vchar_script_table as a lisp variable
13224 and initialize it.
13225
13226 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
13227 have property char-table-extra-slots, make no extra slot.
13228
13229 * dispextern.h (struct face): Delete member `charset'.
13230 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
13231 SINGLE_BYTE_CHAR_P.
13232 (choose_face_font, lookup_non_ascii_face, font_name_registry):
13233 Add prototypes.
13234 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
13235 (generate_ascii_font_name): Rename from generate_ascii_font.
13236
13237 * fontset.h (get_font_repertory_func): New prototype.
13238 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
13239 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
13240
13241 * fontset.c (Qprepend, Qappend): New variables.
13242 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
13243 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
13244 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
13245 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
13246 (fontset_ref_and_range, fontset_add, reorder_font_vector)
13247 (load_font_get_repertory): New functions.
13248 (fontset_set): Delete.
13249 (fontset_face): New arg FACE. Return face ID, not face.
13250 Complete re-write to handle new fontset structure. Change caller.
13251 (free_face_fontset): Use ASET istead of AREF (X) = Y.
13252 (face_for_char): Don't call lookup_face.
13253 (make_fontset_for_ascii_face): New arg FACE.
13254 (fs_load_font): New arg CHARSET_ID. Don't check
13255 Vfont_encoding_alist here.
13256 (find_font_encoding): New function.
13257 (list_fontsets): Use STRINGP, not ! NILP.
13258 (accumulate_script_ranges): New function.
13259 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
13260 re-written to handle new fontset structure.
13261 (Ffontset_font): Return a copy of element.
13262 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
13263 docstring of font-encoding-alist.
13264
13265 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
13266 (Fset_fotset_font): Fix arguments to 5.
13267
13268 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
13269
13270 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
13271 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
13272 (highlight_trailing_whitespace): Adjust for the change of
13273 lookup_named_face.
13274
13275 * xfaces.c: Include charset.h.
13276 (load_face_font): Delete argument C. Change caller.
13277 (generate_ascii_font_name): Rename from generate_ascii_font.
13278 (font_name_registry): New function.
13279 (cache_face): Store ascii faces before non-ascii faces in buckets.
13280 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
13281 Lookup only ascii faces.
13282 (lookup_non_ascii_face): New function.
13283 (lookup_named_face): Delete argument C. Change caller.
13284 (lookup_derived_face): Delete argument C. Change caller.
13285 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
13286 a string, just call font_list with it.
13287 (choose_face_font): Delete arguments FACE and C. New arg
13288 FONT_SPEC. Change caller.
13289 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
13290 Change caller.
13291 (realize_non_ascii_face): New function.
13292 (realize_x_face): Call load_face_font here.
13293 (realize_tty_face): Delete argument C. Change caller.
13294 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
13295 get a face ID.
13296 (dump_realized_face): Don't print charset of FACE.
13297
13298 * xfns.c (x_set_font): Always call x_new_fontset and
13299 store_frame_parameter.
13300 (Fx_create_frame): Call x_new_fontset, not x_new_font.
13301 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
13302
13303 * xterm.h (x_get_font_repertory): Extern it.
13304
13305 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
13306 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
13307 it->multibyte_p is zero.
13308 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
13309 (x_new_fontset): If FONTSETNAME doesn't match any existing
13310 fontsets, create a new one.
13311 (x_get_font_repertory): New function.
13312
13313 2008-02-01 Kenichi Handa <handa@m17n.org>
13314
13315 * coding.c (Ffind_coding_systems_region_internal): Detect an
13316 ASCII only string correctly.
13317
13318 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
13319 version is 0.
13320
13321 2008-02-01 Kenichi Handa <handa@m17n.org>
13322
13323 * lread.c: Include "coding.h".
13324 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
13325 (load_each_byte, unread_char): New variables.
13326 (readchar_backlog): Delete.
13327 (readchar): Return a character unless load_each_byte is nonzero.
13328 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
13329 cons. If unread_char is not -1, simply return it.
13330 (unreadchar): Handle the case that readcharfun is
13331 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
13332 (read_multibyte): Delete.
13333 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
13334 (read_emacs_mule_char): New functions.
13335 (Fload): Even if the file doesn't have the extension ".elc", if
13336 safe_to_load_p returns a positive version number, assume that the
13337 file contains bytecompiled code. If the version is less than 22,
13338 load the file while decoding multibyte sequences by emacs-mule.
13339 (readevalloop): Don't use readchar_backlog.
13340 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
13341 (Fread_from_string): Pay attention to the case that STREAM is a cons.
13342 (read_escape): Delete the arg BYTEREP.
13343 (read1): Set load_each_byte to 1 temporarily while handling
13344 #@NUMBER. Don't call read_multibyte.
13345 (read_vector): Call Fread with a cons. If readcharfun is
13346 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
13347 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
13348 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
13349 and Qload_force_doc_strings.
13350
13351 2008-02-01 Kenichi Handa <handa@m17n.org>
13352
13353 * xdisp.c (face_before_or_after_it_pos): Call
13354 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
13355
13356 2008-02-01 Kenichi Handa <handa@m17n.org>
13357
13358 * character.h (TRAILING_CODE_P): New macro.
13359 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
13360 (string_char_with_unification): Fix prototype.
13361 (Vscript_alist): Extern it.
13362
13363 * character.c (Vscript_alist): New variable.
13364 (string_char_with_unification, str_as_unibyte)
13365 (string_escape_byte8): Add `const' to local variables.
13366 (syms_of_character): Declare script-alist as a Lisp variable.
13367
13368 * charset.h (Vcharset_ordered_list): Extern it.
13369 (charset_ordered_list_tick): Extern it.
13370 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
13371 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
13372 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
13373 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
13374 (Funify_charset): Adjust for the change of Funify_charset.
13375
13376 * charset.c (charset_ordered_list_tick): New variable.
13377 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
13378 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
13379 deunify intead of unify a charset.
13380 (string_xstring_p): Add `const' to local variables.
13381 (find_charsets_in_text): Add `const' to arguments and local variables.
13382 (encode_char): Adjust for the change of Funify_charset. Fix
13383 detecting of invalid code.
13384 (Fset_charset_priority): Increment charset_ordered_list_tick.
13385 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
13386 and TO_CODE.
13387
13388 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
13389 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
13390 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
13391 (decode_coding_ccl, consume_chars)
13392 (Ffind_coding_systems_region_internal)
13393 (Fcheck_coding_systems_region): Add `const' to local variables.
13394
13395 * print.c (print_object): Use octal form for printing the
13396 contents of a bool vector.
13397
13398 2008-02-01 Dave Love <fx@gnu.org>
13399
13400 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
13401 <version == 20>: Refuse to load.
13402
13403 2008-02-01 Dave Love <fx@gnu.org>
13404
13405 * fns.c: Move coding.h.
13406 (Qcodeset, Qdays, Qmonths): New.
13407 (concat): Use CHARACTERP instead of INTEGERP.
13408 (Flocale_codeset): Delete.
13409 (Flanginfo): New function.
13410 (syms_of_fns): Change accordingly.
13411
13412 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
13413
13414 2008-02-01 Dave Love <fx@gnu.org>
13415
13416 * casetab.c (init_casetab_once, init_casetab_once): Fix
13417 CHAR_TABLE_SET call.
13418
13419 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
13420
13421 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
13422
13423 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
13424 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
13425 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
13426
13427 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
13428
13429 * coding.c (ENCODE_DESIGNATION, decode_eol)
13430 (make_conversion_work_buffer, code_conversion_restore)
13431 (Fdefine_coding_system_internal): Convert Lisp types.
13432 (code_conversion_restore): Use EQ, not ==.
13433 (Fencode_coding_string): Fix code_convert_string call.
13434
13435 * coding.h (code_convert_region): Fix prototype.
13436
13437 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
13438
13439 * fontset.c (fontset_ref, fontset_set, fs_load_font)
13440 (Ffontset_info): Convert Lisp types.
13441
13442 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
13443
13444 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
13445
13446 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
13447
13448 * chartab.c: Include "...h", not <...h> in some cases.
13449
13450 * callproc.c (Fcall_process): Remove unused variables.
13451
13452 2008-02-01 Dave Love <fx@gnu.org>
13453
13454 * coding.c (Fset_coding_system_priority): Allow null arg list.
13455
13456 2008-02-01 Dave Love <fx@gnu.org>
13457
13458 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
13459 (Fself_insert_and_exit): Use CHARACTERP.
13460
13461 * callproc.c (Fcall_process): Remove unused vars.
13462
13463 * xterm.c (XTread_socket): Add extra dead keysyms.
13464
13465 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
13466
13467 * dispextern.h: Remove prototypes for redraw_frame,
13468 redraw_garbaged_frames.
13469
13470 * cmds.c (Fself_insert_command): Use CHARACTERP.
13471
13472 * chartab.c (make_sub_char_table): Remove unused var.
13473 (Fset_char_table_default, Fmap_char_table): Doc fix.
13474
13475 * keymap.c (access_keymap): Remove generic char code.
13476 (push_key_description): Use CHARACTERP.
13477
13478 2008-02-01 Dave Love <fx@gnu.org>
13479
13480 * charset.c: Doc fixes.
13481 (Funify_charset): Extra checking.
13482
13483 2008-02-01 Dave Love <fx@gnu.org>
13484
13485 * lread.c: Remove some unused variables.
13486 (safe_to_load_p): If safe, return the magic number version byte.
13487 (Fload): Maybe use load-with-code-conversion.
13488
13489 2008-02-01 Kenichi Handa <handa@m17n.org>
13490
13491 * category.c (Fmodify_category_entry): Don't modify the contents
13492 of category_set for characters out of the range. Avoid
13493 unnecessary modification.
13494
13495 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
13496 Vchar_unify_table. The default value of the table is now nil.
13497
13498 * character.c (syms_of_character): Setup Vchar_width_table for
13499 eight-bit-control and raw-byte chars.
13500
13501 * charset.h (enum define_charset_arg_index): Delete
13502 charset_arg_parents and add charset_arg_subset and
13503 charset_arg_superset.
13504 (enum charset_attr_index): Delete charset_parents and add
13505 charset_subset and charset_superset.
13506 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
13507 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
13508 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
13509 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
13510 (CHARSET_SUPERSET): New macros.
13511 (charset_work): Extern it.
13512 (ENCODE_CHAR): Use charset_work.
13513 (CHAR_CHARSET_P): Adjust for the change of encoder format.
13514 (map_charset_chars): Extern it.
13515
13516 * charset.c (load_charset_map): Set the default value of encoder
13517 and deunifier char-tables to nil.
13518 (map_charset_chars): Change argument. Change callers. Use
13519 map_char_table_for_charset instead of map_char_table.
13520 (Fmap_charset_chars): New optional args from_code and to_code.
13521 (Fdefine_charset_internal): Adjust for the change of
13522 `define-charset' (:parents -> :subset or :superset).
13523 (charset_work): New variable.
13524 (encode_char, syms_of_charset): Adjust for the change of
13525 Fdefine_charset_internal.
13526 (Ffind_charset_string): Setup the vector `charsets' correctly.
13527
13528 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
13529 the previous change.
13530 (char_table_ref_and_range): Adjust for the above change.
13531 (map_sub_char_table_for_charset): New function.
13532 (map_char_table_for_charset): New function.
13533
13534 * keymap.c (describe_vector): Handle a char-table directly here.
13535 (describe_char_table): Delete.
13536
13537 * lisp.h (map_charset_chars): Delete.
13538
13539 2008-02-01 Dave Love <fx@gnu.org>
13540
13541 * fns.c (count_combining): Comment out (unused).
13542 (Flocale_codeset): New.
13543 (syms_of_fns): Defsubr it.
13544
13545 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
13546 (size_t): Remove.
13547
13548 2008-02-01 Dave Love <fx@gnu.org>
13549
13550 * Makefile.in (chartab.o): Depend on charset.h.
13551
13552 2008-02-01 Kenichi Handa <handa@m17n.org>
13553
13554 * character.c (syms_of_character): Set the default value of
13555 Vprintable_chars to Qnil.
13556
13557 2008-02-01 Dave Love <fx@gnu.org>
13558
13559 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
13560
13561 2008-02-01 Kenichi Handa <handa@m17n.org>
13562
13563 * charset.c (load_charset_map): Handle the case that from < to
13564 correctly.
13565
13566 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
13567 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
13568 Pay attention to raw-8-bit chars.
13569
13570 2008-02-01 Kenichi Handa <handa@m17n.org>
13571
13572 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
13573 It is not bytecompiled now.
13574
13575 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
13576 (charset_jisx0208): New variables.
13577 (Fdefine_charset_internal): Setup them if appropriate.
13578 (init_charset_once): Initialize them to -1.
13579
13580 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
13581 (charset_jisx0208): Extern them.
13582
13583 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
13584 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
13585 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
13586 (setup_iso_safe_charsets): Fix arguments to Fassq.
13587 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
13588 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
13589 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
13590 (encode_coding_iso_2022): Change the 1st arg to
13591 ENCODE_ISO_CHARACTER to a variable.
13592
13593 2008-02-01 Kenichi Handa <handa@m17n.org>
13594
13595 * charset.h (enum define_charset_arg_index): New enums
13596 charset_arg_min_code and charset_arg_max_code.
13597 (struct charset): New member char_index_offset.
13598
13599 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
13600 Take charset->char_index_offset into account.
13601 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
13602 args[charset_arg_max_code]. Setup charset.char_index_offset.
13603 (syms_of_charset): Fix args to Fdefine_charset_internal.
13604
13605 2008-02-01 Dave Love <fx@gnu.org>
13606
13607 * coding.c (decode_coding_utf_8): Reject overlong sequences.
13608
13609 2008-02-01 Dave Love <fx@gnu.org>
13610
13611 * coding.c: Doc fixes.
13612 (Fcoding_system_aliases): Fix return value.
13613 (Qmac): Remove (duplicated) definition.
13614
13615 2008-02-01 Dave Love <fx@gnu.org>
13616
13617 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
13618 functions.
13619
13620 * character.c (Fstring): Doc fix.
13621
13622 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
13623
13624 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
13625 ids.
13626 (font-encoding-alist): Doc fix.
13627
13628 2008-02-01 Dave Love <fx@gnu.org>
13629
13630 * term.c (costs_set): Declare static, non-initialized for pcc.
13631 (encode_terminal_code): Remove unused var.
13632
13633 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
13634 for K&R.
13635
13636 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
13637
13638 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
13639 (suffixes): Move out of make_subsidiaries for K&R.
13640
13641 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
13642
13643 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
13644
13645 2008-02-01 Dave Love <fx@gnu.org>
13646
13647 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
13648
13649 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
13650
13651 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
13652
13653 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
13654
13655 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
13656
13657 2008-02-01 Kenichi Handa <handa@m17n.org>
13658
13659 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
13660 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
13661
13662 2008-02-01 Kenichi Handa <handa@m17n.org>
13663
13664 * coding.c (decode_coding_charset): Adjust for the change of
13665 Fdefine_coding_system_internal.
13666 (Fdefine_coding_system_internal): For a coding system of
13667 `charset' type, store a list of charset IDs in
13668 `charset_attr_charset_valids' element of coding attributes.
13669
13670 2008-02-01 Kenichi Handa <handa@m17n.org>
13671
13672 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
13673 (emacs_mule_char): New arg src. Delete arg `composition'. Change
13674 caller. Handle 2-byte and 3-byte charsets correctly.
13675 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
13676 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
13677 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
13678 (DECODE_EMACS_MULE_21_COMPOSITION): Call
13679 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
13680 sequence.
13681 (decode_coding_emacs_mule): Handle composition correctly. Rewind
13682 `src' and `consumed_chars' correctly before calling emacs_mule_char.
13683 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
13684 and alt&rule composition.
13685 (decode_coding_iso_2022): Handle composition correctly.
13686 (init_coding_once): Setup emacs_mule_bytes for private charsets.
13687
13688 * charset.c (Fdefine_charset_internal): Fix bug for the case of
13689 re-defining a charset. If the charset has :emacs-mule-id, setup
13690 emacs_mule_bytes.
13691 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
13692
13693 2008-02-01 Kenichi Handa <handa@m17n.org>
13694
13695 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
13696 (encode_coding_big5, encode_coding_charset): If coding requires safe
13697 encoding, produce a character specified by
13698 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
13699
13700 2008-02-01 Dave Love <fx@gnu.org>
13701
13702 * xterm.c (XSetIMValues): Declare.
13703
13704 * process.c: Conditionally include sys/wait.h, pty.h.
13705
13706 * print.c (print_object): Fix print format for 64-bit systems.
13707
13708 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
13709
13710 * buffer.c (emacs_strerror): Declare.
13711
13712 * fontset.c (Fclear_face_cache): Declare.
13713 (accumulate_font_info): Comment-out (unused).
13714 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
13715 variables.
13716
13717 * character.h (string_escape_byte8): Declare.
13718
13719 * charset.c (load_charset_map, load_charset_map_from_file): Remove
13720 unused vars.
13721 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
13722 (Fmap_charset_chars): Doc fix.
13723
13724 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
13725 (Fset_coding_system_priority, Fset_coding_system_priority)
13726 (Fdefine_coding_system_internal): Doc fix.
13727
13728 2008-02-01 Dave Love <fx@gnu.org>
13729
13730 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
13731
13732 2008-02-01 Kenichi Handa <handa@m17n.org>
13733
13734 * character.c (string_escape_byte8): Make multibyte string with
13735 correct size.
13736
13737 * charset.c (Fmake_char): Delete unnecessary code.
13738
13739 2008-02-01 Kenichi Handa <handa@m17n.org>
13740
13741 * xfns.c (x_encode_text): Allocate coding.destination here, and
13742 call encode_coding_object with dst_object Qnil.
13743
13744 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
13745 multibyte form correctly.
13746
13747 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
13748 against Vfont_encoding_alist.
13749
13750 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
13751 handling of charset list.
13752 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
13753 (decode_coding_object): Move point to coding->dst_pos before
13754 calling post-read-conversion function.
13755 (encode_coding_object): Give correct arguments to
13756 pre-write-conversion. Ignore the return value of
13757 pre-write-conversion function. Pay attention to the case that
13758 pre-write-conversion changes the current buffer. If dst_object is
13759 Qt, even if coding->src_bytes is zero, allocate at least one byte
13760 to coding->destination.
13761
13762 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
13763
13764 * charset.c (Fmake_char): Make it more backward compatible.
13765 (Fmap_charset_chars): Fix docstring.
13766
13767 2008-02-01 Dave Love <fx@gnu.org>
13768
13769 * coding.c: Doc fixes.
13770 (Fdefine_coding_system_alias): Use names, not symbols, in
13771 coding-system-alist.
13772
13773 2008-02-01 Kenichi Handa <handa@m17n.org>
13774
13775 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
13776 of calling free_realized_face.
13777
13778 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
13779
13780 * charset.c (read_hex): Don't treat SPC as a comment starter.
13781 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
13782 (Fdecode_char): Fix typo.
13783
13784 2008-02-01 Kenichi Handa <handa@m17n.org>
13785
13786 * charset.h (struct charset): New member `code_space_mask'.
13787
13788 * coding.c (coding_set_source): Delete the local variable beg_byte.
13789 (encode_coding_charset, Fdefine_coding_system_internal):
13790 Delete the local variable charset.
13791 (Fdefine_coding_system_internal): Setup
13792 attrs[coding_attr_charset_valids] correctly.
13793
13794 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
13795 member to check if CODE is valid or not.
13796 (Fdefine_charset_internal): Initialize `code_space_mask' member.
13797 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
13798 is within the range of charset->min_code and carset->max_code.
13799
13800 2008-02-01 Dave Love <fx@gnu.org>
13801
13802 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
13803
13804 * dispextern.h (generate_ascii_font): Fix return type.
13805
13806 * xfaces.c (generate_ascii_font): Fix arg declaration.
13807
13808 * coding.c (coding_inherit_eol_type)
13809 (Fset_terminal_coding_system_internal)
13810 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
13811
13812 2008-02-01 Kenichi Handa <handa@m17n.org>
13813
13814 * coding.c (decode_coding_charset, encode_coding_charset): Handle
13815 multiple charsets correctly.
13816
13817 2008-02-01 Kenichi Handa <handa@m17n.org>
13818
13819 * search.c (boyer_moore): Fix handling of multibyte character
13820 translation.
13821
13822 * xdisp.c (display_mode_element): When the variable `elt' is
13823 changed, update `this' and `lisp_string'.
13824
13825 2008-02-01 Kenichi Handa <handa@m17n.org>
13826
13827 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
13828
13829 * callproc.c (Fcall_process): Be sure to give the current buffer
13830 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
13831
13832 * charset.c (struct charset_map_entries): New struct.
13833 (load_charset_map): Rename from parse_charset_map. New args
13834 entries and n_entries. Change caller.
13835 (load_charset_map_from_file): Rename from load_charset_map.
13836 Change caller. New arg control_flag. Call load_charset_map at
13837 the tail.
13838 (load_charset_map_from_vector): New function.
13839 (Fdefine_charset_internal): Setup charset.compact_codes_p.
13840 (encode_char): If the charset is compact, change a character index
13841 to a code point.
13842
13843 * coding.c (coding_alloc_by_making_gap): Check the case that the
13844 source and destination are the same correctly.
13845 (decode_coding_raw_text): Set coding->consumed_char and
13846 coding->consumed to 0.
13847 (produce_chars): If coding->chars_at_source is nonzero, update
13848 coding->consumed_char and coding->consumed before calling
13849 alloc_destination.
13850 (Fdefine_coding_system_alias): Register ALIAS in
13851 Vcoding_system_alist.
13852 (syms_of_coding): Define `no-conversion' coding system at the tail.
13853
13854 * fileio.c (Finsert_file_contents): Set coding_system instead of
13855 val. If the current buffer is multibyte, always call
13856 decode_coding_gap.
13857
13858 * xfaces.c (try_font_list): Give higher priority to fontset's
13859 family than face's family.
13860
13861 2008-02-01 Kenichi Handa <handa@m17n.org>
13862
13863 * callproc.c (Fcall_process): Be sure to give the current buffer
13864 to decode_coding_c_string.
13865
13866 * xfaces.c (try_font_list): Give a family specified in a fontset
13867 higher priority than a family specified in a face.
13868
13869 2008-02-01 Kenichi Handa <handa@m17n.org>
13870
13871 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
13872 Fix arguments to insert_from_buffer.
13873
13874 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
13875
13876 2008-02-01 Kenichi Handa <handa@m17n.org>
13877
13878 * coding.c (produce_chars): Set the variable `multibytep' correctly.
13879 (decode_coding_gap): Set coding->dst_multibyte correctly.
13880
13881 2008-02-01 Kenichi Handa <handa@m17n.org>
13882
13883 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
13884 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
13885 (encode_coding_utf_16): Substitute coding->default_char for
13886 non-Unicode characters.
13887 (decode_coding): Don't call record_insert here.
13888 (setup_coding_system): Initialize `surrogate' of
13889 coding->spec.utf_16 to 0.
13890 (EMIT_ONE_BYTE): Fix for multibyte case.
13891
13892 * insdel.c (insert_from_gap): Call record_insert.
13893
13894 2008-02-01 Kenichi Handa <handa@m17n.org>
13895
13896 * casefiddle.c (casify_region): Fix multibyte case.
13897
13898 * character.c (c_string_width): Add return type `int'.
13899 (char_string_with_unification): Delete arg ADVANCED.
13900
13901 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
13902 (CHAR_STRING): Adjust for the change of char_string_with_unification.
13903 (CHAR_STRING_ADVANCE): Make it do-while statement.
13904
13905 * chartab.c (sub_char_table_set_range): Optimize for the case
13906 DEPTH == 3. Add workaround code for a GCC optimization bug.
13907
13908 * charset.c (parse_charset_map): Remove an unused variable.
13909
13910 * coding.c: Delete unused variables.
13911
13912 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
13913 earlier. If inserted is zero and the coding system doesn't
13914 require flushing, don't call decode_coding_gap.
13915
13916 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
13917
13918 2008-02-01 Kenichi Handa <handa@m17n.org>
13919
13920 The following changes are for using Unicode as an internal
13921 character model, and use UTF-8 format for buffer/string
13922 representation.
13923
13924 * .gdbinit (xchartable): Adjust for the change of char table structure.
13925 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
13926
13927 * Makefile.in (obj): Add character.o and chartab.o.
13928 (lisp, shortlisp): Remove utf-8.elc.
13929 (*.o): For many files, change dependency on charset.h to
13930 character.h, and add dependency on character.h.
13931 (character.o, chartab.o): New targets.
13932
13933 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
13934 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
13935 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
13936 of "charset.h".
13937
13938 * dired.c, filelock.c: Include "character.h".
13939
13940 * alloc.c: Include "character.h" instead of "charset.h".
13941 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
13942 (syms_of_alloc): Remove defsubr for Smake_char_table.
13943
13944 * buffer.c: Include "character.h" instead of "charset.h", don't
13945 include "coding.h".
13946 (Fset_buffer_multibyte): Adjust for UTF-8.
13947
13948 * buffer.h: EXFUN Fbuffer_live_p.
13949
13950 * callproc.c: Include "character.h" instead of "charset.h".
13951 (Fcall_process): Big change for the new code-conversion APIs.
13952
13953 * casetab.c: Include "character.h" instead of "charset.h".
13954 (set_canon, set_identity, shuffle): Adjust for the new
13955 map_char_table spec.
13956 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
13957 accessing the char table structure.
13958
13959 * chartab.c: New file that implements char table.
13960
13961 * category.c: Include "character.h".
13962 (copy_category_entry): New function.
13963 (copy_category_table): Call map_char_table and copy_category_entry.
13964 (Fmake_category_table): Initialize all top-level slots.
13965 (char_category_set): New function.
13966 (modify_lower_category_set): Delete.
13967 (Fmodify_category_entry): Call char_table_ref_and_range.
13968
13969 * category.h (CATEGORY_SET): Just call char_category_set.
13970
13971 * ccl.c: Include "character.h".
13972 (Qccl, Qcclp): New variables.
13973 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
13974 it's less than 256.
13975 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
13976 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
13977 and DST type.
13978 (ccl_driver): Change types of argument, adjust code accordingly.
13979 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
13980 ccl_driver.
13981 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
13982
13983 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
13984 New members src_multibyte, dst_multibyte, consumed, and produced.
13985 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
13986 (CODING_SPEC_CCL_PROGRAM): New macro.
13987 (ccl_driver): Update prototype.
13988 (Qccl, Qcclp, Fccl_program_p): Extern them.
13989 (CHECK_CCL_PROGRAM): New macro.
13990
13991 * character.c, character.h, chartab.c: New files.
13992
13993 * charset.c: Mostly re-written. Move character and multibyte sequence
13994 handling codes to character.c.
13995
13996 * charset.h: Mostly re-written. Move character and multibyte sequence
13997 handling codes to character.h.
13998
13999 * coding.c, coding.h: Mostly re-written.
14000
14001 * composite.c: Include "character.h" instead of "charset.h".
14002 (CHAR_WIDTH): Move to character.h.
14003 (HASH_KEY, HASH_VALUE): Delete.
14004
14005 * composite.h (enum composition_method): Change order of enumeration
14006 symbols.
14007
14008 * data.c: Include "character.h" instead of "charset.h".
14009 (Faref): Call CHAR_TABLE_REF for a char table.
14010 (Faset): Call CHAR_TABLE_SET for a char table.
14011
14012 * dispextern.h (free_realized_face, check_face_attribytes)
14013 (generate_ascii_font): Extern them.
14014 (free_realized_multibyte_face): Delete extern.
14015
14016 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
14017 table structure.
14018
14019 * editfns.c: Include "character.h" instead of "charset.h".
14020 (Fchar_to_string): Always call CHAR_STRING.
14021
14022 * emacs.c (main): Call init_charset_once, init_charset,
14023 syms_of_chartab, and syms_of_character.
14024
14025 * fileio.c: Include "character.h" instead of "charset.h".
14026 (Finsert_file_contents): Big change for the new code-conversion API.
14027 (choose_write_coding_system, Fwrite_region): Likewise.
14028 (build_annotations_2): Delete.
14029 (e_write): Big change for the new code-conversion API.
14030
14031 * fns.c: Include "character.h" instead of "charset.h".
14032 (copy_sub_char_table): Move to chartab.c.
14033 (Fcopy_sequence): Call copy_char_table for a char table.
14034 (concat): Delete codes calling count_multibyte.
14035 (string_char_to_byte, string_byte_to_char): Adjust for the new
14036 multibyte form.
14037 (internal_equal): Adjust for the change of char table structure.
14038 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
14039 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
14040 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
14041 (char_table_translate, optimize_sub_char_table)
14042 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
14043 chartab.c.
14044 (char_table_ref_and_index): Delete.
14045 (HASH_KEY, HASH_VALUE): Move to lisp.h.
14046 (Fmd5): Call preferred_coding_system instead of accessing
14047 Vcoding_category_list. Adjust for the new code-conversion API.
14048 (syms_of_fns): Move defsubr for char table related functions to
14049 chartab.c.
14050
14051 * fontset.c: Mostly re-written.
14052
14053 * fontset.h (struct font_info): Change type of the member encoding_type.
14054 (enum FONT_SPEC_INDEX): New enum.
14055 (fontset_font_pattern, fs_load_font): Update prototype.
14056 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
14057
14058 * indent.c: Include "character.h" instead of "charset.h".
14059 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
14060
14061 * insdel.c: Include "character.h" instead of "charset.h".
14062 (copy_text): Don't refer to Vnonascii_translation_table.
14063 (insert_from_gap): New function.
14064
14065 * keyboard.c: Include "character.h" instead of "charset.h".
14066 (command_loop_1): Never call direct_output_forward_char before
14067 a non-ASCII character.
14068 (read_char): If Vkeyboard_translate_table is a char table, always
14069 translate a character.
14070
14071 * keymap.c: Include "character.h".
14072 (store_in_keymap): Handle the case that IDX is a cons.
14073 (Fdefine_key): Handle the case that KEY is a cons and the car part
14074 is also a cons (range).
14075 (push_key_description): Adjust for the new character code.
14076 (describe_vector): Call describe_char_table for a char table.
14077 (describe_char_table): New function.
14078
14079 * keymap.h (describe_char_table): Extern it.
14080
14081 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
14082 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
14083 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
14084 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
14085 Delete.
14086 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
14087 structure.
14088 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
14089 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
14090 (CHARTAB_SIZE_BITS_3): New macros.
14091 (chartab_size): Extern it.
14092 (struct Lisp_Char_Table): Re-design.
14093 (struct Lisp_Sub_Char_Table): New structure.
14094 (HASH_KEY, HASH_VALUE): Move from fns.c.
14095 (CHARACTERBITS): Define as 22.
14096 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
14097 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
14098 (GC_SUB_CHAR_TABLE_P): New macro.
14099 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
14100 (code_convert_string_norecord): Deleted extern.
14101 (init_character_once, syms_of_character, init_charset)
14102 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
14103
14104 * lread.c: Include "character.h".
14105 (read_multibyte): New arg NBYTES.
14106 (read_escape): Change the meaning of returned *BYTEREP.
14107 (to_multibyte): Delete.
14108 (read1): Adjust the handling of char table and string.
14109
14110 * print.c: Include "character.h" instead of "charset.h".
14111 (print_string): Convert 8-bit raw bytes to octal form by
14112 string_escape_byte8.
14113 (print_object): Adjust for the new multibyte form. Print 8-bit
14114 raw bytes always in octal form. Handle sub char table correctly.
14115
14116 * process.c: Include "character.h" instead of "charset.h".
14117 (read_process_output, send_process): Adjust for the new
14118 code-conversion API.
14119
14120 * puresize.h (BASE_PURESIZE): Increase.
14121
14122 * regex.c: Include "character.h" instead of "charset.h".
14123 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
14124 (regex_compile): Accept a range whose starting and ending
14125 character have different leading bytes.
14126 (analyse_first): Adjust for the above change.
14127
14128 * search.c: Include "character.h" instead of "charset.h".
14129 (search_buffer, boyer_moore): Adjust for the new multibyte form.
14130 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
14131
14132 * syntax.c: Include "character.h" instead of "charset.h".
14133 (syntax_parent_lookup): Delete.
14134 (Fmodify_syntax_entry): Accept a cons as CHAR.
14135 (skip_chars): Adjust for the new multibyte form.
14136 (init_syntax_once): Call char_table_set_range instead of directly
14137 accessing the structure of a char table.
14138
14139 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
14140 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
14141 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
14142 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
14143
14144 * term.c: Include "buffer.h" and "character.h".
14145 (encode_terminal_code, write_glyphs): Adjust for the new
14146 code-conversion API.
14147 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
14148
14149 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
14150
14151 * xdisp.c: Include "character.h".
14152 (get_next_display_element): Adjust for the new multibyte form.
14153 (disp_char_vector): Adjust for the new char table structure.
14154 (decode_mode_spec_coding): Adjust for the new structure of
14155 coding system.
14156 (decode_mode_spec): Adjust for the new code-conversion API.
14157
14158 * xfaces.c: Include "character.h" instead of "charset.h".
14159 (load_face_font): Adjust for the change of choose_face_font and
14160 FS_LOAD_FONT.
14161 (generate_ascii_font): New function.
14162 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
14163 (set_font_frame_param): Adjust for the change of choose_face_font.
14164 (free_realized_face): Make it public.
14165 (free_realized_faces_for_fontset): Rename from
14166 free_realized_multibyte_face. Free also faces realized for ASCII.
14167 (choose_face_font): Change arguments. Adjust for the change of
14168 fontset_font_pattern and FS_LOAD_FONT.
14169
14170 * xfns.c: Include "character.h".
14171 (x_encode_text): Adjust for the new code-conversion API.
14172
14173 * xselect.c: Don't include "charset.h".
14174 (selection_data_to_lisp_data): Adjust for the new code conversion API.
14175
14176 * xterm.c: Include "character.h".
14177 (x_encode_char): New argument CHARSET. Change caller.
14178 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
14179 Call ENCODE_CHAR instead of SPLIT_CHAR.
14180 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
14181 CHAR_WIDTH instead of CHARSET_WIDTH.
14182 (XTread_socket): Adjust for the new code-conversion API.
14183 (x_new_font): Adjust for the change of FS_LOAD_FONT.
14184 (x_load_font): Adjust for the change of struct font.
14185
14186 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * xfaces.c (face_at_buffer_position): Remove unused vars.
14189
14190 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14191
14192 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
14193 Fix overflow checking.
14194
14195 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14196
14197 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
14198 Cancel previous change.
14199
14200 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
14201
14202 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
14203 ccl->eight_bit_control. Fix check for buffer overflow.
14204 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
14205 (ccl_driver): Initialize extra_bytes to 0.
14206
14207 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
14208
14209 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
14210 return it ORed with ctrl_modifier.
14211
14212 2008-01-29 Miles Bader <miles@gnu.org>
14213
14214 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
14215
14216 2008-01-28 Jason Rumney <jasonr@gnu.org>
14217
14218 * w32.c (stat): Don't double check for networked drive.
14219
14220 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * window.c (run_window_configuration_change_hook): New function.
14223 Code extracted from set_window_buffer. Set the selected frame.
14224 (set_window_buffer): Use it.
14225 * window.h (run_window_configuration_change_hook): Declare.
14226 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
14227
14228 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
14229
14230 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
14231
14232 * Makefile.in: Remove references to unused macros.
14233
14234 2008-01-26 Eli Zaretskii <eliz@gnu.org>
14235
14236 * w32.c (g_b_init_get_sid_sub_authority)
14237 (g_b_init_get_sid_sub_authority_count): New static variables.
14238 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
14239 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
14240 (init_user_info): Use them to retrieve uid and gid.
14241 Use 500/513, the Windows defaults, as Administrator's uid/gid.
14242 (fstat): Use pw_uid and pw_gid from the_passwd structure for
14243 st_uid and st_gid of the file.
14244
14245 2008-01-26 Jason Rumney <jasonr@gnu.org>
14246
14247 * w32.c (logon_network_drive): New function.
14248 (stat): Use it.
14249
14250 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
14251
14252 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
14253 invisible text covered with an ellipsis.
14254
14255 2008-01-25 Richard Stallman <rms@gnu.org>
14256
14257 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
14258 jump back to beginning. Move some other initializations after that.
14259 (Qwindow_text_change_functions, Vwindow_text_change_functions):
14260 New variables.
14261 (syms_of_xdisp): Init them.
14262
14263 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
14264
14265 * buffer.c (reset_buffer_local_variables):
14266 Implement `permanent-local-hook'.
14267 (Qpermanent_local_hook): New variable.
14268 (syms_of_buffer): Init and staticpro it.
14269
14270 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
14271
14272 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
14273
14274 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
14275
14276 * fns.c (Fclrhash): Return TABLE.
14277
14278 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14279
14280 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
14281 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
14282 is set even without positional changes.
14283 (x_scroll_bar_clear): Set bar->redraw_needed_p.
14284
14285 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
14286
14287 2008-01-23 Jason Rumney <jasonr@gnu.org>
14288
14289 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
14290
14291 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
14292 the unicode range available in MULE by locale-coding-system.
14293 Improve dbcs lead byte detection. Set event timestamp and modifiers
14294 earlier.
14295
14296 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14297
14298 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
14299 [MAC_OSX] (init_mac_osx_environment): Initialize it.
14300 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
14301 when used on child processes.
14302
14303 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
14304
14305 * dbusbind.c (Fdbus_method_return_internal): Rename from
14306 Fdbus_method_return.
14307 (Fdbus_unregister_object): Move to dbus.el.
14308 (Fdbus_call_method, Fdbus_method_return_internal)
14309 (Fdbus_send_signal): Improve debug messages.
14310
14311 2008-01-20 Martin Rudalics <rudalics@gmx.at>
14312
14313 * undo.c (undo_inhibit_record_point): New variable.
14314 (syms_of_undo): Initialize it.
14315 (record_point): Don't record point when undo_inhibit_record_point
14316 is set.
14317
14318 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
14321
14322 * xdisp.c (Qauto_hscroll_mode): New var.
14323 (syms_of_xdisp): Initialize it.
14324 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
14325 window's buffer.
14326 (hscroll_windows): Don't check automatic_hscrolling_p here.
14327
14328 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
14329 vscroll if we're setting window-buffer to the value it already has.
14330
14331 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
14332
14333 * m/intel386.h: Remove references to XENIX.
14334
14335 2008-01-17 Andreas Schwab <schwab@suse.de>
14336
14337 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
14338 instead of HAVE_X86_64_LIB64_DIR.
14339 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
14340
14341 2008-01-17 Glenn Morris <rgm@gnu.org>
14342
14343 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
14344 to HAVE_X86_64_LIB64_DIR.
14345
14346 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
14347
14348 * s/irix3-3.h:
14349 * s/irix4-0.h:
14350 * s/386-ix.h:
14351 * s/domain.h:
14352 * s/hpux9-x11r4.h:
14353 * s/hpux9shxr4.h: Remove files for systems no longer supported.
14354
14355 * sysdep.c: Remove code containing references to symbols defined
14356 by unsupported systems.
14357
14358 2008-01-16 Glenn Morris <rgm@gnu.org>
14359
14360 * coding.c (select-safe-coding-system-function): Doc fix.
14361
14362 2008-01-15 Glenn Morris <rgm@gnu.org>
14363
14364 * config.in: Revert 2008-01-13 change: this is a generated file.
14365
14366 2008-01-13 Tom Tromey <tromey@redhat.com>
14367
14368 * lisp.h: Fix typo.
14369
14370 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
14371
14372 * m/sequent-ptx.h:
14373 * m/sequent.h:
14374 * s/ptx.h:
14375 * s/ptx4-2.h:
14376 * s/ptx4.h: Remove files for systems no longer supported.
14377
14378 * callproc.c (Fcall_process): Fix previous change.
14379
14380 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
14381
14382 * unexsunos4.c: Remove file, system not supported anymore.
14383
14384 * m/mips.h:
14385 * m/intel386.h:
14386 * callproc.c:
14387 * config.in:
14388 * ecrt0.c:
14389 * emacs.c:
14390 * fileio.c:
14391 * frame.c:
14392 * getpagesize.h:
14393 * keyboard.c:
14394 * lread.c:
14395 * process.c:
14396 * puresize.h:
14397 * sysdep.c:
14398 * systty.h:
14399 * syswait.h:
14400 * unexec.c:
14401 * xdisp.c:
14402 * alloc.c: Remove code containing references to symbols defined by
14403 unsupported systems.
14404
14405 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
14406
14407 * coding.c (detect_coding_mask): Fix previous change.
14408
14409 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
14410
14411 * coding.c (detect_coding_iso2022): New arg
14412 latin_extra_code_state. Allow Latin extra codes only
14413 when *latin_extra_code_state is nonzero.
14414 (detect_coding_mask): If there is a NULL byte, detect the encoding
14415 as UTF-16 or binary. If Latin extra codes exist, detect the
14416 encoding as ISO-2022 only when there's no other proper encoding is
14417 found.
14418
14419 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14420
14421 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
14422 #ifdef MAC_OS.
14423
14424 2008-01-08 Richard Stallman <rms@gnu.org>
14425
14426 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
14427
14428 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
14429
14430 * keyboard.c (parse_menu_item): Don't enclose key bindings on
14431 menu bar in parentheses.
14432
14433 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14434
14435 * m/7300.h:
14436 * m/acorn.h:
14437 * m/alliant-2800.h:
14438 * m/alliant.h:
14439 * m/alliant1.h:
14440 * m/alliant4.h:
14441 * m/altos.h:
14442 * m/amdahl.h:
14443 * m/apollo.h:
14444 * m/att3b.h:
14445 * m/aviion-intel.h:
14446 * m/aviion.h:
14447 * m/celerity.h:
14448 * m/clipper.h:
14449 * m/cnvrgnt.h:
14450 * m/convex.h:
14451 * m/cydra5.h:
14452 * m/delta88k.h:
14453 * m/dpx2.h:
14454 * m/dual.h:
14455 * m/elxsi.h:
14456 * m/f301.h:
14457 * m/gould-np1.h:
14458 * m/gould.h:
14459 * m/i860.h:
14460 * m/ibmps2-aix.h:
14461 * m/ibmrt-aix.h:
14462 * m/ibmrt.h:
14463 * m/irist.h:
14464 * m/is386.h:
14465 * m/isi-ov.h:
14466 * m/mega68.h:
14467 * m/mg1.h:
14468 * m/news-r6.h:
14469 * m/news-risc.h:
14470 * m/news.h:
14471 * m/nh3000.h:
14472 * m/nh4000.h:
14473 * m/ns16000.h:
14474 * m/ns32000.h:
14475 * m/nu.h:
14476 * m/orion.h:
14477 * m/orion105.h:
14478 * m/paragon.h:
14479 * m/pfa50.h:
14480 * m/plexus.h:
14481 * m/pyramid.h:
14482 * m/pyrmips.h:
14483 * m/sh3el.h:
14484 * m/sps7.h:
14485 * m/sr2k.h:
14486 * m/stride.h:
14487 * m/sun1.h:
14488 * m/sun2.h:
14489 * m/sun3-68881.h:
14490 * m/sun3-fpa.h:
14491 * m/sun3-soft.h:
14492 * m/sun3.h:
14493 * m/sun386.h:
14494 * m/symmetry.h:
14495 * m/tad68k.h:
14496 * m/tahoe.h:
14497 * m/targon31.h:
14498 * m/tek4300.h:
14499 * m/tekxd88.h:
14500 * m/tower32.h:
14501 * m/tower32v3.h:
14502 * m/ustation.h:
14503 * m/wicat.h:
14504 * m/xps100.h:
14505 * s/cxux.h:
14506 * s/cxux7.h:
14507 * s/dgux.h:
14508 * s/dgux4.h:
14509 * s/dgux5-4-3.h:
14510 * s/dgux5-4r2.h:
14511 * s/esix.h:
14512 * s/esix5r4.h:
14513 * s/hiuxmpp.h:
14514 * s/hiuxwe2.h:
14515 * s/iris3-5.h:
14516 * s/iris3-6.h:
14517 * s/isc2-2.h:
14518 * s/isc3-0.h:
14519 * s/isc4-0.h:
14520 * s/isc4-1.h:
14521 * s/newsos5.h:
14522 * s/newsos6.h:
14523 * s/osf1.h:
14524 * s/osf5-0.h:
14525 * s/riscix1-1.h:
14526 * s/riscix12.h:
14527 * s/sco4.h:
14528 * s/sco5.h:
14529 * s/sunos4-0.h:
14530 * s/sunos4-1.h:
14531 * s/sunos413.h:
14532 * s/sunos4shr.h:
14533 * s/umax.h:
14534 * s/unipl5-2.h:
14535 * s/xenix.h:
14536 * cxux-crt0.s:
14537 * unexapollo.c:
14538 * unexconvex.c:
14539 * unexenix.c:
14540 * unexsni.c: Remove files for systems no longer supported.
14541
14542 * m/intel386.h: Remove references to unsupported systems.
14543
14544 * w32.c (get_emacs_configuration): Remove reference to i860.
14545
14546 * sysdep.c: Remove dead code.
14547
14548 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14549
14550 * s/rtu.h:
14551 * m/masscomp.h: Remove files. Platform is obsolete.
14552
14553 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
14554
14555 * dbusbind.c (Fdbus_method_return): New function.
14556 (xd_read_message): Add the serial number to the event.
14557 (Fdbus_register_method): Activate the function.
14558
14559 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * keyboard.c (read_key_sequence): Fix typo.
14562
14563 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
14564
14565 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
14566 (xd_signature, xd_append_arg): Handle element type detection for
14567 empty arrays.
14568 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
14569 SDATA () calls; this must be solved more general.
14570 (Fdbus_register_signal): Use SBYTES instead of strlen.
14571
14572 2008-01-03 Magnus Henoch <magnus@zemdatav>
14573
14574 * dbusbind.c (xd_append_arg): Use unsigned char instead of
14575 unsigned int for byte values (necessary for big-endian platform).
14576 (Fdbus_call_method): Handle the case of no returned arguments.
14577
14578 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
14579
14580 * dbusbind.c (xd_read_message): Use non-static input_event struct.
14581
14582 2007-12-31 Magnus Henoch <mange@freemail.hu>
14583
14584 * dbusbind.c (xd_signature): Signature of variant is just "v".
14585
14586 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
14587
14588 * dbusbind.c: Fix several errors and compiler warnings.
14589 Reported by Tom Tromey <tromey@redhat.com>.
14590 (XD_ERROR, XD_DEBUG_MESSAGE)
14591 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
14592 (xd_append_arg): Part for basic D-Bus types rewritten.
14593 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
14594 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
14595 appropriate.
14596 (xd_read_message): Return Qnil. Don't signal an error; it is not
14597 useful during event reading.
14598 (Fdbus_register_signal): Signal an error if the check for
14599 FUNCTIONP fails.
14600 (Fdbus_register_method): New function. The implementation is not
14601 complete, the call of the function signals an error therefore.
14602 (Fdbus_unregister_object): New function, renamed from
14603 Fdbus_unregister_signal. The initial check signals an error, if
14604 the object is not well formed.
14605
14606 2007-12-30 Richard Stallman <rms@gnu.org>
14607
14608 * textprop.c (get_char_property_and_overlay):
14609 Signal error if POSITION is out of range in a buffer.
14610
14611 2007-12-29 Martin Rudalics <rudalics@gmx.at>
14612
14613 * w32fns.c (Fx_create_frame): Make copy of frame parameters
14614 because the original parameters are in pure storage now.
14615
14616 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14617
14618 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
14619
14620 2007-12-22 Eli Zaretskii <eliz@gnu.org>
14621
14622 * callint.c (syms_of_callint) <command-history>: Add reference to
14623 history-length in the doc string.
14624
14625 2007-12-17 Jason Rumney <jasonr@gnu.org>
14626
14627 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
14628 before passing as wParam.
14629
14630 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
14631
14632 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
14633 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
14634 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
14635 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
14636 as number.
14637 (Fdbus_call_method): Fix docstring.
14638
14639 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
14640
14641 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
14642 New macros.
14643 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
14644 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
14645 Simplify.
14646 (xd_signature): New function.
14647 (xd_append_arg): Compute also signatures. Major rewrite.
14648 (xd_retrieve_arg): Make debug messages friendly.
14649 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
14650 Check for signatures of arguments.
14651
14652 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
14653
14654 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
14655 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
14656 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
14657 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
14658 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
14659 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
14660 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
14661 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
14662 (xd_retrieve_value): Remove. Functionality included in ...
14663 (xd_append_arg): New function.
14664 (Fdbus_call_method, Fdbus_send_signal): Apply it.
14665
14666 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
14667
14668 * dbusbind.c (top): Include <stdio.h>.
14669 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
14670 dbus_message_new_method_call and dbus_message_new_signal.
14671 (Fdbus_register_signal): Rename unique_name to uname.
14672 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
14673 non-existing unique name. Fix typos in matching rule. Return an
14674 object which is useful in Fdbus_unregister_signal.
14675 (Fdbus_unregister_signal): Reimplementation, in order to remove
14676 only the corresponding entry.
14677 (Vdbus_registered_functions_table): Change the order of entries.
14678 Apply these changes in xd_read_message and Fdbus_register_signal.
14679
14680 2007-12-16 Andreas Schwab <schwab@suse.de>
14681
14682 * fileio.c (Finsert_file_contents): Fix overflow check to not
14683 depend on undefined integer overflow.
14684
14685 2007-12-14 Jason Rumney <jasonr@gnu.org>
14686
14687 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
14688 for characters above 127.
14689
14690 2007-12-13 Jason Rumney <jasonr@gnu.org>
14691
14692 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
14693 before dereferencing array.
14694 (lookup_vk_code): Remove zero comparison.
14695
14696 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
14697
14698 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
14699 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
14700 Use `unsigned int' instead of `uint'.
14701 (xd_read_message, Fdbus_register_signal): Split expressions into
14702 multiple lines before operators "&&" and "||", according to the
14703 GNU Coding Standards.
14704
14705 2007-12-14 Eli Zaretskii <eliz@gnu.org>
14706
14707 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
14708
14709 2007-12-12 Juri Linkov <juri@jurta.org>
14710
14711 * buffer.c (Frename_buffer): In interactive spec replace
14712 `read-buffer' with `read-string' that uses `buffer-name-history'
14713 as history, and the current buffer's name as default.
14714
14715 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
14718 manipulating the backtrace manually.
14719 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
14720 (struct backtrace, backtrace_list): Remove.
14721 (command_loop_1): Remove dead var `no_direct'.
14722
14723 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
14724 preserve non-built-in buffer-local variables.
14725 (Fkill_all_local_variables): Don't re-create&re-set permanent
14726 buffer-local variables.
14727
14728 2007-12-09 Juri Linkov <juri@jurta.org>
14729
14730 * buffer.c (Frename_buffer): Change interactive spec from "s" to
14731 Lisp code that uses `read-buffer' with current buffer as default.
14732
14733 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
14734
14735 * dbusbind.c (xd_read_message): Generate an event for every
14736 registered handler. There might be several handlers registered
14737 for the same signal.
14738 (Fdbus_register_signal): Don't overwrite a registration for the
14739 same signal. Add a new registration if handlers are different.
14740 (Vdbus_registered_functions_table): Rework doc string.
14741
14742 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
14743
14744 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
14745 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
14746 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
14747 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
14748 Unify argument lists.
14749 (xd_read_message, Fdbus_register_signal): Reorder and extend event
14750 arguments and hash table keys. Use unique name for service.
14751 (Fdbus_unregister_signal): Remove checks.
14752 (Vdbus_registered_functions_table): Fix doc string.
14753
14754 2007-12-05 Magnus Henoch <mange@freemail.hu>
14755
14756 * process.c (make_process): Initialize pty_flag to 0.
14757
14758 2007-12-05 Jason Rumney <jasonr@gnu.org>
14759
14760 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
14761 specified XBMs.
14762
14763 2007-12-05 Richard Stallman <rms@gnu.org>
14764
14765 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
14766
14767 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14768
14769 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
14770 New variable.
14771 (mac_try_close_socket) [MAC_OSX]: New function.
14772 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
14773 Update cfsockets_for_select. Replace invalid CFRunLoop source.
14774
14775 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
14776 Use mac_try_close_socket.
14777
14778 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14779
14780 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
14781 reloc_base.
14782 (copy_dysymtab): Compute relocation base here.
14783 (rebase_reloc_address) [__ppc64__]: New function.
14784 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
14785 changed.
14786
14787 2007-12-05 Jason Rumney <jasonr@gnu.org>
14788
14789 * w32proc.c (sys_spawnve): Quote args with wildcards.
14790
14791 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14792
14793 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
14794 __objc_* sections.
14795 (unrelocate) [_LP64]: Set relocation base to address of data segment.
14796
14797 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
14798
14799 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
14800 Move check for Vdbus_registered_functions_table to
14801 xd_read_queued_messages.
14802 (xd_read_queued_messages): Protect xd_read_message calls by
14803 internal_condition_case_1.
14804
14805 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
14806
14807 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
14808 Qdbus_system_bus and Qdbus_session_bus, respectively.
14809 (Vdbus_intern_symbols): Remove.
14810 (Vdbus_registered_functions_table): New hash table.
14811 (XD_SYMBOL_INTERN_SYMBOL): Remove.
14812 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
14813 Rewrite in order to manage registered functions by hash table
14814 Vdbus_registered_functions_table.
14815
14816 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
14817
14818 * xterm.c: Update URL to Window Manager Specification in comment.
14819
14820 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
14821
14822 * config.in (HAVE_DBUS): Add.
14823
14824 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
14825 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
14826 (obj): Add $(DBUS_OBJ).
14827 (LIBES): Add $(DBUS_LIBS).
14828 (dbusbind.o): New target.
14829
14830 * dbusbind.c: New file.
14831
14832 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
14833
14834 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
14835 (Qdbus_event): New Lisp symbol.
14836 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
14837 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
14838 (keys_of_keyboard): Define dbus-event.
14839
14840 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
14841
14842 2007-12-01 Richard Stallman <rms@gnu.org>
14843
14844 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
14845
14846 2007-11-30 Jason Rumney <jasonr@gnu.org>
14847
14848 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
14849 (w32con_reset_terminal_modes): Clear screen buffer.
14850 (w32_face_attributes): Don't use color indexes that are out of range.
14851 Only reverse the default colors.
14852
14853 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
14854 WINDOWSNT.
14855
14856 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
14857
14858 2007-11-29 Jason Rumney <jasonr@gnu.org>
14859
14860 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
14861 (w32_face_attributes): Use Vtty_defined_color_alist to determine
14862 if the terminal colors are initialized.
14863 (unspecified_fg, unspecified_bg): Remove unused declarations.
14864
14865 2007-11-29 Andreas Schwab <schwab@suse.de>
14866
14867 * keyboard.c (apply_modifiers): Fix typo.
14868
14869 2007-11-29 Richard Stallman <rms@gnu.org>
14870
14871 * keymap.c (Fcurrent_local_map): Doc fix.
14872
14873 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
14874
14875 * s/gnu-kfreebsd.h: New file.
14876
14877 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
14880 Don't cast redundantly.
14881
14882 * keyboard.c (KEY_TO_CHAR): New macro.
14883 (parse_modifiers, apply_modifiers): Accept integer arguments.
14884 (read_key_sequence): Use them to unify the "shift->unshift" mapping
14885 for chars and symbol keys.
14886 After doing such remapping, apply function-key-map again.
14887
14888 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
14889
14890 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
14891 compiled anymore.
14892
14893 2007-11-26 Andreas Schwab <schwab@suse.de>
14894
14895 * process.c (list_processes_1): Fix indentation level of the
14896 command column.
14897
14898 2007-11-23 Andreas Schwab <schwab@suse.de>
14899
14900 * editfns.c (Fformat): Handle %c specially since it requires the
14901 argument to be of type int.
14902
14903 2007-11-23 Markus Triska <markus.triska@gmx.at>
14904
14905 * emacs.c (main): Call init_editfns before init_process, since
14906 init_process sets Vprocess_connection_type depending on OS release.
14907
14908 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
14911 (find_symbol_value): Use do_symval_forwarding.
14912
14913 * data.c (set_internal): Set the value in the `cons-cell' (for
14914 Buffer_Local_values) not only for frame-local variables.
14915
14916 2007-11-22 Andreas Schwab <schwab@suse.de>
14917
14918 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
14919 values to sprintf.
14920 * keymap.c (Fsingle_key_description): Likewise.
14921 * print.c (print_object): Likewise.
14922
14923 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
14924
14925 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
14926 file for image is nil.
14927
14928 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
14929
14930 * term.c: Include stdarg.h.
14931 (fatal): Implement using varargs.
14932 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
14933
14934 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
14937 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
14938 Update call to buffer_slot_type_mismatch.
14939 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
14940 (buffer_slot_type_mismatch): Update.
14941 * buffer.c (buffer_local_types): Remove.
14942 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
14943 (defvar_per_buffer): Set the type in the buffer_objfwd.
14944
14945 2007-11-21 Jason Rumney <jasonr@gnu.org>
14946
14947 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
14948 CreateFileMapping returns NULL on failure.
14949
14950 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * search.c (Fset_match_data): Remove the `evaporate' feature.
14953 (unwind_set_match_data): Don't use the `evaporate' feature.
14954
14955 2007-11-21 Jason Rumney <jasonr@gnu.org>
14956
14957 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
14958
14959 * w32console.c (w32con_write_glyphs): Remove unused variables.
14960
14961 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14962
14963 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
14964
14965 * s/darwin.h (MULTI_KBOARD): Remove.
14966
14967 * macfns.c (x_create_tip_frame, Fx_create_frame)
14968 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
14969
14970 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * buffer.c (Fbuffer_local_value): Remove redundant test.
14973 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
14974 than in `current-buffer' to match the comment.
14975 Do the swap using swap_in_global_binding.
14976
14977 * data.c (store_symval_forwarding, set_internal):
14978 * eval.c (specbind): Remove dead code.
14979
14980 * coding.c (detect_coding, Fupdate_coding_systems_internal):
14981 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
14982 Since we do not want to see internal Lisp_*fwd objects here.
14983
14984 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
14985
14986 * sysdep.c (init_system_name): Use getaddrinfo if available.
14987
14988 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
14989 (x_scroll_bar_note_movement): start, end, with, height in struct
14990 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
14991
14992 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
14993
14994 * puresize.h (BASE_PURESIZE): Increase to 1190000.
14995
14996 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
14999 This undoes Richard's change of 14-Oct-2002.
15000
15001 * alloc.c (allocate_other_vector):
15002 * lisp.h (allocate_other_vector): Remove.
15003
15004 * window.c (struct save_window_data): Move non-lisp data to the end
15005 and make it `int' rather than Lisp_Object.
15006 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
15007 Done wrap/unwrap integer values.
15008 (Fset_window_configuration, compare_window_configurations):
15009 Update use of fields to their new types.
15010
15011 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
15012 Turn integer fields into `int'. Merge x_window_low and x_window_high.
15013 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
15014 (SET_SCROLL_BAR_X_WINDOW): Remove.
15015 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
15016 Access the new x_window field directly.
15017 * xterm.c (x_scroll_bar_create): Use a pseudovector.
15018 Don't wrap/unwrap integers into Lisp_Objects.
15019 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
15020 (x_scroll_bar_report_motion):
15021 Don't wrap/unwrap integers into Lisp_Objects.
15022 (x_term_init): Use SDATA.
15023 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
15024 (x_scroll_bar_set_handle, x_scroll_bar_remove)
15025 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
15026 (x_scroll_bar_report_motion, x_scroll_bar_clear):
15027 * xfns.c (x_set_background_color):
15028 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
15029 Access the new x_window field directly.
15030
15031 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
15032 (allocate_pseudovector): Make non-static.
15033
15034 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
15035 (allocate_pseudovector): Declare.
15036 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
15037
15038 2007-11-15 Andreas Schwab <schwab@suse.de>
15039
15040 * editfns.c (Fformat): Correctly format EMACS_INT values.
15041 Also take precision into account when formatting an integer.
15042
15043 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
15044
15045 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
15048 (syms_of_keyboard): Defsubr it.
15049
15050 * data.c (swap_in_global_binding): Fix longstanding bug where
15051 store_symval_forwarding was not called with the right second argument,
15052 thus causing objfwd-ing from being dropped.
15053
15054 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
15055
15056 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
15057 (Fx_display_pixel_height, Fx_display_planes)
15058 (Fx_display_color_cells, Fx_server_max_request_size)
15059 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
15060 (Fx_display_visual_class, Fx_display_save_under):
15061 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
15062 (Fx_display_pixel_height, Fx_display_planes)
15063 (Fx_display_color_cells, Fx_server_max_request_size)
15064 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
15065 (Fx_display_mm_height, Fx_display_mm_width)
15066 (Fx_display_backing_store, Fx_display_visual_class)
15067 (Fw32_select_font, Fx_display_save_under):
15068 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
15069 (Fx_display_pixel_height, Fx_display_planes)
15070 (Fx_display_color_cells, Fx_server_max_request_size)
15071 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
15072 (Fx_display_save_under): Fix typos in docstrings.
15073
15074 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
15075
15076 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
15077 corresponding to deleted entries; they are an implementation detail.
15078 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
15079 Remove variables.
15080 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
15081 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
15082 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
15083 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
15084 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
15085 (Fw32_define_rgb_color, Fw32_load_color_file)
15086 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
15087 Fix typos in docstrings.
15088 (Fx_server_version): Reflow docstring.
15089 (Fw32_shell_execute): Doc fixes.
15090
15091 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
15092
15093 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
15094 if w32_parse_hot_key returned nil.
15095
15096 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
15099
15100 2007-11-09 Jason Rumney <jasonr@gnu.org>
15101
15102 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
15103
15104 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
15105
15106 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
15107 Remove W32_SCROLL_BAR_CLICK_EVENT.
15108
15109 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
15110 Add MULTIMEDIA_KEY_EVENT.
15111
15112 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
15113 (lispy_multimedia_keys) [WINDOWSNT]: New array.
15114 (make_lispy_event) [WINDOWSNT]: Use it to translate
15115 MULTIMEDIA_KEY_EVENT.
15116
15117 * w32term.h (WM_APPCOMMAND): Define if not already.
15118 (GET_APPCOMMAND_LPARAM): Likewise.
15119
15120 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
15121 WM_APPCOMMAND.
15122
15123 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
15124 (syms_of_w32fns): Export and initialize it.
15125 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
15126
15127 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
15128
15129 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
15130 twice.
15131
15132 * xdisp.c (handle_face_prop): Fix last change.
15133
15134 2007-11-09 Richard Stallman <rms@gnu.org>
15135
15136 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
15137 not just for after-strings and before-strings.
15138 Call face_for_overlay_string and pass the overlay to it.
15139 (handle_display_prop): Determine whether property came from an overlay.
15140 Pass OVERLAY arg to handle_single_display_spec.
15141 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
15142 (load_overlay_strings): Fill in it->string_overlays.
15143 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
15144
15145 * xfaces.c (face_for_overlay_string): Function renamed from
15146 face_at_buffer_position_no_overlays, and add arg OVERLAY.
15147
15148 * dispextern.h (struct it): New elt string_overlays.
15149 New elt from_overlay, also in stack.
15150 Rearrange a few elements.
15151 (face_for_overlay_string): Decl renamed from
15152 face_at_buffer_position_no_overlays, and add argument.
15153
15154 2007-11-09 Richard Stallman <rms@gnu.org>
15155
15156 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
15157 to get the base face for an overlay string.
15158
15159 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15160
15161 * xfaces.c (face_at_buffer_position_no_overlays): New function.
15162
15163 * xdisp.c (handle_stop): Move some code out of loop.
15164
15165 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15166
15167 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
15168 Fix conversion from Lisp object to ATSUFontID.
15169
15170 2007-11-09 Jason Rumney <jasonr@gnu.org>
15171
15172 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
15173
15174 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15175
15176 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
15177 Don't assume regions are aligned to page boundary.
15178 (print_load_command_name): Add LC_UUID if defined.
15179
15180 2007-11-09 Richard Stallman <rms@gnu.org>
15181
15182 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
15183
15184 2007-11-07 Jason Rumney <jasonr@gnu.org>
15185
15186 * s/windows95.h: Remove.
15187
15188 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
15189
15190 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
15191 abort with a message on unhandled store_type values.
15192
15193 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
15194
15195 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
15196 Remove HAVE_X11R5 and HAVE_X11R4.
15197
15198 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15199
15200 * Makefile.in: Remove references to sunfns.c and sunfns.o.
15201
15202 2007-11-01 Johan Bockgård <bojohan@gnu.org>
15203
15204 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
15205 Don't set s->stippled_p here, since it has already been set by
15206 x_set_glyph_string_gc from x_draw_glyph_string.
15207
15208 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15209
15210 * sunfns.c: Remove file.
15211
15212 * m/sun386.h:
15213 * m/sun2.h:
15214 * m/sparc.h: Remove Sun windows code.
15215
15216 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15217
15218 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
15219 (init_keyboard): Set current_kboard's window-system to nil.
15220 (tty_read_avail_input): Typo.
15221 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
15222
15223 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * s/usg5-4.h:
15226 * s/usg5-3.h:
15227 * s/ptx.h:
15228 * m/is386.h:
15229 * m/ibmps2-aix.h:
15230 * Makefile.in: Remove all mentions of X10.
15231
15232 * dispnew.c (syms_of_display): Don't mention version 10.
15233
15234 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
15237 ($(BLD)/abbrev.$(O)): Remove.
15238
15239 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 Rewrite abbrev.c in Elisp.
15242 * image.c (Qcount): Don't declare as extern.
15243 (syms_of_image): Initialize and staticpro `Qcount'.
15244 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
15245 * emacs.c (main): Don't call syms_of_abbrev.
15246 * Makefile.in (obj): Remove abbrev.o.
15247 (abbrev.o): Remove.
15248 * abbrev.c: Remove.
15249
15250 2007-10-26 Martin Rudalics <rudalics@gmx.at>
15251
15252 * window.c (window_min_size_2): Don't count header-line.
15253
15254 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15255
15256 * frame.h (struct frame): Move all bit fields after the first bit
15257 field to take advantage of the available space. Group all the
15258 chars together to reduce wasted space due to padding.
15259
15260 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15261
15262 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
15263
15264 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
15265 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
15266 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
15267 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
15268 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
15269 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
15270 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
15271 (last_marked, mark_object_loop_halt): Make static.
15272
15273 * frame.c (syms_of_frame) <delete-frame-functions>:
15274 Fix typo in docstring.
15275
15276 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * w32.c (init_environment): Fix tiny memory leak.
15279 (w32_get_resource): Remove unused variable `ok'.
15280
15281 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 Make `window-system' into a keyboard-local variable (rather than
15284 frame-local as done originally by multi-tty).
15285
15286 * keyboard.h (struct kboard): Add Vwindow_system.
15287 * keyboard.c (init_kboard): Set a default for Vwindow_system.
15288 (mark_kboards): Mark Vwindow_system.
15289
15290 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
15291 (init_display): Don't set the obsolete `window-system' frame-param.
15292
15293 * xterm.c (x_term_init):
15294 * w32term.c (w32_create_terminal):
15295 * term.c (init_tty): Set Vwindow_system.
15296 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
15297 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
15298
15299 * xfns.c (Fx_create_frame, x_create_tip_frame):
15300 * w32fns.c (Fx_create_frame, x_create_tip_frame):
15301 * macfns.c (Fx_create_frame):
15302 Don't set the obsolete `window-system' frame-param.
15303
15304 * frame.h (Qwindow_system): Remove.
15305 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
15306 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
15307
15308 2007-10-24 Richard Stallman <rms@gnu.org>
15309
15310 * frame.c (x_figure_window_size): For fullscreen case,
15311 set USPosition | PPosition without clobbering rest of window_prompting.
15312
15313 * keyboard.c (Fcurrent_idle_time): Doc fix.
15314
15315 * print.c (Fwith_output_to_temp_buffer): Doc fix.
15316
15317 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15318
15319 * process.c (unwind_request_sigio): Only define if __ultrix__.
15320
15321 * callproc.c (child_setup): Remove spurious *.
15322
15323 * lisp.h (Fget_text_property): Declare.
15324 (have_menus_p): Declare it here rather than in sys-dep header files.
15325 * macterm.h (have_menus_p):
15326 * msdos.h (have_menus_p):
15327 * xterm.h (have_menus_p): Remove.
15328
15329 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15330 (Fmake_variable_frame_local): Just check the variable's const-ness
15331 rather than checking nil or t.
15332
15333 2007-10-22 Jason Rumney <jasonr@gnu.org>
15334
15335 * w32fns.c: Include math.h.
15336 (w32_abort): Declaration moved to nt/config.nt.
15337
15338 * s/ms-w32.h (HAVE_STDLIB_H): Define.
15339 (abort): Redefinition moved to nt/config.nt.
15340
15341 * m/windowsnt.h: Remove.
15342
15343 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
15344
15345 * emacs.c (Fdump_emacs): Fix typo in message.
15346 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
15347 <installation-directory>: Reflow docstring.
15348
15349 2007-10-22 Juri Linkov <juri@jurta.org>
15350
15351 * minibuf.c: Allow minibuffer default to be a list of default values.
15352 With empty input use the first element of this list as returned default.
15353 (string_to_object)
15354 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
15355 (read_minibuf): If defalt is cons, set histstring to its car.
15356 (Fread_string): If default_value is cons, set val to its car.
15357 (Fread_buffer): If def is cons, use its car.
15358 (Fcompleting_read): If defalt is cons, set val to its car.
15359
15360 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15361
15362 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
15363
15364 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
15365
15366 * doc.c (Fdocumentation): Check for advice in all cases.
15367
15368 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
15369
15370 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
15371
15372 2007-10-19 Richard Stallman <rms@gnu.org>
15373
15374 * doc.c (Fdocumentation): Check for and handle an advised function.
15375
15376 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15377
15378 * process.c (Fset_process_filter): Doc fix.
15379
15380 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
15383 which caused key-translation-map to applied repeatedly (thus breaking
15384 double-mode).
15385
15386 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * xselect.c (x_own_selection, x_handle_selection_clear)
15389 (x_clear_frame_selections):
15390 * w32menu.c (list_of_panes, list_of_items):
15391 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
15392 * textprop.c (validate_plist, interval_has_all_properties)
15393 (interval_has_some_properties, interval_has_some_properties_list)
15394 (add_properties, text_property_list):
15395 * process.c (Fget_buffer_process, list_processes_1, status_notify):
15396 * minibuf.c (Fassoc_string):
15397 * macselect.c (x_own_selection, x_clear_frame_selections)
15398 (Fx_disown_selection_internal):
15399 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
15400 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
15401
15402 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15403
15404 * process.c: Link to libs for calling res_init() if available.
15405 (Fmake_network_process): Call res_init() before getaddrinfo or
15406 gethostbyname, if possible.
15407
15408 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15409
15410 * lread.c (read1): Set pvectype for char_tables.
15411
15412 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
15413 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
15414 Add type checks.
15415 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
15416
15417 * alloc.c (free_misc): Use XMISCTYPE.
15418 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
15419
15420 2007-10-17 Glenn Morris <rgm@gnu.org>
15421
15422 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
15423 (syms_of_minibuf): Add Qcompletion_ignore_case.
15424 * dired.c (Qcompletion_ignore_case): Change to external.
15425 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
15426 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
15427 (Fread_file_name): Use it rather than intern'ing.
15428
15429 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
15430 (Fread_coding_system): Ignore case of user input.
15431
15432 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15433
15434 * xdisp.c (handle_display_prop): Ignore display specs after
15435 replacing one when string text is being replaced.
15436 (handle_single_display_spec): Pretend as if characters with display
15437 property haven't been consumed only when buffer text is being replaced.
15438
15439 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * xfns.c (Fx_create_frame, Fx_display_list):
15442 * window.c (window_fixed_size_p, enlarge_window)
15443 (shrink_window_lowest_first):
15444 * macterm.c (init_font_name_table):
15445 * macfns.c (Fx_create_frame, Fx_display_list):
15446 * lread.c (close_load_descs):
15447 * keyboard.c (read_char_x_menu_prompt):
15448 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
15449 * coding.c (code_convert_region_unwind): Test the type of an object
15450 rather than just !NILP before extracting data from it.
15451
15452 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
15453
15454 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
15455 (XMISCANY): New macro.
15456 (XMISCTYPE): Use it.
15457 (struct Lisp_Misc_Any): New type.
15458 (union Lisp_Misc): Use it.
15459 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
15460 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
15461 (find_symbol_value, set_internal, default_value, Fset_default)
15462 (Fmake_variable_buffer_local, Fmake_local_variable)
15463 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
15464 (Flocal_variable_if_set_p, Fvariable_binding_locus):
15465 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
15466 * alloc.c (allocate_buffer): Set the size and tag.
15467 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
15468 Use XMISCANY.
15469 (die): Follow the GNU convention for error messages.
15470 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
15471 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
15472 tag any more.
15473 (set_buffer_internal_1):
15474 * frame.c (store_frame_param):
15475 * eval.c (specbind):
15476 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
15477
15478 * doc.c (Fsnarf_documentation): Simplify.
15479
15480 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
15481
15482 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
15483 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
15484
15485 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
15488
15489 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
15490
15491 * eval.c (do_autoload): Don't save autoloads.
15492
15493 * data.c (Ffset): Save autoload of the function being set.
15494
15495 2007-10-07 John Paul Wallington <jpw@pobox.com>
15496
15497 * xfns.c (x_create_tip_frame): Set the `display-type' frame
15498 parameter before setting up faces.
15499
15500 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15501
15502 * ccl.c (Fregister_code_conversion_map):
15503 * keyboard.c (append_tool_bar_item): Reformat last change.
15504
15505 * lisp.h (eabs): Rename from `abs'. All callers changed.
15506
15507 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
15508
15509 * buffer.c (add_overlay_mod_hooklist):
15510 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
15511 * fontset.c (make_fontset):
15512 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
15513 (append_tool_bar_item):
15514 * macmenu.c (grow_menu_items):
15515 * w32menu.c (grow_menu_items):
15516 * xmenu.c (grow_menu_items): Use larger_vector.
15517
15518 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15519
15520 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
15521 selected frame'' on MSDOS).
15522
15523 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15524
15525 * frame.c (Qexplicit_name): New variable.
15526 (x_report_frame_params): Report it in parameter alist.
15527 (syms_of_frame): Intern and staticpro it.
15528
15529 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
15530
15531 * macfns.c (x_create_tip_frame): Set terminal for frame.
15532
15533 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * frame.c (Qenvironment): Remove.
15536 (syms_of_frame) <Qenvironment>: Don't initialize.
15537 (Fdelete_frame): Don't treat the `environment' param specially.
15538 * frame.h (Qenvironment): Don't declare.
15539 * callproc.c (set_initial_environment): Don't set unused frame param.
15540
15541 * frame.c (Fframe_with_environment): Remove.
15542 (syms_of_frame) <Sframe_with_environment>: Don't declare.
15543
15544 * lisp.h (Fframe_with_environment): Don't declare.
15545
15546 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
15547
15548 * indent.c (indent_tabs_mode, last_known_column)
15549 (last_known_column_modified): Make static.
15550 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
15551
15552 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
15553
15554 * puresize.h (BASE_PURESIZE): Increase to 1170000.
15555
15556 2007-10-09 Jason Rumney <jasonr@gnu.org>
15557
15558 * w32term.c (x_set_window_size): Disable code that attempts to tell
15559 Lisp code about a size change before it actually happens.
15560
15561 2007-10-09 Richard Stallman <rms@gnu.org>
15562
15563 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
15564 return HANDLED_RETURN.
15565
15566 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15567
15568 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
15569 when there's an unread command event.
15570
15571 * frame.c (focus_follows_mouse): Move here from frame.el to allow
15572 window autoselection act appropriately when leaving selected frame.
15573 (syms_of_frame): Initialize focus_follows_mouse.
15574 * frame.h (focus_follows_mouse): Extern it.
15575 * macterm.c (XTread_socket): When focus_follows_mouse is nil
15576 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
15577 * msdos.c (dos_rawgetc): Likewise.
15578 * w32term.c (w32_read_socket): Likewise.
15579 * xterm.c (handle_one_xevent): Likewise.
15580 * xdisp.c (syms_of_xdisp): In doc-string of
15581 mouse-autoselect-window mention focus-follows-mouse.
15582
15583 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15584
15585 * macterm.c (mac_load_query_font): Fix missing return value.
15586 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
15587 Add BLOCK_INPUT.
15588
15589 2007-10-08 Richard Stallman <rms@gnu.org>
15590
15591 * xdisp.c (get_window_cursor_type): Implement documented behavior
15592 for cursor-in-non-selected-windows = t.
15593
15594 2007-10-08 Jason Rumney <jasonr@gnu.org>
15595
15596 * w32.c (w32_get_resource): Always close registry keys.
15597
15598 2007-10-08 Jason Rumney <jasonr@gnu.org>
15599
15600 * makefile.w32-in (LIBS): Add COMCTL32.
15601
15602 * w32fns.c (globals_of_w32fns): Init common controls.
15603
15604 2007-10-08 Richard Stallman <rms@gnu.org>
15605
15606 * image.c (our_memory_buffer): Rename from omfib_buffer.
15607
15608 2007-10-08 Richard Stallman <rms@gnu.org>
15609
15610 * buffer.c (Foverlays_at): Doc fix.
15611
15612 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
15613
15614 * fns.c (Fplist_put): Preserve uneven tail data.
15615
15616 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
15617
15618 * termhooks.h (enum event_kind): Remove trailing comma.
15619
15620 * frame.h (enum): Remove trailing comma.
15621
15622 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
15623
15624 * w32proc.c (delete_child): Don't terminate threads of zombies.
15625
15626 2007-10-08 Martin Rudalics <rudalics@gmx.at>
15627
15628 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
15629
15630 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
15631 last-repeatable-command.
15632 (init_kboard): Initialize Vlast_repeatable_command.
15633 (command_loop_1): Set it to real_this_command unless that was
15634 bound to an input event.
15635 (mark_kboards): Mark it.
15636
15637 2007-10-08 Richard Stallman <rms@gnu.org>
15638
15639 * eval.c (condition-case): Doc fix.
15640
15641 2007-10-08 Masatake YAMATO <jet@gyve.org>
15642
15643 * xfaces.c (tty_supports_face_attributes_p): Fix code
15644 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
15645 was copied and not edited.
15646
15647 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 Add new `input-decode-map' keymap and use it for terminal
15650 escape sequences.
15651 * keyboard.h (struct kboard): Add Vinput_decode_map.
15652 Remove Vlocal_key_translation_map.
15653 * keyboard.c (read_key_sequence): Add support for input-decode-map.
15654 (init_kboard): Init input-decode-map.
15655 Replace local-key-translation-map back with key-translation-map.
15656 (syms_of_keyboard): Declare input-decode-map.
15657 Remove local-key-translation-map. Update docstrings.
15658 (mark_kboards): Mark Vinput_decode_map.
15659 Don't mark Vlocal_key_translation_map.
15660 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
15661 Replace local-key-translation-map back with key-translation-map.
15662 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
15663 Bind in input-decode-map rather than function-key-map.
15664
15665 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
15666 This was made redundant by the previous introduction of XSETPVECTYPE.
15667
15668 2007-10-09 Richard Stallman <rms@gnu.org>
15669
15670 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
15671
15672 2007-09-29 Richard Stallman <rms@gnu.org>
15673
15674 * eval.c (internal_condition_case_2, internal_condition_case_1)
15675 (internal_condition_case): Reenable abort if x_catching_errors ()
15676 to see if that really happens and why.
15677
15678 2007-10-06 Andreas Schwab <schwab@suse.de>
15679
15680 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
15681
15682 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15683
15684 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
15685
15686 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
15689
15690 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15691
15692 * window.h (struct window):
15693 * window.c (struct save_window_data, struct saved_window):
15694 * termhooks.h (struct terminal):
15695 * process.h (struct Lisp_Process):
15696 * frame.h (struct frame):
15697 * buffer.h (struct buffer):
15698 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
15699 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
15700 The size field of (pseudo)vectors is now unsigned.
15701 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
15702
15703 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
15704 Turn `count' into an integer.
15705
15706 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
15707 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
15708 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
15709 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
15710 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
15711
15712 * alloc.c (allocate_pseudovector): New fun.
15713 (ALLOCATE_PSEUDOVECTOR): New macro.
15714 (allocate_window, allocate_terminal, allocate_frame)
15715 (allocate_process): Use it.
15716 (mark_vectorlike): New function.
15717 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
15718 (mark_terminals): Use it.
15719 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
15720 (Fmake_byte_code): Use XSETPVECTYPE.
15721
15722 * frame.c (Fframe_parameters): Minor simplification.
15723
15724 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
15725
15726 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
15727
15728 * buffer.c (Fget_buffer_create, init_buffer_once):
15729 * lread.c (defsubr):
15730 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
15731
15732 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
15733 defined differently in the m/*.h files.
15734 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
15735 (XSETPVECTYPE): New macro.
15736 (XSETPSEUDOVECTOR): Use it.
15737
15738 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
15739 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
15740
15741 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
15742 * lread.c (defvar_per_buffer):
15743 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
15744
15745 * window.c (candidate_window_p): Only consider as visible frames that
15746 are on the same terminal.
15747
15748 * m/ibms390x.h (MARKBIT): Remove unused macro.
15749
15750 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
15751
15752 * lread.c (Fload): Fix typo in docstring.
15753
15754 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
15755
15756 * floatfns.c (Fexpt): Manually check for overflows, so that a power
15757 of a non-zero value can't yield zero.
15758
15759 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15760
15761 * term.c (term_clear_mouse_face, term_mouse_highlight)
15762 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
15763
15764 * print.c (safe_debug_print): Use XHASH.
15765
15766 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
15767 Lisp elements such as tags.
15768 (XHASH): New macro.
15769 (EQ): Use it.
15770 (SREF, SSET, STRING_COPYIN): Use SDATA.
15771 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
15772
15773 * alloc.c (mark_terminal): Remove left-over declaration.
15774 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
15775 (allocate_vectorlike): Remove type argument. Adjust callers.
15776 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
15777 Only handle the one remaining MEM_TYPE_VECTORLIKE.
15778
15779 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
15780 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
15781 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
15782 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
15783 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
15784 Use them.
15785
15786 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
15787 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
15788 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
15789
15790 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
15791
15792 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
15793 loaded by default.
15794
15795 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
15798 on this tty.
15799 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
15800
15801 * term.c (mouse_face_window): Rename from Qmouse_face_window.
15802 Update all users.
15803 (handle_one_term_event): Use Gpm_DrawPointer.
15804 (Fgpm_mouse_start): Rename from Fterm_open_connection.
15805 Signal errors instead of returning nil. Always return nil.
15806 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
15807 Make it a noop if gpm-mouse was not activated.
15808 (syms_of_term): Update names.
15809
15810 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
15813 (init_sys_modes): Check that gpm_tty is the current tty.
15814
15815 * alloc.c (allocate_terminal): Set the vector size to only count the
15816 lisp fields. Initialize those to nil.
15817 (mark_object): Don't treat terminals specially.
15818 (mark_terminal): Remove.
15819 (mark_terminals): Use mark_object instead.
15820
15821 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
15822 the GC to the beginning.
15823
15824 * indent.h:
15825 * indent.c: Use EMACS_INT for ints coming from Elisp data.
15826
15827 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
15828
15829 2007-09-25 Jason Rumney <jasonr@gnu.org>
15830
15831 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
15832
15833 * w32console.c (create_w32cons_output): Remove.
15834
15835 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
15836
15837 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
15838 (reset_sys_modes): Use reset_terminal_modes_hook.
15839
15840 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15841
15842 * eval.c (do_autoload): Don't output any message.
15843
15844 2007-09-24 Juri Linkov <juri@jurta.org>
15845
15846 * emacs.c (standard_args): Change priority of "--no-splash"
15847 from 40 to 3. Add "--no-desktop" with the same priority.
15848
15849 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
15850
15851 * alloc.c (gc_sweep): Check cons cell mark bits word by word
15852 and optimize the case where they are all 1.
15853
15854 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
15855
15856 * lisp.h (abs): Define if not defined.
15857 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
15858 Don't define `abs', since it's defined in lisp.h.
15859
15860 2007-09-22 Eli Zaretskii <eliz@gnu.org>
15861
15862 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
15863 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
15864 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
15865 (init_tty): Use DEV_TTY instead of "/dev/tty".
15866 [WINDOWSNT]: No need to protect from NAME arg being null.
15867
15868 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15869
15870 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
15871 up the tty state.
15872
15873 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
15876 (gpm_tty): Change its type.
15877 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
15878 (gpm_tty): Change its type and initialize it.
15879 (Fterm_open_connection): Check the frame is indeed a tty.
15880 Use the new gpm_tty.
15881 (Fterm_close_connection): Use the new gpm_tty.
15882 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
15883 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
15884
15885 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
15886
15887 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
15888 underline_color, to draw strike-through.
15889
15890 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * lisp.h (allocate_terminal): Declare.
15893
15894 * window.c (candidate_window_p): Consider frames that are being placed
15895 by the user as somewhere between visible and iconified.
15896 (window_loop): Prefer windows on the current frame.
15897 (Fselect_window): Move the use of select-frame to the beginning so we
15898 can just delegate all the work (it'll call us back anyway).
15899
15900 * frame.c (Qdisplay_environment_variable):
15901 * frame.h (Qdisplay_environment_variable): Delete.
15902
15903 * .gdbinit (xbacktrace): Print the arg's address rather than the value
15904 of the first arg, since that value may be a union.
15905
15906 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
15907 parameter rather than Qdisplay_environment_variable. If all else
15908 fails, look for DISPLAY in initial-environment.
15909
15910 2007-09-21 Glenn Morris <rgm@gnu.org>
15911
15912 * Makefile.in (emacstool): Remove target.
15913 (lisp, shortlisp): Remove termdev.elc.
15914
15915 2007-09-21 Markus Triska <markus.triska@gmx.at>
15916
15917 * xterm.c (x_delete_display): Compile session management conditionally.
15918
15919 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15920
15921 * callproc.c (getenv_internal_1): New function.
15922 (getenv_internal): Use it.
15923 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
15924
15925 * terminal.c (get_terminal): Don't accept ints to represent terminals.
15926 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
15927 (Fset_terminal_parameter): Work with dead terminals as well.
15928 (Fmodify_terminal_parameters): Remove.
15929
15930 * terminal.c (get_terminal): Handle terminals.
15931 Make sure the terminal returned is live.
15932 (create_terminal): Use allocate_terminal.
15933 (mark_terminals): Move to alloc.c.
15934 (delete_terminal): Use terminal->name as liveness status.
15935 NULL out fields after freeing their contents.
15936 Don't deallocate the object.
15937 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
15938 rather than an int.
15939 (Fterminal_live_p): Accept non-integer arguments.
15940 (Fterminal_list): Return terminal objects rather than an ints.
15941
15942 * alloc.c (enum mem_type): New member for `terminal' objects.
15943 (allocate_terminal): New function.
15944 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
15945 Handle terminals.
15946 (mark_terminal): New fun.
15947 (mark_terminals): Move from terminal.c.
15948
15949 * term.c (get_tty_terminal): Don't treat output_initial specially.
15950 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
15951 (delete_tty): Use terminal->name as liveness status.
15952
15953 * termhooks.h (struct terminal): Make it into a pseudovector.
15954 Remove `deleted' replaced by checking `name's nullness.
15955
15956 * print.c (print_object): Handle terminals.
15957
15958 * lisp.h (enum pvec_type): New `terminal' pseudovector.
15959 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
15960
15961 * frame.c (make_terminal_frame):
15962 * keyboard.c (tty_read_avail_input):
15963 * w32term.c (x_delete_terminal):
15964 * xfns.c (Fx_create_frame, x_create_tip_frame):
15965 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
15966
15967 2007-09-20 Glenn Morris <rgm@gnu.org>
15968
15969 * process.c (Fmake_network_process): Doc fix.
15970
15971 2007-09-19 Jason Rumney <jasonr@gnu.org>
15972
15973 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
15974
15975 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
15976
15977 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
15978 Fix a C warning regarding variable constness.
15979
15980 * xterm.c (handle_one_xevent): Fix a C warning.
15981
15982 2007-09-18 Jason Rumney <jasonr@gnu.org>
15983
15984 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
15985
15986 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
15987
15988 * gtkutil.c (gdpy_def): New variable.
15989 (xg_initialize): Initialize gdpy_def.
15990 (xg_display_close): If no other display exists, set gdpy_def to a
15991 new connection.
15992
15993 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
15994
15995 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
15996 when we have no file name for the icon.
15997 (xg_tool_bar_expose_callback): Remove.
15998 (xg_create_tool_bar): Don't connect expose signal to
15999 xg_tool_bar_expose_callback.
16000 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
16001
16002 2007-09-16 Andreas Schwab <schwab@suse.de>
16003
16004 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
16005 values instead of zapping them.
16006
16007 2007-09-14 Glenn Morris <rgm@gnu.org>
16008
16009 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
16010 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
16011 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
16012 scope and rename to omfib_buffer for clarity.
16013 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
16014
16015 2007-09-14 Kenichi Handa <handa@m17n.org>
16016
16017 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
16018
16019 2007-09-13 Jason Rumney <jasonr@gnu.org>
16020
16021 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
16022
16023 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
16024
16025 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
16026 (mac_term_init): Call here instead, passing rif.
16027
16028 2007-09-13 Glenn Morris <rgm@gnu.org>
16029
16030 * s/hpux.h: No longer define `static' as nothing.
16031
16032 2007-09-13 Johan Bockgård <bojohan@gnu.org>
16033
16034 * callint.c (Fcall_interactively): Remove unused var `fun'.
16035
16036 2007-09-12 Romain Francoise <romain@orebokech.com>
16037
16038 * window.c (prefer_window_split_horizontally, display_buffer):
16039 Revert 2007-09-08 change.
16040
16041 2007-09-12 Glenn Morris <rgm@gnu.org>
16042
16043 * alloca.c: Remove file.
16044 * Makefile.in (alloca): Do not undef.
16045 (allocaobj, alloca.o): Remove.
16046 (otherobj): Remove allocaobj.
16047 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
16048 * regex.c (C_ALLOCA): Remove all references and code that was only
16049 used when this was defined.
16050 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
16051 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
16052 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
16053
16054 * Makefile.in (SOURCES, unlock, relock): Delete.
16055
16056 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
16057 (menu_grab_callback): All uses changed.
16058
16059 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
16060 (x_reply_selection_request): All uses changed.
16061
16062 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * lread.c (load_warn_old_style_backquotes): Change message to look
16065 better when it appears in the middle of byte-compiler messages.
16066
16067 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
16068
16069 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
16070
16071 * xterm.c (x_create_terminal): Add comment.
16072
16073 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
16074
16075 2007-09-10 Richard Stallman <rms@gnu.org>
16076
16077 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
16078
16079 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
16080
16081 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
16082 (DEFUN): Document `intspec', use it instead of `prompt'.
16083
16084 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
16085
16086 * data.c (Finteractive_form): If the interactive specification starts
16087 with a `(', use it as a Lisp form.
16088
16089 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
16090 name and file modes.
16091
16092 * callint.c (Fcall_interactively): Comment fixes.
16093
16094 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
16097 and compiled functions.
16098
16099 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
16100
16101 * window.c (prefer_window_split_horizontally): New variable.
16102 (display_buffer): Consider splitting window horizontally depending
16103 on prefer_window_split_horizontally.
16104
16105 2007-09-08 Eli Zaretskii <eliz@gnu.org>
16106
16107 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
16108
16109 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16110
16111 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
16112
16113 * frame.c (x_set_frame_parameters): Check number is positive before
16114 using XFASTINT.
16115
16116 * window.c (freeze_window_start): Don't presume selected_window holds
16117 a window object.
16118 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
16119
16120 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
16121
16122 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
16123
16124 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * window.c (Vsplit_window_preferred_function): New var.
16127 (Fdisplay_buffer): Use it.
16128 (syms_of_window): Export, and initialize it.
16129
16130 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
16131
16132 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
16133
16134 2007-09-06 Glenn Morris <rgm@gnu.org>
16135
16136 * gtkutil.c (menu_grab_callback) <cnt>:
16137 * xselect.c (x_reply_selection_request) <cnt>: Move static
16138 variable to file scope.
16139
16140 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
16143 consistent values of selected_frame and selected_window.
16144
16145 2007-09-04 Jason Rumney <jasonr@gnu.org>
16146
16147 * w32console.c (initialize_w32_display): Zero unused hooks.
16148
16149 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16150
16151 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
16152 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
16153
16154 2007-09-04 Jason Rumney <jasonr@gnu.org>
16155
16156 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
16157 in w32console.c. Set up input. Remove XXX comments that have been
16158 confirmed as correct.
16159
16160 * s/ms-w32.h (MULTI_KBOARD): Define.
16161
16162 * w32console.c (one_and_only_w32cons): Remove.
16163 (initialize_w32_display): Take terminal argument.
16164
16165 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
16166 initialize_w32_display.
16167 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
16168
16169 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
16170
16171 * keyboard.c (discard_mouse_events): Discard it.
16172 (make_lispy_event): Translate it to a lisp event.
16173 (lispy_wheel_names): Add wheel-left and right events.
16174 (syms_of_keyboard): Enlarge wheel_syms.
16175
16176 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
16177 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
16178
16179 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
16180
16181 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
16182 from WM_MOUSEHWHEEL.
16183 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
16184
16185 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
16186 terminal.
16187
16188 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
16189 keyboard for the terminal.
16190
16191 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16192
16193 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
16194 (Vresume_tty_hook): Rename from Vresume_tty_functions.
16195 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
16196 and resume-tty-function to resume-tty-hook.
16197 (Fsuspend_tty, Fresume_tty): Use new names.
16198
16199 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
16200
16201 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
16202 if it starts with "n:".
16203
16204 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
16205
16206 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
16207
16208 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16209
16210 * frame.h:
16211 * frame.c (Qterm_environment_variable): Remove.
16212 (syms_of_frame): Don't init and staticpro it.
16213
16214 * callproc.c (getenv_internal): Remove special case for $TERM.
16215
16216 * callproc.c (Vinitial_environment): New variable.
16217 (set_initial_environment): Initialize it.
16218 (syms_of_callproc): Declare it.
16219 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
16220 TERM under which a process runs is never related to the TERM in which
16221 Emacs is running.
16222
16223 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16224
16225 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
16226 * s/darwin.h: ... do it here.
16227
16228 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16229
16230 * lisp.h (set_initial_environment): Rename from set_global_environment.
16231
16232 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
16233 removed by mistake on the multi-tty branch.
16234
16235 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
16236 (Fmodify_frame_parameters): Return a value.
16237
16238 * image.c (png_load): Comment-out var only used in commented-out code.
16239
16240 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
16241 before passing it to mark_object.
16242
16243 * xfaces.c (internal_resolve_face_name): Return a value.
16244 (internal_resolve_face_name, resolve_face_name_error): Comment out.
16245
16246 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
16247 (x_icon): Comment-out var only used in commented-out code.
16248
16249 2007-08-29 Romain Francoise <romain@orebokech.com>
16250
16251 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
16252 QUIT hasn't been provided.
16253
16254 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16255
16256 * callproc.c (child_setup, getenv_internal): Use the
16257 display-environment-variable and term-environment-variable frame params.
16258 (set_initial_environment): Initialise Vprocess_environment.
16259
16260 * config.in: Disable multi-keyboard support on a mac.
16261
16262 * frame.c (Qterm_environment_variable)
16263 (Qdisplay_environment_variable): New variables.
16264 (syms_of_frame): Intern and staticpro them.
16265 (Fmake_terminal_frame): Disable output method test.
16266
16267 * frame.h: Declare them here.
16268
16269 * macfns.c (x_set_mouse_color): Get rif from the frame.
16270 (x_set_tool_bar_lines): Don't use updating_frame.
16271 (mac_window): Add 2 new parameters for consistency with other systems.
16272 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
16273 frame parameters following what is done in X11 and w32. Don't use
16274 FRAME_MAC_DISPLAY_INFO.
16275 (Fx_open_connection, start_hourglass): Remove window-system check.
16276 (x_create_tip_frame): Get the keyboard from the terminal.
16277
16278 * macmenu.c: Reorder includes.
16279 (Fx_popup_menu): Use terminal specific mouse_position_hook.
16280
16281 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
16282 terminal parameter.
16283 (x_clear_frame): Add a frame parameter.
16284 (note_mouse_movement): Get rif from the frame.
16285 (mac_term_init): Initialize the terminal.
16286 (mac_initialize): Make static and move terminal initialization ...
16287 (mac_create_terminal): ... to this new function.
16288
16289 * macterm.h (struct mac_display_info): Add terminal.
16290 (mac_initialize): Delete declaration.
16291
16292 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
16293
16294 * sysdep.c: Comment out text after #endif.
16295
16296 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
16297 is defined. Better initialize ttys in windows. Use terminal
16298 specific mouse_position_hook.
16299
16300 * termhooks.h (union display_info): Add mac_display_info.
16301
16302 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
16303 Set the default minibuffer frame, window_system and the rest of the
16304 frame parameters following what is done in X11.
16305
16306 * w32term.c (w32_initialize): Make static.
16307
16308 * xselect.c (x_handle_selection_clear): Only access
16309 terminal->kboard when MULTI_KBOARD is defined.
16310
16311 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
16312 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
16313
16314 2007-08-29 Jason Rumney <jasonr@gnu.org>
16315
16316 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
16317 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
16318
16319 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
16320 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
16321
16322 * keyboard.c (restore_kboard_configuration): Only define when
16323 MULTI_KBOARD defined.
16324
16325 * makefile.w32-in: Update dependancies from Makefile.in.
16326 (OBJ1): Add terminal.$(O)
16327
16328 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
16329 Don't define function body.
16330 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
16331
16332 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
16333
16334 * w32.c (request_sigio, unrequest_sigio): Remove.
16335
16336 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
16337 (w32con_clear_frame, w32con_clear_end_of_line)
16338 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
16339 (w32con_delete_glyphs, w32con_set_terminal_window)
16340 (scroll_line, w32_sys_ring_bell): Add frame arg.
16341 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
16342 Add terminal arg.
16343 (PICK_FRAME): Remove.
16344 (w32con_write_glyphs): Use frame specific terminal coding.
16345 (one_and_only_w32cons): New global variable.
16346 (initialize_w32_display): Use it for storing hooks.
16347 (create_w32cons_output): New function.
16348
16349 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
16350 arg a frame.
16351
16352 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
16353 Set window_system.
16354 (x_set_tool_bar_lines): Don't use updating_frame.
16355 (Fx_create_frame): Set terminal and ref count.
16356 (Fx_open_connection): Remove window-system check.
16357
16358 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
16359
16360 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
16361 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
16362 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
16363 Add frame arg.
16364 (x_delete_terminal, w32_create_terminal): New functions.
16365 (w32_term_init): Create a terminal.
16366 (w32_initialize): Move terminal specific initialization to
16367 w32_create_terminal.
16368
16369 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
16370 (w32_clear_rect, w32_clear_area): Use background from frame.
16371 (w32_display_info): Add terminal.
16372 (w32_sys_ring_bell, x_delete_display): Declare here.
16373
16374 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
16375
16376 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
16377
16378 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
16379
16380 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
16381 Fix get_named_tty calls for the controlling tty.
16382
16383 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16384
16385 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
16386
16387 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
16388
16389 * term.c (tty_insert_glyphs): Add missing first parameter.
16390
16391 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
16392
16393 * buffer.c (Fbuffer_list, Fbury_buffer):
16394 Take frame->buried_buffer_list into account.
16395
16396 * cm.c (current_tty): New variable, for cmputc().
16397 (cmputc): Use it.
16398 (cmcheckmagic): Add tty parameter, look up terminal streams there.
16399 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
16400 (cmgoto): Add tty parameter. Pass it on to calccost().
16401 Use emacs_tputs() instead of tputs().
16402
16403 * cm.h (emacs_tputs): New macro to set current_tty, and then call
16404 tputs().
16405 (current_tty): New variable, for cmputc().
16406 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
16407
16408 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
16409 (internal_condition_case, internal_condition_case_1)
16410 (internal_condition_case_2): Don't abort when x_catching_errors.
16411
16412 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
16413 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
16414 prevent crashes caused by bogus longjmps in read_char.
16415
16416 * keymap.h (Fset_keymap_parent): Add EXFUN.
16417
16418 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
16419 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
16420 Remove redundant definition.
16421
16422 * macfns.c (x_set_mouse_color, x_make_gc):
16423 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16424
16425 * w32term.c (x_free_frame_resources):
16426 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16427 (w32_initialize): Use the accessor macros for terminal characteristics.
16428
16429 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
16430 Use the accessor macros for terminal characteristics.
16431 * msdos.c (internal_terminal_init): Use the accessor macros for
16432 terminal characteristics.
16433 (ScreenVisualBell, internal_terminal_init):
16434 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16435
16436 * termopts.h (no_redraw_on_reenter): Declare.
16437
16438 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
16439 (mark_terminals, mark_ttys): Declare.
16440 (Fgarbage_collect): Call them.
16441 (mark_object): Mark buried_buffer_list.
16442
16443 * prefix-args.c: Include stdlib.h for exit.
16444
16445 * syssignal.h: Add comment.
16446
16447 * indent.c: Include stdio.h.
16448
16449 * window.h (Vinitial_window_system): Declare.
16450 (Vwindow_system): Delete declaration.
16451
16452 * fontset.c (Finternal_char_font): Use FRAME_RIF.
16453
16454 * image.c (lookup_image): Don't initialize `c' until the xasserts
16455 have been run.
16456
16457 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
16458 FRAME_FOREGROUND_PIXEL.
16459
16460 * print.c (print_preprocess): Don't lose print_depth levels while
16461 iterating.
16462
16463 * widget.c (update_from_various_frame_slots):
16464 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16465
16466 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
16467 frames.
16468 (window_internal_height): Remove bogus make_number call.
16469 (init_window_once): Call make_terminal_frame with two zero parameters.
16470
16471 * fileio.c (Fread_file_name): Update comment.
16472
16473 * callint.c (Fcall_interactively):
16474 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
16475 Make sure it is correctly unwound.
16476
16477 * xsmfns.c (x_session_close): New function.
16478
16479 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
16480 Delete declarations.
16481
16482 * xterm.h: Remove declaration for x_fully_uncatch_errors.
16483 (x_output): Remove background_pixel and foreground_pixel fields.
16484 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
16485 (x_delete_device, x_session_close): Declare.
16486
16487 * lread.c: Include setjmp.h. Update declaration of `read_char'.
16488 (read_filtered_event): Call `read_char' with a local
16489 `wrong_kboard_jmpbuf'.
16490
16491 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
16492 Don't call single_kboard_state. Use FRAME_RIF.
16493
16494 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
16495 systems.
16496
16497 * lisp.h (set_process_environment): Rename to `set_global_environment'.
16498 (Fframe_with_environment, Fset_input_meta_mode)
16499 (Fset_quit_char): EXFUN.
16500 (x_create_device, tty_output, terminal, tty_display_info): Declare.
16501 (init_sys_modes, reset_sys_modes): Update prototypes.
16502 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
16503
16504 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
16505 Vlocal_key_translation_map, and Vkeyboard_translate_table.
16506 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
16507 Delete declarations.
16508 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
16509 (temporarily_switch_to_single_kboard, tty_read_avail_input):
16510 New declarations.
16511
16512 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
16513 already does that during init_display(). Call syms_of_keymap
16514 before syms_of_keyboard. Call `syms_of_terminal'.
16515 Call set_initial_environment, not set_process_environment.
16516 (shut_down_emacs): Call reset_all_sys_modes() instead of
16517 reset_sys_modes().
16518
16519 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
16520 (internal_resolve_face_name, resolve_face_name_error): New functions.
16521 (resolve_face_name): Protect against loops and errors thrown by Fget.
16522 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
16523 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
16524
16525 * scroll.c: Replace CURTTY() with local variables throughout the
16526 file (where applicable).
16527 (calculate_scrolling, calculate_direct_scrolling)
16528 (scrolling_1, scroll_cost): Use the accessor macros for terminal
16529 characteristics.
16530
16531 * keymap.c (Vfunction_key_map): Remove.
16532 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
16533 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
16534 (Vkey_translation_map): Remove.
16535 (syms_of_keymap): Remove DEFVAR for key-translation-map.
16536 (Fdescribe_buffer_bindings)
16537 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
16538 Update for terminal-local key-translation-map.
16539
16540 * Makefile.in (callproc.o): Update dependencies.
16541 (lisp, shortlisp): Add termdev.elc.
16542 (obj): Add terminal.o.
16543 (terminal.o): Add dependencies.
16544 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
16545 (data.o, fns.o): Add termhooks.h dependency.
16546 (SOME_MACHINE_LISP): Add dnd.elc.
16547 (minibuf.o): Fix typo.
16548 Update dependencies.
16549
16550 * data.c (do_symval_forwarding, store_symval_forwarding)
16551 (find_symbol_value): Use the selected frame's keyboard, not
16552 current_kboard.
16553
16554 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
16555 Vwindow_system.
16556
16557 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
16558 Fmenu_bar_open.
16559 (syms_of_xmenu): Update defsubr.
16560 (mouse_position_for_popup, Fx_popup_menu)
16561 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
16562 (set_frame_menubar, free_frame_menubar)
16563 (create_and_show_popup_menu, xmenu_show)
16564 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
16565 an X frame.
16566
16567 * xselect.c (x_own_selection): Abort if not an X frame.
16568 (some_frame_on_display): Check if it is an X frame.
16569 (x_handle_selection_clear): Deal with MULTI_KBOARD.
16570
16571 * coding.c: Include frame.h and termhooks.h.
16572 (terminal_coding, keyboard_coding): Delete.
16573 (Fset_terminal_coding_system_internal)
16574 (Fset_keyboard_coding_system_internal)
16575 (Fkeyboard_coding_system)
16576 (Fterminal_coding_system): Add a terminal parameter.
16577 Get terminal_coding from the terminal.
16578 (init_coding_once): Don't call setup_coding_system here.
16579
16580 * dispextern.h (set_scroll_region, turn_off_insert)
16581 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
16582 (tty_clear_end_of_line, tty_setup_colors)
16583 (delete_tty, updating_frame)
16584 (produce_special_glyphs, produce_glyphs, write_glyphs)
16585 (insert_glyphs): Remove.
16586 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
16587 (tty_turn_off_highlight, get_tty_size): Add declaration.
16588 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
16589
16590 * frame.h (enum output_method): Add output_initial.
16591 (struct x_output): Delete.
16592 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
16593 Access foreground_pixel and background_pixel directly from the frame.
16594 (tty_display): Delete.
16595 (struct frame): Add buried_buffer_list, foreground_pixel,
16596 background_pixel and terminal. Delete kboard.
16597 (union output_data): Add tty.
16598 (FRAME_KBOARD): Get the kboard from the terminal.
16599 (FRAME_INITIAL_P): New macro.
16600 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
16601 (Qterm_environment_variable, Qdisplay_environment_variable)
16602 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
16603 New declarations.
16604
16605 * termchar.h (tty_output, tty_display_info): New structures.
16606 (tty_list): Declare.
16607 (FRAME_TTY, CURTTY): New macros.
16608 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
16609 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
16610 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
16611 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
16612
16613 * callproc.c: Include frame.h and termhooks.h, for terminal
16614 parameters.
16615 (add_env): New function.
16616 (child_setup): Use it.
16617 (child_setup, getenv_internal): Handle the new Vprocess_environment.
16618 (getenv_internal): Fix get_terminal_param call.
16619 (Fgetenv_internal, egetenv): Update doc.
16620 (syms_of_callproc): Initialize Vprocess_environment to nil.
16621 Register and initialize them. Remove obsolete defvars. Update doc
16622 strings.
16623 (child_setup): Handle Vlocal_environment_variables.
16624 (getenv_internal): Add terminal parameter.
16625 Handle Vlocal_environment_variables.
16626 (Fgetenv_internal): Add terminal parameter.
16627 (child_setup, getenv_internal, Fgetenv_internal): Store the local
16628 environment in a frame (not terminal) parameter. Update doc strings.
16629 (set_initial_environment): Rename from set_global_environment.
16630 Store Emacs environment in initial frame parameter.
16631
16632 * xdisp.c (redisplay_internal): Update references to
16633 `previous_terminal_frame'.
16634 (display_mode_line, Fformat_mode_line): Replace calls to
16635 `push_frame_kboard' with `push_kboard'.
16636 (get_glyph_string_clip_rects): Add extra parentheses and
16637 braces to prevent compiler warnings.
16638 (calc_pixel_width_or_height): Add xassert to check that the
16639 frame is alive. Don't call `lookup_image' on a termcap frame.
16640 (message2_nolog, message3_nolog, redisplay_internal)
16641 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
16642 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
16643 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
16644 (Fx_display_pixel_width, Fx_display_pixel_height)
16645 (Fx_display_planes, Fx_display_color_cells)
16646 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
16647 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
16648 (Fx_display_backing_store, Fx_display_visual_class)
16649 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
16650 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
16651
16652 * xfns.c (x_set_foreground_color x_set_background_color)
16653 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
16654 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16655 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
16656 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
16657 terminal that is being deleted.
16658 (Fx_create_frame): Use `store_frame_param' to set `window-system'
16659 frame parameter, and make sure it overrides any user-supplied setting.
16660 (Fx_close_connection, Fx_synchronize): Unify argument names with
16661 the rest of the DEFUNs.
16662
16663 * dispnew.c (Fsend_string_to_terminal): Update call to
16664 `get_tty_terminal'.
16665 (Fredraw_frame, Fsend_string_to_terminal)
16666 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
16667 FRAME_TERMCAP_P and FRAME_TTY.
16668 (window_change_signal): Don't believe width/height values that are
16669 impossibly small.
16670 (Vinitial_window_system): Rename from Vwindow_system.
16671 (termscript, Wcm, rif): Delete.
16672
16673 * termhooks.h (struct terminal): New struct containing the
16674 previously global text display hooks and new members NAME,
16675 DELETED and PARAM_ALIST.
16676 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
16677 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
16678 (FRAME_RIF): New macros.
16679 (get_terminal_param, get_device): New declarations.
16680 (termscript): Delete declaration.
16681
16682 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
16683 (XTflash, x_free_frame_resources, x_scroll_bar_create)
16684 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
16685 FRAME_FOREGROUND_PIXEL.
16686 (x_fully_uncatch_errors): Disable definition.
16687 (x_scroll_bar_expose): Fix reference to foreground pixel.
16688 (XTread_socket): Disable loop on all X displays.
16689 (x_delete_terminal): Don't set terminal->deleted and let
16690 delete_terminal delete the frames on the terminal.
16691 (x_delete_display): Doc update to reflect changes in
16692 delete_terminal.
16693 (x_display_info) <terminal>: Move member earlier in the struct.
16694 (deleting_tty): Remove old variable.
16695 (Fsuspend_tty): Call clear_tty_hooks.
16696 (Fresume_tty, init_tty): Call set_tty_hooks.
16697 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
16698 errors on X frames.
16699 (x_catch_errors_unwind): Abort if x_error_message is NULL.
16700 (handle_one_xevent): Initialize `f' to NULL.
16701 (x_delete_terminal, x_create_terminal): New functions.
16702 (XTset_terminal_modes, XTreset_terminal_modes)
16703 (XTread_socket, x_connection_closed, x_term_init)
16704 (x_term_init, x_delete_display): Add terminal parameter.
16705 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
16706 X connections.
16707
16708 * frame.c: Include termchar.h.
16709 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
16710 (Qwindow_system, Qenvironment, Qterm_environment_variable)
16711 (Qdisplay_environment_variable): New vars.
16712 (Fframep): Deal with output_initial.
16713 (Fframe-live-p): Doc fix.
16714 (Fwindow-system): New function.
16715 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
16716 (make_terminal_frame): Don't create frames on a terminal that is
16717 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16718 (store_frame_param): Check for found_for_frame before calling XFRAME.
16719 (Fmake_terminal_frame): Handle NULL tty names correctly.
16720 (syms_of_frame): Enhance doc string of `default-frame-alist'.
16721 (Fdelete_frame): Remove unused variable `count'. Don't allow other
16722 frames to refer to a deleted frame in their 'environment parameter.
16723 (Fframe_with_environment): New function.
16724 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
16725 (get_future_frame_param): New function.
16726 (Fmake_terminal_frame): Use it.
16727 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
16728
16729 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
16730 * sysdep.c (reset_sys_modes): Update for renames.
16731
16732 * keyboard.c (tty_read_avail_input): New function.
16733 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
16734 (syms_of_keyboard): Defsubr them.
16735 (Fset_input_meta_mode, Fset_quit_char): New functions.
16736 (Fset_input_mode): Split to above functions.
16737 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
16738 parameter. Use it in call to `read_char'.
16739 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
16740 Set wrong_kboard_jmpbuf correctly in recursive calls.
16741 Use current_kboard to access Vkeyboard_translate_table.
16742 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
16743 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
16744 Update longjmp invocations. Remember the original current_kboard,
16745 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
16746 changes it. Comment out unnecessary calls to
16747 `record_single_kboard_state' and `any_kboard_state'.
16748 Update recursive calls.
16749 (wrong_kboard_jmpbuf): Remove global variable.
16750 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
16751 Handle deleted interrupted_kboards correctly; that is a legal
16752 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
16753 and read_char calls. Abort if interrupted_kboard died in read_char.
16754 (any_kboard_state, single_kboard_state)
16755 (push_frame_kboard): Remove function.
16756 (pop_kboard): Switch out of single_kboard mode if the kboard has
16757 been deleted. Remove unused variable. Help debugging by not
16758 changing current_kboard unnecessarily. Set current_kboard to the
16759 kboard of the selected frame when the stored kboard object has
16760 been deleted before pop_kboard.
16761 (temporarily_switch_to_single_kboard): Change first parameter to a
16762 frame pointer. Throw an error when caller wants to change kboards
16763 while in single_kboard mode. Don't push_kboard if we weren't in
16764 single kboard state. Don't pop_kboard if we popped into any
16765 kboard state.
16766 (restore_kboard_configuration): Abort if pop_kboard changed the
16767 kboard in single_kboard mode. Call pop_kboard only after setting
16768 up single_kboard mode.
16769 (Frecursive_edit): Switch to single_kboard mode only in nested
16770 command loops.
16771 (cmd_error, command_loop, command_loop_1, timer_check):
16772 Comment out unnecessary call to `any_kboard_state' and
16773 `record_single_kboard_state'.
16774 (delete_kboard): Exit single_kboard mode if we have just deleted
16775 that kboard. Use FRAME_KBOARD.
16776 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
16777 `fatal_error_signal'.
16778 (record_single_kboard_state): Don't push_kboard if we weren't in
16779 single kboard state. Don't pop_kboard if we popped into any
16780 kboard state.
16781 (push_frame_kboard): Rename to push_kboard.
16782 (kbd_buffer_get_event): Use FRAME_TERMINAL.
16783 (read_avail_input): Read input from all terminals.
16784 (mark_kboards): Also mark Vkeyboard_translate_table.
16785 (kbd_buffer_store_event_hold): Simplify condition.
16786 (read_key_sequence): Reinitialize fkey and keytran at each replay.
16787 (Vkeyboard_translate_table): Move to struct kboard.
16788 (init_kboard): Initialize Vkeyboard_translate_table.
16789 (syms_of_keyboard): Use DEFVAR_KBOARD to define
16790 Vkeyboard_translate_table. Update doc strings. Update docs of
16791 local-function-key-map and function-key-map.
16792
16793 * terminal.c: New file.
16794
16795 * term.c: Include errno.h.
16796 (Vring_bell_function, device_list, initial_device)
16797 (next_device_id, ring_bell, update_begin, update_end)
16798 (set_terminal_window, cursor_to, raw_cursor_to)
16799 (clear_to_end, clear_frame, clear_end_of_line)
16800 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
16801 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
16802 (syms_of_term): Move their initialization to terminal.c.
16803 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
16804 (Ftty_display_color_cells)
16805 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
16806 (clear_tty_hooks, set_tty_hooks)
16807 (init_tty, maybe_fatal): New functions.
16808 (Ftty_type): Return nil if terminal is not on a tty instead of
16809 throwing an error. Doc update.
16810 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
16811 Doc update. Initialize new subrs and variables.
16812 (delete_tty): Use terminal->deleted.
16813 (tty_set_terminal_modes): Rename from set_terminal_modes.
16814 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
16815 (set_scroll_region): Rename to `tty_set_scroll_region'.
16816 (turn_on_insert): Rename to `tty_turn_on_insert'.
16817 (turn_off_insert): Rename to `tty_turn_off_insert'.
16818 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
16819 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
16820 (toggle_highligh): Rename to `tty_toggle_highlight'.
16821 (background_highlight): Rename to `tty_background_highlight'.
16822 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
16823 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
16824 (tty_set_scroll_region, tty_background_highlight)
16825 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
16826 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
16827 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
16828 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
16829 Add static modifier.
16830 (tty_reset_terminal_modes, tty_set_terminal_window)
16831 (tty_set_scroll_region, tty_background_highlight)
16832 (tty_highlight_if_desired, tty_cursor_to)
16833 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
16834 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
16835 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
16836 renames.
16837
16838 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
16839
16840 * keyboard.c: Qrtl is new.
16841 (parse_tool_bar_item): Handle :rtl keyword.
16842 (syms_of_keyboard): Intern :rtl keyword.
16843
16844 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
16845
16846 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
16847 so no Lisp code is executed.
16848 (file_for_image, find_rtl_image): New functions.
16849 (xg_get_image_for_pixmap): Use file_for_image.
16850 (update_frame_tool_bar): If direction is RTL, use RTL image if
16851 defined. Use Gtk stock images if defined.
16852
16853 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16854
16855 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
16856 for nonexistent or zero-width glyph in composition glyph.
16857
16858 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
16861
16862 * xdisp.c (Finvisible_p): New function.
16863 (syms_of_xdisp): defsubr it.
16864
16865 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
16868 Doc fixes.
16869
16870 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16871
16872 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
16873
16874 2007-08-24 Martin Rudalics <rudalics@gmx.at>
16875
16876 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
16877 whether decoding has modified buffer contents.
16878
16879 2007-08-24 Jason Rumney <jasonr@gnu.org>
16880
16881 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
16882 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
16883 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
16884 (init_svg_functions) [HAVE_NTGUI]: New function.
16885 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
16886 (svg_load_image): Use them.
16887 (svg_load_image) [HAVE_NTGUI]: Implement background.
16888
16889 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16890
16891 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
16892 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
16893 (LIBX): Remove @RSVG_LIBS@.
16894 (LIBES): Add $(RSVG_LIBS).
16895
16896 * image.c (svg_load_image): Blend with specified background if exists.
16897 Use IMAGE_BACKGROUND. Add Mac OS Support.
16898
16899 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
16900 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
16901 Remove macros.
16902 [MAC_OSX] (socket_callback): Do nothing.
16903 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
16904 ReceiveNextEvent.
16905 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
16906 socket_callback.
16907 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
16908
16909 2007-08-22 Glenn Morris <rgm@gnu.org>
16910
16911 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
16912
16913 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
16914
16915 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
16916
16917 * image.c: Add support for SVG images. Some additional comments
16918 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
16919 (svg_image_p): New function to test for SVG image.
16920 (svg_load): New function to load SVG image.
16921 (svg_load_image): New function, helper for svg_load.
16922 (Qsvg): New Lisp_object.
16923 (svg_keyword_index): New enum.
16924 (svg_format): New static `image_keyword' struct.
16925 (svg_type): New static `image_type' struct.
16926 (librsvg/rsvg.h): Include it.
16927
16928 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
16931
16932 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16933
16934 * lread.c (Qold_style_backquotes): New var.
16935 (syms_of_lread): Init and staticpro it.
16936 (load_warn_old_style_backquotes): New fun.
16937 (Fload): Use them to warn about old style backquotes.
16938 (end_of_file_error, Fload): Remove unused vars.
16939
16940 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
16941
16942 * lread.c (Vold_style_backquotes): New var.
16943 (syms_of_lread): Init and export it to Elisp.
16944 (read1): Set it when we find an old-style (back)quote.
16945
16946 2007-08-22 Jason Rumney <jasonr@gnu.org>
16947
16948 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
16949
16950 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16951
16952 * puresize.h (BASE_PURESIZE): Increase to 1140000.
16953
16954 2007-08-19 Richard Stallman <rms@gnu.org>
16955
16956 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
16957
16958 2007-08-19 Andreas Schwab <schwab@suse.de>
16959
16960 * alloc.c (pure): Round PURESIZE up.
16961
16962 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
16963
16964 * xterm.c (handle_one_xevent): Remove check that mouse click is in
16965 active frame.
16966
16967 2007-08-16 Richard Stallman <rms@gnu.org>
16968
16969 * eval.c (Fcommandp): Add parens to clarify.
16970
16971 * minibuf.c (Fall_completions): Use enum for type of table.
16972
16973 * emacs.c (USAGE2): Improve text.
16974
16975 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
16976
16977 * term.c (tty_default_color_capabilities): Declare static
16978 variables in file scope, to avoid HPUX compiler problem.
16979
16980 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
16981
16982 * gtkutil.c (update_frame_tool_bar): Use -1 as index
16983 to gtk_toolbar_insert.
16984
16985 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
16988
16989 * insdel.c (reset_var_on_error): New fun.
16990 (signal_before_change, signal_after_change):
16991 Use it to reset (after|before)-change-functions to nil in case of error.
16992 Bind inhibit-modification-hooks to t.
16993 Don't bind (after|before)-change-functions to nil while they run.
16994
16995 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16996
16997 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
16998 filling pixmap with stippled background.
16999
17000 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17001
17002 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
17003 Don't use invisible frame as parent window for repositioning.
17004
17005 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17006
17007 * print.c (new_backquote_output): Rename from old_backquote_output.
17008 (print): Inverse its logic (according to its name) so as to match the
17009 behavior of new_backquote_flag in lread.c.
17010
17011 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17012
17013 * gmalloc.c (posix_memalign): New function.
17014
17015 * macterm.c (frame_highlight, frame_unhighlight): Don't call
17016 ActivateControl/DeactivateControl here.
17017 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
17018 frame-notice-user-settings is non-nil.
17019 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
17020 for kEventParamFMFontStyle.
17021 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
17022 mac_pass_command_to_system and mac_pass_control_to_system here.
17023 (XTread_socket): Call ActivateControl/DeactivateControl here.
17024 (XTread_socket) [TARGET_API_MAC_CARBON]:
17025 Check mac_pass_command_to_system and mac_pass_control_to_system here.
17026 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
17027 for window repositioning.
17028
17029 2007-08-08 Glenn Morris <rgm@gnu.org>
17030
17031 * Replace `iff' in doc-strings and comments.
17032
17033 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
17034
17035 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
17036
17037 2007-08-07 Martin Rudalics <rudalics@gmx.at>
17038
17039 * fileio.c (Finsert_file_contents): Run format-decode and
17040 after_insert_file_functions on entire buffer when REPLACE is
17041 non-nil and inhibit modification_hooks and point_motion_hooks.
17042 For consistency, run after_insert_file_functions iff something
17043 got inserted. Move signal_after_change and update_compositions
17044 after code running after_insert_file_functions. Make sure that
17045 undo_list doesn't record intermediate steps of the decoding process.
17046
17047 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17048
17049 * emacs.c (main)
17050 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
17051 Call malloc_enable_thread on interactive startup.
17052
17053 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
17054 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
17055 [USE_PTHREAD]: Conditionalize with it.
17056 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
17057 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
17058 New functions.
17059
17060 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
17061
17062 * xdisp.c (redisplay_window): When restoring original buffer
17063 position, make sure it is still valid.
17064
17065 * image.c (png_load): Ignore png-supplied background color.
17066
17067 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17068
17069 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
17070 Use kCFAbsoluteTimeIntervalSince1970.
17071
17072 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
17073 New variable.
17074 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
17075 event loop should be quit.
17076 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
17077 Quit dialog event loop if quit_dialog_event_loop is set.
17078
17079 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
17080 (Selection): New typedef. Use instead of ScrapRef.
17081 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
17082 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
17083 (mac_clear_selection): Rename from clear_scrap.
17084 (get_flavor_type_from_symbol): New argument SEL and subsume function of
17085 scrap_has_target_type. All uses changed.
17086 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17087 (mac_selection_has_target_p): New functions.
17088 (mac_put_selection_value): Rename from put_scrap_string.
17089 (mac_get_selection_value): Rename from get_scrap_string.
17090 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
17091 (put_scrap_private_timestamp, scrap_has_target_type)
17092 (get_scrap_private_timestamp): Remove functions.
17093 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
17094 (x_own_selection, x_get_local_selection):
17095 Use mac_valid_selection_value_p.
17096 (x_own_selection): Don't use put_scrap_private_timestamp.
17097 Record OWNERSHIP-INFO into Vselection_alist instead.
17098 (x_get_local_selection): Don't check type if request is local.
17099 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
17100 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
17101
17102 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
17103
17104 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
17105 add comment explaining why.
17106
17107 2007-08-03 Richard Stallman <rms@gnu.org>
17108
17109 * fileio.c (Fvisited_file_modtime): Use make_time.
17110
17111 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
17112
17113 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
17114 build.
17115
17116 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
17117
17118 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
17119
17120 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
17121
17122 * puresize.h (BASE_PURESIZE): Increase to 1130000.
17123
17124 2007-07-30 Richard Stallman <rms@gnu.org>
17125
17126 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
17127
17128 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
17129
17130 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
17131
17132 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
17133
17134 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
17135 remote default-directory.
17136
17137 * buffer.c (mode-line-format): Update doc string.
17138
17139 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17140
17141 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
17142 scroll bar gap.
17143 (x_scroll_bar_create): Set bar->fringe_extended_p.
17144 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
17145 on frame edge. Check fringe background extension. Don't clear
17146 extended fringe background area.
17147
17148 * w32term.h (struct scroll_bar): New member fringe_extended_p.
17149 (w32_fill_area): Enclose multiple statements with do ... while (0).
17150
17151 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
17152 Extend fringe background to scroll bar gap.
17153 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
17154 Set bar->fringe_extended_p.
17155 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
17156 Put leftmost/rightmost scroll bars on frame edge. Check fringe
17157 background extension. Don't clear extended fringe background area.
17158
17159 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
17160 New member fringe_extended_p.
17161
17162 2007-07-25 Glenn Morris <rgm@gnu.org>
17163
17164 * Relicense all FSF files to GPLv3 or later.
17165
17166 * COPYING: Switch to GPLv3.
17167
17168 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17169
17170 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
17171
17172 * data.c (Finteractive_form): Check for the presence of an
17173 `interactive-form' symbol property more thoroughly.
17174
17175 * data.c (Finteractive_form): Use an `interactive-form' property if
17176 present, analogous to the function-documentation property.
17177
17178 2007-07-24 Jason Rumney <jasonr@gnu.org>
17179
17180 * w32fns.c (x_real_positions): Get real position from OS instead of
17181 calculating it.
17182
17183 2007-07-23 Jason Rumney <jasonr@gnu.org>
17184
17185 * filelock.c (current_lock_owner): Allow for @ sign in username.
17186
17187 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
17188
17189 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
17190 remote default-directory.
17191
17192 * buffer.c (mode-line-format): Describe above case in doc string.
17193
17194 2007-07-20 Eli Zaretskii <eliz@gnu.org>
17195
17196 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
17197 Define if not defined.
17198
17199 2007-07-18 Jason Rumney <jasonr@gnu.org>
17200
17201 * w32proc.c (w32_executable_type): Handle 64 bit executables.
17202
17203 2007-07-18 Richard Stallman <rms@gnu.org>
17204
17205 * data.c (Fsetq_default): Doc fix.
17206
17207 * eval.c (Fsetq): Doc fix.
17208
17209 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
17210
17211 * coding.c (Ffind_operation_coding_system):
17212 * eval.c (For, Fand): Doc fixes.
17213 Reported by Johan Bockgård.
17214
17215 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
17216
17217 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
17218
17219 * xterm.h: Declare x_ewmh_activate_frame.
17220
17221 * xterm.c (x_ewmh_activate_frame): New function.
17222 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
17223
17224 2007-07-17 Martin Rudalics <rudalics@gmx.at>
17225
17226 * window.c (Fdisplay_buffer): If largest or LRU window is the
17227 only window, split it even if it is not eligible for splitting.
17228 This restores the original behavior broken by the 2007-07-15
17229 change.
17230
17231 2007-07-17 Glenn Morris <rgm@gnu.org>
17232
17233 * abbrev.c (abbrev_check_chars): New function.
17234 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
17235 Call abbrev_check_chars to check abbrev characters are word
17236 constituents. Doc fix.
17237
17238 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 * process.c (Fstart_process, Fmake_network_process)
17241 (read_process_output): Fix up last changes.
17242
17243 2007-07-16 Eli Zaretskii <eliz@gnu.org>
17244
17245 * makefile.w32-in (clean): Don't delete *~.
17246
17247 2007-07-16 Andreas Schwab <schwab@suse.de>
17248
17249 * window.c (Fdisplay_buffer): Use NILP.
17250 (Fset_window_scroll_bars): Likewise.
17251
17252 2007-07-15 Martin Rudalics <rudalics@gmx.at>
17253
17254 * window.c (window_min_size_2): New function.
17255 (window_min_size_1, size_window, Fdisplay_buffer)
17256 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
17257 windows without mode- or header-lines when window-min-height is
17258 too small.
17259 (size_window): Reset nodelete_p after testing it, following an
17260 earlier note by Kim F. Storm.
17261 (display_buffer): Do not set split_height_threshold to twice the
17262 value of window_min_height to avoid changing the value of a
17263 customizable variable. Rather explicitly check whether the
17264 height of the window that shall be splitted is at least as large
17265 as split_height_threshold.
17266 (Fwindow_full_width_p): New defun.
17267 (syms_of_window): Defsubr it.
17268
17269 * window.h: Add EXFUN for Fwindow_full_width_p.
17270
17271 2007-07-14 Jason Rumney <jasonr@gnu.org>
17272
17273 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
17274
17275 2007-07-14 Richard Stallman <rms@gnu.org>
17276
17277 * eval.c (maybe_call_debugger): New function.
17278 (find_handler_clause): Use maybe_call_debugger.
17279 Call it when the handler says `debug'.
17280 Eliminate DEBUGGER_VALUE_PTR.
17281 (Fsignal): Eliminate debugger_value.
17282 (Qdebug): New variable.
17283 (syms_of_eval): Initialize it.
17284
17285 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
17286
17287 * eval.c (Fprogn):
17288 * keyboard.c (Ftrack_mouse):
17289 * print.c (Fwith_output_to_temp_buffer):
17290 * window.c (Fsave_window_excursion): Doc fix.
17291
17292 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17293
17294 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
17295
17296 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * process.h (struct Lisp_Process): Turn slots infd, outfd,
17299 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
17300 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
17301 read_output_delay, and read_output_skip from Lisp_Objects to ints.
17302 Remove unused encoding_carryover.
17303 * process.c: Adjust all functions accordingly.
17304
17305 2007-07-12 Richard Stallman <rms@gnu.org>
17306
17307 * term.c: Include unistd.h only if HAVE_UNISTD_H.
17308
17309 2007-07-11 Jason Rumney <jasonr@gnu.org>
17310
17311 * makefile.w32-in (LIBS): Include OLE32.
17312
17313 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
17314 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
17315
17316 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
17317
17318 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
17319 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
17320 from a Lisp_Object into a bare pointer.
17321 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17322 Adjust the code correspondingly.
17323
17324 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
17325
17326 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
17327 (term_show_mouse_face): Remove unused var `j'.
17328 (handle_one_term_event): Remove unused vars `i' and `j'.
17329 Don't cast return value of ttyname since it's not necessary.
17330
17331 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
17334 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
17335
17336 * fns.c (map_char_table): Use an array of int for `indices' rather than
17337 an array of Lisp_Objects (which are only ever integers anyway).
17338 (Fmap_char_table): Update caller.
17339 * lisp.h: Update prototype.
17340 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
17341 * fontset.c (Ffontset_info):
17342 * casetab.c (set_case_table): Update callers.
17343
17344 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
17345
17346 * keymap.c (struct accessible_keymaps_data)
17347 (struct where_is_internal_data): New structures.
17348 (accessible_keymaps_1, where_is_internal_1): Use them to change
17349 interface to adhere to the one used by map_keymap.
17350 (Faccessible_keymaps, where_is_internal): Use map_keymap.
17351 (accessible_keymaps_char_table, where_is_internal_2): Remove.
17352
17353 * keymap.h (map_keymap_function_t): More informative prototype.
17354
17355 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
17356
17357 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
17358 (looking_at_1): Don't change search_regs and last_thing_searched
17359 if `inhibit-changing-match-data' is non-nil.
17360 (string_match_1, search_buffer, set_search_regs): Likewise.
17361 (syms_of_search): Add Lisp level definition for
17362 `inhibit-changing-match-data' and set it to nil.
17363 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
17364 start and end of the match, instead of using values in search_regs.
17365
17366 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * minibuf.c (Fcompleting_read): New value `confirm-only'
17369 for `require-match'.
17370
17371 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
17372
17373 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
17374 part of the 2007-06-27 change to syms_of_fileio.
17375
17376 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17377
17378 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
17379 Check WINDOWP before using XWINDOW. Consolidate return statements.
17380
17381 2007-06-27 Richard Stallman <rms@gnu.org>
17382
17383 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17384
17385 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
17386
17387 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
17388
17389 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17390
17391 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
17392 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
17393 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
17394 (_free_internal, memalign): Use them.
17395 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
17396 Initialize to PTHREAD_MUTEX_INITIALIZER.
17397 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
17398 (morecore_nolock): Rename from morecore. All uses changed.
17399 Use only nolock versions of internal allocation functions.
17400 (_malloc_internal_nolock, _realloc_internal_nolock)
17401 (_free_internal_nolock): New functions created from
17402 _malloc_internal, _realloc_internal, and _free_internal.
17403 (_malloc_internal, _realloc_internal, _free_internal): Use them.
17404 Copy hook value to automatic variable before its use.
17405 (memalign): Copy hook value to automatic variable before its use.
17406
17407 2007-06-26 Kenichi Handa <handa@m17n.org>
17408
17409 * coding.c (Ffind_operation_coding_system): Docstring improved.
17410 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
17411
17412 2007-06-25 David Kastrup <dak@gnu.org>
17413
17414 * keymap.c (Fcurrent_active_maps): Add `position' argument.
17415 (Fwhere_is_internal): Adjust call to `current-active-maps' to
17416 cater for additional parameter.
17417
17418 * keymap.h: Adjust number of parameters to `current-active-maps'.
17419
17420 * doc.c (Fsubstitute_command_keys): Adjust call of
17421 `current-active-maps'.
17422
17423 2007-06-25 David Kastrup <dak@gnu.org>
17424
17425 * callint.c (Fcall_interactively): Make the parsing of interactive
17426 specs somewhat more readable.
17427
17428 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17429
17430 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
17431 to scroll bar gap also when bitmap fills fringe. Draw only foreground
17432 if extended background has already been filled.
17433
17434 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17435
17436 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
17437 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
17438
17439 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
17440 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
17441 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
17442 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
17443 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
17444 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
17445 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
17446 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
17447 Run timers during dialog popup.
17448 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
17449
17450 2007-06-21 Jason Rumney <jasonr@gnu.org>
17451
17452 * image.c (convert_mono_to_color_image): Swap fore and background.
17453
17454 2007-06-20 Jason Rumney <jasonr@gnu.org>
17455
17456 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
17457 (w32_free_bdf_font): Unmap memory not handle.
17458
17459 2007-06-20 Sam Steingold <sds@gnu.org>
17460
17461 * gmalloc.c (__morecore): Fix the declaration to comply with the
17462 definition.
17463
17464 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
17465
17466 * w32term.c (w32_delete_display): Remove leftover declaration.
17467 (w32_define_cursor, w32_initialize): Make static.
17468
17469 * w32.c (_wsa_errlist): Fix typo in error message.
17470 (init_environment): Ignore any environment variable from the
17471 registry having a null value.
17472
17473 2007-06-20 Glenn Morris <rgm@gnu.org>
17474
17475 * Makefile.in (LIBGIF): Default to -lgif.
17476
17477 2007-06-17 Jason Rumney <jasonr@gnu.org>
17478
17479 * w32menu.c (add_menu_item): Don't use multibyte string functions on
17480 unicode strings.
17481
17482 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
17483
17484 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
17485 Fix typo in docstring.
17486
17487 2007-06-16 Eli Zaretskii <eliz@gnu.org>
17488
17489 * w32menu.c (add_menu_item): Escape `&' characters in menu items
17490 and their keybindings.
17491
17492 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
17493
17494 * composite.c (update_compositions): Fix last fix.
17495
17496 2007-06-14 Jason Rumney <jasonr@gnu.org>
17497
17498 * w32.c (get_process_times_fn): New function pointer.
17499 (globals_of_w32): Intialize it if present in kernel32.dll.
17500 (w32_get_internal_run_time): New function.
17501
17502 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
17503
17504 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
17505
17506 * composite.c (update_compositions): Check the validness of
17507 compositions.
17508
17509 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17510
17511 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
17512 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
17513
17514 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
17515 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
17516
17517 * macgui.h (USE_MAC_TOOLBAR): New define.
17518
17519 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
17520 Return immediately unless popup is activated.
17521
17522 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
17523 background to scroll bar gap.
17524 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
17525 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
17526 scroll bars on frame edge. Check fringe background extension.
17527 Don't clear extended fringe background area.
17528 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
17529 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
17530 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
17531 [USE_MAC_TOOLBAR]: New macros.
17532 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
17533 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
17534 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
17535 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
17536 [USE_MAC_TOOLBAR]: New functions.
17537 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
17538 manually if previous repositioning has failed.
17539 (mac_handle_keyboard_event): Use precomputed event kind.
17540 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
17541 as tool bar item click. Handle mouse movement over tool bar items.
17542
17543 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
17544 toolbar_win_gravity.
17545 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
17546 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
17547 Add externs.
17548
17549 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
17550 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
17551
17552 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
17553
17554 * image.c (search_image_cache): Remove unused variable.
17555
17556 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
17557
17558 * xfns.c, xmenu.c: Link to xaw3d if available.
17559
17560 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17561
17562 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
17563 frame_foreground and frame_background.
17564
17565 * image.c (lookup_image): Save frame foreground and background colors.
17566 (search_image_cache): Check if saved and current frame colors match.
17567
17568 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17569
17570 * regex.c (regex_compile): Remove the `regnum' counter.
17571 Use bufp->re_nsub instead. Add support for \(?N:RE\).
17572
17573 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17574
17575 * term.c: Include intervals.h to declare Fget_text_property.
17576
17577 2007-06-10 Jason Rumney <jasonr@gnu.org>
17578
17579 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
17580
17581 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
17582
17583 * callint.c (Fcall_interactively):
17584 * editfns.c (Fdelete_and_extract_region):
17585 * fileio.c (Fread_file_name):
17586 * fns.c (Fmapconcat):
17587 * keyboard.c (cmd_error_internal):
17588 * keymap.c (Fkey_description):
17589 * lread.c (openp):
17590 * minibuf.c (read_minibuf):
17591 * search.c (wordify):
17592 * sunfns.c (sel_read):
17593 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
17594 * xfns.c (x_default_scroll_bar_color_parameter):
17595 * xmenu.c (menu_help_callback):
17596 * xselect.c (Fx_get_atom_name):
17597 * xterm.c (x_term_init): Use empty_unibyte_string.
17598
17599 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
17600
17601 * alloc.c (init_strings): Initialize canonical empty strings.
17602 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
17603 canonical empty string when the requested size is 0.
17604
17605 * emacs.c (empty_unibyte_string): Rename from empty_string.
17606 (empty_multibyte_string): New canonical empty string.
17607 (syms_of_emacs): Don't initialize empty_string.
17608
17609 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
17610 string, if appropriate.
17611 (empty_unibyte_string, empty_multibyte_string): New externs.
17612 (empty_string): Remove extern.
17613
17614 * lread.c (syms_of_lread): Use empty_unibyte_string.
17615
17616 2007-06-07 Jason Rumney <jasonr@gnu.org>
17617
17618 * s/ms-w32.h: Don't define HAVE_TZNAME.
17619
17620 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
17621
17622 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17623
17624 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
17625
17626 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
17627 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
17628
17629 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
17630 Don't call next handler.
17631 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
17632 Remove argument. Install handler to application.
17633 (set_frame_menubar): Don't change deep_p.
17634 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
17635 FRAME_OUTER_TO_INNER_DIFF_Y.
17636 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17637 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17638 [HAVE_DIALOGS]: New macros.
17639 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
17640 Use them.
17641 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
17642
17643 * macselect.c [MAC_OSX] (install_service_handler): Rename from
17644 init_service_handler. All callers changed. Return OSStatus value.
17645
17646 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
17647 All callers changed so as not to call SetPortWindowPort.
17648 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
17649 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
17650 mac_draw_string_common.
17651 (mac_draw_image_string_qd): Likewise.
17652 (mac_draw_string_common): Use them. Add INLINE.
17653 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
17654 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
17655 GetGlobalMouse.
17656 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
17657 and FRAME_OUTER_TO_INNER_DIFF_Y.
17658 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
17659 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
17660 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
17661 repositioning window to mac_handle_window_event.
17662 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
17663 saving window location to mac_handle_window_event
17664 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
17665 (install_menu_target_item_handler): Remove argument in extern.
17666 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
17667 Also accept command events.
17668 (do_keystroke): New function created from XTread_socket.
17669 (init_command_handler): Remove functions.
17670 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
17671 and save window location by kEventWindowShowing and kEventWindowHiding
17672 handlers here. Don't call next handler for window state change and
17673 focus events.
17674 (mac_handle_application_event, mac_handle_keyboard_event)
17675 [TARGET_API_MAC_CARBON]: New functions.
17676 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
17677 kEventWindowShowing and kEventWindowHiding events. Move installation
17678 of mouse, font, text input and menu target item handlers to
17679 install_application_handler.
17680 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
17681 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17682 New function.
17683 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17684 Register it.
17685 (XTread_socket) [TARGET_API_MAC_CARBON]:
17686 Consolidate SendEventToEventTarget calls.
17687 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
17688 Move application activation handler to mac_handle_application_event.
17689 Move keyboard handler to mac_handle_keyboard_event.
17690 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
17691 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
17692 init_command_handler. Call install_application_handler.
17693
17694 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
17695 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
17696
17697 2007-06-07 Glenn Morris <rgm@gnu.org>
17698
17699 * emacs.c (main): Use `emacs-copyright' in --version output.
17700
17701 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
17702
17703 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
17704
17705 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17706
17707 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
17708
17709 * macgui.h: Replace WindowPtr with WindowRef.
17710
17711 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
17712 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
17713 Replace ControlHandle with ControlRef.
17714 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
17715
17716 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
17717 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
17718 Replace ControlHandle with ControlRef.
17719 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
17720 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
17721
17722 * macterm.h (struct scroll_bar): Rename member control_handle_low
17723 and control_handle_high to control_ref_low and control_ref_high.
17724 All uses changed.
17725 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
17726 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
17727 respectively. All uses changed.
17728 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
17729 (install_window_handler, remove_window_handler): Replace WindowPtr
17730 with WindowRef in externs.
17731
17732 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
17733
17734 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
17735
17736 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
17737
17738 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
17739
17740 * frame.c (Fmouse_position, Fmouse_pixel_position):
17741 Condition on HAVE_GPM too.
17742
17743 * term.c (term_mouse_highlight): Remove unused variables.
17744 (Fterm_open_connection): Set gpm_zerobased to 1.
17745 (term_mouse_movement, term_mouse_click, handle_one_term_event):
17746 Use zero based co-ordinates.
17747 (handle_one_term_event): Report a drag as mouse movement too.
17748
17749 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
17750
17751 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
17752
17753 * image.c (search_image_cache): New function. Require background
17754 color match if background color is unspecified in the image spec.
17755 (uncache_image, lookup_image): Use it.
17756
17757 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
17758
17759 * window.c (Fshrink_window): Reflow docstring.
17760
17761 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
17762
17763 * Version 22.1 released.
17764
17765 2007-06-01 Richard Stallman <rms@gnu.org>
17766
17767 * xfns.c (x_encode_text): Add GCPRO.
17768
17769 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17770
17771 * xfns.c (x_set_name_internal): Save encoded name before
17772 x_encode_text in case string data is relocated.
17773
17774 2007-05-31 Richard Stallman <rms@gnu.org>
17775
17776 * buffer.c (syms_of_buffer): Doc fix.
17777
17778 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
17779
17780 * sysdep.c (init_sys_modes): Add rather than replace with
17781 O_NONBLOCK.
17782
17783 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
17784 term_mouse_moveto.
17785
17786 * termhooks.h (term_mouse_moveto): New extern.
17787
17788 * term.c (mouse_face_window): Rename...
17789 (Qmouse_face_window): ...to this.
17790 (term_show_mouse_face, term_clear_mouse_face)
17791 (term_mouse_highlight): Use Qmouse_face_window.
17792 (term_mouse_moveto): New function.
17793 (term_mouse_position): Make it work.
17794 (syms_of_term): Uncomment assignment to mouse_position_hook.
17795 Staticpro Qmouse_face_window.
17796
17797 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17798
17799 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
17800 around current_column call.
17801
17802 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
17803
17804 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
17805 * xdisp.c (next_element_from_buffer):
17806 * window.c (delete_window):
17807 * term.c (term_mouse_highlight):
17808 * msdos.c (getdefdir):
17809 * macterm.c (mac_create_bitmap_from_bitmap_data)
17810 (init_font_name_table):
17811 * fns.c (Fsxhash):
17812 * data.c (Fmake_local_variable):
17813 * ccl.c (ccl_driver): Likewise.
17814
17815 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17816
17817 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
17818 Call mac_wakeup_from_rne on window size change.
17819
17820 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
17821
17822 * image.c (uncache_image): Fix typo.
17823
17824 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
17825
17826 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
17827
17828 2007-05-22 Richard Stallman <rms@gnu.org>
17829
17830 * xterm.c (x_connection_closed): Remove NO_RETURN.
17831
17832 2007-05-22 Martin Rudalics <rudalics@gmx.at>
17833
17834 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
17835
17836 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
17837
17838 * image.c (uncache_image): New function.
17839 (Fimage_refresh): New function.
17840
17841 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
17842
17843 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
17844
17845 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
17846
17847 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
17848 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
17849
17850 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
17851
17852 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
17853 conditional on [HAVE_GPM_H].
17854
17855 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17856
17857 * syntax.c (skip_chars): Update syntax-table only after we checked that
17858 the new location is valid.
17859
17860 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17861
17862 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
17863 mac_get_window_bounds.
17864
17865 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
17866
17867 * Makefile.in (LIBGPM): Allow it to be set from configure.
17868 If set then link Emacs with it.
17869
17870 * config.in: Regenerate.
17871
17872 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
17873 New externs.
17874
17875 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
17876 Include gpm.h.
17877 (handle_one_term_event, term_gpm): New externs.
17878
17879 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
17880 and allow it to be interrupted by SIGIO.
17881
17882 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
17883 (wait_reading_process_output): Wait on gpm_fd too.
17884 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
17885 (add_gpm_wait_descriptor_called_flag): New variable.
17886 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
17887
17888 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
17889 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
17890 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
17891 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
17892 (make_lispy_event): Add case GPM_CLICK_EVENT.
17893 (read_avail_input): Handle mouse input.
17894
17895 * term.c (write_glyphs_with_face): New function.
17896 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
17897 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
17898 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
17899 (mouse_face_face_id, term_gpm, pos_x, pos_y)
17900 (last_mouse_x, last_mouse_y): New variables.
17901 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
17902 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
17903 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
17904 (Fterm_close_connection): New functions.
17905 (term_init): Initialise mouse_face_window.
17906
17907 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
17908
17909 * xdisp.c (redisplay_window): If first window line is a
17910 continuation line, recompute the new window start instead of
17911 recentering.
17912
17913 2007-05-18 Glenn Morris <rgm@gnu.org>
17914
17915 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
17916 Suggested by Alfred M. Szmidt <ams@gnu.org>.
17917
17918 2007-05-17 Glenn Morris <rgm@gnu.org>
17919
17920 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
17921
17922 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17923
17924 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
17925 dead key repeat and up events.
17926
17927 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
17928
17929 * image.c (pbm_load): Check image size for monochrome pbm.
17930
17931 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
17932
17933 * xterm.c (XTread_socket): Revert last change.
17934
17935 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
17936
17937 * image.c (pbm_load): Correctly check image size for greyscale pbm.
17938
17939 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
17940
17941 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17942
17943 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
17944 mixup (YAILOM).
17945
17946 2007-05-07 Andreas Schwab <schwab@suse.de>
17947
17948 * keymap.c (Flookup_key): Fix typo in last change.
17949
17950 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
17953 mapping for unibyte strings.
17954
17955 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17956
17957 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
17958 (Fx_popup_dialog) [MAC_OSX]: Likewise.
17959
17960 2007-04-29 Richard Stallman <rms@gnu.org>
17961
17962 * insdel.c (replace_range): For undo, record insertion first.
17963
17964 2007-04-29 Andreas Schwab <schwab@suse.de>
17965
17966 * lisp.h (VECSIZE): Use OFFSETOF.
17967
17968 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17969
17970 * xdisp.c (try_window_reusing_current_matrix): Fix number of
17971 disabled lines.
17972
17973 2007-04-28 Richard Stallman <rms@gnu.org>
17974
17975 * lread.c (read_escape): In a string, \s is always space.
17976
17977 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
17978
17979 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
17980
17981 * gtkutil.c (xg_update_menubar, create_menus): Create empty
17982 submenu for menu bar items.
17983
17984 See ChangeLog.10 for earlier changes.
17985
17986 ;; Local Variables:
17987 ;; coding: utf-8
17988 ;; add-log-time-zone-rule: t
17989 ;; End:
17990
17991 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
17992
17993 This file is part of GNU Emacs.
17994
17995 GNU Emacs is free software: you can redistribute it and/or modify
17996 it under the terms of the GNU General Public License as published by
17997 the Free Software Foundation, either version 3 of the License, or
17998 (at your option) any later version.
17999
18000 GNU Emacs is distributed in the hope that it will be useful,
18001 but WITHOUT ANY WARRANTY; without even the implied warranty of
18002 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18003 GNU General Public License for more details.
18004
18005 You should have received a copy of the GNU General Public License
18006 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18007
18008 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40