Work around warning about g_set_prgname() called multiple times.
[bpt/emacs.git] / src / ChangeLog
1 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.c (my_log_handler): New function.
4 (x_term_init): Set my_log_handler as log handler during gtk_init
5 so we can filter out buggy messages. (bug #5120).
6
7 * xterm.c (xg_scroll_callback): Parameter list changed,
8 use parameter GtkScrollType to determine scroll/line/page.
9 Only allow dragging if a button < 4 is grabbed (bug #5177).
10 (xg_end_scroll_callback): New function.
11 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
12 xg_create_scroll_bar.
13
14 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
15 (scroll_end_callback): Remove.
16 (xg_create_scroll_bar): Add parameter end_callback, bind it to
17 button-release-event. Replace value-changed event with change-value,
18 bug #5177,
19 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
20 bug #5177.
21
22 * gtkutil.h (XG_LAST_SB_DATA): Remove.
23 (xg_create_scroll_bar): Add GCallback end_callback.
24
25 * xftfont.c (QClcdfilter): New variable.
26 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
27 (syms_of_xftfont): Initialize QClcdfilter.
28
29 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
30
31 * xsettings.c (struct xsettings): Add member seen.
32 (parse_xft_settings): Update member seen with what we have read.
33 Return non-zero if Xft-settings have been parsed, 0 otherwise.
34 (apply_xft_settings): Only update Xft settings with what member seen
35 indicates as new.
36
37 2009-12-12 Eli Zaretskii <eliz@gnu.org>
38
39 * dispextern.h (struct text_pos): Use EMACS_INT;
40 (struct glyph): Use EMACS_INT for charpos.
41 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
42 region_beg_charpos, region_end_charpos,
43 redisplay_end_trigger_charpos, and also for
44 iterator_stack_entry.end_charpos and
45 iterator_stack_entry.stop_charpos.
46
47 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
48
49 * gtkutil.c (scroll_end_callback): New function (bug #5177)
50 (xg_create_scroll_bar): Call scroll_end_callback on button release
51 event (bug #5177).
52 (xg_event_is_for_scrollbar): != replaced with ==.
53
54 2009-12-12 Kenichi Handa <handa@m17n.org>
55
56 * ftfont.c (struct ftfont_info): New member matrix.
57 (ftfont_open): Setup xftfont_info->matrix.
58 (MFLTFontFT): New member matrix.
59 (FLOOR, CEIL, ROUND): New macros.
60 (ftfont_get_metrics): Handle matrix transformation.
61 (ftfont_shape_by_flt): New arg matrix. Callers changed.
62
63 * xftfont.c (struct xftfont_info): New member matrix.
64 (xftfont_open): Setup xftfont_info->matrix.
65
66 2009-12-10 Kenichi Handa <handa@m17n.org>
67
68 * xdisp.c (append_space_for_newline): Consider face-remapping.
69
70 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
71
72 * xsettings.c: Include "keyboard.h".
73
74 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
75
76 Fix implicit function declarations.
77 * cmds.c: Include "frame.h".
78 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
79 * frame.h: Move declaration of delete_frame outside of
80 HAVE_WINDOW_SYSTEM.
81
82 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
83
84 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
85
86 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
87 GTK builds.
88
89 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
90
91 * unexelf.c (unexec): Don't search for .data twice.
92
93 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
94
95 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
96 if push failed.
97 (handle_line_prefix): Set avoid_cursor_p here. Check return value
98 of push_display_prop (Bug#5000).
99
100 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
101 value of font_list_entities (Bug#5085).
102
103 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
104
105 Fix `string-to-number' to deal consistently with integers and floats.
106 * lread.c (isfloat_string): New argument ignore_trailing to accept all
107 trailing characters, not just whitespace.
108 (read1): Pass new arg 0 to keep old behavior.
109 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
110 trailing chars, as it is already done for integers. Doc fixes.
111 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
112
113 2009-12-04 Eli Zaretskii <eliz@gnu.org>
114
115 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
116 unused enumeration value.
117
118 2009-12-03 Eli Zaretskii <eliz@gnu.org>
119
120 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
121
122 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
123
124 * process.c (Fmake_network_process): Fix up the tests for
125 "connectionless socket", so they DTRT for seqpacket sockets as well.
126
127 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * process.c (Qseqpacket): New symbol.
130 (HAVE_SEQPACKET): New macro.
131 (Fmake_network_process): Accept new :type `seqpacket'.
132 (init_process): Add `seqpacket' feature when applicable.
133 (syms_of_process): Initialize Qseqpacket.
134
135 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
136
137 * font.c (font_load_for_lface, font_open_by_name): Don't store name
138 if entity is Qnil.
139
140 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * print.c (print_preprocess): Preprocess the key_and_value table of
143 hashtables, even tho they're "hidden" (bug#5082).
144
145 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
146
147 * frame.c (frame_make_pointer_invisible)
148 (frame_make_pointer_visible): Declare f before statements.
149
150 2009-11-28 Eli Zaretskii <eliz@gnu.org>
151
152 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
153 omitted dependencies on lisp.h.
154
155 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
156
157 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
158 is NULL.
159
160 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
161
162 * frame.c (frame_make_pointer_invisible)
163 (frame_make_pointer_visible): Just return if there isn't any selected
164 frame.
165
166 * search.c (simple_search): Remove warning by making *p const.
167
168 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
169
170 * xdisp.c (power_letter): Remove duplicate const.
171
172 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
173
174 * term.c (delete_tty): Remove check for last terminal (bug#4970).
175
176 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
177 defaults (bug #5025).
178
179 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * insdel.c (adjust_markers_for_delete): Move it in the
182 right direction! (bug#4803)
183
184 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
185
186 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
187
188 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
189
190 2009-11-24 Glenn Morris <rgm@gnu.org>
191
192 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
193
194 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
195
196 * Makefile.in: Must create deps for ecrt0.o in its rule.
197
198 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
199 because that is what Gtk+ font dialog understands.
200
201 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
202 of Fcopy_sequence.
203 (font_open_by_name): Put name given into QCname for font-object returned.
204
205 * frame.c (x_set_font): Save original font name as frame parameter
206 font-parameter.
207
208 * xsettings.c (set_default_xft_settings): New function.
209 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
210 is found.
211
212 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
213
214 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
215 searching backwards through multibyte buffer.
216
217 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
218
219 * xterm.c: #include xgselect.h.
220 (x_initialize): Call xgselect_initialize.
221
222 * xsettings.c (something_changedCB): C++ comments => C comments.
223 (init_gconf): Do not deal with any GLib file descriptors, xg_select
224 does that now.
225
226 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
227 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
228 (scroll_bar_button_cb): Remove.
229 (create_menus): C++ comments => C comments. Don't bind grab-notify
230 event.
231 (xg_create_scroll_bar): Don't bind button-press-event and
232 button-release-event.
233
234 * process.c: Include xgselect.h if defined (USE_GTK) ||
235 defined (HAVE_GCONF).
236 (wait_reading_process_output): Call xg_select for the same condition.
237
238 * xgselect.c (xg_select): New function to better integrate with
239 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
240
241 * xgselect.h: New file, declare xg_select, xgselect_initialize.
242
243 * Makefile.in (XOBJ): Add xgselect.o.
244
245 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
246
247 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
248 ignored second argument. All callers changed.
249 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
250 (RE_STRING_CHAR_AND_LENGTH): Likewise.
251 * xdisp.c (string_char_and_length): Likewise.
252
253 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * xterm.c (x_new_font):
256 * print.c (print_object):
257 * cmds.c (Fself_insert_command): Move declarations before statements.
258
259 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
260
261 * s/cygwin.h: Remove unneeded linker flags.
262
263 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
264
265 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
266
267 * xsettings.h: Declare xsettings_get_system_font.
268
269 * xsettings.c (xsettings_get_system_font): New function.
270 (init_gconf): No use initiating gconf unless we have Xft also.
271 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
272 HAVE_GCONF.
273
274 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
275 add a blank entry so it doesn't collapse into nothing.
276
277 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * lread.c (Funintern): Comment out last change.
280
281 2009-11-19 Richard Stallman <rms@gnu.org>
282
283 * lread.c (Funintern): Error if symbol is t or nil.
284
285 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * insdel.c (make_gap_larger): Don't make as many assumptions about the
288 representation of Lisp integers.
289 Reported by MJ Chan <mjchan.inbox@gmail.com>.
290
291 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
292
293 * lisp.h: Remove declaration of Ffont_get_system_font.
294 * xfns.c: Move include of "xsettings.h".
295 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
296
297 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
298
299 * xsettings.c (something_changedCB, Ffont_get_system_font):
300 Check use_system_font.
301 (syms_of_xsettings): DEFVAR font-use-system-font.
302
303 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
304
305 * xfns.c (x_default_font_parameter): Remove dead assignment.
306
307 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
308
309 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
310
311 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
312 not have FC_LCD_*. #define them if not there.
313
314 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
315
316 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
317
318 * xterm.c (handle_one_xevent): Call xft_settings_event for
319 ClientMessage, PropertyNotify and DestroyNotify.
320 (x_term_init): If we have XFT, get DPI from Xft.dpi.
321 Call xsettings_initialize.
322
323 * xftfont.c (xftfont_fix_match): New function.
324 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
325 Call xftfont_fix_match after XftFontMatch.
326
327 * xfont.c (xfont_driver): Initialize all members.
328
329 * xfns.c (x_default_font_parameter):
330 Try font from Ffont_get_system_font.
331 Do not get font from x_default_parameter if we got one from
332 Ffont_get_system_font.
333 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
334
335 * w32font.c (w32font_driver): Initialize all members.
336
337 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
338
339 * lisp.h: Declare syms_of_xsettings.
340
341 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
342 Handle CONFIG_CHANGED_EVENT.
343
344 * ftfont.c (ftfont_filter_properties): New function.
345
346 * frame.c (x_set_font): Remove unused variable lval.
347
348 * font.h (struct font_driver): Add filter_properties.
349
350 * font.c (font_put_extra): Don't return if val is nil, it means
351 boolean option is off.
352 (font_parse_fcname): Collect all extra properties in extra_props
353 and call filter_properties for all drivers with extra_props and
354 font as parameter.
355 (font_open_entity): Do not use cache, it does not pick up new
356 fontconfig settings like hinting.
357 (font_load_for_lface): If spec had a name in it, store it in entity.
358
359 * emacs.c (main): Call syms_of_xsettings
360
361 * config.in: HAVE_GCONF is new.
362
363 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
364 xsettings.o is new.
365
366 2009-11-17 Kenichi Handa <handa@m17n.org>
367
368 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
369 back to the default font in case that no suitable font is found.
370
371 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
374 Suggested by Chad Brown <yandros@mit.edu>.
375 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
376
377 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
378
379 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
380
381 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
382
383 * Makefile.in: Ignore errors from mkdir when creating deps directory.
384
385 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
386
387 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
388 has a parent.
389
390 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
391 dependency files in deps/. Include those files into Makefile.
392
393 * config.in: Generated (AUTO_DEPEND).
394
395 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
396
397 * dbusbind.c (Vdbus_registered_objects_table): Rename from
398 Vdbus_registered_functions_table, because it contains also
399 properties. Fix docstring.
400 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
401
402 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * alloc.c (mark_object): Don't reprocess marked strings.
405 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
406 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
407
408 2009-11-13 Kenichi Handa <handa@m17n.org>
409
410 * category.c (word_boundary_p): Adjust for the change of the
411 semantics of Vword_combining_categories.
412 (Vword_combining_categories): Describe the slight change of the
413 semantics.
414
415 2009-11-13 Eli Zaretskii <eliz@gnu.org>
416
417 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
418
419 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
420
421 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * xdisp.c (syms_of_xdisp): Fix typo in last change.
424
425 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
426
427 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
428
429 2009-11-11 David Reitter <david.reitter@gmail.com>
430
431 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
432 variables to fix 2009-11-09 change.
433
434 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
435
436 * process.c (ifflag_def): Make flag_sym constant.
437 (Fnetwork_interface_info): Use a constant pointer.
438 (ifflag_table):
439 * xfns.c (cursor_bits):
440 * xdisp.c (power_letter):
441 * termcap.c (speeds, esctab):
442 * sysdep.c (baud_convert):
443 * keyboard.c (lispy_accent_codes, modifier_names):
444 * image.c (xbm_format, xpm_format, pbm_format, png_format)
445 (jpeg_format, tiff_format, gif_format, svg_format)
446 (interlace_start, interlace_increment, gs_format):
447 * gtkutil.c (separator_names):
448 * fringe.c (swap_nibble):
449 * fns.c (base64_value_to_char, base64_char_to_value):
450 * fileio.c (make_temp_name_tbl):
451 * coding.c (suffixes): Make constant.
452
453 * frame.c (make_initial_frame):
454 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
455 build_string.
456 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
457
458 * s/freebsd.h:
459 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
460
461 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
462 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
463
464 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
465 * xterm.c (syms_of_xterm):
466 * xfaces.c (syms_of_xfaces):
467 * xdisp.c (syms_of_xdisp):
468 * lread.c (syms_of_lread):
469 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
470 build_string.
471
472 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
473
474 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * fns.c (Fplist_get): Merge the active and the commented out code.
477
478 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
479
480 * keyboard.h: Declare timer_check.
481
482 * keyboard.c (timer_check_2): New function that does what the old
483 timer_check did.
484 (timer_check): Call timer_check_2 until -1 or a non-zero time is
485 returned, i.e. don't return -1 with timers pending.
486
487 * process.c: Remove extern declaration of timer_check.
488
489 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
490 even if timer_check returned -1.
491
492 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
493 xg_dialog_data.
494 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
495 the event loop.
496 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
497 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
498 Destroy the dialog after xg_dialog_run.
499
500 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
503
504 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
505
506 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
507
508 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
509
510 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
511
512 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
515 w32menu.c, and nsmenu.m.
516 Simplify the obsolete case where position is nil.
517 (cleanup_popup_menu): New function, moved from nsmenu.m.
518 (struct skp): Remove slot `notreal'.
519 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
520 adjust callers.
521 (single_menu_item): Adjust call to parse_menu_item.
522 (syms_of_menu): Defsubr x-popup-menu.
523 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
524 (keymap_panes): Don't export any more.
525 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
526 (xmenu_show): Declare.
527 * keyboard.c (parse_menu_item): Remove arg `notreal'.
528 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
529 * keyboard.h (parse_menu_item): Update declaration.
530 * xmenu.c (Fx_popup_menu): Remove.
531 (syms_of_xmenu): Don't defsubr x-popup-menu.
532 * w32menu.c (Fx_popup_menu): Remove.
533 (syms_of_w32menu): Don't defsubr x-popup-menu.
534 * nsmenu.m (cleanup_popup_menu): Remove.
535 (ns_menu_show): Rename from ns_popup_menu and remove all the code
536 moved to menu.c's Fx_popup_menu.
537 (Fx_popup_menu): Remove.
538 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
539 menu_items (it's done in menu.c already).
540
541 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
544 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
545
546 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
547
548 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
549 xmenu_show. Hide any tooltip before opening a menu.
550 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
551 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
552
553 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 Let integers use up 2 tags to give them one extra bit and thus double
556 their range.
557 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
558 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
559 New macros.
560 (enum Lisp_Type): Use them. Give explicit values.
561 (Lisp_Type_Limit): Remove.
562 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
563 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
564 Pay attention to USE_2_TAGS_FOR_INTS.
565 (INTEGERP): Use LISP_INT_TAG_P.
566 * fns.c (internal_equal): Simplify the default case.
567 (sxhash): Use case_Lisp_Int.
568 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
569 any more.
570 (Ftype_of): Use case_Lisp_Int.
571 (store_symval_forwarding): Take into account the fact that Ints can
572 now have more than one tag.
573 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
574 buffer_slot_type_mismatch):
575 * xfaces.c (face_attr_equal_p):
576 * print.c (print_object):
577 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
578 Use case_Lisp_Int.
579
580 2009-11-06 Eli Zaretskii <eliz@gnu.org>
581
582 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
583
584 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
585 warning.
586
587 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
588
589 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
590
591 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
592
593 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
594 ButtonPressRelease and MotionNotify (bug#4870).
595
596 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
597
598 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
599
600 * xterm.c (syms_of_xterm):
601 * xselect.c (syms_of_xselect):
602 * xmenu.c (syms_of_xmenu):
603 * xfns.c (syms_of_xfns):
604 * xfaces.c (syms_of_xfaces):
605 * xdisp.c (syms_of_xdisp):
606 * window.c (syms_of_window):
607 * w32fns.c (syms_of_w32fns):
608 * undo.c (syms_of_undo):
609 * textprop.c (syms_of_textprop):
610 * terminal.c (syms_of_terminal):
611 * syntax.c (syms_of_syntax):
612 * sound.c (syms_of_sound):
613 * search.c (syms_of_search):
614 * print.c (syms_of_print):
615 * minibuf.c (syms_of_minibuf):
616 * macros.c (syms_of_macros):
617 * keymap.c (syms_of_keymap, initial_define_key)
618 (initial_define_lispy_key):
619 * keyboard.c (syms_of_keyboard):
620 * insdel.c (syms_of_insdel):
621 * image.c (syms_of_image):
622 * fringe.c (syms_of_fringe):
623 * frame.c (syms_of_frame):
624 * fontset.c (syms_of_fontset):
625 * fns.c (syms_of_fns):
626 * fns.c (syms_of_fns):
627 * fileio.c (syms_of_fileio):
628 * fileio.c (syms_of_fileio):
629 * eval.c (syms_of_eval):
630 * doc.c (syms_of_doc):
631 * dispnew.c (syms_of_display):
632 * dired.c (syms_of_dired):
633 * dbusbind.c (syms_of_dbusbind):
634 * data.c (syms_of_data):
635 * composite.c (syms_of_composite):
636 * coding.c (syms_of_coding):
637 * cmds.c (syms_of_cmds):
638 * charset.c (define_charset_internal, syms_of_character):
639 * ccl.c (syms_of_ccl):
640 * category.c (syms_of_category, init_category_once):
641 * casetab.c (syms_of_casetab):
642 * casefiddle.c (syms_of_casefiddle):
643 * callint.c (syms_of_callint):
644 * bytecode.c (syms_of_bytecode):
645 * buffer.c (keys_of_buffer, syms_of_buffer):
646 * alloc.c (syms_of_alloc):
647 * process.c (syms_of_process, init_process):
648 * lread.c (syms_of_lread, init_obarray):
649 * font.c (build_style_table):
650 * emacs.c (syms_of_emacs, main): Replace calls to intern with
651 intern_c_string, calls to make_pure_string with
652 make_pure_c_string. Use pure_cons instead of Fcons.
653
654 * process.c (socket_options): Make it const.
655 (set_socket_option, init_process): Use a const pointer.
656
657 * lread.c (intern_c_string): New function.
658 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
659 (defvar_int): Uset it. Make the name const char*.
660
661 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
662 (defvar_int): Update prototypes.
663 (DEFUN, EXFUN): Support for prototypes is now required.
664 (intern_c_string): New prototype.
665 (struct Lisp_Subr): Make symbol_name constant.
666
667 * font.c (struct table_entry): Remove unused member. Make NAMES
668 constant.
669 (weight_table, slant_table, width_table): Make constant.
670
671 * emacs.c (struct standard_args): Make name and longname constant.
672
673 * character.h (DEFSYM): Use intern_c_string.
674
675 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * alloc.c (make_pure_c_string): New function.
678
679 * eval.c (Fautoload): Purecopy all arguments.
680
681 2009-11-05 Kenichi Handa <handa@m17n.org>
682
683 * fileio.c (Finsert_file_contents): Be sure set coding-system of
684 the buffer in case of replace.
685
686 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
687
688 * puresize.h (BASE_PURESIZE): Increase to 1620000.
689
690 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
693 when applicable (bug#4851).
694
695 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
696 (P_): Support for prototypes is now required.
697
698 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
699
700 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
701 (Bug#4827).
702
703 2009-10-30 Eli Zaretskii <eliz@gnu.org>
704
705 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
706
707 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
708
709 * puresize.h (BASE_PURESIZE): Increase to 1470000.
710
711 * lread.c (Fload): Purecopy the file name when building
712 Vpreloaded_file_list.
713
714 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
715
716 * w32fns.c (syms_of_w32fns): Change default value of
717 w32-scroll-lock-modifier to nil. (Bug#2827)
718
719 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
720
721 * minibuf.c (Fall_completions): Fix typos in docstring.
722
723 2009-10-26 Andreas Schwab <schwab@redhat.com>
724
725 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
726
727 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
728
729 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
730 For delta < 0, skip check that only makes sense when the mini-window
731 is going to be enlarged. (Bug#4534)
732
733 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
734
735 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
736 string in menu maps (Bug#4471).
737
738 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
739
740 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
741 FRAME_NS_VIEW on terminal frames (Bug#4765).
742
743 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
744
745 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
746 DBUS_TYPE_UINTnn separately to get proper sign extension.
747
748 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
749 can properly handle unsigned types.
750 (make_uid, make_gid): Remove.
751
752 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
753 types again.
754
755 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
756 (system_process_attributes): Likewise.
757
758 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
759
760 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
761
762 * eval.c (Fautoload): Purecopy the filename. Simplify.
763
764 * category.c (Fdefine_category): Purecopy docstring.
765
766 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
767
768 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
769
770 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
771
772 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
773
774 * window.c (Fwindow_edges, Fwindow_pixel_edges)
775 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
776 (Bug#4775).
777
778 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
781 (init_fileio_once):
782 * lisp.h (init_fileio_once): Remove.
783 * emacs.c (main): Don't call init_fileio_once.
784
785 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
786
787 * puresize.h (BASE_PURESIZE): Increase to 1430000.
788
789 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
790
791 * doprnt.c (doprnt): Fix overflow check.
792
793 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
794
795 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
796
797 * xterm.h (x_wait_for_event): Declare it.
798
799 * xterm.c (pending_event_wait): New variable.
800 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
801 see pending_event_wait.eventtype.
802 (handle_one_xevent): Don't change gravity when parent changes.
803 (x_new_font): Call change_frame_size with new rows/columns before we
804 try to resize the frame.
805 (x_wait_for_event): New function.
806 (x_set_window_size_1): Don't change gravity unless change_gravity
807 is set.
808 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
809 don't change frame size, instead wait for the ConfigureNotify.
810 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
811 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
812 (x_initialize): Initialize pending_event_wait.
813
814 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
815 size.
816
817 * widget.c (EmacsFrameSetValues): Add comment.
818 (EmacsFrameSetCharSize): Just call x_set_window_size.
819
820 * gtkutil.c (xg_frame_set_char_size): Flush events and call
821 x_wait_for_event.
822 (flush_and_sync): Remove again.
823 (xg_get_font_name): Suggest monospace if no previous font is known.
824
825 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
828 8th bit, since that only made sense in the ASCII world (bug#4751).
829
830 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
831
832 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
833 processing pending events when event is filtered for input method.
834 (Bug#3681)
835
836 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
837
838 * fns.c: Add #endif accidentally removed in previous change.
839
840 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
841
842 * fns.c: Remove code for unsupported system: MAC_OS.
843 * image.c: Likewise. Include setjmp.h.
844
845 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
846
847 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
848 pixel -1 (bug #4742).
849
850 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
851
852 * process.c (create_pty): Remove conditionals for no longer
853 supported systems: UNIPLUS and RTU.
854
855 * xterm.c:
856 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
857
858 * alloc.c: Do not define struct catchtag.
859 * eval.c: Move struct catchtag definition ...
860 * lisp.h: ... here.
861
862 * image.c: Move png.h #include earlier to avoid warnings.
863
864 * xterm.c:
865 * xsmfns.c:
866 * xselect.c:
867 * xrdb.c:
868 * xmenu.c:
869 * xftfont.c:
870 * xfont.c:
871 * xfns.c:
872 * xfaces.c:
873 * xdisp.c:
874 * window.c:
875 * widget.c:
876 * w32xfns.c:
877 * w32uniscribe.c:
878 * w32term.c:
879 * w32select.c:
880 * w32reg.c:
881 * w32proc.c:
882 * w32menu.c:
883 * w32inevt.c:
884 * w32heap.c:
885 * w32font.c:
886 * w32fns.c:
887 * w32console.c:
888 * w32.c:
889 * w16select.c:
890 * vm-limit.c:
891 * unexsol.c:
892 * unexec.c:
893 * unexcw.c:
894 * unexaix.c:
895 * undo.c:
896 * tparam.c:
897 * textprop.c:
898 * terminfo.c:
899 * terminal.c:
900 * termcap.c:
901 * term.c:
902 * syntax.c:
903 * sound.c:
904 * sheap.c:
905 * search.c:
906 * scroll.c:
907 * region-cache.c:
908 * regex.c:
909 * ralloc.c:
910 * process.c:
911 * print.c:
912 * nsterm.m:
913 * nsselect.m:
914 * nsmenu.m:
915 * nsimage.m:
916 * nsfont.m:
917 * nsfns.m:
918 * msdos.c:
919 * minibuf.c:
920 * menu.c:
921 * marker.c:
922 * macros.c:
923 * keymap.c:
924 * keyboard.c:
925 * intervals.c:
926 * insdel.c:
927 * indent.c:
928 * gtkutil.c:
929 * ftxfont.c:
930 * ftfont.c:
931 * fringe.c:
932 * frame.c:
933 * fontset.c:
934 * font.c:
935 * fns.c:
936 * floatfns.c:
937 * filelock.c:
938 * fileio.c:
939 * emacs.c:
940 * editfns.c:
941 * dosfns.c:
942 * doprnt.c:
943 * doc.c:
944 * dispnew.c:
945 * dired.c:
946 * dbusbind.c:
947 * data.c:
948 * composite.c:
949 * coding.c:
950 * cmds.c:
951 * cm.c:
952 * chartab.c:
953 * charset.c:
954 * character.c:
955 * ccl.c:
956 * category.c:
957 * casetab.c:
958 * casefiddle.c:
959 * callproc.c:
960 * callint.c:
961 * bytecode.c:
962 * buffer.c:
963 * atimer.c: Include setjmp.h. (Bug#4643)
964
965 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 Remove leftover table unibyte_to_multibyte_table.
968 * character.c (unibyte_to_multibyte_table): Remove.
969 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
970 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
971 * character.h (UNIBYTE_TO_CHAR): New macro.
972 (MAKE_CHAR_MULTIBYTE): Use it.
973 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
974 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
975 (message_dolog, set_message_1):
976 * search.c (Freplace_match):
977 * editfns.c (Fcompare_buffer_substrings):
978 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
979 (concat):
980 * insdel.c (copy_text, count_size_as_multibyte):
981 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
982 * term.c (produce_glyphs):
983 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
984 * regex.c (RE_CHAR_TO_MULTIBYTE):
985 * cmds.c (internal_self_insert):
986 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
987
988 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
989
990 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
991
992 * puresize.h (BASE_PURESIZE): Increase to 1310000.
993
994 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
995
996 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
997
998 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
999
1000 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1001 still needed under Tiger.
1002
1003 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1004
1005 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1006 __Apple__.
1007
1008 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1009
1010 2009-10-15 Kenichi Handa <handa@m17n.org>
1011
1012 * print.c (print_object): Escape a symbol like "2E10" too.
1013
1014 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1015
1016 Cleanups and changes for 64-bit compile under Snow Leopard.
1017 Based on suggestions by Erik Charlebois.
1018
1019 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1020
1021 * nsfont.m (ns_char_width): Replace deprecated call.
1022 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1023 cast argument.
1024 (nsfont_open): Use ns_char_width() everywhere.
1025 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
1026
1027 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1028
1029 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1030 where appropriate.
1031
1032 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1033 where appropriate.
1034 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1035 Use stringWithUTF8String.
1036 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1037
1038 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1039 Add formal protocol mention to inheritance.
1040 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1041
1042 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1043 Fix printf format.
1044 (ns_query_color): Use CGFloat where appropriate.
1045 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1046 (EmacsScroller-mouseDown:) Use long format in printf, and cast
1047 argument.
1048
1049 * config.in (NS_HAVE_NSINTEGER): Drop.
1050
1051 * dbusbind.c (dbus-method-return-internal)
1052 (dbus-method-error-internal): Use long format in printf, and cast
1053 argument.
1054
1055 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1056 in printf, and cast argument.
1057
1058 * process.c (list_processes_1): Use long format in printf, and
1059 cast argument.
1060
1061 2009-10-11 Glenn Morris <rgm@gnu.org>
1062
1063 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1064
1065 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1066
1067 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1068 menu bar with a small width so it doesn't enlarge the frame.
1069
1070 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1073
1074 2009-10-06 Glenn Morris <rgm@gnu.org>
1075
1076 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1077 SOME_MACHINE_LISP (this enters indirectly via DOC).
1078
1079 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1080
1081 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1082
1083 2009-10-04 Eli Zaretskii <eliz@gnu.org>
1084
1085 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1086 Doc fix.
1087
1088 2009-10-03 Martin Rudalics <rudalics@gmx.at>
1089
1090 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1091
1092 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * lisp.h (Qdelete_directory_internal): Remove, because it is not
1095 used anymore outside fileio.c.
1096
1097 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1098
1099 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1100
1101 * lisp.h (Qdelete_directory_internal):
1102 Declare, instead of Qdelete_directory.
1103
1104 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1105
1106 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1109
1110 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * fileio.c (Fdelete_directory_internal): Rename from
1113 Fdelete_directory. It is not a command anymore. It has no file
1114 name handler.
1115
1116 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * xdisp.c (get_next_display_element): Use an enum in last change.
1119
1120 2009-09-28 Kenichi Handa <handa@m17n.org>
1121
1122 * xdisp.c (get_next_display_element): Pay attention to
1123 unibyte_display_via_language_environment in handling
1124 Vnobreak_char_display.
1125
1126 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1127
1128 * nsterm.h (ns_app_name): New extern variable.
1129
1130 * nsterm.m (ns_app_name): New variable.
1131 (ns_term_init): Set and use it.
1132 (ns_term_shutdown): Use it.
1133
1134 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1135 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1136
1137 * nsfns.m (ns_set_name_iconic, ns_set_name)
1138 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1139 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1140
1141 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1142 Remove double-casting in client_data comparison.
1143
1144 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1145
1146 * keyboard.c (make_lispy_event): Remember last wheel direction.
1147 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1148
1149 2009-09-26 Glenn Morris <rgm@gnu.org>
1150
1151 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1152 internal.elc. Add term/pc-win.elc.
1153 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1154 term/x-win.elc.
1155 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1156 term/w32-win.elc.
1157 (NS_SUPPORT): New.
1158 (lisp): Add NS_SUPPORT.
1159 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1160
1161 2009-09-25 David Reitter <david.reitter@gmail.com>
1162
1163 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1164 on Mac OS X 10.6+ (bug#4513).
1165
1166 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * frame.c (xrdb_get_resource): Return nil for empty string resources;
1169 some parts of Emacs code (like font selection) don't grok them.
1170 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
1171
1172 2009-09-24 Andreas Schwab <schwab@redhat.com>
1173
1174 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1175
1176 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * dired.c (Fdirectory_files): Fix typo in docstring.
1179
1180 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1181
1182 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1183 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1184 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1185 under GNUstep.
1186 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1187
1188 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1189 glyph advancement.
1190
1191 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1192
1193 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
1194 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
1195
1196 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1197 deleted (bug #4492).
1198
1199 * nsfont.m (Vns_reg_to_script): New lisp variable.
1200 (syms_of_nsfont): Declare it.
1201 (ns_registry_to_script): New function.
1202 (ns_get_req_script): Call it.
1203 (ns_findfonts): Don't give up on non-unicode registry.
1204
1205 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1206
1207 2009-09-20 Tom Tromey <tromey@redhat.com>
1208
1209 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1210 batch mode (bug#4228).
1211
1212 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
1213
1214 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
1215 carefully. (Bug #4339)
1216
1217 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
1220
1221 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1222
1223 * emacs.c (inhibit_x_resources): Update doc string for NS.
1224 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
1225 legacy code for -NXHost. Fix error printf in daemon case.
1226
1227 * nsterm.h (ns_no_defaults): Remove.
1228
1229 * nsterm.m (ns_no_defaults): Remove.
1230 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1231 (ns_use_qd_smoothing): Remove legacy variable.
1232 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1233 don't update the NSWindow itself.
1234 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
1235 state detection and store user rect ourselves. (Bug #3581)
1236
1237 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1238 ns_use_qd_smoothing.
1239
1240 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1241 platform versions. Drop support for emacs-20-style face specs.
1242 (x-close-connection): Drop PSFlush() under OS X.
1243 (x-focus-frame): Activate the app first. (Bug #4180)
1244
1245 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
1246
1247 * emacs.c (inhibit_x_resources): New variable.
1248 (main) [HAVE_NS]: Don't process --quick command line option.
1249 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1250
1251 * lisp.h (inhibit_x_resources): Declare it extern.
1252
1253 * w32reg.c (x_get_string_resource):
1254 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1255
1256 2009-09-17 Eli Zaretskii <eliz@gnu.org>
1257
1258 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1259 Add lisp/term/internal.elc.
1260
1261 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1264 (bug#4461).
1265
1266 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1267
1268 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1269
1270 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1271 (OBJECTS_MACHINE): Remove, unused.
1272
1273 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * frame.c (x_get_resource_string): Remove unused.
1276
1277 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1278
1279 * xterm.c (x_new_font): Call change_frame_size before calling
1280 x_set_window_size, in case frame size won't change.
1281
1282 * frame.c (x_set_font): Remove dead code.
1283
1284 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1287
1288 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * lread.c (Fload): Don't output a message after loading an obsolete
1291 package any more (done in Lisp now).
1292
1293 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1296
1297 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * keymap.c (Fwhere_is_internal): Use nconc2.
1300
1301 2009-09-11 Alan Mackenzie <acm@muc.de>
1302
1303 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
1304 batch mode.
1305
1306 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
1307
1308 * xdisp.c (display_mode_element): Detect cycles.
1309
1310 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * keymap.c (where_is_internal): Don't erroneously return nil right after
1313 filling the cache.
1314 (where_is_internal_1): Fix up typo.
1315
1316 2009-09-11 Glenn Morris <rgm@gnu.org>
1317
1318 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
1319 share a common doc-string.
1320
1321 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * keymap.c (get_keymap): Return the actual keymap symbol rather than
1324 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
1325
1326 * keymap.c (QCadvertised_binding): New constant.
1327 (syms_of_keymap): Initialize it.
1328 (Fwhere_is_internal): Try and use bindings from :advertised-binding
1329 if applicable.
1330
1331 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
1334 (parse_menu_item): Streamline since bindings are recomputed all the
1335 time anyway. Don't bother checking Vdefine_key_rebound_commands any
1336 more and don't support lmenu's menu-alias any more either.
1337
1338 * keymap.c (where_is_internal_data): Make noindirect a boolean.
1339 (where_is_internal): Strip it down to only traverse the keymaps.
1340 Move the cache handling from Fwhere_is_internal to here.
1341 (Fwhere_is_internal): Move the handling of remapping and the choice of
1342 the best binding from where_is_internal to here.
1343 Unify the cached/noncached paths, so remapping is also handled
1344 correctly when the cache is used, and so the cache can be used to
1345 speed up remap-handling when applicable.
1346 Give preference to non-remapped bindings.
1347 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
1348 non-remapped bindings.
1349 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
1350 command remapping.
1351
1352 * xdisp.c (display_mode_element): Move list length limit from 50 to
1353 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
1354
1355 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
1356
1357 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
1358
1359 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
1362 (Bug#4334)
1363
1364 * keymap.c (where_is_internal): Filter out shadowed remappings.
1365 Assume that where_is_internal returns unshadowed bindings to simplify
1366 the code and get rid of the gotos. Use ASIZE.
1367
1368 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
1369
1370 * xterm.c (x_focus_changed): If we get a focusout and pointer
1371 is invisible, make it visible.
1372
1373 * xterm.h: Remove condition for declaration of
1374 x_*_window_to_frame.
1375
1376 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
1379 initial terminal as well.
1380
1381 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
1382
1383 * xterm.h: Rename x_non_menubar_window_to_frame to
1384 x_menubar_window_to_frame.
1385
1386 * xterm.c: Remove declarations also in xterm.h
1387 (XTmouse_position): Do not return valid positions
1388 for clicks in the menubar and the toolbar for Gtk+.
1389
1390 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
1391 if the widget for the event has the same top level as a frame,
1392 return the frame.
1393 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
1394 internal windows, bug #4122.
1395 (x_non_menubar_window_to_frame): Remove.
1396
1397 2009-09-02 Glenn Morris <rgm@gnu.org>
1398
1399 * buffer.c (default-major-mode): Move most of the doc from here...
1400 (major-mode): ... to here.
1401
1402 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
1403
1404 * process.c (wait_reading_process_output): Keep the descriptor
1405 when pty is used by a non-child process, e.g., in I/O buffer of
1406 GDB this allows inferior to be restarted.
1407
1408 2009-08-29 Eli Zaretskii <eliz@gnu.org>
1409
1410 * xdisp.c (redisplay_internal): Remove redundant test and collapse
1411 both branches into one.
1412
1413 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
1416 (main): Use enable-multibyte-characters rather than
1417 default-enable-multibyte-characters. Output a warning message when
1418 running a unibyte session.
1419
1420 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1421
1422 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
1423 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
1424 (copy_data_segment): Also copy __program_vars section.
1425 (copy_dyld_info) [LC_DYLD_INFO]: New function.
1426 (dump_it) [LC_DYLD_INFO]: Use it.
1427
1428 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
1429
1430 2009-08-28 Eli Zaretskii <eliz@gnu.org>
1431
1432 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
1433 $(SRC)/buildobj.h.
1434 (buildobj.h): Renamed from $(SRC)/buildobj.h.
1435 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
1436 $(SRC)/buildobj.h.
1437 (clean): Add buildobj.h.
1438
1439 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
1440
1441 * print.c (print_object): Set escapeflag to 1 when printing
1442 hashtable keys and values.
1443
1444 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1445
1446 * lread.c (read_integer): Use doubles (and potentially return a float
1447 number) as we do in string-to-number.
1448 (read1): Use strtol to read integers, signal errors on strtol's
1449 overflow and use floats if strtol's output is too large for
1450 Elisp integers.
1451
1452 2009-08-27 Eli Zaretskii <eliz@gnu.org>
1453
1454 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
1455 (make-buildobj-SH): Fix last change.
1456 (SRC): Move to before where it's first used.
1457
1458 2009-08-27 Kenichi Handa <handa@m17n.org>
1459
1460 * process.c (send_process): Use encode_coding_object instead of
1461 encode_coding_string to perform eol-conversion even if the string
1462 is unibyte.
1463
1464 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
1465 character.
1466
1467 * cmds.c (Fself_insert_command): Avoid unnecessay
1468 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
1469
1470 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1471
1472 * callproc.c (Fcall_process): Remove always true #if.
1473
1474 * lisp.h: Replace #if 0 code for checking with text pointing to
1475 the --enable-checking configure flag.
1476
1477 * emacs.c (main): Mention the --enable-profiling configure flag
1478 instead of using CFLAGS.
1479
1480 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
1481
1482 * Makefile.in (buildobj.h): New target.
1483 (doc.o): Depend on it.
1484 (temacs${EXEEXT}): Don't generate buildobj.lst.
1485 (mostlyclean): Delete buildobj.h, not buildobj.lst.
1486 * makefile.w32-in ($(SRC)/buildobj.h): New target.
1487 ($(BLD)/doc.$(O)): Depend on it.
1488 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
1489 provided by Eli Zaretskii.)
1490 ($(TEMACS)): Don't generate buildobj.lst.
1491 * doc.c: Include buildobj.h.
1492 (buildobj): New static variable.
1493 (Fsnarf_documentation): Use it, instead of opening and reading
1494 buildobj.lst.
1495
1496 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * dbusbind.c (Fdbus_call_method)
1499 (Fdbus_call_method_asynchronously): Use English numeric format for
1500 timeout values in doc string.
1501
1502 2009-08-25 Kenichi Handa <handa@m17n.org>
1503
1504 * alloc.c (mark_char_table): New function.
1505 (mark_object): Use mark_char_table for a char-table.
1506
1507 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
1508 (CHAR_TABLE_REF): Use it.
1509
1510 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
1511
1512 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
1513 before invoking the newly build emacs to check for load-path
1514 shadowing.
1515
1516 2009-08-22 Glenn Morris <rgm@gnu.org>
1517
1518 * Makefile.in (bootstrap_exe): New variable.
1519 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
1520 Use ${bootstrap_exe}.
1521
1522 2009-08-22 Eli Zaretskii <eliz@gnu.org>
1523
1524 * coding.h (encode_coding_string): Don't encode unibyte strings.
1525 (Bug#4047)
1526
1527 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
1528
1529 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
1530
1531 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
1532 intended as hotfix only.
1533 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
1534
1535 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1536
1537 * nsterm.m (ns_get_color): Update documentation properly for last
1538 change, and clean up loose ends in the code left by it. Fix
1539 longstanding bug with 16-bit hex parsing, and add support for
1540 yet another X11 format (rgb:r/g/b) for compatibility.
1541 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
1542 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
1543
1544 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
1547
1548 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
1549
1550 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
1551 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
1552 (xd_initialize, xd_pending_messages): Check, whether
1553 $DBUS_SESSION_BUS_ADDRESS is set.
1554
1555 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1556
1557 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
1558
1559 * nsterm.m (ns_get_color): Remove incompatible color formats again.
1560
1561 2009-08-20 Glenn Morris <rgm@gnu.org>
1562
1563 * emacs.c (system-type): Doc fix.
1564
1565 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
1568 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
1569
1570 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
1571
1572 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
1573 New functions.
1574 (xd_initialize): Revert change from 2009-08-16.
1575
1576 2009-08-18 Kenichi Handa <handa@m17n.org>
1577
1578 * fontset.c (Ffontset_font): If a nil element is found in a
1579 font-group vector, return nil.
1580
1581 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * process.c (status_notify): Don't perform redisplay.
1584 (Fdelete_process, list_processes_1, process_send_signal):
1585 Expliticly perform redisplay.
1586 (wait_reading_process_output): Always check process status, but
1587 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
1588
1589 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
1590
1591 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
1592 (XFLOAT_INIT): New macro for storing a float value.
1593 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
1594 * fns.c (sxhash): Copy out the value of a float in order to
1595 examine its bytes.
1596 * dbusbind.c (xd_append_arg): Likewise.
1597
1598 * emacs.c (main): Don't call syms_of_data twice.
1599
1600 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * dbusbind.c (xd_initialize): Add connection file descriptor to
1603 input_wait_mask, in order to let select() detect, whether a new
1604 message has been arrived.
1605 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
1606
1607 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
1610 New functions.
1611
1612 * lisp.h (xd_pending_messages): Declare.
1613
1614 * keyboard.c (readable_events): Call xd_pending_messages.
1615
1616 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
1619
1620 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
1621
1622 * buffer.c (set_buffer_internal_1)
1623 (swap_out_buffer_local_variables): Check for unbound local
1624 variables (Bug#4138).
1625
1626 2009-08-14 Eli Zaretskii <eliz@gnu.org>
1627
1628 * process.c (create_pty): Fix last change.
1629
1630 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
1633 (xbm_load_image): Caller changed.
1634 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
1635
1636 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
1637
1638 * process.c (create_pty): New function.
1639 (Fstart_process): Use it to allow Emacs to just associate a pty
1640 with the buffer. See associated change in gdb-mi.el.
1641 (list_processes_1): Deal with no program name.
1642 (start_process_unwind): Use pid == -2 to mean no process.
1643
1644 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * cmds.c (nonundocount): New global variable.
1647 (keys_of_cmds): Initialize it.
1648 (Fself_insert_command): Use it to combine upto 20 sequential chars
1649 into a single undo entry, just like the Qself_insert_command code in
1650 keyboard.c does.
1651 Call frame_make_pointer_invisible, also like the Qself_insert_command
1652 code in keyboard.c does.
1653 * keyboard.c (command_loop_1): Use the new global nonundocount rather
1654 than its own local replacement for it.
1655
1656 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
1657
1658 * fns.c (concat): Don't re-set string length to its current value.
1659
1660 * coding.h (decode_coding_string, encode_coding_string):
1661 Use SBYTES macro.
1662
1663 * doprnt.c (doprnt_lisp): Delete unused function.
1664 (doprnt): Merge with doprnt1, discarding lispstrings code.
1665 * lisp.h (doprnt_lisp): Don't declare.
1666
1667 2009-08-07 Juri Linkov <juri@jurta.org>
1668
1669 * puresize.h (BASE_PURESIZE): Increase to 1270000.
1670
1671 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1672
1673 * print.c (syms_of_print): Undo previous change.
1674
1675 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1676
1677 * lread.c (read1, syms_of_lread): Read hashtables back from the
1678 readable format.
1679
1680 * print.c (print_preprocess, print_object): Print hashtables fully
1681 and readably.
1682 (syms_of_print): Provide 'hashtable-print-readable.
1683
1684 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1685
1686 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
1687 no family set.
1688 (nsfont_open): Handle case when entity has no family.
1689
1690 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1691
1692 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
1693 element, not a list, for match case.
1694
1695 2009-07-28 Kenichi Handa <handa@m17n.org>
1696
1697 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
1698 rigidly.
1699
1700 * xfont.c (xfont_list_pattern): Don't ignore the return value of
1701 font_parse_xlfd. Check font properties more rigidly.
1702
1703 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1704
1705 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
1706 bsd-common.h.
1707
1708 2009-07-27 Kenichi Handa <handa@m17n.org>
1709
1710 * xfaces.c (face_with_height): Call font_clear_prop.
1711
1712 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
1713
1714 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
1715
1716 * xterm.c (x_term_init): Use Qx.
1717
1718 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
1719
1720 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
1721 (ns_get_color): Revert 2009-07-16 change.
1722
1723 2009-07-25 Eli Zaretskii <eliz@gnu.org>
1724
1725 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1726 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
1727
1728 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
1729
1730 * coding.h (decode_coding_string, encode_coding_string):
1731 Use SCHARS macro.
1732
1733 * lread.c: Rewrite 2009-07-21 changes.
1734 (load_depth): Delete.
1735 (Qload_in_progress): New variable.
1736 (load_unwind): Don't reference load_depth or load_in_progress.
1737 (Fload): Likewise; specbind Qload_in_progress instead.
1738 (init_lread): Don't initialize load_depth.
1739 (syms_of_lread): Initialize and protect Qload_in_progress.
1740
1741 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1742
1743 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
1744
1745 2009-07-23 Yavor Doganov <yavor@gnu.org>
1746
1747 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
1748
1749 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1750
1751 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
1752 Bugs 3792, 3720, 2402.
1753 (ns_lookup_indexed_color): Check for bad index.
1754 (ns_index_color): Init unused slot to 0.
1755 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
1756 Bug 3714, possibly 3082.
1757
1758 2009-07-22 Jason Rumney <jasonr@gnu.org>
1759
1760 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
1761 Position IME window at cursor (Bug#2570).
1762 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
1763 (globals_of_w32fns): Dynamically load functions required above.
1764
1765 * w32term.c (w32_draw_window_cursor): Send message to reposition
1766 any IME window.
1767
1768 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * fileio.c: Revert 2009-07-16 changes.
1771 (Vauto_save_include_big_deletions): New variable.
1772 (Fdo_auto_save): Disable auto-save only if
1773 auto-save-include-big-deletions is nil.
1774
1775 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * xdisp.c (move_it_to): For continued lines ending in a tab, take
1778 the overflowed pixels into account (Bug#3879).
1779
1780 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
1781
1782 * lread.c (load_depth): New variable.
1783 (Fload, load_unwind, init_lread): Set it to the load recursion
1784 depth; set load_in_progress as a simple boolean based on the
1785 current load_depth. (Bug#3892)
1786
1787 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1788
1789 * nsfont.m (ns_has_attribute): Remove.
1790 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
1791
1792 2009-07-18 Juri Linkov <juri@jurta.org>
1793
1794 * process.c (Fset_process_query_on_exit_flag): Mention killing
1795 a buffer in docstring.
1796
1797 2009-07-17 Kenichi Handa <handa@m17n.org>
1798
1799 * casetab.c (shuffle): Fix the logic of setting up the cycle.
1800
1801 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1802
1803 * nsfns.m (Fns_set_alpha): Remove function.
1804 (syms_of_nsfns): Don't defsubr it.
1805
1806 * nsterm.m (ns_get_color): Remove incompatible color formats.
1807 (ns_color_to_lisp): Generate #rrggbb color format string.
1808
1809 2009-07-16 Richard Stallman <rms@gnu.org>
1810
1811 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
1812 (Fset_buffer_auto_saved): Handle save_length = -2.
1813
1814 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * xterm.c (Qx_gtk_map_stock): New var.
1817
1818 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
1819 of calling intern each time.
1820
1821 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1822
1823 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
1824 does tiling.
1825
1826 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
1827
1828 2009-07-14 Kenichi Handa <handa@m17n.org>
1829
1830 * font.c (font_vconcat_entity_vectors): New function.
1831 (struct font_sort_data): New member font_driver_preference.
1832 (font_compare): Check font_driver_preference.
1833 (font_sort_entities): The format of the first argument changed.
1834 (font_delete_unmatched): Likewise.
1835 (font_list_entities): The return type changed.
1836 (font_select_entity): The format of the second argument changed.
1837 (font_find_for_lface): Adjuste for the above changes.
1838 Don't suppress the checking of C even if the repertory supports it.
1839 (Flist_fonts): Adjust for the above changes.
1840
1841 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
1842 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
1843 Reject a font who has adstyle property that is different from a
1844 langname derived from registry property.
1845 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
1846
1847 2009-07-13 Eli Zaretskii <eliz@gnu.org>
1848
1849 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
1850 local copy of dirfilename.
1851
1852 2009-07-13 Kenichi Handa <handa@m17n.org>
1853
1854 * chartab.c (sub_char_table_ref_and_range): Fix the range check
1855 against max_char.
1856
1857 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
1858 calling XSYMBOL (sym).
1859
1860 2009-07-11 Eli Zaretskii <eliz@gnu.org>
1861
1862 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
1863 New function.
1864 (directory_files_internal) [WINDOWSNT]:
1865 Bind w32-get-true-file-attributes to either t or nil, depending whether
1866 the filesystem of the directory is fast or slow.
1867
1868 * w32.c (logon_network_drive): Don't assume PATH is an absolute
1869 file name.
1870 (is_slow_fs): New function.
1871 (stat): Use it to determine whether to issue more system calls to
1872 get accurate file attributes, when w32-get-true-file-attributes is
1873 `local'.
1874
1875 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
1876
1877 * xfns.c (Fx_select_font): Remember last font selected in
1878 x_last_font_name and use that the next time. Also try the frame
1879 parameter font-parameter as default to the font dialog.
1880
1881 2009-07-10 Kenichi Handa <handa@m17n.org>
1882
1883 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
1884
1885 2009-07-09 Eli Zaretskii <eliz@gnu.org>
1886
1887 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
1888
1889 * w32.c (stat): Treat UNC file names as residing on remote
1890 drives. (Bug#3542)
1891
1892 2009-07-09 Kenichi Handa <handa@m17n.org>
1893
1894 * fontset.c (fontset_find_font): Fix previous change.
1895
1896 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
1899 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
1900 error flag.
1901
1902 2009-07-08 Kenichi Handa <handa@m17n.org>
1903
1904 * fontset.c (fontset_find_font): Fix the logic of handling
1905 charset_matched.
1906 (font_for_char): Delete unused var.
1907 (generate_ascii_font_name): Delete it.
1908
1909 * coding.h (JIS_TO_SJIS2): Fix the code range check.
1910
1911 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
1912 (encode_coding_sjis): Fix the code range check.
1913
1914 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
1917 (Fexpand_file_name): Copy string data properly (Bug#3772).
1918
1919 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
1920
1921 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
1922 first MapNotify.
1923
1924 2009-07-07 Kenichi Handa <handa@m17n.org>
1925
1926 * character.h (unibyte_has_multibyte_table): Delete extern.
1927 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
1928
1929 * charset.c (Fset_charset_priority): Update charset_unibyte.
1930 (syms_of_charset): Initialize charset_unibyte.
1931
1932 * character.c (unibyte_has_multibyte_table): Delete it.
1933 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
1934 charset_unibyte.
1935 (multibyte_char_to_unibyte_safe): Likewise.
1936 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
1937
1938 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
1939 (x_produce_glyphs): Likewise.
1940
1941 * .gdbinit (xcharset): Fix the treating $arg0.
1942
1943 2009-07-04 Eli Zaretskii <eliz@gnu.org>
1944
1945 Emulation of `getloadavg' on MS-Windows.
1946 * w32.c: Include float.h
1947 (g_b_init_get_native_system_info, g_b_init_get_system_times)
1948 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
1949 (get_native_system_info, get_system_times): New functions.
1950 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
1951 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
1952 (globals_of_w32): Initialize g_b_init_get_native_system_info,
1953 g_b_init_get_system_times, and num_of_processors.
1954
1955 2009-07-03 Jason Rumney <jasonr@gnu.org>
1956
1957 * w32term.c (w32_initialize): Use standard types.
1958
1959 2009-07-03 Eli Zaretskii <eliz@gnu.org>
1960
1961 * dired.c (Ffile_attributes): Decode user and group names by the
1962 locale's encoding. (Bug#3443)
1963
1964 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1965
1966 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
1967 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
1968
1969 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
1970
1971 * term.c (init_tty): Remove spurious #ifdef.
1972
1973 * m/mips.h: Mention this file is also used for netbsd.
1974 * m/pmax.h: Remove file.
1975
1976 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1977
1978 * xterm.h (struct x_display_info): Add invisible_cursor.
1979 (struct x_output): Add current_cursor.
1980
1981 * xterm.c (XTtoggle_invisible_pointer): New function.
1982 (x_define_frame_cursor): Don't define cursor if invisible or the
1983 same as before. Set current_cursor.
1984 (x_create_terminal): Set toggle_invisible_pointer_hook.
1985
1986 * xfns.c (make_invisible_cursor): New function.
1987 (x_set_mouse_color): Call make_invisible_cursor.
1988 Set current_cursor.
1989 (x_window): Set current_cursor.
1990
1991 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
1992
1993 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
1994 inserting a character.
1995 (read_avail_input): Call frame_make_pointer_visible.
1996
1997 * frame.c (Vmake_pointer_invisible): New variable.
1998 (frame_make_pointer_invisible, frame_make_pointer_visible):
1999 New functions.
2000 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2001
2002 * frame.h: Declare frame_make_pointer_invisible and
2003 frame_make_pointer_visible.
2004 (struct frame): Add pointer_invisible.
2005
2006 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2007
2008 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2009 frame isn't visible.
2010 (xg_frame_resized): If width/height is -1, get size of window
2011 from X server.
2012
2013 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2014 for MapNotify.
2015
2016 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
2017 here or call change_frame_size. Just call flush_and_sync.
2018 (flush_and_sync): Reintroduce.
2019
2020 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2021
2022 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
2023
2024 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2025 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2026
2027 * frame.h: Declare Qsticky.
2028
2029 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2030
2031 * nsfns.m (ns_frame_parm_handlers): Ditto.
2032
2033 * frame.c: Declare Qsticky.
2034 (frame_parms): Add sticky.
2035
2036 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2037
2038 * xterm.h: Declare x_set_sticky.
2039
2040 * xterm.c (x_set_sticky): New function.
2041
2042 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2043 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2044 xg_tool_bar_proxy_help_callback.
2045
2046 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2047
2048 * frame.c: Qmaximized is new.
2049 (x_set_frame_parameters): Do not handle fullscreen specially.
2050 Only set width and height if explicitly set.
2051 (x_set_fullscreen): Handle Qmaximized.
2052 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2053 (syms_of_frame): Initialize Qmaximized.
2054
2055 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2056 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
2057
2058 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
2059 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2060 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
2061 set gravity to NorthWestGravity when USE_GTK.
2062 (set_wm_state): New function.
2063 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
2064 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2065 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
2066 or the case when no window manager is running. That means remove calls
2067 to x_real_positions and x_fullscreen_adjust.
2068
2069 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2070 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2071 flush_and_sync.
2072 (xg_height_changed): New function.
2073 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
2074 and gtk_window_set_policy. Set frame gravity after parsing the
2075 geometry string.
2076 (xg_update_frame_menubar, free_frame_menubar)
2077 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2078 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2079 Remove calls to xg_frame_set_char_size.
2080
2081 2009-07-01 Kenichi Handa <handa@m17n.org>
2082
2083 * keyboard.c (decode_keyboard_code): New function.
2084 (tty_read_avail_input): Decode the input bytes if necessary.
2085
2086 * coding.c (setup_coding_system):
2087 Initialize coding->carryover_bytes to 0.
2088 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2089 use Qno_conversion.
2090
2091 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2092
2093 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2094
2095 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
2098
2099 2009-06-30 Jason Rumney <jasonr@gnu.org>
2100
2101 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2102 is already loaded.
2103 Set user model ID if supported (bug#1849).
2104
2105 2009-06-29 Jim Meyering <meyering@redhat.com>
2106
2107 Remove useless if-before-xfree test.
2108 * nsfont.m (nsfont_close): Remove useless test.
2109 * term.c (delete_tty): Likewise.
2110 * w32.c (system_process_attributes): Likewise.
2111 * w32font.c (w32font_close): Likewise.
2112 * xfaces.c (x_free_gc): Likewise.
2113 * xselect.c (buffer): Likewise.
2114
2115 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2116
2117 * process.c (send_process): Keep decoded string in a local
2118 variable and protect it from GC. (Bug#3521)
2119
2120 2009-06-28 Eli Zaretskii <eliz@gnu.org>
2121
2122 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2123 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2124
2125 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
2126
2127 * xdisp.c (start_display, handle_face_prop)
2128 (move_it_vertically_backward, cursor_row_fully_visible_p)
2129 (redisplay_window, try_window_id, produce_image_glyph):
2130 Delete some #ifdef-ed out code chunks that are now obsolete.
2131
2132 * xterm.c (x_update_window_begin, x_new_focus_frame)
2133 (x_scroll_bar_handle_click, handle_one_xevent)
2134 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2135 (x_make_frame_visible, x_make_frame_invisible)
2136 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2137 code chunks that are now obsolete.
2138
2139 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
2140
2141 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2142 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2143 for hours, when optimzation is enabled.
2144 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2145 (xd_read_message): Make them static.
2146
2147 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2148
2149 * term.c (turn_on_face): Allow simultaneously bold and dim
2150 terminal faces (Bug#3530).
2151
2152 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2155
2156 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2157 truncation glyphs (Bug#3686).
2158
2159 2009-06-27 Glenn Morris <rgm@gnu.org>
2160
2161 * m/pmax.h: Restore file, with only netbsd portions.
2162
2163 2009-06-26 David Reitter <david.reitter@gmail.com>
2164
2165 * nsterm.m (keydown): Avoid infinite loop.
2166
2167 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2168
2169 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2170 the arg FORCE_SYMBOL.
2171
2172 2009-06-25 Kenichi Handa <handa@m17n.org>
2173
2174 * fontset.c (fontset_find_font): When a usable rfont_def is found
2175 in a fallback font-group, make it the first element of the group.
2176
2177 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2180
2181 2009-06-24 Kenichi Handa <handa@m17n.org>
2182
2183 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2184 set for C.
2185 (fontset_font): Record the availability of a font for C both in
2186 the realized fontsets of the current one and the default one.
2187
2188 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2189
2190 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2191 conditional, it is always defined on AIX.
2192
2193 2009-06-23 Miles Bader <miles@gnu.org>
2194
2195 * window.c (Vrecenter_redisplay): New variable.
2196 (syms_of_window): Initialize it.
2197 (Qtty): New extern declaration.
2198 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2199
2200 2009-06-23 Jim Meyering <meyering@redhat.com>
2201
2202 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2203 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
2204 pointer dereferences are guaranteed to be valid.
2205
2206 2009-06-23 Kenichi Handa <handa@m17n.org>
2207
2208 * emacs.c (main): Call init_font ().
2209
2210 * font.h (Vfont_log): Extern it.
2211 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2212
2213 * font.c (font_sort_entities, font_list_entities)
2214 (font_matching_entity, font_open_entity)
2215 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2216 (Vfont_log): Delete static.
2217 (font_log_env_checked): Delete this variable.
2218 (font_add_log): Don't check font_log_env_checked.
2219 (font_deferred_log): Check Vfont_log.
2220 (init_font): New function.
2221
2222 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2223
2224 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2225
2226 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2227
2228 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2229
2230 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2231 (face_for_char): Don't call font_deferred_log here.
2232 (font_for_char): Likewise.
2233
2234 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2237 rather than its background_width for drawing the overline and
2238 underline (Bug#489).
2239
2240 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2241 rather than its background_width for drawing the overline and
2242 underline (Bug#489).
2243 (xg_default_icon_file): New variable.
2244 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2245 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
2246
2247 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2248 (load_overlay_strings): Remove externs.
2249 (fast_find_position): Function deleted.
2250 (mouse_face_from_buffer_pos): New function, based on
2251 fast_find_position. Correctly handle before-strings,
2252 display-strings, and after-strings (Bug#1220).
2253 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2254
2255 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
2258 (move_it_in_display_line_to, move_it_in_display_line_to)
2259 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2260
2261 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * Branch for 23.1.
2264
2265 2009-06-21 Jason Rumney <jasonr@gnu.org>
2266
2267 * w32term.c (keyboard_codepage): New static variable.
2268 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2269 (w32_read_socket) [WM_CHAR]: Use it to decode character
2270 input (bug#3237).
2271 (w32_initialize): Initialize it.
2272 (codepage_for_locale): New function.
2273
2274 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
2275
2276 * process.c (status_message): Pass Faset index argument as a lisp
2277 object, so as to work with USE_LISP_UNION_TYPE.
2278
2279 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2280
2281 * coding.c (Ffind_coding_systems_region_internal):
2282 Cache checked characters.
2283
2284 2009-06-18 Kenichi Handa <handa@m17n.org>
2285
2286 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
2287
2288 2009-06-18 Andreas Schwab <aschwab@redhat.com>
2289
2290 * xdisp.c (redisplay_internal): Check that the frame is still
2291 live after redisplay of its windows.
2292 (redisplay_windows): Check that the window is still live.
2293
2294 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2295
2296 * coding.c (detect_coding_utf_16): Fix previous change.
2297
2298 2009-06-16 Kenichi Handa <handa@m17n.org>
2299
2300 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
2301 UTF-16 by checking the dispersion of Eth and Oth bytes.
2302
2303 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
2304
2305 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
2306
2307 2009-06-15 Kenichi Handa <handa@m17n.org>
2308
2309 * process.c (status_message): Fix previous change. Be sure to
2310 decode a localized string.
2311
2312 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2313
2314 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
2315 add comment explaining why.
2316
2317 2009-06-14 Sidney Markowitz <sidney@sidney.com>
2318
2319 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
2320
2321 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
2322
2323 * nsfont.m (ns_attribute_value): Remove.
2324 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
2325 (ns_has_attribute): Shrink the normal range.
2326 (ns_findfonts): Don't worry about requested spec in determining
2327 need for synthItal.
2328 (ns_get_covering_families): Retain scriptToFamilies.
2329
2330 2009-06-14 Seiji Zenitani <zenitani@mac.com>
2331
2332 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2333
2334 2009-06-11 Kenichi Handa <handa@m17n.org>
2335
2336 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2337 overhang for the static composition case.
2338
2339 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2340
2341 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2342 overhang for the automatic composition case.
2343
2344 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
2345 composition case.
2346
2347 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * xdisp.c (get_next_display_element): When handling wrap-prefix
2350 and line-prefix, treat \n as a control character (bug#3502).
2351
2352 2009-06-10 Kenichi Handa <handa@m17n.org>
2353
2354 * font.c (font_parse_family_registry): Fix for one-char foundry.
2355 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
2356
2357 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
2358
2359 * process.c (status_message): Fix handling of multibyte signal
2360 string (Bug#3499).
2361
2362 2009-06-09 Jim Meyering <meyering@redhat.com>
2363
2364 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
2365 color name is missing.
2366
2367 2009-06-09 Kenichi Handa <handa@m17n.org>
2368
2369 * charset.c (Fmap_charset_chars): In docstring, state clearly that
2370 FROM-CODE and TO-CODE are codepoints of CHARSET.
2371
2372 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2373
2374 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
2375
2376 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2377
2378 Changes to support :script/:lang/:otf in NS font driver.
2379 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
2380 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
2381 indicate not part of font driver interface, and change callers.
2382 (ns_get_family): Remove pointless null check.
2383 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
2384 ns_spec_to_descriptor, ns_descriptor_to_entity.
2385 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
2386 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
2387 (ns_spec_to_descriptor, ns_descriptor_to_entity)
2388 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
2389 (ns_get_req_script, ns_accumulate_script_ranges)
2390 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
2391 New functions.
2392 (nsfont_list, nsfont_match): Use ns_findfonts.
2393 (nsfont_open): Use font descriptor instead of traits.
2394 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
2395 (dump_glyphstring): Rename to ns_dump_glyphstring.
2396
2397 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
2398
2399 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
2400
2401 * fontset.c (fontset_from_font): Remove NS-specific code.
2402
2403 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
2404
2405 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
2406 nonactive windows.
2407
2408 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
2409
2410 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
2411
2412 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2413
2414 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
2415
2416 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
2419 account for the overflowing of newlines into the last glyph on the
2420 display line (Bug#3482).
2421
2422 2009-06-05 David Reitter <david.reitter@gmail.com>
2423
2424 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
2425 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
2426 Fns_selection_exists_p, Fns_selection_owner_p.
2427
2428 2009-06-03 Jason Rumney <jasonr@gnu.org>
2429
2430 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
2431 available. (Bug#3379)
2432
2433 2009-05-29 Kenichi Handa <handa@m17n.org>
2434
2435 * coding.c (get_translation_table):
2436 Check Venable_character_translation.
2437
2438 2009-05-26 David Reitter <david.reitter@gmail.com>
2439
2440 * nsterm.m (ns_raise_frame): Only raise frame if visible.
2441 (x_make_frame_visible): Move frame to front rather than calling
2442 ns_raise_frame().
2443 (keyDown:): Do not swallow events that aren't re-sent if frame
2444 isn't key window.
2445 (drawRect:): Do not set visibility/iconified flags because
2446 drawRect may be called by NSView even if the frame is hidden.
2447
2448 * nsfns.m (Fx_create_frame): Follow other ports in
2449 determining visibility; default to t. Ensure async_visible is set.
2450
2451 2009-05-23 Eli Zaretskii <eliz@gnu.org>
2452
2453 * dired.c (Ffile_attributes): Doc fix.
2454
2455 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
2458
2459 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
2462 and xfont_scratch_props.
2463 (syms_of_xfont): Do it here instead.
2464 (xfont_find_ccl_program): Delete, unused.
2465 (xfont_open): Delete unused var `i'.
2466
2467 2009-05-21 Kenichi Handa <handa@m17n.org>
2468
2469 * fontset.c (Qlatin): Don't make it static.
2470
2471 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
2472 New functions.
2473 (xfont_scripts_cache, xfont_scratch_props): New variables.
2474 (Qlatin, Vscalable_fonts_allowed): Extern it.
2475 (xfont_list_pattern): Argument changed. Callers changed.
2476 Check Vscalable_fonts_allowed. Check the support of a script.
2477 (xfont_list): Don't reject a font spec with :script property.
2478 (xfont_has_char): Fix setting of encoding.
2479 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
2480 xfont_scratch_props.
2481
2482 2009-05-19 Kenichi Handa <handa@m17n.org>
2483
2484 * font.c (font_sort_entities): Rename from font_sort_entites.
2485 Callers changed.
2486
2487 2009-05-18 Kenichi Handa <handa@m17n.org>
2488
2489 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2490
2491 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
2494 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2495
2496 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2497
2498 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
2499 (x_delete_terminal): Dissociate resource database from display and
2500 then call XrmDestroyDatabase before closing display.
2501
2502 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2503
2504 * nsterm.m (ns_read_socket): Remove unused variable.
2505 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
2506 whether selected frame is viable before raising it (based on patch
2507 by David Reitter), and improve commentary.
2508 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
2509
2510 2009-05-15 Kenichi Handa <handa@m17n.org>
2511
2512 * font.c (Ffont_spec): Check arguments.
2513
2514 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
2517 weight when testing attributes (Bug#3282).
2518
2519 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2520
2521 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
2522 what we expect to get in the next ConfigureNotify event.
2523
2524 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
2525 before Xft one (Bug#1696).
2526
2527 2009-05-07 David Reitter <david.reitter@gmail.com>
2528
2529 * nsfns.m (Fx_display_planes): Compute bitplanes using
2530 NSBitsPerPixelFromDepth (Bug#3207).
2531
2532 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2535
2536 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
2537
2538 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2539
2540 2009-05-07 David Reitter <david.reitter@gmail.com>
2541
2542 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
2543 Respect mouse face background.
2544
2545 2009-05-07 David Reitter <david.reitter@gmail.com>
2546
2547 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
2548 Mouse movement/highlight: bracket drawing operations
2549 in ns_update_begin and ns_update_end.
2550
2551 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * nsfns.m (ns_get_screen): Rewrite.
2554 Don't presume selected-frame is of type `ns'.
2555
2556 * font.c (font_update_drivers): Sanity fallback to avoid disabling
2557 all drivers.
2558
2559 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
2560
2561 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2562
2563 * keyboard.h (add_user_signal): Fix typo in extern.
2564
2565 * lisp.h (add_user_signal): Remove extern.
2566
2567 * unexelf.c (unexec): Consider a section to precede the .bss section
2568 if its addresses overlap that of .bss.
2569 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
2570 instead of dumping process.
2571
2572 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
2575
2576 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
2579
2580 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
2583 any statements.
2584
2585 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
2586
2587 * process.c (read_process_output): Make sure the current buffer is
2588 always restored.
2589
2590 * coding.c (record_conversion_result): Don't modify
2591 Vlast_code_conversion_error for successful result.
2592 (alloc_destination): Don't clobber conversion result. (Bug#1650)
2593
2594 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2595
2596 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
2597 (load_charset_map): Remove unnecessary code.
2598
2599 2009-04-30 David Reitter <david.reitter@gmail.com>
2600
2601 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
2602 through f24.
2603
2604 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * xfaces.c (face_at_buffer_position): New arg base_face_id.
2607
2608 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
2609 face_at_buffer_position.
2610 (face_before_or_after_it_pos, get_next_display_element)
2611 (note_mouse_highlight): Update face_at_buffer_position call.
2612
2613 * term.c (term_mouse_highlight):
2614 * msdos.c (IT_note_mouse_highlight):
2615 * fontset.c (Finternal_char_font):
2616 * font.c (font_at, font_range): Update face_at_buffer_position call.
2617
2618 * dispextern.h (face_at_buffer_position): Update prototype.
2619
2620 2009-04-30 Kenichi Handa <handa@m17n.org>
2621
2622 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
2623
2624 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
2625
2626 * callproc.c (Fcall_process): Fix GC protection. Make sure
2627 current buffer is always restored.
2628
2629 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2630
2631 * atimer.c (init_atimer): Also clear stopped_atimers.
2632
2633 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
2634
2635 * process.c (create_process): Clean up merger residues of
2636 2008-07-17 change.
2637
2638 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
2639
2640 * lread.c (Vread_circle): New variable.
2641 (read1): Disable recursive read if Vread_circle is nil.
2642
2643 2009-04-29 Kenichi Handa <handa@m17n.org>
2644
2645 * fontset.h (set_default_ascii_font): Delete extern.
2646
2647 * fontset.c (set_default_ascii_font): Delete this unused function.
2648
2649 * frame.c (x_set_font): When ARG is a font-object, check if the
2650 font-object matches with the ASCII font-spec of the frame's
2651 fontset. If not, create a new fontset for the frame. (Bug #3075)
2652
2653 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
2654
2655 * fns.c (Flocale_info): Protect vector from GC during decoding.
2656
2657 * process.c (Fstart_process): Protect argv strings from GC during
2658 encoding.
2659
2660 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2661
2662 * sysdep.c: Include <ctype.h>.
2663
2664 2009-04-27 David Reitter <david.reitter@gmail.com>
2665
2666 * nsfont.m (nsfont_open): Remove unused variable shrink.
2667 Remove commented-out code.
2668
2669 2009-04-26 Johan Bockgård <bojohan@gnu.org>
2670
2671 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2672
2673 2009-04-25 Jason Rumney <jasonr@gnu.org>
2674
2675 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
2676
2677 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2678
2679 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
2680 Swap bytes in short integer if fringe bitmap width > 8.
2681
2682 2009-04-23 Kenichi Handa <handa@m17n.org>
2683
2684 * xfaces.c (Fx_list_fonts): If a font size is specified in
2685 PATTERN, set it in returned scalable fonts.
2686
2687 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * keyboard.c (Fset_input_meta_mode): Doc fix.
2690
2691 * dispnew.c (Fsend_string_to_terminal): Doc fix.
2692
2693 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
2694
2695 * coding.c (Fterminal_coding_system): Doc fix.
2696
2697 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
2698 (Fx_display_pixel_height, Fx_display_planes)
2699 (Fx_display_color_cells, Fx_server_max_request_size)
2700 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2701 (Fx_display_mm_height, Fx_display_mm_width)
2702 (Fx_display_backing_store, Fx_display_visual_class)
2703 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
2704 Doc fixes, replacing "terminal id" with "terminal object".
2705 (check_x_display_info): Handle terminal objects instead of
2706 terminal ids.
2707
2708 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
2709 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
2710 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
2711 Doc fixes, replacing "terminal id" with "terminal object".
2712
2713 2009-04-21 Kenichi Handa <handa@m17n.org>
2714
2715 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
2716 (font_score): Check AVGWIDTH too.
2717
2718 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
2719 worst case.
2720 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
2721 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
2722
2723 2009-04-19 Jason Rumney <jasonr@gnu.org>
2724
2725 The following changes fix Bug#3005 for wide glyphs on each platform,
2726 without reintroducing Bug#1258 for stretch glyphs.
2727
2728 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
2729 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
2730 get_phys_cursor_geometry.
2731
2732 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
2733 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
2734 using get_phys_cursor_geometry.
2735
2736 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
2737 correctly calculated.
2738
2739 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2740
2741 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
2742 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
2743 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
2744 is deprecated.
2745
2746 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
2747
2748 * font.c (font_put_frame_data): Use xfree instead of free.
2749
2750 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * w32font.c (Qja, Qko): Remove declarations.
2753 (syms_of_w32font): Don't DEFSYM them.
2754
2755 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * font.c (Qja, Qko): Move definitions here from ftfont.c.
2758
2759 * font.h (Qja, Qko): Extern them.
2760
2761 * ftfont.c (Qja, Qko): Remove declarations.
2762
2763 * xfont.c (Qja, Qko): Remove declarations.
2764
2765 2009-04-17 Kenichi Handa <handa@m17n.org>
2766
2767 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
2768 string from a vector to handle Latin-1 characters correctly.
2769
2770 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
2771 entity even if the cache hits.
2772
2773 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
2774
2775 * search.c (boyer_moore): Use zero as marker value for a possible
2776 match instead of depending on overflow behavior. (Bug#2844)
2777
2778 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
2779 * lisp.h: Adjust prototypes.
2780
2781 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
2784 change (Bug#3003).
2785
2786 2009-04-16 Kenichi Handa <handa@m17n.org>
2787
2788 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
2789
2790 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
2791 adstyle.
2792
2793 * ftfont.c (Qja, Qko): Don't make them static.
2794 (enum ftfont_cache_for): New enum.
2795 (fc_charset_table): Undo the previous change.
2796 (ftfont_get_latin1_charset): Delete it.
2797 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
2798 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
2799 non-scarable font, try to get AVERAGE_WIDTH.
2800 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
2801 Change ft_face_cache from a list of a hash-table. Don't check
2802 `ja' and `ko' adstyle here.
2803 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
2804 FTFONT_CACHE_FOR_CHARET.
2805 (ftfont_get_charset): Undo the previous change.
2806 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
2807 (ftfont_close): Likewise.
2808 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
2809
2810 * font.c (font_sort_entites): Change the meaning of the arg
2811 BEST-ONLY. Don't optimize for VEC of lenght 1.
2812 (font_select_entity): Just return the value of font_sort_entites.
2813
2814 * xfaces.c (merge_face_vectors): Reflect font properties in
2815 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
2816 font_clear_prop if a face attribute doesn't change.
2817
2818 * charset.h (charset_ksc5601): Extern it.
2819
2820 * charset.c (charset_ksc5601): New variable.
2821 (Fdefine_charset_internal): Set charset_ksc5601.
2822 (init_charset_once): Initialize charset_ksc5601 to -1.
2823
2824 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2825
2826 * fileio.c (history_delete_duplicates): Remove unused declaration.
2827
2828 * callint.c (history_delete_duplicates): New declaration.
2829 (Fcall_interactively): Remove command history duplicates when
2830 history_delete_duplicates is true.
2831
2832 2009-04-14 Eli Zaretskii <eliz@gnu.org>
2833
2834 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
2835
2836 2009-04-14 Kenichi Handa <handa@m17n.org>
2837
2838 * font.c (Ffont_info): Fix docstring. Fix the second element of
2839 the returned value (bug#2949).
2840
2841 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
2844
2845 2009-04-14 Kenichi Handa <handa@m17n.org>
2846
2847 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
2848 encoding charset is ascii_compatible.
2849
2850 * charset.c (Fdefine_charset_internal): Make charset
2851 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
2852 code_offset is 0, and covers all ASCII characters.
2853
2854 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
2857 (ns_string_to_pasteboard_internal):
2858 * nsmenu.m (process_dialog):
2859 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
2860 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
2861 * lisp.h (Fx_load_color_file): Declare.
2862
2863 2009-04-13 Kenichi Handa <handa@m17n.org>
2864
2865 * font.c (font_delete_unmatched): Preserve the order of list elements.
2866 (font_select_entity): Suppress the code to optimize for the same
2867 kind of fonts.
2868 (font_load_for_lface): Get a font that supports at least ASCII
2869 characters.
2870
2871 * ftfont.c (Qja, Qko): New variables.
2872 (fc_charset_table): Delete uniquifier data for iso8859-1.
2873 (ftfont_get_latin1_charset): New function.
2874 (get_adstyle_property): New function.
2875 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
2876 bitmap fonts.
2877 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
2878 Delete iso-8859-1 range from the charset of fonts whose adstyle is
2879 `ko' or `ja'.
2880 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
2881 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
2882 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
2883 property.
2884 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
2885 (syms_of_ftfont): DEFSYM Qja and Qko.
2886
2887 2009-04-09 Kenichi Handa <handa@m17n.org>
2888
2889 * charset.c (map_charset_chars): For a charset of `superset'
2890 method, fix calculation of code range.
2891
2892 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
2893 from the list of extra properties.
2894 (font_clear_prop): Be sure to delete `:name' font property.
2895
2896 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2897
2898 * dispnew.c (redraw_overlapping_rows): Fix detection of
2899 overlapping for topmost and bottommost rows.
2900
2901 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
2902
2903 2009-04-06 Jason Rumney <jasonr@gnu.org>
2904
2905 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
2906
2907 2009-04-06 Kenichi Handa <handa@m17n.org>
2908
2909 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
2910
2911 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
2912
2913 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2914
2915 * ftfont.c (ftfont_open): Fix checking of the return value of
2916 FT_Load_Char. Fix setting font->underline_thickness.
2917
2918 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
2921 (Fterminal_parameters, Fterminal_parameter)
2922 (Fset_terminal_parameter): In doc string, refer to terminal
2923 objects rather than terminal ids.
2924
2925 2009-04-04 Eli Zaretskii <eliz@gnu.org>
2926
2927 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
2928 ret_lim_data. (Bug#2867)
2929
2930 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
2933 so they don't get wider than the window, matching 2006-01-23
2934 change to the partner function in xdisp.c (Bug#2800).
2935
2936 2009-04-03 Kenichi Handa <handa@m17n.org>
2937
2938 * print.c (print_object): Make each lowest sub_char_table start a
2939 new line (Bug#2866).
2940
2941 2009-04-02 Kenichi Handa <handa@m17n.org>
2942
2943 * fontset.c (fontset_font): Record no-font when a fontset
2944 explicitly tells not to try another font-specs.
2945
2946 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
2947
2948 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
2949
2950 2009-03-30 Kenichi Handa <handa@m17n.org>
2951
2952 * fontset.c (fontset_from_font): Specify only registry in a
2953 font-spec for all characters supported by that registry.
2954
2955 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
2956 even if HAVE_M17N_FLT is not defined.
2957
2958 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
2959
2960 * ftfont.c: Conditionalize prototyping and use of
2961 ftfont_variation_glyphs.
2962
2963 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * frame.c (delete_frame): Work around compiler bug.
2966
2967 * editfns.c (general_insert_function): Adjust to insdel.c changes.
2968 * insdel.c (prepare_to_modify_buffer, signal_before_change):
2969 Some more EMACS_INT.
2970 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
2971
2972 * xdisp.c (dump_glyph): Fix typo.
2973
2974 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2975 (adjust_markers_gap_motion, adjust_markers_for_delete)
2976 (adjust_markers_for_insert, adjust_point)
2977 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
2978 (make_gap, copy_text, count_size_as_multibyte, insert)
2979 (insert_and_inherit, insert_before_markers)
2980 (insert_before_markers_and_inherit, insert_1)
2981 (count_combining_before, count_combining_after, insert_1_both)
2982 (insert_from_string, insert_from_string_before_markers)
2983 (insert_from_string_1, insert_from_gap, insert_from_buffer)
2984 (insert_from_buffer_1, adjust_after_replace)
2985 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
2986 (replace_range_2, del_range, del_range_1, del_range_byte)
2987 (del_range_both, del_range_2, modify_region)
2988 (prepare_to_modify_buffer, signal_before_change)
2989 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
2990 for buffer positions and sizes.
2991 * lisp.h: Adjust prototypes accordingly.
2992
2993 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
2994 (non_regular_inserted, non_regular_nbytes, read_non_regular)
2995 (Finsert_file_contents): Use EMACS_INT for buffer positions.
2996
2997 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
2998
2999 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3000
3001 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3002 lines and columns so we keep the same pixel height and width.
3003
3004 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3005 the property _NET_WM_STATE has changed.
3006 (x_handle_net_wm_state): New function to update frame parameter
3007 fullscreen.
3008 (x_term_init): Initialize atoms for _NET_WM_STATE.
3009
3010 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3011
3012 2009-03-27 Kevin Ryde <user42@zip.com.au>
3013
3014 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3015 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3016 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3017 (Fgpm_mouse_stop): Pass that new parameter.
3018 * termhooks.h (close_gpm): Adjust prototype.
3019
3020 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * lisp.h (Fx_focus_frame): Declare.
3023
3024 * callint.c (Fcall_interactively): For '^' just delegate the work to
3025 handle-shift-selection.
3026 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3027
3028 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3031
3032 * data.c (Qinteractive_form): New variable.
3033 (Finteractive_form): Use it.
3034
3035 * eval.c (Fcommandp): Use Qinteractive_form.
3036
3037 2009-03-24 Jason Rumney <jasonr@gnu.org>
3038
3039 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3040 Calculate total size precisely. Decode environment variables
3041 before substituting. (Bug#38)
3042
3043 2009-03-24 Kenichi Handa <handa@m17n.org>
3044
3045 * font.c (find_font_encoding): Return Qnil for unsupported
3046 encoding (Bug#2722).
3047
3048 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3049
3050 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3051 that gdpy is set.
3052
3053 2009-03-22 Alan Mackenzie <acm@muc.de>
3054
3055 * callint.c (Finteractive): Clarify the doc string - even
3056 promptless elements need \n separators.
3057
3058 2009-03-22 Jason Rumney <jasonr@gnu.org>
3059
3060 * w32term.c (syms_of_w32term): Doc fix for
3061 x-use-underline-position-properties.
3062
3063 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3064
3065 * w32.c (getpwuid): Change argument type to unsigned.
3066 (struct w32_id): Change type of `rid' member to unsigned.
3067 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3068 argument ID to unsigned. All callers changed.
3069 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3070
3071 2009-03-20 Eli Zaretskii <eliz@gnu.org>
3072
3073 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3074 negative, produce a float value.
3075
3076 * dired.c (make_uid, make_gid): New functions.
3077 (Ffile_attributes): Use them to avoid negative UID and GID.
3078
3079 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3082 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3083 Fix typos in docstrings.
3084
3085 2009-03-19 Kenichi Handa <handa@m17n.org>
3086
3087 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
3088 changed, use font_load_for_lface to get a new font object.
3089 Call free_realized_fontset after handling ASCII font change.
3090
3091 * frame.c (x_set_font): Handle the case that ARG is a cons.
3092
3093 2009-03-19 Glenn Morris <rgm@gnu.org>
3094
3095 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3096
3097 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3100
3101 2009-03-19 Kenichi Handa <handa@m17n.org>
3102
3103 * charset.c (load_charset_map_from_file): When a mapfile can't be
3104 loaded, signal an error.
3105
3106 2009-03-18 Eli Zaretskii <eliz@gnu.org>
3107
3108 * dired.c (Ffile_attributes): Make sure UID and GID are always
3109 positive, even if the value is too large for a positive EMACS_INT.
3110 Doc fix.
3111
3112 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3113
3114 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3115
3116 * xmenu.c (xdialog_show): Move Fredisplay call ...
3117 (Fx_popup_dialog): ... here.
3118
3119 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * dired.c (file_name_completion): Disable the first optimization just
3122 installed, since it is not implemented correctly.
3123
3124 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * dired.c (file_name_completion): Check completion-ignored-extensions
3127 only if the entry can affect bestmatch.
3128 Stop the search early, as Ftry_completion already does.
3129
3130 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
3133
3134 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * keyboard.c (parse_menu_item): Don't display remappings as menu
3137 equivalent bindings (Bug#788).
3138
3139 2009-03-15 Jason Rumney <jasonr@gnu.org>
3140
3141 * w32term.h (WM_EMACS_PAINT): New message.
3142 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3143 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3144 before passing to lisp thread. (Bug#950)
3145
3146 2009-03-14 David Reitter <david.reitter@gmail.com>
3147
3148 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3149 variable as it was never reset.
3150 (ns_term_init): Remove initialization of Lisp-settable defaults
3151 and ns_expand_space.
3152 (-setPanelFromDefaultValues): Remove ns_expand_space.
3153 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3154 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
3155 i.e. no additional spacing, similar to Carbon port.
3156
3157 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3158 * nsfns.m (ns-popup-prefs-panel): Remove.
3159
3160 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3161
3162 * sound.c (alsa_configure): Remove call to deprecated
3163 snd_pcm_sw_params_set_xfer_align.
3164
3165 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
3166
3167 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3168 after clicking in a detached tool bar.
3169 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3170
3171 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3174 int/Lisp_Object mixup).
3175
3176 2009-03-13 Kenichi Handa <handa@m17n.org>
3177
3178 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
3179 Handle NAME nil and t correctly. Callers changed.
3180 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3181 (set_fontset_font): Change ARG to a vector. Handle range_list in
3182 ARG correctly.
3183 (Fset_fontset_font): Fix the case that TARGET is both a script
3184 name and charset name. Adjust the arg to set_fontset_font for
3185 the above change.
3186 (fontset_from_font): Fix previous change.
3187 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
3188 entry. If FONTSET is the default fontset, don't set the extra
3189 slot of the returning char-table.
3190
3191 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * nsfns.m (Fx_close_connection): Doc fix.
3194 (Fns_do_applescript): Reflow docstring.
3195 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3196 (Fx_display_pixel_width, Fx_display_pixel_height)
3197 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3198 Fix typos in docstrings.
3199 (Fns_set_alpha): Fix typos in error messages.
3200
3201 2009-03-12 David Reitter <david.reitter@gmail.com>
3202
3203 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
3204 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3205 were used for such events.
3206
3207 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3208 (toggleToolbar, performDragOperation, runHelp): Use it.
3209
3210 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
3211 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3212
3213 2009-03-11 Kenichi Handa <handa@m17n.org>
3214
3215 * font.h (font_open_by_spec): Extern it.
3216
3217 * font.c (font_open_by_spec): New function.
3218 (font_open_by_name): Use font_open_by_spec.
3219
3220 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3221 fontset of the frame.
3222
3223 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3224 modify the default font of frames that use this fontset.
3225 (num_auto_fontsets): New variable.
3226 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3227 name. Be sure to set FONTSET_ASCII to the correct font name.
3228 (update_auto_fontset_alist): New function.
3229
3230 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * makefile.w32-in: Update dependencies.
3233
3234 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3235
3236 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3237
3238 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3241
3242 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * lread.c (Feval_buffer): Doc fix.
3245
3246 2009-03-09 Kenichi Handa <handa@m17n.org>
3247
3248 * charset.c (Qfile_name_handler_alist): Extern it.
3249 (load_charset_map_from_file): Temporarily bind
3250 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3251
3252 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3253
3254 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3255 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
3256
3257 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3258
3259 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3260 (x_set_window_size): Change back to calculated method of setting
3261 toolbar height under Cocoa. (Bug#2546)
3262 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3263 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3264
3265 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3266
3267 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3268 accelerator in parens under GNUstep.
3269
3270 2009-03-06 Kenichi Handa <handa@m17n.org>
3271
3272 These changes are to detect incorrect composition sequence without
3273 looking ahead the source. (Bug#2370)
3274
3275 * coding.h: Include "composite.h".
3276 (enum compisition_state): New enum.
3277 (struct compisition_status): New struct.
3278 (struct iso_2022_spec): New member cmp_status.
3279 (struct emacs_mule_spec): New struct.
3280 (struct coding_system): New members ctext_extended_segment_len and
3281 embedded_utf_8. Change the union member
3282 spec.emacs_mule_full_support to spec.emacs_mule.
3283
3284 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3285 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
3286 (MAX_ANNOTATION_LENGTH): Define to 5.
3287 (ADD_COMPOSITION_DATA): New arg nbytes.
3288 (emacs_mule_char): New arg cmp_status.
3289 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3290 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3291 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3292 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3293 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3294 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3295 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3296 (EMACS_MULE_COMPOSITION_END): New macro.
3297 (emacs_mule_finish_composition): New function.
3298 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
3299 (decode_coding_emacs_mule): Avoid long looking ahead while
3300 handling composition.
3301 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
3302 (ENCODE_COMPOSITION_RULE): New macro.
3303 (finish_composition): New function.
3304 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
3305 (DECODE_COMPOSITION_START): New implementation.
3306 (DECODE_COMPOSITION_END): Likewise.
3307 (STORE_COMPOSITION_RULE): New macro.
3308 (decode_coding_iso_2022): Avoid long looking ahead while handling
3309 composition, CTEXT extended segment, and embedded UTF-8.
3310 (setup_coding_system): For a coding of type iso-2022, reset
3311 CODING_ISO_EXTSEGMENT_LEN (coding) and
3312 CODING_ISO_EMBEDDED_UTF_8 (coding).
3313 (get_translation): Delete arguments last_block, from_nchars,
3314 to_nchars. Callers changed.
3315 (produce_chars): Don't modify charbuf. Adjusted for the change of
3316 get_translation.
3317 (produce_composition): Adjust for the new annotation sequence.
3318 (handle_composition_annotation): Likewise.
3319 (consume_chars): Adjust for the change of get_translation.
3320
3321 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3322
3323 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
3324
3325 2009-03-05 Kenichi Handa <handa@m17n.org>
3326
3327 * font.c (font_select_entity): New function.
3328 (font_find_for_lface): Use font_select_entity to select a font.
3329
3330 * fontset.c (fontset_find_font): If a font found without
3331 restricting to the characters C doesn't support C, try to find a
3332 font with C restriction.
3333
3334 2009-03-04 Nikolaj Schumacher <me@nschum.de>
3335
3336 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
3337
3338 2009-03-04 Jason Rumney <jasonr@gnu.org>
3339
3340 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
3341 characters that have already been read. (Bug#2569)
3342
3343 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
3344 Log an error message if check_image_size failed.
3345 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
3346 (gs_load): Mention max-image-size in size error message. (Bug#2560)
3347
3348 2009-03-02 Eli Zaretskii <eliz@gnu.org>
3349
3350 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
3351 when decoding process output.
3352
3353 2009-03-01 Richard M Stallman <rms@gnu.org>
3354
3355 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
3356
3357 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
3358
3359 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3360
3361 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
3362 (decode_coding_emacs_mule, decode_coding_iso_2022)
3363 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3364 (decode_coding_raw_text, decode_coding_charset)
3365 (setup_coding_system, decode_eol, decode_coding, consume_chars):
3366 Honor inhibit-eol-conversion. (Bug #2186)
3367
3368 2009-02-28 Jason Rumney <jasonr@gnu.org>
3369
3370 * coding.c (detect_coding_charset): If not checking latin extra,
3371 fail on characters between 0x80 and 0xA0. (Bug#2354)
3372
3373 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3374
3375 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
3376 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
3377
3378 2009-02-27 Glenn Morris <rgm@gnu.org>
3379
3380 * callint.c (Finteractive): Doc fix.
3381
3382 2009-02-27 Kenichi Handa <handa@m17n.org>
3383
3384 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
3385
3386 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * font.c (font_style_to_value): Set value for unknown symbols to
3389 100 instead of 255.
3390 (weight_table, slant_table, width_table): Treat "unspecified" as
3391 the default value.
3392
3393 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
3394
3395 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
3396
3397 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * lread.c (Fload): Stop checking Vloads_in_progress and signal
3400 error as soon as a recursive load is detected.
3401
3402 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3403
3404 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
3405 before caching.
3406
3407 2009-02-24 Kenichi Handa <handa@m17n.org>
3408
3409 * fontset.c (fontset_find_font): Fix the condition for checking
3410 unavailable font.
3411
3412 2009-02-24 Glenn Morris <rgm@gnu.org>
3413
3414 * xfaces.c (Finternal_set_font_selection_order): Remove leading
3415 whitespace that confuses documentation.
3416
3417 2009-02-23 Miles Bader <miles@gnu.org>
3418
3419 * process.c (Flist_system_processes, Fprocess_attributes)
3420 (syms_of_process): Rename `system-process-attributes' to
3421 `process-attributes'.
3422
3423 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
3424
3425 * coding.h (struct coding_system): Make safe_charsets a pointer to
3426 unsigned char.
3427 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
3428 being 255.
3429 (SAFE_CHARSET_P): Likewise.
3430 (setup_iso_safe_charsets): Properly setup safe_charsets.
3431 (Fdefine_coding_system_internal): Likewise.
3432 (setup_coding_system): Likewise. Remove unneeded casts.
3433 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
3434 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
3435 unneeded casts.
3436
3437 * insdel.c (del_range_2): Don't modify gap contents when called
3438 from decode_coding_object. (Bug#1809)
3439
3440 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
3443 Qfont_object.
3444 (Ftype_of): Recognize font objects.
3445
3446 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
3447
3448 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
3449 moved to data.c.
3450
3451 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3452
3453 * nsterm.m (x_make_frame_invisible): Unset async_visible,
3454 async_iconified. Based on a patch by Christian Lynbech
3455 <christian.lynbech@tieto.com>.
3456 (EmacsView-windowDidMiniaturize:): Unset async_visible.
3457
3458 2009-02-20 Glenn Morris <rgm@gnu.org>
3459
3460 * syntax.c (Fskip_chars_forward): Fix doc typo.
3461
3462 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
3465
3466 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
3469
3470 2009-02-19 Kenichi Handa <handa@m17n.org>
3471
3472 * coding.c (detect_coding): Preserve coding->mode.
3473 Don't overflow coding->carryover. (Bug#2370)
3474
3475 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
3478
3479 2009-02-18 Kenichi Handa <handa@m17n.org>
3480
3481 * font.c (font_check_otf_features): Fix handling of `nil' element.
3482 (Ffont_spec): Describe :lang and :otf in the docstring.
3483
3484 2009-02-16 Andreas Schwab <schwab@suse.de>
3485
3486 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
3487 string.
3488
3489 2009-02-16 Kenichi Handa <handa@m17n.org>
3490
3491 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
3492 (Bug#1723)
3493
3494 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
3497
3498 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
3499 (handle_line_prefix): Suppress wrapping of wrap prefixes.
3500
3501 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3502
3503 * msdos.c (MAX_SCREEN_BUF): New macro.
3504 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
3505 Encode the entire run of glyphs sharing the same face, instead of
3506 doing that one glyph at a time (fixes a bug with displaying
3507 double-size characters).
3508
3509 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3510
3511 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
3512
3513 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
3514 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
3515 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
3516
3517 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
3518 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
3519
3520 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
3523 invisible areas.
3524
3525 2009-02-12 Jason Rumney <jasonr@gnu.org>
3526
3527 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
3528 (add_font_entity_to_list): Call check_face_name even when family
3529 is unspecified.
3530
3531 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3532 Release DC when finished. Use NULL window to refer to desktop.
3533 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
3534
3535 * w32font.c (add_font_entity_to_list): Fix check for substituted
3536 raster fonts. (Bug#2219)
3537
3538 2009-02-12 Kenichi Handa <handa@m17n.org>
3539
3540 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
3541 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
3542 (autocmp_chars): Use fast_looking_at. Don't compose more
3543 characters than MAX_COMPOSITION_COMPONENTS.
3544 (find_automatic_composition): While looking forward and backward,
3545 check static composition. Fix where to stop looking forward.
3546 (composition_adjust_point): Fix checking of static composition.
3547 (Fcomposition_get_gstring): Pay attention to
3548 MAX_COMPOSITION_COMPONENTS.
3549
3550 * lisp.h (fast_looking_at): Extern it.
3551
3552 * search.c (fast_looking_at): New function.
3553
3554 * term.c (encode_terminal_code): Adjust for the change of
3555 <struct glyph>.u.cmp.to.
3556 (append_composite_glyph): Likewise.
3557
3558 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
3559 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
3560 composition.
3561 (append_composite_glyph): Adjust for the change of
3562 <strcut glyph>.u.cmp.to.
3563
3564 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
3565
3566 * casetab.c (init_casetab_once):
3567 * coding.c (ALLOC_CONVERSION_WORK_AREA):
3568 * font.c (font_update_lface):
3569 * fontset.c (Fnew_fontset):
3570 * ftfont.c (ftfont_drive_otf):
3571 * xfont.c (xfont_open):
3572 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
3573
3574 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * fileio.c (Fwrite_region): !NILP -> CONSP.
3577
3578 2009-02-10 Andreas Schwab <schwab@suse.de>
3579
3580 * process.c (send_process): Properly relocate pointer into data
3581 when using encoded data. (Bug#2272)
3582
3583 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
3584
3585 * coding.c (detect_coding_charset): Fix previous change.
3586
3587 2009-02-08 Jason Rumney <jasonr@gnu.org>
3588
3589 * w32fns.c (w32_hide_hourglass): Handle case where frame
3590 disappeared while hourglass was displayed. (Bug #2193)
3591
3592 2009-02-07 Andreas Schwab <schwab@suse.de>
3593
3594 * unexelf.c (unexec): Fix error message.
3595
3596 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
3597
3598 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
3599 when modal window is active. (Bug #2152)
3600 (applicationShouldTerminate:): Remove now-unneeded while loop
3601 around NSRunAlertPanel.
3602
3603 * nsmenu.m (popupSession): New file-global variable.
3604 (pop_down_menu): End the popupSession before closing dialog.
3605 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
3606 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
3607 don't query NSApp for events (just sleep instead).
3608
3609 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3610
3611 * coding.c (syms_of_coding) <translation-table-for-input>:
3612 Modify doc string to discourage use for character code unification.
3613
3614 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3615
3616 * atimer.c (run_timers): Update pending_atimers.
3617
3618 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * image.c (svg_load_image): Fix last change.
3621
3622 * xfns.c (Fx_create_frame): Signal an error if no font is
3623 found (Bug#2147).
3624
3625 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * character.c (syms_of_character) <script-representative-chars>:
3628 Fix typo in docstring.
3629
3630 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3631
3632 * nsmenu.m (pop_down_menu): New function.
3633 (ns_popup_dialog): Call it on unwind.
3634 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
3635 call timer_check() (Bug#2154).
3636 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
3637 handling_signal is set.
3638 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
3639
3640 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
3641
3642 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
3643
3644 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
3645
3646 * keyboard.c (poll_for_input_1, handle_async_input):
3647 Set handling_signal under HAVE_NS.
3648
3649 2009-02-04 Glenn Morris <rgm@gnu.org>
3650
3651 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
3652
3653 2009-02-04 Kenichi Handa <handa@m17n.org>
3654
3655 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
3656
3657 * charset.c (Fchar_charset): New optional arg restriction.
3658
3659 * coding.h (coding_system_charset_list): Extern it.
3660
3661 * coding.c (coding_system_charset_list): New function.
3662
3663 * composite.c: Include coding.h and termhooks.h.
3664 (composition_gstring_p): Fix for the terminal case.
3665 (composition_gstring_width): Likewise.
3666 (fill_gstring_body): Likewise.
3667 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
3668 the frame.
3669 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
3670 is within a composition.
3671 (Fcomposition_get_gstring): Fix the terminal case.
3672
3673 * term.c (encode_terminal_code): Fix handling of composition.
3674 (produce_composite_glyph): For static composition, get pixel_width
3675 from struct composition.
3676
3677 2009-02-02 Andreas Schwab <schwab@suse.de>
3678
3679 * unexelf.c (unexec): Handle unaligned bss offset.
3680
3681 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3682
3683 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
3684 XT,w32read_socket changes to ns_read_socket.
3685
3686 * keyboard.c (handle_interrupt): Don't call
3687 quit_throw_to_read_char() under NS.
3688
3689 * blockinput.h: Remove NS-specific code.
3690
3691 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
3692
3693 * dispnew.c (window_change_signal): Don't try to get the size of a
3694 suspended tty frame.
3695 * term.c (Fresume_tty): Resize if the size has changed while the
3696 tty was suspended.
3697
3698 * alloc.c (mark_stack): Properly conditionalize previous change.
3699
3700 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3701
3702 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
3703 * w32term.c (w32_read_socket) [SYNC_INPUT]:
3704 Remove; this code is not used on Windows.
3705
3706 2009-01-30 Eli Zaretskii <eliz@gnu.org>
3707
3708 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
3709 EOLs that also has stray ^M characters.
3710
3711 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * atimer.c (run_timers, alarm_signal_handler):
3714 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
3715 * w32inevt.c (w32_console_read_socket):
3716 * w32term.c (w32_read_socket):
3717 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
3718
3719 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
3722 Initialize it as a relative filename pattern.
3723 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
3724 (Fcall_process_region): Simplify temp file creation using
3725 temporary-file-directory.
3726
3727 2009-01-29 Eli Zaretskii <eliz@gnu.org>
3728
3729 * msdos.c: Rename pending_signals to msdos_pending_signals.
3730 (sig_suspender, sigprocmask): Adjust.
3731
3732 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * keyboard.c (pending_signals): New var.
3735 (poll_for_input, input_available_signal, init_keyboard): Set it.
3736 (process_pending_signals): New function.
3737
3738 * lisp.h (QUIT): Check pending_signals instead of
3739 interrupt_input_pending. Use process_pending_signals.
3740
3741 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
3742
3743 * process.c (wait_reading_process_output): Use process_pending_signals.
3744
3745 * sysdep.c (emacs_write): Use process_pending_signals.
3746
3747 * xterm.c (XTread_socket): Update pending_signals.
3748
3749 * w32term.c (w32_read_socket): Update pending_signals.
3750
3751 * w32inevt.c (w32_console_read_socket): Update pending_signals.
3752
3753 2009-01-29 Kenichi Handa <handa@m17n.org>
3754
3755 * xftfont.c (xftfont_has_char): New function.
3756 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
3757
3758 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3759
3760 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
3761 under GNUstep.
3762 (ns_query_color): New declaration.
3763
3764 * nsterm.m (ns_confirm_quit): New variable.
3765 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
3766 (EmacsApp-applicationShouldTerminate:): Use it.
3767 (EmacsPrefsController): Let user set it.
3768 (ns_query_color): New function.
3769 (ns_defined_color): Use it.
3770 (ns_initialize): Drop.
3771 (ns_term_init): Add two lines from ns_initialize(), and set
3772 input_interrupt_mode to nil.
3773
3774 * image.c (svg_load_image): Don't right-shift background RGB when
3775 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
3776
3777 2009-01-28 Kenichi Handa <handa@m17n.org>
3778
3779 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
3780 (fontset_get_font_group): Remember that no font-group is specified
3781 for C.
3782
3783 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * fns.c (concat): Check for string overflow (bug#1787).
3786
3787 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
3788 Quadruple undo limits (bug#1501).
3789
3790 2009-01-27 Kenichi Handa <handa@m17n.org>
3791
3792 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
3793 directly use GT_Get_Char_index.
3794
3795 * xftfont.c (struct xftfont_info): New member `index'.
3796
3797 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
3798 (Ffontset_font): Adjust for the change of fontset entry.
3799
3800 2009-01-26 Kenichi Handa <handa@m17n.org>
3801
3802 * fontset.c (fontset_find_font): Fix handling of non-cons return
3803 value of fontset_get_font_group.
3804 (fontset_font): Revert last change.
3805
3806 2009-01-26 Jason Rumney <jasonr@gnu.org>
3807
3808 * w32font.c (w32font_list_internal): Return quickly if registry is
3809 unknown. Simplify final return.
3810 (add_font_entity_to_list): Break complex logic down into more
3811 manageable chunks. Move unknown registry check to
3812 w32font_list_internal.
3813
3814 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
3815
3816 Changes to remove Feval calls from GUI under NS.
3817
3818 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
3819 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
3820 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
3821
3822 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
3823 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
3824 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
3825 instead of NON_ASCII_KEYSTROKE_EVENT.
3826 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
3827 (EmacsApp-applicationShouldTerminate:): Query user.
3828 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
3829 instead of Feval.
3830
3831 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
3832
3833 * keyboard.c (kbd_buffer_get_event): Check for it.
3834 (keys_of_keyboard): Define lispy keys for
3835 ns-put/unput-working-text.
3836
3837 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
3838 versions.
3839 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
3840
3841 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
3844 setting current_buffer directly. (Bug#2044)
3845
3846 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * fontset.c (fontset_font): If we know there is no font, don't do
3849 any work. (Bug#1952, bug#1990).
3850
3851 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
3852
3853 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3854
3855 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
3856 (ns_no_defaults): New declaration.
3857 (main): Use it.
3858
3859 * nsterm.h (ns_no_defaults): New declaration.
3860
3861 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
3862
3863 * nsterm.m (ns_no_defaults): New variable.
3864 (ns_initialize): Don't read defaults when ns_no_defaults.
3865 (EmacsView-readSelectionFromPasteboard:)
3866 (writeSelectionToPasteboard:types:): New stubbed-out methods for
3867 NSServicesRequests protocol. (Bug#1435)
3868 (ns_dumpglyphs_stretch): New function.
3869 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
3870 of 2008-11-15 to other terms. (Bug#615)
3871
3872 * nsimage.m (setPixmapData:): Set to ignore image DPI.
3873
3874 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
3875
3876 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
3877 call for Sparc64.
3878
3879 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3880
3881 * nsfns.m:
3882 * nsgui.h:
3883 * nsmenu.m:
3884 * nsselect.m:
3885 * nsterm.h:
3886 * nsterm.m: Remove '23' comments that indicated code added during
3887 update from emacs-20 -> emacs-23.
3888
3889 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3890
3891 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3892 ns_alternate_modifier. (Bug#1217)
3893
3894 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
3895 Display all shortcuts, including those w/o super modifier.
3896
3897 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
3898
3899 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * fileio.c (Vwrite_region_post_annotation_function)
3902 (Vwrite_region_annotation_buffers): New vars.
3903 (build_annotations_unwind): Just reset
3904 Vwrite_region_annotation_buffers.
3905 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
3906 Call write-region-post-annotation-function.
3907 (build_annotations): Add to Vwrite_region_annotation_buffers if
3908 buffer changes.
3909
3910 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3911
3912 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
3913 Tiger.
3914 * nsfns.m (ns_do_applescript):
3915 Conditionalize typeUTF16ExternalRepresentation on Tiger.
3916
3917 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3918
3919 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
3920
3921 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3922
3923 * nsmenu.m (NSMENUPROFILE): Change #if style.
3924
3925 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
3926
3927 * nsterm.m (x_set_frame_alpha): Add prototype.
3928 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
3929 handle Ctrl-tab. (Bug#1841)
3930 (ns_get_color): Use unsigned long long for scanned hex string value.
3931 (ns_term_shutdown): Abort on non SIGTERM signals.
3932 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
3933 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3934 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
3935 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
3936 (ns_defined_color): Fix settings of the XColor variable fields:
3937 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
3938
3939 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3940 DPI. (Bug#1316)
3941 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
3942 values in onTiger section.
3943
3944 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
3947 Check return value of font_spec_from_name.
3948 (Fx_list_fonts): Doc fix. (Bug#1951)
3949
3950 * font.c (font_spec_from_name): Return Qnil if font name could not
3951 be parsed.
3952 (font_parse_name): Treat a `?' character as part of an XLFD.
3953
3954 * fns.c (Fsubstring): Doc fix.
3955
3956 2009-01-19 Kenichi Handa <handa@m17n.org>
3957
3958 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
3959 (ftfont_list): Likewise.
3960
3961 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
3962
3963 * dbusbind.c (Fdbus_register_signal):
3964 * process.c (conv_sockaddr_to_lisp):
3965 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
3966
3967 * callproc.c (Fgetenv_internal): Doc fix.
3968
3969 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
3972 it is not even used.
3973
3974 2009-01-16 Glenn Morris <rgm@gnu.org>
3975
3976 * font.c (Ffont_variation_glyphs): Silence compiler.
3977
3978 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
3979
3980 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
3981 Reported by David Robinow <drobinow@gmail.com>.
3982
3983 2009-01-15 Kenichi Handa <handa@m17n.org>
3984
3985 * coding.c (detect_coding_system): Fix handling of null_byte_found.
3986
3987 2009-01-14 Jason Rumney <jasonr@gnu.org>
3988
3989 * frame.c (x_set_font): Always store a font to the font parameter,
3990 never a fontset. (Bug#1562)
3991
3992 2009-01-14 Kenichi Handa <handa@m17n.org>
3993
3994 * coding.c (TWO_MORE_BYTES): New macro.
3995 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
3996
3997 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
3998
3999 * font.c (font_clear_prop): If clearing the family, clear the font
4000 width index too.
4001
4002 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4003
4004 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4007 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4008 functions, use sizeof.
4009
4010 2009-01-12 Martin Rudalics <rudalics@gmx.at>
4011
4012 * keyboard.c (read_char): Fix case where last_nonmenu_event
4013 returned a bad value with submenus. (Bug#447)
4014
4015 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4018 family, clear the font width index too.
4019
4020 2009-01-11 Jason Rumney <jasonr@gnu.org>
4021
4022 * keyboard.c (cmd_error_internal): Exit when errors occur before
4023 frame creation and not in daemon mode. (Bug#1836)
4024
4025 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4028 of a display vector, backtrack.
4029 (try_window_reusing_current_matrix): Check glyph type before
4030 referencing charpos member.
4031
4032 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4033
4034 Fix Bug #876:
4035
4036 * coding.c (inhibit_null_byte_detection): New variable.
4037 (detect_coding, detect_coding_system): Don't pay attention to null
4038 bytes if inhibit_null_byte_detection is non-zero.
4039 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
4040 <inhibit-iso-escape-detection>: Doc fix.
4041
4042 2009-01-09 Jason Rumney <jasonr@gnu.org>
4043
4044 * w32font.c (add_font_entity_to_list): Don't report unknown
4045 Windows charset as any unrecognized registry. (Bug#1548)
4046 Only report Unicode Plane 2 fonts as unicode-sip.
4047
4048 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * xfaces.c (Fx_font_family_list): Delete function.
4051 Move compatibility version to faces.el.
4052
4053 * font.c (Ffont_family_list): Return a list of strings, not symbols.
4054
4055 2009-01-09 Martin Rudalics <rudalics@gmx.at>
4056
4057 * frame.c (x_set_frame_parameters): Remember requested value for
4058 fullscreen before it's reset by the parameter handler.
4059
4060 2009-01-09 Glenn Morris <rgm@gnu.org>
4061
4062 * keyboard.c (last_command_char): For clarity, rename to...
4063 (last_command_event): ... and update all users.
4064 (last_input_char): For clarity, rename to...
4065 (last_input_event): ... and update all users.
4066 (last-command-char, last-input-char): Move to subr.el as aliases.
4067 * cmds.c, commands.h: Update for last_command_char rename.
4068
4069 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * font.c (font_open_for_lface): Handle unspecified height attribute.
4072
4073 2009-01-08 Jason Rumney <jasonr@gnu.org>
4074
4075 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4076 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4077 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4078 Don't declare.
4079 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
4080 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4081
4082 2009-01-07 Kenichi Handa <handa@m17n.org>
4083
4084 * fileio.c (Finsert_file_contents): In the case of replace,
4085 remember the coding system used for decoding in
4086 coding_system (Bug#1039).
4087
4088 * coding.c (decode_coding_utf_8): Check byte_after_cr before
4089 breaking the loop. (Bug#870)
4090 (decode_coding_utf_16, decode_coding_emacs_mule)
4091 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4092 (decode_coding_charset): Likewise.
4093
4094 2009-01-05 Martin Rudalics <rudalics@gmx.at>
4095
4096 * frame.c (x_set_frame_parameters): Make sure height (width) get
4097 applied when fullwidth (fullheight) is set. (Bug#1522)
4098
4099 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
4100
4101 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4102 (utc_base): Declare as ULONGLONG, not long double.
4103 (convert_time_raw): Delete.
4104 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4105 (initialize_utc_base): New function.
4106 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4107 (convert_from_time_t): Use initialize_utc_base; compute result with
4108 64-bit arithmetic.
4109 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4110
4111 2009-01-03 Eli Zaretskii <eliz@gnu.org>
4112
4113 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
4114 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4115 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4116 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4117 [!subprocesses]: Define.
4118 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4119 (Flist_system_processes, Fsystem_process_attributes)
4120 [!subprocesses]: Call list_system_processes and
4121 system_process_attributes instead of returning Qnil.
4122
4123 * dosfns.c (system_process_attributes, list_system_processes):
4124 New functions.
4125
4126 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4127
4128 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4129 Don't use the default (no-op) implementation.
4130
4131 2009-01-03 Jason Rumney <jasonr@gnu.org>
4132
4133 * keyboard.c (parse_modifiers_uncached): Wheel events are
4134 clicks (bug#687).
4135
4136 * w32term.c (x_query_colors, x_query_color): New functions.
4137
4138 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4139 (svg_load_image): Cast returned pointers from dynamically loaded
4140 functions. Eliminate W32 specific code.
4141
4142 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4143
4144 * nsfns.m (x_set_foreground_color, x_set_background_color)
4145 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4146 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4147 x_ prefix instead of ns_. Update references.
4148 (syms_of_nsfns): Add a FIXME comment.
4149
4150 * nsterm.m (x_set_cursor_type): New prototype.
4151 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4152
4153 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4154 for Solaris instead of incorrectly providing Qutime and Qcutime.
4155
4156 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4157
4158 * w32.c (process_times): Compute sum of utime and stime.
4159 (system_process_attributes): Add Qtime to the alist.
4160
4161 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4162 and add them to the alist.
4163
4164 * process.c (top level) <Qtime, Qctime>: New variables.
4165 (syms_of_process): staticpro them.
4166 (Fsystem_process_attributes): Add their documentation to the doc
4167 string.
4168
4169 * process.h: Declare Qtime and Qctime.
4170
4171 2009-01-02 Jason Rumney <jasonr@gnu.org>
4172
4173 * image.c (Qgobject): New symbol.
4174 (syms_of_image): Initialize it.
4175 (init_svg_functions): Load some functions from gobject library.
4176
4177 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4178
4179 * frame.c (make_terminal_frame): Remove redundant code and useless
4180 block.
4181
4182 2009-01-01 Andreas Schwab <schwab@suse.de>
4183
4184 * process.c (conv_sockaddr_to_lisp): Add workaround for
4185 getsockname bug on BSD.
4186
4187 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * xfns.c (x_create_tip_frame): Set border width of the X window.
4190
4191 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
4192
4193 2009-01-01 Jason Rumney <jasonr@gnu.org>
4194
4195 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
4196 Don't block input, as per earlier xterm.c changes.
4197
4198 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4199
4200 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4201 (ns_appkit_version_int): New function.
4202 (x-server-version): Use ns_appkit_version_int and follow 21+
4203 convention of returning 3 integers.
4204
4205 2008-12-30 Kenichi Handa <handa@m17n.org>
4206
4207 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4208 (CHAR_SURROGATE_PAIR_P): New macro.
4209
4210 * font.h (struct font_driver): New member get_variation_glyphs.
4211
4212 * font.c (font_range): Don't require a font for a variation selector.
4213 (Ffont_variation_glyphs): New function.
4214 (syms_of_font): Defsubr it.
4215
4216 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4217 ftfont_variation_glyphs.
4218 (setup_otf_gstring): New function.
4219 (ftfont_drive_otf): Use it.
4220 (ftfont_shape_by_flt): Handle variation selector.
4221 (ftfont_variation_glyphs): New function.
4222
4223 2008-12-30 Martin Rudalics <rudalics@gmx.at>
4224
4225 * frame.c (Vemacs_iconified): Remove.
4226
4227 2008-12-30 Jason Rumney <jasonr@gnu.org>
4228
4229 * frame.c (store_frame_param, x_get_arg): Enable newer code on
4230 WINDOWSNT too, as related changes have already been synced. (Bug#117)
4231
4232 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * indent.c (Fvertical_motion): Don't advance iterator if we have
4235 reseated to the desired position.
4236
4237 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4238 checking for pos match.
4239
4240 2008-12-30 Kenichi Handa <handa@m17n.org>
4241
4242 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4243 just get the low 8-bit of the code.
4244
4245 * font.c (font_intern_prop): Validate str as multibyte.
4246
4247 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * dispextern.h (struct face): Move lface and hash from the middle
4250 of bitfields.
4251
4252 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4253
4254 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4257 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4258 instead of intervals.h.
4259
4260 2008-12-26 Andreas Schwab <schwab@suse.de>
4261
4262 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4263 cons.
4264
4265 2008-12-26 Martin Rudalics <rudalics@gmx.at>
4266
4267 * textprop.c (Qminibuffer_prompt): New variable.
4268 (syms_of_textprop): Initialize it.
4269 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4270 in minibuffer-prompt face. (Bug#1662)
4271
4272 2008-12-25 Jason Rumney <jasonr@gnu.org>
4273
4274 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4275
4276 2008-12-24 Jason Rumney <jasonr@gnu.org>
4277
4278 * ralloc.c (r_alloc_reset_variable): New function.
4279
4280 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
4281 record of what points where. (Bug#716)
4282
4283 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4284
4285 * minibuf.c (read_minibuf): Follow the non-interactive case when
4286 running as a daemon, before detaching.
4287
4288 2008-12-22 Andreas Schwab <schwab@suse.de>
4289
4290 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4291 * gtkutil.c (free_widget_value): Use xfree instead of free.
4292
4293 2008-12-22 Martin Rudalics <rudalics@gmx.at>
4294
4295 * frame.c (delete_frame): New function derived from
4296 Fdelete_frame to handle Qnoelisp value for FORCE argument.
4297 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
4298 (Fdelete_frame): Call delete_frame. Remove line from doc-string
4299 saying that FORCE non-nil doesn't run `delete-frame-functions'.
4300 * frame.h: Extern delete_frame.
4301 * window.c (window_loop):
4302 * terminal.c (delete_terminal):
4303 * xterm.c (x_connection_closed):
4304 * xfns.c (Fx_hide_tip):
4305 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
4306
4307 2008-12-21 Jason Rumney <jasonr@gnu.org>
4308
4309 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
4310 when character maps to .notdef character.
4311
4312 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
4315
4316 2008-12-20 Jason Rumney <jasonr@gnu.org>
4317
4318 * frame.c (Fmake_terminal_frame): Raise an error when called from
4319 a graphical frame on Windows. (Bug#1325)
4320
4321 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
4322
4323 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
4324
4325 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * minibuf.c (Fread_buffer): Doc fix.
4328
4329 2008-12-20 Jason Rumney <jasonr@gnu.org>
4330
4331 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
4332 server name in UNC paths. (Bug#719)
4333
4334 * coding.c (decode_coding): Clear chars_at_source flag when using
4335 charbuf. (Bug#1035)
4336
4337 2008-12-19 Daniel Engeler <engeler@gmail.com>
4338
4339 * sysdep.c (serial_configure): Fix typo.
4340
4341 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4342
4343 * sysdep.c: Include alloca.h.
4344 (system_process_attributes): Add implementation for Solaris.
4345
4346 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
4347
4348 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4349
4350 Reorganize implementation of Flist_system_processes and
4351 Fsystem_process_attributes. No functional changes.
4352 * process.c: Don't #include pwd.h, grp.h and limits.h.
4353 (Flist_system_processes): Just call list_system_processes.
4354 (Fsystem_process_attributes): Just call system_process_attributes.
4355 (procfs_list_system_processes, time_from_jiffies)
4356 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4357 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
4358
4359 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
4360 (list_system_processes): Rename from
4361 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
4362 Provide a do nothing implementation.
4363 (system_process_attributes): Rename from
4364 procfs_list_system_processes.
4365 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4366 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
4367
4368 * w32.c (list_system_processes): Rename from
4369 w32_list_system_processes.
4370 (system_process_attributes): Rename from
4371 w32_system_process_attributes.
4372
4373 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
4374
4375 * process.h (w32_list_system_processes)
4376 (w32_system_process_attributes): Remove.
4377 (list_system_processes, system_process_attributes):
4378 New prototypes.
4379
4380 2008-12-19 Kenichi Handa <handa@m17n.org>
4381
4382 * xfont.c (xfont_decode_coding_xlfd): New function.
4383 (xfont_encode_coding_xlfd): New function.
4384 (xfont_list_pattern): Decode XLFD by iso-8859-1.
4385 (xfont_list): Decode and encode XLFD by iso-8859-1.
4386 (xfont_match): Likewise.
4387 (xfont_list_family): Likewise.
4388 (xfont_open): Likewise.
4389
4390 * ftfont.c (ftfont_open): Generate a multibyte string if given
4391 names are utf-8.
4392
4393 * xftfont.c (xftfont_open): Generate a multibyte string if given
4394 names are utf-8.
4395
4396 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
4397
4398 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
4399 changed.
4400 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
4401 clicked on a detached tool bar button.
4402
4403 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4404
4405 * emacs.c (main): Print and error and exit when no data is read
4406 from the pipe.
4407
4408 2008-12-17 Jason Rumney <jasonr@gnu.org>
4409
4410 * w32font.c (w32font_has_char): Always return -1.
4411
4412 2008-12-16 Kenichi Handa <handa@m17n.org>
4413
4414 * font.c (font_open_entity): Fix previous change.
4415
4416 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
4417
4418 * process.c: Include <limits.h>.
4419
4420 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
4421
4422 * font.c (font_update_drivers): Fix mistake in reconstructing the
4423 driver list.
4424
4425 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * font.c (font_clear_cache): Fix format of font cache data.
4428
4429 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
4430
4431 * xftfont.c (xftfont_open): Free Xft font pattern if
4432 XftFontOpenPattern fails.
4433
4434 * xterm.c (x_free_frame_resources): Remove extraneous call to
4435 free_frame_faces.
4436
4437 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * xterm.c (x_delete_display): Move xim_close_dpy call to
4440 x_delete_terminal.
4441 (x_delete_terminal): Call xim_close_dpy.
4442
4443 2008-12-13 Jason Rumney <jasonr@gnu.org>
4444
4445 * w32font.c (intern_font_name): New function.
4446 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
4447 (w32font_open_internal, Fx_select_font): Decode font name.
4448 (fill_in_logfont, list_all_matching_fonts): Encode font name.
4449
4450 * w32font.h (intern_font_name): Declare new function.
4451
4452 * w32uniscribe.c (add_opentype_font_name_to_list):
4453 Use intern_font_name.
4454
4455 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * frame.c (Fdelete_frame): Call free_font_driver_list.
4458
4459 * font.c (free_font_driver_list): Implement missing function.
4460
4461 * w32term.c (w32_term_init): Don't initialize the image cache
4462 here; it will be done in init_frame_faces.
4463
4464 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
4465 (struct x_display_info): Remove unused member null_pixel. New
4466 member xim_callback_data.
4467
4468 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
4469 (xim_initialize): Save pointer to callback function data.
4470 (xim_close_dpy): Free callback function data. Call XCloseIM,
4471 reverting 2008-11-04 change by David Smith.
4472 (x_term_init): Don't initialize the image cache here; it will be
4473 done in init_frame_faces. Remove ancient "null_pixel" cruft.
4474 (x_delete_display): Free x_dnd_atoms member.
4475
4476 2008-12-13 Kenichi Handa <handa@m17n.org>
4477
4478 * font.c (font_rescale_ratio): Moved from xfaces.c.
4479 Argument type changed. Handle a font-spec too.
4480 (font_score): Check Vface_font_rescale_alist.
4481 (font_open_entity): Likewise. (Bug#1547)
4482
4483 * xfaces.c (font_rescale_ratio): Moved to font.c.
4484
4485 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
4488
4489 2008-12-12 Jason Rumney <jasonr@gnu.org>
4490
4491 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
4492 Vwindow_system_version to the real w32 major version.
4493
4494 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
4495
4496 * term.c (init_tty): Move setting the terminal name before the
4497 potential user: maybe_fatal.
4498
4499 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
4502 all callers changed. Call free_frame_faces to free the face cache.
4503
4504 2008-12-11 Jason Rumney <jasonr@gnu.org>
4505
4506 * w32font.c (fill_in_logfont): Don't assume symbol script means
4507 SYMBOL_CHARSET. (Bug#547)
4508
4509 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
4510 size for surrogates. (Bug#1096, bug#872)
4511
4512 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
4515
4516 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * process.c (Fsystem_process_attributes, syms_of_process):
4519 Fix typo in name of Ssystem_process_attributes.
4520 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
4521
4522 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * syntax.c (Fmodify_syntax_entry): Doc fix.
4525
4526 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * font.c (Ffont_spec): Move usage to end of docstring.
4529
4530 2008-12-10 Jason Rumney <jasonr@gnu.org>
4531
4532 * w32font.c (Qcham): New symbol.
4533 (font_supported_scripts): Add cham, and comments for other new
4534 scripts in bitfield from OpenType spec.
4535 (add_font_entity_to_list): Limit unicode-sip fonts to those that
4536 contain characters beyond the bmp.
4537
4538 2008-12-10 Kenichi Handa <handa@m17n.org>
4539
4540 * ftfont.c (fc_charset_table): Add "unicode-sip".
4541 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
4542 Qunicode_sip.
4543
4544 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * coding.c (QCdefault_char): Rename from QCdefalut_char.
4547 (Fcoding_system_put): Use QCdefault_char.
4548 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
4549
4550 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * xftfont.c (syms_of_xftfont): Fix typo.
4553
4554 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
4555
4556 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4557
4558 * emacs.c (main): Close daemon_pipe on exec.
4559
4560 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
4561
4562 * termchar.h (struct tty): New members termcap_term_buffer and
4563 termcap_strings_buffer.
4564
4565 * term.c (encode_terminal_code): Free any previous memory blocks
4566 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
4567 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
4568 All callers changed.
4569 (init_tty): Store termcap data and string buffers in new struct
4570 tty members termcap_term_buffer and termcap_strings_buffer.
4571 (delete_tty): Free them.
4572 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
4573
4574 2008-12-07 Seiji Zenitani <zenitani@mac.com>
4575
4576 * nsfns.m (ns_set_background_color): Remove code duplication.
4577 It was a substitute for face-transparency on OS X 10.3.
4578
4579 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * coding.c (make_conversion_work_buffer): Disable buffer
4582 modification hooks in the work buffer.
4583
4584 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4585
4586 * process.c (procfs_system_process_attributes): If `nread' has a
4587 negative value, assign zero to it.
4588
4589 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * eval.c (Vdebug_on_error): Doc fix.
4592
4593 2008-12-05 Kenichi Handa <handa@m17n.org>
4594
4595 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4596 second character is a combining character.
4597
4598 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4599
4600 * process.c (procfs_system_process_attributes): Don't use cmd,
4601 cmdsize, and q without initializing them first.
4602
4603 2008-12-04 Jason Rumney <jasonr@gnu.org>
4604
4605 * w32font.c (w32font_draw): Initialize orig_clip before getting
4606 it, and delete it when finished.
4607
4608 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4609
4610 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
4611 case when running as a daemon before detaching.
4612
4613 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * w32.c (init_environment): Don't unload library shell32.dll.
4616
4617 2008-12-03 Kenichi Handa <handa@m17n.org>
4618
4619 * font.c (font_at): Set `multibyte' at first.
4620
4621 * coding.c (decode_coding_charset): Check type of an element of
4622 vector VALIDS.
4623 (encode_coding_emacs_mule): Be sure to set `code'.
4624
4625 * fontset.c (face_for_char): Handle invalid charset property correctly.
4626 (font_for_char): Likewise.
4627
4628 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
4629
4630 * font.c (Fopen_font): Compute pixel size correctly.
4631 (font_update_lface): Handle fonts with corrupted size specs,
4632 i.e. non-int and non-float.
4633
4634 * ftfont.c (ftfont_match): Initialize entity variable.
4635 (ftfont_resolve_generic_family): Avoid using uninitialized var.
4636 (ftfont_list_family): Initialize list var earlier.
4637
4638 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
4639
4640 * xterm.c (x_draw_glyph_string): Fall back on
4641 underline_minimum_offset for underline position.
4642
4643 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4644
4645 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
4646
4647 * character.c (c_string_width): Specify the type for LEN.
4648
4649 2008-12-03 Kenichi Handa <handa@m17n.org>
4650
4651 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
4652 (decode_coding_utf_8): Likewise.
4653 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4654 (produce_chars): Initialize consumed_chars to 0.
4655
4656 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * keyboard.c (make_lispy_position): Only use PT if the selected
4659 window is current.
4660
4661 2008-12-02 Andreas Schwab <schwab@suse.de>
4662
4663 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
4664
4665 * doprnt.c (doprnt1): Fix size of charbuf.
4666
4667 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * keyboard.c (timer_check): Revert last change.
4670
4671 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
4672
4673 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4674
4675 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * makefile.w32-in: Update dependencies.
4678 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
4679
4680 2008-12-01 Andreas Schwab <schwab@suse.de>
4681
4682 * font.c (register_font_driver): Use xmalloc.
4683 (font_put_frame_data): Likewise.
4684
4685 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * xfaces.c (realize_x_face): Make abort condition clearer.
4688
4689 * gtkutil.c (update_frame_tool_bar): Initialize variable.
4690
4691 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * keyboard.c (timer_check): After a timer runs, ensure that the
4694 selected window's buffer is current.
4695
4696 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
4697
4698 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
4699 It was accidentally restored by the Unicode merge.
4700
4701 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
4702
4703 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
4704
4705 * w32proc.c: Include "coding.h".
4706 (Fw32_short_file_name): Encode filename passed to Windows API.
4707 (Fw32_long_file_name): Encode filename passed to Windows API and
4708 decode back the result. (Bug#1433)
4709
4710 2008-11-29 Kenichi Handa <handa@m17n.org>
4711
4712 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4713 not before accessing it.
4714
4715 * charset.c (Fdefine_charset_internal): After calculating
4716 min_char, max_char, and fastmap, copy the charset structure again.
4717 (encode_char): Fix the previous change.
4718
4719 2008-11-28 Seiji Zenitani <zenitani@mac.com>
4720
4721 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
4722
4723 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
4724
4725 * nsterm.m (x_set_frame_alpha): New function.
4726
4727 2008-11-27 Eli Zaretskii <eliz@gnu.org>
4728
4729 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
4730
4731 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
4734 pointer to check_face_name.
4735
4736 2008-11-27 Kenichi Handa <handa@m17n.org>
4737
4738 * category.h (SET_CATEGORY_SET): Call set_category_set.
4739 (set_category_set): Extern it.
4740
4741 * category.c (hash_get_category_set): New function.
4742 (Fmodify_category_entry): Adjusted for the change of
4743 char_table_ref_and_range. Call hash_get_category_set to get a
4744 category set to store in the table.
4745
4746 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
4747 Funify_charset.
4748
4749 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
4750 (DECODE_CHAR): Check if the decoder vector is ready.
4751 (ENCODE_CHAR): Check if the encoder char-table is ready.
4752 (maybe_unify_char): Extern it.
4753
4754 * charset.c (Vchar_unified_charset_table): Delete it.
4755 (inhibit_load_charset_map): New variable.
4756 (temp_charset_work): New variable.
4757 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
4758 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
4759 New macros.
4760 (load_charset_map): Meaning of control_flag changed. If
4761 inhibit_load_charset_map is nonzero, setup a table in
4762 temp_charset_work.
4763 (load_charset): New argument control_flag.
4764 (map_charset_for_dump): New function.
4765 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
4766 map_charset_for_dump.
4767 (Fdefine_charset_internal): If the charset method is MAP, load
4768 mapping tables by calling load_charset.
4769 (Funify_charset): Don't load a mapping table but directly set
4770 Vchar_unify_table.
4771 (maybe_unify_char): New function.
4772 (decode_char): Don't handle the deleted method MAP_DEFERRED.
4773 Handle the case of inhibit_load_charset_map being nonzero.
4774 (encode_char): Don't handle the deleted method MAP_DEFERRED.
4775 Handle the case of inhibit_load_charset_map being nonzero.
4776 (Fclear_charset_maps): Just free temp_charset_work.
4777 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
4778 variable.
4779
4780 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
4781 change of char_table_ref_and_range.
4782 (char_table_ref_and_range): Change the meaning of argument FROM
4783 and TO. Now the caller must provide initial values for *FROM
4784 and *TO.
4785
4786 * fontset.c (fontset_add): Adjusted for the change of
4787 char_table_ref_and_range.
4788 (fontset_get_font_group): Likewise.
4789 (Ffontset_info): Likewise.
4790
4791 * keymap.c (describe_vector): Adjusted for the change of
4792 char_table_ref_and_range. For char-table, put boundary between
4793 non-ASCII and 8-bit characters.
4794
4795 * print.c (print_object): For bool-vector, delete unnecessary
4796 check of ASCII_BYTE_P.
4797
4798 2008-11-26 Jason Rumney <jasonr@gnu.org>
4799
4800 * w32font.c (w32font_open_internal): Don't include external
4801 leading in font height. (Bug#879)
4802
4803 2008-11-26 Glenn Morris <rgm@gnu.org>
4804
4805 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
4806 redefinition with ifdef. (Bug#1383)
4807
4808 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4809
4810 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
4811
4812 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4813
4814 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
4815 New EmacsView methods.
4816 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
4817 Fixes bug #1048,1357,1414.
4818
4819 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4820
4821 Fix bug #1362.
4822 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
4823 is not an indexed color.
4824 * nsterm.m (free_indexed_color): Add argument checking.
4825 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
4826
4827 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
4830 Document confirm-after-completion value for
4831 minibuffer-completion-confirm.
4832
4833 2008-11-24 Jason Rumney <jasonr@gnu.org>
4834
4835 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
4836 warning.
4837
4838 2008-11-23 Jason Rumney <jasonr@gnu.org>
4839
4840 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
4841 restored before returning.
4842
4843 * w32font.c (check_face_name): New function.
4844 (add_font_entity_to_list): Use it to filter out common substituted
4845 fonts. (Bug#642)
4846
4847 2008-11-22 Martin Rudalics <rudalics@gmx.at>
4848
4849 * buffer.c (Fswitch_to_buffer): Reword and mention new option
4850 confirm-nonexistent-file-or-buffer in doc-string.
4851
4852 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
4855 Fix copy/paste typo. Add checks.
4856
4857 2008-11-21 Kenichi Handa <handa@m17n.org>
4858
4859 * coding.c (detect_coding_iso_2022): Reject invalid composition
4860 sequence.
4861 (DECODE_COMPOSITION_START): If the current source is the last
4862 block, and the current composition doesn't end, regard this
4863 sequence as invalid.
4864 (decode_coding_iso_2022): Handle invalid composition sequence.
4865
4866 2008-11-20 Martin Rudalics <rudalics@gmx.at>
4867
4868 * window.c (coordinates_in_window): Don't return
4869 ON_VERTICAL_BORDER for the rightmost position of a mode/header
4870 line when the window is not the rightmost one. (Bug#1372)
4871
4872 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
4873
4874 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
4875
4876 2008-11-15 Eli Zaretskii <eliz@gnu.org>
4877
4878 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
4879 and bright_bg if noninteractive is non-zero.
4880
4881 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4882
4883 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
4884 x_draw_glyph_string_background.
4885
4886 * w32term.c (x_draw_glyph_string): Likewise.
4887
4888 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * xterm.c (x_draw_glyph_string): Stop drawing the background of
4891 the next glyph string once past the overhang width.
4892
4893 * nsterm.m (ns_draw_glyph_string): Likewise.
4894
4895 * w32term.c (x_draw_glyph_string): Likewise.
4896
4897 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
4898
4899 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
4900 double file close.
4901
4902 2008-11-14 Martin Rudalics <rudalics@gmx.at>
4903
4904 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
4905 dedicated status of window before attempting to display another
4906 buffer in it.
4907
4908 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * msdos.c (Fmsdos_long_file_names):
4911 (syms_of_msdos) <dos-unsupported-char-glyph>:
4912 * dosfns.c (Fint86): Fix typos in docstrings.
4913
4914 2008-11-14 Eli Zaretskii <eliz@gnu.org>
4915
4916 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
4917
4918 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4919
4920 * puresize.h (BASE_PURESIZE): Increase to 1260000.
4921
4922 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
4923
4924 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
4925
4926 * frame.h: Negative alpha means "don't touch".
4927
4928 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
4929
4930 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
4931
4932 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4933
4934 * hftctl.c:
4935 * chpdef.h:
4936 * acldef.h: Remove files used only for systems no longer supported.
4937
4938 * Makefile.in: Fix .o alphabetical ordering.
4939 (hftctl.o): Remove dependency, file removed.
4940 (keymap.o, print.o): Depend on charset.h.
4941
4942 2008-11-10 Kenichi Handa <handa@m17n.org>
4943
4944 * character.c (Fget_byte): Fix and make it faster for unibyte target.
4945
4946 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * dired.c (file_name_completion): If completion_ignore_case is
4949 enabled, ignore case when checking completion-regexp-list.
4950
4951 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4952
4953 * vm-limit.c (get_lim_data): Fix last change.
4954
4955 2008-11-08 Kenichi Handa <handa@m17n.org>
4956
4957 * character.c (Fget_byte): New function.
4958 (syms_of_character): Defsubr Fget_byte.
4959
4960 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
4963 cursor position is valid after scrolling.
4964
4965 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
4968
4969 2008-11-06 Glenn Morris <rgm@gnu.org>
4970
4971 * xterm.c (handle_one_xevent): Don't let popup menus cause
4972 mouse-autoselect-window related window switching. (Bug#1261)
4973
4974 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
4975
4976 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
4977
4978 2008-11-04 Andreas Schwab <schwab@suse.de>
4979
4980 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
4981
4982 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4983
4984 * xfns.c (Fx_wm_set_size_hint): New function.
4985
4986 2008-11-03 Martin Rudalics <rudalics@gmx.at>
4987
4988 * textprop.c (Fprevious_single_char_property_change): Return 0
4989 when there's no change in a string. (Bug#1301)
4990
4991 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4992
4993 * frame.c (do_switch_frame): New argument NORECORD passed to
4994 Fselect_window.
4995 (Fselect_frame): New argument NORECORD passed to
4996 do_switch_frame.
4997 (Fset_frame_selected_window): New argument NORECORD passed to
4998 Fselect_frame.
4999 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5000 in call of do_switch_frame.
5001 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5002 Handle NORECORD argument in call of Fselect_frame.
5003 * lisp.h (do_switch_frame, Fselect_frame)
5004 (Fset_frame_selected_window): Adjust declarations.
5005 * window.c (select_frame_norecord): New function.
5006 (run_window_configuration_change_hook): Use it and call
5007 Fselect_frame with NORECORD set.
5008 (Fselect_window): Pass NORECORD to Fselect_frame.
5009 (Fset_window_configuration): Handle NORECORD argument in call of
5010 do_switch_frame.
5011 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5012 Fset_frame_selected_window.
5013 * keyboard.c (command_loop_1): Handle NORECORD in call of
5014 Fselect_frame (currently ifdefd).
5015
5016 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5017
5018 * emacs.c (USAGE2): Untabify.
5019
5020 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * composite.c (fill_gstring_header): Fix copy/paste typo.
5023
5024 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5025
5026 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5027 (Fother_window): Rename argument and rewrite doc-string.
5028 (select_window_norecord): Fix return value. (Bug#1276)
5029
5030 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5033 new frames overriding foreground for tooltips. Based on similar patch
5034 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5035
5036 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * emacs.c (Fdaemon_initialized): Initialize nfd.
5039
5040 2008-10-29 Martin Rudalics <rudalics@gmx.at>
5041
5042 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5043 (Fwindow_text_height): Clarify doc-strings.
5044 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5045 doc-string of window-scroll-functions.
5046
5047 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5048
5049 * category.c (syms_of_category): Fix typo in docstring.
5050
5051 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5054 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5055 Fix typos in docstrings.
5056
5057 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5058
5059 * emacs.c (daemon_pipe): Make non-static.
5060 (IS_DAEMON): Move definition ...
5061 * lisp.h (IS_DAEMON): ... here.
5062 (daemon_pipe): Declare.
5063 (is_daemon): Remove.
5064 * dispnew.c (init_display): Use IS_DAEMON.
5065
5066 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5069 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5070
5071 * emacs.c (is_daemon): Remove.
5072 (main): Don't set is_daemon.
5073 (IS_DAEMON): New macro.
5074 (Fdaemonp, Fdaemon_initialized): Use it.
5075 (Fdaemon_initialized): Write a char into the pipe to make sure the
5076 parent exits.
5077 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5078
5079 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5082 over-sized glyph, draw it with the default glyph width.
5083
5084 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5085 glyph, draw it with the default glyph width.
5086
5087 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5088 glyph, draw it with the default glyph width.
5089
5090 * xdisp.c (try_scrolling): When computing the distance from the
5091 scroll margin to PT, try moving some distance past the window
5092 bottom before giving up.
5093
5094 2008-10-27 Martin Rudalics <rudalics@gmx.at>
5095
5096 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5097 (Fset_window_buffer): Explain in doc-string that a window can be
5098 "strongly" dedicated to its buffer.
5099
5100 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5101
5102 * emacs.c (daemon_name): New variable.
5103 (main): Deal with --daemon=SERVER_NAME.
5104 (Fdaemonp): Return a name if one was passed to --daemon.
5105
5106 2008-10-26 Romain Francoise <romain@orebokech.com>
5107
5108 * emacs.c (daemon_pipe): New variable.
5109 (main): Create a pipe before forking, make the parent exit only after
5110 the child has closed its end of the pipe. Move closing the
5111 descriptors ...
5112 (Fdaemon_initialized): ... here. New function.
5113
5114 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5117 the previous unoptimized table.
5118
5119 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5120 the distinction between non-nil and non-t value of `dedicated'.
5121
5122 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
5125 read_char_minibuf_menu_text is large enough to hold the menu string.
5126
5127 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5128
5129 * window.c (Fget_buffer_window, Fdelete_windows_on)
5130 (Freplace_buffer_in_windows): Make buffer argument optional and
5131 rename to buffer_or_name.
5132
5133 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * xdisp.c (handle_single_display_spec, handle_display_prop):
5136 Undo 2005-05-16 change.
5137 (handle_stop): Pop iterator if it's loaded with an empty string.
5138 (get_overlay_strings_1): Don't save iterator if it's loaded with
5139 an empty string (bug#1201).
5140
5141 2008-10-24 Kenichi Handa <handa@m17n.org>
5142
5143 * ftfont.c (ftfont_otf_features): Fix previous change.
5144 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5145 calling ftfont_otf_features.
5146
5147 2008-10-24 Kenichi Handa <handa@m17n.org>
5148
5149 * font.c (font_match_p): Fix for the case that a vector of
5150 characters is in script-representative-chars.
5151
5152 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
5153
5154 * dbusbind.c (xd_in_read_queued_messages): New variable.
5155 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5156 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5157 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5158 macro. (Bug#1186).
5159
5160 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5161
5162 * s/sol2-10.h: New file.
5163
5164 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5165
5166 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5167 poor beast has survived 9+ years and the jump from xterm.c!).
5168
5169 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5170
5171 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5172 Reword doc-string.
5173 (Fbury_buffer): In doc-string say what happens to the buffer's window.
5174
5175 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5176
5177 * character.c (syms_of_character) <script-representative-chars>:
5178 <unicode-category-table>: Doc fixes.
5179
5180 2008-10-23 Noah Friedman <friedman@splode.com>
5181
5182 * coding.c (make_conversion_work_buffer): Check that
5183 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5184 Fget_buffer_create.
5185
5186 2008-10-23 Kenichi Handa <handa@m17n.org>
5187
5188 * font.c (font_add_log): Check the values of extra properties.
5189
5190 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5191
5192 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5193 Reword doc-string.
5194 (Fset_window_parameter): Use NILP.
5195 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
5196 (Frecenter): Use "selected" instead of "current" window in doc-strings.
5197
5198 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5201
5202 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5203
5204 * nsfns.m (ns_appkit_version): New function.
5205 (x-server-version): Use it.
5206 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5207 (x-server-vendor): Don't check_ns().
5208
5209 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5210
5211 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5212
5213 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5214 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5215
5216 2008-10-22 Kenichi Handa <handa@m17n.org>
5217
5218 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5219 scripts.
5220
5221 * category.c (word_boundary_p): Check scripts instead of charset.
5222 Handle nil value in word-separating-categories and
5223 word-combining-categories.
5224 (syms_of_category): Fix docstrings of word-separating-categories
5225 and word-combining-categories.
5226
5227 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5228
5229 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5230 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5231
5232 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5233
5234 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5235 Rename arg "buffer" to "buffer_or_name".
5236 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5237 it optional.
5238 (no_switch_window): Remove since the return value is not used.
5239 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
5240 Consider window as dedicated when Fwindow_dedicated_p returns a
5241 non-nil value.
5242 * lisp.h: Remove prototype for no_switch_window.
5243
5244 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5245
5246 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
5247 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
5248
5249 2008-10-21 Kenichi Handa <handa@m17n.org>
5250
5251 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5252 check Vlatin_extra_code_table.
5253
5254 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5255
5256 * fileio.c (Fset_file_modes): Doc fix.
5257
5258 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5261 in arrays.
5262
5263 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5264
5265 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5266 Mention kill-buffer in doc-string.
5267 (Fset_window_buffer): Reinsert tem check removed in last commit.
5268 (Fenlarge_window, Fshrink_window): Have argument names and
5269 doc-string follow Elisp manual more closely.
5270
5271 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5272
5273 * fileio.c (Fset_file_modes): Doc fix.
5274
5275 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5276
5277 * window.c (Fwindow_width, Fset_window_start)
5278 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
5279 (Fdelete_windows_on, Freplace_buffer_in_windows):
5280 Make doc-strings follow code and Elisp manual more closely.
5281 (Fwindow_dedicated_p): Make window argument optional.
5282 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5283 (Fset_window_buffer): Respect any non-nil dedicated value for
5284 window. Rename "buffer" argument to "buffer_or_name".
5285
5286 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
5287
5288 * m/sh3.h: New file, machine description for SuperH.
5289
5290 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5291
5292 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5293
5294 2008-10-17 Kenichi Handa <handa@m17n.org>
5295
5296 * ftfont.c (ftfont_otf_features): Fix indexing
5297 gsub_gpos->FeatureList.Feature. Check the validity of indices.
5298
5299 2008-10-16 Magnus Henoch <mange@freemail.hu>
5300
5301 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
5302 (Fdbus_call_method_asynchronously): Ditto.
5303 This change makes C-h f display the argument list.
5304
5305 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
5306
5307 * fileio.c (Fexpand_file_name): Doc fix.
5308
5309 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
5310 of :foreground and :background equivalent to unspecified (20.x
5311 compatibility).
5312
5313 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5314
5315 * buffer.c (syms_of_buffer): Doc fix.
5316
5317 2008-10-14 Kenichi Handa <handa@m17n.org>
5318
5319 * font.c (font_clear_prop): When clearing font width, clear the
5320 average width field too.
5321
5322 2008-10-12 Andreas Schwab <schwab@suse.de>
5323
5324 * ftfont.c (ftfont_shape_by_flt): Make static.
5325 * ftfont.h (ftfont_shape_by_flt): Don't declare.
5326
5327 * font.c: Don't include <m17n-flt.h>.
5328
5329 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5330
5331 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
5332
5333 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5334
5335 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
5336 away code.
5337
5338 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5339
5340 * dispnew.c (update_text_area): Avoid looping due to large glyph
5341 overhangs (bug#1070).
5342
5343 2008-10-09 Kenichi Handa <handa@m17n.org>
5344
5345 * fontset.c (face_for_char): If face->fontset is negative, just
5346 return ascii_face.
5347
5348 * font.c (font_delete_unmatched): Fix previous change.
5349 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
5350
5351 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5352
5353 * frame.c (Fraise_frame): On text-only terminals select frame in
5354 order to make it visible. (Bug#1061)
5355
5356 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5357
5358 * fontset.c (fontset_find_font): Check frame validity.
5359
5360 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * gtkutil.c (xg_display_open): Reset default display if none exists.
5363 (xg_display_close): Allow Emacs to close all displays (bug#985).
5364
5365 2008-10-06 Andreas Schwab <schwab@suse.de>
5366
5367 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
5368
5369 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
5372
5373 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
5374
5375 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
5376 during initialization.
5377
5378 2008-10-04 Eli Zaretskii <eliz@gnu.org>
5379
5380 * xdisp.c (redisplay_internal): If frame switched, redisplay the
5381 whole thing on MSDOS frames as well as on a TTY.
5382
5383 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
5384 well as for TTY.
5385 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
5386 well as on a TTY.
5387
5388 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
5389 as well as for TTY.
5390
5391 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
5392
5393 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
5394 MSDOS frames as well.
5395
5396 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5397
5398 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
5399 correct arguments.
5400 * menu.c (find_and_return_menu_selection): Add cast.
5401
5402 2008-10-03 Glenn Morris <rgm@gnu.org>
5403
5404 * emacs.c (USAGE1): Add --daemon.
5405
5406 2008-10-02 Eli Zaretskii <eliz@gnu.org>
5407
5408 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
5409 100, so it's in percents as advertised.
5410
5411 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5412
5413 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
5414 (ns_output.current_cursor, ns_output.desired_cursor)
5415 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
5416 (FRAME_NEW_CURSOR_COLOR): Remove.
5417
5418 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
5419 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
5420 enumeration (HOLLOW_BOX_CURSOR, etc.).
5421
5422 * nsterm.m (ns_frame_rehighlight): Remove commented code.
5423 (draw_window_cursor): Simplify code.
5424 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
5425 Don't change cursor type. In latter, call rehighlight instead of doing
5426 updates manually.
5427 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
5428 Use core Emacs cursor types.
5429
5430 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
5431
5432 2008-10-02 Martin Rudalics <rudalics@gmx.at>
5433
5434 * process.c (Faccept_process_output): Fix doc-string.
5435
5436 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5437
5438 * gmalloc.c (__sbrk): Also define for uClibc.
5439
5440 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
5441 for uClibc.
5442
5443 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5444
5445 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
5446 styles.
5447 (nsfont_open): Reenable the cache.
5448
5449 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5450
5451 * font.c (font_matching_entity): Reflect ATTRS in font selection.
5452 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5453
5454 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
5457 a suspended terminal.
5458
5459 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5460
5461 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
5462
5463 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5464
5465 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
5466
5467 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5468
5469 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
5470 in a continued line coincides with a line beginning.
5471
5472 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5473
5474 * nsfont.m (nsfont_trait_distance): Fix bug.
5475 (nsfont_list): Return a list rather than a vector (syncs with Handa
5476 changes of 2008-05-14).
5477 (nsfont_open): Improve logging.
5478
5479 2008-09-29 Andreas Schwab <schwab@suse.de>
5480
5481 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5482
5483 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5484
5485 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
5486 name as char-resolve-modifiers.
5487 Reported by: Markus Triska <markus.triska@gmx.at>
5488
5489 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5490
5491 * dispnew.c (init_display): Return earlier when running as a daemon.
5492
5493 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5494
5495 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
5496
5497 2008-09-27 Eli Zaretskii <eliz@gnu.org>
5498
5499 * composite.c (Fcomposition_get_gstring)
5500 (Fcompose_region_internal, Fcompose_string_internal)
5501 (Ffind_composition_internal): Doc fix.
5502 (syms_of_composite) <compose-chars-after-function>: Doc fix.
5503 (syms_of_composite) <auto-composition-function>: Doc fix.
5504 (syms_of_composite) <composition-function-table>: Doc fix.
5505
5506 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * search.c (wordify): New argument for lax word-ends.
5509 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
5510
5511 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5512
5513 * lisp.h (is_daemon): Declare.
5514 * dispnew.c (init_display): Do not try to initialize the terminal
5515 when running as a daemon.
5516
5517 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
5520 x_display_pixel_height.
5521
5522 2008-09-22 Martin Rudalics <rudalics@gmx.at>
5523
5524 * undo.c (record_point): Don't call Fundo_boundary for first
5525 change. (Bug#731)
5526
5527 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
5528
5529 * emacs.c (Fdaemonp): Doc fix.
5530
5531 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5532
5533 * emacs.c (main): Place #ifdef in the proper place.
5534
5535 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5536
5537 * emacs.c (standard_args): Add --daemon.
5538 (main): Disconnect from the terminal when --daemon is passed.
5539 (is_daemon): New variable.
5540 (Fdaemonp): New function.
5541 (syms_of_emacs): Defsubr it.
5542
5543 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * xdisp.c (get_next_display_element): Handle string display
5546 correctly when checking for the end of a box run.
5547
5548 2008-09-20 Glenn Morris <rgm@gnu.org>
5549
5550 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
5551 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
5552 (Frename_file): Avoid copying to trash if a rename involves
5553 a delete. (Bug#964).
5554
5555 2008-09-20 Eli Zaretskii <eliz@gnu.org>
5556
5557 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
5558 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
5559 frames as well as termcap frames.
5560 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
5561 get_named_tty.
5562
5563 2008-09-19 Eli Zaretskii <eliz@gnu.org>
5564
5565 * process.c (procfs_system_process_attributes): Fix cmdline in
5566 case /proc/PID/cmdline is empty.
5567
5568 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
5569 x_display_pixel_height.
5570
5571 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
5574
5575 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5576 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
5577
5578 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
5579
5580 * dispextern.h (struct it): Move line_wrap away from the middle of
5581 bitfields. Move voffset in struct iterator_stack_entry after the
5582 bitfields. Move tab_width near after another short.
5583
5584 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * frame.h (struct frame): Move alpha from the middle of bitfields.
5587
5588 * window.h (struct window): Move frozen_window_start_p after the
5589 rest of the bitfields to reduce padding.
5590
5591 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * xterm.h (x_display_info): Remove `height' and `width' members.
5594
5595 * nsterm.h (ns_display_info): Remove `height' and `width' members.
5596
5597 * w32term.h (w32_display_info): Remove `height', `width',
5598 `height_in', and `width_in' members.
5599
5600 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5601 New functions.
5602 (x_calc_absolute_position): Use them.
5603 (x_term_init): Omit removed `height' and `width' members.
5604
5605 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5606 New functions.
5607 (w32_read_socket, x_calc_absolute_position): Use them.
5608 (w32_initialize_display_info, w32_term_init): Omit removed members
5609 of w32_display_info.
5610
5611 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
5612 New functions.
5613 (ns_initialize_display_info): Omit removed members of ns_display_info.
5614
5615 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5616 New functions.
5617 (x_calc_absolute_position): Use them.
5618 (x_term_init): Omit removed `height' and `width' members.
5619
5620 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5621 (compute_tip_xy):
5622 * frame.c (x_fullscreen_adjust):
5623 * xmenu.c (menu_position_func): Use x_display_pixel_height and
5624 x_display_pixel_width.
5625
5626 2008-09-18 Kenichi Handa <handa@m17n.org>
5627
5628 * composite.c (fill_gstring_header): Don't check FROM and TO here.
5629 (composition_compute_stop_pos): Fix handling of static composition.
5630 (Fcomposition_get_gstring): Check FROM and TO at first.
5631
5632 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
5635 mixup (YAILOM).
5636
5637 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * indent.c (Fvertical_motion): Use position reported by iterator
5640 instead of PT for determining screen motion (bug#943).
5641
5642 2008-09-17 Romain Francoise <romain@orebokech.com>
5643
5644 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
5645
5646 2008-09-17 Kenichi Handa <handa@m17n.org>
5647
5648 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
5649
5650 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
5651 if necessary.
5652
5653 2008-09-16 Kenichi Handa <handa@m17n.org>
5654
5655 * coding.c (make_conversion_work_buffer): Avoid calling
5656 Fget_buffer_create if it is not necessary.
5657
5658 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5659
5660 * window.c (Fselect_window): Don't update window_select_count and
5661 use_time when norecord is not nil.
5662
5663 2008-09-14 Kenichi Handa <handa@m17n.org>
5664
5665 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
5666 specpdl_ptr.
5667
5668 2008-09-12 Kenichi Handa <handa@m17n.org>
5669
5670 * indent.c (scan_for_column): Don't handle automatic composition
5671 if the current buffer is not associated with a window.
5672
5673 * composite.c (composition_reseat_it): If the current buffer is
5674 not associated with a window, ignore the automatic composition.
5675 (find_automatic_composition): Likewise.
5676
5677 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
5680 (Fgpm_mouse_stop): Use it.
5681 * termhooks.h (close_gpm): Declare.
5682 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
5683 connection if Gpm_GetEvent fails.
5684
5685 * window.c (set_window_buffer): Always preserve current-buffer.
5686
5687 2008-09-12 Glenn Morris <rgm@gnu.org>
5688
5689 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
5690
5691 2008-09-11 Glenn Morris <rgm@gnu.org>
5692
5693 * charset.c (charset-map-path): Doc fix.
5694
5695 2008-09-10 Kenichi Handa <handa@m17n.org>
5696
5697 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
5698
5699 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
5700 compose a grapheme cluster with the preceding base glyph.
5701
5702 * composite.c (composition_compute_stop_pos): Fix previous change.
5703 Reset cmp_it->id to -1 at first.
5704
5705 2008-09-10 Glenn Morris <rgm@gnu.org>
5706
5707 * Makefile.in (character.o, chartab.o): Fix config.h typo.
5708
5709 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * keyboard.c (read_key_sequence): Reapply translation maps when
5712 switching keyboards.
5713
5714 2008-09-09 Kenichi Handa <handa@m17n.org>
5715
5716 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
5717 characters.
5718
5719 * composite.c (FORWARD_CHAR): Fix calculation
5720 of (POSITION).pos_byte.
5721 (composition_compute_stop_pos): Limit the search of composition to
5722 at most 500 characters ahead. If we reach the limit or find a
5723 newline, set cmp_it->ch to -2 and return 0.
5724 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
5725
5726 2008-09-08 Kenichi Handa <handa@m17n.org>
5727
5728 * indent.c (Fvertical_motion): Be sure to set
5729 it_overshoot_expected if it.cmp_it.id is non-negative.
5730
5731 2008-09-07 Andreas Schwab <schwab@suse.de>
5732
5733 * callproc.c (Fcall_process): Don't hold references to string data
5734 across garbage collection. Move initialisation of new_argv down
5735 to avoid compiler bug.
5736
5737 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5738
5739 * process.c (Fsystem_process_attributes): Doc fix.
5740
5741 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * callproc.c (Fcall_process): Canonicalize current directory name.
5744
5745 * xdisp.c (move_it_to): When moving by vpos, ensure that the
5746 iterator advances to the next line if the current line ends in a
5747 continued tab.
5748
5749 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
5750
5751 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
5752 member to point to cmp_from.
5753
5754 * xdisp.c: Doc fix for references to gidx data member.
5755
5756 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
5759
5760 2008-09-07 Kenichi Handa <handa@m17n.org>
5761
5762 * composite.c (FORWARD_CHAR): Check STOP after
5763 incrementing (POSITION).pos.
5764
5765 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5766
5767 * process.c (Fsystem_process_attributes): Doc fix.
5768
5769 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * keyboard.c (Ftop_level): Doc fix.
5772
5773 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5774
5775 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
5776 minibuffer, don't let lower part of menu invade the echo area.
5777
5778 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
5779 "char *q" to access menu text and advance through it. Revert the
5780 change that displayed ">" instead of ASCII character 0x10.
5781
5782 2008-09-05 Eli Zaretskii <eliz@gnu.org>
5783
5784 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
5785 toggle boxes and radio buttons on MS-DOS as well.
5786
5787 2008-09-05 Kenichi Handa <handa@m17n.org>
5788
5789 * composite.c (autocmp_chars): Check lookback count.
5790 (composition_compute_stop_pos): Set cmp_it->lookback.
5791 (composition_reseat_it): Check lookback count.
5792 (struct position_record): New struct.
5793 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
5794 (find_automatic_composition): New function.
5795 (composition_adjust_point): Use find_automatic_composition.
5796
5797 * dispextern.h (struct composition_it): New member lookback.
5798
5799 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
5802 if moving by a single line.
5803
5804 2008-09-02 Andreas Schwab <schwab@suse.de>
5805
5806 * xterm.c (x_delete_display): Fix merge error.
5807
5808 * fileio.c (Fexpand_file_name): Remove unused variables.
5809
5810 2008-09-02 Eli Zaretskii <eliz@gnu.org>
5811
5812 * fileio.c (Fexpand_file_name): Copy argument `name' into local
5813 storage on all platforms, not just on DOS_NT.
5814
5815 2008-09-02 Jason Rumney <jasonr@gnu.org>
5816
5817 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
5818 Ensure mouse is not grabbed after menu is finished.
5819
5820 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * xfaces.c (Finternal_set_alternative_font_family_alist)
5823 (Finternal_set_alternative_font_registry_alist): Properly copy
5824 entire alist structure.
5825
5826 2008-09-01 Kenichi Handa <handa@m17n.org>
5827
5828 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
5829 representative chars of the script is a vector.
5830 (ftfont_list): Handle the case where the representative chars of
5831 the script is a vector.
5832
5833 * character.c (syms_of_character): Docstring of
5834 script-representative-chars fixed.
5835
5836 2008-08-31 Eli Zaretskii <eliz@gnu.org>
5837
5838 * msdos.c (BUILD_CHAR_GLYPH): New macro.
5839 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
5840 the menu. Allocate larger buffer for `text', to account for
5841 possible ^C characters.
5842
5843 2008-08-31 Martin Rudalics <rudalics@gmx.at>
5844
5845 * xdisp.c (prepare_menu_bars): Don't call
5846 Vwindow_size_change_functions with arg Qt.
5847
5848 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * font.h (font_range):
5851 * fileio.c (report_file_error):
5852 * composite.c (composition_update_it): Yet another int/Lisp_Object
5853 mixup (YAILOM).
5854
5855 2008-08-30 Glenn Morris <rgm@gnu.org>
5856
5857 * data.c (Fmake_variable_frame_local): Doc fix.
5858
5859 * frame.c (Fmodify_frame_parameters): Doc fix.
5860
5861 2008-08-30 Eli Zaretskii <eliz@gnu.org>
5862
5863 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
5864 needed by GetTokenInformation.
5865 (w32_system_process_attributes): Check return values of all system
5866 APIs.
5867
5868 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
5869 only when the state changes.
5870 (IT_update_begin, IT_update_end): Add termscript trace.
5871
5872 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
5873 clipboard is unavailable. Set dst to NULL if it doesn't point to
5874 malloc'ed data.
5875 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
5876 passing random values to xfree.
5877
5878 * dispnew.c (init_display): Set `tty's association in frame's
5879 parameters alist to the name of the terminal device, if that is known.
5880
5881 2008-08-29 Jason Rumney <jasonr@gnu.org>
5882
5883 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
5884
5885 2008-08-29 Eli Zaretskii <eliz@gnu.org>
5886
5887 * composite.c (fill_gstring_body): Avoid compiler warnings.
5888
5889 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
5890 LGLYPH_SET_CODE to avoid compiler warnings.
5891
5892 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
5893
5894 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
5895
5896 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
5897 LGLYPH_SET_CODE.
5898
5899 2008-08-29 Kenichi Handa <handa@m17n.org>
5900
5901 * fileio.c (report_file_error): Don't downcase the first character
5902 of errstring if it is still unibyte.
5903
5904 2008-08-29 Kenichi Handa <handa@m17n.org>
5905
5906 These changes are to re-implement the automatic composition so
5907 that it doesn't use text properties.
5908
5909 * Makefile.in (ftfont.o): Depend on composite.h.
5910 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
5911
5912 * character.h (Vunicode_category_table): Extern it.
5913
5914 * character.c (Vunicode_category_table): New variable.
5915 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
5916
5917 * chartab.c (optimize_sub_char_table): Perform more greedy
5918 optimization.
5919
5920 * composite.h (enum composition_method):
5921 Delete COMPOSITION_WITH_GLYPH_STRING.
5922 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
5923 (Vcomposition_function_table): Extern it.
5924 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
5925 (composition_gstring_put_cache, composition_gstring_from_id)
5926 (composition_gstring_p, composition_gstring_width)
5927 (composition_compute_stop_pos, composition_reseat_it)
5928 (composition_update_it, composition_adjust_point): Extern them.
5929 (Fcomposition_get_gstring): EXFUN it.
5930
5931 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
5932 (Vcomposition_function_table)
5933 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
5934 (gstring_hash_table, gstring_work, gstring_work_headers):
5935 New variables.
5936 (gstring_lookup_cache, composition_gstring_put_cache)
5937 (composition_gstring_from_id, composition_gstring_p)
5938 (composition_gstring_width, fill_gstring_header)
5939 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
5940 (composition_reseat_it, composition_update_it)
5941 (composition_adjust_point, Fcomposition_get_gstring): New functions.
5942 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
5943 and gstring_work_headers. DEFVAR_LISP composition-function-table.
5944 Defsubr compostion_get_gstring.
5945
5946 * dispextern.h (struct glyph): New union u.cmp. Delete the member
5947 cmp_id.
5948 (struct glyph_string): Delete the member gidx. New members
5949 cmp_id, cmp_from, and cmp_to.
5950 (enum it_method): Delete GET_FROM_COMPOSITION.
5951 (struct composition_it): New struct.
5952 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
5953 Delete c, len, cmp_id, cmp_len in u.comp.
5954
5955 * font.h (enum lgstring_indices): Delete it.
5956 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
5957 (enum lglyph_indices): Likewise.
5958 (font_range): Adjust extern.
5959 (font_fill_lglyph_metrics): Extern it.
5960
5961 * font.c (QCf): New variable.
5962 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
5963 (font_prepare_composition): Delete this function.
5964 (font_range): Type and arguments changed.
5965 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
5966 (font_fill_lglyph_metrics): New function.
5967 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
5968 (syms_of_font): DEFSYM QCf. Delete defsubr for
5969 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
5970 Defsubr Sfont_shape_gstring.
5971
5972 * fontset.h (font_for_char): Extern it.
5973
5974 * fontset.c (font_for_char): New function.
5975
5976 * ftfont.c: Include composite.h.
5977 (ftfont_resolve_generic_family): Add langset "en" to pattern.
5978 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
5979
5980 * indent.c: Include composite.h and dispextern.h.
5981 (check_composition): Delete this function.
5982 (scan_for_column): Handle composition by
5983 composition_compute_stop_pos, composition_reseat_it, and
5984 composition_update_it.
5985 (compute_motion): Likewise.
5986 (Fvertical_motion): Fix checking of composition.
5987
5988 * keyboard.c (adjust_point_for_property): Check composition by
5989 composition_adjust_point.
5990
5991 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
5992 struct glyph_string.
5993
5994 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
5995 (append_composite_glyph): Adjust for the change of struct it and
5996 struct glyph.
5997 (produce_composite_glyph): Likewise.
5998
5999 * w32term.c (x_draw_composite_glyph_string_foreground):
6000 Adjust for the change of struct glyph_string.
6001 (x_draw_glyph_string): Likewise.
6002
6003 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6004 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6005
6006 * xdisp.c: Include font.h.
6007 (it_props): Delete the entry for Qauto_composed.
6008 (init_iterator): Initialize it->cmp_it.id to -1.
6009 (compute_stop_pos): Call composition_compute_stop_pos.
6010 (face_before_or_after_it_pos): Adjust for the change of struct it.
6011 (handle_auto_composed_prop): Delete it.
6012 (handle_composition_prop): Handle only static composition.
6013 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6014 from xassert. Initialize it->cmp_it.stop_pos.
6015 (push_it): Adjust for the change of struct it.
6016 (pop_it): Likewise.
6017 (get_next_element): Delete next_element_from_composition.
6018 (CHAR_COMPOSED_P): New macro.
6019 (get_next_display_element): For automatic composition, get a face
6020 from the font in the glyph-string.
6021 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
6022 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
6023 (next_element_from_string): Check if the character at the current
6024 position is composed by CHAR_COMPOSED_P.
6025 (next_element_from_buffer): Likewise.
6026 (next_element_from_composition): Adjust for the change of struct it.
6027 Update it->cmp_it.
6028 (dump_glyph): Adjust for the change of struct glyph.
6029 (fill_composite_glyph_string): Adjust for the change of struct
6030 it and struct glyph. Don't handle automatic composition here.
6031 (fill_gstring_glyph_string): New function.
6032 (x_get_glyph_overhangs): Handle automatic composition.
6033 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
6034 (BUILD_GSTRING_GLYPH_STRING): New macro.
6035 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6036 automatic composition.
6037 (append_composite_glyph): Adjust for the change of struct it and
6038 struct glyph.
6039 (x_produce_glyphs): Adjust for the change of struct it.
6040
6041 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
6042 the change of struct glyph_string.
6043 (x_draw_glyph_string): Likewise.
6044
6045 2008-08-29 Glenn Morris <rgm@gnu.org>
6046
6047 * buffer.c (word-wrap): Doc fix.
6048 * xdisp.c (truncate-partial-width-windows): Doc fix.
6049 Increase default to 50.
6050
6051 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * xdisp.c (update_tool_bar_unwind): New function.
6054 (update_tool_bar): Temporarily set selected frame before building
6055 tool-bar items.
6056
6057 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6058
6059 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6060 snprintf, respectively.
6061 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6062
6063 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6066 LDFLAGS to GNUstep CC invocation.
6067
6068 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * indent.c (Fvertical_motion): Revert last change. Handle the
6071 general case where we are moving forward, and PT spans multiple
6072 screen lines.
6073
6074 * eval.c (find_handler_clause): Temporarily increase
6075 max-lisp-eval-depth while printing the backtrace buffer, to
6076 guarantee that help-mode code can run.
6077
6078 2008-08-27 Eli Zaretskii <eliz@gnu.org>
6079
6080 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6081 colors under -rv.
6082 (IT_set_frame_parameters): Don't swap foreground and background
6083 colors if `(reverse . t)' is present in the frame properties.
6084 (internal_terminal_init): Call init_frame_faces only for the
6085 initial frame.
6086
6087 2008-08-27 Andreas Schwab <schwab@suse.de>
6088
6089 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6090
6091 2008-08-27 Andreas Schwab <schwab@suse.de>
6092
6093 * search.c (search_buffer): Set char_base to zero only at the end.
6094
6095 2008-08-27 Kenichi Handa <handa@m17n.org>
6096
6097 * fileio.c (report_file_error): Fix handling of multibyte error string.
6098
6099 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6100
6101 * xterm.c (x_term_init): Temporarily hide the partially
6102 initialized terminal while calling vendor-specific-keysyms.
6103
6104 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6105
6106 * msdos.c (internal_terminal_init): Most initializations done only
6107 once, especially initial_screen_colors[] and termscript open.
6108
6109 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * eval.c (Fcondition_case): Doc fix.
6112
6113 * widgetprv.h (EmacsFramePart): Change font member to the new font
6114 struct.
6115
6116 * widget.c: Include character.h and font.h for XSETFONT.
6117 (setup_frame_gcs): Compute X font id from font struct, just once.
6118
6119 2008-08-26 Eli Zaretskii <eliz@gnu.org>
6120
6121 * term.c (get_named_tty): Fix last change.
6122
6123 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * indent.c (Fvertical_motion): If moving forward starting from a
6126 multi-line string, move the iterator to the last line of that string.
6127
6128 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6129
6130 * frame.c (do_switch_frame): Mark previously displayed frame as
6131 obscured for FRAME_MSDOS_P frames as well.
6132
6133 2008-08-24 Eli Zaretskii <eliz@gnu.org>
6134
6135 * frame.c (make_terminal_frame): Initialize f->terminal,
6136 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6137 Set the top frame to newly created frame.
6138 (Fmake_terminal_frame): Reuse the_only_display_info.
6139
6140 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6141 estimating available memory.
6142
6143 2008-08-23 David Reitter <david.reitter@gmail.com>
6144
6145 * nsterm.m (ns_draw_window_cursor): Don't call
6146 NSDisableScreenUpdates and NSEnableScreenUpdates on
6147 non-NS_IMPL_COCOA systems.
6148
6149 2008-08-23 Andreas Schwab <schwab@suse.de>
6150
6151 * process.c (procfs_system_process_attributes): Fix use of
6152 uninitialized variables.
6153
6154 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6155
6156 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6157
6158 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6159 calling tty-set-up-initial-frame-faces.
6160
6161 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6162 Allow MSDOS frames along with X frames.
6163
6164 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6165 addition to output_termcap.
6166
6167 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6168
6169 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6170 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6171 highlight.
6172
6173 * process.c [!subprocesses]: Define QCname.
6174 (syms_of_process): Intern and staticpro it.
6175
6176 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
6177 Adjust for changes in encoding/decoding routines.
6178 Use encode_coding_object and decode_coding_object instead of
6179 encode_coding and decode_coding.
6180
6181 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
6182
6183 * dosfns.c: Include frame.h before termhooks.h.
6184 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6185 variable termscript.
6186
6187 * s/msdos.h (USER_FULL_NAME): Define.
6188 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6189
6190 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6191 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6192 pw->pw_gecos.
6193
6194 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6195 SELECTED_FRAME as additional (1st) argument.
6196 (tty_read_avail_input): Handle output_msdos_raw in
6197 addition to output_termcap.
6198
6199 * msdos.c: Include frame.h before termhooks.h.
6200 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6201 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6202 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6203 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6204 (IT_set_terminal_modes, IT_reset_terminal_modes)
6205 (IT_set_frame_parameters): Use tty->termscript instead of a global
6206 variable termscript.
6207 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6208 global variable terminal_coding. Don't refer to
6209 Vnonascii_translation_table.
6210 (internal_terminal_init): Set Vwindow_system in current_kboard.
6211 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6212 Announce date and time of session start, if termscript is open.
6213 Don't zero out the_only_display_info (it is done in
6214 term.c:init_tty). Open termscript only of not already open.
6215 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
6216 here instead of dos_ttraw. Don't initialize display if this is an
6217 initial tty. Don't set FRAME_FONT.
6218 (Vwindow_system_version): Bump to 23.
6219 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6220 is available, set up mouse_position_hook.
6221 (dos_ttraw, IT_set_terminal_modes): If called with initial
6222 terminal, do nothing.
6223 (IT_set_frame_parameters): Handle the Qtty_type frame
6224 parameter by calling internal_terminal_init.
6225 (dos_set_window_size, show_mouse_face)
6226 (clear_mouse_face, IT_note_mode_line_highlight)
6227 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6228 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6229 (initialize_msdos_display): New function.
6230 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6231 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6232 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6233 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
6234 Accept additional argument: a pointer to a frame. Update all callers.
6235 (request_sigio, unrequest_sigio): Don't define, now defined on
6236 sysdep.c.
6237 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6238
6239 * term.c [MSDOS]: Include msdos.h.
6240 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6241 conditional to DOS_NT. Allow only one call to this function in a
6242 session. Don't allocate a new struct tty_display_info; instead,
6243 reuse the_only_display_info. Call get_tty_size to get screen
6244 dimensions. Call init_baud_rate to set bad_rate.
6245 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6246 (Fsuspend_tty) [MSDOS]: Don't close input and output.
6247 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
6248 (get_tty_terminal, get_named_tty, Ftty_type)
6249 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6250 output_termcap.
6251 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6252 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
6253 only when subprocesses are supported.
6254
6255 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6256 f->output_data.x.
6257 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6258 terminal devices.
6259
6260 * msdos.h: Remove definition of struct x_display_info and struct
6261 x_output.
6262 (FRAME_FONT): Use output_data.tty.
6263 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
6264 (struct x_display_info): Rename from display_info. Update all users in
6265 msdos.c.
6266 (struct x_output): Remove background_pixel and foreground_pixel.
6267 (the_only_display_info): Rename from the_only_x_display.
6268 (dos_ttraw): Update prototype.
6269
6270 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6271 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6272
6273 2008-08-23 Jason Rumney <jasonr@gnu.org>
6274
6275 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6276 (fn_TIFFSetDirectory): New library function used.
6277 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6278 (tiff_load): Use :index to select among multiple images. Set count
6279 property when multiple images exist.
6280 (gif_format): Use :index, not :image.
6281
6282 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * xdisp.c (try_scrolling): Check INT_MAX instead of
6285 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6286 to obtain INT_MAX.
6287
6288 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6289
6290 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6291
6292 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6293
6294 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6295 GNUstep library location.
6296
6297 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * xfaces.c (x_update_menu_appearance): Check validity of menu font
6300 before using it.
6301
6302 * puresize.h (BASE_PURESIZE): Increase to 1250000.
6303
6304 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6305
6306 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
6307 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
6308 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6309 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
6310 (EmacsApp-cursor_blink_handler): Remove declaration.
6311 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
6312 match 01 Feb 2008 changes in xterm.c.
6313 (ns_read_socket): Add cast to avoid warning.
6314 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
6315 GNUstep.
6316
6317 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * xselect.c (x_get_foreign_selection): Return nil if desired
6320 selection could not be obtained, instead of signalling an error.
6321
6322 2008-08-20 David Reitter <david.reitter@gmail.com>
6323
6324 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
6325 * nsterm.m: Remove ns-specific code for cursor blinking.
6326 (ns_draw_window_cursor): Clear cursor properly rather than
6327 redrawing the area. Respect width of bar cursors.
6328 These changes enable the use of generic blink-cursor-mode and
6329 generic cursor types in NS and support smooth cursor movements (do
6330 not blink off after command).
6331 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
6332 Nextstep, too.
6333
6334 2008-08-19 Kenichi Handa <handa@m17n.org>
6335
6336 * font.c (Vfont_log_deferred): New variable.
6337 (font_add_log): Check Vfont_log_deferred.
6338 (font_deferred_log): New function.
6339
6340 * font.h (font_deferred_log): Extern it.
6341
6342 * fontset.c (reorder_font_vector): Use encoding charset of fonts
6343 for sorting.
6344 (face_for_char): Use deferred log.
6345
6346 2008-08-18 Kenichi Handa <handa@m17n.org>
6347
6348 * fontset.c (face_for_char): Add font log.
6349
6350 * font.c (font_add_log): Add the font properties :script, :lang,
6351 and :otf in the log.
6352
6353 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
6354
6355 * xdisp.c: Remove dead code.
6356 (handle_invisible_prop, next_overlay_string): Defer call to
6357 setup_for_ellipsis.
6358 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
6359
6360 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
6361
6362 * xfaces.c (lookup_derived_face): Properly handle possible zero
6363 return value of get_lface_attributes.
6364 (merge_faces): Don't tell lookup_derived_face to signal an error
6365 if face is not found.
6366
6367 * dired.c (Fdirectory_files): Doc fix.
6368
6369 * process.c (make_process): Initialize kill_without_query struct
6370 member.
6371
6372 2008-08-15 Eli Zaretskii <eliz@gnu.org>
6373
6374 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
6375 Alternative calculation of totphys for Visual Studio 6.
6376
6377 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
6378
6379 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
6380 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
6381 All users changed.
6382 (stat): Only root directory passed to GetDriveType. Allow RAM
6383 disk as well as local fixed disk when w32-get-true-file-attributes
6384 is set to `local'.
6385 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
6386 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
6387 (w32_cached_id, w32_add_to_cache): New functions.
6388 (get_name_and_id): Look account names in the cache before calling
6389 lookup_account_sid.
6390 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
6391 New initialization flags.
6392 (globals_of_w32): Initialize them to zero.
6393 (w32_system_process_attributes): Use w32_cached_id and
6394 w32_add_to_cache.
6395
6396 2008-08-14 Lawrence Mitchell <wence@gmx.li>
6397
6398 * lread.c (Fread_char, Fread_char_exclusive): If no character
6399 event is read before timeout is reached, return nil, rather than
6400 converting to a number.
6401
6402 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * fns.c (use_dialog_box): Doc fix.
6405
6406 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
6407 on OS X.
6408
6409 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * frame.c (Qns_parse_geometry): New var.
6412 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
6413
6414 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * xdisp.c (x_produce_glyphs): Handle the case when font has no
6417 space character in calculating tabs.
6418
6419 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
6420
6421 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
6422
6423 2008-08-10 Glenn Morris <rgm@gnu.org>
6424
6425 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
6426 silence gcc "limited range of data type" warnings in some
6427 make_fixnum_or_float calls.
6428
6429 2008-08-09 Eli Zaretskii <eliz@gnu.org>
6430
6431 * w32.c (w32_system_process_attributes): If the process does not
6432 exist, return nil.
6433
6434 * w32.c: Include thelp32.h, psapi.h and coding.h.
6435 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
6436 declarations.
6437 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
6438 (Process32Next_Proc): New typedefs.
6439 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
6440 (g_b_init_process32_next, g_b_init_open_thread_token)
6441 (g_b_init_impersonate_self, g_b_init_revert_to_self)
6442 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
6443 (g_b_init_get_process_working_set_size)
6444 (g_b_init_global_memory_status_ex): New static variables.
6445 (globals_of_w32): Initialize them.
6446 (create_toolhelp32_snapshot, process32_first, process32_next)
6447 (open_thread_token, impersonate_self, revert_to_self)
6448 (get_process_memory_info, get_process_working_set_size)
6449 (global_memory_status, global_memory_status_ex): New wrapper
6450 functions.
6451 (w32_list_system_processes, w32_system_process_attributes)
6452 (enable_privilege, restore_privilege, ltime, process_times):
6453 New functions.
6454 (convert_time_raw): New function.
6455 (convert_time): Remove conversion of FILETIME into time in 100
6456 nsec units, call convert_time_raw instead.
6457
6458 * process.h (w32_list_system_processes, w32_system_process_attributes):
6459 Add prototypes.
6460 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
6461 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
6462 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
6463 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
6464
6465 * process.c (Fsystem_process_attributes): Doc fix.
6466
6467 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
6470 a continued multi-char glyph; if so, advance to the actual glyph.
6471
6472 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6473
6474 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
6475
6476 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
6477 (.m.o): Use it.
6478 * config.in: Regenerate.
6479
6480 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * xdisp.c (redisplay_window): Revert last change.
6483 (try_window): Check bottom scroll margin too.
6484
6485 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6486
6487 * config.in: Regenerate.
6488
6489 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
6490 -list-load-path-shadows'.
6491 (nsgui.h): Reduce number of things depending on it.
6492
6493 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
6496 instead of window-end which does the wrong thing at eob.
6497 (try_cursor_movement): Minor optimization.
6498 (redisplay_window): If scroll margin is defined, don't assume
6499 window doesn't need scrolling.
6500
6501 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6502
6503 * config.in: Regenerate.
6504
6505 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
6506 (mostlyclean): Don't delete *.d under NS.
6507
6508 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
6509
6510 2008-08-06 Kenichi Handa <handa@m17n.org>
6511
6512 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
6513
6514 2008-08-06 Andreas Schwab <schwab@suse.de>
6515
6516 * config.in: Regenerate.
6517
6518 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
6521 forcing a window start.
6522
6523 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
6524 (auto_save_1): Update modtime when auto-save-list-file-name is on.
6525
6526 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6527
6528 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
6529 argument.
6530
6531 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
6532
6533 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
6534 <scroll-down-aggressively, before-change-functions>:
6535 <after-change-functions>: Reflow docstrings.
6536
6537 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6538 Ken Raeburn <raeburn@gnu.org>
6539
6540 Dock menu customization, based on a patch by Ken Raeburn, plus some
6541 other fixes.
6542 * nsmenu.m (dockMenu): New variable.
6543 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
6544
6545 * nsterm.h (dockMenu): Declare.
6546
6547 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
6548 (ns_term_init): Initialize dockMenu.
6549 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
6550 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
6551 left.
6552
6553 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
6554
6555 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6556
6557 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
6558
6559 * config.in: Regenerate.
6560
6561 2008-08-04 Seiji Zenitani <zenitani@mac.com>
6562
6563 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
6564
6565 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6566
6567 * nsterm.h (find_and_call_menu_selection): Fix prototype.
6568
6569 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6570
6571 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
6572
6573 * keyboard.h: Comment an #endif.
6574
6575 * lisp.h (have_menus_p): Adjust comment.
6576
6577 * menu.c (find_and_return_menu_selection): Fix comparison with
6578 client_data.
6579
6580 * nsmenu.m (popup_activated_flag): New variable.
6581 (popup_activated): New function.
6582 (menu-or-popup-active-p): New exported lisp definition.
6583 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
6584 when popup done.
6585 (ns_popup_dialog): Set popup_activated_flag.
6586
6587 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
6588 version for GNUstep (handled by conditional typedef in nsterm.m).
6589 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
6590 in rgb.txt).
6591
6592 * process.c (init_process): Use DARWIN_OS, not DARWIN.
6593
6594 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
6595
6596 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
6597
6598 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
6599 shortcircuit if popup_activated like GTK and X toolkit.
6600
6601 * m/inter386.h: Change DARWIN to DARWIN_OS.
6602
6603 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
6604 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
6605 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
6606 comment on NO_SOCK_SIGIO.
6607
6608 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * nsterm.m (windowDidResize): Remove stopModal call.
6611
6612 2008-08-03 Andreas Schwab <schwab@suse.de>
6613
6614 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
6615 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
6616
6617 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
6620 Don't use uninitialized pointer variable when using getrlimit.
6621
6622 2008-08-02 Jason Rumney <jasonr@gnu.org>
6623
6624 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
6625
6626 2008-08-02 Eli Zaretskii <eliz@gnu.org>
6627
6628 * alloc.c (NSTATICS): Bump to 0x640.
6629
6630 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
6631
6632 * lisp.h: Add prototype for directory_files_internal.
6633
6634 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
6635 New functions.
6636 (syms_of_process): Defsubr them. Add initializations for various
6637 Q* symbols used in procfs_system_process_attributes.
6638 (procfs_list_system_processes, procfs_system_process_attributes)
6639 [HAVE_PROCFS]: New functions.
6640 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
6641 (procfs_get_total_memory): New functions.
6642
6643 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6644
6645 * xfaces.c (Fx_load_color_file): Fix previous change;
6646 it is #ifdef WINDOWSNT, not WINDOWS_NT.
6647
6648 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6649
6650 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
6651
6652 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6653
6654 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
6655
6656 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6659
6660 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
6661 define NSApplicationDelegateReplySuccess.
6662 (EmacsView -converstationIdentifier): Use long instead of
6663 NSInteger for GNUstep, since it doesn't have NSInteger.
6664
6665 * xmenu.c: Revert last change.
6666
6667 * keyboard.h: Fix last change.
6668
6669 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
6672 on Windows.
6673
6674 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6675
6676 Warning clearing and clean-up in NS port.
6677 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6678 Add prototypes.
6679 * nsgui.h (FACE_DEFAULT): Remove, unused.
6680 (XGCValues): Change colors to unsigned long.
6681 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
6682 nsterm.m.
6683 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
6684 (ns_list_fonts): Remove, unused.
6685 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
6686 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
6687 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
6688 (nsfont_draw): Compare face colors to 0, not nil.
6689 * nsmenu.m (struct widget_value): Drop unneeded declaration.
6690 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
6691 (-addSubmenuWithTitle:): Use NSMenuItem class.
6692 (ns_popup_menu): Use NO, not NULL, for enabled setting.
6693 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
6694 (ns_clip_to_row): Make gc arg a BOOL.
6695 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
6696 ns_clip_to_row() call.
6697 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
6698 used). Cast FRAME_FONT assignments.
6699 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
6700 (ns_string_to_lispmod): Change arg to const char.
6701 (ns_term_init): Use NSMenuItem class.
6702 (EmacsApp -openFile:): Move to different section of file.
6703 (EmacsApp -application:openFiles:): Don't return a value, call
6704 -replyToOpenOrPrint:.
6705 (EmacsView -keyDown:): Fix up cast.
6706 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
6707 (EmacsView -menuDown:): Cast tag in call to
6708 find_and_call_menu_selection().
6709 (ns_list_fonts): Remove, unused.
6710 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
6711 (ns_fontname_to_xlfd): Make static.
6712 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
6713 Remove prototypes (now in keyboard.h).
6714 (next_menubar_widget_id): Remove, unused.
6715 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
6716 Remove prototypes (now in keyboard.h).
6717 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
6718
6719 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6720
6721 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
6722 (floatfns.o): Depend on syssignal.h.
6723 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
6724
6725 * systty.h: Fix previous change that removed BSD_TERMIOS.
6726 Add comments to #ifdefs.
6727
6728 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6729
6730 * w32fns.c (w32-load-color-file): Remove.
6731 (x-open-connection): Use renamed Fx_load_color_file.
6732 * xfaces.c (x-load-color-file): Add.
6733 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
6734 Emacs.clr.
6735 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
6736
6737 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6738
6739 * dbusbind.c (Fdbus_call_method_asynchronously)
6740 (Fdbus_method_error_internal): New defuns.
6741 (xd_read_message): Handle also reply messages.
6742 (Vdbus_registered_functions_table): Extend docstring.
6743
6744 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6745
6746 * keyboard.c (gobble_input): Fix previous change.
6747
6748 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6749
6750 * bitmaps/README:
6751 * xfns.c:
6752 * termcap.c:
6753 * term.c:
6754 * syswait.h:
6755 * systty.h:
6756 * systime.h:
6757 * syssignal.h:
6758 * sysdep.c:
6759 * process.h:
6760 * process.c:
6761 * print.c:
6762 * ndir.h:
6763 * lread.c:
6764 * keyboard.c:
6765 * getpagesize.h:
6766 * floatfns.c:
6767 * fileio.c:
6768 * emacs.c:
6769 * doc.c:
6770 * dispnew.c:
6771 * dired.c:
6772 * data.c:
6773 * callproc.c:
6774 * buffer.c:
6775 * README:
6776 * Makefile.in:
6777 * s/template.h:
6778 * s/msdos.h:
6779 * m/vax.h: Remove VMS support.
6780 * s/vms.h:
6781 * vlimit.h:
6782 * uaf.h:
6783 * temacs.opt:
6784 * param.h:
6785 * ioctl.h: Remove file.
6786
6787 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6788
6789 * s/ms-w32.h (MULTI_KBOARD): Remove.
6790 * xterm.c:
6791 * xselect.c:
6792 * xfns.c:
6793 * window.c:
6794 * w32term.c:
6795 * w32fns.c:
6796 * terminal.c:
6797 * termhooks.h:
6798 * term.c:
6799 * sysdep.c:
6800 * keyboard.h:
6801 * keyboard.c:
6802 * frame.h:
6803 * frame.c:
6804 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
6805 * config.in: Regenerate.
6806
6807 2008-07-30 Jason Rumney <jasonr@gnu.org>
6808
6809 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
6810
6811 * w32font.c (w32font_encode_char): Leave as unicode if in range.
6812 (w32font_open_internal): Get unicode version of textmetrics.
6813 Don't enable or disable glyph indices here.
6814 (w32font_open): Disable use of glyph indices.
6815
6816 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
6817
6818 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * minibuf.c (Vread_buffer_function): Doc fix.
6821
6822 2008-07-30 John Paul Wallington <jpw@pobox.com>
6823
6824 * minibuf.c (read_buffer_completion_ignore_case): New var.
6825 (Fread_buffer): Use it.
6826
6827 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6828
6829 * systty.h (sensemode): Remove empty #if. Remove reference to
6830 BSD_TERMIOS, unused.
6831
6832 * sysdep.c: Remove reference to DGUX.
6833 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
6834
6835 * config.in: Regenerate.
6836
6837 2008-07-30 Jason Rumney <jasonr@gnu.org>
6838
6839 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
6840
6841 2008-07-29 Jason Rumney <jasonr@gnu.org>
6842
6843 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
6844 is populated.
6845 (uniscribe_encode_char): Always use uniscribe.
6846 Avoid using context if cache is populated.
6847
6848 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
6849
6850 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
6851 open menu.
6852
6853 * gtkutil.c (menu_nav_ended): Remove.
6854 (create_menus): Remove signal connect for menu_nav_ended.
6855
6856 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
6857
6858 * xdisp.c (redisplay_window): Check return value of
6859 compute_window_start_on_continuation_line before forcing a window
6860 start.
6861
6862 2008-07-28 Jason Rumney <jasonr@gnu.org>
6863
6864 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
6865
6866 * w32term.c (w32_enable_unicode_output, cleartype_active):
6867 Remove obsolete display options.
6868 (x_draw_glyph_string_background): Don't use old cleartype_active
6869 workaround.
6870 (w32_initialize): Remove cleartype_active initialization.
6871 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
6872
6873 2008-07-28 Andreas Schwab <schwab@suse.de>
6874
6875 * lisp.h (init_weak_hash_tables, syms_of_font)
6876 (xd_read_queued_messages, syms_of_dbusbind): Declare.
6877 (remove_hash_entry): Don't declare.
6878 * eval.c (maybe_call_debugger): Make static and move before use.
6879 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
6880 * xdisp.c: Include "gtkutil.h" if USE_GTK.
6881 * xterm.h (x_set_frame_alpha): Declare.
6882
6883 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
6884
6885 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
6886 (create_menus): Connect selection-done to menu_nav_ended.
6887
6888 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6889
6890 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
6891 Set Vx_resource_name to a fallback. Replace read of 'buffered'
6892 parameter with read of 'alpha' one.
6893 (Qns_frame_parameter): Remove.
6894 * nsselect.m (selection-coding-system)
6895 (next-selection-coding-system, Vselection_coding_system)
6896 (Vnext_selection_coding_system): Drop.
6897
6898 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6899
6900 * nsfns.m (do-applescript, do_applescript): Rename to
6901 ns-do-applescript, ns_do_applescript, and move within file.
6902
6903 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6904
6905 Remove support for Mac Carbon.
6906 * mactoolbox.c:
6907 * macterm.h:
6908 * macterm.c:
6909 * macselect.c:
6910 * macmenu.c:
6911 * macgui.h:
6912 * macfns.c:
6913 * mac.c: Remove file.
6914 * s/darwin.h:
6915 * m/intel386.h:
6916 * xfaces.c:
6917 * xdisp.c:
6918 * window.c:
6919 * tparam.c:
6920 * termhooks.h:
6921 * termcap.c:
6922 * term.c:
6923 * syssignal.h:
6924 * sysselect.h:
6925 * sysdep.c:
6926 * process.c:
6927 * lread.c:
6928 * lisp.h:
6929 * keyboard.c:
6930 * image.c:
6931 * fringe.c:
6932 * frame.h:
6933 * frame.c:
6934 * fontset.c:
6935 * font.h:
6936 * font.c:
6937 * fns.c:
6938 * fileio.c:
6939 * emacs.c:
6940 * dispnew.c:
6941 * dispextern.h:
6942 * config.in:
6943 * atimer.c:
6944 * Makefile.in: Remove code for Carbon.
6945
6946 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6947
6948 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
6949
6950 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6951
6952 * macterm.h (kCGBitmapByteOrder32Host): New define for
6953 non-universal SDKs.
6954
6955 * image.c (mac_create_cg_image_from_image, image_load_image_io)
6956 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
6957
6958 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
6959 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
6960
6961 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
6962
6963 * w32inevt.c: Include dispextern.h.
6964
6965 2008-07-26 Andreas Schwab <schwab@suse.de>
6966
6967 * print.c (print_object): Fix off-by-one in last change.
6968
6969 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
6970
6971 * term.c (syms_of_term): Don't initialize default_orig_pair,
6972 default_set_foreground and default_set_background on Windows.
6973
6974 2008-07-25 Jason Rumney <jasonr@gnu.org>
6975
6976 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
6977 ScriptItemize. Clean up return value checking. Remove unused
6978 variables.
6979 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
6980 shaping engine.
6981
6982 * w32font.c (w32font_has_char): Handle the case where we can't
6983 determine the script for a character.
6984
6985 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * term.c (syms_of_term): Initialize default_orig_pair,
6988 default_set_foreground, and default_set_background.
6989
6990 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
6991 clash (bug#86).
6992 (getloadavg): Callers changed.
6993
6994 * image.c (svg_load_image): Fix last change.
6995 (svg_load_image): Use rsvg_handle_get_dimensions to check that
6996 image size is valid. Use g_object_unref instead of deprecated
6997 rsvg_handle_free to free rsvg handle.
6998 (x_from_xcolors): Don't initialize pixmap (silence compiler).
6999
7000 2008-07-25 Jason Rumney <jasonr@gnu.org>
7001
7002 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7003 surrogates before looking up glyph index.
7004 (w32font_text_extents): Encode as surrogates if falling back to
7005 functions that need UTF-16 wide chars.
7006
7007 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7008 BMP as surrogates before looking up glyph index.
7009
7010 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7011
7012 * image.c (svg_load_image): Check for failure in return value of
7013 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7014
7015 2008-07-25 Jason Rumney <jasonr@gnu.org>
7016
7017 * w32font.c (Fx_select_font): Reverse sense of second arg.
7018
7019 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7022 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7023
7024 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7025 (PURESIZE): Use it.
7026
7027 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7028
7029 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7030 * m/alpha.h (TEXT_END):
7031 * m/ibmrs6000.h (TEXT_END):
7032 * m/macppc.h (TEXT_END):
7033 * s/darwin.h (TEXT_END):
7034 * s/msdos.h (TEXT_END): Remove, unused.
7035 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7036 * s/cygwin.h: Remove comment.
7037
7038 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7039 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7040 * m/intel386.h (DOT_GLOBAL_START):
7041 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7042 (USG): Remove, file not used on USG platforms.
7043
7044 * Makefile.in (HAVE_X11): Remove empty #else.
7045
7046 2008-07-24 Andreas Schwab <schwab@suse.de>
7047
7048 * fileio.c (Finsert_file_contents): Properly adjust undo list
7049 after format conversion.
7050
7051 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7052
7053 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7054 (menu_nav_ended): Remove.
7055 (create_menus): Remove signal connect for menu_nav_ended.
7056 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7057 create_menus.
7058 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7059
7060 2008-07-23 Jason Rumney <jasonr@gnu.org>
7061
7062 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7063 with opened font.
7064 (w32font_open): Set font type to gdi.
7065
7066 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7067
7068 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7069
7070 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7071 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7072 defines it.
7073 * unexec.c (ADDR_CORRECT): Define unconditionally.
7074
7075 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7076
7077 * unexec.c: Remove code depending on !COFF and USG, the file is
7078 not used for such systems.
7079
7080 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7081 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7082 (LD_SWITCH_SYSTEM_1): Remove, update users.
7083
7084 * s/darwin.h (DATA_END):
7085 * m/intel386.h (DATA_END):
7086 * m/ibmrs6000.h (DATA_END):
7087 * m/alpha.h (DATA_END): Remove, unused.
7088
7089 * config.in: Regenerate.
7090 * s/ms-w32.h (subprocesses): Define unconditionally.
7091 * s/template.h (subprocesses): Update comment.
7092 * s/vms.h (subprocesses):
7093 * s/usg5-4.h (subprocesses):
7094 * s/hpux10-20.h (subprocesses):
7095 * s/gnu-linux.h (subprocesses):
7096 * s/cygwin.h (subprocesses):
7097 * s/bsd-common.h (subprocesses):
7098 * s/aix4-2.h (subprocesses):
7099 * s/darwin.h (subprocesses): Do not define, defined by default now.
7100
7101 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7102 Remove all references.
7103 (temacs): Add GNUstep specific ld flags.
7104
7105 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7106 similarly to what X does.
7107
7108 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7109
7110 * nsfns.m (x-list-fonts): Remove.
7111 (syms_of_nsfns): Drop the x-list-fonts declaration.
7112 * nsterm.m: Get rid of remaining "//" comments.
7113
7114 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7117
7118 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7119 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7120 (Fns_own_selection_internal, Fx_disown_selection_internal)
7121 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7122
7123 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7124 ... */' style of docstrings. Doc fixes.
7125
7126 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7127
7128 * terminfo.c (UP, BC, PC): Undo previous change.
7129
7130 * nsfns.m: Rename ns prefixed functions/variables to the
7131 corresponding x versions. Update references.
7132
7133 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7136
7137 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7138
7139 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7140 Remove forwarding functions.
7141 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7142 non-static.
7143 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7144 non-static.
7145 (ns_frame_parm_handlers): Use the new names.
7146 (syms_of_nsfns): Move to the end of file.
7147
7148 * nsterm.m (syms_of_nsterm): Move to the end of file.
7149
7150 * dispnew.c (init_display): Remove code for X10.
7151
7152 2008-07-22 Jason Rumney <jasonr@gnu.org>
7153
7154 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7155 bare drive.
7156
7157 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7158
7159 * nsterm.m (syms_of_nsterm): Remove debugging println.
7160
7161 2008-07-22 David Reitter <david.reitter@gmail.com>
7162
7163 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7164 Carbon implementation of the same functionality: execute arbitrary
7165 AppleScript code.
7166
7167 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7168
7169 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7170 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7171 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7172 (Fx_display_mm_height, Fx_display_mm_width)
7173 (Fx_display_backing_store, Fx_display_visual_class)
7174 (Fx_display_save_under, Fx_open_connection)
7175 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7176 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7177 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7178 (Fx_display_pixel_width, Fx_display_pixel_height)
7179 (Fx_display_usable_bounds, Fx_display_planes)
7180 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7181 ... */' style of docstrings.
7182
7183 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7184
7185 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7186 on this platform.
7187 (mips):
7188 * m/iris4d.h (mips): Do not define.
7189 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7190
7191 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7192
7193 * image.c:
7194 * nsfns.m:
7195 * nsselect.m:
7196 * nsterm.h:
7197 * nsterm.m: Rename ns prefixed functions/variables to the
7198 corresponding x versions. Update references.
7199
7200 * m/ibms390x.h (NO_REMAP): Do not undefine.
7201
7202 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7203
7204 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7207 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7208 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7209 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7210 (Fns_display_mm_height, Fns_display_mm_width)
7211 (Fns_display_backing_store, Fns_display_visual_class)
7212 (Fns_display_save_under, Fns_open_connection)
7213 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7214 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7215 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7216 (Fns_display_pixel_width, Fns_display_pixel_height)
7217 (Fns_display_usable_bounds, Fx_display_planes)
7218 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7219
7220 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7221
7222 * print.c (print_object): Check print_depth before searching for
7223 circularities.
7224
7225 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7228 only sprintf.
7229
7230 2008-07-21 Kenichi Handa <handa@m17n.org>
7231
7232 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7233
7234 2008-07-20 Andreas Schwab <schwab@suse.de>
7235
7236 * syntax.c (find_start_pos, find_start_value)
7237 (find_start_value_byte, find_start_begv, find_defun_start)
7238 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7239
7240 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7241
7242 * s/sol2-3.h: Insert contents of s/sol2.h.
7243 (LD_SWITCH_SYSTEM): Remove redundant definition.
7244 * s/sol2.h: Remove, unused.
7245
7246 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7247
7248 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7249
7250 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7251
7252 * Makefile.in (ns_appdir): Fix typo in find command.
7253
7254 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7255
7256 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7257
7258 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7259 added not supported anymore.
7260
7261 * s/usg5-4-2.h (LIBS_SYSTEM):
7262 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7263
7264 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7265 * s/lynxos.h (GETPGRP_NO_ARG):
7266 * s/hpux10-20.h (NO_SIOCTL_H):
7267 * s/gnu.h (GETPGRP_NO_ARG):
7268 * s/gnu-linux.h (NO_SIOCTL_H):
7269 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7270 * s/cygwin.h (GETPGRP_NO_ARG):
7271 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7272 (C_DEBUG_SWITCH): Remove duplicate definition.
7273
7274 * m/ibms390.h: Remove boilerplate comments.
7275
7276 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7277
7278 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7279 (wait_reading_process_output): Remove code for SunOS, platform not
7280 supported anymore. Use SOLARIS2 instead of sun.
7281
7282 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7283
7284 * font.c (font_open_by_name): Under NS, default lface height to zero.
7285 (font_open_for_lface): Under NS, set size based on frame fontsize.
7286 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7287 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7288
7289 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7290
7291 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7292 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7293 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7294 YES/NO.
7295 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7296 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
7297 * Makefile.in (clean): Clear out build destination dir.
7298
7299 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7300
7301 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
7302 xterm, xselect.
7303 * lisp.h: Remove declaration of hash_remove.
7304 * nsgui.h: Remove redefinitions of hash_remove.
7305 * fns.c (hash_remove): Rename to hash_remove_from_table.
7306
7307 2008-07-19 Seiji Zenitani <zenitani@mac.com>
7308
7309 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
7310 strdup() the family UTF8String before modifying it.
7311
7312 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7313
7314 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
7315 NS_FACE_BACKGROUND with 0 instead of nil.
7316 * nsfont.m (nsfont_draw): Same.
7317
7318 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * nsfns.m (ns_set_background_color): Fix crash.
7321
7322 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
7325
7326 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
7327
7328 * puresize.h (BASE_PURESIZE): Increase to 1240000.
7329
7330 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7331
7332 * gtkutil.c: Include <config.h> instead of "config.h".
7333
7334 * lisp.h (Foverlay_buffer): Add EXFUN.
7335
7336 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
7337 child process to complete child_setup. Undo 2005-09-21 change.
7338
7339 * s/darwin.h: Mention setsid after vfork.
7340
7341 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7342
7343 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
7344 Depend on macgui.h.
7345
7346 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
7347 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
7348
7349 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
7350 and f19.
7351 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
7352
7353 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
7354 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
7355 Remove enumerators.
7356
7357 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
7358 Check if FACE_FROM_ID returns NULL.
7359
7360 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
7361
7362 * w32inevt.c (change_frame_size): Remove extern declaration.
7363 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
7364 change_frame_size.
7365
7366 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7367
7368 * getloadavg.c: Revert last change (2008-07-15).
7369
7370 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7371
7372 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
7373 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
7374 from configure.
7375
7376 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7377
7378 * s/sol2.h:
7379 * s/sol2-4.h: Reorganize conditionals.
7380
7381 * ecrt0.c: Remove code depending on m68000, not used anymore.
7382
7383 * fns.c (hash_remove): Make static.
7384 * lisp.h (hash_remove): Don't prototype.
7385
7386 * m/ibmrs6000.h:
7387 * m/ibms390x.h:
7388 * m/macppc.h: Remove boilerplate comments.
7389
7390 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
7391 Solaris, which does not need them.
7392
7393 * m/vax.h: Remove comments about unsupported systems.
7394
7395 * s/darwin.h: Reorganize ifdefs.
7396
7397 2008-07-17 Andreas Schwab <schwab@suse.de>
7398
7399 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
7400
7401 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 Use SDATA. Follow coding convention of placing operators at
7404 beginning of next line rather than end of previous line, and placing
7405 spaces around infix operators.
7406
7407 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
7408 in case it was defined already.
7409 USE @GNUSTEP_MAKEFILES@ rather than envvars.
7410 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
7411 ns_default.
7412 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
7413 Lisp_Objects.
7414 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
7415 (ns_defined_color, ns_color_to_lisp): Declare.
7416 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
7417 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
7418 it's accepted even with USE_LISP_UNION_TYPE.
7419 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
7420 (update_frame_tool_bar): Remove apparently obsolete tests for
7421 non-integerness of f->tool_bar_lines.
7422 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
7423 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
7424 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
7425 (nsfont_open): Don't confuse NULL for Qnil.
7426 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
7427 * menu.h (find_and_call_menu_selection):
7428 * menu.c (find_and_call_menu_selection): Use just int for vector size.
7429 (find_and_return_menu_selection): Always return something.
7430 * frame.h: Include dispextern.h for Display_Info.
7431 (display_x_get_resource): Declare.
7432
7433 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7434
7435 * syntax.c: Remove stdio.h include accidentally introduced in
7436 Emacs.app commit.
7437 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7438 NS_IMPL_COCOA.
7439 * keyboard.c (handle_async_input, input_available_signal): Remove
7440 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
7441
7442 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
7445 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
7446 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
7447 Use SDATA.
7448
7449 * keymap.c: Remove all NS-specific code.
7450 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
7451 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
7452 where_is_preferred_modifier, return a different value depending on how
7453 preferred is the binding.
7454 (where_is_internal): Adjust accordingly.
7455 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
7456 Adjust to new preferred_sequence_p.
7457 (syms_of_keymap): Declare `where-is-preferred-modifier'.
7458 * keyboard.c (parse_solitary_modifier): Not static any more.
7459 * keyboard.h (parse_solitary_modifier): Declare.
7460
7461 2008-07-16 Andreas Schwab <schwab@suse.de>
7462
7463 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
7464 of easymenu.
7465
7466 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
7467
7468 * xdisp.c (move_it_in_display_line): Account for word wrap, so
7469 that we don't move off the line.
7470
7471 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * keyboard.c (Qsuper): Remove.
7474 (parse_menu_item): Don't call where_is_internal specially for NS.
7475
7476 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7477
7478 * s/gnu-linux.h: Remove boilerplate comments.
7479
7480 * m/alpha.h (__ELF__): Consolidate conditions.
7481
7482 * m/m68k.h (linux): Use GNU_LINUX instead.
7483 Remove boilerplate comments.
7484
7485 * m/intel386.h: Undo refactoring from previous change.
7486 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
7487 too, remove dead code.
7488 (linux): Use GNU_LINUX instead.
7489
7490 2008-07-16 Jason Rumney <jasonr@gnu.org>
7491
7492 * w32gui.h: Repeat 26 June changes lost by last change.
7493
7494 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7495
7496 * systty.h: Remove code for Aix on 386, unsupported platform.
7497
7498 * s/ms-w32.h: Remove boilerplate comments.
7499 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7500
7501 * s/gnu-linux.h (TERM): Remove support.
7502 (HAVE_SYSVIPC): Remove, unused.
7503 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
7504 for this system.
7505
7506 * process.c: Remove support for IRIS, unused.
7507 Remove support for TERM, not relevant anymore.
7508
7509 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
7510 used with the definition.
7511
7512 * s/aix4-2.h (static): Do not undef.
7513
7514 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
7515 only used on Aix.
7516 (HAVE_SYSVIPC): Remove, unused.
7517
7518 * m/hp800.h (CANNOT_DUMP): Do not undef.
7519
7520 * m/alpha.h: Fix comment.
7521
7522 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
7523 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
7524 used by this configuration.
7525 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7526 * unexec.c: Remove code depending on HPUX and
7527 USG_SHARED_LIBRARIES, not used with this file. Remove code
7528 depending on IRIS, unused. Remove if 0-ed code.
7529
7530 * s/template.h: Remove comments about static.
7531
7532 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
7533 Remove if 0-ed code.
7534 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
7535 were the same as the default.
7536 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
7537 Remove boilerplate comments.
7538 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
7539 (HAVE_SYSVIPC): Remove, unused.
7540 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
7541
7542 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7543 Remove boilerplate comments.
7544 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7545 Remove boilerplate comments.
7546 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7547 Remove boilerplate comments.
7548 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
7549
7550 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
7551 USG systems which do not use DATA_SEG_BITS.
7552 Refactor code. Remove boilerplate comments.
7553
7554 * m/ibms390.h:
7555 * m/m68k.h:
7556 * s/bsd-common.h:
7557 * s/cygwin.h:
7558 * s/darwin.h:
7559 * s/freebsd.h:
7560 * s/gnu.h:
7561 * s/msdos.h: Remove boilerplate comments.
7562
7563 * m/iris4d.h: Remove boilerplate comments and code for systems that
7564 do not use this file.
7565 (IRIS_4D): Remove, unused.
7566
7567 * m/mips.h: Remove boilerplate comments and code for systems that
7568 do not use this file.
7569 (SIGN_EXTEND_CHAR):
7570 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7571 * unexmips.c: Remove file, unused.
7572
7573 * editfns.c (Fuser_full_name): Replace the only use of
7574 USER_FULL_NAME with its value.
7575 * config.in: Regenerate.
7576
7577 2008-07-16 David Reitter <david.reitter@gmail.com>
7578
7579 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
7580 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
7581
7582 2008-07-16 Glenn Morris <rgm@gnu.org>
7583
7584 * emacs.c (system-type): Doc fix.
7585
7586 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
7589 If the cache doesn't work, let's fix it, rather than work around it.
7590
7591 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7592
7593 * Makefile.in: Correct additions for nsfont.o in last commit.
7594 * nsfont.m: New file (forgot last commit).
7595
7596 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7597
7598 * callproc.c (set_initial_environment): Initialize
7599 Vprocess_environment under CANNOT_DUMP (fixes crash when
7600 batch-compiling for bootstrap).
7601
7602 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7603 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7604
7605 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
7606 fix crash due to different init order.
7607
7608 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7609
7610 Changes and additions for NeXTstep windowing system (Cocoa and
7611 GNUstep) support.
7612
7613 * Makefile.in:
7614 * config.in: Support defines and build commands for NS port.
7615 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
7616 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
7617 * dispextern.h: Include nsgui.h and add needed typedefs under NS
7618 windowing.
7619 (struct face): Add synth_ital field.
7620 * dispnew.c: Include nsterm.h when compiling under NS windowing.
7621 (init_display): Initialize Vinitial_window_system to "ns" when so
7622 compiled.
7623 * emacs.c: Include GSConfig.h when compiling under GNUstep.
7624 (display_arg): Use under NS.
7625 (main): Under NS, allocate autorelease pool and handle command line
7626 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
7627 (standard_args): Add NS-specific args.
7628 (shut_down_emacs): Shut down NS terminal if compiled under NS.
7629 * font.c (DEFAULT_ENCODING): New variable.
7630 (font_find_for_lface): Use it.
7631 (syms_of_font): Load syms_of_nsfont under NS.
7632 * font.h: Declare nsfont_driver when compiled under NS.
7633 * fontset.c: When compiling under NS, include nsterm.h.
7634 (fontset_from_font): Autoconstruct fontset under NS.
7635 * frame.c (various): Under NS, include nsterm.h, add Qns window system
7636 symbol, document and use it.
7637 (do_switch_frame): When for_deletion under Cocoa, add
7638 Fraise_frame(Qnil).
7639 (x_set_frame_parameters): Ensure font attribute changes are picked up.
7640 (x_get_arg): Allow "yes" and "no" as boolean values.
7641 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
7642 Qright under Cocoa.
7643 (focus-follows-mouse): Default to 0 under NS.
7644 * frame.h (enum output_method): Add output_ns.
7645 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
7646 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
7647 (FRAME_WINDOW_P): NS-specific definition.
7648 * fringe.c (max_used_fringe_bitmap): Make public.
7649 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
7650 (getloadavg): Use NeXT code under descendant OS's.
7651 * image.c (includes and header section, x_create_bitmap_from_data)
7652 (x_create_bitmap_from_file, free_bitmap_record, image_background)
7653 (image_background_transparent, x_clear_image_1)
7654 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7655 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
7656 (x_to_xcolors, x_from_xcolors, x_disable_image)
7657 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
7658 other GUIs, including XPM support using code originally written for
7659 Carbon GUI.
7660 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
7661 using NS API.
7662 (image_ascent): Use font metrics macros instead of direct struct field
7663 access.
7664 * keyboard.c (includes): Add nsterm.h when compiling under NS.
7665 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
7666 Also, handle NS as GTK for menu bar purposes.
7667 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
7668 toolkit where they differ.
7669 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
7670 use cachelist, still needed under NS.
7671 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
7672 (struct widget_value): Define it here for menu.c.
7673 * keymap.c (includes): Include modifier internals.
7674 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
7675 NS.
7676 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
7677 support for preferring sequences using certain modifiers, specified by
7678 the FIRSTONLY argument.
7679 * lisp.h (hash_remove): Rename to avoid name clash when compiling
7680 under NS GNUstep implementation.
7681 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
7682 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
7683 * menu.c: Include nsterm.h under NS.
7684 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
7685 (free_menubar_widget_tree_value, update_submenu_strings)
7686 (find_and_call_menu_selection): Treat NS as X and NT.
7687 (find_and_return_menu_selection): New function, used for popup menus.
7688 * nsgui.h:
7689 * nsterm.h:
7690 * nsfns.m:
7691 * nsimage.m:
7692 * nsmenu.m:
7693 * nsselect.m:
7694 * nsterm.m: New files.
7695 * process.c (wait_reading_process_output): Under NS, call ns_select()
7696 instead of plain select().
7697 * syntax.c (char_quoted): Under NS, avoid a crash when called near
7698 beginning of buffer.
7699 * sysselect.h (init_process): Rename when compiling under Cocoa to
7700 avoid name conflict.
7701 * termhooks.h (display_info): Add ns_display_info to union.
7702 * terminal.c (Fterminal_live_p): Add ns to terminal types.
7703 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
7704 COCOA environment.
7705 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
7706 unexec() signature. (Note, this will dump, but the resulting file
7707 crashes; unexosx is used instead; keeping around for reference and
7708 possible aid in getting dump working under GNUstep.)
7709 * w32gui.h (button_type, widget_value): Remove definitions (now in
7710 keyboard.h).
7711 * window.c: Include nsterm.h when compiling under NS.
7712 * xdisp.c (includes): Include nsterm.h when compiling under NS.
7713 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
7714 other GUI windowing systems.
7715 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
7716 GTK.
7717 (x_consider_frame_title): Under NS, set icon type and frame
7718 modified-state indicator; use ns_set_name_as_filename() when using
7719 formatted title.
7720 (update_window_cursor): Make public when compiling under NS.
7721 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
7722 (hourglass_atimer, Vhourglass_delay
7723 * xfaces.c (header section, init_frame_faces, clear_font_table)
7724 (defined_color, unload_color, x_face_list_fonts)
7725 (prepare_face_for_display): Add NS support parallel to other GUIs.
7726 Emulate GCs like other non-X GUIs.
7727 (split_font_name): Don't lowercase font name under NS.
7728 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
7729 under NS.
7730 * s/darwin.h: Add support for compilation under NS.
7731
7732 2008-07-15 Jason Rumney <jasonr@gnu.org>
7733
7734 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
7735 (w32_show_hourglass): Rename from show_hourglass.
7736 (w32_hide_hourglass): Rename from hide_hourglass.
7737 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
7738 (Vhourglass_delay): Declare extern.
7739 (hourglass_started): Remove.
7740
7741 * xdisp.c (Vhourglass_delay): Remove static.
7742 (hourglass_started, start_hourglass, cancel_hourglass):
7743 Don't include these versions on WINDOWSNT.
7744
7745 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7746
7747 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
7748 variables (formerly in xfns.c).
7749 (show_hourglass, hide_hourglass): New prototypes (same).
7750 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
7751 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
7752 in xfns.c).
7753 (syms_of_xdisp): Declare/initialize display-hourglass,
7754 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
7755 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
7756 formerly in xfns.c.
7757 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7758 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7759 (start_hourglass, cancel_hourglass): Remove.
7760 (show_hourglass, hide_hourglass): Remove prototypes and static
7761 modifiers.
7762 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
7763 hourglass_atimer, hourglass_shown_p declaration/initialization.
7764 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7765 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7766 (start_hourglass, cancel_hourglass): Remove.
7767 (show_hourglass, hide_hourglass): Remove prototypes and static
7768 modifiers.
7769 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
7770 hourglass_atimer, hourglass_shown_p declaration/initialization.
7771 * w32fns.c (display_hourglass_p, Vhourglass_delay)
7772 (DEFAULT_HOURGLASS_DELAY): Remove.
7773 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
7774 hourglass_shown_p declaration/initialization.
7775
7776 2008-07-14 Jason Rumney <jasonr@gnu.org>
7777
7778 * w32fns.c (w32_get_arg): Remove wrapper function.
7779 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
7780 directly.
7781 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
7782
7783 2008-07-14 Kenichi Handa <handa@m17n.org>
7784
7785 * xfont.c (xfont_open): Add workaround for X's bug.
7786
7787 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7788
7789 * fontset.c: Include <stdio.h> unconditionally.
7790
7791 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
7794 for filtering.
7795
7796 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7797
7798 * s/vms.h: Use __GNUC__ instead of _GNUC_.
7799
7800 * m/macppc.h:
7801 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
7802
7803 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
7804 (SPECIAL_EMACS_INT):
7805 * m/ia64.h (SPECIAL_EMACS_INT):
7806 * m/amdx86-64.h (SPECIAL_EMACS_INT):
7807 * s/gnu.h (NLIST_STRUCT):
7808 * s/aix4-2.h (X11R5_INHIBIT_I18N):
7809 * s/gnu-linux.h (LINUX):
7810 * s/msdos.h (HAVE_FACES):
7811 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
7812
7813 * systty.h:
7814 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
7815 anymore.
7816
7817 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7818
7819 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
7820 always defined as int.
7821
7822 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
7823 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
7824 * s/gnu-linux.h (HAVE_WAIT_HEADER):
7825 * s/freebsd.h (HAVE_WAIT_HEADER):
7826 * s/bsd-common.h (HAVE_UNION_WAIT):
7827 * s/aix4-2.h (HAVE_WAIT_HEADER):
7828 * m/mips.h (HAVE_UNION_WAIT):
7829 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
7830 (COFF, static): Do not define, they are undefined later in the file.
7831
7832 * process.c (update_status): Don't use a union.
7833 (status_convert):
7834 (sigchld_handler): Use int instead of WAITTYPE.
7835
7836 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7837
7838 * indent.c (Fvertical_motion): Restore hscroll before moving to
7839 goal column.
7840
7841 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7842
7843 * lisp.h: Remove left over code.
7844
7845 2008-07-11 Andreas Schwab <schwab@suse.de>
7846
7847 * lisp.h: Fix logic in last change.
7848
7849 * menu.h: New file.
7850 * menu.c: Include it.
7851 * xmenu.c: Likewise.
7852 * Makefile.in: Update dependencies.
7853
7854 2008-07-11 Kenichi Handa <handa@m17n.org>
7855
7856 * fontset.c (fontset_from_font): Cancel the previous change.
7857
7858 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7859
7860 * lisp.h:
7861 * w32heap.c:
7862 * emacs.c:
7863 * alloc.c: Replace all references of NO_UNION_TYPE with
7864 USE_LISP_UNION_TYPE.
7865
7866 * m/xtensa.h (NO_UNION_TYPE):
7867 * m/vax.h (NO_UNION_TYPE):
7868 * m/template.h (NO_UNION_TYPE):
7869 * m/sparc.h (NO_UNION_TYPE):
7870 * m/mips.h (NO_UNION_TYPE):
7871 * m/macppc.h (NO_UNION_TYPE):
7872 * m/m68k.h (NO_UNION_TYPE):
7873 * m/iris4d.h (NO_UNION_TYPE):
7874 * m/intel386.h (NO_UNION_TYPE):
7875 * m/ibms390x.h (NO_UNION_TYPE):
7876 * m/ibms390.h (NO_UNION_TYPE):
7877 * m/ibmrs6000.h (NO_UNION_TYPE):
7878 * m/ia64.h (NO_UNION_TYPE):
7879 * m/hp800.h (NO_UNION_TYPE):
7880 * m/arm.h (NO_UNION_TYPE):
7881 * m/amdx86-64.h (NO_UNION_TYPE):
7882 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
7883 defining it the same.
7884
7885 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
7888
7889 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7890
7891 * fileio.c:
7892 * sysdep.c
7893 * systty.h:
7894 * m/ibmrs6000.h:
7895 * m/iris4d.h:
7896 * s/aix4-2.h:
7897 * s/freebsd.h:
7898 * s/gnu-linux.h:
7899 * s/hpux10-20.h:
7900 * s/hpux11.h:
7901 * s/netbsd.h:
7902 * s/sol2-3.h:
7903 * s/sol2-4.h:
7904 * s/sol2.h:
7905 * s/usg5-4.h:
7906 * s/vms.h: Remove references to unused variables.
7907
7908 2008-07-10 Andreas Schwab <schwab@suse.de>
7909
7910 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
7911 pattern before matching the generic family.
7912
7913 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7914
7915 * unexec.c:
7916 * s/vms.h:
7917 * s/usg5-4-2.h:
7918 * s/sol2-5.h:
7919 * s/freebsd.h:
7920 * s/darwin.h: Remove dead code.
7921
7922 * m/template.h:
7923 * m/sparc.h:
7924 * m/mips.h:
7925 * m/m68k.h:
7926 * m/iris4d.h:
7927 * m/intel386.h:
7928 * m/ibms390x.h:
7929 * m/ibms390.h:
7930 * m/ia64.h:
7931 * m/hp800.h:
7932 * m/arm.h:
7933 * m/amdx86-64.h: Remove dead code and references to unused
7934 and compiler defined symbols.
7935
7936 * unexmips.c:
7937 * unexelf.c: Remove references to desupported systems.
7938
7939 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
7940
7941 * m/powermac.h: Remove boilerplate comments.
7942 (NO_REMAP): Remove unused definition.
7943
7944 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
7945 define them.
7946
7947 2008-07-10 Kenichi Handa <handa@m17n.org>
7948
7949 * xfont.c (xfont_open): Log the reason of failure.
7950
7951 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * fontset.c (fontset_get_font_group):
7954 * font.c (font_check_otf): Specify argument types.
7955
7956 2008-07-09 Kenichi Handa <handa@m17n.org>
7957
7958 * coding.c (detect_coding_utf_8): Set detect_info->found only when
7959 non-ASCII char is found.
7960
7961 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
7962 (reorder_font_vector): Change the arg preferred_family to font.
7963 Prefer the spec matching with font.
7964 (fontset_get_font_group): New function.
7965 (fontset_find_font): Change the format of an element of a realized
7966 fontset. Use fontset_get_font_group.
7967 (fontset_font): Try the current fontset, the default fontset, the
7968 fallbacks of the current fontset, and the fallbacks of the default
7969 fontset in this order.
7970 (face_for_char): Delete the shortcut to use the current font.
7971 (fontset_from_font): Don't set fonts for Latin in the fontset.
7972
7973 * font.h (font_make_object, font_match_p): Adjust prototypes.
7974
7975 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
7976
7977 * font.c (font_make_object): New arg entity and pixelsize.
7978 (font_check_otf_features, font_check_otf): New functions.
7979 (font_match_p): Check :lang, :script, and :otf properties.
7980
7981 * xfont.c (xfont_open): Adjust it for the change of
7982 font_make_object.
7983 (xfont_text_extents): Fix initial setting of metrics.
7984
7985 * ftfont.c (struct ftfont_info): New member index, delete member
7986 fc_charset_idx. Make the member order compatible with struct
7987 xftfont_info.
7988 (fc_charset_table): Change charset names to registry names.
7989 (ftfont_pattern_entity): Delete the args registry and
7990 fc_charset_idx. Change the value of :font-entity property
7991 to (FONTNAME . INDEX). Always set :registry property to
7992 `iso10646-1'.
7993 (struct ftfont_cache_data): New struct.
7994 (ftfont_lookup_cache): New arg for_face.
7995 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
7996 (ftfont_driver): Set the member otf_capability.
7997 (ftfont_get_charset): Adjust it for the change of
7998 fc_charset_table.
7999 (OTF_TAG_SYM): New macro.
8000 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8001 for the change of fc_charset_table.
8002 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8003 ftfont_pattern_entity. Add FC_INDEX to objset.
8004 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8005 and ftfont_pattern_entity.
8006 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8007 font_make_object, struct ftfont_info.
8008 (ftfont_has_char): Use ftfont_get_fc_charset.
8009 (ftfont_otf_features, ftfont_otf_capability): New functions.
8010 (ftfont_shape): Use ftfont_get_otf.
8011 (ftfont_text_extents): Fix initial setting of metrics.
8012
8013 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8014 member order compatible with struct ftfont_info.
8015 (xftfont_open): Add FC_CHARSET to the pattern. Set
8016 xftfont_info->ft_size. Don't unlock the face. Check BDF
8017 properties if appropriate.
8018 (xftfont_close): Unlock the face.
8019 (xftfont_anchor_point, xftfont_shape): Deleted.
8020 (syms_of_xftfont): Don't set members anchor_point and shape of
8021 xftfont_driver.
8022
8023 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8024 font_make_object.
8025
8026 * w32font.c (w32font_open): Adjust it for the change of
8027 font_make_object.
8028 (w32font_open_internal): Don't set properties of font_object here.
8029
8030 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * macfns.c (x_create_tip_frame):
8033 * w32fns.c (x_create_tip_frame):
8034 * xfns.c (x_create_tip_frame): Pass parameter argument to
8035 face-set-after-frame-default.
8036
8037 * xfaces.c (Finternal_merge_in_global_face): Save merged
8038 attributes for the default face back into the face vector.
8039
8040 2008-07-08 Andreas Schwab <schwab@suse.de>
8041
8042 * fontset.h: Declare fontset_from_font. Don't declare
8043 new_fontset_from_font and fontset_from_font_name.
8044 * xterm.c: Include "fontset.h".
8045 * Makefile.in (xterm.o): Update dependencies.
8046
8047 2008-07-08 Glenn Morris <rgm@gnu.org>
8048
8049 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8050 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8051
8052 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8055 (x_set_frame_parameters): Don't bind it.
8056
8057 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
8058
8059 * w32fns.c (map_w32_filename): Declare extern.
8060
8061 2008-07-07 Jason Rumney <jasonr@gnu.org>
8062
8063 * w32term.c (WS_EX_LAYERED): Define if not already.
8064
8065 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * xfaces.c (set_font_frame_param): Don't try to set the font
8068 parameter if it is still unspecified in the lface.
8069
8070 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8073 face if it didn't already exist.
8074
8075 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8076
8077 2008-07-05 Andreas Schwab <schwab@suse.de>
8078
8079 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8080
8081 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8084 word-wrapping.
8085 (IT_DISPLAYING_WHITESPACE): New macro.
8086 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8087 when word-wrapping. Simplify word-wrapping logic. Use correct
8088 pixel positions when saving copies of the iterator.
8089 (display_line): Use proper wrap point if the last character on a
8090 line was preceded by whitespace.
8091
8092 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8095
8096 2008-07-04 Kenichi Handa <handa@m17n.org>
8097
8098 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8099
8100 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8101
8102 2008-07-02 Jason Rumney <jasonr@gnu.org>
8103
8104 * xfns.c (syms_of_xfns): Only define x-select-font when both
8105 HAVE_FREETYPE and USE_GTK.
8106
8107 * xdisp.c (next_element_from_display_vector): Move assignment out
8108 of if statement.
8109
8110 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8111
8112 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8113
8114 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8115 (syms_of_fileio): Initialize and export them.
8116 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8117
8118 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8119 (Fsystem_move_file_to_trash): New function.
8120 (syms_of_w32fns): Export it to lisp.
8121
8122 2008-07-01 Jason Rumney <jasonr@gnu.org>
8123
8124 * w32font.c (w32font_text_extents): Don't count overhang as part
8125 of width.
8126
8127 2008-06-30 Miles Bader <miles@gnu.org>
8128
8129 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8130 Add `avoid_cursor_p' field.
8131
8132 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8133 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8134 (append_glyph, append_composite_glyph, produce_image_glyph)
8135 (append_stretch_glyph): Initialize avoid_cursor_p.
8136 (get_it_property): Rename from `get_line_height_property'.
8137 (x_produce_glyphs): Use get_it_property.
8138 (handle_line_prefix, push_display_prop): New functions.
8139 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8140 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8141 New variables.
8142 (syms_of_xdisp): Initialize them.
8143
8144 2008-06-30 Kenichi Handa <handa@m17n.org>
8145
8146 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8147 XftDefaultSubstitute (they are called in XftFontMatch).
8148 (xftfont_open): Fix args to ftfont_font_format.
8149
8150 * ftfont.c (fc_charset_table): New member lang.
8151 (ftfont_resolve_generic_family): New arg pattern.
8152 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
8153 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8154 (ftfont_open): Fix args to ftfont_font_format.
8155 (ftfont_font_format): New arg filename.
8156
8157 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * xfaces.c (Finternal_merge_in_global_face): If default face was
8160 modified, realize it again. Update the font face attribute.
8161
8162 2008-06-29 Jason Rumney <jasonr@gnu.org>
8163
8164 * w32term.c (x_set_frame_alpha): Fix logic.
8165
8166 2008-06-29 Kenichi Handa <handa@m17n.org>
8167
8168 * fontset.c (Finternal_char_font): Return font-object instead of
8169 font-name.
8170
8171 * composite.c (get_composition_id): Fix the width calculation for TAB.
8172
8173 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * indent.c (Fvertical_motion): Properly handle float column arg.
8176
8177 2008-06-28 Jason Rumney <jasonr@gnu.org>
8178
8179 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8180 (pfnSetLayeredWindowAttributes): New function pointer.
8181 (w32_initialize): Initialize it when supported.
8182 (x_set_frame_alpha): New function.
8183
8184 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8185 (w32_frame_parm_handlers): Set alpha handler.
8186
8187 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8188
8189 2008-06-27 Jason Rumney <jasonr@gnu.org>
8190
8191 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8192 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8193 (w32_to_x_charset, x_to_w32_charset)
8194 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8195 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8196 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8197 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8198 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8199 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8200 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8201 (Qw32_charset_unicode): Remove.
8202 (syms_of_w32fns): Update for above changes.
8203
8204 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8205 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8206 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8207 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8208 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8209 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8210 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8211 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8212 (syms_of_w32font): Update for above changes.
8213
8214 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8215
8216 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8217 removed #if.
8218 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8219
8220 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8221 Eli Zaretskii <eliz@gnu.org>
8222
8223 * makefile.w32-in (LOCAL_FLAGS):
8224 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8225
8226 * sysdep.c (_spawnlp, _getpid):
8227 Declare with explicit _cdecl instead of _CRTAPI1.
8228
8229 * editfns.c (Fget_internal_run_time):
8230 Check for WINDOWSNT with #ifdef, not #if.
8231
8232 2008-06-26 Jason Rumney <jasonr@gnu.org>
8233
8234 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8235
8236 * w32term.c (x_draw_glyph_string_foreground)
8237 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8238 Use FONT_HANDLE macro.
8239 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8240
8241 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8242 (uniscribe_encode_char): Use FONT_HANDLE macro.
8243
8244 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8245 (w32font_text_extents): Use precast w32_font.
8246 (w32font_close): Free cached metrics.
8247 (w32font_open_internal): Allocate space for name on stack.
8248
8249 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8252
8253 2008-06-26 Jason Rumney <jasonr@gnu.org>
8254
8255 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8256 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8257
8258 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
8259
8260 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8261
8262 2008-06-26 Jason Rumney <jasonr@gnu.org>
8263
8264 * w32bdf.c, w32bdf.h: Remove obsolete files.
8265
8266 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8267
8268 * w32gui.h: Don't include w32bdf.h.
8269 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8270 Remove obsolete font support.
8271
8272 * w32font.h (struct w32font_info): Remove compat_w32_font.
8273 Add hfont member.
8274 (FONT_COMPAT): Remove obsolete macro.
8275
8276 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8277 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8278 (w32font_open_internal): Remove compat code. Set new hfont member.
8279 (Fx_select_font): Use new hfont member.
8280
8281 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8282 (uniscribe_encode_char): Use new hfont member.
8283
8284 * w32term.c (x_draw_glyph_string_foreground)
8285 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8286 (x_draw_glyph_string): Use metrics in w32font_info.
8287
8288 2008-06-26 Kenichi Handa <handa@m17n.org>
8289
8290 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8291
8292 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8293
8294 * unexnext.c:
8295 * m/ews4800.h:
8296 * m/hp9000s300.h:
8297 * m/ibm370aix.h:
8298 * m/mips-siemens.h:
8299 * m/ncr386.h:
8300 * m/next.h:
8301 * m/pmax.h:
8302 * m/powerpcle.h:
8303 * m/tandem-s2.h:
8304 * s/386bsd.h:
8305 * s/bsd386.h:
8306 * s/bsd4-1.h:
8307 * s/bsd4-2.h:
8308 * s/bsdos2-1.h:
8309 * s/bsdos2.h:
8310 * s/bsdos3.h:
8311 * s/bsdos4.h:
8312 * s/nextstep.h:
8313 * s/ultrix4-3.h:
8314 * s/usg5-0.h:
8315 * s/usg5-2-2.h:
8316 * s/usg5-2.h:
8317 * s/usg5-4-3.h:
8318 * s/ux4800.h:
8319 * s/uxpds.h:
8320 * s/uxpv.h: Remove support for obsolete systems.
8321 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8322 Remove, insert contents in s/hpux10-20.h.
8323 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
8324 Remove, insert contents in s/aix4-2.h.
8325 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
8326 * s/bsd4-3.h: Rename to ...
8327 * s/bsd-common.h: ... this.
8328 * data.c:
8329 * doc.c:
8330 * ecrt0.c:
8331 * emacs.c:
8332 * fileio.c:
8333 * floatfns.c:
8334 * keyboard.c:
8335 * mem-limits.h:
8336 * print.c:
8337 * process.c:
8338 * sysdep.c:
8339 * syssignal.h:
8340 * systty.h:
8341 * syswait.h:
8342 * term.c:
8343 * unexec.c:
8344 * unexelf.c:
8345 * unexhp9k800.c:
8346 * m/hp800.h:
8347 * m/ibmrs6000.h:
8348 * m/mips.h:
8349 * m/vax.h:
8350 * s/darwin.h:
8351 * s/freebsd.h:
8352 * s/gnu.h:
8353 * s/ms-w32.h:
8354 * s/msdos.h:
8355 * s/netbsd.h:
8356 * s/template.h: Remove references to obsolete variables.
8357
8358 * Makefile.in: Add dependencies for all unexec files.
8359 (admindir): Remove unused variable.
8360 (UNEXEC_SRC): Remove references.
8361
8362 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * xfns.c (x_default_font_parameter): If Xft is available, first
8365 try Monospace-12 for the default font.
8366
8367 2008-06-25 Jason Rumney <jasonr@gnu.org>
8368
8369 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
8370
8371 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
8374
8375 * buffer.c (syms_of_buffer): Remove default-word-wrap.
8376
8377 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
8378
8379 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
8380 <scroll-conservatively>: Fix typo in docstring.
8381
8382 * xselect.c (Fx_send_client_event): Doc fix.
8383
8384 2008-06-25 Kenichi Handa <handa@m17n.org>
8385
8386 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
8387
8388 * font.c (font_parse_fcname): Remove unused variables.
8389 (font_sort_entites): Delete the arg SPEC. Caller changed.
8390 Fix for the case of ! best_only.
8391 (font_delete_unmatched): Check DPI and AVGWIDTH too.
8392
8393 * lisp.h (Fstring_to_unibyte): EXFUN it.
8394
8395 * character.h (str_to_unibyte): Extern it.
8396
8397 * character.c (str_to_unibyte): New function.
8398
8399 * fns.c (Fstring_to_unibyte): New function.
8400 (syms_of_fns): Defsubr it.
8401
8402 2008-06-24 Kenichi Handa <handa@m17n.org>
8403
8404 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
8405 DPI too.
8406 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
8407
8408 2008-06-24 Andreas Schwab <schwab@suse.de>
8409
8410 * Makefile.in (${lispsource}loaddefs.el): Rename from
8411 ../lisp/loaddefs.el.
8412 (bootstrap-clean): Do what distclean does but don't remove
8413 Makefile.
8414 (distclean): Depend on bootstrap-clean and remove Makefile.
8415
8416 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8417
8418 * buffer.h (struct buffer): New member word_wrap.
8419
8420 * buffer.c (syms_of_buffer): New variables default-word-wrap and
8421 word-wrap.
8422 (init_buffer_once): Initialize them.
8423
8424 * dispextern.h (struct it): Replace bool truncate_lines_p with a
8425 line_wrap enum possessing three possible values.
8426
8427 * termopts.h: Replace truncate_partial_width_windows with
8428 Vtruncate_partial_width_windows.
8429
8430 * dispnew.c (direct_output_for_insert): Avoid direct output when
8431 inserting a space with word wrap on.
8432
8433 * indent.c (compute_motion): Obey integer values of
8434 truncate-partial-width-windows.
8435
8436 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
8437 replacing truncate_partial_width_windows.
8438 (init_iterator): If Vtruncate_partial_width_windows is an integer,
8439 truncate only if the window width is below that integer.
8440 (start_display, resize_mini_window, produce_stretch_glyph)
8441 (display_string, move_it_in_display_line_to): Use line_wrap.
8442 (back_to_previous_visible_line_start, reseat_1): Reset
8443 string_from_display_prop_p.
8444 (display_line): Extend default face to end of line when wrapping.
8445
8446 2008-06-24 Kim F. Storm <storm@cua.dk>
8447
8448 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
8449 to wrap continued lines at word boundaries.
8450
8451 2008-06-24 Jason Rumney <jasonr@gnu.org>
8452
8453 * font.c (Ffont_face_attributes): Multiply pixel size before point
8454 conversion to avoid multiplying rounding error.
8455
8456 2008-06-23 Jason Rumney <jasonr@gnu.org>
8457
8458 * w32term.c (x_draw_glyph_string_background)
8459 (x_draw_glyph_string): Remove old bdf font code.
8460
8461 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
8462
8463 2008-06-22 Kenichi Handa <handa@m17n.org>
8464
8465 * font.c (font_find_for_lface): Try the adstyle specified in
8466 the property of LFACE_FONT of LFACE (if any).
8467
8468 2008-06-21 Seiji Zenitani <zenitani@mac.com>
8469 Ryo Yoshitake <ryo@shiftmode.net>
8470
8471 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
8472
8473 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
8476 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
8477 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
8478 (witness-emacs): Remove.
8479 (lisp, shortlisp): Move loaddefs.el earlier.
8480 (mostlyclean): Forget about witness-emacs.
8481
8482 2008-06-22 Glenn Morris <rgm@gnu.org>
8483
8484 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
8485 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
8486
8487 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * Makefile.in (PRECOMP): Remove.
8490 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
8491 (witness-emacs): Run `compile-first'.
8492 (.el.elc): Use the new compile-onefile target.
8493
8494 2008-06-21 Kenichi Handa <handa@m17n.org>
8495
8496 * xftfont.c (xftfont_open): Handle QCembolden only when
8497 FC_EMBOLDEN is defined.
8498
8499 2008-06-21 Andreas Schwab <schwab@suse.de>
8500
8501 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
8502 (.el.elc): Likewise.
8503
8504 2008-06-21 Miles Bader <miles@gnu.org>
8505
8506 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
8507 build dir, not the lisp source dir.
8508
8509 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
8512 (bootstrapclean): Remove.
8513 (.el.elc): New rule.
8514 (PRECOMP): New var.
8515 (../lisp/subdirs.el): Remove.
8516 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
8517 (witness-emacs): New target.
8518 (mostlyclean): Remove witness-emacs as well.
8519 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
8520 Add witness-emacs dependency.
8521
8522 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
8523
8524 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
8525 defined by the font.
8526
8527 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
8530 (bootstrap-clean): New target that keeps TAGS around.
8531 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
8532 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
8533
8534 2008-06-20 Jason Rumney <jasonr@gnu.org>
8535
8536 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
8537 Remove obsolete font code.
8538
8539 * w32font.c (font_matches_spec): Use csb bitfield from font signature
8540 to determine language support.
8541
8542 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * sysdep.c (cfsetspeed): New fun extracted from the code.
8545 (cfmakeraw): Move before first use.
8546
8547 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
8548
8549 * sysdep.c (cfmakeraw): Provide fallback implementation.
8550 (serial_configure): Provide fallback implementation of cfsetspeed.
8551
8552 2008-06-20 Kenichi Handa <handa@m17n.org>
8553
8554 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
8555 the pattern.
8556
8557 * fontset.c (fontset_from_font): Copy font_spec before changing
8558 the elements.
8559
8560 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
8561
8562 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
8565 for explicit `font' parameters.
8566
8567 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
8568
8569 2008-06-19 Kenichi Handa <handa@m17n.org>
8570
8571 * frame.c: Include <ctype.h>.
8572 (x_set_font_backend): Allow spacing characters in the X resource
8573 for FontBackend.
8574
8575 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * w32fns.c, xfns.c (Qfont_param): New var.
8578 (syms_of_w32fns): Initialize it.
8579 (x_default_font_parameter): Record explicit `font' into
8580 `font-parameter'.
8581
8582 2008-06-18 Kenichi Handa <handa@m17n.org>
8583
8584 * font.c (font_parse_xlfd): Fix previous change.
8585 (font_parse_fcname): Don't use :fc-unknown-spec.
8586 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
8587 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
8588 (font_add_log): Prepend the driver name to the resulting fonts.
8589
8590 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
8591 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
8592 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
8593
8594 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
8595 (QCembolden): New variables.
8596 (syms_of_xftfont): DEFSYM them.
8597 (xftfont_open): Call XftFontMatch. Don't trust the result of
8598 XftTextExtents8 if the pixel_size is less than 5.
8599
8600 2008-06-18 Andreas Schwab <schwab@suse.de>
8601
8602 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
8603 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
8604
8605 2008-06-18 Jason Rumney <jasonr@gnu.org>
8606
8607 * w32font.c (w32font_list, w32font_match): Add logging.
8608
8609 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
8610
8611 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * font.c (font_parse_fcname): Store divider characters for
8614 unknown-spec list. For known key symbols, intern using correct
8615 symbol name.
8616
8617 2008-06-17 Kenichi Handa <handa@m17n.org>
8618
8619 * xfaces.c (realize_default_face): If the frame is not on window
8620 system, set the fontset of face to nil.
8621
8622 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8623
8624 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
8625
8626 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8627
8628 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
8629 (build_font_name_from_vector): Delete externs.
8630
8631 * xfaces.c (struct font_name): Don't declare.
8632
8633 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
8636
8637 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8638
8639 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
8640
8641 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8642
8643 * font.c (Ffont_spec): Fix usage in docstring.
8644 (Ffont_face_attributes): Doc fix.
8645
8646 2008-06-16 Andreas Schwab <schwab@suse.de>
8647
8648 * font.c (Ffont_face_attributes): Fix definition.
8649
8650 2008-06-16 Jason Rumney <jasonr@gnu.org>
8651
8652 * font.h (font_style_symbolic_from_value): Remove.
8653
8654 * font.c (font_style_symbolic_from_value): Remove.
8655 (font_style_symbolic): Revert to pre 2008-06-13 version.
8656
8657 * w32font.c (w32_to_fc_weight): New function.
8658 (w32font_full_name, logfont_to_fcname): Use it.
8659
8660 2008-06-16 Kenichi Handa <handa@m17n.org>
8661
8662 * font.c (font_check_object): Delete it.
8663 (font_clear_cache): Check if a font-object is alive.
8664 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
8665 font-object to nil.
8666 (font_close_object): Don't check FONT_CLOSE_OBJECT.
8667 (font_at): Don't call font_check_object.
8668 (Ffont_get): Return a symbol for :weight, :slant, and :width.
8669
8670 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * puresize.h (BASE_PURESIZE): Increase to 1230000.
8673
8674 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8675
8676 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
8677
8678 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8679
8680 * font.c (font_parse_fcname): Only one decimal point.
8681 (font_unparse_fcname): Handle data in family and foundry indices
8682 as symbols, not strings.
8683 (font_unparse_gtkname, Ffont_face_attributes): New functions.
8684
8685 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
8686
8687 * font.h (font_unparse_gtkname): Add prototype.
8688
8689 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8690
8691 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
8692
8693 2008-06-15 Andreas Schwab <schwab@suse.de>
8694
8695 * font.c (font_update_drivers): Fix crash when no drivers match.
8696
8697 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
8700 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
8701
8702 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
8705
8706 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * process.c (Fserial_process_configure, Fprocess_send_eof):
8709 Use EQ to compare Lisp_Objects.
8710
8711 2008-06-13 Jason Rumney <jasonr@gnu.org>
8712
8713 * w32fns.c (Fw32_select_font): Remove old font API function.
8714
8715 * w32font.c (logfont_to_fcname): New function.
8716 (Fx_select_font): New font dialog function compatible with
8717 GTK/fontconfig version.
8718
8719 * font.c (font_style_symbolic_from_value): New function.
8720 (font_style_symbolic): Use it.
8721
8722 * font.h (font_style_symbolic_from_value): Declare new function.
8723
8724 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
8725
8726 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
8727 <font-width-table>: Fix typos in docstrings.
8728
8729 2008-06-13 Daniel Engeler <engeler@gmail.com>
8730
8731 These changes add serial port access.
8732 * process.c: Add HAVE_SERIAL.
8733 (Fdelete_process, Fprocess_status, Fset_process_buffer)
8734 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
8735 (list_processes_1, select_wrapper, Fstop_process)
8736 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
8737 (status_notify): Modify to handle serial processes.
8738 [HAVE_SERIAL] (Fserial_process_configure)
8739 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
8740 New functions.
8741 * process.h (struct Lisp_Process): Add `type'.
8742 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
8743 New functions.
8744 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
8745 serial ports.
8746 (serial_open, serial_configure): New functions.
8747 * w32.h: Add FILE_SERIAL.
8748 (struct _child_process): Add ovl_read, ovl_write.
8749
8750 2008-06-13 Kenichi Handa <handa@m17n.org>
8751
8752 * dispextern.h (enum lface_attribute_index): New member
8753 LFACE_FOUNDRY_INDEX.
8754
8755 * font.c (font_score): Delete arg alternate_families. Check only
8756 weight, slant, width, and size. Ignore the difference of alias
8757 style symbols.
8758 (font_sort_entites): Adjust for the above change. Reflect the
8759 order of font-driver to scores.
8760 (font_list_entities): Don't check alternate_familes here.
8761 (font_clear_prop): Handle foundry.
8762 (font_update_lface): Don't parse "foundry-family" form here.
8763 Handle FONT_FOUNDRY_INDEX.
8764 (font_find_for_lface): Likewise. Handle alternate families here.
8765 If registry is nil, try iso8859-1 and ascii-0.
8766 (font_open_for_lface): Pay attention to size in ENTITY.
8767 (font_open_by_name): Simplify by calling font_load_for_lface.
8768 (free_font_driver_list): Delete it.
8769 (font_update_drivers): Preserve the order of backends.
8770 (syms_of_font): Setting of sort_shift_bits adjusted for the change
8771 of font_score and font_sort_entites.
8772 (font_update_sort_order): Likewise.
8773
8774 * xfaces.c (LFACE_FOUNDRY): New macro.
8775 (check_lface_attrs): Check foundry.
8776 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
8777 (merge_face_vectors): Check foundry.
8778 (merge_face_ref): Likewise.
8779 (Finternal_set_lisp_face_attribute): Likewise.
8780 (x_update_menu_appearance): Likewise.
8781 (Finternal_get_lisp_face_attribute): Likewise.
8782 (lface_hash): Likewise.
8783 (lface_same_font_attributes_p): Likewise.
8784 (x_supports_face_attributes_p): Likewise.
8785 (tty_supports_face_attributes_p): Likewise.
8786 (Finternal_set_alternative_font_family_alist): Intern strings.
8787 (Finternal_set_alternative_font_registry_alist): Downcase strings.
8788 (realize_default_face): Set LFACE_FOUNDRY (lface).
8789
8790 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
8791 font-driver at first.
8792
8793 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
8794
8795 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8796
8797 * lread.c (Fload): Use xfree, not free on saved_doc_string.
8798
8799 2008-06-12 Jim Meyering <meyering@redhat.com>
8800
8801 Make unexec_free handle NULL the same way free does.
8802 * unexmacosx.c (unexec_free): Ignore a NULL argument.
8803
8804 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * character.h (CHAR_TO_BYTE_SAFE): New macro.
8807 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
8808 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
8809 (WEAK_ALIAS): Simplify.
8810 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
8811 when searching a unibyte buffer.
8812
8813 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * xfns.c (Fx_select_font): Rename from x-font-dialog.
8816
8817 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
8818
8819 * w32font.c: Include ctype.h.
8820
8821 2008-06-11 Jason Rumney <jasonr@gnu.org>
8822
8823 * w32font.c (w32font_encode_char): Detect missing glyphs that are
8824 misreported as space.
8825 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
8826 as aliases for registry iso10646-1.
8827
8828 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * buffer.c (clone_per_buffer_values): Skip `name'.
8831
8832 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
8833
8834 * font.c (font_parse_fcname): Fix last change; accept decimal
8835 points in font size.
8836
8837 2008-06-10 Jason Rumney <jasonr@gnu.org>
8838
8839 * w32uniscribe.c (add_opentype_font_name_to_list):
8840 Skip non unicode fonts.
8841
8842 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * xfns.c (Fx_font_dialog): New function.
8845
8846 * gtkutil.c (xg_dialog_response_cb): Rename from
8847 xg_file_response_callback.
8848 (pop_down_dialog): Rename from pop_down_file_dialog.
8849 (xg_get_file_name): Callers changed.
8850 (xg_get_font_name): New function.
8851
8852 * gtkutil.h (xg_get_font_name): Insert prototype.
8853
8854 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
8857 x_underline_minimum_display_offset.
8858 (syms_of_xdisp): Declare it here rather than in xterm.c.
8859 * dispextern.h (underline_minimum_offset): Declare it.
8860 * w32term.c (x_draw_glyph_string): Use it.
8861 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
8862 (syms_of_xterm): Don't declare it any more.
8863 (x_draw_glyph_string): Adjust to the new name.
8864
8865 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
8866
8867 * xterm.c (x_underline_minimum_display_offset): New var.
8868 (x_draw_glyph_string): Use it.
8869 (syms_of_xterm): Declare it.
8870
8871 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
8872
8873 * font.c (font_parse_fcname): Accept GTK-style font names too.
8874
8875 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * dired.c (file_name_completion): Don't return t if the match is exact
8878 but with different capitalization.
8879 * minibuf.c (Ftry_completion): Simplify.
8880
8881 * window.c (Vwindow_point_insertion_type): New var.
8882 (set_window_buffer): Use it.
8883 (syms_of_window): Init and export it to Lisp.
8884
8885 2008-06-10 Kenichi Handa <handa@m17n.org>
8886
8887 * font.h (font_intern_prop): Prototype adjusted.
8888
8889 * font.c (font_intern_prop): New arg force_symbol.
8890 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
8891 Adjust for the change of font_intern_prop.
8892
8893 * ftfont.c (ftfont_pattern_entity):
8894 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
8895 (w32_registry):
8896 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
8897 the change of font_intern_prop.
8898
8899 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
8900
8901 * w32menu.c (digest_single_submenu): Declare extern.
8902
8903 2008-06-09 Jason Rumney <jasonr@gnu.org>
8904
8905 * w32term.c (x_make_frame_visible): Use alternate restore flags.
8906
8907 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
8908 (parse_single_submenu): Remove.
8909 (digest_single_submenu): Remove.
8910 (syms_of_w32menu): Don't initialise variables that have moved
8911 to menu.c.
8912 (set_frame_menubar): Sync with version in xmenu.c.
8913 (w32_menu_show): Sync with xmenu_show in xmenu.c.
8914
8915 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
8916 Make static again.
8917
8918 2008-06-09 Jason Rumney <jasonr@gnu.org>
8919
8920 Changes to w32 files related to the move of common menu code
8921 to menu.c on 2008-06-08 by Chong Yidong.
8922
8923 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
8924 defs to w32gui.h.
8925 (single_keymap_panes, push_menu_item, push_menu_pane):
8926 Make globally visible.
8927
8928 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
8929 (local_free, malloc_widget_value, free_widget_value)
8930 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
8931 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
8932 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8933 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
8934 (menu_items, menu_items_allocated, menu_items_used)
8935 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
8936 (init_menu_items, finish_menu_items, discard_menu_items)
8937 (grow_menu_items, push_submenu_start, push_submenu_end)
8938 (push_left_right_boundary, push_menu_pane, push_menu_item)
8939 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
8940 (free_menubar_widget_tree_value, parse_single_submenu)
8941 (update_submenu_strings): Remove functions.
8942 (xmalloc_widget_value): Remove and declare extern.
8943
8944 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
8945 (OBJ1): Build it.
8946
8947 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
8948 (local_heap, local_alloc, local_free, malloc_widget_value)
8949 (free_widget_value): Define here.
8950
8951 2008-06-09 Kenichi Handa <handa@m17n.org>
8952
8953 * font.h (Qascii_0): Extern it.
8954
8955 * font.c (Qascii_0): New variable.
8956 (syms_of_font): DEFSYM it.
8957 (font_open_by_name): If the registry "iso8859-1" fails, try also
8958 "ascii-0".
8959
8960 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
8961
8962 2008-06-08 Kenichi Handa <handa@m17n.org>
8963
8964 * .gdbinit (xfont): New command.
8965
8966 2008-06-08 Andreas Schwab <schwab@suse.de>
8967
8968 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
8969 * Makefile.in (menu.o): Update dependencies.
8970
8971 * Makefile.in (obj): Always add menu.o.
8972 * emacs.c (main): Always call syms_of_menu.
8973 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
8974
8975 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
8976
8977 * Makefile.in: Compile menu.c.
8978
8979 * lisp.h: Declare syms_of_menu.
8980
8981 * emacs.c (main): Call syms_of_menu.
8982
8983 * keyboard.h: Relocate platform-independent menu definitions from
8984 xmenu.c.
8985
8986 * menu.c: New file. Relocate platform-independent menu
8987 definitions from xmenu.c. Suggested by Adrian Robert.
8988
8989 * xmenu.c: Remove platform-independent menu definitions.
8990 (menu_items menu_items_inuse, menu_items_allocated)
8991 (menu_items_used, menu_items_n_panes)
8992 (menu_items_submenu_depth): Move to keyboard.h.
8993 (init_menu_items, finish_menu_items, unuse_menu_items)
8994 (discard_menu_items, restore_menu_items, save_menu_items)
8995 (grow_menu_items, push_submenu_start, push_submenu_end)
8996 (push_left_right_boundary, push_menu_pane, push_menu_item)
8997 (keymap_panes, single_keymap_panes, single_menu_item)
8998 (list_of_panes, list_of_items, find_and_call_menu_selection)
8999 (xmalloc_widget_value, free_menubar_widget_value_tree)
9000 (parse_single_submenu, digest_single_submenu)
9001 (update_submenu_strings): Move to menu.c.
9002
9003 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9006
9007 2008-06-06 Miles Bader <miles@gnu.org>
9008
9009 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9010 face, not frame default.
9011
9012 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9013
9014 * window.c (pop_up_windows, pop_up_frames)
9015 (display_buffer_reuse_frames, Vpop_up_frame_function)
9016 (Vdisplay_buffer_function, Veven_window_heights)
9017 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9018 (Vspecial_display_function, Vsame_window_buffer_names)
9019 (Vsame_window_regexps, split_height_threshold)
9020 (Vsplit_window_preferred_function): Move those vars to window.el.
9021 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9022 (Fdisplay_buffer): Move those functions to window.el.
9023 (syms_of_window): Remove corresponding declarations.
9024 (display_buffer): New function.
9025 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9026 * dispnew.c (Flast_nonminibuf_frame): New function.
9027 * buffer.c (Fpop_to_buffer): Move to window.el.
9028
9029 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9032
9033 2008-06-05 Kenichi Handa <handa@m17n.org>
9034
9035 * coding.c (detect_coding): Fix previous change.
9036 (detect_coding_system): Likewise.
9037
9038 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9041
9042 * keymap.c (Vminibuffer_local_filename_must_match_map):
9043 Rename from Vminibuffer_local_must_match_filename_map.
9044 (syms_of_keymap):
9045 * minibuf.c (Fcompleting_read): Adjust accordingly.
9046 * commands.h: Rename declaration as well.
9047
9048 2008-06-05 Kenichi Handa <handa@m17n.org>
9049
9050 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9051 family name.
9052 (Ffont_put): Likewise.
9053
9054 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9055 current font-spec.
9056
9057 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9058 is unspecified.
9059
9060 * xfaces.c (realize_x_face): If the font-related face attributes
9061 are the same as those of default face, realize a new fontset from
9062 default->fontset.
9063 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9064
9065 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9068 (move_it_in_display_line): New wrapper.
9069
9070 * window.c (window_scroll_pixel_based_preserve_x)
9071 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9072 (window_scroll_pixel_based, window_scroll_line_based):
9073 Use them to preserve column positions.
9074 (syms_of_window): Initialize them.
9075
9076 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9077 (HPOS . VPOS) pair.
9078
9079 * dispextern.h (move_it_in_display_line): Declare.
9080
9081 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
9082
9083 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9084 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9085 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9086
9087 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * window.c (Fset_window_parameter): Doc fix.
9090 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9091
9092 2008-06-04 Joakim Verona <joakim@verona.se>
9093
9094 * window.h (struct window): Add new member window_parameters.
9095
9096 * window.c (Fwindow_parameters, Fwindow_parameter)
9097 (Fset_window_parameter): New defuns.
9098 (syms_of_window): Defsubr the new defuns.
9099 (make_window): Initialize window_parameters to nil.
9100
9101 2008-06-04 John Paul Wallington <jpw@pobox.com>
9102
9103 * eval.c (Fdefmacro): Doc fix.
9104
9105 2008-06-04 Kenichi Handa <handa@m17n.org>
9106
9107 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9108 Be sure to call setup_coding_system when we find a proper coding system.
9109 (detect_coding_system): Fix handling of coding->head_ascii.
9110
9111 2008-06-03 Andreas Schwab <schwab@suse.de>
9112
9113 * font.c (font_prop_validate_spacing): Fix last change.
9114
9115 2008-06-03 Kenichi Handa <handa@m17n.org>
9116
9117 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9118 (font_parse_fcname): Fix handling of unknown key.
9119
9120 * xfont.c (xfont_list): Try an alias.
9121
9122 * charset.c (char_charset): Return NULL if the arg charset_list is
9123 specified and C doesn't belong to any of them.
9124
9125 2008-06-02 Chip Coldwell <coldwell@redhat.com>
9126
9127 * font.c (font_pixel_size): Don't take cdr of an integer.
9128
9129 2008-06-02 Jim Meyering <meyering@redhat.com>
9130
9131 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9132 * alloc.c (xfree): Return right away for a NULL arg.
9133 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9134 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9135 * mac.c (create_apple_event_from_event_ref): Likewise.
9136 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9137 Likewise.
9138 * doprnt.c (doprnt1): Likewise.
9139 * frame.c (frame): Likewise.
9140 * keyboard.c (wipe_kboard): Likewise.
9141 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9142 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9143 * term.c (tty_default_color_capabilities, maybe_fatal)
9144 (delete_tty): Likewise.
9145 * w16select.c (string): Likewise.
9146 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9147 * w32bdf.c (w32_free_bdf_font): Likewise.
9148 * w32fns.c (w32_unload_font): Likewise.
9149 * w32font.c (w32font_close): Likewise.
9150 * window.c (size_window): Likewise.
9151 * xselect.c (receive_incremental_selection): Likewise.
9152 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9153 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9154 * w32.c (stat): Likewise.
9155
9156 Remove useless if-before-free tests.
9157 * editfns.c (Fset_time_zone_rule): Likewise.
9158 * lread.c (nosuffix): Likewise.
9159 * ralloc.c (get_bloc): Likewise.
9160 * regex.c (reg_free): Likewise.
9161 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9162 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9163 * xsmfns.c (smc_save_yourself_CB): Likewise.
9164
9165 2008-06-02 Kenichi Handa <handa@m17n.org>
9166
9167 * font.c (font_find_for_lface): Handle float font size.
9168 (font_open_for_lface): Likewise.
9169
9170 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9171 comparing the properties.
9172
9173 2008-06-01 Jason Rumney <jasonr@gnu.org>
9174
9175 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9176 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9177 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9178 Don't add empty script list.
9179 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9180
9181 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9182
9183 * Makefile.in (dot, dotdot): Remove, update users.
9184 ".." has been used elsewhere in the file for a long time.
9185 (LIBXT_STATIC): Remove conditional based on unused variable.
9186
9187 2008-06-01 Miles Bader <miles@gnu.org>
9188
9189 * xfaces.c (Vface_remapping_alist): New variable.
9190 (syms_of_xfaces): Initialize it.
9191 (enum named_merge_point_kind): New type.
9192 (struct named_merge_point): Add `named_merge_point_kind' field.
9193 (push_named_merge_point): Make cycle detection respect different
9194 named-merge-point kinds.
9195 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9196 Remove face-name alias resolution.
9197 (lface_from_face_name): New definition using
9198 `lface_from_face_name_no_resolve'.
9199 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9200 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9201 (get_lface_attributes): New definition that layers face-remapping on
9202 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9203 (lookup_basic_face): New function.
9204 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9205 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9206 `get_lface_attributes'.
9207 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9208 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9209 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9210
9211 * xdisp.c (init_iterator): Pass base_face_id through
9212 `lookup_basic_face' when we actually use it as a face-id.
9213 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9214 DEFAULT_FACE_ID.
9215
9216 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9217 lookup the initial face-id.
9218
9219 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9220
9221 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9222
9223 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9224 (Fremove_text_properties): Fix typos in docstrings.
9225
9226 2008-05-31 Kenichi Handa <handa@m17n.org>
9227
9228 * font.c (font_list_entities): Fix the car part of data to be
9229 stored in the cache.
9230
9231 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9232
9233 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9236 Add a `test' argument so another predicate than `equal' can be used.
9237 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9238 (map_char_table): Remove unused vars `c' and `i'.
9239 * lisp.h (Foptimize_char_table): Adjust declaration.
9240 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9241
9242 2008-05-30 Kenichi Handa <handa@m17n.org>
9243
9244 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9245 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9246 defined.
9247
9248 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9251 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9252 frame-local settings for the same variable.
9253
9254 2008-05-30 Kenichi Handa <handa@m17n.org>
9255
9256 * fontset.c (Ffont_info): Move to font.c.
9257 (syms_of_fontset): Delete defsubr of Sfont_info.
9258
9259 * font.c (font_style_to_value, font_score): Delete casting of the
9260 args to xstcasecmp.
9261 (register_font_driver): Increment num_font_drivers only when
9262 registering the driver globally.
9263 (Ffont_info): Move from fontset.c. Handle a font object too.
9264 (syms_of_font): Defsubr Sfont_info.
9265
9266 2008-05-29 Kenichi Handa <handa@m17n.org>
9267
9268 * coding.h (enum define_coding_utf8_arg_index): New enum.
9269 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9270 coding_attr_utf_bom.
9271 (enum utf_bom_type): Rename from utf_16_bom_type.
9272 (struct utf_16_spec): Adjust for the above change.
9273 (struct coding_system): Add utf_8_bom in `spec' union.
9274
9275 * coding.c (CODING_UTF_8_BOM): New macro.
9276 (enum coding_category): Delete coding_category_utf_8, add
9277 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9278 coding_category_utf_8_sig.
9279 (CATEGORY_MASK_UTF_8): Delete it.
9280 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9281 (CATEGORY_MASK_UTF_8_SIG): New macros.
9282 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9283 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9284 CATEGORY_MASK_UTF_8_SIG.
9285 (CATEGORY_MASK_UTF_8): New macro.
9286 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9287 (detect_coding_utf_8): Check BOM.
9288 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9289 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9290 (encode_coding_utf_16): Likewise.
9291 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9292 (detect_coding, detect_coding_system): Handle utf-8-auto.
9293 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9294 (syms_of_coding): Fix setting up of Vcoding_category_table.
9295
9296 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * process.c (Faccept_process_output): If `millisec' is non-nil,
9299 `seconds' default to 0.
9300 (wait_reading_process_output): Also return non-nil if we read output
9301 from a non-running process.
9302
9303 2008-05-29 Jason Rumney <jasonr@gnu.org>
9304
9305 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
9306 `raster' specified.
9307 (add_font_entity_to_list): Allow non-opentype truetype fonts back
9308 in the uniscribe backend, but disallow any font that has no
9309 unicode subrange support.
9310
9311 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9312
9313 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9314 Fix typos in docstrings.
9315
9316 2008-05-29 Kenichi Handa <handa@m17n.org>
9317
9318 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
9319 (Fx_family_fonts): Set frame correctly.
9320
9321 2008-05-28 Jason Rumney <jasonr@gnu.org>
9322
9323 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
9324
9325 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
9328 calling build_annotations.
9329
9330 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
9331
9332 * coding.c (Fdecode_coding_region, Fencode_coding_region)
9333 (Fencode_coding_string):
9334 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
9335 <latin-extra-code-table>: Fix typos in docstrings.
9336 (syms_of_coding) <coding-system-alist>: Doc fix.
9337 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
9338
9339 2008-05-28 Kenichi Handa <handa@m17n.org>
9340
9341 * fontset.c (Ffont_info): Don't call font_close_object.
9342
9343 * font.c (font_parse_family_registry): Use Ffont_put to validate
9344 foundry and family.
9345 (font_delete_unmatched): Don't check spacing.
9346 (font_list_entities): Add spacing to the spec to list fonts.
9347
9348 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
9349 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
9350
9351 * coding.c (encode_coding_raw_text): Fix previous change.
9352 (encode_coding_object): When the dst_object is a buffer and is
9353 different from src_object, move gap to PT.
9354
9355 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9356
9357 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
9358
9359 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * coding.c (encode_coding_raw_text): Set coding->produced_char for
9362 all branches. Compute it differently.
9363
9364 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
9365
9366 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
9367
9368 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
9369 into "else if () ... else ...".
9370
9371 2008-05-27 Jason Rumney <jasonr@gnu.org>
9372
9373 * w32font.c (w32font_open_internal): Determine if glyph indices
9374 are likely to work here.
9375
9376 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
9379 draw overlap glyphs with appropriate highlighting.
9380
9381 2008-05-27 Kenichi Handa <handa@m17n.org>
9382
9383 * xfont.c (xfont_open): Fix calculation of font->average_width.
9384
9385 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * casefiddle.c (casify_object): Try to guess better whether the
9388 argument is a byte or a char.
9389
9390 2008-05-26 Andreas Schwab <schwab@suse.de>
9391
9392 * xselect.c (x_reply_selection_request): Properly handle format == 32.
9393 Always send multiples of format size.
9394
9395 * xterm.c (x_set_frame_alpha): Fix type mismatch.
9396
9397 2008-05-26 Jason Rumney <jasonr@gnu.org>
9398
9399 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
9400 (compute_metrics): Don't set failure if we just cleared the cache.
9401 (w32_weight_table): Remove unused variable.
9402 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
9403 backwards compatibility.
9404
9405 2008-05-25 Kenichi Handa <handa@m17n.org>
9406
9407 * w32term.c (x_draw_glyph_string):
9408 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
9409
9410 * xfaces.c: Delete unused function prototypes.
9411 (xstrlwr, font_frame): Delete them.
9412 (clear_face_cache): Delete unused variable.
9413
9414 * xftfont.c (xftfont_open): Delete unused variable.
9415 If underline_thickness is not 1, adjust underline_position.
9416
9417 * ftxfont.c (ftxfont_open): Delete unused variable.
9418
9419 * fontset.c (face_for_char): Optimize for the case of no charset
9420 property.
9421
9422 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
9423 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
9424 (otf_open, font_otf_capability, generate_otf_features)
9425 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9426 Comment out by surrounding "#if 0" and "#endif" for the moment.
9427 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
9428 (syms_of_font): Codes for accessing above commented out.
9429
9430 2008-05-24 Eli Zaretskii <eliz@gnu.org>
9431
9432 * w32proc.c: Include dispextern.h.
9433
9434 * w32.c: Include dispextern.h.
9435
9436 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
9439 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
9440 Fix typos in docstrings.
9441
9442 2008-05-23 Jason Rumney <jasonr@gnu.org>
9443
9444 * xsmfns.c: Remove includes that are already included by config.h.
9445
9446 2008-05-23 Kenichi Handa <handa@m17n.org>
9447
9448 * charset.c (Qemacs, charset_emacs): New variables.
9449 (char_charset): Fix for non-Unicode characters.
9450 (syms_of_charset): Define charset_emacs.
9451
9452 * w32term.c (x_draw_glyph_string): Be sure to update
9453 s->underline_thickness and s->underline_position. Be sure to draw
9454 underline within the current line area.
9455
9456 * xterm.c (x_draw_glyph_string): Be sure to update
9457 s->underline_thickness and s->underline_position. Be sure to draw
9458 underline within the current line area.
9459
9460 * fontset.c: Delete unused variables and add casting for char *
9461 throughout the file.
9462 (fontset_font): Try the fallback fonts of the current fontset
9463 before consulting the default fontset.
9464
9465 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
9466
9467 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
9468
9469 2008-05-22 Jason Rumney <jasonr@gnu.org>
9470
9471 * font.c: Don't include strings.h.
9472
9473 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
9474
9475 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
9476 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
9477 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
9478 to call xstrcasecmp.
9479
9480 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
9481
9482 * fontset.c (fs_query_fontset): Use xstrcasecmp.
9483
9484 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
9485
9486 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
9487
9488 2008-05-22 Kenichi Handa <handa@m17n.org>
9489
9490 * puresize.h (BASE_PURESIZE): Increase to 1220000.
9491
9492 * font.c (font_prop_validate_style): Adjust for the format
9493 change of font_style_table.
9494
9495 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
9496 two args.
9497
9498 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
9499 two args.
9500
9501 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * minibuf.c (keys_of_minibuf): Delete.
9504 * lisp.h (keys_of_minibuf): Delete.
9505 * emacs.c (main): Don't call keys_of_minibuf.
9506
9507 2008-05-22 Kenichi Handa <handa@m17n.org>
9508
9509 * ftfont.c (ftfont_resolve_generic_family): Rename from
9510 ftfont_list_generic_family. Return a single family for each
9511 generic family.
9512 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
9513 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
9514 Call font_add_log.
9515 (ftfont_match): Call font_add_log.
9516
9517 * font.h (Ffont_xlfd_name): EXFUN adjusted.
9518 (FONT_DEBUG): Define it.
9519 (font_add_log): Extern it.
9520 (font_assert): Rename from xassert.
9521
9522 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
9523 (xfont_list_family): Call font_add_log.
9524 (xfont_match): Likewise.
9525 (memq_no_quit): Delete.
9526
9527 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
9528 call of Ffont_xlfd_name.
9529
9530 * xfaces.c (struct table_entry, slant_table, weight_table)
9531 (swidth_table): Move to font.c.
9532
9533 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
9534 xassert are changed to font_assert. Delete many unused variables.
9535 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
9536 New variables.
9537 (struct table_entry): Move from xfaces.c and modified.
9538 (weight_table, slant_table, width_table): Move from xfaces.c and
9539 contents adjusted for the change of struct table_entry.
9540 (font_style_to_value, font_style_symbolic): Adjust for the
9541 format change of font_style_table.
9542 (font_parse_family_registry): Don't overwrite existing foundry and
9543 family of font_spec.
9544 (font_score): Fix calculation of diff for sizes.
9545 (font_sort_entites): Call font_add_log.
9546 (font_delete_unmatched): Return a newly created list.
9547 (font_list_entities): Fix previous change. Call font_add_log.
9548 (font_matching_entity, font_open_entity, font_close_entity):
9549 Call font_add_log.
9550 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
9551 (Finternal_set_font_style_table): Delete.
9552 (BUILD_STYLE_TABLE): New macro.
9553 (build_style_table): New function.
9554 (Vfont_log, font_log_env_checked): New variables.
9555 (font_add_log): New function.
9556 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
9557 Declare Lisp variables "font-weight-table", "font-slant-table",
9558 "font-width-table", and "font-log". Initialize font_style_table.
9559
9560 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
9561
9562 * xterm.c (x_set_frame_alpha): Move declarations before statements.
9563
9564 2008-05-21 Seiji Zenitani <zenitani@mac.com>
9565 Ryo Yoshitake <ryo@shiftmode.net>
9566
9567 * frame.c (Qalpha): Add a new frame parameter `alpha'.
9568 (Vframe_alpha_lower_limit): New variable.
9569 (x_set_alpha): New function.
9570
9571 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9572
9573 * xfns.c (x-create-frame, Qalpha):
9574 Initialize the frame parameter `alpha'.
9575 * xterm.c (OPAQUE, OPACITY): New.
9576 (x_set_frame_alpha): New function.
9577 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
9578
9579 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
9580 * w32fns.c (w32_frame_parm_handlers): Likewise.
9581
9582 2008-05-20 Jason Rumney <jasonr@gnu.org>
9583
9584 * w32font.c (add_font_entity_to_list): Don't add non-opentype
9585 truetype fonts to opentype list.
9586
9587 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * fontset.c (Ffontset_info): Doc fix.
9590 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
9591 <ignore-relative-composition>: Fix typos in docstrings.
9592
9593 * font.c (syms-of-font) <font-encoding-alist>:
9594 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
9595 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
9596 (Ffont_otf_alternates): Doc fixes.
9597
9598 2008-05-20 Kenichi Handa <handa@m17n.org>
9599
9600 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
9601 font.h through out the file.
9602 (FONT_DRIVERS): Rename from FONTOBJ.
9603 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
9604 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
9605
9606 * emacs.c (main): Call syms_of_font unconditionally.
9607
9608 * font.h (find_font_encoding): Extern it.
9609
9610 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
9611 fontset.c.
9612 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
9613 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
9614 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
9615 only when HAVE_WINDOW_SYSTEM is defined.
9616 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
9617 when HAVE_WINDOW_SYSTEM is defined.
9618
9619 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
9620 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
9621
9622 * xfaces.c: Include font.h unconditionally.
9623 (merge_face_ref, merge_face_vectors)
9624 (Finternal_set_lisp_face_attribute): Cancel the previous change.
9625
9626 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
9629 indirect_variable.
9630 * eval.c (lisp_indirect_variable): New fun.
9631 (Fuser_variable_p): Use it.
9632
9633 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * lisp.h (indirect_variable):
9636 * data.c (indirect_variable, let_shadows_buffer_binding_p):
9637 Use Lisp_Symbol pointers rather than Lisp_Object.
9638 Adjust callers.
9639 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
9640 To this end, change calling-convention.
9641
9642 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
9643 if some non-hidden buffers are selected by string&pred.
9644
9645 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * process.c (wait_reading_process_output): Always check status
9648 when in batch mode.
9649
9650 2008-05-19 Kenichi Handa <handa@m17n.org>
9651
9652 * font.c (font_list_entities): Fix handling of cache.
9653 (font_matching_entity): Likewise.
9654
9655 * ftfont.c (cs_iso8859_1): Delete.
9656 (ft_face_cache): New variable.
9657 (struct ftfont_info): New member fc_charset_idx.
9658 (ftfont_build_basic_charsets): Delete.
9659 (fc_charset_table): New variable.
9660 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
9661 . FC_CHARSET_IDX) as :font-entity property in the font entity.
9662 Callers changed.
9663 (ftfont_lookup_cache, ftfont_get_charset): New functions.
9664 (ftfont_spec_pattern): New argument fc_charset_idx.
9665 Check registry more rigidly. Change callers.
9666 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
9667 change of :font-entity property of the font.
9668
9669 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
9670 property of the font.
9671
9672 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
9673
9674 * coding.c (Fcoding_system_p): Rename argument to match docstring.
9675 (Funencodable_char_position, Fcheck_coding_systems_region)
9676 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
9677 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
9678 (Ffind_operation_coding_system, Fset_coding_system_priority)
9679 (Fcoding_system_eol_type): Doc fixes.
9680
9681 2008-05-17 Glenn Morris <rgm@gnu.org>
9682
9683 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
9684
9685 2008-05-16 Eli Zaretskii <eliz@gnu.org>
9686
9687 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
9688 and st_gid.
9689
9690 * frame.c (Fdelete_frame): Don't call font_update_drivers if
9691 HAVE_WINDOW_SYSTEM is not defined.
9692
9693 * xfaces.c (merge_face_ref, merge_face_vectors)
9694 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
9695 HAVE_WINDOW_SYSTEM is defined.
9696 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
9697
9698 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
9701
9702 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9703
9704 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
9705
9706 2008-05-15 Kenichi Handa <handa@m17n.org>
9707
9708 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
9709 preference.
9710
9711 2008-05-15 Glenn Morris <rgm@gnu.org>
9712
9713 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
9714
9715 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
9716
9717 * fns.c (init_fns): Don't initialize weak_hash_tables here.
9718 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
9719
9720 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
9721
9722 2008-05-15 Kenichi Handa <handa@m17n.org>
9723
9724 * ftfont.c (ftfont_list): Downcase family name to check generic
9725 families.
9726
9727 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
9728 font-spec for QCfont value.
9729
9730 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
9731 buffer. Check the return value of it.
9732
9733 2008-05-14 Jason Rumney <jasonr@gnu.org>
9734
9735 * w32term.c (w32_get_glyph_overhangs): Remove.
9736 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
9737
9738 2008-05-14 Kenichi Handa <handa@m17n.org>
9739
9740 * font.c (font_prop_validate): Make nil a valid value.
9741 (font_clear_cache): Check if the cached vector of entities is nil
9742 or not.
9743
9744 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9745
9746 * emacs.c (main_thread): Conditionalize on
9747 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9748 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
9749
9750 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
9751 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
9752 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9753
9754 2008-05-14 Kenichi Handa <handa@m17n.org>
9755
9756 * coding.c (detect_coding_iso_2022): Ignore a coding category that
9757 has no corresponding coding system.
9758
9759 2008-05-14 Jason Rumney <jasonr@gnu.org>
9760
9761 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
9762
9763 * w32font.h (w32font_open_internal): Update declaration.
9764
9765 * w32font.c (w32font_open_internal): Change last argument from
9766 w32font_info struct to font object. Fill in font object from
9767 font_entity. Get Outline metrics if possible. Use them to
9768 calculate underline position and thickness. Use xlfd name as name
9769 property. Don't set codepage.
9770 (w32font_open): Pass font_object to w32font_open_internal. Don't
9771 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
9772 (w32font_draw): Use s->font.
9773 (clear_cached_metrics): Don't clear non-existent blocks.
9774
9775 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
9776 font was not found.
9777 (x_draw_glyph_string): Use underline position and thickness from font.
9778
9779 * w32uniscribe.c (uniscribe_open): Pass font_object to
9780 w32font_open_internal.
9781
9782 2008-05-14 Kenichi Handa <handa@m17n.org>
9783
9784 These changes are to delete all legacy font-handling codes, and
9785 make Emacs use only font-backends.
9786
9787 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
9788 (frame.o, image.o, print.o): Depend on $(FONTSRC).
9789
9790 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
9791
9792 * charset.h (Vcharset_non_preferred_head)
9793 (Vcurrent_iso639_language): Extern them.
9794
9795 * charset.c (Vcharset_non_preferred_head): New variable.
9796 (Vcurrent_iso639_language): New variable.
9797 (syms_of_charset): Declare it as a Lisp variable.
9798 (char_charset): Don't check non preferred charsets. As a last
9799 resort, return charset_unicode.
9800 (Fset_charset_priority): Update Vcharset_non_preferred_head.
9801
9802 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
9803 conditionals. Don't check enable_font_backend. Delete all codes
9804 used only when USE_FONT_BACKEND is not defined.
9805
9806 * dispextern.h (struct glyph_string): Change type of `font' to
9807 `struct font *'.
9808 (struct glyph_string): New member underline_position and
9809 underline_thickness.
9810 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
9811 (struct face): Change type of `font' to `struct font *'. Remove
9812 members `font_name', `font_info_id'.
9813 (per_char_metric, encode_char): Delete externs.
9814 (calc_pixel_width_or_height): Adjust the prototype.
9815
9816 * emacs.c (enable_font_backend): Delete extern.
9817 (main): Don't set enable_font_backend. Don't check the command
9818 line argument "-disable-font-backend".
9819
9820 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
9821 (enum font_property_index): New members FONT_DPI_INDEX,
9822 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
9823 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
9824 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
9825 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
9826 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
9827 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
9828 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
9829 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
9830 (struct font_spec, struct font_entity): New structs.
9831 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
9832 (struct font): Many members from old "struct font_info" moved to
9833 here. Members font and entity deleted.
9834 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
9835 the new font-related objects.
9836 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
9837 (CHECK_FONT_GET_OBJECT): Likewise.
9838 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
9839 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
9840 (struct font_driver): New members case_sensitive anc check. Type
9841 of the member list and open changed.
9842 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
9843 (font_symbolic_width, font_find_object, font_get_spec)
9844 (font_set_lface_from_name): Delete extern.
9845 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
9846
9847 * font.c: Include <strings.h>.
9848 (enable_font_backend): Delete it.
9849 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
9850 (CHECK_VALIDATE_FONT_SPEC): Delete it.
9851 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
9852 (null_string): Delete it.
9853 (null_vector): Make it static.
9854 (font_family_alist): Delete it.
9855 (Qnormal): Extern it.
9856 (QCextra, QClanguage): Delete it.
9857 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
9858 (font_make_spec, font_make_entity, font_make_object)
9859 (font_intern_prop): Renamed from intern_downcase. Don't downcase
9860 the string. Callers changed.
9861 (font_pixel_size): Adjusted for the format change of font-related
9862 objects.
9863 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
9864 (font_style_to_value, font_style_symbolic): New function.
9865 (build_font_family_alist): Delete it.
9866 (font_registry_charsets): Use Fassoc_string instead of
9867 assq_no_quit.
9868 (font_prop_validate_symbol): Don't return null_string.
9869 (font_prop_validate_style): Adjusted for the change of
9870 style-related values in a font vector.
9871 (font_property_table): Delete entries for QClanguage and
9872 QCantialias, add entries for QCavgwidth.
9873 (get_font_prop_index): Delete the 2nd argument FROM.
9874 (font_prop_validate): Arguments changed.
9875 (font_put_extra): Adjusted for the change of font-related objects.
9876 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
9877 (font_parse_fcname, font_unparse_fcname)
9878 (font_prepare_composition): Likewise.
9879 (font_parse_family_registry): Renamed from font_merge_old_spec.
9880 (otf_open): Delete the 1st arg entity.
9881 (font_otf_capability): Adjusted for the above change.
9882 (font_score): New arg alternate_families. Adjusted for the change
9883 of font-related objects.
9884 (font_sort_entites): New arg best_only.
9885 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
9886 Delete them.
9887 (font_match_p): Check alternate families.
9888 (font_find_object): Delete it.
9889 (font_check_object): New function.
9890 (font_clear_cache): Adjusted for the change of font-related objects.
9891 (font_delete_unmatched): New arg.
9892 (font_list_entities): Call font_driver->list with a spec that
9893 doesn't specify style-related properties.
9894 (font_matching_entity): Arguments changed. Caller changed.
9895 (font_open_entity): Adjusted for the change of font-related objects.
9896 (font_close_object, font_has_char, font_encode_char)
9897 (font_get_name, font_get_spec): Likewise.
9898 (font_spec_from_name, font_clear_prop, font_update_lface):
9899 New functions.
9900 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
9901 (font_prepare_for_face, font_done_for_face, font_open_by_name)
9902 (font_at): Adjusted for the change of font-related objects.
9903 (font_range): New function.
9904 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
9905 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
9906 (Fcopy_font_spec, Fmerge_font_spec): New function.
9907 (Ffont_family_list): Renamed from list-families.
9908 (Finternal_set_font_style_table): Arguments changed.
9909 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
9910 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
9911 change of font-related objects.
9912 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
9913
9914 * fontset.h (struct font_info): Delete it. Most members go to
9915 struct font.
9916 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
9917 (enum FONT_SPEC_INDEX): Delete it.
9918 (font_info, list_fonts_func, load_font_func, query_font_func)
9919 (set_frame_fontset_func, find_ccl_program_func)
9920 (get_font_repertory_func, new_fontset_from_font_name): Delete
9921 externs.
9922 (fontset_from_font_name): Extern it.
9923 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
9924 (FONT_INFO_FROM_FACE): Deleted.
9925 (face_for_font): Adjust prototype.
9926
9927 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
9928 conditionals. Don't check enable_font_backend. Delete all codes
9929 used only when USE_FONT_BACKEND is not defined.
9930 (get_font_info_func, list_font_func, load_font_func)
9931 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
9932 (get_font_repertory_func): Delete them.
9933 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
9934 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
9935 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
9936 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
9937 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
9938 (fontset_compare_rfontdef): New function.
9939 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
9940 rfont-defs by qsort. Adjusted for the change of font-group vector.
9941 (load_font_get_repertory): Deleted.
9942 (fontset_find_font): Use new macros to ref/set elements of
9943 font-def and rfont-def.
9944 (fontset_font): Fix the timing of remembering that no font for C.
9945 (free_face_fontset): Do nothing if the face has no fontset.
9946 (face_suitable_for_char_p): Use new macros to ref/set elements of
9947 rfont-def.
9948 (face_for_char): Likewise. Call face_for_char with font_object.
9949 (fs_load_font): Delete. Delete #pragma surrounding it.
9950 (fs_query_fontset): Use strcasecmp instead of strcmp.
9951 (generate_ascii_font_name): Adjusted for the format change of
9952 font-spec.
9953 (Fset_fontset_font): Likewise. Use new macros to set elements of
9954 font-def.
9955 (Fnew_fontset): Use font_unparse_xlfd to generate
9956 FONTSET_ASCII (fontset).
9957 (new_fontset_from_font_name): Deleted.
9958 (fontset_from_font): Renamed from new_fontset_from_font. Check if
9959 a fontset is already created for the font. FIx updating of
9960 Vfontset_alias_alist.
9961 (fontset_ascii_font): Deleted.
9962 (Ffont_info): Adjusted for the format change of font-spec.
9963 (Finternal_char_font): Likewise.
9964 (Ffontset_info): Likewise.
9965 (syms_of_fontset): Don't check load_font_func.
9966
9967 * fns.c (internal_equal): Handle PREV_FONT.
9968
9969 * frame.h: Delete USE_FONT_BACKEND conditional.
9970
9971 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
9972 conditionals. Don't check enable_font_backend. Delete all codes
9973 used only when USE_FONT_BACKEND is not defined.
9974 (x_set_font): Call x_new_font, not x_new_fontset2.
9975 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
9976 already set for the frame.
9977
9978 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
9979 a font-entity by font_make_entity. Use font_intern_prop instead
9980 of intern_downcase. Use FONT_SET_STYLE to set a style-related
9981 font property. If a font is scalable, set avgwidth property to 0.
9982 Set font-entity property by font_put_extra.
9983 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
9984 (ffont_driver): Adjusted for the change of struct font_driver.
9985 (ftfont_spec_pattern): New function.
9986 (ftfont_list): Return a list, not vector.
9987 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
9988 (ftfont_list_family): Don't downcase names.
9989 (ftfont_free_entity): Deleted.
9990 (ftfont_open): Return a font-object. Adjusted for the change of
9991 struct font. Get underline_thickness and underline_position from
9992 font property. Don't update dpyinfo->smallest_font_height and
9993 dpyinfo->smallest_char_width.
9994 (ftfont_close): Don't free `struct font'.
9995 (ftfont_has_char): Adjusted for the format change of font-entity.
9996 (ftfont_encode_char, ftfont_text_extents): Likewise.
9997
9998 * ftxfont.c (ftxfont_list): Return a list, not vector.
9999 (ftxfont_open): Return a font-object. Adjusted for the change of
10000 struct font. Get underline_thickness and underline_position from
10001 font property. Don't update dpyinfo->smallest_font_height and
10002 dpyinfo->smallest_char_width.
10003 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10004 (ftxfont_draw): Adjusted for the change of struct font.
10005
10006 * image.c (image_ascent): Don't include "charset.h". Include
10007 "character.h" and "font.h".
10008
10009 * lisp.h (enum pvec_type): New member PREV_FONT.
10010 (Fassoc_string): EXFUN it.
10011
10012 * print.c: Include font.h.
10013 (print_object): Handle font-related objects.
10014
10015 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10016 conditionals. Don't check enable_font_backend. Delete all codes
10017 used only when USE_FONT_BACKEND is not defined.
10018 (handle_auto_composed_prop): Do nothing if it->f is not on a
10019 window system. Check how many following characters can be
10020 displayed by the same font.
10021 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10022 'struct font *'.
10023 (get_char_face_and_encoding): Assign the whole encoding task to
10024 the `encode-char' method of a font driver.
10025 (fill_composite_glyph_string): Adjusted for the change of `struct
10026 face' and `struct glyph_string'.
10027 (fill_glyph_string): Likewise.
10028 (get_per_char_metric): Arguments changed.
10029 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10030 and `struct glyph_string'.
10031 (produce_stretch_glyph, calc_line_height_property)
10032 (x_produce_glyphs): Likewise.
10033
10034 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10035 conditionals. Don't check enable_font_backend. Delete all codes
10036 used only when USE_FONT_BACKEND is not defined. Use
10037 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10038 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10039 (Qp): Extern them.
10040 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10041 Deleted.
10042 (struct font_name): Deleted.
10043 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10044 (compare_fonts_by_sort_order): New function.
10045 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10046 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10047 Deleted.
10048 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10049 compare_fonts_by_sort_order.
10050 (Fx_font_family_list): Call Ffont_family_list.
10051 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10052 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10053 (face_symbolic_slant, face_symbolic_swidth)
10054 (split_font_name_into_vector, build_font_name_from_vector)
10055 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10056 (font_rescale_ratio, split_font_name, build_font_name)
10057 (free_font_names, sort_fonts, x_face_list_fonts)
10058 (face_font_available_p, sorted_font_list, cmp_font_names)
10059 (font_list_1, concat_font_list, font_list, remove_duplicates):
10060 Deleted.
10061 (Fx_list_fonts): Use Ffont_list.
10062 (LFACE_AVGWIDTH): Deleted.
10063 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10064 by FONTP.
10065 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10066 (set_lface_from_font_name): Delete it.
10067 (set_lface_from_font): Renamed from
10068 set_lface_from_font_and_fontset. Caller changed. Don't set
10069 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10070 for face.
10071 (merge_face_vectors): Copy font-spec if necessary.
10072 Clear properties of the font-spec if necessary.
10073 (merge_face_ref): Clear properties of the font-spec if necessary.
10074 (Finternal_set_lisp_face_attribute): Likewise.
10075 (set_font_frame_param): Use font_load_for_lface to load a
10076 font-object, and call Fmodify_frame_parameters with it.
10077 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10078 font name by Ffont_xlfd_name.
10079 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10080 QCslant, and QCwidth.
10081 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10082 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10083 Compare fonts by EQ.
10084 (lookup_non_ascii_face): Deleted.
10085 (face_for_font): The 2nd argument changed.
10086 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10087 Check atomic font properties by case insensitive.
10088 (realize_non_ascii_face): Set face->overstrike correctly.
10089 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10090 (dump_realized_face): Get font name from
10091 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10092
10093 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10094 conditionals. Don't check enable_font_backend. Delete all codes
10095 used only when USE_FONT_BACKEND is not defined.
10096 (xic_create_xfontset): Original code deleted and renamed from
10097 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10098 (x_make_gc): Don't set GCFont in GCs.
10099 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10100 opened by "fixed".
10101 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10102 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10103 get_font_repertory_func.
10104
10105 * xfont.c: Include <stdlib.h> and "ccl.h".
10106 (struct xfont_info): New structure.
10107 (xfont_query_font): Deleted.
10108 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10109 moved from xterm.c.
10110 (xfont_driver): Adjusted for the change of struct font_driver.
10111 (compare_font_names): New function.
10112 (xfont_list_pattern): Sort font names case insensitively. Make
10113 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10114 (xfont_list): Return a list, not vector.
10115 (xfont_match): If the font doesn't have QCname property, generate
10116 a name from the other font properties.
10117 (xfont_open): Return a font-object. Adjusted for the change of
10118 struct font. Get underline_thickness and underline_position from
10119 font property. Don't update dpyinfo->smallest_font_height and
10120 dpyinfo->smallest_char_width.
10121 (xfont_close): Don't free struct font.
10122 (xfont_prepare_face): Adjusted for the change of struct font.
10123 (xfont_done_face): Deleted.
10124 (xfont_has_char): Adjusted for the change of struct font.
10125 (xfont_encode_char, xfont_draw): Likewise.
10126 (xfont_check): New function.
10127
10128 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10129 callback function.
10130 (xftfont_match): Adjusted for the format change of font-entity.
10131 (xftfont_open): Adjusted for the format change of font-entity and
10132 font-object. Adjusted for the change of struct font. Return a
10133 font-object. Don't update dpyinfo->smallest_font_height and
10134 dpyinfo->smallest_char_width.
10135 (xftfont_close): Block input while calling XftFontClose.
10136 (xftfont_prepare_face): Don't block input while calling
10137 xftfont_get_colors. Adjusted for the change of struct font.
10138 (xftfont_shape): Return value of error case fixed.
10139
10140 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10141
10142 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10143 conditionals.
10144 (FONT_WIDTH): Return (f)->max_width.
10145 (struct x_display_info): Delete member `font'.
10146 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10147 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10148 (struct x_output): Change type of `font' to `struct font *'.
10149
10150 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10151 conditionals. Don't check enable_font_backend. Delete all codes
10152 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10153 (x_per_char_metric, x_encode_char): Deleted.
10154 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10155 (x_compute_glyph_string_overhangs): Adjusted for the change of
10156 `struct face'.
10157 (x_draw_glyph_string_foreground)
10158 (x_draw_composite_glyph_string_foreground): Likewise.
10159 (x_draw_glyph_string): Likewise. Use font->underline_position and
10160 font->underline_thickness.
10161 (x_new_font): Renamed from x_new_fontset2.
10162 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10163 (x_check_font): Call `check' method of a font driver.
10164 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10165 (x_query_font, x_get_font_repertory): Deleted.
10166 (x_find_ccl_program): Renamed and moved to xfont.c.
10167 (x_redisplay_interface): Adjusted for the change of `struct
10168 redisplay_interface'.
10169
10170 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10171 conditionals. Don't check enable_font_backend. Delete all codes
10172 used only when USE_FONT_BACKEND is not defined. Surround non-used
10173 code by "#ifdef OLD_FONT" and "endif".
10174 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10175
10176 * w32font.h (struct w32font_info): New member.
10177 (FONT_COMPAT): New macro.
10178 (w32font_open_internal): Prototype adjusted.
10179
10180 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10181 OLD_FONT" and "endif".
10182
10183 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10184 conditionals. Don't check enable_font_backend. Delete all codes
10185 used only when USE_FONT_BACKEND is not defined.
10186 (w32font_open): Return a font-object. Make a font-object by
10187 font_make_object. Adjusted for the change of struct w32font_info.
10188 (w32font_close): Don't free struct font. Adjusted for the change
10189 of struct w32font_info.
10190 (w32font_encode_char, w32font_text_extents, w32font_draw):
10191 Adjusted for the change of struct w32font_info.
10192 (w32font_draw): Likewise.
10193 (w32font_list_internal): Return a list, not vector.
10194 (w32font_open_internal): Change the 4th arg to font-object.
10195 Adjusted for the change of struct w32font_info and font-object format.
10196 (add_font_name_to_list): Don't downcase names.
10197 (w32_enumfont_pattern_entity): Make a font-entity by
10198 font_make_entity. Adjusted for the format change of font-entity.
10199 Use FONT_SET_STYLE to set a style-related font property. If a
10200 font is scalable, set avgwidth property to 0. Set font-entity
10201 property by font_put_extra.
10202 (font_matches_spec): Adjusted for the format change of font-entity.
10203 (w32_weight_table, w32_decode_weight): New variables.
10204 (w32_encode_weight): New function.
10205 (fill_in_logfont): Adjusted for the format change of font-spec.
10206 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10207 weight value.
10208 (w32font_driver): Adjusted for the change of struct font_driver.
10209
10210 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10211 conditionals. Don't check enable_font_backend. Surround non-used
10212 code by "#ifdef OLD_FONT" and "endif".
10213 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10214 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10215
10216 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10217 conditionals. Don't check enable_font_backend. Delete all codes
10218 used only when USE_FONT_BACKEND is not defined. Surround non-used
10219 code by "#ifdef OLD_FONT" and "endif".
10220
10221 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10222 (uniscribe_open): Return value changed to font-object.
10223 Adjusted for the format change of font-object.
10224 (uniscribe_otf_capability): Adjusted for the change of struct font.
10225 (add_opentype_font_name_to_list): Don't downcase names.
10226 (uniscribe_font_driver): Adjusted for the change of struct
10227 font_driver.
10228
10229 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10230
10231 * dispnew.c (update_frame_1): Check if tty output is still valid
10232 before flushing it.
10233
10234 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10235
10236 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10237 to Gtk+ menus.
10238
10239 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * dired.c (file_name_completion): Tweak the code so as to always do it
10242 in a single pass. Tighten the scope of some variables.
10243
10244 * dired.c (Qdefault_directory): New var.
10245 (file_name_completion): Use it instead of Fexpand_file_name.
10246 (syms_of_dired): Initialize it.
10247
10248 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * fileio.c (double_dollars): Remove dead code.
10251
10252 2008-05-10 Eli Zaretskii <eliz@gnu.org>
10253
10254 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10255 Mention w32-get-true-file-attributes in doc string.
10256
10257 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10258
10259 2008-05-09 Glenn Morris <rgm@gnu.org>
10260
10261 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10262 2008-04-23.
10263
10264 2008-05-09 Eli Zaretskii <eliz@gnu.org>
10265
10266 Support for reporting owner and group of each file on MS-Windows:
10267 * dired.c (stat_uname, stat_gname): New functions, with special
10268 implementation for w32.
10269 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10270
10271 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10272 (dflt_group_name): New static variable.
10273 (dflt_group): Rename from the_group.
10274 (init_user_info): Init dflt_group fields. Get user's group name
10275 from LookupAccountSid.
10276 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10277 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10278 New initialization states.
10279 (globals_of_w32): Initialize them to zero. Initialize the default
10280 group name to "None".
10281 (GetFileSecurity_Name): New global var, the name of the function
10282 to call for GetFileSecurity.
10283 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10284 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10285 (get_file_security, get_security_descriptor_owner)
10286 (get_security_descriptor_group, is_valid_sid)
10287 (get_file_security_desc, get_rid, get_name_and_id)
10288 (get_file_owner_and_group): New functions.
10289 (stat): Use get_file_security_desc and get_file_owner_and_group to
10290 report the owner and primary group of each file. Don't ignore the
10291 high 32 bits of file's size, now that st_size is 64-bit wide.
10292 Fix test when to get true file attributes.
10293 (init_user_info): Use get_rid instead of equivalent inline code.
10294 (fstat): Don't ignore the high 32 bits of file's size.
10295
10296 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
10297
10298 * image.c (png_load): Use correct bit-depth for setting background
10299 color.
10300
10301 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10302
10303 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
10304 epa-hook.elc.
10305
10306 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10307
10308 * font.c (Ffont_match_p): Don't use `iff' in docstring.
10309
10310 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10311
10312 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10313 because the original parameters are in pure storage now.
10314 (mac_window): Remove unused params. Update callers.
10315
10316 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * lread.c (substitute_object_recurse): Use lower-level primitives.
10319 Don't signal errors when traversing sub-char-tables.
10320 Don't loop over all the possible characters when traversing char-tables.
10321
10322 * print.c (print_preprocess): Add sub-char-tables to the print-table,
10323 just like we do in print.c.
10324
10325 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * minibuf.c (Ftry_completion): Remove code left over from when we used
10328 scmp instead of Fcompare_strings.
10329
10330 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
10331
10332 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
10333
10334 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10335
10336 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
10337 Create bitmap context in native byte order.
10338
10339 * macterm.c (XDrawLine)
10340 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
10341 context in native byte order.
10342
10343 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10344
10345 * config.in: Regenerate.
10346
10347 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
10348 New definitions for Image I/O support.
10349 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10350 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
10351 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10352 (mac_data_provider_release_data, image_load_image_io)
10353 [USE_MAC_IMAGE_IO]: New functions.
10354 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
10355 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
10356 (init_image_func_pointer) [MAC_OSX]: Remove function.
10357 (image_load_quartz2d) [MAC_OSX]: Check availability of
10358 CGImageCreateWithPNGDataProvider at compile time.
10359 Use lowercase `false' for boolean constant.
10360 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
10361 Use image_load_image_io.
10362 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
10363 Don't check MyCGImageCreateWithPNGDataProvider.
10364 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
10365 Don't call init_image_func_pointer.
10366
10367 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
10368
10369 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
10370 Make variable non-static.
10371 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10372 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10373
10374 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
10375 (RED_FROM_ULONG): Mask off higher bits.
10376 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
10377
10378 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
10379 Include AvailabilityMacros.h.
10380 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
10381 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
10382
10383 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * chartab.c (Fset_char_table_range): If range is t, really set all
10386 chars to that value.
10387
10388 2008-05-03 Eli Zaretskii <eliz@gnu.org>
10389
10390 * dired.c (Ffile_attributes): Don't allow the device number become
10391 negative.
10392
10393 2008-05-02 Daiki Ueno <ueno@unixuser.org>
10394
10395 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
10396
10397 2008-05-02 Juri Linkov <juri@jurta.org>
10398
10399 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
10400 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
10401 DEFAULT argument as a list of default values in docstrings.
10402
10403 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
10404
10405 * puresize.h (BASE_PURESIZE): Increase to 1210000.
10406
10407 2008-05-01 Martin Rudalics <rudalics@gmx.at>
10408
10409 * dispnew.c (change_frame_size_1): Preserve small windows when
10410 shrinking frames by calling set_window_height|width with third
10411 arg 2.
10412
10413 * window.h (struct window): Replace field too_small_ok by field
10414 resize_proportionally.
10415
10416 * window.c (make_window): Initialize resize_proportionally.
10417 (enlarge_window): Temporarily set resize_proportionally to make
10418 sure that shrink_windows does scale the window proportionally.
10419 (shrink_windows): When window has resize_proportionally set try
10420 to shrink it proportionally by stealing from other windows.
10421 (struct saved_window, Fset_window_configuration)
10422 (compare_window_configurations): Handle resize_proportionally.
10423 (WINDOW_TOTAL_SIZE): New macro.
10424 (window_min_size, shrink_windows, size_window): Use it.
10425 (check_min_window_sizes): Remove. Invalid values of
10426 window-min-height|width are handled by window_min_size_2 now.
10427 (size_window, Fsplit_window, enlarge_window)
10428 (adjust_window_trailing_edge, grow_mini_window): Don't call
10429 check_min_window_sizes.
10430 (window_min_size_2, window_min_size_1, window_min_size):
10431 New argument safe_p for retrieving "safe" minimum sizes.
10432 (Fdisplay_buffer, Fsplit_window, enlarge_window)
10433 (adjust_window_trailing_edge, grow_mini_window):
10434 Adjust arguments of window_min_size... functions.
10435 (shrink_windows): Argument min_size removed. New argument
10436 safe_p allows shrinking windows to their safe minimum sizes.
10437 Calculate minimum size and decide whether a window shall be
10438 deleted for each window individually.
10439 (size_window): When nodelete_p equals 2, tell shrink_windows to
10440 delete windows only if their new minimum size is no more safe.
10441 (shrink_window_lowest_first): Call window_min_size_1 to make
10442 sure to preserve modeline of bottom-most window when resizing
10443 the minibuffer.
10444 (Fset_window_configuration, Fcurrent_window_configuration)
10445 (compare_window_configurations): Do not handle
10446 window-min-height|width any more.
10447 (syms_of_window): Clarify window-min-height|width doc-strings.
10448
10449 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * dired.c (file_name_completion): Fix up the encoding/decoding issue
10452 some more. Copy some of the code from Ftry_completions.
10453 Remove special case code that dates back to initial revision when the
10454 slash was only added when necessary and that can't trigger nowadays.
10455
10456 2008-04-27 Kenichi Handa <handa@m17n.org>
10457
10458 * font.c (font_prop_validate): Signal `error' instead of `font'.
10459
10460 2008-04-29 Jason Rumney <jasonr@gnu.org>
10461
10462 * w32fns.c (Fw32_battery_status): New defun.
10463 (syms_of_w32fns): Defsubr it.
10464
10465 2008-04-28 Andreas Schwab <schwab@suse.de>
10466
10467 * dired.c (file_name_completion): Fix another mixing of encoded
10468 and decoded names.
10469
10470 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
10473
10474 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
10475
10476 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
10477
10478 2008-04-27 Andreas Schwab <schwab@suse.de>
10479
10480 * dired.c (file_name_completion): Fix inappropriate mixing of
10481 encoded and decoded names.
10482
10483 * xterm.c (XTread_socket): Fix use of uninitialized variable.
10484
10485 * puresize.h (BASE_PURESIZE): Increase to 1200000.
10486
10487 2008-04-26 Eli Zaretskii <eliz@gnu.org>
10488
10489 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
10490 2008-03-31, it's not needed anymore with `struct stat' definition
10491 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
10492 for the same reasons.
10493
10494 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
10495
10496 * m/sparc.h: Additional redefinitions for GNU/Linux.
10497
10498 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10499
10500 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
10501 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
10502 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
10503 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
10504 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10505 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
10506 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10507 Likewise.
10508
10509 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
10510 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
10511 (mac_ax_number_of_characters): Add externs.
10512 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10513 [USE_MAC_TSM]: Likewise.
10514 (mac_handle_text_input_event) [MAC_OSX]:
10515 Handle kEventTextInputOffsetToPos for no active input area case.
10516 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10517 (mac_handle_document_access_event)
10518 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
10519 (install_application_handler) [MAC_OSX]: Register handlers for
10520 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10521 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10522 Register mac_handle_document_access_event.
10523
10524 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
10525 Make functions non-static.
10526
10527 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
10530 (read_file_name_completion_ignore_case, insert_default_directory)
10531 (Qdefault_directory): Move to minibuffer.el.
10532 (Fread_file_name): Call the new `read-file-name' instead.
10533
10534 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10535
10536 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
10537 Make function non-static.
10538 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
10539 Remove function.
10540 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10541 Move to mactoolbox.c.
10542 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
10543
10544 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
10545 (mac_rect_make): New macro.
10546
10547 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
10548 instead of float.
10549 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10550 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
10551 (XSetBackground) [USE_CG_DRAWING]: Likewise.
10552 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
10553 CGRectMake.
10554 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10555 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
10556 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
10557 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10558 instead of WindowRef in argument type.
10559 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
10560 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
10561 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
10562 instead of DISPLAY. All uses changed.
10563 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
10564 (x_calc_absolute_position): Simplify so as not to use
10565 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
10566
10567 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10568 instead of WindowRef in argument type.
10569 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
10570 [TARGET_API_MAC_CARBON]: Remove externs.
10571 (create_apple_event, mac_event_parameters_to_lisp)
10572 [TARGET_API_MAC_CARBON]: Add externs.
10573
10574 * mactoolbox.c (Vmac_ts_script_language_on_focus)
10575 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
10576 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
10577 is clicked.
10578 (x_activate_menubar): Remove extern for saved_menu_event_location.
10579 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10580 Move from mac.c.
10581
10582 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10583
10584 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
10585 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
10586
10587 2008-04-23 Jason Rumney <jasonr@gnu.org>
10588
10589 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
10590 attributes only for local files.
10591
10592 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
10593 default to Qlocal.
10594
10595 2008-04-22 Juri Linkov <juri@jurta.org>
10596
10597 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
10598 read-buffer-to-switch instead of using the letter "B".
10599
10600 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * fileio.c (Qdefault_directory): New variable.
10603 (Fread_file_name): Use it to pass `dir' to the completion functions.
10604
10605 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
10606
10607 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
10608
10609 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * keyboard.c (Vpre_help_message): Remove.
10612 (show_help_echo): Remove default C code.
10613
10614 * dired.c (directory_files_internal, file_name_completion):
10615 Only call ENCODE_FILE if the string is indeed decoded.
10616
10617 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * Makefile.in (TOOLKIT_DEFINES): Remove.
10620 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
10621
10622 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10623
10624 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
10625 (mactoolbox.o): New target.
10626
10627 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
10628 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
10629
10630 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
10631 Use mac_set_frame_window_background instead of XSetWindowBackground.
10632 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
10633 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
10634 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
10635 instead of SetWindowTitleWithCFString.
10636 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
10637 Move function to mactoolbox.c.
10638 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
10639 Use mac_set_window_modified instead of SetWindowModified.
10640 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
10641 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
10642 (Fx_focus_frame): Use mac_front_non_floating_window instead of
10643 FrontNonFloatingWindow. Use mac_activate_window instead of
10644 ActivateWindow. Use mac_active_non_floating_window instead of
10645 ActiveNonFloatingWindow.
10646 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
10647 Use mac_show_hourglass and mac_hide_hourglass.
10648 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
10649 instead of GetGlobalMouse.
10650 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
10651 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
10652 Use mac_bring_window_to_front instead of BringToFront.
10653 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
10654 mactoolbox.c.
10655 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
10656 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
10657 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
10658 mactoolbox.c.
10659
10660 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
10661 (XtPointer): Move typedef from macmenu.c.
10662 (enum button_type): Move enum from macmenu.c.
10663 (widget_value): Move typedef from macmenu.c.
10664 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
10665 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10666 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10667 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10668 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10669 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10670 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10671 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
10672 (Selection): Move typedef from macselect.c.
10673 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
10674 macterm.c.
10675 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
10676 (mac_is_window_collapsed, mac_bring_window_to_front)
10677 (mac_send_window_behind, mac_hide_window, mac_show_window)
10678 (mac_collapse_window, mac_front_non_floating_window)
10679 (mac_active_non_floating_window, mac_activate_window)
10680 (mac_move_window_structure, mac_move_window, mac_size_window)
10681 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
10682
10683 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
10684 (enum mac_menu_kind): Move enum to mactoolbox.c.
10685 (min_menu_id): Move variable to mactoolbox.c.
10686 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
10687 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
10688 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
10689 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
10690 [TARGET_API_MAC_CARBON]: Likewise.
10691 (XtPointer): Move typedef to macgui.h.
10692 (enum button_type): Move enum to macgui.h.
10693 (widget_value): Move typedef to macgui.h.
10694 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10695 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10696 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10697 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10698 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10699 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10700 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
10701 (popup_activated_flag): Make variable non-static.
10702 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
10703 (add_menu_item, fill_menu, dispose_menus):
10704 Move functions to mactoolbox.c.
10705 (restore_show_help_function, menu_target_item_handler)
10706 (install_menu_target_item_handler, mac_handle_dialog_event)
10707 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
10708 [TARGET_API_MAC_CARBON]: Likewise.
10709 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
10710 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10711 (find_and_call_menu_selection, name_is_separator): Make function
10712 non-static.
10713 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
10714 to mactoolbox.c.
10715 (set_frame_menubar): Don't call install_menu_quit_handler.
10716 (menu_item_selection): New variable.
10717 (mac_menu_show): Use create_and_show_popup_menu.
10718 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
10719 selection but set variable menu_item_selection. All uses changed.
10720 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
10721 Call install_menu_quit_handler. Move to mactoolbox.c.
10722
10723 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
10724 (Selection): Move typedef to macgui.h.
10725 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
10726 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
10727 Make variables non-static.
10728 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10729 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
10730 Make functions non-static.
10731 (Vmac_service_selection) [MAC_OSX]: Likewise.
10732 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
10733 (mac_valid_selection_target_p, mac_clear_selection)
10734 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10735 (mac_put_selection_value, mac_selection_has_target_p)
10736 (mac_get_selection_value, mac_get_selection_target_list)
10737 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
10738 Move functions to mactoolbox.c.
10739 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
10740 Likewise.
10741 (copy_scrap_flavor_data, mac_handle_service_event)
10742 (install_service_handler) [MAC_OSX]: Likewise.
10743 (syms_of_macselect) <Vmac_dnd_known_types>:
10744 Use mac_dnd_default_known_types.
10745
10746 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
10747 Move to mactoolbox.c.
10748 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
10749 (Fx_selection_owner_p): Add EXFUN.
10750 (install_window_handler, remove_window_handler, XSetWindowBackground):
10751 Remove externs.
10752 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
10753 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
10754 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
10755 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
10756 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
10757 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
10758 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
10759 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
10760 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
10761 (create_and_show_popup_menu, mac_get_selection_from_symbol)
10762 (mac_valid_selection_target_p, mac_clear_selection)
10763 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10764 (mac_put_selection_value, mac_selection_has_target_p)
10765 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
10766 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
10767 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
10768 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10769 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
10770 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10771 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
10772 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10773 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10774
10775 * mactoolbox.c: New file.
10776
10777 2008-04-18 Jason Rumney <jasonr@gnu.org>
10778
10779 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
10780
10781 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * character.c (Fmultibyte_char_to_unibyte):
10784 Return latin1 chars unchanged.
10785
10786 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
10787 relocated if it points to `name'.
10788
10789 2008-04-17 Kenichi Handa <handa@m17n.org>
10790
10791 * data.c (Faset): Allow setting a multibyte character in an
10792 ASCII-only unibyte string.
10793
10794 * lisp.h (STRING_SET_MULTIBYTE): New macro.
10795
10796 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
10799 done in config.h.
10800
10801 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
10802
10803 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
10804 (Fchar_direction): Add usage in the docstring.
10805
10806 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * keyboard.c (read_key_sequence): Remove always-true checks.
10809
10810 2008-04-14 Jason Rumney <jasonr@gnu.org>
10811
10812 * w32font.c (w32font_open_internal): Set max_bounds.descent in
10813 compatibility struct, for better underline positioning.
10814
10815 2008-04-13 David Hansen <david.hansen@gmx.net>
10816
10817 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
10818 string.
10819
10820 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10821
10822 * m/hp800.h (XUINT, XSET): Remove.
10823
10824 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
10825
10826 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
10827 previous change.
10828
10829 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
10832 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
10833
10834 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * keymap.h (map_keymap_canonical): Declare.
10837 * xmenu.c (single_keymap_panes): Use it.
10838
10839 2008-04-11 Glenn Morris <rgm@gnu.org>
10840
10841 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
10842 set the target's value to that of the alias.
10843
10844 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * term.c (set_tty_color_mode): Left over typo.
10847
10848 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
10849
10850 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
10851 only after check for file name handler functions. Signal, when
10852 native functionality is not supported.
10853 (syms_of_fileio): Declare it unconditionally.
10854
10855 2008-04-10 Jason Rumney <jasonr@gnu.org>
10856
10857 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
10858 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
10859
10860 * w32.c (logon_network_drive): Also logon to remote drives that
10861 are mapped to drive letters.
10862
10863 2008-04-10 Glenn Morris <rgm@gnu.org>
10864
10865 * xdisp.c (truncate-partial-width-windows): Doc fix.
10866
10867 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
10870 Move functions to minibuffer.el.
10871 (syms_of_fileio): Don't declare them.
10872
10873 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
10876 (syms_of_minibuf): Remove its initialization.
10877
10878 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
10879
10880 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10881
10882 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
10883
10884 2008-04-09 Jason Rumney <jasonr@gnu.org>
10885
10886 * makefile.w32-in (distclean): Delete makefile too.
10887 (maintainer-clean): New target.
10888
10889 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
10890
10891 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
10892 for new font backend and composite cases.
10893
10894 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10895
10896 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
10897 Most of the code moved to run_timers.
10898 (do_pending_atimers): Call run_timers.
10899 (run_timers): New function.
10900
10901 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
10902 run atimers.
10903
10904 * process.c (wait_reading_process_output): The same as above.
10905
10906 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * minibuf.c (last_exact_completion): Remove variable.
10909 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
10910 (complete_and_exit_1, complete_and_exit_2)
10911 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
10912 (Fdisplay_completion_list, display_completion_list_1)
10913 (Fminibuffer_completion_help, Fself_insert_and_exit)
10914 (Fexit_minibuffer, Fminibuffer_message): Move functions to
10915 minibuffer.el.
10916 (syms_of_minibuf): Remove corresponding initializations.
10917
10918 * keyboard.c (Qdeactivate_mark): New var.
10919 (command_loop_1): Use it to call `deactivate-mark'.
10920 (syms_of_keyboard): Initialize it.
10921
10922 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
10923 to another frame.
10924 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
10925 Don't call set_tty_color_mode.
10926 (store_frame_param): Reset previous_frame rather than call
10927 set_tty_color_mode.
10928 * term.c (set_tty_color_mode): Rewrite.
10929 * dispextern.h (set_tty_color_mode): New type.
10930 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
10931
10932 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
10935 for generic chars, which do not exist any more in emacs-unicode.
10936
10937 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10938
10939 * coding.c (detect_coding_emacs_mule)
10940 (Ffind_operation_coding_system): Fix typo.
10941
10942 2008-04-08 Jason Rumney <jasonr@gnu.org>
10943
10944 * w32uniscribe.c (SNAME): Extract only symbol name.
10945
10946 * w32font.h (struct w32_metric_cache): New struct.
10947 (w32font_info): Use it.
10948 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
10949 (CACHE_BLOCKSIZE): New constants.
10950
10951 * w32font.c (Qja, Qko, Qzh): New symbols.
10952 (syms_of_w32font): Initialise them.
10953 (font_matches_spec): Use them to filter by language.
10954 (recompute_cached_metrics): Remove function.
10955 (compute_metrics, clear_cached_metrics): New functions.
10956 (w32font_encode_char): Use them to manage metric cache.
10957 (w32font_text_extents): Cache metrics for all glyphs on demand.
10958 Delay converting glyph indices to WORD until needed.
10959 (w32font_open_internal): Initialize metric cache to empty.
10960 (registry_to_w32_charset): Charset should always be a symbol.
10961 (fill_in_logfont, list_all_matching_fonts): Family should
10962 always be a symbol.
10963
10964 2008-04-06 Jason Rumney <jasonr@gnu.org>
10965
10966 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
10967 Give up if glyph indices not supported. Use uniscribe obtained
10968 ABC widths for individual metrics. Map glyph clusters back to
10969 characters using fClusterStart flag. Return number of glyphs
10970 produced, not chars processed.
10971 (uniscribe_shape): Map char at FROM to current glyph.
10972
10973 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10974
10975 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
10976 Use SetMenuItemHierarchicalMenu.
10977
10978 2008-04-05 Jason Rumney <jasonr@gnu.org>
10979
10980 * image.c (pbm_load): Allow color values up to 65535.
10981 Throw an error if max_color_idx is outside the supported range.
10982 Report an error when image size is invalid.
10983 Read two bytes at a time when raw images have max_color_idx above 255.
10984
10985 2008-04-05 Eli Zaretskii <eliz@gnu.org>
10986
10987 * w32.c (readdir): If FindFirstFile/FindNextFile return in
10988 cFileName a file name that includes `?' characters, use the 8+3
10989 alias in cAlternateFileName instead.
10990
10991 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
10992
10993 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
10994 append "CCL: Quitted" when the CCL program is quitted.
10995 (setup_ccl_program): Initialize ccl->quit_silently to zero.
10996
10997 * ccl.h (struct ccl_program): New member quit_silently.
10998
10999 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11000
11001 * search.c (compile_pattern_1): Treat non-nil and non-string of
11002 search-spaces-regexp as nil.
11003
11004 * minibuf.c (Fassoc_string): Tweak docstring.
11005
11006 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11007
11008 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11009 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11010 2008-03-14 to force inode be positive.
11011
11012 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11013 _S_* ones, since we now use our own sys/stat.h.
11014 (stat, fstat): Don't mangle the inode number.
11015 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11016
11017 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11018
11019 * frame.h (struct frame): Give one more bit to `visible' since we use
11020 values larger than 1 to indicate obscured frames on ttys.
11021
11022 * keymap.c (Qkeymap_canonicalize): New var.
11023 (Fmap_keymap_internal): New fun.
11024 (describe_map): Use keymap-canonicalize.
11025
11026 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11027 (Fundo_boundary): Set them.
11028 (syms_of_undo): Initialize them.
11029 (record_point): Use them instead of last_point_position*.
11030 (last_undo_buffer): Change type.
11031
11032 2008-04-04 Jason Rumney <jasonr@gnu.org>
11033
11034 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11035 (recompute_cached_metrics): Don't set ascent and descent per char.
11036
11037 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11038 (uniscribe_check_otf): Add GC protection before consing.
11039 Rearrange loop for counting features.
11040
11041 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11044 buffer with byte-size of source buffer.
11045
11046 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11047
11048 * callint.c (Fcall_interactively): Handle temporary region even
11049 when shift-select-mode is off.
11050
11051 2008-04-03 Jason Rumney <jasonr@gnu.org>
11052
11053 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11054
11055 2008-04-03 Kenichi Handa <handa@m17n.org>
11056
11057 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11058 (CATEGORY_MASK_UTF_16): Likewise.
11059 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11060 binary file.
11061 (detect_coding): Add null-byte detection for a binary file.
11062 (detect_coding_system): Likewise.
11063
11064 2008-04-03 Jason Rumney <jasonr@gnu.org>
11065
11066 * w32uniscribe.c: New file.
11067
11068 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11069
11070 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11071
11072 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11073 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11074 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11075 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11076 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11077 (Qphonetic): New symbols.
11078 (syms_of_w32font): Initialize them.
11079 (font_supported_scripts): Use them.
11080 (w32font_list_family): List all charsets.
11081 (w32font_text_extents, recompute_cached_metrics): Fix metric
11082 calculations.
11083 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11084 Give opentype fonts their own format.
11085 (font_matches_spec): New arguments backend and logfont.
11086 Handle :otf spec for uniscribe backend.
11087 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11088 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11089
11090 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11091 font backend.
11092 (globals_of_w32fns): Initialize uniscribe font backend.
11093
11094 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11095 dependencies.
11096 (w32uniscribe.$(O)): New file to build.
11097 (FONT_OBJ): Include w32uniscribe.$(O).
11098 (LIBS): Add uniscribe libraries.
11099
11100 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11101
11102 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11103
11104 * callint.c (Vshift_select_mode): New var.
11105 (Finteractive): Document new ^ spec.
11106 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11107 is present.
11108
11109 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11110 (command_loop_1): Avoid running the direct display versions of
11111 forward-char and backward-char if shift-selection may occur.
11112 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11113 shift-translation takes place.
11114
11115 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11116 avoid clobbering by define-minor-mode.
11117
11118 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11119 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11120
11121 * syntax.c (Fforward_word): Add ^ interactive spec.
11122
11123 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11124 (Fscroll_right): Add ^ interactive spec.
11125
11126 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11129
11130 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11131
11132 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11133
11134 2008-03-31 Juri Linkov <juri@jurta.org>
11135
11136 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11137
11138 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11139
11140 * gtkutil.c (xg_set_geometry): Fix indentation.
11141 (xg_resize_outer_widget): Remove.
11142 (x_wm_size_hint_off): Fix indentation.
11143 (xg_frame_set_char_size): Call flush_and_sync after
11144 gtk_window_resize.
11145 (x_wm_set_size_hint): Pass NULL as geometry window to
11146 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11147 Add menu bar and tool bar height to base height.
11148 (xg_update_frame_menubar, free_frame_menubar)
11149 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11150 (update_frame_tool_bar, free_frame_tool_bar):
11151 Change xg_resize_outer_widget to xg_frame_set_char_size.
11152
11153 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11154
11155 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11156 (Fdbus_call_method): New parameter TIMEOUT.
11157 (dbus-send-signal): Optimize UNGCPRO call.
11158
11159 2008-03-29 Juri Linkov <juri@jurta.org>
11160
11161 * window.c (Fdisplay_buffer): Move call to
11162 Vsplit_window_preferred_function out of conditions that check
11163 if window is eligible for vertical splitting.
11164 When Vsplit_window_preferred_function is non-nil, call it and use
11165 its non-nil return value as window. Otherwise, continue doing
11166 vertical splitting using Fsplit_window with arg horflag=nil.
11167 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11168 default value from `split-window' to nil.
11169
11170 2008-03-29 Juri Linkov <juri@jurta.org>
11171
11172 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11173 for interactive code letters 'b' and 'B'.
11174
11175 2008-03-29 Eli Zaretskii <eliz@gnu.org>
11176
11177 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11178 multibyte string.
11179
11180 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * keyboard.c (pending_funcalls): New var.
11183 (timer_check): Run it.
11184 (syms_of_keyboard): Initialize it.
11185 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11186 (Vdelete_terminal_functions): New vars.
11187 (syms_of_terminal): Initialize them.
11188 (Fdelete_terminal): Run delete-terminal-functions.
11189 * xdisp.c (safe_eval): Rewrite.
11190 (safe_call2): New fun.
11191 * frame.c (Qdelete_frame_functions): New var.
11192 (syms_of_frame): Initialize it.
11193 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11194 * lisp.h (safe_call2, pending_funcalls): Declare.
11195
11196 2008-03-28 Andreas Schwab <schwab@suse.de>
11197
11198 * indent.c (Fmove_to_column): Move declaration before statements.
11199
11200 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11203 (struct frame): Use bit fields for boolean vars.
11204
11205 * process.c (server_accept_connection): Simplify naming.
11206 (emacs_get_tty_pgrp): Use SDATA.
11207
11208 * coding.c (decode_coding_object): Fix last change.
11209
11210 2008-03-27 Jason Rumney <jasonr@gnu.org>
11211
11212 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11213
11214 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11215
11216 * charset.c (Fdefine_charset_internal): Change the way of
11217 registering charsets in Vcharset_order_list.
11218 (syms_of_charset): Make the charset `eight-bit' supplementary.
11219
11220 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11221
11222 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11223 operations, to avoid having the difference between pointers
11224 overflow.
11225
11226 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * indent.c (check_display_width): New fun.
11229 (scan_for_column): Use it.
11230
11231 * data.c (syms_of_data): Mark most-positive-fixnum and
11232 most-negative-fixnum as constants.
11233
11234 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11235
11236 * indent.c (scan_for_column): Extract from current_column_1.
11237 Merge with the same code from Fmove_to_column.
11238 (current_column_1, Fmove_to_column): Use it.
11239
11240 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * keymap.c (map_keymap_internal): New fun.
11243 (map_keymap): Use it.
11244 (Fmap_keymap_internal): New fun.
11245 (Fmap_keymap): Remove left-out test from before make_save_value.
11246
11247 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11248
11249 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11250 Use XCAR/XCDR.
11251
11252 * process.h (struct Lisp_Process): Remove filter_multibyte.
11253 * process.c (QCfilter_multibyte): Remove.
11254 (setup_process_coding_systems): Don't use filter_multibyte.
11255 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11256 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11257 (Fset_process_filter_multibyte): Change the coding-system to
11258 approximate the previous behavior.
11259 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11260 coding-system.
11261
11262 * coding.c (decode_coding_object): When not decoding into a buffer,
11263 obey the coding system's preference of (uni|multi)byte.
11264
11265 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11268 every char is changed and has a different byte-length.
11269 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11270 Fix int -> EMACS_INT.
11271
11272 2008-03-23 David Hansen <david.hansen@gmx.net>
11273
11274 * dbusbind.c (xd_read_message): Remove extra copying of message
11275 strings. Check for NULL `interface' or `member'.
11276
11277 2008-03-22 Eli Zaretskii <eliz@gnu.org>
11278
11279 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11280 cFileName a file name that includes `?' characters, use the 8+3
11281 alias in cAlternateFileName instead.
11282
11283 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11286
11287 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11290 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11291 work on current_buffer only instead (that was already the case
11292 for some of the code anyway).
11293 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11294 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11295 (SET_PT, SET_PT_BOTH): Adjust.
11296 * intervals.h (set_point, temp_set_point, set_point_both)
11297 (temp_set_point_both): Remove redundant declarations.
11298
11299 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * fileio.c (Finsert_file_contents):
11302 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
11303 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
11304 when buffer != current_buffer anyway.
11305
11306 2008-03-20 Andreas Schwab <schwab@suse.de>
11307
11308 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
11309 as default.
11310
11311 2008-03-19 Jason Rumney <jasonr@gnu.org>
11312
11313 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11314 (syms_of_w32fns): Initialize them.
11315 (HOURGLASS_ID): New constant.
11316 (x_window_to_frame): Don't check hourglass_window.
11317 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
11318 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
11319 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
11320 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
11321 Only change the cursor if hourglass is not active.
11322 (Fx_create_frame): Initialize frame's current_cursor.
11323 (hourglass_atimer): Remove.
11324 (hourglass_started): New function.
11325 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
11326 (show_hourglass): Adapt to w32, changing argument to frame.
11327
11328 * w32term.h (struct w32_output): Remove hourglass_window.
11329 Add current_cursor.
11330
11331 * eval.c (call_debugger, Fsignal):
11332 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
11333 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
11334 (Fexecute_extended_command, cancel_hourglass_unwind):
11335 * minibuf.c (read_minibuf):
11336 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
11337
11338 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * window.c (run_funs): New fun.
11341 (run_window_configuration_change_hook): Use it to run the buffer-local
11342 and the global part of the hook.
11343
11344 * xdisp.c (format_mode_line_unwind_data): Add window argument.
11345 (unwind_format_mode_line): Restore selected window.
11346 (x_consider_frame_title, Fformat_mode_line): Set selected window.
11347
11348 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * editfns.c (Fchar_equal): Check they are valid characters.
11351
11352 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
11353
11354 2008-03-17 Andreas Schwab <schwab@suse.de>
11355
11356 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
11357 against a charset.
11358
11359 * lisp.h (Fbuffer_list): Declare.
11360
11361 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
11362
11363 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
11364 handlebox_widget is != 0.
11365
11366 2008-03-16 Juri Linkov <juri@jurta.org>
11367
11368 * callint.c (Fcall_interactively): For interactive code letters
11369 'b' and 'B' put the buffer list into the list of default "future"
11370 values of the minibuffer.
11371
11372 2008-03-16 Andreas Schwab <schwab@suse.de>
11373
11374 * keyboard.c (read_key_sequence): Fix downcasing of letters with
11375 modifiers.
11376
11377 * regex.c (re_match_2_internal): Correct matching of a charset
11378 against latin-1 characters.
11379
11380 2008-03-16 Kenichi Handa <handa@m17n.org>
11381
11382 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
11383 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
11384 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
11385 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
11386 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
11387 CHAR_STRING_ADVANCE.
11388 (produce_chars): Fix for the case that the source and the
11389 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
11390 instead of CHAR_STRING_ADVANCE.
11391 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
11392 STRING_CHAR_ADVANCE.
11393
11394 2008-03-15 Andreas Schwab <schwab@suse.de>
11395
11396 * regex.c (re_match_2_internal): Correct matching of eight bit
11397 characters in unibyte strings.
11398
11399 2008-03-15 Martin Rudalics <rudalics@gmx.at>
11400
11401 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
11402 at end of range when it coincides with the end of the buffer.
11403
11404 2008-03-14 Eli Zaretskii <eliz@gnu.org>
11405
11406 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
11407
11408 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
11409
11410 2008-03-14 Jason Rumney <jasonr@gnu.org>
11411
11412 * editfns.c (initial_tz): New variable.
11413 (syms_of_editfns): Initialize it.
11414 (Fset_time_zone_rule): Set it when first called.
11415 Use it when TZSTRING is nil.
11416
11417 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
11418 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
11419 (monitor_from_point_fn, get_monitor_info_fn): New globals.
11420 (globals_of_w32fns): Initialize them.
11421 (compute_tip_xy): Use them to position tooltips.
11422
11423 2008-03-14 Glenn Morris <rgm@gnu.org>
11424
11425 * emacs.c (main): Revert previous change.
11426 (standard_args): Revert -internal-script back to -scriptload,
11427 and remove the long-option form.
11428
11429 2008-03-13 Glenn Morris <rgm@gnu.org>
11430
11431 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
11432 Remove option -enable-font-backend.
11433
11434 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
11437
11438 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
11439
11440 * xterm.c (x_connection_closed): For GTK: If this is the last
11441 terminal just exit without closing the display.
11442
11443 2008-03-11 Jason Rumney <jasonr@gnu.org>
11444
11445 * w32font.c (w32font_full_name): Use floor to round.
11446
11447 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11448
11449 * sound.c (alsa_configure): Declare vol at beginning of block.
11450
11451 * fontset.c (Ffontset_info): Remove extra semicolon.
11452
11453 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
11456 size of resulting string.
11457
11458 2008-03-10 Jason Rumney <jasonr@gnu.org>
11459
11460 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
11461
11462 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11463
11464 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
11465 Don't pretend as if characters with display property haven't been
11466 consumed for string-replacing-string case.
11467
11468 2008-03-08 Kim F. Storm <storm@cua.dk>
11469
11470 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
11471 (get_next_display_element, next_element_from_string)
11472 (next_element_from_ellipsis, next_element_from_buffer): Use it.
11473
11474 2008-03-08 Andreas Schwab <schwab@suse.de>
11475
11476 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
11477
11478 2008-03-06 Jason Rumney <jasonr@gnu.org>
11479
11480 * w32font.c (w32_registry): Take font_type argument. Use ANSI
11481 when charset not specified. Only translate ANSI to unicode when
11482 font_type is truetype.
11483 (w32font_coverage_ok): New function.
11484 (add_font_entity_to_list): Use it to filter unsuitable fonts.
11485
11486 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11487
11488 * lread.c (Fread_char): Resolve modifiers.
11489 (Fread_char_exclusive): Likewise.
11490
11491 * character.c (char_resolve_modifier_mask): New function.
11492 (char_string): Use char_resolve_modifier_mask.
11493 (Fchar_resolve_modifiers): New function.
11494 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
11495 function.
11496
11497 2008-03-04 Jason Rumney <jasonr@gnu.org>
11498
11499 * makefile.w32-in: Always include w32font.c in the build.
11500 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
11501
11502 2008-03-04 Andreas Schwab <schwab@suse.de>
11503
11504 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
11505 (versionclean): Likewise.
11506
11507 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
11508
11509 * .cvsignore: Add oo.
11510
11511 2008-03-03 Andreas Schwab <schwab@suse.de>
11512
11513 * coding.c (decode_coding_object): Inhibit gap shrinking while
11514 decoding in place.
11515
11516 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11517
11518 * w32term.c: Remove unused include "gnu.h".
11519 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
11520
11521 * gnu.h: Rename to ...
11522 * emacs-icon.h: ... this.
11523 * xterm.c: Use emacs-icon.h instead of gnu.h.
11524 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
11525
11526 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * w32font.c: Include math.h.
11529
11530 2008-03-03 Jason Rumney <jasonr@gnu.org>
11531
11532 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
11533 Compute options separately.
11534 (w32font_open_internal): Set glyph_idx before caching metrics.
11535
11536 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
11537 Define if system headers don't.
11538 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
11539 (w32font_encode_char): Don't declare here.
11540
11541 * w32font.c (Quniscribe, QCformat): New symbols.
11542 (syms_of_w32font): Define them.
11543 (w32font_has_char): Indicate uncertainty.
11544 (w32font_encode_char): Encode as glyph point. Make static.
11545 (recompute_cached_metrics): New function.
11546 (w32font_open_internal): Use it. Set font to use glyph points
11547 initially. Set format based on type of font.
11548 (w32font_text_extents, w32font_draw): Optionally use glyph points.
11549 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
11550 on it. Set format based on information available here.
11551 (add_font_entity_to_list): Identify backend based on opentype_only.
11552
11553 2008-03-02 Andreas Schwab <schwab@suse.de>
11554
11555 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
11556
11557 * coding.c (decode_coding_big5, produce_chars):
11558 Fix typos in last change.
11559
11560 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
11561
11562 * gnu.h: New icon.
11563
11564 2008-03-02 Kenichi Handa <handa@m17n.org>
11565
11566 * coding.c (decode_coding_utf_8): When eol-type of CODING is
11567 `dos', don't decode '\r' if that is the last in the source.
11568 (decode_coding_utf_16, decode_coding_emacs_mule)
11569 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11570 (decode_coding_raw_text, decode_coding_charset): Likewise.
11571 (produce_chars): Don't decode EOL here. Use EMACS_INT.
11572
11573 2008-03-01 Jason Rumney <jasonr@gnu.org>
11574
11575 * w32font.c (w32font_full_name): Report point size for scalable fonts.
11576
11577 2008-03-01 Kim F. Storm <storm@cua.dk>
11578
11579 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
11580
11581 2008-03-01 Jason Rumney <jasonr@gnu.org>
11582
11583 * w32font.c (w32font_full_name): New function.
11584 (w32font_open_internal): Use it.
11585
11586 2008-03-01 Kim F. Storm <storm@cua.dk>
11587
11588 * dispnew.c (line_draw_cost): Fix invalid glyph check.
11589
11590 2008-03-01 Jason Rumney <jasonr@gnu.org>
11591
11592 * font.c (font_unparse_fcname): Increase len when style is a symbol.
11593
11594 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
11595
11596 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
11597 xg_frame_resized when the event is for the edit widget.
11598
11599 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
11600
11601 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
11602 set_char_size.
11603 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
11604 operations on widgets here. Just set frame size if needed.
11605 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
11606 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
11607 (x_wm_set_size_hint): Set size hints on the edit widget only, not
11608 the whole frame.
11609 (xg_create_tool_bar): Move attachment of the tool bar to
11610 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
11611 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
11612
11613 2008-03-01 Jason Rumney <jasonr@gnu.org>
11614
11615 * w32fns.c (w32_msg_pump): Disable debug code.
11616
11617 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11618
11619 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
11620
11621 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11622
11623 * xdisp.c (next_overlay_string): Don't set
11624 overlay_strings_at_end_processed_p if we're currently reading from
11625 a display string.
11626
11627 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * xdisp.c (get_overlay_strings_1): Fix typo.
11630
11631 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11632
11633 * xdisp.c (get_overlay_strings_1): Add missing argument type.
11634
11635 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11636
11637 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
11638
11639 * xdisp.c (display_mode_element): Cancel the previous change.
11640 (decode_mode_spec): Likewise.
11641 (handle_auto_composed_prop): Don't make composition if it->string
11642 is a string.
11643
11644 2008-02-27 Kim F. Storm <storm@cua.dk>
11645
11646 * lisp.h (GLYPH): Change type from int to struct with separate char
11647 and face_id members.
11648 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
11649 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
11650 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
11651 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
11652 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
11653 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
11654 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
11655 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
11656 handle new Lisp glyph code encoding, either an integer or a cons.
11657
11658 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
11659 (GLYPH_ALIAS): Delete.
11660 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
11661 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
11662 (GLYPH_FROM_CHAR): Replace macro by ...
11663 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
11664
11665 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
11666 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
11667 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
11668 (GLYPH_INVALID_P): New macro.
11669 (spec_glyph_lookup_face): Update prototype.
11670
11671 * dispnew.c (line_draw_cost): Adapt to new glyph type.
11672 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
11673 new glyph code encoding.
11674 (spec_glyph_lookup_face): No return value; update passed glyph instead.
11675 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
11676
11677 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11678 Adapt to new glyph type and new glyph code encoding.
11679
11680 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
11681
11682 * indent.c (current_column, current_column_1, Fmove_to_column)
11683 (compute_motion): Adapt to new glyph code encoding.
11684
11685 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
11686
11687 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
11688
11689 * process.c (wait_reading_process_output): Check for window
11690 changes caused by timers.
11691 Suggested by Johan Bockgård.
11692
11693 2008-02-27 Glenn Morris <rgm@gnu.org>
11694
11695 * emacs.c (USAGE1): Add `--disable-font-backend'.
11696
11697 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
11700 is made to the buffer.
11701
11702 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
11705 (face_at_string_position):
11706 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
11707 (face_at_string_position):
11708 * xdisp.c (display_string, next_overlay_change):
11709 * buffer.h (overlays_at):
11710 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
11711 Update callers.
11712
11713 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
11714
11715 * editfns.c (Fformat): Doc fix.
11716
11717 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
11718
11719 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
11720 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
11721 (Ffont_otf_alternates, Fquery_font): Doc fixes.
11722
11723 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * buffer.c (Fbuffer_swap_text): New function.
11726 (syms_of_buffer): Defsubr it.
11727
11728 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11729
11730 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
11731
11732 2008-02-25 Jason Rumney <jasonr@gnu.org>
11733
11734 * w32font.c (w32font_draw): Draw one character at a time when padding.
11735
11736 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
11739 Handle a nil arg. Use run_window_configuration_change_hook.
11740 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
11741 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
11742 Use run_window_configuration_change_hook.
11743
11744 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11745
11746 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
11747 1-pixel width.
11748
11749 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11750
11751 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
11752 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
11753 if the glyph in the font is zero pixel with.
11754
11755 * dispextern.h (struct glyph_string): New member padding_p.
11756
11757 * w32font.c (w32font_draw): Pay attention to s->padding_p.
11758
11759 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
11760
11761 * xfont.c (xfont_draw): Pay attention to s->padding_p.
11762
11763 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
11764
11765 * font.c: If the font driver doesn't have `shape' function, return Qnil.
11766
11767 2008-02-25 Jason Rumney <jasonr@gnu.org>
11768
11769 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
11770
11771 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 Allow fine-grained image-cache flushing.
11774 * dispextern.h (struct image): Add `dependencies' field.
11775 (clear_image_caches): Change arg to Lisp_Object.
11776 * image.c (make_image): Initialize `dependencies' field.
11777 (clear_image_cache): Change arg to allow fine-grained flushing.
11778 Perform the flush even if image-cache-eviction-delay is nil.
11779 (clear_image_caches): Change arg to Lisp_Object.
11780 (Fclear_image_cache): Expand meaning of the argument.
11781 (mark_image): Mark `dependencies' field.
11782 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
11783 (lface_hash): Use XHASH rather than XFASTINT.
11784 (face_at_buffer_position): Fix int -> EMACS_INT position.
11785 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
11786 (select_frame_for_redisplay): Remove code duplication.
11787 (redisplay_internal): Adapt arg to call to clear_image_caches.
11788
11789 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11790
11791 * s/vms4-0.h:
11792 * s/vms4-2.h:
11793 * s/vms4-4.h:
11794 * s/vms5-5.h: Remove, unused.
11795
11796 * s/irix5-2.h:
11797 * s/irix6-0.h:
11798 * s/riscos5.h:
11799 * s/mach-bsd4-3.h:
11800 * m/mips4.h: Remove files for obsolete systems.
11801
11802 * Makefile.in:
11803 * filelock.c:
11804 * unexmips.c:
11805 * m/hp9000s300.h:
11806 * m/iris4d.h:
11807 * s/aix3-1.h:
11808 * s/hpux.h:
11809 * s/msdos.h:
11810 * s/usg5-0.h:
11811 * s/usg5-2-2.h:
11812 * s/usg5-2.h:
11813 * s/usg5-3.h: Remove references to obsolete variables.
11814
11815 * s/irix5-0.h: Remove, move all the contents ...
11816 * s/irix6-5.h: ... here. Simplify.
11817 * config.in: Regenerate.
11818
11819 2008-02-24 Jason Rumney <jasonr@gnu.org>
11820
11821 * w32term.c (x_draw_glyph_string_background): Clear the background
11822 manually when cleartype is in use.
11823 (x_draw_glyph_string_foreground): Draw text transparently when
11824 cleartype is in use.
11825
11826 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
11827 a font into it unless we have to.
11828
11829 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
11832 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
11833
11834 2008-02-18 Jason Rumney <jasonr@gnu.org>
11835
11836 * w32fns.c (Fw32_shell_execute): Encode parameters.
11837
11838 2008-02-09 Eli Zaretskii <eliz@gnu.org>
11839
11840 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
11841
11842 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
11843
11844 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
11845
11846 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
11847
11848 * xterm.c (x_set_offset): Don't change the gravity if
11849 CHANGE_GRAVITY is -1.
11850
11851 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
11852
11853 * fileio.c (auto_save_error_occurred): New var.
11854 (auto_save_error): Set it.
11855 (Fdo_auto_save): Don't overwrite the error message if an auto-save
11856 error occurred.
11857
11858 2008-02-23 Eli Zaretskii <eliz@gnu.org>
11859
11860 * w32.c (globals_of_w32): Add initializations for
11861 g_b_init_get_sid_sub_authority and
11862 g_b_init_get_sid_sub_authority_count.
11863
11864 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
11867 (font_parse_xlfd): Use them for sanity check.
11868 (Finternal_set_font_style_table): Make sure the table is bijective.
11869
11870 Consolidate the image_cache to the terminal struct.
11871 * termhooks.h (P_): Remove redundant def.
11872 (struct terminal): New field `image_cache'.
11873 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
11874 of FRAME_X_IMAGE_CACHE.
11875 * xterm.h (struct x_display_info): Remove image_cache field.
11876 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11877 * w32term.h (struct w32_display_info): Remove image_cache field.
11878 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11879 * macterm.h (struct mac_display_info): Remove image_cache field.
11880 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11881 * xterm.c (x_term_init):
11882 * w32term.c (w32_term_init):
11883 * macterm.c (mac_term_init): Set the image_cache in the terminal.
11884 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
11885 Remove declarations.
11886 (clear_image_caches, mark_image_cache): New declarations.
11887 * xfaces.c (clear_face_cache):
11888 * xdisp.c (redisplay_internal): Use clear_image_caches.
11889 * image.c (clear_image_cache): Don't check that a frame is on
11890 a window-system before checking if it shares the same cache.
11891 (clear_image_caches): New function.
11892 (Fclear_image_cache): Use it.
11893 (mark_image): Move from allo.c.
11894 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
11895 * alloc.c (mark_image, mark_image_cache): Move to image.c.
11896 (mark_object): Don't call mark_image_cache for frames.
11897 (mark_terminals): Call mark_image_cache.
11898
11899 * lisp.h (Fdelete_terminal): Declare.
11900
11901 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
11902 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
11903 wrong_type_argument.
11904
11905 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
11906
11907 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
11908 malayalam.el, and tamil.el. Add sinhala.el.
11909
11910 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * xterm.c (x_connection_closed): Consolidate identical tests.
11913 (x_delete_terminal): Don't crash if called via x_connection_closed.
11914
11915 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
11916
11917 * xdisp.c (decode_mode_spec): New arg string.
11918 (display_mode_element): Adjust for the above change.
11919
11920 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * callint.c (Fcall_interactively): Use AREF.
11923
11924 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
11927
11928 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
11929
11930 * xfns.c (Fx_show_tip): Set string to " " if empty.
11931
11932 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
11935 with Qt.
11936
11937 2008-02-17 Kenichi Handa <handa@m17n.org>
11938
11939 * ftfont.c (ftfont_shape): Return Lispy number.
11940
11941 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
11942 for GCs.
11943 (Finternal_set_font_selection_order): Call font_update_sort_order
11944 only when enable_font_backend is set.
11945 (realize_x_face): Set face->font_info to that of default face only
11946 when enable_font_backend is set.
11947
11948 * xdisp.c (handle_composition_prop): Set it->c to the fist
11949 character of the composed region.
11950 (fill_composite_glyph_string): Set base_face->font_info to
11951 s->font_info. Get a face for ascii from base_face->ascii_face.
11952 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
11953 with a face already decided.
11954 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
11955 non-negative.
11956 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
11957 call font_prepare_composition unconditionally.
11958
11959 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
11960
11961 * xterm.h (struct x_display_info): New member font.
11962
11963 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
11964 (x_set_mouse_face_gc, x_new_font): Likewise.
11965 (x_term_init): Setup display_info->font.
11966 (x_delete_terminal): Free display_info->font.
11967
11968 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
11969
11970 * ftxfont.c (ftxfont_default_fid): Delete it.
11971 (ftxfont_open): Set xfont->fid to 0.
11972 (ftxfont_end_for_frame): Clear data specific to the frame and the
11973 font-driver.
11974
11975 * xftfont.c (xftfont_default_fid): Delete it.
11976 (xftfont_open): Set xfont->fid to 0.
11977
11978 * fontset.c (FONTSET_OBJLIST): New macro.
11979 (fontset_find_font): Update font-object list of the fontset.
11980 (free_realized_fontset): New function.
11981 (free_face_fontset): Call free_realized_fontset.
11982 (Ffont_info): Call font_close_object only when enable_font_backend
11983 is set.
11984
11985 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
11986 [HAVE_NTGUI]: Include w32term.h.
11987 [MAC_OS]: Include macterm.ch.
11988 (font_otf_ValueRecord): Use make_number.
11989 (font_finish_cache): Fix handling of reference count.
11990 (font_clear_cache): Update num_fonts.
11991 (font_open_entity): Update smallest_char_width and
11992 smallest_font_height of the frame.
11993 (font_close_object): Update num_fonts.
11994 (Fclear_font_cache): Fix finding the target cache data.
11995
11996 2008-02-16 Glenn Morris <rgm@gnu.org>
11997
11998 * fontset.c (Finternal_char_font): Fix compilation warning.
11999
12000 2008-02-16 Eli Zaretskii <eliz@gnu.org>
12001
12002 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12003 instead of char arrays. Enlarge the size of array passed to
12004 get_token_information.
12005
12006 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12007 warnings.
12008
12009 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12010
12011 * .gdbinit: Don't set `args', it breaks gdb --args.
12012
12013 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12016 within a narrowed buffer.
12017
12018 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12019
12020 * coding.c (decode_coding_object, encode_coding_object):
12021 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12022
12023 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12026 hardcoding 1.
12027 (detect_coding_system):
12028 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12029 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12030 * insdel.c (insert_from_gap):
12031 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12032 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12033 (string_to_multibyte):
12034 * character.c (chars_in_text, multibyte_chars_in_text):
12035 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12036
12037 * character.h (FETCH_STRING_CHAR_ADVANCE)
12038 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12039 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12040 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12041
12042 * casefiddle.c (casify_region): Only call after-change and composition
12043 functions on the part of the region that was changed.
12044
12045 * keyboard.c (read_avail_input):
12046 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12047
12048 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12051 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12052
12053 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
12054
12055 * w32menu.c (push_submenu_start, push_submenu_end)
12056 (push_left_right_boundary, push_menu_pane, push_menu_item):
12057 * keyboard.c (read_key_sequence): Don't pass args with side effects
12058 to AREF, it fails when compiling with -DENABLE_CHECKING.
12059
12060 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12061
12062 * Makefile.in (${lispsource}international/charprop.el):
12063 Delete this target.
12064
12065 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12066 emacs-unicode-2.
12067
12068 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12071
12072 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12073
12074 * frame.c (Qnoelisp): New symbol.
12075 (syms_of_frame): Initialize it.
12076 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12077 harmless Elisp code, from a strong `force' from x_connection_closed.
12078 * frame.h (Qnoelisp): Declare.
12079 * xterm.c (x_connection_closed): Pass `noelisp'.
12080
12081 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12082 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12083 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12084 rather than `int' for the type of `type'.
12085
12086 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12087
12088 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12089
12090 * Makefile.in (GNUC): Remove support for gcc-1.x.
12091
12092 2008-02-10 Richard Stallman <rms@gnu.org>
12093
12094 * lisp.h (ASET): Use AREF, not ASLOT.
12095
12096 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * lisp.h (ASET): Check bounds.
12099
12100 2008-02-10 Glenn Morris <rgm@gnu.org>
12101
12102 * buffer.c (mode-name): Doc fix.
12103
12104 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12105
12106 * Makefile.in:
12107 * emacs.c:
12108 * gmalloc.c:
12109 * keyboard.c:
12110 * lisp.h:
12111 * m/ibm370aix.h:
12112 * process.c:
12113 * regex.c:
12114 * s/hpux.h:
12115 * sysdep.c:
12116 * sysselect.h:
12117 * systty.h:
12118 * unexec.c:
12119 * w32term.c:
12120 * xsmfns.c:
12121 * xterm.c: Remove code that deals with obsolete variables.
12122
12123 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12124
12125 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12126 nothing else needs it anymore.
12127
12128 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12129
12130 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12131 instead of unibyte_char_to_multibyte.
12132
12133 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12134
12135 * s/gnu-linux.h: Remove commented out code.
12136
12137 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12138
12139 * Makefile.in: Update what RMS says about using autoconf.
12140 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12141 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12142 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12143 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12144
12145 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * keymap.c (Fkey_description): Move side effect outside of macro call.
12148
12149 * xfaces.c (Finternal_make_lisp_face):
12150 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12151
12152 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12153 (syms_of_fontset): Use ASET.
12154
12155 * fns.c (concat): Move side effect outside of macro call.
12156 (hash_clear): Use ASET.
12157
12158 2008-02-08 Richard Stallman <rms@gnu.org>
12159
12160 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12161 If FORCE, and frame has a surrogate minibuffer for another frame,
12162 delete the other frame first.
12163
12164 2008-02-07 Timo Savola <timo.savola@iki.fi>
12165
12166 * xterm.c (x_detect_focus_change): Handle embed client message.
12167 (handle_one_xevent): Ditto.
12168 (handle_one_xevent): If embedded and we get a button press/release,
12169 request focus.
12170 (xembed_set_info, xembed_send_message): New functions.
12171 (x_make_frame_visible): Call xembed_set_info if embedded.
12172 (x_make_frame_invisible): Call xembed_set_info if embedded.
12173 (x_term_init): Initialize Xatom_XEMBED.
12174 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12175 (x_iconify_frame): Ditto.
12176
12177 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12178 (enum xembed_info, enum xembed_message, enum xembed_focus)
12179 (enum xembed_modifier, enum xembed_accelerator): New.
12180 (xembed_set_info, xembed_send_message): Declare.
12181 (FRAME_X_EMBEDDED_P): New.
12182
12183 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12184 gtk_plug_new.
12185
12186 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12187 window ID of a frame.
12188 (x_window): Reparent frame if embedded.
12189 (Fx_create_frame): Don't set border width if embedded.
12190
12191 * emacs.c (USAGE3): Add --parent-id.
12192 (standard_args): Ditto.
12193
12194 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12195
12196 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12197
12198 2008-02-07 Jim Meyering <meyering@redhat.com>
12199
12200 Use "do...while (0)", not "if (1)...else" in macro definitions.
12201 The latter provokes a warning from gcc about the empty else, when
12202 followed by ";". Also, without that trailing semicolon, it would
12203 silently swallow up any following statement.
12204 * syntax.h (SETUP_SYNTAX_TABLE)
12205 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12206 * buffer.h (DECODE_POSITION): Likewise.
12207 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12208 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12209 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12210 (FETCH_CHAR_ADVANCE): Likewise.
12211 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12212
12213 2008-02-07 Jim Meyering <meyering@redhat.com>
12214
12215 * lread.c [lint]: Don't include <sys/inode.h>.
12216
12217 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * xselect.c (x_handle_dnd_message):
12220 * xmenu.c (digest_single_submenu, xmenu_show):
12221 * xdisp.c (with_echo_area_buffer_unwind_data)
12222 (format_mode_line_unwind_data, unwind_format_mode_line)
12223 (display_menu_bar):
12224 * eval.c (Ffetch_bytecode):
12225 * doc.c (store_function_docstring):
12226 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12227 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12228 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12229
12230 2008-02-07 Kenichi Handa <handa@m17n.org>
12231
12232 * ftxfont.c (ftxfont_open): Don't set
12233 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12234
12235 * ftfont.c (ftfont_open): Fix previous change.
12236
12237 2008-02-06 Jason Rumney <jasonr@gnu.org>
12238
12239 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12240 Use cached metrics for ASCII characters.
12241 (w32font_open_internal): Don't set font's owning_frame.
12242 Cache metrics for ASCII characters.
12243
12244 * w32font.h (struct w32font_info): Add ascii_metrics.
12245 Remove owning_frame.
12246
12247 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12248
12249 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12250 to negative value.
12251
12252 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12253
12254 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12255
12256 * charset.c (syms_of_charset): Set QCtest and Qeq.
12257
12258 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 * process.c (Fstart_process):
12261 * callproc.c (Fcall_process): Handle the case where
12262 Funhandled_file_name_directory returns nil.
12263
12264 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12265 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12266 * font.c (check_gstring): Use them and AREF to access the vector before
12267 we know it's really a gstring.
12268 (Ffont_shape_text): Fix typo.
12269 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
12270
12271 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12272 Declare.
12273
12274 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12275
12276 2008-02-05 Jason Rumney <jasonr@gnu.org>
12277
12278 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12279 Set smallest_font_height and smallest_char_width in display info.
12280
12281 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12282
12283 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12284
12285 2008-02-05 Miles Bader <miles@gnu.org>
12286
12287 * xfaces.c (get_lface_attributes, merge_named_face)
12288 (lookup_named_face, lookup_derived_face, realize_named_face):
12289 Revert 2008-02-01 change by cyd@stupidchicken.com.
12290
12291 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12292
12293 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12294 fallback fonts.
12295 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12296
12297 2008-02-04 Jason Rumney <jasonr@gnu.org>
12298
12299 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
12300 set full_name.
12301 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
12302
12303 2008-02-03 Jason Rumney <jasonr@gnu.org>
12304
12305 * makefile.w32-in (OBJ1): Include font.o here.
12306 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
12307
12308 2008-02-02 Jason Rumney <jasonr@gnu.org>
12309
12310 * makefile.w32-in (temacs): Bump EMHEAP to 21.
12311
12312 2008-02-01 Jason Rumney <jasonr@gnu.org>
12313
12314 * s/cygwin.h: Define VIRT_ADDR_VARIES.
12315
12316 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
12317
12318 2008-02-01 Andreas Schwab <schwab@suse.de>
12319
12320 * Makefile.in (shortlisp, lisp): Update for rename of
12321 ../lisp/language/myanmar.el.
12322
12323 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
12324
12325 * xfaces.c (get_lface_attributes): Delete function.
12326 (merge_named_face, lookup_named_face, lookup_derived_face)
12327 (realize_named_face): Call lface_from_face_name directly, and use
12328 the fact that merge_face_vectors does not alter its FROM argument.
12329
12330 2008-02-01 Jason Rumney <jasonr@gnu.org>
12331
12332 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
12333 input in the default locale. Handle non-Unicode multibyte input.
12334
12335 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12336
12337 * fontset.c (reorder_font_vector): Exclude nil elements from the
12338 font group. Don't try multiple fonts.
12339 (fontset_font): Adjust for the above change.
12340 (Finternal_char_font): Return nil if the found font doesn't
12341 contain the character ch.
12342
12343 * Makefile.in (lisp, shortlisp): Add cham.el.
12344
12345 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12346
12347 * font.h (FONTP): Make it return 1 also for a font-object.
12348
12349 * .gdbinit (xfontset): New function.
12350
12351 * font.c (font_find_for_lface): Check if the character C is
12352 supported or not only for the first font.
12353
12354 * fontset.c (reorder_font_vector): Fix typo.
12355 (fontset_find_font): Don't add a font-spec specifying a script.
12356 Use 0 (not Qt) for the indication of empty font-group. Change the
12357 format of RFONT-DEF. Return Qt if no font in the font-group
12358 support the character.
12359 (fontset_font): Adjust for the above change. If no font was
12360 found the character, remember that.
12361 (face_for_char): Adjust for the change of RFONT-DEF.
12362 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
12363 no font for the target.
12364 (Finternal_char_font): Adjust for the change of RFONT-DEF.
12365
12366 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12367
12368 * font.c (font_load_for_face): Handle the case that the font in
12369 face->lface is a string.
12370
12371 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12372
12373 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
12374
12375 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12376
12377 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
12378 Fix previous change. If the frame is not on a window system,
12379 signal an error.
12380
12381 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12382
12383 * coding.c (decode_coding_object, encode_coding_object): Adjust
12384 marker positions after conversion.
12385
12386 * lisp.h (struct Lisp_Marker): New member need_adjustment.
12387
12388 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12389
12390 * font.c (font_find_for_lface): Fix the handling of the return
12391 value of font_has_char.
12392 (Ffont_shape_text): Fix previous change.
12393
12394 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
12395 (fontset_ref_and_range): Delete it.
12396 (fontset_find_font): Call char_table_ref_and_range instead of
12397 FONTSET_REF_AND_RANGE.
12398 (make_fontset): Don't setup font groups of Latin here.
12399 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
12400 (new_fontset_from_font): Make the specified font the default for
12401 all Latin characters.
12402
12403 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12404
12405 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
12406 is on a window system before accessing the fontset of the frame.
12407
12408 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12409
12410 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
12411
12412 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
12413 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
12414
12415 * font.c (Ffont_shape_text): If the font driver doesn't have a
12416 shaper function, make zero-width glyphs to have at least one-pixel
12417 width. Fix setting of `to' field of glyphs.
12418
12419 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12420
12421 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
12422 glyphs.
12423
12424 * font.h (struct font_driver): Improve docstring of member `shape'.
12425
12426 2008-02-01 Kenichi Handa <handa@m17n.org>
12427
12428 * composite.c (syms_of_composite): Fix docstring of
12429 auto-composition-function.
12430
12431 * font.h (LGLYPH_SIZE): New macro.
12432
12433 * font.c (Ffont_fill_gstring): Stop filling when a character not
12434 supported by the font is found.
12435 (Ffont_shape_text): When a shape callback function returns nil,
12436 try at most two more times with larger gstring.
12437 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
12438
12439 * xdisp.c (handle_auto_composed_prop): Change the argument to
12440 auto-composition-function.
12441
12442 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
12443 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
12444 Lispy glyph and store it in the lgstring.
12445
12446 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
12447
12448 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
12449
12450 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12451
12452 * font.c (Ffont_shape_text): Avoid unnecessary composition.
12453
12454 * fontset.c (Vfont_encoding_charset_alist): New variable.
12455 (syms_of_fontset): DEFVAR it.
12456 (reorder_font_vector, fontset_find_font): Optimize for the case of
12457 no need of reordering.
12458 (face_for_char): Map the charset property by
12459 Vfont_encoding_charset_alist.
12460
12461 2008-02-01 Jason Rumney <jasonr@gnu.org>
12462
12463 * w32font.c (logfonts_match): Don't check adstyle here.
12464 (font_matches_spec): Check here against physical font instead.
12465 (add_font_entity_to_list): Avoid some substitutions.
12466
12467 * font.c (font_parse_fcname): Default weight and slant to normal.
12468 (font_score): Prefer normal fonts if weight or slant unspecified.
12469 (font_score) [WINDOWSNT]: Scale weight difference down to closer
12470 match freetype scores.
12471
12472 2008-02-01 Jason Rumney <jasonr@gnu.org>
12473
12474 * w32font.c (w32font_text_extents): Don't use the frame stored in the
12475 font, as it may have been deleted.
12476 (w32_enumfont_pattern_entity): Map generic family to adstyle using
12477 most common hyphenless variation.
12478 (logfonts_match): Check generic family.
12479 (font_matches_spec): Don't check generic family here.
12480 (fill_in_logfont): Set generic family based on adstyle.
12481
12482 * w32font.h (w32font_get_cache): Update declaration.
12483
12484 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12485
12486 * ftfont.c (ftfont_get_cache): Adjust the argument type.
12487
12488 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
12489 If none of the new drivers are available, call font_update_drivers
12490 with the old drivers.
12491
12492 * w32font.c (w32font_get_cache): Adjust the argument type.
12493
12494 * xfont.c (xfont_get_cache): Adjust the argument type.
12495
12496 * font.h (struct font_driver): Change argument type of get_cache.
12497
12498 * xftfont.c (xftfont_start_for_frame): Delete prototype.
12499
12500 * font.c (Ffont_get): Fix arguments to Fassoc.
12501 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
12502 (font_clear_cache): New function.
12503 (font_list_entities, font_matching_entity): Use font_get_cache.
12504 (font_update_drivers): Call font_clear_cache when finishing a driver.
12505
12506 * fontset.c (fontset_find_font): Fix previous change.
12507
12508 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12509
12510 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
12511 dpyinfo->font_table.
12512 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
12513 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
12514
12515 * font.c (font_at): Handle the case that the arg C is negative.
12516 Handle the unibyte case.
12517 (Ffont_at): Call font_at with the arg C -1.
12518
12519 * xdisp.c (handle_auto_composed_prop): Don't get a character at
12520 the position here, and call font_at with the arg C -1.
12521 Don't check the range of the existing composition at the point.
12522
12523 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12524
12525 * fontset.c (fontset_add): New args charset_id and family.
12526 Change caller.
12527 (load_font_get_repertory, fontset_find_font): Assume that
12528 font_spec is always a font-spec object.
12529 (Fset_fontset_font): Always store a font-spec object in a fontset.
12530
12531 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
12532 instead of get_property_and_range.
12533
12534 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12535
12536 * xftfont.c (struct xftfont_info): Delete the member ft_face.
12537 (xftfont_open): Don't keep locking face.
12538 (xftfont_close): Don't unlock face.
12539 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
12540
12541 * fontset.c (fontset_find_font): Don't prefer a font of
12542 supplementary charset.
12543
12544 2008-02-01 Kenichi Handa <handa@m17n.org>
12545
12546 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
12547 script, langsys_tag to langsys, new member script.
12548 (OTF_TAG_STR): Terminate by '\0'.
12549 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
12550 listing to the script specified in that property. Fix arg to
12551 OTF_check_features.
12552
12553 2008-02-01 Jason Rumney <jasonr@gnu.org>
12554
12555 * w32font.h: New file.
12556
12557 * w32font.c: Include it.
12558 (struct w32font_info): Add owning_frame field. Move to w32font.h.
12559 (w32font_open): Set owning_frame.
12560 (w32font_text_extents): Use owning_frame.
12561 (struct font_callback_data): Add opentype_only field.
12562 (add_font_entity_to_list): Use it to filter fonts.
12563 Don't check against full name.
12564 (w32font_list_internal): New function.
12565 (w32font_list): Use it.
12566 (w32font_match_internal): New function.
12567 (w32font_match): Use it.
12568 (w32font_open_internal): New function.
12569 (w32font_open): Use it.
12570 (w32font_get_cache, w32font_close, w32font_has_char)
12571 (w32font_encode_char, w32font_text_extents, w32font_draw):
12572 Make non-static.
12573
12574 * makefile.w32-in (w32font.o): Depend on w32font.h.
12575
12576 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12577
12578 * charset.c (Fdefine_charset_internal): Record a supplementary
12579 charset at the tail of Vcharset_order_list.
12580
12581 * font.c (Ffont_shape_text): Fix the return value.
12582
12583 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
12584
12585 * xdisp.c (handle_auto_composed_prop): Fix previous change.
12586
12587 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12588
12589 * ftfont.c (struct OpenTypeSpec): New struct.
12590 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
12591 (ftfont_get_open_type_spec): New function.
12592 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
12593
12594 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
12595
12596 2008-02-01 Jason Rumney <jasonr@gnu.org>
12597
12598 * w32font.c (add_font_entity_to_list): Compare only the beginning
12599 of full name.
12600
12601 2008-02-01 Kenichi Handa <handa@m17n.org>
12602
12603 * xdisp.c (handle_auto_composed_prop): Simplify the code.
12604 Never return HANDLED_RECOMPUTE_PROPS.
12605
12606 2008-02-01 Kenichi Handa <handa@m17n.org>
12607
12608 * font.c (font_gstring_produce): Delete it.
12609
12610 * composite.h (COMPOSITION_METHOD):
12611 Handle COMPOSITION_WITH_GLYPH_STRING.
12612
12613 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12614
12615 * xfont.c (Qx): Delete.
12616 (syms_of_xfont): Don't initialize Qx.
12617
12618 * composite.h (enum composition_method):
12619 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
12620
12621 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12622
12623 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
12624 (choose_face_font): Accept new form of font-spec.
12625
12626 * frame.h (font_driver_list): Declare it unconditionally.
12627 (struct frame): Define members font_driver_list and font_data_list
12628 unconditionally.
12629
12630 * fontset.c: Include "font.h" unconditionally.
12631 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
12632 (Fset_fontset_font): Accept a font-spec object.
12633
12634 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
12635 PIXEL_SIZE part a wild card.
12636
12637 * dispextern.h (struct glyph_string): Define members clip and
12638 num_clips unconditionally.
12639 (struct face): Define members font_info and extra unconditionally.
12640
12641 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
12642 ftfont_info only when HAVE_LIBOTF is defined.
12643
12644 2008-02-01 Andreas Schwab <schwab@suse.de>
12645
12646 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
12647 and end.
12648
12649 2008-02-01 Jason Rumney <jasonr@gnu.org>
12650
12651 * w32font.c (w32font_driver): Add new fields.
12652
12653 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12654
12655 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
12656 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
12657 (LIBES): Add @M17N_FLT_CFLAGS@.
12658
12659 * composite.c (compose_text): Don't treat the new style
12660 composition specially.
12661
12662 * emacs.c (main): Call syms_of_font unconditionally.
12663
12664 * font.h (FONT_ENTITY_NOT_LOADABLE)
12665 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
12666 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
12667 (struct font_driver): New member shape.
12668 (font_registry_charsets): Extern it.
12669 (font_find_for_lface, font_prepare_composition): Adjust prototype.
12670 (font_otf_capability, font_drive_otf): Delete their externs.
12671
12672 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
12673 (font_charset_alist, font_registry_charsets): Move from xfont.c
12674 and rename.
12675 (font_prop_validate_otf): New function.
12676 (font_property_table): Register it for QCotf.
12677 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
12678 (font_drive_otf): Delete.
12679 (font_prepare_composition): New arg F. Adjust for the change of
12680 lispy gstring.
12681 (font_find_for_lface): New arg C.
12682 (font_load_for_face): Adjust for the change of font_find_for_lface.
12683 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
12684 lispy gstring.
12685 (Ffont_shape_text): New function.
12686 (Fopen_font): If the font size is not given, use 12-pixel.
12687 (Ffont_at): New arg STRING.
12688 (syms_of_font): Initalize font_charset_alist.
12689 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
12690 conditionally.
12691
12692 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
12693 fonts of the same font-spec. Change the format of RFONT-DEF.
12694 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
12695 Adjust for the change of RFONT-DEF.
12696 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
12697
12698 * ftfont.h: New file.
12699
12700 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
12701 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12702 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12703 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
12704 font_otf_capability and font_drive_otf, set ftfont_shape.
12705 (ftfont_list): Adjust for the change of :otf property value.
12706 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
12707 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
12708 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
12709 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12710 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
12711 (otf_gstring, gstring, m17n_flt_initialized): New variables.
12712
12713 * w32term.c (x_draw_composite_glyph_string_foreground):
12714 Adjust for the change of lispy gstring.
12715
12716 * xdisp.c (handle_composition_prop): Adjust for the change of
12717 lispy gstring. Call a function for auto-composition with the
12718 third arg it->window.
12719 (fill_composite_glyph_string): Adjust for the change of lispy string.
12720 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
12721
12722 * xfaces.c (set_font_frame_param): Adjust for the change of
12723 font_find_for_lface.
12724
12725 * xfont.c (x_font_charset_alist): Move to font.c and rename.
12726 (xfont_registry_charsets): Likewise. Change caller.
12727 (syms_of_xfont): Don't handle x_font_charset_alist.
12728
12729 * xftfont.c: Include "ftfont.h".
12730 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12731 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12732 (xftfont_close) [HAVE_LIBOTF]: Close otf.
12733 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12734 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
12735 Set xftfont_driver.shape to xftfont_shape.
12736
12737 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12738 the change of lispy gstring.
12739
12740 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12741
12742 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
12743
12744 2008-02-01 Jason Rumney <jasonr@gnu.org>
12745
12746 * w32font.c (w32font_draw): Fill background manually.
12747
12748 2008-02-01 Jason Rumney <jasonr@gnu.org>
12749
12750 * font.c (Qfontp): Remove unused symbol.
12751 (QCantialias): New symbol.
12752 (syms_of_font): Define it.
12753 (font_property_table): Set a validator for QCantialias.
12754
12755 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
12756 Define if not already.
12757 (QCfamily): Share with xfaces.c.
12758 (Qstandard, Qsubpixel, Qnatural): New symbols.
12759 (syms_of_w32font): Define them. Don't define QCfamily here.
12760 (w32_antialias_type, lispy_antialias_type): New functions.
12761 (w32_enumfont_pattern_entity): New arg requested_font.
12762 Set antialias parameter if non-default was requested.
12763 (fill_in_logfont): Fill in lfQuality if :antialias specified.
12764
12765 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12766
12767 * lread.c (read1): Undo the previous change.
12768
12769 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
12770
12771 * frame.c (Fdelete_frame): Call font_update_drivers only when
12772 USE_FONT_BACKEND is defined.
12773
12774 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12775
12776 * font.h (struct font_bitmap): New member bits_per_pixel.
12777 (struct font_driver): New members start_for_frame and end_for_frame.
12778 (struct font_data_list): New struct.
12779 (font_put_frame_data, font_get_frame_data): Extern them.
12780
12781 * frame.h (struct frame): New member font_data_list.
12782
12783 * font.c (font_update_drivers): Call driver->start_for_frame and
12784 driver->end_for_frame at proper timings.
12785 (font_put_frame_data, font_get_frame_data): New functions.
12786 (Ffont_spec): Add usage in the docstring.
12787
12788 * frame.c (make_frame): Initialize f->font_data_list to NULL.
12789 (Fdelete_frame): Call font_update_drivers.
12790
12791 * xftfont.c (struct xftface_info): Delete the member xft_draw.
12792 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
12793 (xftfont_get_xft_draw): New function.
12794 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
12795 (xftfont_end_for_frame): New function.
12796 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
12797
12798 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
12799 Change argument. Cache GCs in the per-frame data.
12800 (struct ftxfont_frame_data): New struct.
12801 (ftxfont_draw_bitmap): New arg gc_fore and flush.
12802 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
12803 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
12804 (ftxfont_end_for_frame): New function.
12805 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
12806
12807 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
12808
12809 2008-02-01 Kenichi Handa <handa@m17n.org>
12810
12811 * xselect.c (Vselection_coding_system)
12812 (Vnext_selection_coding_system): Delete them.
12813 (syms_of_xselect): Don't declare selection-coding-system and
12814 next-selection-coding-system. They are declared in select.el.
12815
12816 2008-02-01 Jason Rumney <jasonr@gnu.org>
12817
12818 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
12819
12820 * w32fns.c: Include imm.h.
12821 (get_composition_string_fn, get_ime_context_fn): New optional
12822 system functions.
12823 (globals_of_w32fns): Load them from imm32.dll.
12824 (ignore_ime_char): New flag.
12825 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
12826 WM_IME_ENDCOMPOSITION messages.
12827
12828 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
12829 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
12830
12831 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12832
12833 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
12834 (READCHAR_REPORT_MULTIBYTE): New macro.
12835 (readchar): New 2nd arg MULTIBYTE.
12836 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
12837 Make symbol's name multibyte according to the multibyteness of the
12838 source.
12839
12840 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12841
12842 * xfaces.c (face_for_overlay_string): Call lookup_face with
12843 correct arguments (fix of synching with the trunk).
12844
12845 2008-02-01 Kenichi Handa <handa@m17n.org>
12846
12847 * font.c (font_prop_validate_symbol, font_prop_validate_style)
12848 (font_prop_validate_non_neg, font_prop_validate_spacing):
12849 Delete argument prop_index.
12850 (font_property_table): Change arguments to validater. Change Callers.
12851 (font_lispy_object): Delete.
12852 (font_at): Use font_find_object instead fo font_lispy_object.
12853
12854 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12855
12856 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
12857 and file names.
12858
12859 2008-02-01 Jason Rumney <jasonr@gnu.org>
12860
12861 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
12862 (font_matches_spec): Remove debug output.
12863 (add_font_entity_to_list): Avoid using substituted fonts.
12864
12865 2008-02-01 Jason Rumney <jasonr@gnu.org>
12866
12867 * doc.c (Fsnarf_documentation):
12868 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
12869
12870 2008-02-01 Miles Bader <miles@gnu.org>
12871
12872 * dispextern.h (struct glyph_row): Only define "clip" field if
12873 HAVE_WINDOW_SYSTEM is defined.
12874
12875 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 Fix up multi-tty merge.
12878
12879 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
12880 and indentation.
12881
12882 * xfaces.c (free_realized_face, clear_face_gcs):
12883 Include font_done_for_face in the input_blocked section, just in case.
12884
12885 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
12886 (get_char_face_and_encoding): Undo last change and remove the *other*
12887 duplicate definition (i.e. keep the one that's better scoped and that
12888 includes code for the font-backend).
12889
12890 * terminal.c (create_terminal): Default keyboard_coding to
12891 `no-conversion' and terminal_coding to `undecided'.
12892
12893 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
12894
12895 * fontset.c (free_realized_fontsets): Check that the table entry does
12896 contain a fontset before trying to compare it to `base'.
12897
12898 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
12899 syms_of_charset, and syms_of_coding earlier because init_window_once
12900 now needs Vcoding_system_hash_table to be setup.
12901
12902 * coding.h (default_buffer_file_coding): Remove.
12903
12904 * coding.c (default_buffer_file_coding): Remove.
12905 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
12906 than ->symbol, and use the terminal-local coding system.
12907 (syms_of_coding): Don't setup the coding-systems that are not
12908 terminal-local.
12909 (Fdefine_coding_system_internal): Use XCAR/XCDR.
12910
12911 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
12912 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
12913
12914 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
12915 in chartab.c and were re-added here by mistake.
12916 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
12917
12918 * doc.c (Fsnarf_documentation):
12919 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
12920 src to etc.
12921
12922 * ChangeLog.10: Add mistakenly removed entry.
12923
12924 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12925
12926 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
12927
12928 2008-02-01 Miles Bader <miles@gnu.org>
12929
12930 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
12931 Add extra args to FACE_FOR_CHAR.
12932
12933 2008-02-01 Kenichi Handa <handa@m17n.org>
12934
12935 * keymap.c (where_is_internal_1): If key is a cons, store the copy
12936 in sequence.
12937
12938 * chartab.c (map_sub_char_table, map_char_table): If the range
12939 contains just one character, call the function with that character
12940 even if the depth is not 3.
12941
12942 2008-02-01 Jason Rumney <jasonr@gnu.org>
12943
12944 * w32font.c (w32font_text_extents): Calculate metrics for the
12945 whole string.
12946
12947 2008-02-01 Jason Rumney <jasonr@gnu.org>
12948
12949 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
12950
12951 2008-02-01 Jason Rumney <jasonr@gnu.org>
12952
12953 * w32term.c (x_set_glyph_string_clipping): Use
12954 get_glyph_string_clip_rects.
12955 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
12956 Adjust for the change of struct glyph_string.
12957
12958 * w32font.c (w32font_draw): Do clipping here.
12959
12960 2008-02-01 Kenichi Handa <handa@m17n.org>
12961
12962 * xftfont.c (xftfont_draw): Adjust for the change of struct
12963 glyph_string.
12964
12965 * xterm.c (x_set_glyph_string_clipping): Use
12966 get_glyph_string_clip_rects.
12967 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
12968 Adjust for the change of struct glyph_string.
12969
12970 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
12971 the resulting clip(s}.
12972 (expose_overlaps): Add arg r. Change callers. Set it to
12973 row->clip temporarily.
12974 (expose_window): Redraw rows overlapping the exposed area.
12975
12976 * dispextern.h (struct glyph_row): New member clip.
12977 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
12978 clip_height, new member clip, and num_clips.
12979
12980 2008-02-01 Kenichi Handa <handa@m17n.org>
12981
12982 * data.c (Fchar_or_string_p): Fix docstring.
12983
12984 2008-02-01 Kenichi Handa <handa@m17n.org>
12985
12986 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
12987 create a temporary XftDraw object.
12988
12989 2008-02-01 Kenichi Handa <handa@m17n.org>
12990
12991 * font.c (Ffontp): Fix docstring.
12992
12993 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
12994 strong evidence of ISO-2022.
12995
12996 2008-02-01 Kenichi Handa <handa@m17n.org>
12997
12998 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
12999 SYNTAX_ENTRY_FOLLOW_PARENT.
13000
13001 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13004 its type.
13005 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13006 Update to the new type of weak_hash_tables and next_weak.
13007
13008 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13009 a plain C pointer to Lisp_Hash_Table.
13010
13011 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13012 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13013 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13014 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13015 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13016 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13017 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13018 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13019 (GC_EQ): Remove since they've been identical to their non-GC_
13020 alter-egos ever since the markbit was eradicated.
13021
13022 * alloc.c:
13023 * buffer.c:
13024 * buffer.h:
13025 * data.c:
13026 * fileio.c:
13027 * filelock.c:
13028 * fns.c:
13029 * frame.h:
13030 * lisp.h:
13031 * macterm.c:
13032 * print.c:
13033 * process.c:
13034 * w32fns.c:
13035 * w32menu.c:
13036 * w32term.c:
13037 * xfns.c:
13038 * xmenu.c:
13039 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13040
13041 2008-02-01 Kenichi Handa <handa@m17n.org>
13042
13043 * chartab.c (map_sub_char_table): Make it work for the top-level
13044 char-table. Fix handling of parent char-table.
13045 (map_char_table): Adjust for the above change.
13046
13047 2008-02-01 Jason Rumney <jasonr@gnu.org>
13048
13049 * w32font.c (Qgdi): Rename from Qw32.
13050
13051 2008-02-01 Jason Rumney <jasonr@gnu.org>
13052
13053 * w32bdf.c (get_quoted_string): Make function static.
13054
13055 2008-02-01 Kenichi Handa <handa@m17n.org>
13056
13057 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13058 bigger ascent and descent than those of the font, use them as
13059 font's ascent and descent.
13060
13061 2008-02-01 Kenichi Handa <handa@m17n.org>
13062
13063 * Makefile.in (${lispsource}international/charprop.el): Move this
13064 target within "#ifdef HAVE_UNIDATA" and "#endif".
13065
13066 2008-02-01 Kenichi Handa <handa@m17n.org>
13067
13068 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13069 (shortlisp): Add ../lisp/language/tai-viet.el.
13070
13071 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
13072
13073 * Makefile.in (${lispsource}international/charprop.el): Depend on
13074 temacs${EXEEXT}.
13075
13076 2008-02-01 Jason Rumney <jasonr@gnu.org>
13077
13078 * w32font.c (w32font_close): Delete the GDI font object.
13079
13080 * w32menu.c: Include character.h.
13081
13082 * w32proc.c: Likewise.
13083
13084 * w32select.c: Likewise.
13085
13086 * makefile.w32-in (w32proc.o): Depend on character.h.
13087
13088 2008-02-01 Jason Rumney <jasonr@gnu.org>
13089
13090 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13091
13092 * w32menu.c (syms_of_w32menu): Likewise.
13093
13094 * w32proc.c (syms_of_ntproc): Likewise.
13095
13096 * w32select.c (syms_of_w32select): Likewise.
13097
13098 * w32term.c (syms_of_w32term): Likewise.
13099
13100 2008-02-01 Jason Rumney <jasonr@gnu.org>
13101
13102 * w32font.c (w32font_draw): Delete brush after using it.
13103
13104 2008-02-01 Jason Rumney <jasonr@gnu.org>
13105
13106 * w32font.c (w32font_open): Don't set font_idx.
13107 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13108 to font settings.
13109 (w32font_draw): Fill background explicitly.
13110
13111 2008-02-01 Jason Rumney <jasonr@gnu.org>
13112
13113 * w32term.c (w32_initialize): Don't call w32font_initialize.
13114
13115 * w32font.c (w32font_info): Remove subranges.
13116 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13117 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13118 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13119 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13120 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13121 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13122 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13123 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13124 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13125 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13126 New symbols.
13127 (font_callback_data): New struct.
13128 (w32font_list, w32font_match): Use it.
13129 (w32font_open): Don't populate subranges.
13130 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13131 (w32font_encode_char): Always return unicode code-point as-is.
13132 (w32font_text_extents): Supply a transformation matrix to
13133 GetGlyphOutline. Never look up by glyph index. Avoid looping
13134 twice. Use unicode version of GetTexExtentPoint32 instead of
13135 glyph index version.
13136 (set_fonts_frame): Remove.
13137 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13138 set frame parameter. Use backward compatible fake foundries.
13139 Save generic family in extra slot under QCfamily. Make width slot
13140 constant. Save QCspacing value. Save list of scripts instead of
13141 binary subranges.
13142 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13143 (add_font_entity_to_list): Use font_callback_data struct. Filter
13144 unwanted fonts.
13145 (add_one_font_entity_to_list): Use font_callback_data struct.
13146 (w32_registry): Default to iso10646_1.
13147 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13148 string font registries. Don't fill in font name if it is a generic
13149 family name, fill family instead. Use spacing, family and script
13150 extra info to fill pitch, family and charset fields.
13151 (list_all_matching_fonts): Use font_callback_data struct.
13152 (unicode_range_for_char): Remove.
13153 (font_supported_scripts): New function.
13154 (w32font_initialize): Remove.
13155 (syms_of_w32font): Update which symbols are defined.
13156
13157 2008-02-01 Jason Rumney <jasonr@gnu.org>
13158
13159 * font.c (font_pixel_size): Reverse assq_no_quit args.
13160
13161 * w32term.h (FONT_WIDTH): Report max width, not average.
13162 (FONT_MAX_WIDTH): Remove.
13163 (FONT_AVG_WIDTH): New macro.
13164
13165 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13166 redefinition of FONT_WIDTH.
13167
13168 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13169 (w32_cache_char_metrics): Use FONT_WIDTH.
13170
13171 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13172
13173 2008-02-01 Jason Rumney <jasonr@gnu.org>
13174
13175 * w32font.c (w32font_open): Make lfHeight negative.
13176
13177 * w32fns.c (x_default_font_parameter): Use new style font name.
13178 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13179
13180 2008-02-01 Jason Rumney <jasonr@gnu.org>
13181
13182 * w32font.c (QCsubranges): New symbol.
13183 (w32font_open, w32font_has_char): Get subranges from subproperty
13184 of extra.
13185 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13186 (syms_of_w32font): Define :subranges symbol.
13187
13188 * font.c (font_put_extra): Expose externally.
13189
13190 * font.h (font_put_extra): Move declaration from font.c.
13191
13192 * font.c (Ffont_get): Use font driver to determine otf capability.
13193 (adjust_anchor): Check if driver defines anchor_point before using.
13194
13195 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13196 (w32font_draw): Use options.
13197 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13198 Fix detection of truetype fonts.
13199 (registry_to_w32_charset): Handle charsets other than iso8859-1
13200 expressed as lisp symbols.
13201 (w32_registry): Express charset as lisp symbol.
13202 (fill_in_logfont): Reverse pixel and point height logic.
13203 Don't set width here. Set quality to default.
13204
13205 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13206 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13207
13208 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13209 Remove redundant loop and allocation.
13210
13211 * makefile.w32-in (font.o, w32font.o): New objects.
13212 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13213 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13214
13215 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13216 STORE_XCHARB a valid l-value.
13217
13218 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13219 calculations for non-Truetype fonts.
13220 (x_draw_glyph_string): Sync with xterm.c.
13221 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13222 Remove redundant code.
13223 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13224
13225 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13226 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13227
13228 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13229 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13230
13231 * w32font.c: New file for w32 font backend.
13232
13233 2008-02-01 Kenichi Handa <handa@m17n.org>
13234
13235 * term.c: Don't include "buffer.h" twice.
13236
13237 2008-02-01 Kenichi Handa <handa@m17n.org>
13238
13239 * character.c (Funibyte_string): New function.
13240 (syms_of_character): Defsubr it.
13241
13242 2008-02-01 Jason Rumney <jasonr@gnu.org>
13243
13244 * w32term.c [USE_FONT_BACKEND]:
13245 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13246 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13247 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13248 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13249 (x_free_frame_resources): Sync with xterm.c.
13250
13251 2008-02-01 Andreas Schwab <schwab@suse.de>
13252
13253 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13254 char-table size.
13255
13256 2008-02-01 Kenichi Handa <handa@m17n.org>
13257
13258 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13259
13260 2008-02-01 Kenichi Handa <handa@m17n.org>
13261
13262 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13263 font_otf_gpos, add font_drive_otf.
13264
13265 * fontset.c (fontset_find_font): Pay attention to font size
13266 specified for a font.
13267 (reorder_font_vector): Check contents of font_def.
13268
13269 * font.c (struct otf_list): Delete it.
13270 (otf_list): Make it a lisp variable.
13271 (otf_open): Use lispy otf_list.
13272 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13273 (check_otf_features): New function.
13274 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13275 New functions.
13276 (font_drive_otf): New function merging font_otf_gsub and
13277 font_otf_gpos.
13278 (font_open_for_lface): New arg spec. Change argument order.
13279 (font_load_for_face): Adjust for the change of font_open_for_lface.
13280 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13281 Ffont_otf_gpos.
13282 (syms_of_font): Staticpro otf_list. Delete defsubr of
13283 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13284
13285 * xfaces.c (set_font_frame_param): Adjust for the change of
13286 font_open_for_lface.
13287
13288 * font.h (font_open_for_lface): Adjust prototype.
13289 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13290 member otf_drive.
13291 (font_otf_gsub, font_otf_gpos): Delete externs.
13292 (font_drive_otf): Extern it.
13293
13294 2008-02-01 Kenichi Handa <handa@m17n.org>
13295
13296 * font.c (font_at): If the window W is not on a window system,
13297 return Qnil.
13298
13299 * coding.c (produce_chars, encode_coding): Don't call
13300 insert_from_gap if no characters to produce.
13301
13302 2008-02-01 Kenichi Handa <handa@m17n.org>
13303
13304 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
13305 Fclear_face_cache.
13306
13307 * xfaces.c (face_for_font): Check also face->font==font->font.font.
13308
13309 2008-02-01 Miles Bader <miles@gnu.org>
13310
13311 * emacs.c (main): Change default value of `enable_font_backend' to 1.
13312 Parse "--disable-font-backend" option.
13313 (standard_args): Add "--disable-font-backend" option.
13314
13315 2008-02-01 Kenichi Handa <handa@m17n.org>
13316
13317 * fontset.c (fontset_find_font): New function.
13318 (fontset_font): Use fontset_find_font.
13319 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
13320 Register the specified font for all Latin characters.
13321 (new_fontset_from_font): Register the specified font for all Latin
13322 characters.
13323 (dump_fontset): For a realized fontset, include the base fontset
13324 name in the returned vector.
13325
13326 2008-02-01 Kenichi Handa <handa@m17n.org>
13327
13328 * character.h (CHAR_STRING): Cast C to unsigned on calling
13329 char_string.
13330
13331 * character.c (char_string): Type of arg C changed to unsigned.
13332 Signal an error if C is an invalid character code.
13333
13334 * editfns.c (general_insert_function, Fchar_to_string):
13335 Use CHARACTERP, not INTEGERP.
13336
13337 2008-02-01 Kenichi Handa <handa@m17n.org>
13338
13339 * character.h (MIN_MULTIBYTE_LEADING_CODE)
13340 (MAX_MULTIBYTE_LEADING_CODE): New macros.
13341
13342 * regex.c (analyse_first): Fix for multibyte characters in "case
13343 charset:" and "case categoryspec:".
13344
13345 2008-02-01 Andreas Schwab <schwab@suse.de>
13346
13347 * Makefile.in (LIBES): Move standard libraries to the end.
13348
13349 2008-02-01 Kenichi Handa <handa@m17n.org>
13350
13351 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
13352 nonzero, don't shrink the buffer nextb.
13353
13354 * buffer.h (struct buffer_text): New member inhibit_shrinking.
13355
13356 * coding.c (coding_alloc_by_making_gap): New arg offset.
13357 (alloc_destination): Call coding_alloc_by_making_gap with the arg
13358 offset.
13359 (decode_coding_iso_2022): Update coding->safe_charsets.
13360 (decode_coding_gap): Temporarily set
13361 current_buffer->text->inhibit_shrinking to 1.
13362
13363 2008-02-01 Kenichi Handa <handa@m17n.org>
13364
13365 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
13366 indexing into elements of s->cmp and s->char2b.
13367
13368 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
13369
13370 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
13371
13372 2008-02-01 Kenichi Handa <handa@m17n.org>
13373
13374 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
13375 target_multibyte instead of multibyte.
13376 (re_match_2_internal): Call bcmp_translate with target_multibyte.
13377 (bcmp_translate): Change the argument name from multibyte to
13378 target_multibyte.
13379
13380 2008-02-01 Kenichi Handa <handa@m17n.org>
13381
13382 These changes are to compile a regexp into a pattern that can be
13383 used both for multibyte and unibyte targets.
13384
13385 * Makefile.in (search.o): Depend on charset.h.
13386
13387 * character.c (multibyte_char_to_unibyte_safe): New function.
13388
13389 * search.c: Include "charset.h".
13390 (compile_pattern_1): Delete argument multibyte. Don't set
13391 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
13392 (compile_pattern): Don't compare cp->buf.target_multibyte.
13393 Compare cp->buf.charset_unibyte.
13394 (compile_pattern): Set cp->buf.target_multibyte.
13395
13396 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
13397
13398 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
13399
13400 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
13401 multibyte. Change callers.
13402 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
13403 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
13404 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
13405 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
13406 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
13407 (regex_compile): Make the compiled pattern usable both for
13408 multibyte and unibyte targets.
13409 (analyse_first): Make the fastmap usable both for multibyte and
13410 unibyte targets.
13411 (TRANSLATE_VIA_MULTIBYTE): Delete.
13412 (re_match_2_internal): Pay attention to the case that the
13413 multibyteness of bufp and target may be different.
13414
13415 2008-02-01 Kenichi Handa <handa@m17n.org>
13416
13417 * xdisp.c (x_produce_glyphs): When a font is not found, make the
13418 empty box occupy at least one column width.
13419
13420 2008-02-01 Miles Bader <miles@gnu.org>
13421
13422 * Makefile.in: Remove redundant HAVE_XFT clause.
13423
13424 2008-02-01 Kenichi Handa <handa@m17n.org>
13425
13426 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
13427
13428 2008-02-01 Kenichi Handa <handa@m17n.org>
13429
13430 * fontset.c (Finternal_char_font): Fix for the case of POSITION
13431 being nil.
13432
13433 2008-02-01 Kenichi Handa <handa@m17n.org>
13434
13435 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
13436
13437 2008-02-01 Kenichi Handa <handa@m17n.org>
13438
13439 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
13440
13441 2008-02-01 Kenichi Handa <handa@m17n.org>
13442
13443 * search.c (simple_search): Fix previous change.
13444
13445 2008-02-01 Kenichi Handa <handa@m17n.org>
13446
13447 * xftfont.c (ftfont_font_format): Extern declaration.
13448
13449 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
13450
13451 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
13452 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
13453
13454 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
13455 (ftfont_font_format): Fix previous change.
13456
13457 * font.h (Ffont_xlfd_name): EXFUN it.
13458
13459 * font.c (font_parse_xlfd): Fix the array size of `f'.
13460 (register_font_driver): Use EQ to compare driver->type.
13461
13462 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
13463 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
13464 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
13465
13466 2008-02-01 Kenichi Handa <handa@m17n.org>
13467
13468 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
13469 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
13470
13471 2008-02-01 Kenichi Handa <handa@m17n.org>
13472
13473 * xfont.c (xfont_open): Set font->format.
13474
13475 * xftfont.c (xftfont_open): Set font->format.
13476
13477 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
13478 (ftfont_list): Include FC_FONTFORMAT in FcObject.
13479 (ftfont_open): Set font->format.
13480 (ftfont_font_format): New function.
13481
13482 * font.h (struct font): New member format.
13483
13484 * font.c (Qopentype): New variable.
13485 (syms_of_font): Defsym it.
13486 (Fquery_font): Change the format of the last element of the return
13487 value.
13488
13489 2008-02-01 Kenichi Handa <handa@m17n.org>
13490
13491 * xfns.c (xic_create_xfontset): Try the default fontset name as a
13492 last resort.
13493
13494 2008-02-01 Kenichi Handa <handa@m17n.org>
13495
13496 * coding.c (detect_coding_charset): Fix detection of multi-byte
13497 charset.
13498
13499 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
13500
13501 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
13502
13503 2008-02-01 Kenichi Handa <handa@m17n.org>
13504
13505 * xdisp.c (get_next_display_element): Set it->face_id for the
13506 first component of a composition.
13507 (x_produce_glyphs): Check if the font is changed or not for composition.
13508
13509 2008-02-01 Kenichi Handa <handa@m17n.org>
13510
13511 * fontset.c (Qlatin): New variable.
13512 (syms_of_fontset): Define it as a lisp symbol.
13513 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
13514
13515 2008-02-01 Kenichi Handa <handa@m17n.org>
13516
13517 * font.c (font_unparse_fcname): Pay attention to the case that
13518 some of font property is a null string.
13519
13520 2008-02-01 Kenichi Handa <handa@m17n.org>
13521
13522 * term.c: Include "composite.h".
13523 (encode_terminal_code): Output all components of composition.
13524 Check the size of encode_terminal_src.
13525 (produce_glyphs): For composition, call produce_composite_glyph.
13526 (append_composite_glyph, produce_composite_glyph): New functions.
13527
13528 * xdisp.c (x_produce_glyphs): In handling composition, if a font
13529 is not found, get font_info from the current ascii face.
13530
13531 2008-02-01 Kenichi Handa <handa@m17n.org>
13532
13533 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
13534 buffer-file-name to Qnil before calling insert_from_buffer.
13535
13536 * font.c (font_unparse_fcname): Pay attention to the case that
13537 foundry is a null string.
13538
13539 2008-02-01 Kenichi Handa <handa@m17n.org>
13540
13541 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
13542
13543 * font.c (Qunicode_sip): New variable.
13544 (syms_of_font): Declare it as a Lisp symbol.
13545
13546 * font.h (Qunicode_sip): Extern it.
13547
13548 2008-02-01 Kenichi Handa <handa@m17n.org>
13549
13550 * composite.c (get_composition_id): Pay attention to TAB component.
13551
13552 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
13553 TAB. Adjust for the change of s->char2b which always points to
13554 the first element of allocated memory.
13555
13556 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
13557
13558 * xdisp.c (handle_composition_prop): Set it->c to the first
13559 non-TAB component.
13560 (fill_composite_glyph_string): Change argument.
13561 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
13562 (x_produce_glyphs): Fix handling of left/right padding.
13563
13564 2008-02-01 Kenichi Handa <handa@m17n.org>
13565
13566 * coding.c (detect_coding_system): Fix for handling off
13567 inhibit_iso_escape_detection. Fix for the case that no coding
13568 system is defined for a specific coding category.
13569
13570 2008-02-01 Kenichi Handa <handa@m17n.org>
13571
13572 * font.c (font_matching_entity): Delete unused local var.
13573
13574 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
13575 opening a font.
13576
13577 * fileio.c (Finsert_file_contents): On recovering a file, assume
13578 Unix-like eol.
13579 (choose_write_coding_system): On auto-saving a file, force
13580 Unix-like eol.
13581
13582 * coding.c (setup_coding_system): Fix setting of
13583 coding->common_flags based on eol_type.
13584 (coding_inherit_eol_type): If PARENT is not nil, be sure to
13585 inherit from it.
13586
13587 2008-02-01 Kenichi Handa <handa@m17n.org>
13588
13589 * alloc.c (NSTATICS): Increas to 0x600.
13590
13591 2008-02-01 Kenichi Handa <handa@m17n.org>
13592
13593 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
13594 (ftfont_list): Don't check :name property.
13595 (ftfont_match): New function.
13596 (ftfont_pattern_entity): If the pattern doesn't contain
13597 FC_SPACING, don't assume FC_MONO.
13598
13599 * font.h (struct font_driver): New member `match'.
13600 (font_update_drivers): Adjust prototype.
13601
13602 * font.c (font_parse_fcname, font_parse_name): Don't change :name
13603 property of FONT.
13604 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
13605 them unconditionally.
13606 (font_matching_entity): New function.
13607 (font_open_by_name): Try font_matching_entity if exact match is
13608 not found.
13609 (font_update_drivers): Delete the arg FONT. Return a list of
13610 actually used backends. Don't free faces, font caches here.
13611 Don't store data in frame parameters. Don't call x_set_font.
13612 (Ffont_spec): Store :name property as is.
13613 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
13614 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
13615 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
13616 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
13617 Call font->driver->otf_gsub instead of font_otf_gsub.
13618
13619 * frame.c (x_set_font_backend): Do more works that were done in
13620 font_update_drivers before.
13621
13622 * xfont.c (xfont_match): New function.
13623 (xfont_driver): Set xfont_driver.match to xfont_match.
13624 (xfont_draw): Set font in GC if necessary.
13625
13626 * ftxfont.c (ftxfont_match): New function.
13627 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
13628
13629 * xftfont.c (xftfont_match): New function.
13630 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
13631
13632 2008-02-01 Kenichi Handa <handa@m17n.org>
13633
13634 * font.h (struct font): New member scalable.
13635 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
13636 (font_otf_gsub): Adjust prototype.
13637
13638 * font.c (font_otf_capability): Fix handling of the default langsys.
13639 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
13640 Check the contents of SPEC.
13641 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
13642 (check_gstring): New function.
13643 (REPLACEMENT_CHARACTER): New macro.
13644 (font_otf_gsub): New arg alternate_subst. Be sure to set all
13645 glyph codes of GSTRING.
13646 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
13647 (font_prepare_composition): Set cmp->glyph_len.
13648 (font_open_entity): Set font->scalable.
13649 (Ffont_get): Handle :otf property.
13650 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
13651 functions.
13652 (Fquery_font): Use font->font.full_name.
13653 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
13654 Sfont_otf_alternates.
13655
13656 * ftfont.c (ftfont_open): Set font->font.full_name and
13657 font->font.name properly. Fix calculation of font->font.height
13658 and font->min_width.
13659
13660 * ftxfont.c (ftxfont_create_gcs): New function.
13661 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
13662 (ftxfont_draw_backgrond): Fix filling region.
13663 (ftxfont_default_fid): New function.
13664 (ftxfont_open): Set xfont->fid to the return value of
13665 ftxfont_default_fid.
13666 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
13667 (ftxfont_done_face): Free only GCs that are created by
13668 ftxfont_create_gcs.
13669 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
13670
13671 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
13672 Clip to src->width, etc (not src->clip_XXX).
13673
13674 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
13675 FontBackend frame parameter.
13676
13677 2008-02-01 Kenichi Handa <handa@m17n.org>
13678
13679 * font.h (struct font_driver_list): New member `on'.
13680 (Fclear_font_cache): EXFUN it.
13681 (font_update_drivers): Extern it.
13682
13683 * font.c (font_unparse_fcname): Fix typo (swidth->width).
13684 (font_list_entities): Check driver_list->on.
13685 (register_font_driver): Initalize `on' member to 0.
13686 (font_update_drivers): New function.
13687 (Fclear_font_cache): Check driver_list->on.
13688
13689 * frame.h (Qfont_backend): Extern it.
13690 (x_set_font_backend): Extern it.
13691
13692 * frame.c (Qfont_backend): New variable.
13693 (frame_parms): New element for font-backend.
13694 (x_set_font_backend): New function.
13695
13696 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
13697 FontBackend frame parameter.
13698 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
13699 x_set_font_backend.
13700
13701 * xfont.c (xfont_list): Don't try listing by :name property if the
13702 name is not for XLFD.
13703
13704 2008-02-01 Kenichi Handa <handa@m17n.org>
13705
13706 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
13707 (LGLYPH_SET_TO): New macros.
13708 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
13709 element of G is vector or not.
13710 (font_at): Extern it.
13711
13712 * font.c: Include window.h.
13713 (font_lispy_object): New function.
13714 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
13715 end of valid glyph.
13716 (font_close_object): Fix getting (struct font *).
13717 (font_at): New function.
13718 (Ffont_get): If FONT is a font-object, get entity from it.
13719 (Ffont_make_gstring): Initialize elements of glyphs with nil.
13720 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
13721 range check.
13722 (Ffont_at): New function.
13723 (syms_of_font): Defsubr Sfont_at.
13724
13725 * xdisp.c (it_props): Move the entry for Qauto_composed to just
13726 before the entry for Qcomposition.
13727 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
13728 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
13729 the font in gstring.
13730 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
13731 LGLYPH_FORM (g) to detect the end of valid glyph.
13732 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
13733 we are composing with gstring.
13734
13735 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
13736 Check if adjustment is vector or not.
13737
13738 * Makefile.in (font.o): Make it depends on window.h.
13739
13740 2008-02-01 Kenichi Handa <handa@m17n.org>
13741
13742 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
13743 adjustment is vector or not.
13744
13745 2008-02-01 Miles Bader <miles@gnu.org>
13746
13747 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
13748
13749 2008-02-01 Kenichi Handa <handa@m17n.org>
13750
13751 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
13752 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
13753 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
13754
13755 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
13756 (DEVICE_DELTA): Fix typo.
13757 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
13758 LGLYPH format.
13759
13760 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13761 the change of LGLYPH format.
13762
13763 2008-02-01 Kenichi Handa <handa@m17n.org>
13764
13765 * ftfont.c (ftfont_list): Fix typo.
13766 (ftfont_build_basic_charsets): Don't include letters with diacritics.
13767
13768 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13769
13770 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
13771
13772 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
13773 xftface_info is non-NULL.
13774
13775 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13776
13777 * ftfont.c (ftfont_list): Move misplaced #endif.
13778
13779 2008-02-01 Kenichi Handa <handa@m17n.org>
13780
13781 * ftfont.c (ftfont_list): Pay attention to the case that
13782 FC_CAPABILITY is not defined.
13783
13784 2008-02-01 Kenichi Handa <handa@m17n.org>
13785
13786 * xftfont.c (xftfont_open): Set charset related members to -1.
13787
13788 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
13789 QCname.
13790 (ftfont_open): Set charset related members to -1.
13791
13792 * fontset.c (Votf_script_alist): New variable.
13793 (syms_of_fontset): Initialize it.
13794 (fontset_font): Delete unused variable.
13795
13796 * fontset.h (Votf_script_alist): Extern it.
13797
13798 * font.c (font_find_for_lface): Optimize code.
13799
13800 * font.h (font_close_object, font_merge_old_spec): Extern them.
13801
13802 2008-02-01 Kenichi Handa <handa@m17n.org>
13803
13804 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
13805 (syms_of_font): Initialize them.
13806 (font_pixel_size): Allow float value in dpi.
13807 (font_prop_validate_type): Delete.
13808 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
13809 Change caller.
13810 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
13811 (font_prop_validate_extra): Delete.
13812 (font_prop_validate_spacing): New function.
13813 (font_property_table): Add elements for all known properties.
13814 (get_font_prop_index): Rename from check_font_prop_name. New
13815 argument FROM. Change caller.
13816 (font_prop_validate): Validate all known properties.
13817 (font_put_extra): Delete argument force. Change caller.
13818 (font_expand_wildcards): Make it static. Fix the way of shrinking
13819 the possible range.
13820 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
13821 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
13822 Change caller.
13823 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
13824 (font_parse_fcname): Delete argument merge. Fix parsing of point
13825 size. Don't validate properties values here. Change caller.
13826 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
13827 (font_open_by_name): Delete unused variable.
13828 (Ffont_spec): Likewise. Validate property values.
13829 (Ffont_match_p): New function.
13830
13831 * font.h (QCscalable): Extern it.
13832 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
13833
13834 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
13835
13836 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
13837 (xfont_list_pattern): New function.
13838 (xfont_list): Use xfont_list_pattern.
13839
13840 2008-02-01 Kenichi Handa <handa@m17n.org>
13841
13842 * font.h (Flist_fonts): EXFUN it.
13843
13844 2008-02-01 Jason Rumney <jasonr@gnu.org>
13845
13846 * w32term.c (w32_initialize): Add back smoothing_type and
13847 smoothing_enabled definitions.
13848
13849 2008-02-01 Kenichi Handa <handa@m17n.org>
13850
13851 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
13852 s->face->font on determining underline position.
13853
13854 2008-02-01 Kenichi Handa <handa@m17n.org>
13855
13856 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
13857 (font_has_char): Accept font-object too.
13858 (font_find_for_lface): Try at first with a size specified in face.
13859
13860 2008-02-01 Kenichi Handa <handa@m17n.org>
13861
13862 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
13863 font_open_by_name.
13864
13865 2008-02-01 Kenichi Handa <handa@m17n.org>
13866
13867 * font.h (QCspacing, QCdpi): Extern them.
13868 (enum font_spacing): New enum.
13869 (FONT_PIXEL_SIZE_QUANTUM): New macro.
13870
13871 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
13872 (QCspacing, QCdpi): New variables.
13873 (syms_of_font): Initialize them.
13874 (font_pixel_size): New function.
13875 (font_put_extra): New function.
13876 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
13877 in FONT_EXTRA.
13878 (font_parse_fcname): Handle enumerated values (e.g. bold).
13879 Fix handling font size. Add QCname property that contains only
13880 unknown properties.
13881 (font_score): Change argument. Change caller. Pay attention to
13882 FONT_PIXEL_SIZE_QUANTUM.
13883 (font_sort_entites, font_list_entities, font_find_for_lface)
13884 (font_open_for_lface, font_open_by_name): Fix handling of font size.
13885 (Ffont_spec): Add QCname property that contains only unknown properties.
13886
13887 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
13888 include weight in listing pattern, instead check weight of each
13889 listed font. Don't include scalable in pattern. Pay attention to
13890 FONT_PIXEL_SIZE_QUANTUM.
13891
13892 2008-02-01 Kenichi Handa <handa@m17n.org>
13893
13894 * font.c (font_parse_fcname): Fix parsing of point-size.
13895 (font_unparse_fcname): Produce symbolic names for style properties.
13896 (font_list_entities): Handle float size correctly.
13897 (font_open_by_name): Prefer `normal' property values if the name
13898 doesn't specify them.
13899
13900 * fontset.c (Finternal_char_font): Use font_get_name, not
13901 Ffont_xlfd_name.
13902
13903 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
13904 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
13905 pattern. Don't force scalable.
13906
13907 * xftfont.c (xftfont_open): For generating a name, start from
13908 96-byte buffer.
13909
13910 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13911
13912 * frame.h (x_new_fontset2): Fix prototype.
13913
13914 2008-02-01 Kenichi Handa <handa@m17n.org>
13915
13916 * font.h (struct font_driver): Delete member parse_name.
13917 (font_match_p, font_get_spec, font_parse_fcname)
13918 (font_unparse_fcname): Extern them.
13919 (font_get_name): Adjust prototype.
13920
13921 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
13922 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
13923 (font_expand_wildcards): Fix handling ENCODING field. Avoid
13924 unnecessary checks for weight, slant, and swidth.
13925 (font_parse_fcname): New function.
13926 (font_unparse_fcname): New function.
13927 (font_parse_name): New function.
13928 (font_match_p): New function.
13929 (font_get_name): Change return value to Lisp string.
13930 (font_get_spec): New function.
13931 (Qunspecified, Qignore_defface): Don't extern them.
13932 (font_find_for_lface): Assume that LFACE is fully specified.
13933 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
13934 object, use it for FACE.
13935 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
13936 driver->parse_name.
13937 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
13938
13939 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
13940 prototype.
13941
13942 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
13943 argument F. Don't call Fnew_fontset. Instead, directly call
13944 make_fontset.
13945
13946 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
13947
13948 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
13949 of x_new_fontset2.
13950
13951 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
13952 (Qsans__serif): New variables.
13953 (ftfont_generic_family_list): New variable.
13954 (syms_of_ftfont): Initialize the above variables.
13955 (ftfont_pattern_entity): Delete argument NAME.
13956 (ftfont_list_generic_family): New function.
13957 (ftfont_parse_name): Delete this function.
13958 (ftfont_list): Try generic family only when FcFontList found no font.
13959 (ftfont_list_family): Fix args to FcObjectSetBuild.
13960
13961 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
13962 object in attrs[LFACE_FONT_INDEX].
13963 (set_lface_from_font_name): Cancel all changes for font-backend.
13964 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
13965 function.
13966 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
13967 font object in QCfont attribute.
13968 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
13969 (realize_default_face) [USE_FONT_BACKEND]: Call
13970 set_lface_from_font_and_fontset.
13971
13972 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
13973 "fixed", and signal error here if no suitable font was found.
13974
13975 * xfont.c (xfont_parse_name): Delete this function.
13976
13977 * xftfont.c (xftfont_open): Change coding style of error
13978 handling. Generate fontconfig's fontname pattern.
13979
13980 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
13981 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
13982
13983 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
13984 Both args FONTSET and FONT_OBJECT must be existing ones.
13985
13986 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13987
13988 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
13989
13990 2008-02-01 Kenichi Handa <handa@m17n.org>
13991
13992 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
13993
13994 * font.h (struct font): Fix typo.
13995
13996 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
13997 XLFD_XXX_INDEX.
13998 (enum xlfd_field_mask): New enum.
13999 (intern_font_field): Changed argument. Change caller. If digits
14000 are followed by non-digits, return a symbol.
14001 (font_expand_wildcards): New function.
14002 (font_parse_xlfd): Fix wildcard handling.
14003 (Ffont_spec): If :name is specified, reflect the info in the other
14004 properties.
14005
14006 * ftfont.c (ftfont_pattern_entity): Fix typo.
14007 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14008 locale.
14009
14010 2008-02-01 Kenichi Handa <handa@m17n.org>
14011
14012 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14013
14014 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14015 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14016 registry doesn't specify encoding part.
14017 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14018 (font_open_by_name): At first try parsing the name.
14019 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14020 as Lisp symbols.
14021
14022 * fontset.c (reorder_font_vector): Pay attention to the case that
14023 the 3rd element of font_def is nil.
14024 (fontset_font): For the default fontset, append one more fontset
14025 elements for a script-based font specification. Don't add script
14026 attribute on finding a font.
14027 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14028 font name.
14029 (fontset_ascii_font): If a font can't be opened, return nil.
14030
14031 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14032 (ftfont_pattern_entity): New function.
14033 (ftfont_get_cache): Assume that freetype_font_cache is already
14034 initialized.
14035 (ftfont_list): Handle the case that a file is specified in font
14036 name. Use ftfont_pattern_entity to generate entities.
14037 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14038 (syms_of_ftfont): Initialize freetype_font_cache.
14039
14040 * xftfont.c (xftfont_open): Make the font name fontconfig's
14041 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14042 (xftfont_close): Free font->font.name if not NULL.
14043
14044 * xfont.c (xfont_list): If script is specified for a font, return
14045 null_vector.
14046 (xfont_list_family): Declare argument type.
14047
14048 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14049 name, set LFACE_FONT (lface) to nil.
14050
14051 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14052 return Qnil.
14053
14054 2008-02-01 Kenichi Handa <handa@m17n.org>
14055
14056 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14057 (standard_args): Add "-enable-font-backend".
14058
14059 2008-02-01 Kenichi Handa <handa@m17n.org>
14060
14061 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14062 (struct xftdraw_list, xftdraw_list): Delete them.
14063 (register_xftdraw, check_xftdraw): Delete them.
14064 (xftfont_prepare_face): Don't call register_xftdraw.
14065 (xftfont_done_face): Don't call check_xftdraw.
14066 (xftfont_draw): Get background color only when with_background is
14067 nonzero.
14068
14069 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14070
14071 2008-02-01 Kenichi Handa <handa@m17n.org>
14072
14073 These changes are for the new font handling codes.
14074
14075 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14076 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14077 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14078 (FONTSRC, FONTOBJ): New variables.
14079 (obj): Add $(FONTOBJ).
14080 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14081 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14082 @LIBOTF_LIBS@.
14083 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14084 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14085
14086 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14087
14088 * character.h (Vscript_representative_chars): Extern it.
14089
14090 * character.c (Vscript_representative_chars): New variable.
14091 (syms_of_character): Declare it as a Lisp variable.
14092
14093 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14094 enable_font_backend is nonzero, accept the composition method
14095 COMPOSITION_WITH_GLYPH_STRING.
14096
14097 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14098 enumeration COMPOSITION_WITH_GLYPH_STRING.
14099
14100 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14101 members clip_x, clip_y, clip_width, and clip_height.
14102 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14103
14104 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14105 --enable-font-backend. Call syms_of_font.
14106
14107 * fns.c (assoc_no_quit): New function.
14108
14109 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14110 (face_for_font, new_fontset_from_font)
14111 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14112
14113 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14114 (fontset_font, fontset_ascii, face_for_char)
14115 (make_fontset_for_ascii_face, Ffont_info)
14116 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14117 is nonzero, use font-backend mechanism.
14118 (find_font_encoding): Make it non-static.
14119 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14120 New functions.
14121
14122 * frame.h (struct frame): New members resx and resy.
14123 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14124 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14125
14126 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14127 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14128
14129 * lisp.h (assoc_no_quit): Extern it.
14130
14131 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14132 Through out the file, use FONT_INFO_FROM_FACE instead of
14133 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14134 rif->per_char_metric.
14135 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14136 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14137 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14138 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14139 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14140 nonzero, use font-backend mechanism.
14141 (get_per_char_metric): New function.
14142
14143 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14144 (set_lface_from_font_name)
14145 (set_font_frame_param, free_realized_face)
14146 (prepare_face_for_display, clear_face_gcs)
14147 (Finternal_set_font_selection_order, realize_x_face)
14148 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14149 font-backend mechanism.
14150 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14151 (load_face_font) [USE_FONT_BACKEND]: Abort.
14152 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14153 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14154
14155 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14156 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14157 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14158 nonzero, register all available font drivers. Call
14159 x_default_font_parameter for deciding a font.
14160 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14161
14162 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14163 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14164 (x_set_glyph_string_clipping_exactly)
14165 (x_compute_glyph_string_overhangs)
14166 (x_draw_glyph_string_foreground)
14167 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14168 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14169 enable_font_backend is nonzero, use font-backend mechanism.
14170 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14171
14172 2008-02-01 Kenichi Handa <handa@m17n.org>
14173
14174 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14175 system_eol_type.
14176 (syms_of_coding): Initialize system_eol_type.
14177
14178 * process.c (Fset_process_coding_system): Inherit system's eol
14179 format if necessary.
14180
14181 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14182
14183 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14184
14185 2008-02-01 Kenichi Handa <handa@m17n.org>
14186
14187 * coding.c (decode_eol): Pay attention to buffer relocation in
14188 del_range_2.
14189 (decode_coding): Call decode_eol before restoring undo_list.
14190
14191 2008-02-01 Kenichi Handa <handa@m17n.org>
14192
14193 * charset.c (Fdefine_charset_internal): Fix setting of
14194 emacs_mule_bytes.
14195
14196 2008-02-01 Kenichi Handa <handa@m17n.org>
14197
14198 * keyboard.c (read_char): Check if C is a character or not before
14199 looking up Vkeyboard_translate_table.
14200
14201 2008-02-01 Kenichi Handa <handa@m17n.org>
14202
14203 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14204 condition to terminate the loop.
14205
14206 2008-02-01 Kenichi Handa <handa@m17n.org>
14207
14208 * coding.c (produce_composition): Compare charbuf[i] instead of
14209 args[i] against 0.
14210 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14211
14212 2008-02-01 Kenichi Handa <handa@m17n.org>
14213
14214 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14215 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14216 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14217 detect_coding.
14218 (emacs_mule_char): Handle old style (Emacs 20) component character
14219 of a composition.
14220 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14221 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14222 composition rule.
14223 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14224
14225 2008-02-01 Kenichi Handa <handa@m17n.org>
14226
14227 * coding.c (encode_coding_ccl): Allocate destination dynamically
14228 when necessary.
14229
14230 2008-02-01 Kenichi Handa <handa@m17n.org>
14231
14232 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14233 the loop. When quitted, show a proper error message.
14234
14235 2008-02-01 Kenichi Handa <handa@m17n.org>
14236
14237 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14238 src->clip_head and src->clip_tail temporarily instead of src->hl.
14239
14240 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14241 character sequence.
14242 (Fccl_execute_on_string): Use ASET, not XSET.
14243
14244 2008-02-01 Kenichi Handa <handa@m17n.org>
14245
14246 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14247
14248 2008-02-01 Kenichi Handa <handa@m17n.org>
14249
14250 * coding.c (decode_coding): Fix the condition of terminating the
14251 decoding loop.
14252
14253 2008-02-01 Kenichi Handa <handa@m17n.org>
14254
14255 * data.c (Faset): On setting a character bigger than 255 in a
14256 unibyte string, signal an error instead of make the string multibyte.
14257
14258 2008-02-01 Kenichi Handa <handa@m17n.org>
14259
14260 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14261 made by a mapping table.
14262
14263 2008-02-01 Kenichi Handa <handa@m17n.org>
14264
14265 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14266 not.
14267 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14268 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14269
14270 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14271 s->face is NULL or not.
14272
14273 2008-02-01 Kenichi Handa <handa@m17n.org>
14274
14275 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14276 (x_draw_glyph_string): Fix drawing of right_overhang and
14277 left_overhang around/on cursor.
14278
14279 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14280
14281 2008-02-01 Kenichi Handa <handa@m17n.org>
14282
14283 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14284
14285 2008-02-01 Kenichi Handa <handa@m17n.org>
14286
14287 * coding.c (Fdefine_coding_system_internal)
14288 (Fdefine_coding_system_alias): Avoid a duplicated element in
14289 Vcoding_system_alist.
14290
14291 2008-02-01 Kenichi Handa <handa@m17n.org>
14292
14293 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14294
14295 * coding.c (Qcoding_system_define_form): New variable.
14296 (syms_of_coding): Intern and staticpro it.
14297 (Fcoding_system_p): Check Qcoding_system_define_form.
14298 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
14299
14300 * coding.h (CODING_SYSTEM_P): If ID is not available, call
14301 Fcoding_system_p.
14302 (CHECK_CODING_SYSTEM): If ID is not available, call
14303 Fcheck_coding_system.
14304 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
14305 Try also Fcheck_coding_system.
14306
14307 2008-02-01 Kenichi Handa <handa@m17n.org>
14308
14309 * coding.c (code_conversion_restore): GCPRO arg.
14310
14311 2008-02-01 Kenichi Handa <handa@m17n.org>
14312
14313 * character.c (lisp_string_width): Check multibyteness of STRING.
14314
14315 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14316
14317 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
14318 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
14319 (decode_mac_font_name): Use decode_coding_c_string instead of
14320 decode_coding.
14321 (x_load_font): Initialize fontp->fontset to -1. Set
14322 fontp->encoding_type.
14323
14324 2008-02-01 Kenichi Handa <handa@m17n.org>
14325
14326 * search.c (search_buffer): Give up BM search on case-fold-search
14327 if one of a target character has a case-equivalence of different
14328 byte length even if that target charcter is an ASCII.
14329 (simple_search): Fix calculation of byte length of matched text.
14330 (boyer_moore): Fix handling of case-equivalent multibyte characters.
14331
14332 2008-02-01 Kenichi Handa <handa@m17n.org>
14333
14334 * coding.c (decode_coding): Fix handling of invalid bytes.
14335
14336 2008-02-01 Kenichi Handa <handa@m17n.org>
14337
14338 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
14339 Unicode characters.
14340
14341 2008-02-01 Kenichi Handa <handa@m17n.org>
14342
14343 * coding.c (encode_coding_object): If a pre-write-conversion
14344 function makes a new buffer, kill it.
14345
14346 2008-02-01 Kenichi Handa <handa@m17n.org>
14347
14348 * coding.c (QCascii_compatible_p): New variable.
14349 (syms_of_coding): Initialize it.
14350 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
14351 calling string_char.
14352 (record_conversion_result): Add `default:' case.
14353 (coding_charset_list): Delete unused variable `coding_type'.
14354 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
14355 property in the plist of the coding system.
14356 (Fcoding_system_put): Check QCascii_compatible_p.
14357
14358 2008-02-01 Miles Bader <miles@gnu.org>
14359
14360 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
14361 removed calculation of frame `f', as it's now used.
14362
14363 2008-02-01 Kenichi Handa <handa@m17n.org>
14364
14365 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
14366 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
14367 (UNIDATA): New variable.
14368 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
14369 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
14370 $(RUN_TEMACS) unconditionally.
14371
14372 2008-02-01 Kenichi Handa <handa@m17n.org>
14373
14374 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
14375 (admindir): New variable.
14376 ($(lispsource)international/charprop.el): New target.
14377
14378 2008-02-01 Miles Bader <miles@gnu.org>
14379
14380 * character.c (chars-in-region): Remove obsolete function.
14381 (syms_of_character): Remove its initialization.
14382
14383 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
14384
14385 * w32select.c (validate_coding_system)
14386 (setup_windows_coding_system): New functions.
14387 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
14388 setup_windows_coding_system.
14389 (setup_config, Fw32_get_clipboard_data): Use
14390 validate_coding_system.
14391 (Fx_selection_exists): Move call to setup_config to a place
14392 where signals are allowed.
14393
14394 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
14395 (Fcheck_coding_system): Add declarations.
14396
14397 2008-02-01 Kenichi Handa <handa@m17n.org>
14398
14399 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
14400
14401 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14402
14403 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
14404 string as the second argument for x_new_fontset.
14405
14406 2008-02-01 Kenichi Handa <handa@m17n.org>
14407
14408 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
14409 (encode_coding_object): Use safe_call instead of call2.
14410
14411 2008-02-01 Kenichi Handa <handa@m17n.org>
14412
14413 * fontset.c (Fset_fontset_font): Check family element of a given vector.
14414
14415 * Makefile.in (lisp): Include charprop.el.
14416
14417 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14418
14419 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
14420 Not sure if it's unnecessary.
14421
14422 2008-02-01 Steven Tamm <steventamm@mac.com>
14423
14424 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
14425 some possibly unnecessary fontset checking code that crashed
14426 when creating a new frame.
14427
14428 2008-02-01 Kenichi Handa <handa@m17n.org>
14429
14430 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
14431 lookup_face.
14432
14433 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
14434
14435 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
14436
14437 2008-02-01 Kenichi Handa <handa@m17n.org>
14438
14439 * coding.c: Cancel the change done in HEAD on 2008-02-01.
14440 (coding_charset_list): New function.
14441
14442 * coding.h (coding_charset_list): Extern it.
14443
14444 2008-02-01 Kenichi Handa <handa@m17n.org>
14445
14446 * fontset.c (Fset_fontset_font): Call find_font_encoding with
14447 concatenation of family and registry.
14448
14449 2008-02-01 Kenichi Handa <handa@m17n.org>
14450
14451 * character.h (BYTE8_STRING): Fix typo.
14452
14453 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
14454 string to multibyte (sync to HEAD).
14455
14456 * casefiddle.c (casify_region): Handle changes in byte-length
14457 using replace_range_2 (sync to HEAD).
14458
14459 2008-02-01 Andreas Schwab <schwab@suse.de>
14460
14461 * chartab.c (map_char_table): GCPRO table and arg.
14462
14463 2008-02-01 Kenichi Handa <handa@m17n.org>
14464
14465 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
14466 already at limit.
14467
14468 2008-02-01 Kenichi Handa <handa@m17n.org>
14469
14470 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
14471 instead of fast_c_string_match_ignore_case.
14472 (find_font_encoding): Change argument to Lisp_Object. Use
14473 fast_string_match_ignore_case instead of
14474 fast_c_string_match_ignore_case. Change caller.
14475
14476 2008-02-01 Kenichi Handa <handa@m17n.org>
14477
14478 * xdisp.c (get_next_display_element): In unibyte case, decide to
14479 display in octal form by checking a character by
14480 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
14481
14482 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
14483
14484 * character.c (unibyte_has_multibyte_table): New variable.
14485
14486 * character.h (unibyte_has_multibyte_table): Extern it.
14487 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
14488
14489 2008-02-01 Kenichi Handa <handa@m17n.org>
14490
14491 * coding.c (encode_coding_iso_2022): Fix handling of charset
14492 annotation.
14493
14494 2008-02-01 Kenichi Handa <handa@m17n.org>
14495
14496 * coding.c (setup_coding_system): If coding_system is nil, use
14497 Qundecided.
14498 (Fterminal_coding_system): Return nil if terminal coding system is
14499 `undecided'.
14500 (syms_of_coding): Define coding-system `undecided' here. Setup
14501 terminal_coding as `undecided'.
14502
14503 2008-02-01 Kenichi Handa <handa@m17n.org>
14504
14505 * xdisp.c (message_dolog, set_message_1): Call
14506 unibyte_char_to_multibyte with arg type int.
14507
14508 * lread.c (read1): Fix reading of a char-table.
14509
14510 * print.c (print_object): Include sub char-table in circularities
14511 detection.
14512
14513 2008-02-01 Kenichi Handa <handa@m17n.org>
14514
14515 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
14516 Append the found sequences in car of ARGS instead of prepending.
14517
14518 2008-02-01 Kenichi Handa <handa@m17n.org>
14519
14520 * fileio.c (report_file_error): Make a unibyte string from
14521 strerror (errorno).
14522 (Fsubstitute_in_file_name): Fix the arg to
14523 unibyte_char_to_multibyte. It is evaluated twice.
14524
14525 2008-02-01 Kenichi Handa <handa@m17n.org>
14526
14527 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
14528
14529 2008-02-01 Kenichi Handa <handa@m17n.org>
14530
14531 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
14532 BOM is not found.
14533 (detect_coding, detect_coding_system): Optimization for ISO-2022
14534 when no 8-bit data is found.
14535
14536 2008-02-01 Jason Rumney <jasonr@gnu.org>
14537
14538 * w32fns.c (x_to_w32_font): Update to use new coding struct.
14539
14540 2008-02-01 Kenichi Handa <handa@m17n.org>
14541
14542 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
14543 CHARS.
14544
14545 2008-02-01 Steven Tamm <steventamm@mac.com>
14546
14547 * macterm.c (mac_encode_char): Add charset argument and update
14548 to use encoding_type.
14549 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
14550 switch to pure fontset.
14551 (decode_mac_font_name): Temporarily remove decoding.
14552 (x_font_name_to_mac_font_name): Temporarily remove encoding.
14553 (x_load_font): Temporarily remove encoding.
14554
14555 2008-02-01 Kenichi Handa <handa@m17n.org>
14556
14557 * xfaces.c (Fface_font): If frame is not on a window system,
14558 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
14559 refer to face->font.
14560 (split_font_name_into_vector, build_font_name_from_vector)
14561 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
14562 when HAVE_WINDOW_SYSTEM is defined.
14563
14564 2008-02-01 Kenichi Handa <handa@m17n.org>
14565
14566 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
14567 (x_produce_glyphs): Fix setting of members of cmp in case
14568 cmp->glyph_len is zero.
14569
14570 * fontset.c (Fset_fontset_font): Fix docstring.
14571 (Ffontset_info): Make it backward compatible. New arg ALL.
14572
14573 2008-02-01 Kim F. Storm <storm@cua.dk>
14574
14575 * process.c (read_process_output): Grow decoding_buf when needed;
14576 this could cause a crash in allocate_string and compact_small_strings.
14577
14578 2008-02-01 Kenichi Handa <handa@m17n.org>
14579
14580 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
14581
14582 2008-02-01 Kenichi Handa <handa@m17n.org>
14583
14584 * coding.c (setup_coding_system): Set coding->common_flags
14585 correctly for raw-text.
14586 (consume_chars): On encoding unibyte text by raw-text, don't check
14587 multibyte form.
14588 (encode_coding): On encoding by raw-text, never use translation tables.
14589
14590 * fileio.c (e_write): Short cut for the case of no encoding.
14591
14592 2008-02-01 Kenichi Handa <handa@m17n.org>
14593
14594 * coding.c (detect_coding, detect_coding_system): Delete unused
14595 variables.
14596
14597 2008-02-01 Kenichi Handa <handa@m17n.org>
14598
14599 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
14600 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
14601
14602 2008-02-01 Kenichi Handa <handa@m17n.org>
14603
14604 * coding.c (Ffind_coding_systems_region_internal): Include
14605 raw-text and no-conversion in the result.
14606
14607 2008-02-01 Kenichi Handa <handa@m17n.org>
14608
14609 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
14610 (load_font_get_repertory): Delete unnecessary check of ENCODING of
14611 FONT_DEF.
14612 (font_def_arg, add_arg, from_arg, to_arg): New args.
14613 (set_fontset_font): Change argument.
14614 (Fset_fontset_font): Fix for the case that TARGET is a script
14615 name and charset name.
14616 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
14617
14618 2008-02-01 Kenichi Handa <handa@m17n.org>
14619
14620 * fontset.c (fontset_font): Rename from fontset_face. Change return
14621 value.
14622 (face_suitable_for_char_p, face_for_char): Adjust for the change
14623 of fontset_font.
14624 (make_fontset_for_ascii_face): Fix setting of the fontset element
14625 for ASCII.
14626 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
14627 to get a font name.
14628 (Ffontset_info): Adjust for the change of fontset_font.
14629
14630 * coding.c (emacs_mule_char): Check invalid code more rigidly.
14631
14632 * character.h (LEADING_CODE_LATIN_1_MIN)
14633 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
14634
14635 2008-02-01 Kenichi Handa <handa@m17n.org>
14636
14637 * editfns.c (check_translation): New function.
14638 (Ftranslate_region_internal): Handle M:N mapping.
14639
14640 2008-02-01 Kenichi Handa <handa@m17n.org>
14641
14642 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
14643
14644 2008-02-01 Kenichi Handa <handa@m17n.org>
14645
14646 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
14647 goto invalid_code.
14648 (decode_coding_iso_2022): Fix handling of invalid designation.
14649
14650 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
14651 after calling code_conversion_save.
14652
14653 2008-02-01 Kenichi Handa <handa@m17n.org>
14654
14655 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
14656
14657 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
14658
14659 * fontset.c: Include "intervals.h".
14660 (fontset_face): Fix comparing of Lisp_Objects.
14661 (free_face_fontset, new_fontset_from_font_name): Fix
14662 Lisp_Object/int mixup.
14663
14664 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
14665
14666 * coding.c: Add many prototypes for static functions.
14667 (get_translation_table): Allow max_lookup to be NULL.
14668 (decode_coding, Ffind_coding_systems_region_internal)
14669 (Funencodable_char_position, Fcheck_coding_systems_region): Call
14670 get_translation_table with max_lookup NULL.
14671
14672 2008-02-01 Kenichi Handa <handa@m17n.org>
14673
14674 * coding.c (get_translation_table): Declare it as Lisp_Object.
14675 (LOOKUP_TRANSLATION_TABLE): New macro.
14676 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
14677 instead of CHAR_TABLE_REF.
14678
14679 2008-02-01 Kenichi Handa <handa@m17n.org>
14680
14681 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
14682 annotation data format.
14683 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
14684 Change arguments FROM and TO to single argument NCHARS. Change caller.
14685 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
14686 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14687 (decode_coding_ccl, decode_coding_charset): Pay attention to
14688 coding->charbuf_used.
14689 (get_translation): New function.
14690 (produce_chars): New arguments translation_table and last_block.
14691 Translate characters here. Return number of carryover chars.
14692 Change caller.
14693 (produce_composition): New argument pos. Change caller.
14694 Adjust for the change of annotation data format.
14695 (produce_charset, produce_annotation): Likewise.
14696 (decode_coding, encode_coding): Don't call translate_chars.
14697 (consume_chars): New arg translation_table. Change caller.
14698 (translate_chars): Delete.
14699 (syms_of_coding): Make translation-table's number of extra slots 2.
14700
14701 2008-02-01 Kenichi Handa <handa@m17n.org>
14702
14703 * search.c (simple_search): Fix setting this_pos_byte in backward
14704 search.
14705
14706 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
14707 byte sequence.
14708 (detect_coding_ccl): Fix setting of the variable valids.
14709
14710 2008-02-01 Kenichi Handa <handa@m17n.org>
14711
14712 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
14713
14714 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
14715
14716 * editfns.c (Ftranslate_region_internal): Rename from
14717 Ftranslate_region. Accept a char-table in TABLE.
14718 (syms_of_editfns): Defsubr Stranslate_region_internal.
14719
14720 * xfaces.c (set_lface_from_font_name): If a font is specified for
14721 a frame, generate a fontset from the font.
14722 (build_scalable_font_name): If the scalable font is requested for
14723 a specific size, don't change that size.
14724 (try_font_list): Try a scalable font also in the case that a
14725 pattern string is specified.
14726
14727 2008-02-01 Kenichi Handa <handa@m17n.org>
14728
14729 * xfaces.c (Fface_font): New optional arg CHARACTER.
14730
14731 2008-02-01 Kenichi Handa <handa@m17n.org>
14732
14733 * charset.h (CHARSET_OFFSET): New macro.
14734
14735 2008-02-01 Kenichi Handa <handa@m17n.org>
14736
14737 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
14738
14739 * fontset.c (fontset_face): Handle the case that repertory is a
14740 char-table.
14741 (find_font_encoding): Return nil for unknown encoding.
14742 (Fset_fontset_font): Ignore a font of unknown encoding.
14743
14744 2008-02-01 Kenichi Handa <handa@m17n.org>
14745
14746 * keymap.c (describe_vector): Handle default value of a char table.
14747
14748 * fontset.c (fontset_face): Handle fallback fonts correctly.
14749 (Ffontset_info): Return infomation about fallback fonts.
14750
14751 2008-02-01 Kenichi Handa <handa@m17n.org>
14752
14753 * fontset.c (FONTSET_DEFAULT): New macro.
14754 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
14755 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
14756 the case that it is nil.
14757 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
14758 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
14759
14760 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
14761 subset or superset.
14762
14763 2008-02-01 Kenichi Handa <handa@m17n.org>
14764
14765 * emacs.c (main): Call init_charset after syms_of_XXX.
14766
14767 * charset.c (Vcharset_map_directory): Delete.
14768 (Vcharset_map_path): New variable.
14769 (load_charset_map_from_file): Use Vcharset_map_path instead.
14770 (init_charset): Initialize Vcharset_map_path.
14771 (syms_of_charset): Delete declaration of "charset-map-directory",
14772 add declaration of "charset-map-path".
14773
14774 2008-02-01 Kenichi Handa <handa@m17n.org>
14775
14776 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
14777 ASCII only string.
14778
14779 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
14780
14781 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
14782 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
14783
14784 2008-02-01 Kenichi Handa <handa@m17n.org>
14785
14786 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
14787
14788 * coding.c (QCmnemonic, QCdefalut_char)
14789 (QCdecode_translation_table, QCencode_translation_table)
14790 (QCpost_read_conversion, QCpre_write_conversion): New variables.
14791 (get_translation_table): Return a list of translation tables if
14792 necessary.
14793 (decode_coding): Call get_translation_table with ENCODEP 0.
14794 (char_encodable_p): If translation_table is non-nil, always call
14795 translate_char.
14796 (Fdefine_coding_system_internal): Accept list of translation
14797 tables as :encode-translation-table and :decode-translation-table.
14798 (Fcoding_system_put): New function.
14799 (syms_of_coding): Declare new symbols. Defsubr
14800 Scoding_system_put.
14801 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
14802 typically JISX0212.
14803
14804 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
14805 when the charset is superset type.
14806
14807 * character.c (translate_char): Accept list of translation tables.
14808
14809 2008-02-01 Kenichi Handa <handa@m17n.org>
14810
14811 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
14812 (CODING_ATTR_TRANS_TBL): New macro.
14813
14814 * coding.c (get_translation_table): New function.
14815 (translate_chars): Fix the bug of skipping annotation data.
14816 (decode_coding, encode_coding): Utilize get_translation_table.
14817 (char_encodable_p, Funencodable_char_position): Translate char if
14818 necessary.
14819 (Ffind_coding_systems_region_internal)
14820 (Fcheck_coding_systems_region): Setup translation table for encode
14821 in a coding system attribute vector in advance.
14822 (Fdefine_coding_system_internal): Allow a symbol as translation
14823 table. For shift-jis type coding system, allow 4th charset.
14824
14825 2008-02-01 Kenichi Handa <handa@m17n.org>
14826
14827 * coding.c (decode_coding_sjis): Check the first byte rigidly.
14828
14829 * xdisp.c (get_next_display_element): Pass -1 as POS to
14830 FACE_FOR_CHAR if displaying a C-string.
14831
14832 2008-02-01 Kenichi Handa <handa@m17n.org>
14833
14834 * composite.c (get_composition_id): Handle xoff and yoff in a
14835 composition rule.
14836
14837 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
14838 (struct composition): New member lbearing and rbearing.
14839
14840 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
14841 (x_get_glyph_overhangs): Handle a composition glyph.
14842 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
14843
14844 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
14845 composition glyph.
14846
14847 2008-02-01 Kenichi Handa <handa@m17n.org>
14848
14849 * print.c: Include charset.h.
14850 (Vprint_charset_text_property): New variable.
14851 (Qdefault): Extern it.
14852 (PRINT_STRING_NON_CHARSET_FOUND)
14853 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
14854 (print_check_string_result): New variable.
14855 (print_check_string_charset_prop): New function.
14856 (print_prune_charset_plist): New variable.
14857 (print_prune_string_charset): New function.
14858 (print_object): Call print_prune_string_charset if
14859 Vprint_charset_text_property is not t.
14860 (print_interval): Print nothing if interval->plist is nil.
14861 (syms_of_print): Declare Vprint_charset_text_property as a lisp
14862 variable. Init and staticpro print_prune_charset_plist.
14863
14864 2008-02-01 Kenichi Handa <handa@m17n.org>
14865
14866 * fontset.c (new_fontset_from_font_name): Use the specified font
14867 for all characters in the new fontset.
14868
14869 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
14870 OBJECT args.
14871
14872 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
14873 OBJECT args for composition too.
14874
14875 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
14876 OBJECT args.
14877
14878 2008-02-01 Kenichi Handa <handa@m17n.org>
14879
14880 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
14881
14882 * fontset.c (reorder_font_vector): Adjust for the change of
14883 FONT_DEF format.
14884 (fontset_face): New arg id. Change caller.
14885 (face_for_char): New args pos and object.
14886 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
14887 (fs_query_fontset): Check NAME by Fassoc too.
14888 (Fset_fontset_font): Allow non-XLFD font name.
14889 (Ffontset_info): Adjust for the change of FONT_DEF format.
14890
14891 * fontset.h (face_for_char): Adjust prototype.
14892
14893 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
14894 (append_space, extend_face_to_end_of_line)
14895 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14896 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
14897
14898 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
14899 POS and OBJECT args.
14900
14901 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
14902 POS and OBJECT args.
14903
14904 2008-02-01 Jason Rumney <jasonr@gnu.org>
14905
14906 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
14907 of GlobalAlloc'ed memory.
14908
14909 2008-02-01 Kenichi Handa <handa@m17n.org>
14910
14911 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
14912
14913 * charset.h (charset_table_used): Delete extern.
14914
14915 * charset.c (charset_table_used): Make it static.
14916 (map_charset_chars): Fix args to c_function with.
14917
14918 * chartab.c (map_sub_char_table_for_charset): Fix args to
14919 c_function with.
14920
14921 * coding.h (enum coding_result_code): Delete
14922 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
14923
14924 * coding.c (Qinsufficient_source, Qinconsistent_eol)
14925 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
14926 (Vlast_code_conversion_error): New variables.
14927 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
14928 (ONE_MORE_BYTE): Record error if any instead of signaling an
14929 error. If non-ASCII multibyte char is found, return the negative
14930 value of the code. All callers changed to check it.
14931 (ONE_MORE_BYTE_NO_CHECK): Likewise.
14932 (record_conversion_result): New function. Change all codes setting
14933 coding->result to call this function.
14934 (detect_coding_utf_8, decode_coding_utf_8)
14935 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
14936 Don't use the local variable incomplete.
14937 (emacs_mule_char): Change the second arg to `const'.
14938 (decode_coding): Fix of flushing out unprocessed data.
14939 (make_conversion_work_buffer): Fix making of a work buffer.
14940 (decode_coding_object): Return coding->dst_object.
14941
14942 * fontset.c (set_fontset_font): Fix args.
14943
14944 * lisp.h (CHARACTERBITS): Define as 22.
14945
14946 * process.c (send_process): Be sure to set coding->src_multibyte.
14947
14948 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
14949
14950 2008-02-01 Kenichi Handa <handa@m17n.org>
14951
14952 * xdisp.c (handle_auto_composed_prop): Give limit to
14953 Fnext_single_char_property_change.
14954
14955 2008-02-01 Kenichi Handa <handa@m17n.org>
14956
14957 * composite.c (syms_of_composite): Don't make the composition hash
14958 table weak.
14959
14960 * fontset.c (Fset_fontset_font): Fix docstring.
14961
14962 * lisp.h (detect_coding_system): Adjust prototype.
14963
14964 * fileio.c (kill_workbuf_unwind): Delete this function.
14965 (Finsert_file_contents): Adjust the call of detect_coding_system.
14966 Get conversion_buffer by code_conversion_save. Use the macro
14967 CODING_MAY_REQUIRE_DECODING. After decoding, update
14968 coding_system.
14969
14970 * coding.h (make_conversion_work_buffer): Delete extern.
14971 (code_conversion_save): Extern it.
14972
14973 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
14974 (CODING_GET_INFO): Delete argument eol_type. Change callers.
14975 (decode_coding_utf_8): Don't do eol converion.
14976 (detect_coding_utf_16): Check coding->src_chars, not
14977 coding->src_bytes. Add heuristics for those that have no signature.
14978 (decode_coding_emacs_mule, decode_coding_iso_2022)
14979 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
14980 Don't do eol converion.
14981 (adjust_coding_eol_type): Return a new coding system.
14982 (detect_coding): Don't detect eol. Fix for utf-16 detection.
14983 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
14984 each change.
14985 (decode_coding): Pay attention to undo_list. Do eol conversion for
14986 all types of coding-systems (if necessary).
14987 (Vcode_conversion_work_buf_list): Delete it.
14988 (Vcode_conversion_reused_workbuf): Rename from
14989 Vcode_conversion_reused_work_buf.
14990 (Vcode_conversion_workbuf_name): New variable.
14991 (reused_workbuf_in_use): New variable.
14992 (make_conversion_work_buffer): Delete the arg DEPTH.
14993 (code_conversion_restore): Change argument to cons.
14994 (code_conversion_save): Delete the argument BUFFER. Change callers.
14995 (detect_coding_system): New argument src_chars. Change callers.
14996 Fix for utf-16 detection.
14997 (init_coding_once): Don't use ISO_carriage_return.
14998 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
14999 reused_workbuf_in_use.
15000
15001 2008-02-01 Kenichi Handa <handa@m17n.org>
15002
15003 * keymap.c (store_in_keymap): Pay attention to the case that idx
15004 is a cons specifying a character range.
15005
15006 2008-02-01 Kenichi Handa <handa@m17n.org>
15007
15008 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15009 HANDLED_RECOMPUTE_PROPS.
15010
15011 * coding.c (Fdefine_coding_system_internal): Fix checking of
15012 ascii compatibility.
15013
15014 2008-02-01 Kenichi Handa <handa@m17n.org>
15015
15016 * charset.c (find_charsets_in_text): Delete unused locale variable.
15017 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15018
15019 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15020 Resync charset_list to Vemacs_mule_charset_list.
15021
15022 * keymap.c (store_in_keymap): Pay attention to the case that idx
15023 is a cons specifying a character range.
15024
15025 2008-02-01 Kenichi Handa <handa@m17n.org>
15026
15027 * composite.c (update_compositions): Bind inhibit-read-only, etc
15028 to t before calling remove-list-of-text-properties.
15029
15030 * print.c (print_object): Always print ASCII chars as is.
15031
15032 2008-02-01 Kenichi Handa <handa@m17n.org>
15033
15034 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15035
15036 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15037 is a char table.
15038
15039 2008-02-01 Kenichi Handa <handa@m17n.org>
15040
15041 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15042
15043 2008-02-01 Kenichi Handa <handa@m17n.org>
15044
15045 * xfaces.c (set_lface_from_font_name): Fix for the case that
15046 FONTNAME is not fontset name.
15047
15048 2008-02-01 Kenichi Handa <handa@m17n.org>
15049
15050 * fns.c (base64_encode_1): Fix previous change.
15051
15052 2008-02-01 Kenichi Handa <handa@m17n.org>
15053
15054 * fontset.c (set_fontset_font): New function.
15055 (Fset_fontset_font): If a font is specified for a charset, use
15056 map_charset_chars to store the font spec in a fontset.
15057
15058 2008-02-01 Kenichi Handa <handa@m17n.org>
15059
15060 * fontset.c (fontset_face): Create a fallback fontset on demand.
15061 (make_fontset): Don't create a fallback fontset here.
15062 (free_face_fontset): Free a fallback fontset (if any) too.
15063 (n_auto_fontsets): Delete this variable.
15064 (auto_fontset_alist): New variable.
15065 (new_fontset_from_font_name): Check auto_fontset_alist.
15066 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15067 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15068 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15069 Defsubr Sfontset_list_all.
15070
15071 2008-02-01 Kenichi Handa <handa@m17n.org>
15072
15073 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15074
15075 2008-02-01 Kenichi Handa <handa@m17n.org>
15076
15077 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15078
15079 2008-02-01 Kenichi Handa <handa@m17n.org>
15080
15081 * editfns.c (Fgoto_char): Fix docstring.
15082
15083 2008-02-01 Kenichi Handa <handa@m17n.org>
15084
15085 * insdel.c (insert_from_gap): Adjust intervals correctly.
15086
15087 2008-02-01 Jason Rumney <jasonr@gnu.org>
15088
15089 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15090 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15091 (w32_initialize): Try to load it.
15092 (x_get_font_repertory): Use it if available.
15093 (w32_encode_char): Add shortcut for unicode output.
15094
15095 * w32fns.c (w32_load_system_font): Default charset to -1.
15096 (x_to_w32_charset): Match all fonts for unicode.
15097 (w32_to_x_charset): New parameter matching. Don't return partial
15098 or wildcard charsets.
15099 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15100 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15101 (w32_to_x_font): Match charset to real charset.
15102 (enum_font_cb2): Always list unicode versions.
15103
15104 * makefile.w32-in (temacs): Increase EMHEAP.
15105
15106 2008-02-01 Jason Rumney <jasonr@gnu.org>
15107
15108 * w32term.c (w32_encode_char): New charset parameter.
15109 font_info.encoding becomes encoding_type.
15110 (x_get_font_repertory): New function. Warning: stub only!
15111 (x_new_font): Return quickly if font already set.
15112 (x_new_fontset): fontsetname parameter is Lisp_Object.
15113 Use new fs_query_fontset. Try new_fontset_from_font_name.
15114 Use fontset_name for return value.
15115
15116 * w32term.h: Declare x_get_font_repertory.
15117
15118 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15119 place of find_charset_in_text. Use encode_coding_object in place
15120 of encode_coding.
15121 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15122 decode_coding.
15123
15124 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15125 of x_new_fontset.
15126 (w32_load_system_font): Initialize charset as unicode.
15127 font_info.encoding becomes encoding_type.
15128 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15129 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15130 (syms_of_w32fns): Set get_font_repertory_func.
15131
15132 * w32console.c: Include character.h. Use terminal_encode_buffer
15133 from term.c.
15134 (write_glyphs): Use new version of encode_terminal_code. Use
15135 encode_coding_object in place of encode_coding.
15136
15137 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15138 encoding becomes encoding_type.
15139
15140 * term.c (terminal_encode_buffer): Make externally visible.
15141
15142 * makefile.w32-in: Add character.h dependancies.
15143 (character.o, chartab.o): New targets.
15144
15145 2008-02-01 Kenichi Handa <handa@m17n.org>
15146
15147 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15148 CODING_ID_EOL_TYPE.
15149
15150 2008-02-01 Andreas Schwab <schwab@suse.de>
15151
15152 * coding.c (produce_chars): Revert last change.
15153
15154 2008-02-01 Kenichi Handa <handa@m17n.org>
15155
15156 * charset.h (charset_unicode): Extern it.
15157
15158 * charset.c (string_xstring_p): Check by (C >= 0x100).
15159 (find_charsets_in_text): Change format of the arc CHARSETS. New
15160 arg MULTIBYTE.
15161 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15162 change of find_charsets_in_text.
15163 (Fsplit_char): Fix doc. Never return unknown.
15164
15165 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15166
15167 * coding.c (Fdefine_coding_system_alias): Update
15168 Vcoding_system_list.
15169
15170 * fontset.c (load_font_get_repertory): Pay attention to the case
15171 that ENCODING of a font is specified by a char-table.
15172
15173 * xterm.c (x_get_font_repertory): Handle the case that the
15174 encoding of font is other than Unicode.
15175
15176 2008-02-01 Kenichi Handa <handa@m17n.org>
15177
15178 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15179 if a character is encodable by the terminal coding system. If
15180 not, produces proper number of `?'s. Update
15181 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15182 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15183
15184 2008-02-01 Kenichi Handa <handa@m17n.org>
15185
15186 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15187 variables.
15188 (encode_terminal_code): Change argument. Encode multiple
15189 characters at once. Store the result of encoding in
15190 terminal_encode_buffer.
15191 (write_glyphs, insert_glyphs): Adjust for the change of
15192 encode_terminal_code.
15193 (term_init): Initialize terminal_encode_buffer and
15194 terminal_encode_buf_size.
15195
15196 * coding.c (consume_chars): If coding->src_object is nil, don't
15197 check annotation.
15198
15199 2008-02-01 Kenichi Handa <handa@m17n.org>
15200
15201 * character.c (char_string): Use ASCII_CHAR_P instead of
15202 SINGLE_BYTE_CHAR_P.
15203
15204 2008-02-01 Kenichi Handa <handa@m17n.org>
15205
15206 * xdisp.c (handle_auto_composed_prop): Check if the last
15207 characters of auto-composed region is newly composed with the
15208 following characters.
15209 (handle_composition_prop): Fix checking of point being inside
15210 composition.
15211
15212 2008-02-01 Kenichi Handa <handa@m17n.org>
15213
15214 * fns.c (concat): Don't change multibyteness of the result by
15215 concatenating an 8-bit character.
15216
15217 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15218 multibyteness of the result when newelt is an 8-bit character.
15219
15220 2008-02-01 Dave Love <fx@gnu.org>
15221
15222 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15223 EMACS_INT.
15224
15225 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15226
15227 * xfaces.c (face_numeric_value): Declare dim size_t.
15228 (Finternal_lisp_face_equal_p): Remove unused f.
15229
15230 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15231 (MATRIX_ROW): Remove unused vars.
15232 (draw_glyphs, x_insert_glyphs, fast_find_position)
15233 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15234 byte/char counts.
15235
15236 * regex.c (regex_compile): Remove unused var.
15237
15238 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15239
15240 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15241 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15242
15243 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15244
15245 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15246
15247 * fileio.c (Fwrite_region): Remove unused var.
15248
15249 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15250 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15251
15252 * composite.c (Fremove_list_of_text_properties): Declare.
15253
15254 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15255 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15256 (coding_inherit_eol_type): Remove unused attrs.
15257 (detect_coding): Cast arg of detect_eol.
15258
15259 * charset.c (syms_of_charset): Remove unused var p.
15260 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15261 byte/char counts.
15262
15263 * casetab.c (set_case_table): Remove unused var.
15264
15265 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15266 unused vars.
15267
15268 2008-02-01 Dave Love <fx@gnu.org>
15269
15270 * xterm.c (x_bitmap_mask): Declare.
15271
15272 2008-02-01 Dave Love <fx@gnu.org>
15273
15274 * xterm.c (x_term_init): Fix type error.
15275
15276 * lisp.h: Add Funibyte_char_to_multibyte.
15277
15278 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15279 (Fset_coding_system_priority): Doc fix.
15280
15281 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15282
15283 * indent.c (check_composition): Make start and end EMACS_INT.
15284
15285 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15286
15287 * xdisp.c (handle_composition_prop, check_point_in_composition):
15288 Make buffer positions EMACS_INT.
15289
15290 * composite.c (find_composition, run_composition_function)
15291 (update_compositions, Ffind_composition_internal): Make buffer
15292 positions EMACS_INT.
15293
15294 * composite.h (find_composition, update_compositions): Make
15295 position args EMACS_INT.
15296
15297 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
15298
15299 * intervals.c (get_property_and_range):
15300 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
15301
15302 * unexalpha.c: Don't include varargs.h.
15303
15304 2008-02-01 Dave Love <fx@gnu.org>
15305
15306 * coding.h (ENCODE_UTF_8): New.
15307
15308 * Makefile.in (gtkutil.o): Depend on coding.h.
15309
15310 * coding.c (Fset_coding_system_priority): Doc fix.
15311
15312 2008-02-01 Kenichi Handa <handa@m17n.org>
15313
15314 * fileio.c (Finsert_file_contents): Call setup_coding_system in
15315 the case of auto saving.
15316
15317 2008-02-01 Andreas Schwab <schwab@suse.de>
15318
15319 * chartab.c (map_char_table, map_char_table_for_charset): Protect
15320 `range' from GC.
15321
15322 2008-02-01 Kenichi Handa <handa@m17n.org>
15323
15324 * coding.c (decode_coding_sjis): Check bytes more rigidly.
15325
15326 2008-02-01 Kenichi Handa <handa@m17n.org>
15327
15328 * fileio.c (choose_write_coding_system): Return a decided coding system.
15329 (Fwrite_region): Set Vlast_coding_system_used to the return value
15330 of choose_write_coding_system.
15331
15332 2008-02-01 Kenichi Handa <handa@m17n.org>
15333
15334 * charset.c (Fset_charset_priority): Pay attention to duplicated
15335 arguments.
15336
15337 * coding.c (QCcategory): New variable.
15338 (syms_of_coding): Defsym it. Set all elements of
15339 Vcoding_category_table and their symbol values.
15340 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
15341 coding-category-XXX, and coding-category-list.
15342 (Fdefine_coding_system_internal): Add category in the plist.
15343
15344 2008-02-01 Kenichi Handa <handa@m17n.org>
15345
15346 * callproc.c (Fcall_process): Handle carryover correctly.
15347
15348 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
15349 (raw_text_coding_system): Check NILP (coding_system).
15350 (coding_inherit_eol_type): Check NILP (coding_system) and
15351 NILP (parent).
15352 (consume_chars): Fix for the case of raw-text.
15353
15354 * process.c (read_process_output): Handle carryover correctly.
15355
15356 2008-02-01 Dave Love <fx@gnu.org>
15357
15358 * regex.c (re_search_2): Fix last change.
15359
15360 2008-02-01 Kenichi Handa <handa@m17n.org>
15361
15362 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
15363 target_multibyte. Even in a unibyte case, return a converted
15364 multibyte char.
15365 (GET_CHAR_AFTER): New macro.
15366 (PATFETCH): Translate via multibyte char.
15367 (HANDLE_UNIBYTE_RANGE): Delete this macro.
15368 (SETUP_MULTIBYTE_RANGE): New macro.
15369 (regex_compile): Setup compiled code so that its multibyteness
15370 matches that of a target. Fix the handling of "[X-YZ]" using
15371 SETUP_MULTIBYTE_RANGE.
15372 (analyse_first) <charset>: For filling fastmap for all multibyte
15373 characters, don't check by BASE_LEADING_CODE_P.
15374 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
15375 the same as RE_MULTIBYTE_P (bufp) now.
15376 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
15377 (TARGET_CHAR_AND_LENGTH): Delete this macro.
15378 (TRANSLATE_VIA_MULTIBYTE): New macro.
15379 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
15380 It is the same as RE_MULTIBYTE_P (bufp) now.
15381 <exactn>: Translate via multibyte.
15382 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
15383 translate it.
15384 <charset, charset_not>: Fetch a character by
15385 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
15386 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
15387 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
15388 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
15389 by GET_CHAR_AFTER.
15390 (bcmp_translate): Likewise.
15391
15392 * search.c (compile_pattern): Check the member target_multibyte,
15393 not the member multibyte of buf.
15394
15395 * lread.c (read1): While reading a string, set force_singlebyte
15396 and force_multibyte correctly.
15397
15398 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
15399 up of unibyte_to_multibyte_table.
15400
15401 2008-02-01 Kenichi Handa <handa@m17n.org>
15402
15403 * coding.c (setup_coding_system): If coding has
15404 post-read-conversion or pre-write-conversion, set
15405 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
15406 respectively.
15407 (decode_coding_gap): Run post-read-conversion if any.
15408
15409 * fileio.c (Finsert_file_contents): Even if we read into a
15410 unibyte buffer, check if we must decode the result or not.
15411
15412 2008-02-01 Kenichi Handa <handa@m17n.org>
15413
15414 * coding.c (make_conversion_work_buffer): Change the work buffer
15415 name to the same one as that of Emacs 21.
15416
15417 2008-02-01 Kenichi Handa <handa@m17n.org>
15418
15419 * coding.h (make_conversion_work_buffer): Adjust prototype.
15420 (code_conversion_restore): Don't extern it.
15421
15422 * coding.c (detected_mask): Delete unused variable.
15423 (decode_coding_iso_2022): Pay attention to the byte sequence of
15424 CTEXT extended segment, and retain those bytes as is.
15425 (decode_coding_ccl): Delete unused variable `valids'.
15426 (setup_coding_system): Delete unused variable `category'.
15427 (consume_chars): Delete unused variable `category'. Make it work
15428 for non-multibyte case.
15429 (make_conversion_work_buffer): Change argument.
15430 (saved_coding): Delete unused variable.
15431 (code_conversion_restore): Don't check saved_coding->destination.
15432 (code_conversion_save): New function.
15433 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
15434 instead of record_unwind_protect.
15435 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
15436 (detect_coding_system): Delete unused variable `mask'.
15437 (Fdefine_coding_system_internal): Delete unused variable id.
15438
15439 * fileio.c (kill_workbuf_unwind): New function.
15440 (Finsert_file_contents): On replacing, call
15441 make_conversion_work_buffer with correct args, and call
15442 record_unwind_protect with the first arg kill_workbuf_unwind.
15443
15444 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
15445
15446 2008-02-01 Kenichi Handa <handa@m17n.org>
15447
15448 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
15449 (fontset_add): Fix for the case that TO is less than TO1.
15450 (Ffontset_info): Don't use fallback fontset on checking the
15451 default fontset.
15452 (dump_fontset): New function for debugging.
15453
15454 * coding.c (Fdefine_coding_system_internal): Fix for the case that
15455 coding_type is Qcharset.
15456
15457 2008-02-01 Kenichi Handa <handa@m17n.org>
15458
15459 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
15460 (map_char_table): Don't inherit the value from the parent on
15461 initializing VAL. Adjust for the above change.
15462
15463 2008-02-01 Kenichi Handa <handa@m17n.org>
15464
15465 * coding.c (Qsignature, Qendian): Delete these variables.
15466 (syms_of_coding): Don't initialize them.
15467 (CATEGORY_MASK_UTF_16_AUTO): New macro.
15468 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
15469 detect_info->found.
15470 (decode_coding_utf_16): Don't detect BOM here.
15471 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
15472 is NOT utf_16_without_bom.
15473 (setup_coding_system): For a coding system of type utf-16, check
15474 if the attribute :endian is Qbig or not (not nil or not), and set
15475 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
15476 (detect_coding): If coding type is utf-16 and BOM detection is
15477 required, detect it.
15478 (Fdefine_coding_system_internal): For a coding system of type
15479 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
15480
15481 2008-02-01 Kenichi Handa <handa@m17n.org>
15482
15483 * coding.c (coding_set_source): Fix for the case that the current
15484 buffer is different from coding->src_object.
15485 (decode_coding_object): Don't use the conversion work buffer if
15486 DST_OBJECT is a buffer.
15487
15488 2008-02-01 Dave Love <fx@gnu.org>
15489
15490 * lread.c (read_emacs_mule_char) [len==2]: Index
15491 emacs_mule_charset correctly.
15492
15493 2008-02-01 Dave Love <fx@gnu.org>
15494
15495 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
15496 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
15497 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
15498 treated specially.)
15499 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
15500 (detected_mask): Remove Big5 bits.
15501
15502 2008-02-01 Kenichi Handa <handa@m17n.org>
15503
15504 The following changes are to make the font rescaling facility
15505 compatible with Emacs 21.
15506
15507 * xfaces.c (Vface_font_rescale_alist): Rename from
15508 Vface_resizing_fonts.
15509 (struct font_name): Rename member resizing_ratio to rescale_ratio.
15510 (font_rescale_ratio): Rename from font_resizing_ratio.
15511 (split_font_name): Set font->rescale_ratio.
15512 (better_font_p): Pay attention to font->rescale_ratio.
15513 (build_scalable_font_name): Likewise. Change RESX, and RESY
15514 fields.
15515 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15516
15517 2008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
15520 (Qutf_16_le): Remove these variables.
15521 (syms_of_coding): Don't DEFSYM them.
15522 (decode_coding_utf_16): Fix handling of BOM.
15523 (encode_coding_utf_16): Fix handling of BOM.
15524
15525 2008-02-01 Kenichi Handa <handa@m17n.org>
15526
15527 * fileio.c (Finsert_file_contents): On replacing, before decoding
15528 the file into the work buffer, set point of the work buffer to the end.
15529
15530 2008-02-01 Dave Love <fx@gnu.org>
15531
15532 * coding.c (Fcheck_coding_systems_region): Fix type errors.
15533
15534 2008-02-01 Dave Love <fx@gnu.org>
15535
15536 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15537 and fix C types.
15538
15539 2008-02-01 Kenichi Handa <handa@m17n.org>
15540
15541 * xdisp.c (SKIP_GLYPHS): New macro.
15542 (set_cursor_from_row): Pay attention to string display properties.
15543
15544 * category.c (copy_category_entry): Fix for the case that RANGE
15545 is an integer.
15546
15547 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
15548
15549 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
15550
15551 2008-02-01 Kenichi Handa <handa@m17n.org>
15552
15553 * charset.c (Fcharset_id_internal): New function.
15554 (syms_of_charset): Defsubr it.
15555
15556 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
15557 with the last arg charset_list acquired from coding.
15558 (Fdefine_coding_system_internal): For ccl-based coding system, fix
15559 the attribute coding_attr_ccl_valids.
15560
15561 * coding.h (enum define_coding_ccl_arg_index): Set the first
15562 member coding_arg_ccl_decoder to coding_arg_max.
15563
15564 * ccl.h (ccl_driver): Adjust prototype.
15565
15566 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
15567 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
15568 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
15569 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
15570 last arg Qnil.
15571
15572 2008-02-01 Kenichi Handa <handa@m17n.org>
15573
15574 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
15575 call encode_char.
15576
15577 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
15578
15579 2008-02-01 Dave Love <fx@gnu.org>
15580
15581 * composite.c (syms_of_composite): Make composition_hash_table weak.
15582
15583 2008-02-01 Kenichi Handa <handa@m17n.org>
15584
15585 * dispextern.h (check_face_attributes, generate_ascii_font_name)
15586 (font_name_registry): Don't extern them.
15587 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
15588
15589 * fontset.h (Qfontset): Don't extern it.
15590 (new_fontset_from_font_name): Extern it.
15591
15592 * fontset.c: Give 8 extra slots to fontset objects.
15593 (Qfontset_info): New variable.
15594 (syms_of_fontset): Defsym it.
15595 (FONTSET_FALLBACK): New macro.
15596 (fontset_face): Try also the default fontset.
15597 (make_fontset): Realize a fallback fontset from the default fontset.
15598 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
15599 using split_font_name_into_vector and build_font_name_from_vector.
15600 (Fset_fontset_font): Access the elements of font_spec by enum
15601 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
15602 name by using split_font_name_into_vector.
15603 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
15604 generate a proper font name from the fontset name. Update
15605 Vfontset_alias_alist.
15606 (n_auto_fontsets): New variable.
15607 (new_fontset_from_font_name): New function.
15608 (Ffont_info): Store the information about fonts generated from the
15609 default fontset in the first extra slot of the returned char-table.
15610
15611 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
15612 (font_name_registry): Delete function.
15613 (split_font_name_into_vector): New function.
15614 (build_font_name_from_vector): New function.
15615 (font_list): The argument REGISTRY is now a list of registry names.
15616 (choose_face_font): If we are choosing an ASCII font, and ATTRS
15617 specifies an explicit font name, return the name as is. Make a
15618 list of registy names.
15619
15620 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
15621 of x_new_fontset.
15622 (Fx_create_frame): Don't call x_new_fontset here. Just use
15623 x_list_fonts to check the existence of fonts.
15624
15625 * xterm.h (x_new_fontset): Adjust prototype.
15626
15627 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
15628 string. Use new_fontset_from_font_name to create a fontset from a
15629 font name.
15630
15631 2008-02-01 Kenichi Handa <handa@m17n.org>
15632
15633 * syntax.c (Vfind_word_boundary_function_table): New name for
15634 Vnext_word_boundary_function_table.
15635 (find-word-boundary-function-table): New name for
15636 next-word-boundary-function-table.
15637
15638 2008-02-01 Dave Love <fx@gnu.org>
15639
15640 * Makefile.in: Fix some dependencies.
15641
15642 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
15643 set it to nil before returning.
15644
15645 * composite.c (update_compositions): Fix type error.
15646
15647 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
15648
15649 2008-02-01 Kenichi Handa <handa@m17n.org>
15650
15651 * xterm.c (x_new_font): Optimize for the case that the font is
15652 already set for the frame.
15653
15654 2008-02-01 Kenichi Handa <handa@m17n.org>
15655
15656 * chartab.c (char_table_ascii): Check if the char table contents
15657 is sub-char-table or not.
15658 (char_table_set, char_table_set_range): Fix argument to
15659 char_table_ascii.
15660
15661 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
15662 (detect_coding_utf_8, detect_coding_utf_16)
15663 (detect_coding_emacs_mule, detect_coding_iso_2022)
15664 (detect_coding_sjis, detect_coding_big5)
15665 (detect_coding_ccl, detect_coding_charset): Change argument MASK
15666 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
15667 sequence is valid in this coding system. Change callers.
15668 (MAX_ANNOTATION_LENGTH): New macro.
15669 (ADD_ANNOTATION_DATA): New macro.
15670 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
15671 ADD_ANNOTATION_DATA. Change the format of annotation data.
15672 (ADD_CHARSET_DATA): New macro.
15673 (emacs_mule_char): New argument ID. Change callers.
15674 (decode_coding_emacs_mule, decode_coding_iso_2022)
15675 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15676 Produce charset annotation data in coding->charbuf.
15677 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
15678 to charset annotation data in coding->charbuf.
15679 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
15680 coding->common_flags if the coding system is iso-2022 based and
15681 uses designation.
15682 (produce_composition): Adjust for the new annotation data format.
15683 (produce_charset): New function.
15684 (produce_annotation): Handle charset annotation.
15685 (handle_composition_annotation, handle_charset_annotation): New
15686 functions.
15687 (consume_chars): Handle charset annotation. Utilize the above two
15688 functions.
15689 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
15690 buffer, get the deleted text as a string and set
15691 coding->src_object to that string.
15692 (detect_coding, detect_coding_system): Use the new struct
15693 coding_detection_info.
15694
15695 * coding.h (struct coding_detection_info): New structure.
15696 (struct coding_system): Adjust prototype of the member `detector'.
15697 (CODING_ANNOTATE_CHARSET_MASK): New macro.
15698
15699 2008-02-01 Kenichi Handa <handa@m17n.org>
15700
15701 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
15702
15703 2008-02-01 Dave Love <fx@gnu.org>
15704
15705 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
15706 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
15707 to new local and nullify apropos_accumulate before returning.
15708 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
15709
15710 2008-02-01 Kenichi Handa <handa@m17n.org>
15711
15712 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
15713 correctly.
15714
15715 2008-02-01 Dave Love <fx@gnu.org>
15716
15717 * fns.c (Flanginfo): Call synchronize_system_time_locale.
15718
15719 2008-02-01 Kenichi Handa <handa@m17n.org>
15720
15721 The following changes are to make character composition happen
15722 automatically on displaying.
15723
15724 * Makefile.in (lisp, shortlisp): Add composite.elc.
15725
15726 * composite.h (Qauto_composed, Vauto_composition_function)
15727 (Qauto_composition_function): Extern them.
15728
15729 * composite.c (Vcomposition_function_table)
15730 (Qcomposition_function_table): Delete variables.
15731 (Qauto_composed, Vauto_composition_function)
15732 (Qauto_composition_function): New variables.
15733 (run_composition_function): Don't call
15734 compose-chars-after-function.
15735 (update_compositions): Clear `auto-composed' text property.
15736 (compose_chars_in_text): Delete this function.
15737 (syms_of_composite): Staticpro Qauto_composed and
15738 Qauto_composition_function. Declare Vauto_composition_function as
15739 a Lisp variable.
15740
15741 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
15742
15743 * xdisp.c (it_props): Add an entry for Qauto_composed.
15744 (handle_auto_composed_prop): New function.
15745
15746 * xselect.c (selection_data_to_lisp_data): Don't call
15747 compose_chars_in_text.
15748
15749 2008-02-01 Dave Love <fx@gnu.org>
15750
15751 * keyboard.c (read_char): Modify checking around use of
15752 Vkeyboard_translate_table.
15753
15754 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15755 and fix C types.
15756
15757 2008-02-01 Kenichi Handa <handa@m17n.org>
15758
15759 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
15760 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15761 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
15762 the case that the last byte is '\r' correctly.
15763 (decode_coding): Flush out the unprocessed data correctly.
15764 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
15765
15766 2008-02-01 Dave Love <fx@gnu.org>
15767
15768 * xterm.c (XTread_socket): Fix changes for defined keysyms.
15769 Add XK_ISO... case.
15770 (xaw_scroll_callback): Revert last change.
15771
15772 2008-02-01 Kenichi Handa <handa@m17n.org>
15773
15774 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
15775
15776 2008-02-01 Kenichi Handa <handa@m17n.org>
15777
15778 * xfaces.c (Vface_resizing_fonts): New variable.
15779 (struct font_name): New member `resizing_ratio'.
15780 (font_resizing_ratio): New function.
15781 (split_font_name): Set font->resizing_ratio.
15782 (better_font_p): Pay attention to font->resizing_ratio.
15783 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
15784 RESX, and RESY fields.
15785 (try_alternative_families): Try scalable fonts if
15786 Vscalable_fonts_allowed is not Qt.
15787 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
15788
15789 2008-02-01 Dave Love <fx@gnu.org>
15790
15791 * xterm.c (xaw_scroll_callback): Cast correctly.
15792
15793 2008-02-01 Dave Love <fx@gnu.org>
15794
15795 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
15796 (lispy_kana_keys): Comment out.
15797 (make_lispy_event) [XK_kana_A]: Comment out.
15798
15799 * xterm.c (xaw_scroll_callback): Cast call_data.
15800 (XTread_socket): Deal with ASCII keysyms.
15801 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
15802
15803 2008-02-01 Dave Love <fx@gnu.org>
15804
15805 * xterm.c (Vx_keysym_table): New.
15806 (syms_of_xterm): Initialize it.
15807 (XTread_socket): Use it.
15808 From head: Eliminate incorrect optimization that tried to avoid
15809 decoding the output of X*LookupString.
15810 (x_get_font_repertory): Delete charset declaration.
15811
15812 2008-02-01 Kenichi Handa <handa@m17n.org>
15813
15814 * coding.c (detect_coding_charset): If only ASCII bytes are found,
15815 return 0.
15816 (Fdefine_coding_system_internal): Setup
15817 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
15818
15819 2008-02-01 Dave Love <fx@gnu.org>
15820
15821 * coding.c (Fcheck_coding_system): Doc fix.
15822
15823 * editfns.c (Finsert_byte): Return a proper value.
15824
15825 2008-02-01 Kenichi Handa <handa@m17n.org>
15826
15827 * coding.c (decode_coding): Fix args to translate_chars. Pay
15828 attention to Vstandard_translation_table_for_decode.
15829 (encode_coding): Fix args to translate_chars. Pay attention to
15830 Vstandard_translation_table_for_encode.
15831
15832 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
15833 SINGLE_BYTE_CHAR_P.
15834
15835 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
15836 not by SINGLE_BYTE_CHAR_P.
15837
15838 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
15839 SINGLE_BYTE_CHAR_P.
15840
15841 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
15842 SINGLE_BYTE_CHAR_P.
15843
15844 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
15845 by SINGLE_BYTE_CHAR_P.
15846
15847 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
15848 SINGLE_BYTE_CHAR_P.
15849
15850 2008-02-01 Dave Love <fx@gnu.org>
15851
15852 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
15853
15854 2008-02-01 Dave Love <fx@gnu.org>
15855
15856 * fns.c (Flanginfo): Fix typo.
15857
15858 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
15859
15860 2008-02-01 Kenichi Handa <handa@m17n.org>
15861
15862 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
15863 (detect_coding_emacs_mule, detect_coding_iso_2022)
15864 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
15865 incomplete byte sequence. Don't update *mask when correctly detected.
15866 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
15867 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
15868 (detect_coding, detect_coding_system): Adjust for the changes above.
15869
15870 2008-02-01 Kenichi Handa <handa@m17n.org>
15871
15872 * character.c (char_string): Rename from
15873 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
15874 (string_char): Rename from string_char.
15875
15876 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
15877 if C is greater than MAX_3_BYTE_CHAR.
15878 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
15879 string_char instead of string_char_with_unification.
15880
15881 2008-02-01 Dave Love <fx@gnu.org>
15882
15883 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
15884
15885 2008-02-01 Kenichi Handa <handa@m17n.org>
15886
15887 * keymap.c (push_key_description): Pay attention to force_multibyte.
15888
15889 * regex.c (re_search_2): Fix for the case of unibyte buffer.
15890
15891 2008-02-01 Dave Love <fx@gnu.org>
15892
15893 * charset.c (define_charset_internal): Rename `supprementary'.
15894
15895 * Makefile.in (lisp, shortlisp): Remove latin-N.
15896
15897 2008-02-01 Dave Love <fx@gnu.org>
15898
15899 * xfns.c (x_window, x_window): Use use_xim.
15900
15901 * xterm.c (use_xim): Initialize.
15902 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
15903 (x_term_init): Maybe set use_xim.
15904
15905 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
15906
15907 2008-02-01 Kenichi Handa <handa@m17n.org>
15908
15909 * search.c (search_buffer): Fix case-fold-search of multibyte
15910 characters.
15911 (boyer_moore): Rename the last argument to char_high_bits.
15912
15913 2008-02-01 Kenichi Handa <handa@m17n.org>
15914
15915 * xdisp.c (display_string): Fix for the case of zero width glyph.
15916
15917 * xfns.c (x_set_font): Change the error message of the case that
15918 x_new_fontset returns Qt.
15919
15920 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
15921 (Finternal_set_lisp_face_attribute): Use signal_error for the
15922 error of invalid fontset.
15923
15924 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
15925 fontset, return Qt.
15926
15927 2008-02-01 Dave Love <fx@gnu.org>
15928
15929 * unexelf.c (unexec): Make .got handling not SGI-specific.
15930
15931 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
15932
15933 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
15934
15935 * keyboard.c (read_key_sequence): Fix type error.
15936
15937 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
15938 type error.
15939
15940 * fontset.c (fontset_add): Return Lisp_Object.
15941
15942 2008-02-01 Dave Love <fx@gnu.org>
15943
15944 * charset.h (charset_ordered_list_tick): Declare extern.
15945
15946 2008-02-01 Kenichi Handa <handa@m17n.org>
15947
15948 The following changes (and some of 2008-02-01 changes of mine) are
15949 for handling syntax, category, and case conversion for unibyte
15950 characters by converting them to multibyte on the fly. With these
15951 changes, we don't have to setup syntax and case tables for unibyte
15952 characters in each language environment.
15953
15954 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
15955 multibyte if necessary.
15956
15957 * bytecode.c (Fbyte_code): Likewise.
15958
15959 * character.h (LEADING_CODE_LATIN_1_MIN)
15960 (LEADING_CODE_LATIN_1_MAX): New macros.
15961 (unibyte_to_multibyte_table): Extern it.
15962 (unibyte_char_to_multibyte): New macro.
15963 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
15964 (CHAR_LEADING_CODE): New macro.
15965 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
15966
15967 * character.c (unibyte_to_multibyte_table): New variable.
15968 (unibyte_char_to_multibyte): Move to character.h and define as macro.
15969 (multibyte_char_to_unibyte): If C is an eight-bit character,
15970 convert it to the corresponding byte value.
15971
15972 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
15973 not 1, signals an error. Update the elements of
15974 unibyte_to_multibyte_table.
15975 (init_charset_once): Initialize unibyte_to_multibyte_table.
15976 (syms_of_charset): Define the charset `iso-8859-1'.
15977
15978 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
15979 as is without converting it to unibyte. In a unibyte buffer,
15980 convert C to multibyte before checking the syntax.
15981
15982 * lisp.h (unibyte_char_to_multibyte): Delete extern.
15983
15984 * minibuf.c (Fminibuffer_complete_word): Use the macro
15985 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
15986
15987 * regex.h (struct re_pattern_buffer): New member target_multibyte.
15988
15989 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
15990 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
15991 that is zero, convert an eight-bit char to multibyte.
15992 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
15993 non-emacs case.
15994 (PATFETCH): Convert an eight-bit char to multibyte.
15995 (HANDLE_UNIBYTE_RANGE): New macro.
15996 (regex_compile): Setup the compiled pattern for multibyte chars
15997 even if the given regex string is unibyte. Use PATFETCH_RAW
15998 instead of PATFETCH in many places. To handle `charset'
15999 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16000 only for ASCII chars.
16001 (analyse_first) <exactn>: Simplify because the compiled pattern
16002 is multibyte.
16003 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16004 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16005 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16006 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16007 multibyte always 1.
16008 (re_search_2): In emacs, set the locale variable multibyte to 1,
16009 otherwise to 0. New local variable target_multibyte. Check it
16010 to decide the multibyteness of STR1 and STR2. If
16011 target_multibyte is zero, convert unibyte chars to multibyte
16012 before translating and checking fastmap.
16013 (TARGET_CHAR_AND_LENGTH): New macro.
16014 (re_match_2_internal): In emacs, set the locale variable multibyte
16015 to 1, otherwise to 0. New local variable target_multibyte. Check
16016 it to decide the multibyteness of STR1 and STR2. Use
16017 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16018 <charset, charset_not>: If multibyte is nonzero, check fastmap
16019 only for ASCII chars. Call bcmp_translate with
16020 target_multibyte, not with multibyte.
16021 <begline>: Declare the local variable C as `unsigned'.
16022 (bcmp_translate): Change the last arg name to target_multibyte.
16023
16024 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16025 the regexp pattern and the matching target. Set cp->buf.multibyte
16026 to the multibyteness of the regexp pattern. Set
16027 cp->but.target_multibyte to the multibyteness of the matching target.
16028 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16029 FETCH_STRING_CHAR_ADVANCE.
16030 (Freplace_match): Convert unibyte chars to multibyte.
16031
16032 * syntax.c (char_quoted, back_comment, scan_words)
16033 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16034 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16035 unibyte chars to multibyte.
16036 (skip_chars): Delete the arg syntaxp, and move the code for
16037 handling syntaxes to skip_syntaxes. Change callers.
16038 Fix the case that the multibyteness of STRING and the current
16039 buffer doesn't match.
16040 (skip_syntaxes): New function.
16041 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16042 SINGLE_BYTE_CHAR_P.
16043
16044 2008-02-01 Kenichi Handa <handa@m17n.org>
16045
16046 * xfaces.c (QCfontset): New variable.
16047 (LFACE_FONTSET): New macro.
16048 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16049 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16050 (Finternal_set_lisp_face_attribute)
16051 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16052 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16053 check also LFACE_FONTSET_INDEX.
16054 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16055 attrs[LFACE_FONT_INDEX].
16056 (syms_of_xfaces): Intern and staticpro QCfontset.
16057
16058 * dispextern.h (enum lface_attribute_index): New member
16059 LFACE_FONTSET_INDEX.
16060
16061 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16062
16063 2008-02-01 Kenichi Handa <handa@m17n.org>
16064
16065 * coding.c (coding_set_destination): Fix coding->destination for
16066 the case converting a region.
16067 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16068 (encode_coding_object): Fix coding->dst_pos and
16069 coding->dst_pos_byte for the case converting a region.
16070
16071 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16072
16073 * character.h (BYTE8_STRING): New macro.
16074
16075 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16076
16077 2008-02-01 Kenichi Handa <handa@m17n.org>
16078
16079 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16080 characters by octal form.
16081
16082 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16083
16084 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16085 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16086 _fetch_multibyte_char_len.
16087 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16088
16089 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16090
16091 * casefiddle.c (casify_object): Simplify. Handle the case that
16092 the case conversion change the byte length.
16093 (casify_region): Likewise.
16094
16095 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16096
16097 * character.c (_fetch_multibyte_char_len): Delete this variable.
16098 (syms_of_character): Setup Vprintable_chars.
16099
16100 * editfns.c (Fchar_equal): Fix for the unibyte case.
16101 (Finsert_byte): New function.
16102 (syms_of_editfns): Defsubr it.
16103
16104 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16105 of direct code 0x3ffff.
16106
16107 * search.c (Freplace_match): Fix for the unibyte case.
16108
16109 2008-02-01 Kenichi Handa <handa@m17n.org>
16110
16111 * lread.c (safe_to_load_p): Fix the logic.
16112
16113 * syntax.c (scan_words): Don't treat characters belonging to
16114 different scripts as constituting a word.
16115
16116 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16117
16118 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16119
16120 * emacs.c (main): In the case of --unibyte, instead of aborting on
16121 finding non-empty buffer, make it unibyte.
16122
16123 2008-02-01 Kenichi Handa <handa@m17n.org>
16124
16125 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16126 to create a fontset.
16127
16128 2008-02-01 Dave Love <fx@gnu.org>
16129
16130 * character.c (Funibyte_char_to_multibyte): Doc fix.
16131
16132 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16133
16134 2008-02-01 Kenichi Handa <handa@m17n.org>
16135
16136 * fontset.c (fontset_add): Make the type `int'.
16137 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16138
16139 * character.c (unibyte_char_to_multibyte)
16140 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16141 charset_unibyte, not charset_primary.
16142
16143 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16144
16145 * charset.c (charset_unibyte): Rename from charset_primary.
16146 (Funibyte_charset): Rename from Fprimary_charset.
16147 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16148 (syms_of_charset): Adjust for the above changes.
16149
16150 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16151 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16152 it->multibyte_p is zero.
16153
16154 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16155 Delete extern.
16156
16157 2008-02-01 Kenichi Handa <handa@m17n.org>
16158
16159 * coding.c (Fdefine_coding_system_internal): Fix category setting
16160 for a coding system of type iso-2022.
16161
16162 2008-02-01 Kenichi Handa <handa@m17n.org>
16163
16164 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16165
16166 2008-02-01 Kenichi Handa <handa@m17n.org>
16167
16168 * syntax.c (Vnext_word_boundary_function_table): New variable.
16169 (next-word-boundary-function-table): Declare it as a Lisp variable
16170 in syms_of_syntax.
16171 (scan_words): Call functions in Vnext_word_boundary_function_table
16172 if any.
16173
16174 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16175
16176 * fontset.c (fs_load_font): If fontp->charset is not negative,
16177 return fontp without setting its members.
16178
16179 2008-02-01 Dave Love <fx@gnu.org>
16180
16181 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16182
16183 * m/sparc.h (HAVE_ALLOCA): Delete.
16184
16185 * s/irix6-5.h: Don't include strings.h.
16186 (bcopy, bzero, bcmp): Don't undef.
16187
16188 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16189
16190 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16191 (TIOCSIGSEND): Don't test IRIX6.
16192 (bcopy, bzero, bcmp): Define conditionally.
16193
16194 2008-02-01 Kenichi Handa <handa@m17n.org>
16195
16196 * buffer.c (Qas, Qmake, Qto): New variables.
16197 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16198 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16199
16200 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16201 we are inserting a process output into a multibyte buffer.
16202
16203 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16204 multibyte_char_to_unibyte.
16205
16206 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16207 by the primary charset, make it eight-bit char.
16208 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16209
16210 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16211 (charset_8_bit__control, charset_8_bit_graphic)
16212 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16213 (define_charset_internal): New function.
16214 (syms_of_charset): Call define_charset_internal for pre-defined
16215 charsets.
16216
16217 * charset.h (charset_8_bit): Extern it.
16218
16219 * coding.c (make_conversion_work_buffer): Adjust for the change
16220 of Fset_buffer_multibyte.
16221 (encode_coding_raw_text): Increment p0 in the loop.
16222
16223 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16224
16225 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16226 for the change of Fset_buffer_multibyte.
16227
16228 * fns.c (Fstring_to_multibyte): New function.
16229 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16230
16231 2008-02-01 Dave Love <fx@gnu.org>
16232
16233 * xfns.c (x_put_x_image): Declare args.
16234
16235 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16236 (try_font_list): Declare an arg.
16237
16238 * xdisp.c (message2_nolog, set_message): Declare an arg.
16239
16240 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16241
16242 * syntax.c (scan_sexps_forward): Declare an arg.
16243
16244 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16245 Declare an arg.
16246
16247 * lisp.h (Fnew_fontset): Declare.
16248
16249 * keymap.c (push_key_description): Call CHARACTERP correctly.
16250
16251 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16252 (face_for_char): Delete unused vars.
16253 (Fset_fontset_font): Doc fix. Delete unused vars.
16254
16255 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16256
16257 * composite.c (update_compositions): Declare arg.
16258
16259 * cm.c (calccost, cmgoto): Declare args.
16260
16261 * charset.c: Remove `emacs' conditional. Doc fixes.
16262 (map_char_table_for_charset): Declare.
16263
16264 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16265
16266 * ccl.c: Remove `emacs' conditional.
16267
16268 2008-02-01 Kenichi Handa <handa@m17n.org>
16269
16270 The following changes are to allow specifying multiple font
16271 patterns for a character range (specified by script or charset).
16272
16273 * Makefile.in (abbrev.o): Depend on syntax.h.
16274 (xfaces.o): Depend on charset.h.
16275
16276 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16277 SINGLE_BYTE_CHAR_P.
16278
16279 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16280
16281 * character.h (Vchar_script_table): Extern it.
16282
16283 * character.c (Vscript_alist): Delete.
16284 (Vchar_script_table, Qchar_script_table): New variable.
16285 (syms_of_character): Declare Vchar_script_table as a lisp variable
16286 and initialize it.
16287
16288 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16289 have property char-table-extra-slots, make no extra slot.
16290
16291 * dispextern.h (struct face): Delete member `charset'.
16292 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16293 SINGLE_BYTE_CHAR_P.
16294 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16295 Add prototypes.
16296 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
16297 (generate_ascii_font_name): Rename from generate_ascii_font.
16298
16299 * fontset.h (get_font_repertory_func): New prototype.
16300 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
16301 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
16302
16303 * fontset.c (Qprepend, Qappend): New variables.
16304 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
16305 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
16306 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
16307 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
16308 (fontset_ref_and_range, fontset_add, reorder_font_vector)
16309 (load_font_get_repertory): New functions.
16310 (fontset_set): Delete.
16311 (fontset_face): New arg FACE. Return face ID, not face.
16312 Complete re-write to handle new fontset structure. Change caller.
16313 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16314 (face_for_char): Don't call lookup_face.
16315 (make_fontset_for_ascii_face): New arg FACE.
16316 (fs_load_font): New arg CHARSET_ID. Don't check
16317 Vfont_encoding_alist here.
16318 (find_font_encoding): New function.
16319 (list_fontsets): Use STRINGP, not ! NILP.
16320 (accumulate_script_ranges): New function.
16321 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
16322 re-written to handle new fontset structure.
16323 (Ffontset_font): Return a copy of element.
16324 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
16325 docstring of font-encoding-alist.
16326
16327 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
16328 (Fset_fotset_font): Fix arguments to 5.
16329
16330 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
16331
16332 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
16333 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16334 (highlight_trailing_whitespace): Adjust for the change of
16335 lookup_named_face.
16336
16337 * xfaces.c: Include charset.h.
16338 (load_face_font): Delete argument C. Change caller.
16339 (generate_ascii_font_name): Rename from generate_ascii_font.
16340 (font_name_registry): New function.
16341 (cache_face): Store ascii faces before non-ascii faces in buckets.
16342 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
16343 Lookup only ascii faces.
16344 (lookup_non_ascii_face): New function.
16345 (lookup_named_face): Delete argument C. Change caller.
16346 (lookup_derived_face): Delete argument C. Change caller.
16347 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
16348 a string, just call font_list with it.
16349 (choose_face_font): Delete arguments FACE and C. New arg
16350 FONT_SPEC. Change caller.
16351 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
16352 Change caller.
16353 (realize_non_ascii_face): New function.
16354 (realize_x_face): Call load_face_font here.
16355 (realize_tty_face): Delete argument C. Change caller.
16356 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
16357 get a face ID.
16358 (dump_realized_face): Don't print charset of FACE.
16359
16360 * xfns.c (x_set_font): Always call x_new_fontset and
16361 store_frame_parameter.
16362 (Fx_create_frame): Call x_new_fontset, not x_new_font.
16363 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
16364
16365 * xterm.h (x_get_font_repertory): Extern it.
16366
16367 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16368 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16369 it->multibyte_p is zero.
16370 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16371 (x_new_fontset): If FONTSETNAME doesn't match any existing
16372 fontsets, create a new one.
16373 (x_get_font_repertory): New function.
16374
16375 2008-02-01 Kenichi Handa <handa@m17n.org>
16376
16377 * coding.c (Ffind_coding_systems_region_internal): Detect an
16378 ASCII only string correctly.
16379
16380 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
16381 version is 0.
16382
16383 2008-02-01 Kenichi Handa <handa@m17n.org>
16384
16385 * lread.c: Include "coding.h".
16386 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
16387 (load_each_byte, unread_char): New variables.
16388 (readchar_backlog): Delete.
16389 (readchar): Return a character unless load_each_byte is nonzero.
16390 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
16391 cons. If unread_char is not -1, simply return it.
16392 (unreadchar): Handle the case that readcharfun is
16393 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
16394 (read_multibyte): Delete.
16395 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
16396 (read_emacs_mule_char): New functions.
16397 (Fload): Even if the file doesn't have the extension ".elc", if
16398 safe_to_load_p returns a positive version number, assume that the
16399 file contains bytecompiled code. If the version is less than 22,
16400 load the file while decoding multibyte sequences by emacs-mule.
16401 (readevalloop): Don't use readchar_backlog.
16402 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
16403 (Fread_from_string): Pay attention to the case that STREAM is a cons.
16404 (read_escape): Delete the arg BYTEREP.
16405 (read1): Set load_each_byte to 1 temporarily while handling
16406 #@NUMBER. Don't call read_multibyte.
16407 (read_vector): Call Fread with a cons. If readcharfun is
16408 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
16409 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
16410 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
16411 and Qload_force_doc_strings.
16412
16413 2008-02-01 Kenichi Handa <handa@m17n.org>
16414
16415 * xdisp.c (face_before_or_after_it_pos): Call
16416 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16417
16418 2008-02-01 Kenichi Handa <handa@m17n.org>
16419
16420 * character.h (TRAILING_CODE_P): New macro.
16421 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
16422 (string_char_with_unification): Fix prototype.
16423 (Vscript_alist): Extern it.
16424
16425 * character.c (Vscript_alist): New variable.
16426 (string_char_with_unification, str_as_unibyte)
16427 (string_escape_byte8): Add `const' to local variables.
16428 (syms_of_character): Declare script-alist as a Lisp variable.
16429
16430 * charset.h (Vcharset_ordered_list): Extern it.
16431 (charset_ordered_list_tick): Extern it.
16432 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
16433 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
16434 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
16435 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
16436 (Funify_charset): Adjust for the change of Funify_charset.
16437
16438 * charset.c (charset_ordered_list_tick): New variable.
16439 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
16440 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
16441 deunify intead of unify a charset.
16442 (string_xstring_p): Add `const' to local variables.
16443 (find_charsets_in_text): Add `const' to arguments and local variables.
16444 (encode_char): Adjust for the change of Funify_charset. Fix
16445 detecting of invalid code.
16446 (Fset_charset_priority): Increment charset_ordered_list_tick.
16447 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
16448 and TO_CODE.
16449
16450 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
16451 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
16452 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
16453 (decode_coding_ccl, consume_chars)
16454 (Ffind_coding_systems_region_internal)
16455 (Fcheck_coding_systems_region): Add `const' to local variables.
16456
16457 * print.c (print_object): Use octal form for printing the
16458 contents of a bool vector.
16459
16460 2008-02-01 Dave Love <fx@gnu.org>
16461
16462 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
16463 <version == 20>: Refuse to load.
16464
16465 2008-02-01 Dave Love <fx@gnu.org>
16466
16467 * fns.c: Move coding.h.
16468 (Qcodeset, Qdays, Qmonths): New.
16469 (concat): Use CHARACTERP instead of INTEGERP.
16470 (Flocale_codeset): Delete.
16471 (Flanginfo): New function.
16472 (syms_of_fns): Change accordingly.
16473
16474 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
16475
16476 2008-02-01 Dave Love <fx@gnu.org>
16477
16478 * casetab.c (init_casetab_once, init_casetab_once): Fix
16479 CHAR_TABLE_SET call.
16480
16481 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
16482
16483 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
16484
16485 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
16486 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
16487 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
16488
16489 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
16490
16491 * coding.c (ENCODE_DESIGNATION, decode_eol)
16492 (make_conversion_work_buffer, code_conversion_restore)
16493 (Fdefine_coding_system_internal): Convert Lisp types.
16494 (code_conversion_restore): Use EQ, not ==.
16495 (Fencode_coding_string): Fix code_convert_string call.
16496
16497 * coding.h (code_convert_region): Fix prototype.
16498
16499 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
16500
16501 * fontset.c (fontset_ref, fontset_set, fs_load_font)
16502 (Ffontset_info): Convert Lisp types.
16503
16504 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
16505
16506 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
16507
16508 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
16509
16510 * chartab.c: Include "...h", not <...h> in some cases.
16511
16512 * callproc.c (Fcall_process): Remove unused variables.
16513
16514 2008-02-01 Dave Love <fx@gnu.org>
16515
16516 * coding.c (Fset_coding_system_priority): Allow null arg list.
16517
16518 2008-02-01 Dave Love <fx@gnu.org>
16519
16520 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16521 (Fself_insert_and_exit): Use CHARACTERP.
16522
16523 * callproc.c (Fcall_process): Remove unused vars.
16524
16525 * xterm.c (XTread_socket): Add extra dead keysyms.
16526
16527 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
16528
16529 * dispextern.h: Remove prototypes for redraw_frame,
16530 redraw_garbaged_frames.
16531
16532 * cmds.c (Fself_insert_command): Use CHARACTERP.
16533
16534 * chartab.c (make_sub_char_table): Remove unused var.
16535 (Fset_char_table_default, Fmap_char_table): Doc fix.
16536
16537 * keymap.c (access_keymap): Remove generic char code.
16538 (push_key_description): Use CHARACTERP.
16539
16540 2008-02-01 Dave Love <fx@gnu.org>
16541
16542 * charset.c: Doc fixes.
16543 (Funify_charset): Extra checking.
16544
16545 2008-02-01 Dave Love <fx@gnu.org>
16546
16547 * lread.c: Remove some unused variables.
16548 (safe_to_load_p): If safe, return the magic number version byte.
16549 (Fload): Maybe use load-with-code-conversion.
16550
16551 2008-02-01 Kenichi Handa <handa@m17n.org>
16552
16553 * category.c (Fmodify_category_entry): Don't modify the contents
16554 of category_set for characters out of the range. Avoid
16555 unnecessary modification.
16556
16557 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
16558 Vchar_unify_table. The default value of the table is now nil.
16559
16560 * character.c (syms_of_character): Setup Vchar_width_table for
16561 eight-bit-control and raw-byte chars.
16562
16563 * charset.h (enum define_charset_arg_index): Delete
16564 charset_arg_parents and add charset_arg_subset and
16565 charset_arg_superset.
16566 (enum charset_attr_index): Delete charset_parents and add
16567 charset_subset and charset_superset.
16568 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
16569 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
16570 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
16571 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
16572 (CHARSET_SUPERSET): New macros.
16573 (charset_work): Extern it.
16574 (ENCODE_CHAR): Use charset_work.
16575 (CHAR_CHARSET_P): Adjust for the change of encoder format.
16576 (map_charset_chars): Extern it.
16577
16578 * charset.c (load_charset_map): Set the default value of encoder
16579 and deunifier char-tables to nil.
16580 (map_charset_chars): Change argument. Change callers. Use
16581 map_char_table_for_charset instead of map_char_table.
16582 (Fmap_charset_chars): New optional args from_code and to_code.
16583 (Fdefine_charset_internal): Adjust for the change of
16584 `define-charset' (:parents -> :subset or :superset).
16585 (charset_work): New variable.
16586 (encode_char, syms_of_charset): Adjust for the change of
16587 Fdefine_charset_internal.
16588 (Ffind_charset_string): Setup the vector `charsets' correctly.
16589
16590 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
16591 the previous change.
16592 (char_table_ref_and_range): Adjust for the above change.
16593 (map_sub_char_table_for_charset): New function.
16594 (map_char_table_for_charset): New function.
16595
16596 * keymap.c (describe_vector): Handle a char-table directly here.
16597 (describe_char_table): Delete.
16598
16599 * lisp.h (map_charset_chars): Delete.
16600
16601 2008-02-01 Dave Love <fx@gnu.org>
16602
16603 * fns.c (count_combining): Comment out (unused).
16604 (Flocale_codeset): New.
16605 (syms_of_fns): Defsubr it.
16606
16607 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
16608 (size_t): Remove.
16609
16610 2008-02-01 Dave Love <fx@gnu.org>
16611
16612 * Makefile.in (chartab.o): Depend on charset.h.
16613
16614 2008-02-01 Kenichi Handa <handa@m17n.org>
16615
16616 * character.c (syms_of_character): Set the default value of
16617 Vprintable_chars to Qnil.
16618
16619 2008-02-01 Dave Love <fx@gnu.org>
16620
16621 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
16622
16623 2008-02-01 Kenichi Handa <handa@m17n.org>
16624
16625 * charset.c (load_charset_map): Handle the case that from < to
16626 correctly.
16627
16628 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
16629 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
16630 Pay attention to raw-8-bit chars.
16631
16632 2008-02-01 Kenichi Handa <handa@m17n.org>
16633
16634 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
16635 It is not bytecompiled now.
16636
16637 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
16638 (charset_jisx0208): New variables.
16639 (Fdefine_charset_internal): Setup them if appropriate.
16640 (init_charset_once): Initialize them to -1.
16641
16642 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
16643 (charset_jisx0208): Extern them.
16644
16645 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
16646 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
16647 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
16648 (setup_iso_safe_charsets): Fix arguments to Fassq.
16649 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
16650 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
16651 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
16652 (encode_coding_iso_2022): Change the 1st arg to
16653 ENCODE_ISO_CHARACTER to a variable.
16654
16655 2008-02-01 Kenichi Handa <handa@m17n.org>
16656
16657 * charset.h (enum define_charset_arg_index): New enums
16658 charset_arg_min_code and charset_arg_max_code.
16659 (struct charset): New member char_index_offset.
16660
16661 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
16662 Take charset->char_index_offset into account.
16663 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
16664 args[charset_arg_max_code]. Setup charset.char_index_offset.
16665 (syms_of_charset): Fix args to Fdefine_charset_internal.
16666
16667 2008-02-01 Dave Love <fx@gnu.org>
16668
16669 * coding.c (decode_coding_utf_8): Reject overlong sequences.
16670
16671 2008-02-01 Dave Love <fx@gnu.org>
16672
16673 * coding.c: Doc fixes.
16674 (Fcoding_system_aliases): Fix return value.
16675 (Qmac): Remove (duplicated) definition.
16676
16677 2008-02-01 Dave Love <fx@gnu.org>
16678
16679 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16680 New functions.
16681
16682 * character.c (Fstring): Doc fix.
16683
16684 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16685
16686 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
16687 (font-encoding-alist): Doc fix.
16688
16689 2008-02-01 Dave Love <fx@gnu.org>
16690
16691 * term.c (costs_set): Declare static, non-initialized for pcc.
16692 (encode_terminal_code): Remove unused var.
16693
16694 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
16695 for K&R.
16696
16697 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
16698
16699 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
16700 (suffixes): Move out of make_subsidiaries for K&R.
16701
16702 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
16703
16704 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
16705
16706 2008-02-01 Dave Love <fx@gnu.org>
16707
16708 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
16709
16710 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
16711
16712 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
16713
16714 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
16715
16716 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
16717
16718 2008-02-01 Kenichi Handa <handa@m17n.org>
16719
16720 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
16721 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
16722
16723 2008-02-01 Kenichi Handa <handa@m17n.org>
16724
16725 * coding.c (decode_coding_charset): Adjust for the change of
16726 Fdefine_coding_system_internal.
16727 (Fdefine_coding_system_internal): For a coding system of
16728 `charset' type, store a list of charset IDs in
16729 `charset_attr_charset_valids' element of coding attributes.
16730
16731 2008-02-01 Kenichi Handa <handa@m17n.org>
16732
16733 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
16734 (emacs_mule_char): New arg src. Delete arg `composition'. Change
16735 caller. Handle 2-byte and 3-byte charsets correctly.
16736 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
16737 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
16738 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
16739 (DECODE_EMACS_MULE_21_COMPOSITION): Call
16740 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
16741 sequence.
16742 (decode_coding_emacs_mule): Handle composition correctly. Rewind
16743 `src' and `consumed_chars' correctly before calling emacs_mule_char.
16744 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
16745 and alt&rule composition.
16746 (decode_coding_iso_2022): Handle composition correctly.
16747 (init_coding_once): Setup emacs_mule_bytes for private charsets.
16748
16749 * charset.c (Fdefine_charset_internal): Fix bug for the case of
16750 re-defining a charset. If the charset has :emacs-mule-id, setup
16751 emacs_mule_bytes.
16752 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
16753
16754 2008-02-01 Kenichi Handa <handa@m17n.org>
16755
16756 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
16757 (encode_coding_big5, encode_coding_charset): If coding requires safe
16758 encoding, produce a character specified by
16759 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16760
16761 2008-02-01 Dave Love <fx@gnu.org>
16762
16763 * xterm.c (XSetIMValues): Declare.
16764
16765 * process.c: Conditionally include sys/wait.h, pty.h.
16766
16767 * print.c (print_object): Fix print format for 64-bit systems.
16768
16769 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
16770
16771 * buffer.c (emacs_strerror): Declare.
16772
16773 * fontset.c (Fclear_face_cache): Declare.
16774 (accumulate_font_info): Comment-out (unused).
16775 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
16776 variables.
16777
16778 * character.h (string_escape_byte8): Declare.
16779
16780 * charset.c (load_charset_map, load_charset_map_from_file): Remove
16781 unused vars.
16782 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
16783 (Fmap_charset_chars): Doc fix.
16784
16785 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
16786 (Fset_coding_system_priority, Fset_coding_system_priority)
16787 (Fdefine_coding_system_internal): Doc fix.
16788
16789 2008-02-01 Dave Love <fx@gnu.org>
16790
16791 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
16792
16793 2008-02-01 Kenichi Handa <handa@m17n.org>
16794
16795 * character.c (string_escape_byte8): Make multibyte string with
16796 correct size.
16797
16798 * charset.c (Fmake_char): Delete unnecessary code.
16799
16800 2008-02-01 Kenichi Handa <handa@m17n.org>
16801
16802 * xfns.c (x_encode_text): Allocate coding.destination here, and
16803 call encode_coding_object with dst_object Qnil.
16804
16805 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
16806 multibyte form correctly.
16807
16808 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
16809 against Vfont_encoding_alist.
16810
16811 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
16812 handling of charset list.
16813 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
16814 (decode_coding_object): Move point to coding->dst_pos before
16815 calling post-read-conversion function.
16816 (encode_coding_object): Give correct arguments to
16817 pre-write-conversion. Ignore the return value of
16818 pre-write-conversion function. Pay attention to the case that
16819 pre-write-conversion changes the current buffer. If dst_object is
16820 Qt, even if coding->src_bytes is zero, allocate at least one byte
16821 to coding->destination.
16822
16823 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
16824
16825 * charset.c (Fmake_char): Make it more backward compatible.
16826 (Fmap_charset_chars): Fix docstring.
16827
16828 2008-02-01 Dave Love <fx@gnu.org>
16829
16830 * coding.c: Doc fixes.
16831 (Fdefine_coding_system_alias): Use names, not symbols, in
16832 coding-system-alist.
16833
16834 2008-02-01 Kenichi Handa <handa@m17n.org>
16835
16836 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
16837 of calling free_realized_face.
16838
16839 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
16840
16841 * charset.c (read_hex): Don't treat SPC as a comment starter.
16842 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
16843 (Fdecode_char): Fix typo.
16844
16845 2008-02-01 Kenichi Handa <handa@m17n.org>
16846
16847 * charset.h (struct charset): New member `code_space_mask'.
16848
16849 * coding.c (coding_set_source): Delete the local variable beg_byte.
16850 (encode_coding_charset, Fdefine_coding_system_internal):
16851 Delete the local variable charset.
16852 (Fdefine_coding_system_internal): Setup
16853 attrs[coding_attr_charset_valids] correctly.
16854
16855 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
16856 member to check if CODE is valid or not.
16857 (Fdefine_charset_internal): Initialize `code_space_mask' member.
16858 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
16859 is within the range of charset->min_code and carset->max_code.
16860
16861 2008-02-01 Dave Love <fx@gnu.org>
16862
16863 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
16864
16865 * dispextern.h (generate_ascii_font): Fix return type.
16866
16867 * xfaces.c (generate_ascii_font): Fix arg declaration.
16868
16869 * coding.c (coding_inherit_eol_type)
16870 (Fset_terminal_coding_system_internal)
16871 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
16872
16873 2008-02-01 Kenichi Handa <handa@m17n.org>
16874
16875 * coding.c (decode_coding_charset, encode_coding_charset): Handle
16876 multiple charsets correctly.
16877
16878 2008-02-01 Kenichi Handa <handa@m17n.org>
16879
16880 * search.c (boyer_moore): Fix handling of multibyte character
16881 translation.
16882
16883 * xdisp.c (display_mode_element): When the variable `elt' is
16884 changed, update `this' and `lisp_string'.
16885
16886 2008-02-01 Kenichi Handa <handa@m17n.org>
16887
16888 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
16889
16890 * callproc.c (Fcall_process): Be sure to give the current buffer
16891 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
16892
16893 * charset.c (struct charset_map_entries): New struct.
16894 (load_charset_map): Rename from parse_charset_map. New args
16895 entries and n_entries. Change caller.
16896 (load_charset_map_from_file): Rename from load_charset_map.
16897 Change caller. New arg control_flag. Call load_charset_map at
16898 the tail.
16899 (load_charset_map_from_vector): New function.
16900 (Fdefine_charset_internal): Setup charset.compact_codes_p.
16901 (encode_char): If the charset is compact, change a character index
16902 to a code point.
16903
16904 * coding.c (coding_alloc_by_making_gap): Check the case that the
16905 source and destination are the same correctly.
16906 (decode_coding_raw_text): Set coding->consumed_char and
16907 coding->consumed to 0.
16908 (produce_chars): If coding->chars_at_source is nonzero, update
16909 coding->consumed_char and coding->consumed before calling
16910 alloc_destination.
16911 (Fdefine_coding_system_alias): Register ALIAS in
16912 Vcoding_system_alist.
16913 (syms_of_coding): Define `no-conversion' coding system at the tail.
16914
16915 * fileio.c (Finsert_file_contents): Set coding_system instead of
16916 val. If the current buffer is multibyte, always call
16917 decode_coding_gap.
16918
16919 * xfaces.c (try_font_list): Give higher priority to fontset's
16920 family than face's family.
16921
16922 2008-02-01 Kenichi Handa <handa@m17n.org>
16923
16924 * callproc.c (Fcall_process): Be sure to give the current buffer
16925 to decode_coding_c_string.
16926
16927 * xfaces.c (try_font_list): Give a family specified in a fontset
16928 higher priority than a family specified in a face.
16929
16930 2008-02-01 Kenichi Handa <handa@m17n.org>
16931
16932 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
16933 Fix arguments to insert_from_buffer.
16934
16935 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
16936
16937 2008-02-01 Kenichi Handa <handa@m17n.org>
16938
16939 * coding.c (produce_chars): Set the variable `multibytep' correctly.
16940 (decode_coding_gap): Set coding->dst_multibyte correctly.
16941
16942 2008-02-01 Kenichi Handa <handa@m17n.org>
16943
16944 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
16945 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
16946 (encode_coding_utf_16): Substitute coding->default_char for
16947 non-Unicode characters.
16948 (decode_coding): Don't call record_insert here.
16949 (setup_coding_system): Initialize `surrogate' of
16950 coding->spec.utf_16 to 0.
16951 (EMIT_ONE_BYTE): Fix for multibyte case.
16952
16953 * insdel.c (insert_from_gap): Call record_insert.
16954
16955 2008-02-01 Kenichi Handa <handa@m17n.org>
16956
16957 * casefiddle.c (casify_region): Fix multibyte case.
16958
16959 * character.c (c_string_width): Add return type `int'.
16960 (char_string_with_unification): Delete arg ADVANCED.
16961
16962 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
16963 (CHAR_STRING): Adjust for the change of char_string_with_unification.
16964 (CHAR_STRING_ADVANCE): Make it do-while statement.
16965
16966 * chartab.c (sub_char_table_set_range): Optimize for the case
16967 DEPTH == 3. Add workaround code for a GCC optimization bug.
16968
16969 * charset.c (parse_charset_map): Remove an unused variable.
16970
16971 * coding.c: Delete unused variables.
16972
16973 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
16974 earlier. If inserted is zero and the coding system doesn't
16975 require flushing, don't call decode_coding_gap.
16976
16977 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
16978
16979 2008-02-01 Kenichi Handa <handa@m17n.org>
16980
16981 The following changes are for using Unicode as an internal
16982 character model, and use UTF-8 format for buffer/string
16983 representation.
16984
16985 * .gdbinit (xchartable): Adjust for the change of char table structure.
16986 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
16987
16988 * Makefile.in (obj): Add character.o and chartab.o.
16989 (lisp, shortlisp): Remove utf-8.elc.
16990 (*.o): For many files, change dependency on charset.h to
16991 character.h, and add dependency on character.h.
16992 (character.o, chartab.o): New targets.
16993
16994 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
16995 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
16996 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
16997 of "charset.h".
16998
16999 * dired.c, filelock.c: Include "character.h".
17000
17001 * alloc.c: Include "character.h" instead of "charset.h".
17002 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17003 (syms_of_alloc): Remove defsubr for Smake_char_table.
17004
17005 * buffer.c: Include "character.h" instead of "charset.h", don't
17006 include "coding.h".
17007 (Fset_buffer_multibyte): Adjust for UTF-8.
17008
17009 * buffer.h: EXFUN Fbuffer_live_p.
17010
17011 * callproc.c: Include "character.h" instead of "charset.h".
17012 (Fcall_process): Big change for the new code-conversion APIs.
17013
17014 * casetab.c: Include "character.h" instead of "charset.h".
17015 (set_canon, set_identity, shuffle): Adjust for the new
17016 map_char_table spec.
17017 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17018 accessing the char table structure.
17019
17020 * chartab.c: New file that implements char table.
17021
17022 * category.c: Include "character.h".
17023 (copy_category_entry): New function.
17024 (copy_category_table): Call map_char_table and copy_category_entry.
17025 (Fmake_category_table): Initialize all top-level slots.
17026 (char_category_set): New function.
17027 (modify_lower_category_set): Delete.
17028 (Fmodify_category_entry): Call char_table_ref_and_range.
17029
17030 * category.h (CATEGORY_SET): Just call char_category_set.
17031
17032 * ccl.c: Include "character.h".
17033 (Qccl, Qcclp): New variables.
17034 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17035 it's less than 256.
17036 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17037 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17038 and DST type.
17039 (ccl_driver): Change types of argument, adjust code accordingly.
17040 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17041 ccl_driver.
17042 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17043
17044 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17045 New members src_multibyte, dst_multibyte, consumed, and produced.
17046 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17047 (CODING_SPEC_CCL_PROGRAM): New macro.
17048 (ccl_driver): Update prototype.
17049 (Qccl, Qcclp, Fccl_program_p): Extern them.
17050 (CHECK_CCL_PROGRAM): New macro.
17051
17052 * character.c, character.h, chartab.c: New files.
17053
17054 * charset.c: Mostly re-written. Move character and multibyte sequence
17055 handling codes to character.c.
17056
17057 * charset.h: Mostly re-written. Move character and multibyte sequence
17058 handling codes to character.h.
17059
17060 * coding.c, coding.h: Mostly re-written.
17061
17062 * composite.c: Include "character.h" instead of "charset.h".
17063 (CHAR_WIDTH): Move to character.h.
17064 (HASH_KEY, HASH_VALUE): Delete.
17065
17066 * composite.h (enum composition_method): Change order of enumeration
17067 symbols.
17068
17069 * data.c: Include "character.h" instead of "charset.h".
17070 (Faref): Call CHAR_TABLE_REF for a char table.
17071 (Faset): Call CHAR_TABLE_SET for a char table.
17072
17073 * dispextern.h (free_realized_face, check_face_attribytes)
17074 (generate_ascii_font): Extern them.
17075 (free_realized_multibyte_face): Delete extern.
17076
17077 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17078 table structure.
17079
17080 * editfns.c: Include "character.h" instead of "charset.h".
17081 (Fchar_to_string): Always call CHAR_STRING.
17082
17083 * emacs.c (main): Call init_charset_once, init_charset,
17084 syms_of_chartab, and syms_of_character.
17085
17086 * fileio.c: Include "character.h" instead of "charset.h".
17087 (Finsert_file_contents): Big change for the new code-conversion API.
17088 (choose_write_coding_system, Fwrite_region): Likewise.
17089 (build_annotations_2): Delete.
17090 (e_write): Big change for the new code-conversion API.
17091
17092 * fns.c: Include "character.h" instead of "charset.h".
17093 (copy_sub_char_table): Move to chartab.c.
17094 (Fcopy_sequence): Call copy_char_table for a char table.
17095 (concat): Delete codes calling count_multibyte.
17096 (string_char_to_byte, string_byte_to_char): Adjust for the new
17097 multibyte form.
17098 (internal_equal): Adjust for the change of char table structure.
17099 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17100 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17101 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17102 (char_table_translate, optimize_sub_char_table)
17103 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17104 chartab.c.
17105 (char_table_ref_and_index): Delete.
17106 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17107 (Fmd5): Call preferred_coding_system instead of accessing
17108 Vcoding_category_list. Adjust for the new code-conversion API.
17109 (syms_of_fns): Move defsubr for char table related functions to
17110 chartab.c.
17111
17112 * fontset.c: Mostly re-written.
17113
17114 * fontset.h (struct font_info): Change type of the member encoding_type.
17115 (enum FONT_SPEC_INDEX): New enum.
17116 (fontset_font_pattern, fs_load_font): Update prototype.
17117 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17118
17119 * indent.c: Include "character.h" instead of "charset.h".
17120 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17121
17122 * insdel.c: Include "character.h" instead of "charset.h".
17123 (copy_text): Don't refer to Vnonascii_translation_table.
17124 (insert_from_gap): New function.
17125
17126 * keyboard.c: Include "character.h" instead of "charset.h".
17127 (command_loop_1): Never call direct_output_forward_char before
17128 a non-ASCII character.
17129 (read_char): If Vkeyboard_translate_table is a char table, always
17130 translate a character.
17131
17132 * keymap.c: Include "character.h".
17133 (store_in_keymap): Handle the case that IDX is a cons.
17134 (Fdefine_key): Handle the case that KEY is a cons and the car part
17135 is also a cons (range).
17136 (push_key_description): Adjust for the new character code.
17137 (describe_vector): Call describe_char_table for a char table.
17138 (describe_char_table): New function.
17139
17140 * keymap.h (describe_char_table): Extern it.
17141
17142 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17143 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17144 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17145 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17146 Delete.
17147 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17148 structure.
17149 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17150 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17151 (CHARTAB_SIZE_BITS_3): New macros.
17152 (chartab_size): Extern it.
17153 (struct Lisp_Char_Table): Re-design.
17154 (struct Lisp_Sub_Char_Table): New structure.
17155 (HASH_KEY, HASH_VALUE): Move from fns.c.
17156 (CHARACTERBITS): Define as 22.
17157 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17158 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17159 (GC_SUB_CHAR_TABLE_P): New macro.
17160 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17161 (code_convert_string_norecord): Deleted extern.
17162 (init_character_once, syms_of_character, init_charset)
17163 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17164
17165 * lread.c: Include "character.h".
17166 (read_multibyte): New arg NBYTES.
17167 (read_escape): Change the meaning of returned *BYTEREP.
17168 (to_multibyte): Delete.
17169 (read1): Adjust the handling of char table and string.
17170
17171 * print.c: Include "character.h" instead of "charset.h".
17172 (print_string): Convert 8-bit raw bytes to octal form by
17173 string_escape_byte8.
17174 (print_object): Adjust for the new multibyte form. Print 8-bit
17175 raw bytes always in octal form. Handle sub char table correctly.
17176
17177 * process.c: Include "character.h" instead of "charset.h".
17178 (read_process_output, send_process): Adjust for the new
17179 code-conversion API.
17180
17181 * puresize.h (BASE_PURESIZE): Increase.
17182
17183 * regex.c: Include "character.h" instead of "charset.h".
17184 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17185 (regex_compile): Accept a range whose starting and ending
17186 character have different leading bytes.
17187 (analyse_first): Adjust for the above change.
17188
17189 * search.c: Include "character.h" instead of "charset.h".
17190 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17191 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17192
17193 * syntax.c: Include "character.h" instead of "charset.h".
17194 (syntax_parent_lookup): Delete.
17195 (Fmodify_syntax_entry): Accept a cons as CHAR.
17196 (skip_chars): Adjust for the new multibyte form.
17197 (init_syntax_once): Call char_table_set_range instead of directly
17198 accessing the structure of a char table.
17199
17200 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17201 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17202 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17203 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17204
17205 * term.c: Include "buffer.h" and "character.h".
17206 (encode_terminal_code, write_glyphs): Adjust for the new
17207 code-conversion API.
17208 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17209
17210 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17211
17212 * xdisp.c: Include "character.h".
17213 (get_next_display_element): Adjust for the new multibyte form.
17214 (disp_char_vector): Adjust for the new char table structure.
17215 (decode_mode_spec_coding): Adjust for the new structure of
17216 coding system.
17217 (decode_mode_spec): Adjust for the new code-conversion API.
17218
17219 * xfaces.c: Include "character.h" instead of "charset.h".
17220 (load_face_font): Adjust for the change of choose_face_font and
17221 FS_LOAD_FONT.
17222 (generate_ascii_font): New function.
17223 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17224 (set_font_frame_param): Adjust for the change of choose_face_font.
17225 (free_realized_face): Make it public.
17226 (free_realized_faces_for_fontset): Rename from
17227 free_realized_multibyte_face. Free also faces realized for ASCII.
17228 (choose_face_font): Change arguments. Adjust for the change of
17229 fontset_font_pattern and FS_LOAD_FONT.
17230
17231 * xfns.c: Include "character.h".
17232 (x_encode_text): Adjust for the new code-conversion API.
17233
17234 * xselect.c: Don't include "charset.h".
17235 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17236
17237 * xterm.c: Include "character.h".
17238 (x_encode_char): New argument CHARSET. Change caller.
17239 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17240 Call ENCODE_CHAR instead of SPLIT_CHAR.
17241 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17242 CHAR_WIDTH instead of CHARSET_WIDTH.
17243 (XTread_socket): Adjust for the new code-conversion API.
17244 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17245 (x_load_font): Adjust for the change of struct font.
17246
17247 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * xfaces.c (face_at_buffer_position): Remove unused vars.
17250
17251 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17252
17253 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17254 Fix overflow checking.
17255
17256 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17257
17258 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17259 Cancel previous change.
17260
17261 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17262
17263 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17264 ccl->eight_bit_control. Fix check for buffer overflow.
17265 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17266 (ccl_driver): Initialize extra_bytes to 0.
17267
17268 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17269
17270 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17271 return it ORed with ctrl_modifier.
17272
17273 2008-01-29 Miles Bader <miles@gnu.org>
17274
17275 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17276
17277 2008-01-28 Jason Rumney <jasonr@gnu.org>
17278
17279 * w32.c (stat): Don't double check for networked drive.
17280
17281 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17282
17283 * window.c (run_window_configuration_change_hook): New function.
17284 Code extracted from set_window_buffer. Set the selected frame.
17285 (set_window_buffer): Use it.
17286 * window.h (run_window_configuration_change_hook): Declare.
17287 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17288
17289 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17290
17291 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17292
17293 * Makefile.in: Remove references to unused macros.
17294
17295 2008-01-26 Eli Zaretskii <eliz@gnu.org>
17296
17297 * w32.c (g_b_init_get_sid_sub_authority)
17298 (g_b_init_get_sid_sub_authority_count): New static variables.
17299 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
17300 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
17301 (init_user_info): Use them to retrieve uid and gid.
17302 Use 500/513, the Windows defaults, as Administrator's uid/gid.
17303 (fstat): Use pw_uid and pw_gid from the_passwd structure for
17304 st_uid and st_gid of the file.
17305
17306 2008-01-26 Jason Rumney <jasonr@gnu.org>
17307
17308 * w32.c (logon_network_drive): New function.
17309 (stat): Use it.
17310
17311 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
17312
17313 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17314 invisible text covered with an ellipsis.
17315
17316 2008-01-25 Richard Stallman <rms@gnu.org>
17317
17318 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
17319 jump back to beginning. Move some other initializations after that.
17320 (Qwindow_text_change_functions, Vwindow_text_change_functions):
17321 New variables.
17322 (syms_of_xdisp): Init them.
17323
17324 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
17325
17326 * buffer.c (reset_buffer_local_variables):
17327 Implement `permanent-local-hook'.
17328 (Qpermanent_local_hook): New variable.
17329 (syms_of_buffer): Init and staticpro it.
17330
17331 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
17332
17333 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
17334
17335 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
17336
17337 * fns.c (Fclrhash): Return TABLE.
17338
17339 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17340
17341 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
17342 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
17343 is set even without positional changes.
17344 (x_scroll_bar_clear): Set bar->redraw_needed_p.
17345
17346 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
17347
17348 2008-01-23 Jason Rumney <jasonr@gnu.org>
17349
17350 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
17351
17352 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
17353 the unicode range available in MULE by locale-coding-system.
17354 Improve dbcs lead byte detection. Set event timestamp and modifiers
17355 earlier.
17356
17357 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17358
17359 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
17360 [MAC_OSX] (init_mac_osx_environment): Initialize it.
17361 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
17362 when used on child processes.
17363
17364 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
17365
17366 * dbusbind.c (Fdbus_method_return_internal): Rename from
17367 Fdbus_method_return.
17368 (Fdbus_unregister_object): Move to dbus.el.
17369 (Fdbus_call_method, Fdbus_method_return_internal)
17370 (Fdbus_send_signal): Improve debug messages.
17371
17372 2008-01-20 Martin Rudalics <rudalics@gmx.at>
17373
17374 * undo.c (undo_inhibit_record_point): New variable.
17375 (syms_of_undo): Initialize it.
17376 (record_point): Don't record point when undo_inhibit_record_point
17377 is set.
17378
17379 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17380
17381 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
17382
17383 * xdisp.c (Qauto_hscroll_mode): New var.
17384 (syms_of_xdisp): Initialize it.
17385 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
17386 window's buffer.
17387 (hscroll_windows): Don't check automatic_hscrolling_p here.
17388
17389 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
17390 vscroll if we're setting window-buffer to the value it already has.
17391
17392 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
17393
17394 * m/intel386.h: Remove references to XENIX.
17395
17396 2008-01-17 Andreas Schwab <schwab@suse.de>
17397
17398 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
17399 instead of HAVE_X86_64_LIB64_DIR.
17400 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
17401
17402 2008-01-17 Glenn Morris <rgm@gnu.org>
17403
17404 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
17405 to HAVE_X86_64_LIB64_DIR.
17406
17407 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
17408
17409 * s/irix3-3.h:
17410 * s/irix4-0.h:
17411 * s/386-ix.h:
17412 * s/domain.h:
17413 * s/hpux9-x11r4.h:
17414 * s/hpux9shxr4.h: Remove files for systems no longer supported.
17415
17416 * sysdep.c: Remove code containing references to symbols defined
17417 by unsupported systems.
17418
17419 2008-01-16 Glenn Morris <rgm@gnu.org>
17420
17421 * coding.c (select-safe-coding-system-function): Doc fix.
17422
17423 2008-01-15 Glenn Morris <rgm@gnu.org>
17424
17425 * config.in: Revert 2008-01-13 change: this is a generated file.
17426
17427 2008-01-13 Tom Tromey <tromey@redhat.com>
17428
17429 * lisp.h: Fix typo.
17430
17431 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17432
17433 * m/sequent-ptx.h:
17434 * m/sequent.h:
17435 * s/ptx.h:
17436 * s/ptx4-2.h:
17437 * s/ptx4.h: Remove files for systems no longer supported.
17438
17439 * callproc.c (Fcall_process): Fix previous change.
17440
17441 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17442
17443 * unexsunos4.c: Remove file, system not supported anymore.
17444
17445 * m/mips.h:
17446 * m/intel386.h:
17447 * callproc.c:
17448 * config.in:
17449 * ecrt0.c:
17450 * emacs.c:
17451 * fileio.c:
17452 * frame.c:
17453 * getpagesize.h:
17454 * keyboard.c:
17455 * lread.c:
17456 * process.c:
17457 * puresize.h:
17458 * sysdep.c:
17459 * systty.h:
17460 * syswait.h:
17461 * unexec.c:
17462 * xdisp.c:
17463 * alloc.c: Remove code containing references to symbols defined by
17464 unsupported systems.
17465
17466 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
17467
17468 * coding.c (detect_coding_mask): Fix previous change.
17469
17470 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
17471
17472 * coding.c (detect_coding_iso2022): New arg
17473 latin_extra_code_state. Allow Latin extra codes only
17474 when *latin_extra_code_state is nonzero.
17475 (detect_coding_mask): If there is a NULL byte, detect the encoding
17476 as UTF-16 or binary. If Latin extra codes exist, detect the
17477 encoding as ISO-2022 only when there's no other proper encoding is
17478 found.
17479
17480 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17481
17482 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
17483 #ifdef MAC_OS.
17484
17485 2008-01-08 Richard Stallman <rms@gnu.org>
17486
17487 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
17488
17489 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
17490
17491 * keyboard.c (parse_menu_item): Don't enclose key bindings on
17492 menu bar in parentheses.
17493
17494 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
17495
17496 * m/7300.h:
17497 * m/acorn.h:
17498 * m/alliant-2800.h:
17499 * m/alliant.h:
17500 * m/alliant1.h:
17501 * m/alliant4.h:
17502 * m/altos.h:
17503 * m/amdahl.h:
17504 * m/apollo.h:
17505 * m/att3b.h:
17506 * m/aviion-intel.h:
17507 * m/aviion.h:
17508 * m/celerity.h:
17509 * m/clipper.h:
17510 * m/cnvrgnt.h:
17511 * m/convex.h:
17512 * m/cydra5.h:
17513 * m/delta88k.h:
17514 * m/dpx2.h:
17515 * m/dual.h:
17516 * m/elxsi.h:
17517 * m/f301.h:
17518 * m/gould-np1.h:
17519 * m/gould.h:
17520 * m/i860.h:
17521 * m/ibmps2-aix.h:
17522 * m/ibmrt-aix.h:
17523 * m/ibmrt.h:
17524 * m/irist.h:
17525 * m/is386.h:
17526 * m/isi-ov.h:
17527 * m/mega68.h:
17528 * m/mg1.h:
17529 * m/news-r6.h:
17530 * m/news-risc.h:
17531 * m/news.h:
17532 * m/nh3000.h:
17533 * m/nh4000.h:
17534 * m/ns16000.h:
17535 * m/ns32000.h:
17536 * m/nu.h:
17537 * m/orion.h:
17538 * m/orion105.h:
17539 * m/paragon.h:
17540 * m/pfa50.h:
17541 * m/plexus.h:
17542 * m/pyramid.h:
17543 * m/pyrmips.h:
17544 * m/sh3el.h:
17545 * m/sps7.h:
17546 * m/sr2k.h:
17547 * m/stride.h:
17548 * m/sun1.h:
17549 * m/sun2.h:
17550 * m/sun3-68881.h:
17551 * m/sun3-fpa.h:
17552 * m/sun3-soft.h:
17553 * m/sun3.h:
17554 * m/sun386.h:
17555 * m/symmetry.h:
17556 * m/tad68k.h:
17557 * m/tahoe.h:
17558 * m/targon31.h:
17559 * m/tek4300.h:
17560 * m/tekxd88.h:
17561 * m/tower32.h:
17562 * m/tower32v3.h:
17563 * m/ustation.h:
17564 * m/wicat.h:
17565 * m/xps100.h:
17566 * s/cxux.h:
17567 * s/cxux7.h:
17568 * s/dgux.h:
17569 * s/dgux4.h:
17570 * s/dgux5-4-3.h:
17571 * s/dgux5-4r2.h:
17572 * s/esix.h:
17573 * s/esix5r4.h:
17574 * s/hiuxmpp.h:
17575 * s/hiuxwe2.h:
17576 * s/iris3-5.h:
17577 * s/iris3-6.h:
17578 * s/isc2-2.h:
17579 * s/isc3-0.h:
17580 * s/isc4-0.h:
17581 * s/isc4-1.h:
17582 * s/newsos5.h:
17583 * s/newsos6.h:
17584 * s/osf1.h:
17585 * s/osf5-0.h:
17586 * s/riscix1-1.h:
17587 * s/riscix12.h:
17588 * s/sco4.h:
17589 * s/sco5.h:
17590 * s/sunos4-0.h:
17591 * s/sunos4-1.h:
17592 * s/sunos413.h:
17593 * s/sunos4shr.h:
17594 * s/umax.h:
17595 * s/unipl5-2.h:
17596 * s/xenix.h:
17597 * cxux-crt0.s:
17598 * unexapollo.c:
17599 * unexconvex.c:
17600 * unexenix.c:
17601 * unexsni.c: Remove files for systems no longer supported.
17602
17603 * m/intel386.h: Remove references to unsupported systems.
17604
17605 * w32.c (get_emacs_configuration): Remove reference to i860.
17606
17607 * sysdep.c: Remove dead code.
17608
17609 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
17610
17611 * s/rtu.h:
17612 * m/masscomp.h: Remove files. Platform is obsolete.
17613
17614 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
17615
17616 * dbusbind.c (Fdbus_method_return): New function.
17617 (xd_read_message): Add the serial number to the event.
17618 (Fdbus_register_method): Activate the function.
17619
17620 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * keyboard.c (read_key_sequence): Fix typo.
17623
17624 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
17625
17626 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
17627 (xd_signature, xd_append_arg): Handle element type detection for
17628 empty arrays.
17629 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
17630 SDATA () calls; this must be solved more general.
17631 (Fdbus_register_signal): Use SBYTES instead of strlen.
17632
17633 2008-01-03 Magnus Henoch <magnus@zemdatav>
17634
17635 * dbusbind.c (xd_append_arg): Use unsigned char instead of
17636 unsigned int for byte values (necessary for big-endian platform).
17637 (Fdbus_call_method): Handle the case of no returned arguments.
17638
17639 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
17640
17641 * dbusbind.c (xd_read_message): Use non-static input_event struct.
17642
17643 2007-12-31 Magnus Henoch <mange@freemail.hu>
17644
17645 * dbusbind.c (xd_signature): Signature of variant is just "v".
17646
17647 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
17648
17649 * dbusbind.c: Fix several errors and compiler warnings.
17650 Reported by Tom Tromey <tromey@redhat.com>.
17651 (XD_ERROR, XD_DEBUG_MESSAGE)
17652 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
17653 (xd_append_arg): Part for basic D-Bus types rewritten.
17654 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17655 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
17656 appropriate.
17657 (xd_read_message): Return Qnil. Don't signal an error; it is not
17658 useful during event reading.
17659 (Fdbus_register_signal): Signal an error if the check for
17660 FUNCTIONP fails.
17661 (Fdbus_register_method): New function. The implementation is not
17662 complete, the call of the function signals an error therefore.
17663 (Fdbus_unregister_object): New function, renamed from
17664 Fdbus_unregister_signal. The initial check signals an error, if
17665 the object is not well formed.
17666
17667 2007-12-30 Richard Stallman <rms@gnu.org>
17668
17669 * textprop.c (get_char_property_and_overlay):
17670 Signal error if POSITION is out of range in a buffer.
17671
17672 2007-12-29 Martin Rudalics <rudalics@gmx.at>
17673
17674 * w32fns.c (Fx_create_frame): Make copy of frame parameters
17675 because the original parameters are in pure storage now.
17676
17677 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17678
17679 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
17680
17681 2007-12-22 Eli Zaretskii <eliz@gnu.org>
17682
17683 * callint.c (syms_of_callint) <command-history>: Add reference to
17684 history-length in the doc string.
17685
17686 2007-12-17 Jason Rumney <jasonr@gnu.org>
17687
17688 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
17689 before passing as wParam.
17690
17691 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
17692
17693 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
17694 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
17695 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
17696 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
17697 as number.
17698 (Fdbus_call_method): Fix docstring.
17699
17700 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
17701
17702 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
17703 New macros.
17704 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
17705 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
17706 Simplify.
17707 (xd_signature): New function.
17708 (xd_append_arg): Compute also signatures. Major rewrite.
17709 (xd_retrieve_arg): Make debug messages friendly.
17710 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
17711 Check for signatures of arguments.
17712
17713 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
17714
17715 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
17716 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
17717 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
17718 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
17719 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
17720 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
17721 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
17722 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
17723 (xd_retrieve_value): Remove. Functionality included in ...
17724 (xd_append_arg): New function.
17725 (Fdbus_call_method, Fdbus_send_signal): Apply it.
17726
17727 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
17728
17729 * dbusbind.c (top): Include <stdio.h>.
17730 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
17731 dbus_message_new_method_call and dbus_message_new_signal.
17732 (Fdbus_register_signal): Rename unique_name to uname.
17733 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
17734 non-existing unique name. Fix typos in matching rule. Return an
17735 object which is useful in Fdbus_unregister_signal.
17736 (Fdbus_unregister_signal): Reimplementation, in order to remove
17737 only the corresponding entry.
17738 (Vdbus_registered_functions_table): Change the order of entries.
17739 Apply these changes in xd_read_message and Fdbus_register_signal.
17740
17741 2007-12-16 Andreas Schwab <schwab@suse.de>
17742
17743 * fileio.c (Finsert_file_contents): Fix overflow check to not
17744 depend on undefined integer overflow.
17745
17746 2007-12-14 Jason Rumney <jasonr@gnu.org>
17747
17748 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
17749 for characters above 127.
17750
17751 2007-12-13 Jason Rumney <jasonr@gnu.org>
17752
17753 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
17754 before dereferencing array.
17755 (lookup_vk_code): Remove zero comparison.
17756
17757 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
17758
17759 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
17760 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
17761 Use `unsigned int' instead of `uint'.
17762 (xd_read_message, Fdbus_register_signal): Split expressions into
17763 multiple lines before operators "&&" and "||", according to the
17764 GNU Coding Standards.
17765
17766 2007-12-14 Eli Zaretskii <eliz@gnu.org>
17767
17768 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
17769
17770 2007-12-12 Juri Linkov <juri@jurta.org>
17771
17772 * buffer.c (Frename_buffer): In interactive spec replace
17773 `read-buffer' with `read-string' that uses `buffer-name-history'
17774 as history, and the current buffer's name as default.
17775
17776 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
17779 manipulating the backtrace manually.
17780 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
17781 (struct backtrace, backtrace_list): Remove.
17782 (command_loop_1): Remove dead var `no_direct'.
17783
17784 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
17785 preserve non-built-in buffer-local variables.
17786 (Fkill_all_local_variables): Don't re-create&re-set permanent
17787 buffer-local variables.
17788
17789 2007-12-09 Juri Linkov <juri@jurta.org>
17790
17791 * buffer.c (Frename_buffer): Change interactive spec from "s" to
17792 Lisp code that uses `read-buffer' with current buffer as default.
17793
17794 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
17795
17796 * dbusbind.c (xd_read_message): Generate an event for every
17797 registered handler. There might be several handlers registered
17798 for the same signal.
17799 (Fdbus_register_signal): Don't overwrite a registration for the
17800 same signal. Add a new registration if handlers are different.
17801 (Vdbus_registered_functions_table): Rework doc string.
17802
17803 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
17804
17805 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
17806 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
17807 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
17808 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
17809 Unify argument lists.
17810 (xd_read_message, Fdbus_register_signal): Reorder and extend event
17811 arguments and hash table keys. Use unique name for service.
17812 (Fdbus_unregister_signal): Remove checks.
17813 (Vdbus_registered_functions_table): Fix doc string.
17814
17815 2007-12-05 Magnus Henoch <mange@freemail.hu>
17816
17817 * process.c (make_process): Initialize pty_flag to 0.
17818
17819 2007-12-05 Jason Rumney <jasonr@gnu.org>
17820
17821 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
17822 specified XBMs.
17823
17824 2007-12-05 Richard Stallman <rms@gnu.org>
17825
17826 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
17827
17828 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17829
17830 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
17831 New variable.
17832 (mac_try_close_socket) [MAC_OSX]: New function.
17833 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
17834 Update cfsockets_for_select. Replace invalid CFRunLoop source.
17835
17836 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
17837 Use mac_try_close_socket.
17838
17839 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17840
17841 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
17842 reloc_base.
17843 (copy_dysymtab): Compute relocation base here.
17844 (rebase_reloc_address) [__ppc64__]: New function.
17845 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
17846 changed.
17847
17848 2007-12-05 Jason Rumney <jasonr@gnu.org>
17849
17850 * w32proc.c (sys_spawnve): Quote args with wildcards.
17851
17852 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17853
17854 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
17855 __objc_* sections.
17856 (unrelocate) [_LP64]: Set relocation base to address of data segment.
17857
17858 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
17859
17860 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
17861 Move check for Vdbus_registered_functions_table to
17862 xd_read_queued_messages.
17863 (xd_read_queued_messages): Protect xd_read_message calls by
17864 internal_condition_case_1.
17865
17866 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
17867
17868 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
17869 Qdbus_system_bus and Qdbus_session_bus, respectively.
17870 (Vdbus_intern_symbols): Remove.
17871 (Vdbus_registered_functions_table): New hash table.
17872 (XD_SYMBOL_INTERN_SYMBOL): Remove.
17873 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
17874 Rewrite in order to manage registered functions by hash table
17875 Vdbus_registered_functions_table.
17876
17877 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
17878
17879 * xterm.c: Update URL to Window Manager Specification in comment.
17880
17881 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
17882
17883 * config.in (HAVE_DBUS): Add.
17884
17885 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
17886 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
17887 (obj): Add $(DBUS_OBJ).
17888 (LIBES): Add $(DBUS_LIBS).
17889 (dbusbind.o): New target.
17890
17891 * dbusbind.c: New file.
17892
17893 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
17894
17895 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
17896 (Qdbus_event): New Lisp symbol.
17897 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
17898 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
17899 (keys_of_keyboard): Define dbus-event.
17900
17901 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
17902
17903 2007-12-01 Richard Stallman <rms@gnu.org>
17904
17905 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
17906
17907 2007-11-30 Jason Rumney <jasonr@gnu.org>
17908
17909 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
17910 (w32con_reset_terminal_modes): Clear screen buffer.
17911 (w32_face_attributes): Don't use color indexes that are out of range.
17912 Only reverse the default colors.
17913
17914 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
17915 WINDOWSNT.
17916
17917 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
17918
17919 2007-11-29 Jason Rumney <jasonr@gnu.org>
17920
17921 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
17922 (w32_face_attributes): Use Vtty_defined_color_alist to determine
17923 if the terminal colors are initialized.
17924 (unspecified_fg, unspecified_bg): Remove unused declarations.
17925
17926 2007-11-29 Andreas Schwab <schwab@suse.de>
17927
17928 * keyboard.c (apply_modifiers): Fix typo.
17929
17930 2007-11-29 Richard Stallman <rms@gnu.org>
17931
17932 * keymap.c (Fcurrent_local_map): Doc fix.
17933
17934 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
17935
17936 * s/gnu-kfreebsd.h: New file.
17937
17938 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
17941 Don't cast redundantly.
17942
17943 * keyboard.c (KEY_TO_CHAR): New macro.
17944 (parse_modifiers, apply_modifiers): Accept integer arguments.
17945 (read_key_sequence): Use them to unify the "shift->unshift" mapping
17946 for chars and symbol keys.
17947 After doing such remapping, apply function-key-map again.
17948
17949 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
17950
17951 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
17952 compiled anymore.
17953
17954 2007-11-26 Andreas Schwab <schwab@suse.de>
17955
17956 * process.c (list_processes_1): Fix indentation level of the
17957 command column.
17958
17959 2007-11-23 Andreas Schwab <schwab@suse.de>
17960
17961 * editfns.c (Fformat): Handle %c specially since it requires the
17962 argument to be of type int.
17963
17964 2007-11-23 Markus Triska <markus.triska@gmx.at>
17965
17966 * emacs.c (main): Call init_editfns before init_process, since
17967 init_process sets Vprocess_connection_type depending on OS release.
17968
17969 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17970
17971 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
17972 (find_symbol_value): Use do_symval_forwarding.
17973
17974 * data.c (set_internal): Set the value in the `cons-cell' (for
17975 Buffer_Local_values) not only for frame-local variables.
17976
17977 2007-11-22 Andreas Schwab <schwab@suse.de>
17978
17979 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
17980 values to sprintf.
17981 * keymap.c (Fsingle_key_description): Likewise.
17982 * print.c (print_object): Likewise.
17983
17984 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
17985
17986 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
17987 file for image is nil.
17988
17989 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
17990
17991 * term.c: Include stdarg.h.
17992 (fatal): Implement using varargs.
17993 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
17994
17995 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17996
17997 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
17998 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
17999 Update call to buffer_slot_type_mismatch.
18000 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18001 (buffer_slot_type_mismatch): Update.
18002 * buffer.c (buffer_local_types): Remove.
18003 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18004 (defvar_per_buffer): Set the type in the buffer_objfwd.
18005
18006 2007-11-21 Jason Rumney <jasonr@gnu.org>
18007
18008 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18009 CreateFileMapping returns NULL on failure.
18010
18011 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * search.c (Fset_match_data): Remove the `evaporate' feature.
18014 (unwind_set_match_data): Don't use the `evaporate' feature.
18015
18016 2007-11-21 Jason Rumney <jasonr@gnu.org>
18017
18018 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18019
18020 * w32console.c (w32con_write_glyphs): Remove unused variables.
18021
18022 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18023
18024 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18025
18026 * s/darwin.h (MULTI_KBOARD): Remove.
18027
18028 * macfns.c (x_create_tip_frame, Fx_create_frame)
18029 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18030
18031 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * buffer.c (Fbuffer_local_value): Remove redundant test.
18034 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18035 than in `current-buffer' to match the comment.
18036 Do the swap using swap_in_global_binding.
18037
18038 * data.c (store_symval_forwarding, set_internal):
18039 * eval.c (specbind): Remove dead code.
18040
18041 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18042 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18043 Since we do not want to see internal Lisp_*fwd objects here.
18044
18045 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18046
18047 * sysdep.c (init_system_name): Use getaddrinfo if available.
18048
18049 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18050 (x_scroll_bar_note_movement): start, end, with, height in struct
18051 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18052
18053 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18054
18055 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18056
18057 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18060 This undoes Richard's change of 14-Oct-2002.
18061
18062 * alloc.c (allocate_other_vector):
18063 * lisp.h (allocate_other_vector): Remove.
18064
18065 * window.c (struct save_window_data): Move non-lisp data to the end
18066 and make it `int' rather than Lisp_Object.
18067 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18068 Done wrap/unwrap integer values.
18069 (Fset_window_configuration, compare_window_configurations):
18070 Update use of fields to their new types.
18071
18072 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18073 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18074 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18075 (SET_SCROLL_BAR_X_WINDOW): Remove.
18076 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18077 Access the new x_window field directly.
18078 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18079 Don't wrap/unwrap integers into Lisp_Objects.
18080 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18081 (x_scroll_bar_report_motion):
18082 Don't wrap/unwrap integers into Lisp_Objects.
18083 (x_term_init): Use SDATA.
18084 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18085 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18086 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18087 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18088 * xfns.c (x_set_background_color):
18089 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18090 Access the new x_window field directly.
18091
18092 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18093 (allocate_pseudovector): Make non-static.
18094
18095 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18096 (allocate_pseudovector): Declare.
18097 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18098
18099 2007-11-15 Andreas Schwab <schwab@suse.de>
18100
18101 * editfns.c (Fformat): Correctly format EMACS_INT values.
18102 Also take precision into account when formatting an integer.
18103
18104 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18105
18106 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18109 (syms_of_keyboard): Defsubr it.
18110
18111 * data.c (swap_in_global_binding): Fix longstanding bug where
18112 store_symval_forwarding was not called with the right second argument,
18113 thus causing objfwd-ing from being dropped.
18114
18115 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18116
18117 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18118 (Fx_display_pixel_height, Fx_display_planes)
18119 (Fx_display_color_cells, Fx_server_max_request_size)
18120 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18121 (Fx_display_visual_class, Fx_display_save_under):
18122 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18123 (Fx_display_pixel_height, Fx_display_planes)
18124 (Fx_display_color_cells, Fx_server_max_request_size)
18125 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18126 (Fx_display_mm_height, Fx_display_mm_width)
18127 (Fx_display_backing_store, Fx_display_visual_class)
18128 (Fw32_select_font, Fx_display_save_under):
18129 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18130 (Fx_display_pixel_height, Fx_display_planes)
18131 (Fx_display_color_cells, Fx_server_max_request_size)
18132 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18133 (Fx_display_save_under): Fix typos in docstrings.
18134
18135 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
18136
18137 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18138 corresponding to deleted entries; they are an implementation detail.
18139 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18140 Remove variables.
18141 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18142 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18143 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18144 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18145 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18146 (Fw32_define_rgb_color, Fw32_load_color_file)
18147 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18148 Fix typos in docstrings.
18149 (Fx_server_version): Reflow docstring.
18150 (Fw32_shell_execute): Doc fixes.
18151
18152 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18155 if w32_parse_hot_key returned nil.
18156
18157 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18160
18161 2007-11-09 Jason Rumney <jasonr@gnu.org>
18162
18163 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18164
18165 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18166
18167 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18168 Remove W32_SCROLL_BAR_CLICK_EVENT.
18169
18170 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18171 Add MULTIMEDIA_KEY_EVENT.
18172
18173 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18174 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18175 (make_lispy_event) [WINDOWSNT]: Use it to translate
18176 MULTIMEDIA_KEY_EVENT.
18177
18178 * w32term.h (WM_APPCOMMAND): Define if not already.
18179 (GET_APPCOMMAND_LPARAM): Likewise.
18180
18181 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18182 WM_APPCOMMAND.
18183
18184 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18185 (syms_of_w32fns): Export and initialize it.
18186 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18187
18188 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
18189
18190 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18191 twice.
18192
18193 * xdisp.c (handle_face_prop): Fix last change.
18194
18195 2007-11-09 Richard Stallman <rms@gnu.org>
18196
18197 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18198 not just for after-strings and before-strings.
18199 Call face_for_overlay_string and pass the overlay to it.
18200 (handle_display_prop): Determine whether property came from an overlay.
18201 Pass OVERLAY arg to handle_single_display_spec.
18202 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18203 (load_overlay_strings): Fill in it->string_overlays.
18204 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18205
18206 * xfaces.c (face_for_overlay_string): Function renamed from
18207 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18208
18209 * dispextern.h (struct it): New elt string_overlays.
18210 New elt from_overlay, also in stack.
18211 Rearrange a few elements.
18212 (face_for_overlay_string): Decl renamed from
18213 face_at_buffer_position_no_overlays, and add argument.
18214
18215 2007-11-09 Richard Stallman <rms@gnu.org>
18216
18217 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18218 to get the base face for an overlay string.
18219
18220 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18221
18222 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18223
18224 * xdisp.c (handle_stop): Move some code out of loop.
18225
18226 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18227
18228 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18229 Fix conversion from Lisp object to ATSUFontID.
18230
18231 2007-11-09 Jason Rumney <jasonr@gnu.org>
18232
18233 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18234
18235 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18236
18237 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18238 Don't assume regions are aligned to page boundary.
18239 (print_load_command_name): Add LC_UUID if defined.
18240
18241 2007-11-09 Richard Stallman <rms@gnu.org>
18242
18243 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18244
18245 2007-11-07 Jason Rumney <jasonr@gnu.org>
18246
18247 * s/windows95.h: Remove.
18248
18249 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18250
18251 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18252 abort with a message on unhandled store_type values.
18253
18254 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18255
18256 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18257 Remove HAVE_X11R5 and HAVE_X11R4.
18258
18259 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18260
18261 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18262
18263 2007-11-01 Johan Bockgård <bojohan@gnu.org>
18264
18265 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18266 Don't set s->stippled_p here, since it has already been set by
18267 x_set_glyph_string_gc from x_draw_glyph_string.
18268
18269 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18270
18271 * sunfns.c: Remove file.
18272
18273 * m/sun386.h:
18274 * m/sun2.h:
18275 * m/sparc.h: Remove Sun windows code.
18276
18277 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18280 (init_keyboard): Set current_kboard's window-system to nil.
18281 (tty_read_avail_input): Typo.
18282 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18283
18284 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18285
18286 * s/usg5-4.h:
18287 * s/usg5-3.h:
18288 * s/ptx.h:
18289 * m/is386.h:
18290 * m/ibmps2-aix.h:
18291 * Makefile.in: Remove all mentions of X10.
18292
18293 * dispnew.c (syms_of_display): Don't mention version 10.
18294
18295 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
18298 ($(BLD)/abbrev.$(O)): Remove.
18299
18300 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 Rewrite abbrev.c in Elisp.
18303 * image.c (Qcount): Don't declare as extern.
18304 (syms_of_image): Initialize and staticpro `Qcount'.
18305 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
18306 * emacs.c (main): Don't call syms_of_abbrev.
18307 * Makefile.in (obj): Remove abbrev.o.
18308 (abbrev.o): Remove.
18309 * abbrev.c: Remove.
18310
18311 2007-10-26 Martin Rudalics <rudalics@gmx.at>
18312
18313 * window.c (window_min_size_2): Don't count header-line.
18314
18315 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18316
18317 * frame.h (struct frame): Move all bit fields after the first bit
18318 field to take advantage of the available space. Group all the
18319 chars together to reduce wasted space due to padding.
18320
18321 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
18322
18323 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
18324
18325 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
18326 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
18327 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
18328 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
18329 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
18330 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
18331 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
18332 (last_marked, mark_object_loop_halt): Make static.
18333
18334 * frame.c (syms_of_frame) <delete-frame-functions>:
18335 Fix typo in docstring.
18336
18337 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
18338
18339 * w32.c (init_environment): Fix tiny memory leak.
18340 (w32_get_resource): Remove unused variable `ok'.
18341
18342 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 Make `window-system' into a keyboard-local variable (rather than
18345 frame-local as done originally by multi-tty).
18346
18347 * keyboard.h (struct kboard): Add Vwindow_system.
18348 * keyboard.c (init_kboard): Set a default for Vwindow_system.
18349 (mark_kboards): Mark Vwindow_system.
18350
18351 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
18352 (init_display): Don't set the obsolete `window-system' frame-param.
18353
18354 * xterm.c (x_term_init):
18355 * w32term.c (w32_create_terminal):
18356 * term.c (init_tty): Set Vwindow_system.
18357 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
18358 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
18359
18360 * xfns.c (Fx_create_frame, x_create_tip_frame):
18361 * w32fns.c (Fx_create_frame, x_create_tip_frame):
18362 * macfns.c (Fx_create_frame):
18363 Don't set the obsolete `window-system' frame-param.
18364
18365 * frame.h (Qwindow_system): Remove.
18366 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
18367 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
18368
18369 2007-10-24 Richard Stallman <rms@gnu.org>
18370
18371 * frame.c (x_figure_window_size): For fullscreen case,
18372 set USPosition | PPosition without clobbering rest of window_prompting.
18373
18374 * keyboard.c (Fcurrent_idle_time): Doc fix.
18375
18376 * print.c (Fwith_output_to_temp_buffer): Doc fix.
18377
18378 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * process.c (unwind_request_sigio): Only define if __ultrix__.
18381
18382 * callproc.c (child_setup): Remove spurious *.
18383
18384 * lisp.h (Fget_text_property): Declare.
18385 (have_menus_p): Declare it here rather than in sys-dep header files.
18386 * macterm.h (have_menus_p):
18387 * msdos.h (have_menus_p):
18388 * xterm.h (have_menus_p): Remove.
18389
18390 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18391 (Fmake_variable_frame_local): Just check the variable's const-ness
18392 rather than checking nil or t.
18393
18394 2007-10-22 Jason Rumney <jasonr@gnu.org>
18395
18396 * w32fns.c: Include math.h.
18397 (w32_abort): Declaration moved to nt/config.nt.
18398
18399 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18400 (abort): Redefinition moved to nt/config.nt.
18401
18402 * m/windowsnt.h: Remove.
18403
18404 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
18405
18406 * emacs.c (Fdump_emacs): Fix typo in message.
18407 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
18408 <installation-directory>: Reflow docstring.
18409
18410 2007-10-22 Juri Linkov <juri@jurta.org>
18411
18412 * minibuf.c: Allow minibuffer default to be a list of default values.
18413 With empty input use the first element of this list as returned default.
18414 (string_to_object)
18415 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
18416 (read_minibuf): If defalt is cons, set histstring to its car.
18417 (Fread_string): If default_value is cons, set val to its car.
18418 (Fread_buffer): If def is cons, use its car.
18419 (Fcompleting_read): If defalt is cons, set val to its car.
18420
18421 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
18422
18423 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
18424
18425 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
18426
18427 * doc.c (Fdocumentation): Check for advice in all cases.
18428
18429 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
18430
18431 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
18432
18433 2007-10-19 Richard Stallman <rms@gnu.org>
18434
18435 * doc.c (Fdocumentation): Check for and handle an advised function.
18436
18437 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
18438
18439 * process.c (Fset_process_filter): Doc fix.
18440
18441 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18442
18443 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
18444 which caused key-translation-map to applied repeatedly (thus breaking
18445 double-mode).
18446
18447 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * xselect.c (x_own_selection, x_handle_selection_clear)
18450 (x_clear_frame_selections):
18451 * w32menu.c (list_of_panes, list_of_items):
18452 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
18453 * textprop.c (validate_plist, interval_has_all_properties)
18454 (interval_has_some_properties, interval_has_some_properties_list)
18455 (add_properties, text_property_list):
18456 * process.c (Fget_buffer_process, list_processes_1, status_notify):
18457 * minibuf.c (Fassoc_string):
18458 * macselect.c (x_own_selection, x_clear_frame_selections)
18459 (Fx_disown_selection_internal):
18460 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
18461 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
18462
18463 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
18464
18465 * process.c: Link to libs for calling res_init() if available.
18466 (Fmake_network_process): Call res_init() before getaddrinfo or
18467 gethostbyname, if possible.
18468
18469 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * lread.c (read1): Set pvectype for char_tables.
18472
18473 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
18474 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
18475 Add type checks.
18476 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
18477
18478 * alloc.c (free_misc): Use XMISCTYPE.
18479 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
18480
18481 2007-10-17 Glenn Morris <rgm@gnu.org>
18482
18483 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
18484 (syms_of_minibuf): Add Qcompletion_ignore_case.
18485 * dired.c (Qcompletion_ignore_case): Change to external.
18486 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
18487 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
18488 (Fread_file_name): Use it rather than intern'ing.
18489
18490 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
18491 (Fread_coding_system): Ignore case of user input.
18492
18493 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18494
18495 * xdisp.c (handle_display_prop): Ignore display specs after
18496 replacing one when string text is being replaced.
18497 (handle_single_display_spec): Pretend as if characters with display
18498 property haven't been consumed only when buffer text is being replaced.
18499
18500 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18501
18502 * xfns.c (Fx_create_frame, Fx_display_list):
18503 * window.c (window_fixed_size_p, enlarge_window)
18504 (shrink_window_lowest_first):
18505 * macterm.c (init_font_name_table):
18506 * macfns.c (Fx_create_frame, Fx_display_list):
18507 * lread.c (close_load_descs):
18508 * keyboard.c (read_char_x_menu_prompt):
18509 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
18510 * coding.c (code_convert_region_unwind): Test the type of an object
18511 rather than just !NILP before extracting data from it.
18512
18513 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
18514
18515 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
18516 (XMISCANY): New macro.
18517 (XMISCTYPE): Use it.
18518 (struct Lisp_Misc_Any): New type.
18519 (union Lisp_Misc): Use it.
18520 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
18521 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
18522 (find_symbol_value, set_internal, default_value, Fset_default)
18523 (Fmake_variable_buffer_local, Fmake_local_variable)
18524 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
18525 (Flocal_variable_if_set_p, Fvariable_binding_locus):
18526 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
18527 * alloc.c (allocate_buffer): Set the size and tag.
18528 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
18529 Use XMISCANY.
18530 (die): Follow the GNU convention for error messages.
18531 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
18532 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
18533 tag any more.
18534 (set_buffer_internal_1):
18535 * frame.c (store_frame_param):
18536 * eval.c (specbind):
18537 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
18538
18539 * doc.c (Fsnarf_documentation): Simplify.
18540
18541 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18542
18543 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
18544 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
18545
18546 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
18549
18550 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18551
18552 * eval.c (do_autoload): Don't save autoloads.
18553
18554 * data.c (Ffset): Save autoload of the function being set.
18555
18556 2007-10-07 John Paul Wallington <jpw@pobox.com>
18557
18558 * xfns.c (x_create_tip_frame): Set the `display-type' frame
18559 parameter before setting up faces.
18560
18561 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18562
18563 * ccl.c (Fregister_code_conversion_map):
18564 * keyboard.c (append_tool_bar_item): Reformat last change.
18565
18566 * lisp.h (eabs): Rename from `abs'. All callers changed.
18567
18568 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
18569
18570 * buffer.c (add_overlay_mod_hooklist):
18571 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
18572 * fontset.c (make_fontset):
18573 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
18574 (append_tool_bar_item):
18575 * macmenu.c (grow_menu_items):
18576 * w32menu.c (grow_menu_items):
18577 * xmenu.c (grow_menu_items): Use larger_vector.
18578
18579 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18580
18581 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
18582 selected frame'' on MSDOS).
18583
18584 2007-10-12 Martin Rudalics <rudalics@gmx.at>
18585
18586 * frame.c (Qexplicit_name): New variable.
18587 (x_report_frame_params): Report it in parameter alist.
18588 (syms_of_frame): Intern and staticpro it.
18589
18590 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
18591
18592 * macfns.c (x_create_tip_frame): Set terminal for frame.
18593
18594 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18595
18596 * frame.c (Qenvironment): Remove.
18597 (syms_of_frame) <Qenvironment>: Don't initialize.
18598 (Fdelete_frame): Don't treat the `environment' param specially.
18599 * frame.h (Qenvironment): Don't declare.
18600 * callproc.c (set_initial_environment): Don't set unused frame param.
18601
18602 * frame.c (Fframe_with_environment): Remove.
18603 (syms_of_frame) <Sframe_with_environment>: Don't declare.
18604
18605 * lisp.h (Fframe_with_environment): Don't declare.
18606
18607 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
18608
18609 * indent.c (indent_tabs_mode, last_known_column)
18610 (last_known_column_modified): Make static.
18611 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
18612
18613 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
18614
18615 * puresize.h (BASE_PURESIZE): Increase to 1170000.
18616
18617 2007-10-09 Jason Rumney <jasonr@gnu.org>
18618
18619 * w32term.c (x_set_window_size): Disable code that attempts to tell
18620 Lisp code about a size change before it actually happens.
18621
18622 2007-10-09 Richard Stallman <rms@gnu.org>
18623
18624 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
18625 return HANDLED_RETURN.
18626
18627 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18628
18629 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
18630 when there's an unread command event.
18631
18632 * frame.c (focus_follows_mouse): Move here from frame.el to allow
18633 window autoselection act appropriately when leaving selected frame.
18634 (syms_of_frame): Initialize focus_follows_mouse.
18635 * frame.h (focus_follows_mouse): Extern it.
18636 * macterm.c (XTread_socket): When focus_follows_mouse is nil
18637 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
18638 * msdos.c (dos_rawgetc): Likewise.
18639 * w32term.c (w32_read_socket): Likewise.
18640 * xterm.c (handle_one_xevent): Likewise.
18641 * xdisp.c (syms_of_xdisp): In doc-string of
18642 mouse-autoselect-window mention focus-follows-mouse.
18643
18644 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18645
18646 * macterm.c (mac_load_query_font): Fix missing return value.
18647 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
18648 Add BLOCK_INPUT.
18649
18650 2007-10-08 Richard Stallman <rms@gnu.org>
18651
18652 * xdisp.c (get_window_cursor_type): Implement documented behavior
18653 for cursor-in-non-selected-windows = t.
18654
18655 2007-10-08 Jason Rumney <jasonr@gnu.org>
18656
18657 * w32.c (w32_get_resource): Always close registry keys.
18658
18659 2007-10-08 Jason Rumney <jasonr@gnu.org>
18660
18661 * makefile.w32-in (LIBS): Add COMCTL32.
18662
18663 * w32fns.c (globals_of_w32fns): Init common controls.
18664
18665 2007-10-08 Richard Stallman <rms@gnu.org>
18666
18667 * image.c (our_memory_buffer): Rename from omfib_buffer.
18668
18669 2007-10-08 Richard Stallman <rms@gnu.org>
18670
18671 * buffer.c (Foverlays_at): Doc fix.
18672
18673 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * fns.c (Fplist_put): Preserve uneven tail data.
18676
18677 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
18678
18679 * termhooks.h (enum event_kind): Remove trailing comma.
18680
18681 * frame.h (enum): Remove trailing comma.
18682
18683 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18684
18685 * w32proc.c (delete_child): Don't terminate threads of zombies.
18686
18687 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18688
18689 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
18690
18691 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
18692 last-repeatable-command.
18693 (init_kboard): Initialize Vlast_repeatable_command.
18694 (command_loop_1): Set it to real_this_command unless that was
18695 bound to an input event.
18696 (mark_kboards): Mark it.
18697
18698 2007-10-08 Richard Stallman <rms@gnu.org>
18699
18700 * eval.c (condition-case): Doc fix.
18701
18702 2007-10-08 Masatake YAMATO <jet@gyve.org>
18703
18704 * xfaces.c (tty_supports_face_attributes_p): Fix code
18705 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
18706 was copied and not edited.
18707
18708 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18709
18710 Add new `input-decode-map' keymap and use it for terminal
18711 escape sequences.
18712 * keyboard.h (struct kboard): Add Vinput_decode_map.
18713 Remove Vlocal_key_translation_map.
18714 * keyboard.c (read_key_sequence): Add support for input-decode-map.
18715 (init_kboard): Init input-decode-map.
18716 Replace local-key-translation-map back with key-translation-map.
18717 (syms_of_keyboard): Declare input-decode-map.
18718 Remove local-key-translation-map. Update docstrings.
18719 (mark_kboards): Mark Vinput_decode_map.
18720 Don't mark Vlocal_key_translation_map.
18721 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
18722 Replace local-key-translation-map back with key-translation-map.
18723 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
18724 Bind in input-decode-map rather than function-key-map.
18725
18726 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
18727 This was made redundant by the previous introduction of XSETPVECTYPE.
18728
18729 2007-10-09 Richard Stallman <rms@gnu.org>
18730
18731 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
18732
18733 2007-09-29 Richard Stallman <rms@gnu.org>
18734
18735 * eval.c (internal_condition_case_2, internal_condition_case_1)
18736 (internal_condition_case): Reenable abort if x_catching_errors ()
18737 to see if that really happens and why.
18738
18739 2007-10-06 Andreas Schwab <schwab@suse.de>
18740
18741 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
18742
18743 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
18744
18745 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
18746
18747 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
18750
18751 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * window.h (struct window):
18754 * window.c (struct save_window_data, struct saved_window):
18755 * termhooks.h (struct terminal):
18756 * process.h (struct Lisp_Process):
18757 * frame.h (struct frame):
18758 * buffer.h (struct buffer):
18759 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
18760 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
18761 The size field of (pseudo)vectors is now unsigned.
18762 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
18763
18764 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
18765 Turn `count' into an integer.
18766
18767 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
18768 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
18769 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
18770 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
18771 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
18772
18773 * alloc.c (allocate_pseudovector): New fun.
18774 (ALLOCATE_PSEUDOVECTOR): New macro.
18775 (allocate_window, allocate_terminal, allocate_frame)
18776 (allocate_process): Use it.
18777 (mark_vectorlike): New function.
18778 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
18779 (mark_terminals): Use it.
18780 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
18781 (Fmake_byte_code): Use XSETPVECTYPE.
18782
18783 * frame.c (Fframe_parameters): Minor simplification.
18784
18785 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
18786
18787 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
18788
18789 * buffer.c (Fget_buffer_create, init_buffer_once):
18790 * lread.c (defsubr):
18791 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
18792
18793 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
18794 defined differently in the m/*.h files.
18795 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
18796 (XSETPVECTYPE): New macro.
18797 (XSETPSEUDOVECTOR): Use it.
18798
18799 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
18800 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
18801
18802 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
18803 * lread.c (defvar_per_buffer):
18804 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
18805
18806 * window.c (candidate_window_p): Only consider as visible frames that
18807 are on the same terminal.
18808
18809 * m/ibms390x.h (MARKBIT): Remove unused macro.
18810
18811 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
18812
18813 * lread.c (Fload): Fix typo in docstring.
18814
18815 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
18816
18817 * floatfns.c (Fexpt): Manually check for overflows, so that a power
18818 of a non-zero value can't yield zero.
18819
18820 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18821
18822 * term.c (term_clear_mouse_face, term_mouse_highlight)
18823 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
18824
18825 * print.c (safe_debug_print): Use XHASH.
18826
18827 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
18828 Lisp elements such as tags.
18829 (XHASH): New macro.
18830 (EQ): Use it.
18831 (SREF, SSET, STRING_COPYIN): Use SDATA.
18832 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
18833
18834 * alloc.c (mark_terminal): Remove left-over declaration.
18835 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
18836 (allocate_vectorlike): Remove type argument. Adjust callers.
18837 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
18838 Only handle the one remaining MEM_TYPE_VECTORLIKE.
18839
18840 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
18841 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
18842 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
18843 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
18844 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
18845 Use them.
18846
18847 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
18848 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
18849 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
18850
18851 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
18852
18853 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
18854 loaded by default.
18855
18856 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18857
18858 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
18859 on this tty.
18860 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
18861
18862 * term.c (mouse_face_window): Rename from Qmouse_face_window.
18863 Update all users.
18864 (handle_one_term_event): Use Gpm_DrawPointer.
18865 (Fgpm_mouse_start): Rename from Fterm_open_connection.
18866 Signal errors instead of returning nil. Always return nil.
18867 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
18868 Make it a noop if gpm-mouse was not activated.
18869 (syms_of_term): Update names.
18870
18871 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
18874 (init_sys_modes): Check that gpm_tty is the current tty.
18875
18876 * alloc.c (allocate_terminal): Set the vector size to only count the
18877 lisp fields. Initialize those to nil.
18878 (mark_object): Don't treat terminals specially.
18879 (mark_terminal): Remove.
18880 (mark_terminals): Use mark_object instead.
18881
18882 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
18883 the GC to the beginning.
18884
18885 * indent.h:
18886 * indent.c: Use EMACS_INT for ints coming from Elisp data.
18887
18888 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
18889
18890 2007-09-25 Jason Rumney <jasonr@gnu.org>
18891
18892 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
18893
18894 * w32console.c (create_w32cons_output): Remove.
18895
18896 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
18897
18898 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
18899 (reset_sys_modes): Use reset_terminal_modes_hook.
18900
18901 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18902
18903 * eval.c (do_autoload): Don't output any message.
18904
18905 2007-09-24 Juri Linkov <juri@jurta.org>
18906
18907 * emacs.c (standard_args): Change priority of "--no-splash"
18908 from 40 to 3. Add "--no-desktop" with the same priority.
18909
18910 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
18911
18912 * alloc.c (gc_sweep): Check cons cell mark bits word by word
18913 and optimize the case where they are all 1.
18914
18915 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
18916
18917 * lisp.h (abs): Define if not defined.
18918 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
18919 Don't define `abs', since it's defined in lisp.h.
18920
18921 2007-09-22 Eli Zaretskii <eliz@gnu.org>
18922
18923 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
18924 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
18925 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
18926 (init_tty): Use DEV_TTY instead of "/dev/tty".
18927 [WINDOWSNT]: No need to protect from NAME arg being null.
18928
18929 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18930
18931 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
18932 up the tty state.
18933
18934 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18935
18936 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
18937 (gpm_tty): Change its type.
18938 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
18939 (gpm_tty): Change its type and initialize it.
18940 (Fterm_open_connection): Check the frame is indeed a tty.
18941 Use the new gpm_tty.
18942 (Fterm_close_connection): Use the new gpm_tty.
18943 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
18944 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
18945
18946 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
18947
18948 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
18949 underline_color, to draw strike-through.
18950
18951 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * lisp.h (allocate_terminal): Declare.
18954
18955 * window.c (candidate_window_p): Consider frames that are being placed
18956 by the user as somewhere between visible and iconified.
18957 (window_loop): Prefer windows on the current frame.
18958 (Fselect_window): Move the use of select-frame to the beginning so we
18959 can just delegate all the work (it'll call us back anyway).
18960
18961 * frame.c (Qdisplay_environment_variable):
18962 * frame.h (Qdisplay_environment_variable): Delete.
18963
18964 * .gdbinit (xbacktrace): Print the arg's address rather than the value
18965 of the first arg, since that value may be a union.
18966
18967 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
18968 parameter rather than Qdisplay_environment_variable. If all else
18969 fails, look for DISPLAY in initial-environment.
18970
18971 2007-09-21 Glenn Morris <rgm@gnu.org>
18972
18973 * Makefile.in (emacstool): Remove target.
18974 (lisp, shortlisp): Remove termdev.elc.
18975
18976 2007-09-21 Markus Triska <markus.triska@gmx.at>
18977
18978 * xterm.c (x_delete_display): Compile session management conditionally.
18979
18980 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * callproc.c (getenv_internal_1): New function.
18983 (getenv_internal): Use it.
18984 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
18985
18986 * terminal.c (get_terminal): Don't accept ints to represent terminals.
18987 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
18988 (Fset_terminal_parameter): Work with dead terminals as well.
18989 (Fmodify_terminal_parameters): Remove.
18990
18991 * terminal.c (get_terminal): Handle terminals.
18992 Make sure the terminal returned is live.
18993 (create_terminal): Use allocate_terminal.
18994 (mark_terminals): Move to alloc.c.
18995 (delete_terminal): Use terminal->name as liveness status.
18996 NULL out fields after freeing their contents.
18997 Don't deallocate the object.
18998 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
18999 rather than an int.
19000 (Fterminal_live_p): Accept non-integer arguments.
19001 (Fterminal_list): Return terminal objects rather than an ints.
19002
19003 * alloc.c (enum mem_type): New member for `terminal' objects.
19004 (allocate_terminal): New function.
19005 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19006 Handle terminals.
19007 (mark_terminal): New fun.
19008 (mark_terminals): Move from terminal.c.
19009
19010 * term.c (get_tty_terminal): Don't treat output_initial specially.
19011 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19012 (delete_tty): Use terminal->name as liveness status.
19013
19014 * termhooks.h (struct terminal): Make it into a pseudovector.
19015 Remove `deleted' replaced by checking `name's nullness.
19016
19017 * print.c (print_object): Handle terminals.
19018
19019 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19020 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19021
19022 * frame.c (make_terminal_frame):
19023 * keyboard.c (tty_read_avail_input):
19024 * w32term.c (x_delete_terminal):
19025 * xfns.c (Fx_create_frame, x_create_tip_frame):
19026 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19027
19028 2007-09-20 Glenn Morris <rgm@gnu.org>
19029
19030 * process.c (Fmake_network_process): Doc fix.
19031
19032 2007-09-19 Jason Rumney <jasonr@gnu.org>
19033
19034 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19035
19036 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19037
19038 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19039 Fix a C warning regarding variable constness.
19040
19041 * xterm.c (handle_one_xevent): Fix a C warning.
19042
19043 2007-09-18 Jason Rumney <jasonr@gnu.org>
19044
19045 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19046
19047 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19048
19049 * gtkutil.c (gdpy_def): New variable.
19050 (xg_initialize): Initialize gdpy_def.
19051 (xg_display_close): If no other display exists, set gdpy_def to a
19052 new connection.
19053
19054 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19055
19056 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19057 when we have no file name for the icon.
19058 (xg_tool_bar_expose_callback): Remove.
19059 (xg_create_tool_bar): Don't connect expose signal to
19060 xg_tool_bar_expose_callback.
19061 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19062
19063 2007-09-16 Andreas Schwab <schwab@suse.de>
19064
19065 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19066 values instead of zapping them.
19067
19068 2007-09-14 Glenn Morris <rgm@gnu.org>
19069
19070 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19071 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19072 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19073 scope and rename to omfib_buffer for clarity.
19074 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19075
19076 2007-09-14 Kenichi Handa <handa@m17n.org>
19077
19078 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19079
19080 2007-09-13 Jason Rumney <jasonr@gnu.org>
19081
19082 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19083
19084 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19085
19086 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19087 (mac_term_init): Call here instead, passing rif.
19088
19089 2007-09-13 Glenn Morris <rgm@gnu.org>
19090
19091 * s/hpux.h: No longer define `static' as nothing.
19092
19093 2007-09-13 Johan Bockgård <bojohan@gnu.org>
19094
19095 * callint.c (Fcall_interactively): Remove unused var `fun'.
19096
19097 2007-09-12 Romain Francoise <romain@orebokech.com>
19098
19099 * window.c (prefer_window_split_horizontally, display_buffer):
19100 Revert 2007-09-08 change.
19101
19102 2007-09-12 Glenn Morris <rgm@gnu.org>
19103
19104 * alloca.c: Remove file.
19105 * Makefile.in (alloca): Do not undef.
19106 (allocaobj, alloca.o): Remove.
19107 (otherobj): Remove allocaobj.
19108 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19109 * regex.c (C_ALLOCA): Remove all references and code that was only
19110 used when this was defined.
19111 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19112 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19113 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19114
19115 * Makefile.in (SOURCES, unlock, relock): Delete.
19116
19117 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19118 (menu_grab_callback): All uses changed.
19119
19120 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19121 (x_reply_selection_request): All uses changed.
19122
19123 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * lread.c (load_warn_old_style_backquotes): Change message to look
19126 better when it appears in the middle of byte-compiler messages.
19127
19128 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19129
19130 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19131
19132 * xterm.c (x_create_terminal): Add comment.
19133
19134 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19135
19136 2007-09-10 Richard Stallman <rms@gnu.org>
19137
19138 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19139
19140 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19141
19142 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19143 (DEFUN): Document `intspec', use it instead of `prompt'.
19144
19145 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19146
19147 * data.c (Finteractive_form): If the interactive specification starts
19148 with a `(', use it as a Lisp form.
19149
19150 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19151 name and file modes.
19152
19153 * callint.c (Fcall_interactively): Comment fixes.
19154
19155 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19156
19157 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19158 and compiled functions.
19159
19160 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19161
19162 * window.c (prefer_window_split_horizontally): New variable.
19163 (display_buffer): Consider splitting window horizontally depending
19164 on prefer_window_split_horizontally.
19165
19166 2007-09-08 Eli Zaretskii <eliz@gnu.org>
19167
19168 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19169
19170 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19173
19174 * frame.c (x_set_frame_parameters): Check number is positive before
19175 using XFASTINT.
19176
19177 * window.c (freeze_window_start): Don't presume selected_window holds
19178 a window object.
19179 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19180
19181 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19182
19183 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19184
19185 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * window.c (Vsplit_window_preferred_function): New var.
19188 (Fdisplay_buffer): Use it.
19189 (syms_of_window): Export, and initialize it.
19190
19191 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19192
19193 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19194
19195 2007-09-06 Glenn Morris <rgm@gnu.org>
19196
19197 * gtkutil.c (menu_grab_callback) <cnt>:
19198 * xselect.c (x_reply_selection_request) <cnt>: Move static
19199 variable to file scope.
19200
19201 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19204 consistent values of selected_frame and selected_window.
19205
19206 2007-09-04 Jason Rumney <jasonr@gnu.org>
19207
19208 * w32console.c (initialize_w32_display): Zero unused hooks.
19209
19210 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19211
19212 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19213 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19214
19215 2007-09-04 Jason Rumney <jasonr@gnu.org>
19216
19217 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19218 in w32console.c. Set up input. Remove XXX comments that have been
19219 confirmed as correct.
19220
19221 * s/ms-w32.h (MULTI_KBOARD): Define.
19222
19223 * w32console.c (one_and_only_w32cons): Remove.
19224 (initialize_w32_display): Take terminal argument.
19225
19226 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19227 initialize_w32_display.
19228 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19229
19230 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19231
19232 * keyboard.c (discard_mouse_events): Discard it.
19233 (make_lispy_event): Translate it to a lisp event.
19234 (lispy_wheel_names): Add wheel-left and right events.
19235 (syms_of_keyboard): Enlarge wheel_syms.
19236
19237 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19238 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19239
19240 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19241
19242 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19243 from WM_MOUSEHWHEEL.
19244 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19245
19246 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19247 terminal.
19248
19249 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19250 keyboard for the terminal.
19251
19252 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19253
19254 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19255 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19256 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19257 and resume-tty-function to resume-tty-hook.
19258 (Fsuspend_tty, Fresume_tty): Use new names.
19259
19260 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19261
19262 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19263 if it starts with "n:".
19264
19265 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19266
19267 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19268
19269 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * frame.h:
19272 * frame.c (Qterm_environment_variable): Remove.
19273 (syms_of_frame): Don't init and staticpro it.
19274
19275 * callproc.c (getenv_internal): Remove special case for $TERM.
19276
19277 * callproc.c (Vinitial_environment): New variable.
19278 (set_initial_environment): Initialize it.
19279 (syms_of_callproc): Declare it.
19280 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19281 TERM under which a process runs is never related to the TERM in which
19282 Emacs is running.
19283
19284 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19285
19286 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19287 * s/darwin.h: ... do it here.
19288
19289 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19290
19291 * lisp.h (set_initial_environment): Rename from set_global_environment.
19292
19293 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19294 removed by mistake on the multi-tty branch.
19295
19296 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
19297 (Fmodify_frame_parameters): Return a value.
19298
19299 * image.c (png_load): Comment-out var only used in commented-out code.
19300
19301 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
19302 before passing it to mark_object.
19303
19304 * xfaces.c (internal_resolve_face_name): Return a value.
19305 (internal_resolve_face_name, resolve_face_name_error): Comment out.
19306
19307 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
19308 (x_icon): Comment-out var only used in commented-out code.
19309
19310 2007-08-29 Romain Francoise <romain@orebokech.com>
19311
19312 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19313 QUIT hasn't been provided.
19314
19315 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19316
19317 * callproc.c (child_setup, getenv_internal): Use the
19318 display-environment-variable and term-environment-variable frame params.
19319 (set_initial_environment): Initialise Vprocess_environment.
19320
19321 * config.in: Disable multi-keyboard support on a mac.
19322
19323 * frame.c (Qterm_environment_variable)
19324 (Qdisplay_environment_variable): New variables.
19325 (syms_of_frame): Intern and staticpro them.
19326 (Fmake_terminal_frame): Disable output method test.
19327
19328 * frame.h: Declare them here.
19329
19330 * macfns.c (x_set_mouse_color): Get rif from the frame.
19331 (x_set_tool_bar_lines): Don't use updating_frame.
19332 (mac_window): Add 2 new parameters for consistency with other systems.
19333 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
19334 frame parameters following what is done in X11 and w32. Don't use
19335 FRAME_MAC_DISPLAY_INFO.
19336 (Fx_open_connection, start_hourglass): Remove window-system check.
19337 (x_create_tip_frame): Get the keyboard from the terminal.
19338
19339 * macmenu.c: Reorder includes.
19340 (Fx_popup_menu): Use terminal specific mouse_position_hook.
19341
19342 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
19343 terminal parameter.
19344 (x_clear_frame): Add a frame parameter.
19345 (note_mouse_movement): Get rif from the frame.
19346 (mac_term_init): Initialize the terminal.
19347 (mac_initialize): Make static and move terminal initialization ...
19348 (mac_create_terminal): ... to this new function.
19349
19350 * macterm.h (struct mac_display_info): Add terminal.
19351 (mac_initialize): Delete declaration.
19352
19353 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
19354
19355 * sysdep.c: Comment out text after #endif.
19356
19357 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
19358 is defined. Better initialize ttys in windows. Use terminal
19359 specific mouse_position_hook.
19360
19361 * termhooks.h (union display_info): Add mac_display_info.
19362
19363 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
19364 Set the default minibuffer frame, window_system and the rest of the
19365 frame parameters following what is done in X11.
19366
19367 * w32term.c (w32_initialize): Make static.
19368
19369 * xselect.c (x_handle_selection_clear): Only access
19370 terminal->kboard when MULTI_KBOARD is defined.
19371
19372 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
19373 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
19374
19375 2007-08-29 Jason Rumney <jasonr@gnu.org>
19376
19377 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
19378 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
19379
19380 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
19381 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
19382
19383 * keyboard.c (restore_kboard_configuration): Only define when
19384 MULTI_KBOARD defined.
19385
19386 * makefile.w32-in: Update dependancies from Makefile.in.
19387 (OBJ1): Add terminal.$(O)
19388
19389 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
19390 Don't define function body.
19391 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
19392
19393 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
19394
19395 * w32.c (request_sigio, unrequest_sigio): Remove.
19396
19397 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
19398 (w32con_clear_frame, w32con_clear_end_of_line)
19399 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
19400 (w32con_delete_glyphs, w32con_set_terminal_window)
19401 (scroll_line, w32_sys_ring_bell): Add frame arg.
19402 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
19403 Add terminal arg.
19404 (PICK_FRAME): Remove.
19405 (w32con_write_glyphs): Use frame specific terminal coding.
19406 (one_and_only_w32cons): New global variable.
19407 (initialize_w32_display): Use it for storing hooks.
19408 (create_w32cons_output): New function.
19409
19410 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
19411 arg a frame.
19412
19413 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
19414 Set window_system.
19415 (x_set_tool_bar_lines): Don't use updating_frame.
19416 (Fx_create_frame): Set terminal and ref count.
19417 (Fx_open_connection): Remove window-system check.
19418
19419 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
19420
19421 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
19422 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
19423 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
19424 Add frame arg.
19425 (x_delete_terminal, w32_create_terminal): New functions.
19426 (w32_term_init): Create a terminal.
19427 (w32_initialize): Move terminal specific initialization to
19428 w32_create_terminal.
19429
19430 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
19431 (w32_clear_rect, w32_clear_area): Use background from frame.
19432 (w32_display_info): Add terminal.
19433 (w32_sys_ring_bell, x_delete_display): Declare here.
19434
19435 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
19436
19437 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
19438
19439 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
19440
19441 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
19442 Fix get_named_tty calls for the controlling tty.
19443
19444 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19445
19446 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
19447
19448 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19449
19450 * term.c (tty_insert_glyphs): Add missing first parameter.
19451
19452 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
19453
19454 * buffer.c (Fbuffer_list, Fbury_buffer):
19455 Take frame->buried_buffer_list into account.
19456
19457 * cm.c (current_tty): New variable, for cmputc().
19458 (cmputc): Use it.
19459 (cmcheckmagic): Add tty parameter, look up terminal streams there.
19460 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
19461 (cmgoto): Add tty parameter. Pass it on to calccost().
19462 Use emacs_tputs() instead of tputs().
19463
19464 * cm.h (emacs_tputs): New macro to set current_tty, and then call
19465 tputs().
19466 (current_tty): New variable, for cmputc().
19467 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
19468
19469 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
19470 (internal_condition_case, internal_condition_case_1)
19471 (internal_condition_case_2): Don't abort when x_catching_errors.
19472
19473 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
19474 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
19475 prevent crashes caused by bogus longjmps in read_char.
19476
19477 * keymap.h (Fset_keymap_parent): Add EXFUN.
19478
19479 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
19480 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19481 Remove redundant definition.
19482
19483 * macfns.c (x_set_mouse_color, x_make_gc):
19484 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19485
19486 * w32term.c (x_free_frame_resources):
19487 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19488 (w32_initialize): Use the accessor macros for terminal characteristics.
19489
19490 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
19491 Use the accessor macros for terminal characteristics.
19492 * msdos.c (internal_terminal_init): Use the accessor macros for
19493 terminal characteristics.
19494 (ScreenVisualBell, internal_terminal_init):
19495 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19496
19497 * termopts.h (no_redraw_on_reenter): Declare.
19498
19499 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
19500 (mark_terminals, mark_ttys): Declare.
19501 (Fgarbage_collect): Call them.
19502 (mark_object): Mark buried_buffer_list.
19503
19504 * prefix-args.c: Include stdlib.h for exit.
19505
19506 * syssignal.h: Add comment.
19507
19508 * indent.c: Include stdio.h.
19509
19510 * window.h (Vinitial_window_system): Declare.
19511 (Vwindow_system): Delete declaration.
19512
19513 * fontset.c (Finternal_char_font): Use FRAME_RIF.
19514
19515 * image.c (lookup_image): Don't initialize `c' until the xasserts
19516 have been run.
19517
19518 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
19519 FRAME_FOREGROUND_PIXEL.
19520
19521 * print.c (print_preprocess): Don't lose print_depth levels while
19522 iterating.
19523
19524 * widget.c (update_from_various_frame_slots):
19525 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19526
19527 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
19528 frames.
19529 (window_internal_height): Remove bogus make_number call.
19530 (init_window_once): Call make_terminal_frame with two zero parameters.
19531
19532 * fileio.c (Fread_file_name): Update comment.
19533
19534 * callint.c (Fcall_interactively):
19535 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
19536 Make sure it is correctly unwound.
19537
19538 * xsmfns.c (x_session_close): New function.
19539
19540 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
19541 Delete declarations.
19542
19543 * xterm.h: Remove declaration for x_fully_uncatch_errors.
19544 (x_output): Remove background_pixel and foreground_pixel fields.
19545 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
19546 (x_delete_device, x_session_close): Declare.
19547
19548 * lread.c: Include setjmp.h. Update declaration of `read_char'.
19549 (read_filtered_event): Call `read_char' with a local
19550 `wrong_kboard_jmpbuf'.
19551
19552 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
19553 Don't call single_kboard_state. Use FRAME_RIF.
19554
19555 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
19556 systems.
19557
19558 * lisp.h (set_process_environment): Rename to `set_global_environment'.
19559 (Fframe_with_environment, Fset_input_meta_mode)
19560 (Fset_quit_char): EXFUN.
19561 (x_create_device, tty_output, terminal, tty_display_info): Declare.
19562 (init_sys_modes, reset_sys_modes): Update prototypes.
19563 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
19564
19565 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
19566 Vlocal_key_translation_map, and Vkeyboard_translate_table.
19567 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
19568 Delete declarations.
19569 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
19570 (temporarily_switch_to_single_kboard, tty_read_avail_input):
19571 New declarations.
19572
19573 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
19574 already does that during init_display(). Call syms_of_keymap
19575 before syms_of_keyboard. Call `syms_of_terminal'.
19576 Call set_initial_environment, not set_process_environment.
19577 (shut_down_emacs): Call reset_all_sys_modes() instead of
19578 reset_sys_modes().
19579
19580 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
19581 (internal_resolve_face_name, resolve_face_name_error): New functions.
19582 (resolve_face_name): Protect against loops and errors thrown by Fget.
19583 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
19584 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
19585
19586 * scroll.c: Replace CURTTY() with local variables throughout the
19587 file (where applicable).
19588 (calculate_scrolling, calculate_direct_scrolling)
19589 (scrolling_1, scroll_cost): Use the accessor macros for terminal
19590 characteristics.
19591
19592 * keymap.c (Vfunction_key_map): Remove.
19593 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
19594 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
19595 (Vkey_translation_map): Remove.
19596 (syms_of_keymap): Remove DEFVAR for key-translation-map.
19597 (Fdescribe_buffer_bindings)
19598 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
19599 Update for terminal-local key-translation-map.
19600
19601 * Makefile.in (callproc.o): Update dependencies.
19602 (lisp, shortlisp): Add termdev.elc.
19603 (obj): Add terminal.o.
19604 (terminal.o): Add dependencies.
19605 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
19606 (data.o, fns.o): Add termhooks.h dependency.
19607 (SOME_MACHINE_LISP): Add dnd.elc.
19608 (minibuf.o): Fix typo.
19609 Update dependencies.
19610
19611 * data.c (do_symval_forwarding, store_symval_forwarding)
19612 (find_symbol_value): Use the selected frame's keyboard, not
19613 current_kboard.
19614
19615 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
19616 Vwindow_system.
19617
19618 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
19619 Fmenu_bar_open.
19620 (syms_of_xmenu): Update defsubr.
19621 (mouse_position_for_popup, Fx_popup_menu)
19622 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
19623 (set_frame_menubar, free_frame_menubar)
19624 (create_and_show_popup_menu, xmenu_show)
19625 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
19626 an X frame.
19627
19628 * xselect.c (x_own_selection): Abort if not an X frame.
19629 (some_frame_on_display): Check if it is an X frame.
19630 (x_handle_selection_clear): Deal with MULTI_KBOARD.
19631
19632 * coding.c: Include frame.h and termhooks.h.
19633 (terminal_coding, keyboard_coding): Delete.
19634 (Fset_terminal_coding_system_internal)
19635 (Fset_keyboard_coding_system_internal)
19636 (Fkeyboard_coding_system)
19637 (Fterminal_coding_system): Add a terminal parameter.
19638 Get terminal_coding from the terminal.
19639 (init_coding_once): Don't call setup_coding_system here.
19640
19641 * dispextern.h (set_scroll_region, turn_off_insert)
19642 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
19643 (tty_clear_end_of_line, tty_setup_colors)
19644 (delete_tty, updating_frame)
19645 (produce_special_glyphs, produce_glyphs, write_glyphs)
19646 (insert_glyphs): Remove.
19647 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
19648 (tty_turn_off_highlight, get_tty_size): Add declaration.
19649 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
19650
19651 * frame.h (enum output_method): Add output_initial.
19652 (struct x_output): Delete.
19653 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19654 Access foreground_pixel and background_pixel directly from the frame.
19655 (tty_display): Delete.
19656 (struct frame): Add buried_buffer_list, foreground_pixel,
19657 background_pixel and terminal. Delete kboard.
19658 (union output_data): Add tty.
19659 (FRAME_KBOARD): Get the kboard from the terminal.
19660 (FRAME_INITIAL_P): New macro.
19661 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
19662 (Qterm_environment_variable, Qdisplay_environment_variable)
19663 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
19664 New declarations.
19665
19666 * termchar.h (tty_output, tty_display_info): New structures.
19667 (tty_list): Declare.
19668 (FRAME_TTY, CURTTY): New macros.
19669 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
19670 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
19671 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
19672 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
19673
19674 * callproc.c: Include frame.h and termhooks.h, for terminal
19675 parameters.
19676 (add_env): New function.
19677 (child_setup): Use it.
19678 (child_setup, getenv_internal): Handle the new Vprocess_environment.
19679 (getenv_internal): Fix get_terminal_param call.
19680 (Fgetenv_internal, egetenv): Update doc.
19681 (syms_of_callproc): Initialize Vprocess_environment to nil.
19682 Register and initialize them. Remove obsolete defvars. Update doc
19683 strings.
19684 (child_setup): Handle Vlocal_environment_variables.
19685 (getenv_internal): Add terminal parameter.
19686 Handle Vlocal_environment_variables.
19687 (Fgetenv_internal): Add terminal parameter.
19688 (child_setup, getenv_internal, Fgetenv_internal): Store the local
19689 environment in a frame (not terminal) parameter. Update doc strings.
19690 (set_initial_environment): Rename from set_global_environment.
19691 Store Emacs environment in initial frame parameter.
19692
19693 * xdisp.c (redisplay_internal): Update references to
19694 `previous_terminal_frame'.
19695 (display_mode_line, Fformat_mode_line): Replace calls to
19696 `push_frame_kboard' with `push_kboard'.
19697 (get_glyph_string_clip_rects): Add extra parentheses and
19698 braces to prevent compiler warnings.
19699 (calc_pixel_width_or_height): Add xassert to check that the
19700 frame is alive. Don't call `lookup_image' on a termcap frame.
19701 (message2_nolog, message3_nolog, redisplay_internal)
19702 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
19703 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
19704 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
19705 (Fx_display_pixel_width, Fx_display_pixel_height)
19706 (Fx_display_planes, Fx_display_color_cells)
19707 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
19708 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
19709 (Fx_display_backing_store, Fx_display_visual_class)
19710 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
19711 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
19712
19713 * xfns.c (x_set_foreground_color x_set_background_color)
19714 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
19715 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19716 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
19717 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
19718 terminal that is being deleted.
19719 (Fx_create_frame): Use `store_frame_param' to set `window-system'
19720 frame parameter, and make sure it overrides any user-supplied setting.
19721 (Fx_close_connection, Fx_synchronize): Unify argument names with
19722 the rest of the DEFUNs.
19723
19724 * dispnew.c (Fsend_string_to_terminal): Update call to
19725 `get_tty_terminal'.
19726 (Fredraw_frame, Fsend_string_to_terminal)
19727 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
19728 FRAME_TERMCAP_P and FRAME_TTY.
19729 (window_change_signal): Don't believe width/height values that are
19730 impossibly small.
19731 (Vinitial_window_system): Rename from Vwindow_system.
19732 (termscript, Wcm, rif): Delete.
19733
19734 * termhooks.h (struct terminal): New struct containing the
19735 previously global text display hooks and new members NAME,
19736 DELETED and PARAM_ALIST.
19737 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
19738 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
19739 (FRAME_RIF): New macros.
19740 (get_terminal_param, get_device): New declarations.
19741 (termscript): Delete declaration.
19742
19743 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
19744 (XTflash, x_free_frame_resources, x_scroll_bar_create)
19745 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
19746 FRAME_FOREGROUND_PIXEL.
19747 (x_fully_uncatch_errors): Disable definition.
19748 (x_scroll_bar_expose): Fix reference to foreground pixel.
19749 (XTread_socket): Disable loop on all X displays.
19750 (x_delete_terminal): Don't set terminal->deleted and let
19751 delete_terminal delete the frames on the terminal.
19752 (x_delete_display): Doc update to reflect changes in
19753 delete_terminal.
19754 (x_display_info) <terminal>: Move member earlier in the struct.
19755 (deleting_tty): Remove old variable.
19756 (Fsuspend_tty): Call clear_tty_hooks.
19757 (Fresume_tty, init_tty): Call set_tty_hooks.
19758 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
19759 errors on X frames.
19760 (x_catch_errors_unwind): Abort if x_error_message is NULL.
19761 (handle_one_xevent): Initialize `f' to NULL.
19762 (x_delete_terminal, x_create_terminal): New functions.
19763 (XTset_terminal_modes, XTreset_terminal_modes)
19764 (XTread_socket, x_connection_closed, x_term_init)
19765 (x_term_init, x_delete_display): Add terminal parameter.
19766 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
19767 X connections.
19768
19769 * frame.c: Include termchar.h.
19770 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
19771 (Qwindow_system, Qenvironment, Qterm_environment_variable)
19772 (Qdisplay_environment_variable): New vars.
19773 (Fframep): Deal with output_initial.
19774 (Fframe-live-p): Doc fix.
19775 (Fwindow-system): New function.
19776 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
19777 (make_terminal_frame): Don't create frames on a terminal that is
19778 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19779 (store_frame_param): Check for found_for_frame before calling XFRAME.
19780 (Fmake_terminal_frame): Handle NULL tty names correctly.
19781 (syms_of_frame): Enhance doc string of `default-frame-alist'.
19782 (Fdelete_frame): Remove unused variable `count'. Don't allow other
19783 frames to refer to a deleted frame in their 'environment parameter.
19784 (Fframe_with_environment): New function.
19785 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
19786 (get_future_frame_param): New function.
19787 (Fmake_terminal_frame): Use it.
19788 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
19789
19790 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
19791 * sysdep.c (reset_sys_modes): Update for renames.
19792
19793 * keyboard.c (tty_read_avail_input): New function.
19794 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
19795 (syms_of_keyboard): Defsubr them.
19796 (Fset_input_meta_mode, Fset_quit_char): New functions.
19797 (Fset_input_mode): Split to above functions.
19798 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
19799 parameter. Use it in call to `read_char'.
19800 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
19801 Set wrong_kboard_jmpbuf correctly in recursive calls.
19802 Use current_kboard to access Vkeyboard_translate_table.
19803 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
19804 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
19805 Update longjmp invocations. Remember the original current_kboard,
19806 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
19807 changes it. Comment out unnecessary calls to
19808 `record_single_kboard_state' and `any_kboard_state'.
19809 Update recursive calls.
19810 (wrong_kboard_jmpbuf): Remove global variable.
19811 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
19812 Handle deleted interrupted_kboards correctly; that is a legal
19813 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
19814 and read_char calls. Abort if interrupted_kboard died in read_char.
19815 (any_kboard_state, single_kboard_state)
19816 (push_frame_kboard): Remove function.
19817 (pop_kboard): Switch out of single_kboard mode if the kboard has
19818 been deleted. Remove unused variable. Help debugging by not
19819 changing current_kboard unnecessarily. Set current_kboard to the
19820 kboard of the selected frame when the stored kboard object has
19821 been deleted before pop_kboard.
19822 (temporarily_switch_to_single_kboard): Change first parameter to a
19823 frame pointer. Throw an error when caller wants to change kboards
19824 while in single_kboard mode. Don't push_kboard if we weren't in
19825 single kboard state. Don't pop_kboard if we popped into any
19826 kboard state.
19827 (restore_kboard_configuration): Abort if pop_kboard changed the
19828 kboard in single_kboard mode. Call pop_kboard only after setting
19829 up single_kboard mode.
19830 (Frecursive_edit): Switch to single_kboard mode only in nested
19831 command loops.
19832 (cmd_error, command_loop, command_loop_1, timer_check):
19833 Comment out unnecessary call to `any_kboard_state' and
19834 `record_single_kboard_state'.
19835 (delete_kboard): Exit single_kboard mode if we have just deleted
19836 that kboard. Use FRAME_KBOARD.
19837 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
19838 `fatal_error_signal'.
19839 (record_single_kboard_state): Don't push_kboard if we weren't in
19840 single kboard state. Don't pop_kboard if we popped into any
19841 kboard state.
19842 (push_frame_kboard): Rename to push_kboard.
19843 (kbd_buffer_get_event): Use FRAME_TERMINAL.
19844 (read_avail_input): Read input from all terminals.
19845 (mark_kboards): Also mark Vkeyboard_translate_table.
19846 (kbd_buffer_store_event_hold): Simplify condition.
19847 (read_key_sequence): Reinitialize fkey and keytran at each replay.
19848 (Vkeyboard_translate_table): Move to struct kboard.
19849 (init_kboard): Initialize Vkeyboard_translate_table.
19850 (syms_of_keyboard): Use DEFVAR_KBOARD to define
19851 Vkeyboard_translate_table. Update doc strings. Update docs of
19852 local-function-key-map and function-key-map.
19853
19854 * terminal.c: New file.
19855
19856 * term.c: Include errno.h.
19857 (Vring_bell_function, device_list, initial_device)
19858 (next_device_id, ring_bell, update_begin, update_end)
19859 (set_terminal_window, cursor_to, raw_cursor_to)
19860 (clear_to_end, clear_frame, clear_end_of_line)
19861 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
19862 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
19863 (syms_of_term): Move their initialization to terminal.c.
19864 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
19865 (Ftty_display_color_cells)
19866 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
19867 (clear_tty_hooks, set_tty_hooks)
19868 (init_tty, maybe_fatal): New functions.
19869 (Ftty_type): Return nil if terminal is not on a tty instead of
19870 throwing an error. Doc update.
19871 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
19872 Doc update. Initialize new subrs and variables.
19873 (delete_tty): Use terminal->deleted.
19874 (tty_set_terminal_modes): Rename from set_terminal_modes.
19875 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
19876 (set_scroll_region): Rename to `tty_set_scroll_region'.
19877 (turn_on_insert): Rename to `tty_turn_on_insert'.
19878 (turn_off_insert): Rename to `tty_turn_off_insert'.
19879 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
19880 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
19881 (toggle_highligh): Rename to `tty_toggle_highlight'.
19882 (background_highlight): Rename to `tty_background_highlight'.
19883 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
19884 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
19885 (tty_set_scroll_region, tty_background_highlight)
19886 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
19887 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
19888 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
19889 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
19890 Add static modifier.
19891 (tty_reset_terminal_modes, tty_set_terminal_window)
19892 (tty_set_scroll_region, tty_background_highlight)
19893 (tty_highlight_if_desired, tty_cursor_to)
19894 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
19895 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
19896 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
19897 renames.
19898
19899 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19900
19901 * keyboard.c: Qrtl is new.
19902 (parse_tool_bar_item): Handle :rtl keyword.
19903 (syms_of_keyboard): Intern :rtl keyword.
19904
19905 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
19906
19907 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
19908 so no Lisp code is executed.
19909 (file_for_image, find_rtl_image): New functions.
19910 (xg_get_image_for_pixmap): Use file_for_image.
19911 (update_frame_tool_bar): If direction is RTL, use RTL image if
19912 defined. Use Gtk stock images if defined.
19913
19914 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19915
19916 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
19917 for nonexistent or zero-width glyph in composition glyph.
19918
19919 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
19922
19923 * xdisp.c (Finvisible_p): New function.
19924 (syms_of_xdisp): defsubr it.
19925
19926 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
19927
19928 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
19929 Doc fixes.
19930
19931 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19932
19933 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
19934
19935 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19936
19937 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
19938 whether decoding has modified buffer contents.
19939
19940 2007-08-24 Jason Rumney <jasonr@gnu.org>
19941
19942 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
19943 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
19944 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
19945 (init_svg_functions) [HAVE_NTGUI]: New function.
19946 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
19947 (svg_load_image): Use them.
19948 (svg_load_image) [HAVE_NTGUI]: Implement background.
19949
19950 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19951
19952 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
19953 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
19954 (LIBX): Remove @RSVG_LIBS@.
19955 (LIBES): Add $(RSVG_LIBS).
19956
19957 * image.c (svg_load_image): Blend with specified background if exists.
19958 Use IMAGE_BACKGROUND. Add Mac OS Support.
19959
19960 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
19961 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
19962 Remove macros.
19963 [MAC_OSX] (socket_callback): Do nothing.
19964 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
19965 ReceiveNextEvent.
19966 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
19967 socket_callback.
19968 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
19969
19970 2007-08-22 Glenn Morris <rgm@gnu.org>
19971
19972 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
19973
19974 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19975
19976 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
19977
19978 * image.c: Add support for SVG images. Some additional comments
19979 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
19980 (svg_image_p): New function to test for SVG image.
19981 (svg_load): New function to load SVG image.
19982 (svg_load_image): New function, helper for svg_load.
19983 (Qsvg): New Lisp_object.
19984 (svg_keyword_index): New enum.
19985 (svg_format): New static `image_keyword' struct.
19986 (svg_type): New static `image_type' struct.
19987 (librsvg/rsvg.h): Include it.
19988
19989 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
19992
19993 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19994
19995 * lread.c (Qold_style_backquotes): New var.
19996 (syms_of_lread): Init and staticpro it.
19997 (load_warn_old_style_backquotes): New fun.
19998 (Fload): Use them to warn about old style backquotes.
19999 (end_of_file_error, Fload): Remove unused vars.
20000
20001 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20002
20003 * lread.c (Vold_style_backquotes): New var.
20004 (syms_of_lread): Init and export it to Elisp.
20005 (read1): Set it when we find an old-style (back)quote.
20006
20007 2007-08-22 Jason Rumney <jasonr@gnu.org>
20008
20009 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20010
20011 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20012
20013 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20014
20015 2007-08-19 Richard Stallman <rms@gnu.org>
20016
20017 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20018
20019 2007-08-19 Andreas Schwab <schwab@suse.de>
20020
20021 * alloc.c (pure): Round PURESIZE up.
20022
20023 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20024
20025 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20026 active frame.
20027
20028 2007-08-16 Richard Stallman <rms@gnu.org>
20029
20030 * eval.c (Fcommandp): Add parens to clarify.
20031
20032 * minibuf.c (Fall_completions): Use enum for type of table.
20033
20034 * emacs.c (USAGE2): Improve text.
20035
20036 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20037
20038 * term.c (tty_default_color_capabilities): Declare static
20039 variables in file scope, to avoid HPUX compiler problem.
20040
20041 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20042
20043 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20044 to gtk_toolbar_insert.
20045
20046 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20049
20050 * insdel.c (reset_var_on_error): New fun.
20051 (signal_before_change, signal_after_change):
20052 Use it to reset (after|before)-change-functions to nil in case of error.
20053 Bind inhibit-modification-hooks to t.
20054 Don't bind (after|before)-change-functions to nil while they run.
20055
20056 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20057
20058 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20059 filling pixmap with stippled background.
20060
20061 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20062
20063 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20064 Don't use invisible frame as parent window for repositioning.
20065
20066 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * print.c (new_backquote_output): Rename from old_backquote_output.
20069 (print): Inverse its logic (according to its name) so as to match the
20070 behavior of new_backquote_flag in lread.c.
20071
20072 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20073
20074 * gmalloc.c (posix_memalign): New function.
20075
20076 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20077 ActivateControl/DeactivateControl here.
20078 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20079 frame-notice-user-settings is non-nil.
20080 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20081 for kEventParamFMFontStyle.
20082 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20083 mac_pass_command_to_system and mac_pass_control_to_system here.
20084 (XTread_socket): Call ActivateControl/DeactivateControl here.
20085 (XTread_socket) [TARGET_API_MAC_CARBON]:
20086 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20087 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20088 for window repositioning.
20089
20090 2007-08-08 Glenn Morris <rgm@gnu.org>
20091
20092 * Replace `iff' in doc-strings and comments.
20093
20094 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20095
20096 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20097
20098 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20099
20100 * fileio.c (Finsert_file_contents): Run format-decode and
20101 after_insert_file_functions on entire buffer when REPLACE is
20102 non-nil and inhibit modification_hooks and point_motion_hooks.
20103 For consistency, run after_insert_file_functions iff something
20104 got inserted. Move signal_after_change and update_compositions
20105 after code running after_insert_file_functions. Make sure that
20106 undo_list doesn't record intermediate steps of the decoding process.
20107
20108 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20109
20110 * emacs.c (main)
20111 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20112 Call malloc_enable_thread on interactive startup.
20113
20114 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20115 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20116 [USE_PTHREAD]: Conditionalize with it.
20117 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20118 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20119 New functions.
20120
20121 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
20122
20123 * xdisp.c (redisplay_window): When restoring original buffer
20124 position, make sure it is still valid.
20125
20126 * image.c (png_load): Ignore png-supplied background color.
20127
20128 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20129
20130 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20131 Use kCFAbsoluteTimeIntervalSince1970.
20132
20133 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20134 New variable.
20135 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20136 event loop should be quit.
20137 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20138 Quit dialog event loop if quit_dialog_event_loop is set.
20139
20140 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20141 (Selection): New typedef. Use instead of ScrapRef.
20142 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20143 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20144 (mac_clear_selection): Rename from clear_scrap.
20145 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20146 scrap_has_target_type. All uses changed.
20147 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20148 (mac_selection_has_target_p): New functions.
20149 (mac_put_selection_value): Rename from put_scrap_string.
20150 (mac_get_selection_value): Rename from get_scrap_string.
20151 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20152 (put_scrap_private_timestamp, scrap_has_target_type)
20153 (get_scrap_private_timestamp): Remove functions.
20154 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20155 (x_own_selection, x_get_local_selection):
20156 Use mac_valid_selection_value_p.
20157 (x_own_selection): Don't use put_scrap_private_timestamp.
20158 Record OWNERSHIP-INFO into Vselection_alist instead.
20159 (x_get_local_selection): Don't check type if request is local.
20160 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20161 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20162
20163 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20164
20165 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20166 add comment explaining why.
20167
20168 2007-08-03 Richard Stallman <rms@gnu.org>
20169
20170 * fileio.c (Fvisited_file_modtime): Use make_time.
20171
20172 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20173
20174 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20175 build.
20176
20177 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20180
20181 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20182
20183 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20184
20185 2007-07-30 Richard Stallman <rms@gnu.org>
20186
20187 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20188
20189 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20190
20191 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20192
20193 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20194
20195 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20196 remote default-directory.
20197
20198 * buffer.c (mode-line-format): Update doc string.
20199
20200 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20201
20202 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20203 scroll bar gap.
20204 (x_scroll_bar_create): Set bar->fringe_extended_p.
20205 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20206 on frame edge. Check fringe background extension. Don't clear
20207 extended fringe background area.
20208
20209 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20210 (w32_fill_area): Enclose multiple statements with do ... while (0).
20211
20212 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20213 Extend fringe background to scroll bar gap.
20214 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20215 Set bar->fringe_extended_p.
20216 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20217 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20218 background extension. Don't clear extended fringe background area.
20219
20220 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20221 New member fringe_extended_p.
20222
20223 2007-07-25 Glenn Morris <rgm@gnu.org>
20224
20225 * Relicense all FSF files to GPLv3 or later.
20226
20227 * COPYING: Switch to GPLv3.
20228
20229 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20230
20231 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20232
20233 * data.c (Finteractive_form): Check for the presence of an
20234 `interactive-form' symbol property more thoroughly.
20235
20236 * data.c (Finteractive_form): Use an `interactive-form' property if
20237 present, analogous to the function-documentation property.
20238
20239 2007-07-24 Jason Rumney <jasonr@gnu.org>
20240
20241 * w32fns.c (x_real_positions): Get real position from OS instead of
20242 calculating it.
20243
20244 2007-07-23 Jason Rumney <jasonr@gnu.org>
20245
20246 * filelock.c (current_lock_owner): Allow for @ sign in username.
20247
20248 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20251 remote default-directory.
20252
20253 * buffer.c (mode-line-format): Describe above case in doc string.
20254
20255 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20256
20257 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20258 Define if not defined.
20259
20260 2007-07-18 Jason Rumney <jasonr@gnu.org>
20261
20262 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20263
20264 2007-07-18 Richard Stallman <rms@gnu.org>
20265
20266 * data.c (Fsetq_default): Doc fix.
20267
20268 * eval.c (Fsetq): Doc fix.
20269
20270 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20271
20272 * coding.c (Ffind_operation_coding_system):
20273 * eval.c (For, Fand): Doc fixes.
20274 Reported by Johan Bockgård.
20275
20276 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20277
20278 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20279
20280 * xterm.h: Declare x_ewmh_activate_frame.
20281
20282 * xterm.c (x_ewmh_activate_frame): New function.
20283 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20284
20285 2007-07-17 Martin Rudalics <rudalics@gmx.at>
20286
20287 * window.c (Fdisplay_buffer): If largest or LRU window is the
20288 only window, split it even if it is not eligible for splitting.
20289 This restores the original behavior broken by the 2007-07-15
20290 change.
20291
20292 2007-07-17 Glenn Morris <rgm@gnu.org>
20293
20294 * abbrev.c (abbrev_check_chars): New function.
20295 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20296 Call abbrev_check_chars to check abbrev characters are word
20297 constituents. Doc fix.
20298
20299 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * process.c (Fstart_process, Fmake_network_process)
20302 (read_process_output): Fix up last changes.
20303
20304 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20305
20306 * makefile.w32-in (clean): Don't delete *~.
20307
20308 2007-07-16 Andreas Schwab <schwab@suse.de>
20309
20310 * window.c (Fdisplay_buffer): Use NILP.
20311 (Fset_window_scroll_bars): Likewise.
20312
20313 2007-07-15 Martin Rudalics <rudalics@gmx.at>
20314
20315 * window.c (window_min_size_2): New function.
20316 (window_min_size_1, size_window, Fdisplay_buffer)
20317 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
20318 windows without mode- or header-lines when window-min-height is
20319 too small.
20320 (size_window): Reset nodelete_p after testing it, following an
20321 earlier note by Kim F. Storm.
20322 (display_buffer): Do not set split_height_threshold to twice the
20323 value of window_min_height to avoid changing the value of a
20324 customizable variable. Rather explicitly check whether the
20325 height of the window that shall be splitted is at least as large
20326 as split_height_threshold.
20327 (Fwindow_full_width_p): New defun.
20328 (syms_of_window): Defsubr it.
20329
20330 * window.h: Add EXFUN for Fwindow_full_width_p.
20331
20332 2007-07-14 Jason Rumney <jasonr@gnu.org>
20333
20334 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
20335
20336 2007-07-14 Richard Stallman <rms@gnu.org>
20337
20338 * eval.c (maybe_call_debugger): New function.
20339 (find_handler_clause): Use maybe_call_debugger.
20340 Call it when the handler says `debug'.
20341 Eliminate DEBUGGER_VALUE_PTR.
20342 (Fsignal): Eliminate debugger_value.
20343 (Qdebug): New variable.
20344 (syms_of_eval): Initialize it.
20345
20346 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20347
20348 * eval.c (Fprogn):
20349 * keyboard.c (Ftrack_mouse):
20350 * print.c (Fwith_output_to_temp_buffer):
20351 * window.c (Fsave_window_excursion): Doc fix.
20352
20353 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20354
20355 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
20356
20357 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20358
20359 * process.h (struct Lisp_Process): Turn slots infd, outfd,
20360 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
20361 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
20362 read_output_delay, and read_output_skip from Lisp_Objects to ints.
20363 Remove unused encoding_carryover.
20364 * process.c: Adjust all functions accordingly.
20365
20366 2007-07-12 Richard Stallman <rms@gnu.org>
20367
20368 * term.c: Include unistd.h only if HAVE_UNISTD_H.
20369
20370 2007-07-11 Jason Rumney <jasonr@gnu.org>
20371
20372 * makefile.w32-in (LIBS): Include OLE32.
20373
20374 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
20375 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
20376
20377 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20378
20379 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
20380 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
20381 from a Lisp_Object into a bare pointer.
20382 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20383 Adjust the code correspondingly.
20384
20385 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
20386
20387 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
20388 (term_show_mouse_face): Remove unused var `j'.
20389 (handle_one_term_event): Remove unused vars `i' and `j'.
20390 Don't cast return value of ttyname since it's not necessary.
20391
20392 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20393
20394 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
20395 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
20396
20397 * fns.c (map_char_table): Use an array of int for `indices' rather than
20398 an array of Lisp_Objects (which are only ever integers anyway).
20399 (Fmap_char_table): Update caller.
20400 * lisp.h: Update prototype.
20401 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
20402 * fontset.c (Ffontset_info):
20403 * casetab.c (set_case_table): Update callers.
20404
20405 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
20406
20407 * keymap.c (struct accessible_keymaps_data)
20408 (struct where_is_internal_data): New structures.
20409 (accessible_keymaps_1, where_is_internal_1): Use them to change
20410 interface to adhere to the one used by map_keymap.
20411 (Faccessible_keymaps, where_is_internal): Use map_keymap.
20412 (accessible_keymaps_char_table, where_is_internal_2): Remove.
20413
20414 * keymap.h (map_keymap_function_t): More informative prototype.
20415
20416 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20417
20418 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
20419 (looking_at_1): Don't change search_regs and last_thing_searched
20420 if `inhibit-changing-match-data' is non-nil.
20421 (string_match_1, search_buffer, set_search_regs): Likewise.
20422 (syms_of_search): Add Lisp level definition for
20423 `inhibit-changing-match-data' and set it to nil.
20424 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
20425 start and end of the match, instead of using values in search_regs.
20426
20427 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20428
20429 * minibuf.c (Fcompleting_read): New value `confirm-only'
20430 for `require-match'.
20431
20432 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20433
20434 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
20435 part of the 2007-06-27 change to syms_of_fileio.
20436
20437 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20438
20439 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
20440 Check WINDOWP before using XWINDOW. Consolidate return statements.
20441
20442 2007-06-27 Richard Stallman <rms@gnu.org>
20443
20444 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20445
20446 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
20447
20448 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
20449
20450 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20451
20452 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
20453 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
20454 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
20455 (_free_internal, memalign): Use them.
20456 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
20457 Initialize to PTHREAD_MUTEX_INITIALIZER.
20458 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
20459 (morecore_nolock): Rename from morecore. All uses changed.
20460 Use only nolock versions of internal allocation functions.
20461 (_malloc_internal_nolock, _realloc_internal_nolock)
20462 (_free_internal_nolock): New functions created from
20463 _malloc_internal, _realloc_internal, and _free_internal.
20464 (_malloc_internal, _realloc_internal, _free_internal): Use them.
20465 Copy hook value to automatic variable before its use.
20466 (memalign): Copy hook value to automatic variable before its use.
20467
20468 2007-06-26 Kenichi Handa <handa@m17n.org>
20469
20470 * coding.c (Ffind_operation_coding_system): Docstring improved.
20471 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
20472
20473 2007-06-25 David Kastrup <dak@gnu.org>
20474
20475 * keymap.c (Fcurrent_active_maps): Add `position' argument.
20476 (Fwhere_is_internal): Adjust call to `current-active-maps' to
20477 cater for additional parameter.
20478
20479 * keymap.h: Adjust number of parameters to `current-active-maps'.
20480
20481 * doc.c (Fsubstitute_command_keys): Adjust call of
20482 `current-active-maps'.
20483
20484 2007-06-25 David Kastrup <dak@gnu.org>
20485
20486 * callint.c (Fcall_interactively): Make the parsing of interactive
20487 specs somewhat more readable.
20488
20489 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20490
20491 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
20492 to scroll bar gap also when bitmap fills fringe. Draw only foreground
20493 if extended background has already been filled.
20494
20495 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20496
20497 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
20498 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
20499
20500 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
20501 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
20502 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
20503 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
20504 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
20505 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
20506 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
20507 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
20508 Run timers during dialog popup.
20509 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
20510
20511 2007-06-21 Jason Rumney <jasonr@gnu.org>
20512
20513 * image.c (convert_mono_to_color_image): Swap fore and background.
20514
20515 2007-06-20 Jason Rumney <jasonr@gnu.org>
20516
20517 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
20518 (w32_free_bdf_font): Unmap memory not handle.
20519
20520 2007-06-20 Sam Steingold <sds@gnu.org>
20521
20522 * gmalloc.c (__morecore): Fix the declaration to comply with the
20523 definition.
20524
20525 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
20526
20527 * w32term.c (w32_delete_display): Remove leftover declaration.
20528 (w32_define_cursor, w32_initialize): Make static.
20529
20530 * w32.c (_wsa_errlist): Fix typo in error message.
20531 (init_environment): Ignore any environment variable from the
20532 registry having a null value.
20533
20534 2007-06-20 Glenn Morris <rgm@gnu.org>
20535
20536 * Makefile.in (LIBGIF): Default to -lgif.
20537
20538 2007-06-17 Jason Rumney <jasonr@gnu.org>
20539
20540 * w32menu.c (add_menu_item): Don't use multibyte string functions on
20541 unicode strings.
20542
20543 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
20544
20545 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
20546 Fix typo in docstring.
20547
20548 2007-06-16 Eli Zaretskii <eliz@gnu.org>
20549
20550 * w32menu.c (add_menu_item): Escape `&' characters in menu items
20551 and their keybindings.
20552
20553 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
20554
20555 * composite.c (update_compositions): Fix last fix.
20556
20557 2007-06-14 Jason Rumney <jasonr@gnu.org>
20558
20559 * w32.c (get_process_times_fn): New function pointer.
20560 (globals_of_w32): Intialize it if present in kernel32.dll.
20561 (w32_get_internal_run_time): New function.
20562
20563 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
20564
20565 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
20566
20567 * composite.c (update_compositions): Check the validness of
20568 compositions.
20569
20570 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20571
20572 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
20573 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
20574
20575 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
20576 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
20577
20578 * macgui.h (USE_MAC_TOOLBAR): New define.
20579
20580 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20581 Return immediately unless popup is activated.
20582
20583 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
20584 background to scroll bar gap.
20585 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
20586 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
20587 scroll bars on frame edge. Check fringe background extension.
20588 Don't clear extended fringe background area.
20589 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
20590 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
20591 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
20592 [USE_MAC_TOOLBAR]: New macros.
20593 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
20594 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
20595 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
20596 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
20597 [USE_MAC_TOOLBAR]: New functions.
20598 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
20599 manually if previous repositioning has failed.
20600 (mac_handle_keyboard_event): Use precomputed event kind.
20601 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
20602 as tool bar item click. Handle mouse movement over tool bar items.
20603
20604 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
20605 toolbar_win_gravity.
20606 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
20607 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
20608 Add externs.
20609
20610 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
20611 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
20612
20613 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
20614
20615 * image.c (search_image_cache): Remove unused variable.
20616
20617 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
20618
20619 * xfns.c, xmenu.c: Link to xaw3d if available.
20620
20621 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20622
20623 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
20624 frame_foreground and frame_background.
20625
20626 * image.c (lookup_image): Save frame foreground and background colors.
20627 (search_image_cache): Check if saved and current frame colors match.
20628
20629 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * regex.c (regex_compile): Remove the `regnum' counter.
20632 Use bufp->re_nsub instead. Add support for \(?N:RE\).
20633
20634 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20635
20636 * term.c: Include intervals.h to declare Fget_text_property.
20637
20638 2007-06-10 Jason Rumney <jasonr@gnu.org>
20639
20640 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
20641
20642 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
20643
20644 * callint.c (Fcall_interactively):
20645 * editfns.c (Fdelete_and_extract_region):
20646 * fileio.c (Fread_file_name):
20647 * fns.c (Fmapconcat):
20648 * keyboard.c (cmd_error_internal):
20649 * keymap.c (Fkey_description):
20650 * lread.c (openp):
20651 * minibuf.c (read_minibuf):
20652 * search.c (wordify):
20653 * sunfns.c (sel_read):
20654 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
20655 * xfns.c (x_default_scroll_bar_color_parameter):
20656 * xmenu.c (menu_help_callback):
20657 * xselect.c (Fx_get_atom_name):
20658 * xterm.c (x_term_init): Use empty_unibyte_string.
20659
20660 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
20661
20662 * alloc.c (init_strings): Initialize canonical empty strings.
20663 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
20664 canonical empty string when the requested size is 0.
20665
20666 * emacs.c (empty_unibyte_string): Rename from empty_string.
20667 (empty_multibyte_string): New canonical empty string.
20668 (syms_of_emacs): Don't initialize empty_string.
20669
20670 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
20671 string, if appropriate.
20672 (empty_unibyte_string, empty_multibyte_string): New externs.
20673 (empty_string): Remove extern.
20674
20675 * lread.c (syms_of_lread): Use empty_unibyte_string.
20676
20677 2007-06-07 Jason Rumney <jasonr@gnu.org>
20678
20679 * s/ms-w32.h: Don't define HAVE_TZNAME.
20680
20681 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
20682
20683 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20684
20685 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
20686
20687 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
20688 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
20689
20690 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20691 Don't call next handler.
20692 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
20693 Remove argument. Install handler to application.
20694 (set_frame_menubar): Don't change deep_p.
20695 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
20696 FRAME_OUTER_TO_INNER_DIFF_Y.
20697 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20698 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20699 [HAVE_DIALOGS]: New macros.
20700 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
20701 Use them.
20702 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
20703
20704 * macselect.c [MAC_OSX] (install_service_handler): Rename from
20705 init_service_handler. All callers changed. Return OSStatus value.
20706
20707 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
20708 All callers changed so as not to call SetPortWindowPort.
20709 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
20710 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
20711 mac_draw_string_common.
20712 (mac_draw_image_string_qd): Likewise.
20713 (mac_draw_string_common): Use them. Add INLINE.
20714 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
20715 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
20716 GetGlobalMouse.
20717 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
20718 and FRAME_OUTER_TO_INNER_DIFF_Y.
20719 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
20720 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
20721 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
20722 repositioning window to mac_handle_window_event.
20723 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
20724 saving window location to mac_handle_window_event
20725 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
20726 (install_menu_target_item_handler): Remove argument in extern.
20727 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
20728 Also accept command events.
20729 (do_keystroke): New function created from XTread_socket.
20730 (init_command_handler): Remove functions.
20731 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
20732 and save window location by kEventWindowShowing and kEventWindowHiding
20733 handlers here. Don't call next handler for window state change and
20734 focus events.
20735 (mac_handle_application_event, mac_handle_keyboard_event)
20736 [TARGET_API_MAC_CARBON]: New functions.
20737 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
20738 kEventWindowShowing and kEventWindowHiding events. Move installation
20739 of mouse, font, text input and menu target item handlers to
20740 install_application_handler.
20741 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
20742 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20743 New function.
20744 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20745 Register it.
20746 (XTread_socket) [TARGET_API_MAC_CARBON]:
20747 Consolidate SendEventToEventTarget calls.
20748 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
20749 Move application activation handler to mac_handle_application_event.
20750 Move keyboard handler to mac_handle_keyboard_event.
20751 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
20752 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
20753 init_command_handler. Call install_application_handler.
20754
20755 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
20756 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
20757
20758 2007-06-07 Glenn Morris <rgm@gnu.org>
20759
20760 * emacs.c (main): Use `emacs-copyright' in --version output.
20761
20762 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
20763
20764 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
20765
20766 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20767
20768 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
20769
20770 * macgui.h: Replace WindowPtr with WindowRef.
20771
20772 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20773 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20774 Replace ControlHandle with ControlRef.
20775 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
20776
20777 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20778 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20779 Replace ControlHandle with ControlRef.
20780 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
20781 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
20782
20783 * macterm.h (struct scroll_bar): Rename member control_handle_low
20784 and control_handle_high to control_ref_low and control_ref_high.
20785 All uses changed.
20786 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
20787 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
20788 respectively. All uses changed.
20789 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
20790 (install_window_handler, remove_window_handler): Replace WindowPtr
20791 with WindowRef in externs.
20792
20793 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
20794
20795 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
20796
20797 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
20798
20799 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
20800
20801 * frame.c (Fmouse_position, Fmouse_pixel_position):
20802 Condition on HAVE_GPM too.
20803
20804 * term.c (term_mouse_highlight): Remove unused variables.
20805 (Fterm_open_connection): Set gpm_zerobased to 1.
20806 (term_mouse_movement, term_mouse_click, handle_one_term_event):
20807 Use zero based co-ordinates.
20808 (handle_one_term_event): Report a drag as mouse movement too.
20809
20810 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
20811
20812 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
20813
20814 * image.c (search_image_cache): New function. Require background
20815 color match if background color is unspecified in the image spec.
20816 (uncache_image, lookup_image): Use it.
20817
20818 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
20819
20820 * window.c (Fshrink_window): Reflow docstring.
20821
20822 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
20823
20824 * Version 22.1 released.
20825
20826 2007-06-01 Richard Stallman <rms@gnu.org>
20827
20828 * xfns.c (x_encode_text): Add GCPRO.
20829
20830 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20831
20832 * xfns.c (x_set_name_internal): Save encoded name before
20833 x_encode_text in case string data is relocated.
20834
20835 2007-05-31 Richard Stallman <rms@gnu.org>
20836
20837 * buffer.c (syms_of_buffer): Doc fix.
20838
20839 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
20840
20841 * sysdep.c (init_sys_modes): Add rather than replace with
20842 O_NONBLOCK.
20843
20844 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
20845 term_mouse_moveto.
20846
20847 * termhooks.h (term_mouse_moveto): New extern.
20848
20849 * term.c (mouse_face_window): Rename...
20850 (Qmouse_face_window): ...to this.
20851 (term_show_mouse_face, term_clear_mouse_face)
20852 (term_mouse_highlight): Use Qmouse_face_window.
20853 (term_mouse_moveto): New function.
20854 (term_mouse_position): Make it work.
20855 (syms_of_term): Uncomment assignment to mouse_position_hook.
20856 Staticpro Qmouse_face_window.
20857
20858 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20859
20860 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
20861 around current_column call.
20862
20863 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
20864
20865 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
20866 * xdisp.c (next_element_from_buffer):
20867 * window.c (delete_window):
20868 * term.c (term_mouse_highlight):
20869 * msdos.c (getdefdir):
20870 * macterm.c (mac_create_bitmap_from_bitmap_data)
20871 (init_font_name_table):
20872 * fns.c (Fsxhash):
20873 * data.c (Fmake_local_variable):
20874 * ccl.c (ccl_driver): Likewise.
20875
20876 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20877
20878 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
20879 Call mac_wakeup_from_rne on window size change.
20880
20881 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
20882
20883 * image.c (uncache_image): Fix typo.
20884
20885 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
20886
20887 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
20888
20889 2007-05-22 Richard Stallman <rms@gnu.org>
20890
20891 * xterm.c (x_connection_closed): Remove NO_RETURN.
20892
20893 2007-05-22 Martin Rudalics <rudalics@gmx.at>
20894
20895 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
20896
20897 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
20898
20899 * image.c (uncache_image): New function.
20900 (Fimage_refresh): New function.
20901
20902 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
20903
20904 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
20905
20906 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20907
20908 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
20909 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
20910
20911 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20912
20913 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
20914 conditional on [HAVE_GPM_H].
20915
20916 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
20917
20918 * syntax.c (skip_chars): Update syntax-table only after we checked that
20919 the new location is valid.
20920
20921 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20922
20923 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
20924 mac_get_window_bounds.
20925
20926 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20927
20928 * Makefile.in (LIBGPM): Allow it to be set from configure.
20929 If set then link Emacs with it.
20930
20931 * config.in: Regenerate.
20932
20933 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
20934 New externs.
20935
20936 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
20937 Include gpm.h.
20938 (handle_one_term_event, term_gpm): New externs.
20939
20940 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
20941 and allow it to be interrupted by SIGIO.
20942
20943 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
20944 (wait_reading_process_output): Wait on gpm_fd too.
20945 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
20946 (add_gpm_wait_descriptor_called_flag): New variable.
20947 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
20948
20949 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
20950 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
20951 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
20952 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
20953 (make_lispy_event): Add case GPM_CLICK_EVENT.
20954 (read_avail_input): Handle mouse input.
20955
20956 * term.c (write_glyphs_with_face): New function.
20957 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
20958 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
20959 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
20960 (mouse_face_face_id, term_gpm, pos_x, pos_y)
20961 (last_mouse_x, last_mouse_y): New variables.
20962 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
20963 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
20964 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
20965 (Fterm_close_connection): New functions.
20966 (term_init): Initialise mouse_face_window.
20967
20968 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
20969
20970 * xdisp.c (redisplay_window): If first window line is a
20971 continuation line, recompute the new window start instead of
20972 recentering.
20973
20974 2007-05-18 Glenn Morris <rgm@gnu.org>
20975
20976 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
20977 Suggested by Alfred M. Szmidt <ams@gnu.org>.
20978
20979 2007-05-17 Glenn Morris <rgm@gnu.org>
20980
20981 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
20982
20983 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20984
20985 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
20986 dead key repeat and up events.
20987
20988 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
20989
20990 * image.c (pbm_load): Check image size for monochrome pbm.
20991
20992 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
20993
20994 * xterm.c (XTread_socket): Revert last change.
20995
20996 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
20997
20998 * image.c (pbm_load): Correctly check image size for greyscale pbm.
20999
21000 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21001
21002 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21003
21004 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21005 mixup (YAILOM).
21006
21007 2007-05-07 Andreas Schwab <schwab@suse.de>
21008
21009 * keymap.c (Flookup_key): Fix typo in last change.
21010
21011 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21014 mapping for unibyte strings.
21015
21016 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21017
21018 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21019 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21020
21021 2007-04-29 Richard Stallman <rms@gnu.org>
21022
21023 * insdel.c (replace_range): For undo, record insertion first.
21024
21025 2007-04-29 Andreas Schwab <schwab@suse.de>
21026
21027 * lisp.h (VECSIZE): Use OFFSETOF.
21028
21029 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21030
21031 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21032 disabled lines.
21033
21034 2007-04-28 Richard Stallman <rms@gnu.org>
21035
21036 * lread.c (read_escape): In a string, \s is always space.
21037
21038 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21039
21040 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21041
21042 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21043 submenu for menu bar items.
21044
21045 See ChangeLog.10 for earlier changes.
21046
21047 ;; Local Variables:
21048 ;; coding: utf-8
21049 ;; add-log-time-zone-rule: t
21050 ;; End:
21051
21052 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
21053
21054 This file is part of GNU Emacs.
21055
21056 GNU Emacs is free software: you can redistribute it and/or modify
21057 it under the terms of the GNU General Public License as published by
21058 the Free Software Foundation, either version 3 of the License, or
21059 (at your option) any later version.
21060
21061 GNU Emacs is distributed in the hope that it will be useful,
21062 but WITHOUT ANY WARRANTY; without even the implied warranty of
21063 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21064 GNU General Public License for more details.
21065
21066 You should have received a copy of the GNU General Public License
21067 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21068
21069 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40