Add appendix with the GFDL.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
a63dba42
KH
12009-12-14 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4 in 8-bit encoding.
5
36acb2a7
JD
62009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
7
8 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
9 tooltip windows.
10
223e5fc6
JD
112009-12-13 Jan Djärv <jan.h.d@swipnet.se>
12
36acb2a7
JD
13 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
14 Xatom_net_window_type.
15
16 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
17 Xatom_net_window_type.
18
b8f00677
JD
19 * xterm.c (my_log_handler): New function.
20 (x_term_init): Set my_log_handler as log handler during gtk_init
21 so we can filter out buggy messages. (bug #5120).
22
e5f0bc9a
JD
23 * xterm.c (xg_scroll_callback): Parameter list changed,
24 use parameter GtkScrollType to determine scroll/line/page.
25 Only allow dragging if a button < 4 is grabbed (bug #5177).
26 (xg_end_scroll_callback): New function.
27 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
28 xg_create_scroll_bar.
29
30 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
31 (scroll_end_callback): Remove.
32 (xg_create_scroll_bar): Add parameter end_callback, bind it to
33 button-release-event. Replace value-changed event with change-value,
34 bug #5177,
35 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
36 bug #5177.
37
38 * gtkutil.h (XG_LAST_SB_DATA): Remove.
39 (xg_create_scroll_bar): Add GCallback end_callback.
40
223e5fc6
JD
41 * xftfont.c (QClcdfilter): New variable.
42 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
43 (syms_of_xftfont): Initialize QClcdfilter.
44
3c055b77
JD
452009-12-12 Jan Djärv <jan.h.d@swipnet.se>
46
47 * xsettings.c (struct xsettings): Add member seen.
48 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 49 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
50 (apply_xft_settings): Only update Xft settings with what member seen
51 indicates as new.
52
05fe33ff
EZ
532009-12-12 Eli Zaretskii <eliz@gnu.org>
54
55 * dispextern.h (struct text_pos): Use EMACS_INT;
56 (struct glyph): Use EMACS_INT for charpos.
57 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
58 region_beg_charpos, region_end_charpos,
59 redisplay_end_trigger_charpos, and also for
60 iterator_stack_entry.end_charpos and
61 iterator_stack_entry.stop_charpos.
62
e8d7886a
JD
632009-12-12 Jan Djärv <jan.h.d@swipnet.se>
64
65 * gtkutil.c (scroll_end_callback): New function (bug #5177)
66 (xg_create_scroll_bar): Call scroll_end_callback on button release
67 event (bug #5177).
68 (xg_event_is_for_scrollbar): != replaced with ==.
69
d0db2ec8
KH
702009-12-12 Kenichi Handa <handa@m17n.org>
71
72 * ftfont.c (struct ftfont_info): New member matrix.
73 (ftfont_open): Setup xftfont_info->matrix.
74 (MFLTFontFT): New member matrix.
75 (FLOOR, CEIL, ROUND): New macros.
76 (ftfont_get_metrics): Handle matrix transformation.
77 (ftfont_shape_by_flt): New arg matrix. Callers changed.
78
79 * xftfont.c (struct xftfont_info): New member matrix.
80 (xftfont_open): Setup xftfont_info->matrix.
81
822009-12-10 Kenichi Handa <handa@m17n.org>
83
84 * xdisp.c (append_space_for_newline): Consider face-remapping.
85
2cc7b62f
AS
862009-12-09 Andreas Schwab <schwab@linux-m68k.org>
87
b87dd913
AS
88 * xsettings.c: Include "keyboard.h".
89
eba5eb94
AS
90 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
91
2cc7b62f
AS
92 Fix implicit function declarations.
93 * cmds.c: Include "frame.h".
94 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
95 * frame.h: Move declaration of delete_frame outside of
96 HAVE_WINDOW_SYSTEM.
97
a4ef73c8
CY
982009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
99
100 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
101
102 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
103 GTK builds.
104
944a300c
AS
1052009-12-07 Andreas Schwab <schwab@linux-m68k.org>
106
107 * unexelf.c (unexec): Don't search for .data twice.
108
022eef62
CY
1092009-12-05 Chong Yidong <cyd@stupidchicken.com>
110
426ac949
CY
111 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
112 if push failed.
113 (handle_line_prefix): Set avoid_cursor_p here. Check return value
114 of push_display_prop (Bug#5000).
115
022eef62
CY
116 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
117 value of font_list_entities (Bug#5085).
118
be95bee9
JB
1192009-12-04 Juanma Barranquero <lekktu@gmail.com>
120
121 Fix `string-to-number' to deal consistently with integers and floats.
122 * lread.c (isfloat_string): New argument ignore_trailing to accept all
123 trailing characters, not just whitespace.
124 (read1): Pass new arg 0 to keep old behavior.
125 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
126 trailing chars, as it is already done for integers. Doc fixes.
127 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
128
24c2d7ce
EZ
1292009-12-04 Eli Zaretskii <eliz@gnu.org>
130
131 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
132 unused enumeration value.
133
7e694795
EZ
1342009-12-03 Eli Zaretskii <eliz@gnu.org>
135
136 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
137
84b31826
SM
1382009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
139
140 * process.c (Fmake_network_process): Fix up the tests for
141 "connectionless socket", so they DTRT for seqpacket sockets as well.
142
f00c449b
SM
1432009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * process.c (Qseqpacket): New symbol.
146 (HAVE_SEQPACKET): New macro.
147 (Fmake_network_process): Accept new :type `seqpacket'.
148 (init_process): Add `seqpacket' feature when applicable.
149 (syms_of_process): Initialize Qseqpacket.
150
8096a0ff
YM
1512009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
152
153 * font.c (font_load_for_lface, font_open_by_name): Don't store name
154 if entity is Qnil.
155
3e0de07f
SM
1562009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * print.c (print_preprocess): Preprocess the key_and_value table of
159 hashtables, even tho they're "hidden" (bug#5082).
160
abeafb2a
JD
1612009-11-29 Jan Djärv <jan.h.d@swipnet.se>
162
163 * frame.c (frame_make_pointer_invisible)
164 (frame_make_pointer_visible): Declare f before statements.
165
4bf47195
EZ
1662009-11-28 Eli Zaretskii <eliz@gnu.org>
167
168 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
169 omitted dependencies on lisp.h.
170
c525b3f2
JD
1712009-11-27 Jan Djärv <jan.h.d@swipnet.se>
172
ece2d4ed
JD
173 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
174 is NULL.
175
176 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
177
178 * frame.c (frame_make_pointer_invisible)
3e0de07f 179 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
180 frame.
181
c525b3f2
JD
182 * search.c (simple_search): Remove warning by making *p const.
183
2f00e299
DN
1842009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
185
186 * xdisp.c (power_letter): Remove duplicate const.
187
084b049b
JD
1882009-11-25 Jan Djärv <jan.h.d@swipnet.se>
189
a1fadc6f
JD
190 * term.c (delete_tty): Remove check for last terminal (bug#4970).
191
084b049b
JD
192 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
193 defaults (bug #5025).
194
28259cac
SM
1952009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * insdel.c (adjust_markers_for_delete): Move it in the
198 right direction! (bug#4803)
199
e8e14166
YM
2002009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
201
202 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
203
204 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
205
86677b58
GM
2062009-11-24 Glenn Morris <rgm@gnu.org>
207
208 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
209
581e51e8
JD
2102009-11-23 Jan Djärv <jan.h.d@swipnet.se>
211
cfc86c7a
JD
212 * Makefile.in: Must create deps for ecrt0.o in its rule.
213
581e51e8
JD
214 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
215 because that is what Gtk+ font dialog understands.
216
217 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
218 of Fcopy_sequence.
219 (font_open_by_name): Put name given into QCname for font-object returned.
220
221 * frame.c (x_set_font): Save original font name as frame parameter
222 font-parameter.
223
224 * xsettings.c (set_default_xft_settings): New function.
225 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
226 is found.
227
8b264ecb
AS
2282009-11-22 Andreas Schwab <schwab@linux-m68k.org>
229
230 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
231 searching backwards through multibyte buffer.
232
872870b2
JD
2332009-11-21 Jan Djärv <jan.h.d@swipnet.se>
234
235 * xterm.c: #include xgselect.h.
236 (x_initialize): Call xgselect_initialize.
237
238 * xsettings.c (something_changedCB): C++ comments => C comments.
239 (init_gconf): Do not deal with any GLib file descriptors, xg_select
240 does that now.
241
242 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
243 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
244 (scroll_bar_button_cb): Remove.
245 (create_menus): C++ comments => C comments. Don't bind grab-notify
246 event.
247 (xg_create_scroll_bar): Don't bind button-press-event and
248 button-release-event.
249
250 * process.c: Include xgselect.h if defined (USE_GTK) ||
251 defined (HAVE_GCONF).
252 (wait_reading_process_output): Call xg_select for the same condition.
253
254 * xgselect.c (xg_select): New function to better integrate with
255 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
256
257 * xgselect.h: New file, declare xg_select, xgselect_initialize.
258
259 * Makefile.in (XOBJ): Add xgselect.o.
260
62a6e103
AS
2612009-11-21 Andreas Schwab <schwab@linux-m68k.org>
262
263 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
264 ignored second argument. All callers changed.
265 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
266 (RE_STRING_CHAR_AND_LENGTH): Likewise.
267 * xdisp.c (string_char_and_length): Likewise.
268
b0ca0f33
DN
2692009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
270
271 * xterm.c (x_new_font):
272 * print.c (print_object):
273 * cmds.c (Fself_insert_command): Move declarations before statements.
274
dd5a6279
CY
2752009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
276
277 * s/cygwin.h: Remove unneeded linker flags.
278
4a8e097d
JD
2792009-11-20 Jan Djärv <jan.h.d@swipnet.se>
280
0d1d0d26
JD
281 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
282
283 * xsettings.h: Declare xsettings_get_system_font.
284
285 * xsettings.c (xsettings_get_system_font): New function.
286 (init_gconf): No use initiating gconf unless we have Xft also.
287 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
288 HAVE_GCONF.
289
4a8e097d
JD
290 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
291 add a blank entry so it doesn't collapse into nothing.
292
8ab1650e
SM
2932009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * lread.c (Funintern): Comment out last change.
296
82c602f0
RS
2972009-11-19 Richard Stallman <rms@gnu.org>
298
299 * lread.c (Funintern): Error if symbol is t or nil.
300
87e32266
SM
3012009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * insdel.c (make_gap_larger): Don't make as many assumptions about the
304 representation of Lisp integers.
305 Reported by MJ Chan <mjchan.inbox@gmail.com>.
306
1b9ac145
AS
3072009-11-17 Andreas Schwab <schwab@linux-m68k.org>
308
309 * lisp.h: Remove declaration of Ffont_get_system_font.
310 * xfns.c: Move include of "xsettings.h".
311 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
312
dfb3c4c6
JD
3132009-11-17 Jan Djärv <jan.h.d@swipnet.se>
314
87e32266
SM
315 * xsettings.c (something_changedCB, Ffont_get_system_font):
316 Check use_system_font.
dfb3c4c6
JD
317 (syms_of_xsettings): DEFVAR font-use-system-font.
318
9370c1d8
AS
3192009-11-17 Andreas Schwab <schwab@linux-m68k.org>
320
25fe851a
AS
321 * xfns.c (x_default_font_parameter): Remove dead assignment.
322
9370c1d8
AS
323 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
324
637fa988
JD
3252009-11-17 Jan Djärv <jan.h.d@swipnet.se>
326
87e32266 327 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 328 not have FC_LCD_*. #define them if not there.
a6eb20d8 329
87e32266 330 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 331
637fa988
JD
332 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
333
334 * xterm.c (handle_one_xevent): Call xft_settings_event for
335 ClientMessage, PropertyNotify and DestroyNotify.
336 (x_term_init): If we have XFT, get DPI from Xft.dpi.
337 Call xsettings_initialize.
338
339 * xftfont.c (xftfont_fix_match): New function.
340 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
341 Call xftfont_fix_match after XftFontMatch.
342
343 * xfont.c (xfont_driver): Initialize all members.
344
87e32266
SM
345 * xfns.c (x_default_font_parameter):
346 Try font from Ffont_get_system_font.
637fa988
JD
347 Do not get font from x_default_parameter if we got one from
348 Ffont_get_system_font.
87e32266 349 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
350
351 * w32font.c (w32font_driver): Initialize all members.
352
353 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
354
355 * lisp.h: Declare syms_of_xsettings.
356
87e32266
SM
357 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
358 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
359
360 * ftfont.c (ftfont_filter_properties): New function.
361
362 * frame.c (x_set_font): Remove unused variable lval.
363
87e32266 364 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
365
366 * font.c (font_put_extra): Don't return if val is nil, it means
367 boolean option is off.
368 (font_parse_fcname): Collect all extra properties in extra_props
369 and call filter_properties for all drivers with extra_props and
370 font as parameter.
87e32266
SM
371 (font_open_entity): Do not use cache, it does not pick up new
372 fontconfig settings like hinting.
637fa988
JD
373 (font_load_for_lface): If spec had a name in it, store it in entity.
374
375 * emacs.c (main): Call syms_of_xsettings
376
377 * config.in: HAVE_GCONF is new.
378
379 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
380 xsettings.o is new.
381
5a942932
KH
3822009-11-17 Kenichi Handa <handa@m17n.org>
383
384 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
385 back to the default font in case that no suitable font is found.
386
b7c7a4d1
SM
3872009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
390 Suggested by Chad Brown <yandros@mit.edu>.
391 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
392
072f1e39
JD
3932009-11-16 Jan Djärv <jan.h.d@swipnet.se>
394
395 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
396
5d1e70a2
AS
3972009-11-14 Andreas Schwab <schwab@linux-m68k.org>
398
87e32266 399 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 400
a53cfbe5
JD
4012009-11-14 Jan Djärv <jan.h.d@swipnet.se>
402
473a99b7
JD
403 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
404 has a parent.
405
a53cfbe5
JD
406 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
407 dependency files in deps/. Include those files into Makefile.
408
409 * config.in: Generated (AUTO_DEPEND).
410
f04bb9b2
MA
4112009-11-13 Michael Albinus <michael.albinus@gmx.de>
412
b7c7a4d1 413 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
414 Vdbus_registered_functions_table, because it contains also
415 properties. Fix docstring.
b7c7a4d1 416 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 417
8f11f7ec
SM
4182009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * alloc.c (mark_object): Don't reprocess marked strings.
421 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
422 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
423
8a605fe8
KH
4242009-11-13 Kenichi Handa <handa@m17n.org>
425
8f11f7ec 426 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
427 semantics of Vword_combining_categories.
428 (Vword_combining_categories): Describe the slight change of the
429 semantics.
430
241c4680
EZ
4312009-11-13 Eli Zaretskii <eliz@gnu.org>
432
433 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
434
435 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
436
5d58e44c
SM
4372009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * xdisp.c (syms_of_xdisp): Fix typo in last change.
440
5e13f9d3
JB
4412009-11-12 Juanma Barranquero <lekktu@gmail.com>
442
443 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
444
cf54c754
DR
4452009-11-11 David Reitter <david.reitter@gmail.com>
446
447 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
448 variables to fix 2009-11-09 change.
449
a4ada374
DN
4502009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
451
91433552
DN
452 * process.c (ifflag_def): Make flag_sym constant.
453 (Fnetwork_interface_info): Use a constant pointer.
454 (ifflag_table):
455 * xfns.c (cursor_bits):
456 * xdisp.c (power_letter):
457 * termcap.c (speeds, esctab):
458 * sysdep.c (baud_convert):
459 * keyboard.c (lispy_accent_codes, modifier_names):
460 * image.c (xbm_format, xpm_format, pbm_format, png_format)
461 (jpeg_format, tiff_format, gif_format, svg_format)
462 (interlace_start, interlace_increment, gs_format):
463 * gtkutil.c (separator_names):
464 * fringe.c (swap_nibble):
465 * fns.c (base64_value_to_char, base64_char_to_value):
466 * fileio.c (make_temp_name_tbl):
467 * coding.c (suffixes): Make constant.
468
f4265f6c
DN
469 * frame.c (make_initial_frame):
470 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
471 build_string.
472 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
473
04420943
DN
474 * s/freebsd.h:
475 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
476
0a5d24ae
DN
477 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
478 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
479
a4ada374
DN
480 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
481 * xterm.c (syms_of_xterm):
482 * xfaces.c (syms_of_xfaces):
483 * xdisp.c (syms_of_xdisp):
484 * lread.c (syms_of_lread):
485 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
486 build_string.
91433552 487
a4ada374
DN
488 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
489
af98fc7f
SM
4902009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
491
8ab1650e 492 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 493
e90292a9
JD
4942009-11-10 Jan Djärv <jan.h.d@swipnet.se>
495
496 * keyboard.h: Declare timer_check.
497
498 * keyboard.c (timer_check_2): New function that does what the old
499 timer_check did.
500 (timer_check): Call timer_check_2 until -1 or a non-zero time is
501 returned, i.e. don't return -1 with timers pending.
502
503 * process.c: Remove extern declaration of timer_check.
504
505 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
506 even if timer_check returned -1.
507
af98fc7f
SM
508 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
509 xg_dialog_data.
e90292a9
JD
510 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
511 the event loop.
512 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
513 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
514 Destroy the dialog after xg_dialog_run.
515
045b83c0
SM
5162009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
519
1fb99a3a
JD
5202009-11-10 Jan Djärv <jan.h.d@swipnet.se>
521
522 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
523
04e452cb
JB
5242009-11-09 Juanma Barranquero <lekktu@gmail.com>
525
526 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
527
ef7417fd
SM
5282009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
531 w32menu.c, and nsmenu.m.
532 Simplify the obsolete case where position is nil.
533 (cleanup_popup_menu): New function, moved from nsmenu.m.
534 (struct skp): Remove slot `notreal'.
535 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
536 adjust callers.
537 (single_menu_item): Adjust call to parse_menu_item.
538 (syms_of_menu): Defsubr x-popup-menu.
539 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
540 (keymap_panes): Don't export any more.
541 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
542 (xmenu_show): Declare.
543 * keyboard.c (parse_menu_item): Remove arg `notreal'.
544 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
545 * keyboard.h (parse_menu_item): Update declaration.
546 * xmenu.c (Fx_popup_menu): Remove.
547 (syms_of_xmenu): Don't defsubr x-popup-menu.
548 * w32menu.c (Fx_popup_menu): Remove.
549 (syms_of_w32menu): Don't defsubr x-popup-menu.
550 * nsmenu.m (cleanup_popup_menu): Remove.
551 (ns_menu_show): Rename from ns_popup_menu and remove all the code
552 moved to menu.c's Fx_popup_menu.
553 (Fx_popup_menu): Remove.
554 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
555 menu_items (it's done in menu.c already).
556
424d6179
SM
5572009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
560 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
561
c0df13a6 5622009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
563
564 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 565 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
566 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
567 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
568
2de9f71c
SM
5692009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 Let integers use up 2 tags to give them one extra bit and thus double
572 their range.
573 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
574 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
575 New macros.
576 (enum Lisp_Type): Use them. Give explicit values.
577 (Lisp_Type_Limit): Remove.
578 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
579 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
580 Pay attention to USE_2_TAGS_FOR_INTS.
581 (INTEGERP): Use LISP_INT_TAG_P.
582 * fns.c (internal_equal): Simplify the default case.
583 (sxhash): Use case_Lisp_Int.
584 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
585 any more.
586 (Ftype_of): Use case_Lisp_Int.
587 (store_symval_forwarding): Take into account the fact that Ints can
588 now have more than one tag.
589 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
590 buffer_slot_type_mismatch):
591 * xfaces.c (face_attr_equal_p):
592 * print.c (print_object):
593 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
594 Use case_Lisp_Int.
595
323637a2
EZ
5962009-11-06 Eli Zaretskii <eliz@gnu.org>
597
7ac65b38
EZ
598 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
599
323637a2
EZ
600 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
601 warning.
602
e511451f
JD
6032009-11-06 Jan Djärv <jan.h.d@swipnet.se>
604
605 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
606
607 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
608
609 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
610 ButtonPressRelease and MotionNotify (bug#4870).
611
5e2327cf
DN
6122009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
613
5adc433e
DN
614 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
615
d67b4f80
DN
616 * xterm.c (syms_of_xterm):
617 * xselect.c (syms_of_xselect):
618 * xmenu.c (syms_of_xmenu):
619 * xfns.c (syms_of_xfns):
620 * xfaces.c (syms_of_xfaces):
621 * xdisp.c (syms_of_xdisp):
622 * window.c (syms_of_window):
623 * w32fns.c (syms_of_w32fns):
624 * undo.c (syms_of_undo):
625 * textprop.c (syms_of_textprop):
626 * terminal.c (syms_of_terminal):
627 * syntax.c (syms_of_syntax):
628 * sound.c (syms_of_sound):
629 * search.c (syms_of_search):
630 * print.c (syms_of_print):
631 * minibuf.c (syms_of_minibuf):
632 * macros.c (syms_of_macros):
633 * keymap.c (syms_of_keymap, initial_define_key)
634 (initial_define_lispy_key):
635 * keyboard.c (syms_of_keyboard):
636 * insdel.c (syms_of_insdel):
637 * image.c (syms_of_image):
638 * fringe.c (syms_of_fringe):
639 * frame.c (syms_of_frame):
640 * fontset.c (syms_of_fontset):
641 * fns.c (syms_of_fns):
642 * fns.c (syms_of_fns):
643 * fileio.c (syms_of_fileio):
644 * fileio.c (syms_of_fileio):
645 * eval.c (syms_of_eval):
646 * doc.c (syms_of_doc):
647 * dispnew.c (syms_of_display):
648 * dired.c (syms_of_dired):
649 * dbusbind.c (syms_of_dbusbind):
650 * data.c (syms_of_data):
651 * composite.c (syms_of_composite):
652 * coding.c (syms_of_coding):
653 * cmds.c (syms_of_cmds):
654 * charset.c (define_charset_internal, syms_of_character):
655 * ccl.c (syms_of_ccl):
656 * category.c (syms_of_category, init_category_once):
657 * casetab.c (syms_of_casetab):
658 * casefiddle.c (syms_of_casefiddle):
659 * callint.c (syms_of_callint):
660 * bytecode.c (syms_of_bytecode):
661 * buffer.c (keys_of_buffer, syms_of_buffer):
662 * alloc.c (syms_of_alloc):
663 * process.c (syms_of_process, init_process):
664 * lread.c (syms_of_lread, init_obarray):
665 * font.c (build_style_table):
666 * emacs.c (syms_of_emacs, main): Replace calls to intern with
667 intern_c_string, calls to make_pure_string with
668 make_pure_c_string. Use pure_cons instead of Fcons.
669
5e2327cf
DN
670 * process.c (socket_options): Make it const.
671 (set_socket_option, init_process): Use a const pointer.
672
673 * lread.c (intern_c_string): New function.
674 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
675 (defvar_int): Uset it. Make the name const char*.
676
677 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
678 (defvar_int): Update prototypes.
679 (DEFUN, EXFUN): Support for prototypes is now required.
680 (intern_c_string): New prototype.
681 (struct Lisp_Subr): Make symbol_name constant.
682
683 * font.c (struct table_entry): Remove unused member. Make NAMES
684 constant.
685 (weight_table, slant_table, width_table): Make constant.
686
687 * emacs.c (struct standard_args): Make name and longname constant.
688
689 * character.h (DEFSYM): Use intern_c_string.
690
a56eaaef
DN
6912009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * alloc.c (make_pure_c_string): New function.
694
695 * eval.c (Fautoload): Purecopy all arguments.
696
f6a07420
KH
6972009-11-05 Kenichi Handa <handa@m17n.org>
698
699 * fileio.c (Finsert_file_contents): Be sure set coding-system of
700 the buffer in case of replace.
701
5d28d4b1
DN
7022009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
703
704 * puresize.h (BASE_PURESIZE): Increase to 1620000.
705
b349d111
SM
7062009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
707
d528b1ce
SM
708 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
709 when applicable (bug#4851).
710
b349d111
SM
711 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
712 (P_): Support for prototypes is now required.
713
c38eb027
CY
7142009-10-31 Chong Yidong <cyd@stupidchicken.com>
715
716 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
717 (Bug#4827).
718
0405f8d9
EZ
7192009-10-30 Eli Zaretskii <eliz@gnu.org>
720
d528b1ce 721 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 722
ca0a881a
DN
7232009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
724
725 * puresize.h (BASE_PURESIZE): Increase to 1470000.
726
d528b1ce
SM
727 * lread.c (Fload): Purecopy the file name when building
728 Vpreloaded_file_list.
ca0a881a 729
47e0e0e4
JR
7302009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
731
732 * w32fns.c (syms_of_w32fns): Change default value of
733 w32-scroll-lock-modifier to nil. (Bug#2827)
734
057bce6f
JB
7352009-10-26 Juanma Barranquero <lekktu@gmail.com>
736
782a943e 737 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 738
242bc74c
AS
7392009-10-26 Andreas Schwab <schwab@redhat.com>
740
741 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
742
522d013a
JB
7432009-10-26 Juanma Barranquero <lekktu@gmail.com>
744
745 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
746 For delta < 0, skip check that only makes sense when the mini-window
747 is going to be enlarged. (Bug#4534)
748
18060980
CY
7492009-10-25 Chong Yidong <cyd@stupidchicken.com>
750
751 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
752 string in menu maps (Bug#4471).
753
fec8f0fe
CY
7542009-10-24 Chong Yidong <cyd@stupidchicken.com>
755
756 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
757 FRAME_NS_VIEW on terminal frames (Bug#4765).
758
10d66ec0
AS
7592009-10-24 Andreas Schwab <schwab@linux-m68k.org>
760
1cae01f7
AS
761 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
762 DBUS_TYPE_UINTnn separately to get proper sign extension.
763
58a12889
AS
764 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
765 can properly handle unsigned types.
d528b1ce 766 (make_uid, make_gid): Remove.
58a12889 767
987c9327
AS
768 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
769 types again.
770
522d013a 771 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
772 (system_process_attributes): Likewise.
773
905a9ed3
DN
7742009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
775
776 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
777
778 * eval.c (Fautoload): Purecopy the filename. Simplify.
779
780 * category.c (Fdefine_category): Purecopy docstring.
781
a599b3e8
AS
7822009-10-23 Andreas Schwab <schwab@linux-m68k.org>
783
7b792fc9
AS
784 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
785
a599b3e8
AS
786 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
787
b35ac83e
CY
7882009-10-23 Chong Yidong <cyd@stupidchicken.com>
789
790 * window.c (Fwindow_edges, Fwindow_pixel_edges)
791 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
792 (Bug#4775).
793
e8903e00
SM
7942009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
797 (init_fileio_once):
798 * lisp.h (init_fileio_once): Remove.
799 * emacs.c (main): Don't call init_fileio_once.
800
8f43cbf3
DN
8012009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * puresize.h (BASE_PURESIZE): Increase to 1430000.
804
26898943
AS
8052009-10-21 Andreas Schwab <schwab@linux-m68k.org>
806
807 * doprnt.c (doprnt): Fix overflow check.
808
5c646d5a
JD
8092009-10-21 Jan Djärv <jan.h.d@swipnet.se>
810
3132a7ea
JD
811 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
812
5c646d5a
JD
813 * xterm.h (x_wait_for_event): Declare it.
814
815 * xterm.c (pending_event_wait): New variable.
816 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
817 see pending_event_wait.eventtype.
818 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
819 (x_new_font): Call change_frame_size with new rows/columns before we
820 try to resize the frame.
5c646d5a 821 (x_wait_for_event): New function.
d528b1ce
SM
822 (x_set_window_size_1): Don't change gravity unless change_gravity
823 is set.
5c646d5a
JD
824 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
825 don't change frame size, instead wait for the ConfigureNotify.
826 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
827 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
828 (x_initialize): Initialize pending_event_wait.
829
830 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
831 size.
832
833 * widget.c (EmacsFrameSetValues): Add comment.
834 (EmacsFrameSetCharSize): Just call x_set_window_size.
835
836 * gtkutil.c (xg_frame_set_char_size): Flush events and call
837 x_wait_for_event.
d528b1ce 838 (flush_and_sync): Remove again.
5c646d5a
JD
839 (xg_get_font_name): Suggest monospace if no previous font is known.
840
e9c1637d
SM
8412009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 844 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 845
5a72cccb
YM
8462009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
847
848 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
849 processing pending events when event is filtered for input method.
ab04798f 850 (Bug#3681)
5a72cccb 851
2629aa37
JB
8522009-10-20 Juanma Barranquero <lekktu@gmail.com>
853
854 * fns.c: Add #endif accidentally removed in previous change.
855
c3417a74
DN
8562009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
857
858 * fns.c: Remove code for unsupported system: MAC_OS.
859 * image.c: Likewise. Include setjmp.h.
860
9685cef2
JD
8612009-10-19 Jan Djärv <jan.h.d@swipnet.se>
862
863 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
864 pixel -1 (bug #4742).
865
d7306fe6
DN
8662009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
867
019d2c4c
DN
868 * process.c (create_pty): Remove conditionals for no longer
869 supported systems: UNIPLUS and RTU.
870
ee6bacd4
DN
871 * xterm.c:
872 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
873
d7306fe6
DN
874 * alloc.c: Do not define struct catchtag.
875 * eval.c: Move struct catchtag definition ...
876 * lisp.h: ... here.
877
878 * image.c: Move png.h #include earlier to avoid warnings.
879
880 * xterm.c:
881 * xsmfns.c:
882 * xselect.c:
883 * xrdb.c:
884 * xmenu.c:
885 * xftfont.c:
886 * xfont.c:
887 * xfns.c:
888 * xfaces.c:
889 * xdisp.c:
890 * window.c:
891 * widget.c:
892 * w32xfns.c:
893 * w32uniscribe.c:
894 * w32term.c:
895 * w32select.c:
896 * w32reg.c:
897 * w32proc.c:
898 * w32menu.c:
899 * w32inevt.c:
900 * w32heap.c:
901 * w32font.c:
902 * w32fns.c:
903 * w32console.c:
904 * w32.c:
905 * w16select.c:
906 * vm-limit.c:
907 * unexsol.c:
908 * unexec.c:
909 * unexcw.c:
910 * unexaix.c:
911 * undo.c:
912 * tparam.c:
913 * textprop.c:
914 * terminfo.c:
915 * terminal.c:
916 * termcap.c:
917 * term.c:
918 * syntax.c:
919 * sound.c:
920 * sheap.c:
921 * search.c:
922 * scroll.c:
923 * region-cache.c:
924 * regex.c:
925 * ralloc.c:
926 * process.c:
927 * print.c:
b024548b
DN
928 * nsterm.m:
929 * nsselect.m:
930 * nsmenu.m:
931 * nsimage.m:
932 * nsfont.m:
933 * nsfns.m:
d7306fe6
DN
934 * msdos.c:
935 * minibuf.c:
936 * menu.c:
937 * marker.c:
938 * macros.c:
939 * keymap.c:
940 * keyboard.c:
941 * intervals.c:
942 * insdel.c:
943 * indent.c:
944 * gtkutil.c:
945 * ftxfont.c:
946 * ftfont.c:
947 * fringe.c:
948 * frame.c:
949 * fontset.c:
950 * font.c:
951 * fns.c:
952 * floatfns.c:
953 * filelock.c:
954 * fileio.c:
955 * emacs.c:
956 * editfns.c:
957 * dosfns.c:
958 * doprnt.c:
959 * doc.c:
960 * dispnew.c:
961 * dired.c:
962 * dbusbind.c:
963 * data.c:
964 * composite.c:
965 * coding.c:
966 * cmds.c:
967 * cm.c:
968 * chartab.c:
969 * charset.c:
970 * character.c:
971 * ccl.c:
972 * category.c:
973 * casetab.c:
974 * casefiddle.c:
975 * callproc.c:
976 * callint.c:
977 * bytecode.c:
978 * buffer.c:
979 * atimer.c: Include setjmp.h. (Bug#4643)
980
fd5f21e6
SM
9812009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
982
4c0354d7
SM
983 Remove leftover table unibyte_to_multibyte_table.
984 * character.c (unibyte_to_multibyte_table): Remove.
985 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
986 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
987 * character.h (UNIBYTE_TO_CHAR): New macro.
988 (MAKE_CHAR_MULTIBYTE): Use it.
989 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
990 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
991 (message_dolog, set_message_1):
992 * search.c (Freplace_match):
993 * editfns.c (Fcompare_buffer_substrings):
994 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
995 (concat):
996 * insdel.c (copy_text, count_size_as_multibyte):
997 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
998 * term.c (produce_glyphs):
999 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1000 * regex.c (RE_CHAR_TO_MULTIBYTE):
1001 * cmds.c (internal_self_insert):
1002 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1003
fd5f21e6
SM
1004 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1005
4418646e
DN
10062009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1009
35f5c1d2
JB
10102009-10-16 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1013
a0cd8f6b
AR
10142009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1015
1016 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1017 still needed under Tiger.
1018
1019 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1020
1021 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1022 __Apple__.
1023
1024 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1025
01a8d3fa
KH
10262009-10-15 Kenichi Handa <handa@m17n.org>
1027
1028 * print.c (print_object): Escape a symbol like "2E10" too.
1029
bf6c75c9 10302009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
1031
1032 Cleanups and changes for 64-bit compile under Snow Leopard.
1033 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
1034
1035 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1036
c5959062 1037 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
1038 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1039 cast argument.
1040 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 1041 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
1042
1043 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1044
1045 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1046 where appropriate.
1047
1048 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1049 where appropriate.
6e4780c5
JB
1050 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1051 Use stringWithUTF8String.
bf6c75c9
AR
1052 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1053
6e4780c5
JB
1054 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1055 Add formal protocol mention to inheritance.
bf6c75c9
AR
1056 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1057
6e4780c5
JB
1058 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1059 Fix printf format.
bf6c75c9
AR
1060 (ns_query_color): Use CGFloat where appropriate.
1061 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1062 (EmacsScroller-mouseDown:) Use long format in printf, and cast
1063 argument.
1064
3d87f118
AR
1065 * config.in (NS_HAVE_NSINTEGER): Drop.
1066
a95c8102
AR
1067 * dbusbind.c (dbus-method-return-internal)
1068 (dbus-method-error-internal): Use long format in printf, and cast
1069 argument.
1070
1071 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1072 in printf, and cast argument.
1073
6873acca 1074 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
1075 cast argument.
1076
9ec6f100
GM
10772009-10-11 Glenn Morris <rgm@gnu.org>
1078
1079 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1080
5be883cd
JD
10812009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1082
1083 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1084 menu bar with a small width so it doesn't enlarge the frame.
1085
d7a39b51
JB
10862009-10-08 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1089
0c2b6f8e
GM
10902009-10-06 Glenn Morris <rgm@gnu.org>
1091
1092 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1093 SOME_MACHINE_LISP (this enters indirectly via DOC).
1094
e02131a2
EZ
10952009-10-05 Eli Zaretskii <eliz@gnu.org>
1096
1097 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1098
b4744254
EZ
10992009-10-04 Eli Zaretskii <eliz@gnu.org>
1100
1101 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1102 Doc fix.
1103
dbf64827
JB
11042009-10-03 Martin Rudalics <rudalics@gmx.at>
1105
1106 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1107
e9a0aef8
MA
11082009-10-02 Michael Albinus <michael.albinus@gmx.de>
1109
d528b1ce 1110 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
1111 used anymore outside fileio.c.
1112
1113 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1114
64eb2b56
JB
11152009-10-01 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * lisp.h (Qdelete_directory_internal):
1118 Declare, instead of Qdelete_directory.
1119
1120 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1121
9d28c33e
SM
11222009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1125
9d8f3bd9
MA
11262009-10-01 Michael Albinus <michael.albinus@gmx.de>
1127
9d28c33e 1128 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
1129 Fdelete_directory. It is not a command anymore. It has no file
1130 name handler.
1131
9694740b
SM
11322009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * xdisp.c (get_next_display_element): Use an enum in last change.
1135
748e162f
KH
11362009-09-28 Kenichi Handa <handa@m17n.org>
1137
9694740b 1138 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
1139 unibyte_display_via_language_environment in handling
1140 Vnobreak_char_display.
1141
17efd58d
AR
11422009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1143
1144 * nsterm.h (ns_app_name): New extern variable.
1145
1146 * nsterm.m (ns_app_name): New variable.
1147 (ns_term_init): Set and use it.
1148 (ns_term_shutdown): Use it.
1149
1150 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1151 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1152
1153 * nsfns.m (ns_set_name_iconic, ns_set_name)
1154 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1155 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1156
9694740b
SM
1157 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1158 Remove double-casting in client_data comparison.
31c2d412 1159
3208cb35
YM
11602009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1161
1162 * keyboard.c (make_lispy_event): Remember last wheel direction.
1163 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1164
b7d552d6
GM
11652009-09-26 Glenn Morris <rgm@gnu.org>
1166
1167 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1168 internal.elc. Add term/pc-win.elc.
1169 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1170 term/x-win.elc.
1171 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1172 term/w32-win.elc.
1173 (NS_SUPPORT): New.
1174 (lisp): Add NS_SUPPORT.
1175 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1176
4ff670a8
DR
11772009-09-25 David Reitter <david.reitter@gmail.com>
1178
1179 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1180 on Mac OS X 10.6+ (bug#4513).
1181
feabfb6c
JB
11822009-09-24 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
1185 some parts of Emacs code (like font selection) don't grok them.
1186 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 1187
de59072a
AS
11882009-09-24 Andreas Schwab <schwab@redhat.com>
1189
1190 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1191
a489517b
JB
11922009-09-24 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * dired.c (Fdirectory_files): Fix typo in docstring.
1195
0592970c
AR
11962009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1197
1198 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1199 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1200 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1201 under GNUstep.
1202 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1203
1204 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1205 glyph advancement.
1206
48e8a88b
AR
12072009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1208
1209 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 1210 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
1211
1212 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1213 deleted (bug #4492).
1214
e14f0a78
AR
1215 * nsfont.m (Vns_reg_to_script): New lisp variable.
1216 (syms_of_nsfont): Declare it.
1217 (ns_registry_to_script): New function.
1218 (ns_get_req_script): Call it.
1219 (ns_findfonts): Don't give up on non-unicode registry.
1220
1221 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1222
5b650faa
SM
12232009-09-20 Tom Tromey <tromey@redhat.com>
1224
1225 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1226 batch mode (bug#4228).
1227
a489517b 12282009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
1229
1230 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 1231 carefully. (Bug #4339)
0bae4e09 1232
fcfe06f3
CY
12332009-09-18 Chong Yidong <cyd@stupidchicken.com>
1234
d798ba87 1235 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 1236
31642728
AR
12372009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1238
1239 * emacs.c (inhibit_x_resources): Update doc string for NS.
1240 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 1241 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
1242
1243 * nsterm.h (ns_no_defaults): Remove.
1244
1245 * nsterm.m (ns_no_defaults): Remove.
1246 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1247 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
1248 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1249 don't update the NSWindow itself.
1250 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 1251 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
1252
1253 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1254 ns_use_qd_smoothing.
1255
1256 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1257 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 1258 (x-close-connection): Drop PSFlush() under OS X.
a489517b 1259 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 1260
8686ac71
JB
12612009-09-17 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * emacs.c (inhibit_x_resources): New variable.
1264 (main) [HAVE_NS]: Don't process --quick command line option.
1265 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1266
1267 * lisp.h (inhibit_x_resources): Declare it extern.
1268
1269 * w32reg.c (x_get_string_resource):
1270 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1271
e227ba05
EZ
12722009-09-17 Eli Zaretskii <eliz@gnu.org>
1273
362654a6
JB
1274 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1275 Add lisp/term/internal.elc.
e227ba05 1276
742d40e8
SM
12772009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1280 (bug#4461).
1281
005bd5a2
DN
12822009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1283
1284 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1285
1286 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1287 (OBJECTS_MACHINE): Remove, unused.
1288
f9af9719
SM
12892009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * frame.c (x_get_resource_string): Remove unused.
1292
0307c7d2
JD
12932009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1294
1295 * xterm.c (x_new_font): Call change_frame_size before calling
1296 x_set_window_size, in case frame size won't change.
1297
1298 * frame.c (x_set_font): Remove dead code.
1299
428b13d6
SM
13002009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1303
5766c380
SM
13042009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * lread.c (Fload): Don't output a message after loading an obsolete
1307 package any more (done in Lisp now).
1308
2fd0161b
CY
13092009-09-12 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1312
bc5e75b6
SM
13132009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * keymap.c (Fwhere_is_internal): Use nconc2.
1316
c31c985e
AM
13172009-09-11 Alan Mackenzie <acm@muc.de>
1318
1319 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
1320 batch mode.
1321
78012bd2
AS
13222009-09-11 Andreas Schwab <schwab@linux-m68k.org>
1323
1324 * xdisp.c (display_mode_element): Detect cycles.
1325
9d889332
SM
13262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * keymap.c (where_is_internal): Don't erroneously return nil right after
1329 filling the cache.
1330 (where_is_internal_1): Fix up typo.
1331
7ab5d780
GM
13322009-09-11 Glenn Morris <rgm@gnu.org>
1333
1334 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
1335 share a common doc-string.
1336
5238a749
SM
13372009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1338
66d77eda
SM
1339 * keymap.c (get_keymap): Return the actual keymap symbol rather than
1340 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
1341
5238a749
SM
1342 * keymap.c (QCadvertised_binding): New constant.
1343 (syms_of_keymap): Initialize it.
1344 (Fwhere_is_internal): Try and use bindings from :advertised-binding
1345 if applicable.
1346
19f48442
SM
13472009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1348
50d4ba39
SM
1349 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
1350 (parse_menu_item): Streamline since bindings are recomputed all the
1351 time anyway. Don't bother checking Vdefine_key_rebound_commands any
1352 more and don't support lmenu's menu-alias any more either.
1353
a88a5372
SM
1354 * keymap.c (where_is_internal_data): Make noindirect a boolean.
1355 (where_is_internal): Strip it down to only traverse the keymaps.
1356 Move the cache handling from Fwhere_is_internal to here.
1357 (Fwhere_is_internal): Move the handling of remapping and the choice of
1358 the best binding from where_is_internal to here.
1359 Unify the cached/noncached paths, so remapping is also handled
1360 correctly when the cache is used, and so the cache can be used to
1361 speed up remap-handling when applicable.
1362 Give preference to non-remapped bindings.
1363 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
1364 non-remapped bindings.
1365 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
1366 command remapping.
1367
19f48442
SM
1368 * xdisp.c (display_mode_element): Move list length limit from 50 to
1369 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
1370
599498c3 13712009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
1372
1373 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
1374
f9b7b5ac
SM
13752009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1376
a53af587
JB
1377 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
1378 (Bug#4334)
1379
f9b7b5ac
SM
1380 * keymap.c (where_is_internal): Filter out shadowed remappings.
1381 Assume that where_is_internal returns unshadowed bindings to simplify
1382 the code and get rid of the gotos. Use ASIZE.
1383
04f4b72d
JD
13842009-09-04 Jan Djärv <jan.h.d@swipnet.se>
1385
4da146f2
JD
1386 * xterm.c (x_focus_changed): If we get a focusout and pointer
1387 is invisible, make it visible.
1388
04f4b72d
JD
1389 * xterm.h: Remove condition for declaration of
1390 x_*_window_to_frame.
1391
7cef7ce3
SM
13922009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
1395 initial terminal as well.
1396
a54fa5b7
JD
13972009-09-02 Jan Djärv <jan.h.d@swipnet.se>
1398
1399 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 1400 x_menubar_window_to_frame.
a54fa5b7
JD
1401
1402 * xterm.c: Remove declarations also in xterm.h
1403 (XTmouse_position): Do not return valid positions
1404 for clicks in the menubar and the toolbar for Gtk+.
1405
1406 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
1407 if the widget for the event has the same top level as a frame,
1408 return the frame.
1409 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
1410 internal windows, bug #4122.
1411 (x_non_menubar_window_to_frame): Remove.
1412
5a021dd0
GM
14132009-09-02 Glenn Morris <rgm@gnu.org>
1414
1415 * buffer.c (default-major-mode): Move most of the doc from here...
1416 (major-mode): ... to here.
1417
548fe2f3
NR
14182009-08-30 Nick Roberts <nickrob@snap.net.nz>
1419
1420 * process.c (wait_reading_process_output): Keep the descriptor
1421 when pty is used by a non-child process, e.g., in I/O buffer of
1422 GDB this allows inferior to be restarted.
1423
e0840eef
EZ
14242009-08-29 Eli Zaretskii <eliz@gnu.org>
1425
1426 * xdisp.c (redisplay_internal): Remove redundant test and collapse
1427 both branches into one.
1428
82e98df4
SM
14292009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
1432 (main): Use enable-multibyte-characters rather than
1433 default-enable-multibyte-characters. Output a warning message when
1434 running a unibyte session.
1435
890617cb
YM
14362009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1437
1438 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
1439 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
1440 (copy_data_segment): Also copy __program_vars section.
1441 (copy_dyld_info) [LC_DYLD_INFO]: New function.
1442 (dump_it) [LC_DYLD_INFO]: Use it.
1443
1444 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
1445
e7adeadc
EZ
14462009-08-28 Eli Zaretskii <eliz@gnu.org>
1447
1448 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
1449 $(SRC)/buildobj.h.
1450 (buildobj.h): Renamed from $(SRC)/buildobj.h.
1451 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
1452 $(SRC)/buildobj.h.
1453 (clean): Add buildobj.h.
1454
3ed8bbdc
TZ
14552009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
1456
1457 * print.c (print_object): Set escapeflag to 1 when printing
1458 hashtable keys and values.
1459
155a6764
SM
14602009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * lread.c (read_integer): Use doubles (and potentially return a float
1463 number) as we do in string-to-number.
1464 (read1): Use strtol to read integers, signal errors on strtol's
1465 overflow and use floats if strtol's output is too large for
1466 Elisp integers.
1467
877610de
EZ
14682009-08-27 Eli Zaretskii <eliz@gnu.org>
1469
1470 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
1471 (make-buildobj-SH): Fix last change.
1472 (SRC): Move to before where it's first used.
1473
ef73e7be
KH
14742009-08-27 Kenichi Handa <handa@m17n.org>
1475
550c8289
KH
1476 * process.c (send_process): Use encode_coding_object instead of
1477 encode_coding_string to perform eol-conversion even if the string
1478 is unibyte.
1479
60afa08d
KH
1480 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
1481 character.
1482
ef73e7be 1483 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 1484 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 1485
7b3a82d7
DN
14862009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1487
5654bf63
DN
1488 * callproc.c (Fcall_process): Remove always true #if.
1489
7b3a82d7
DN
1490 * lisp.h: Replace #if 0 code for checking with text pointing to
1491 the --enable-checking configure flag.
1492
1493 * emacs.c (main): Mention the --enable-profiling configure flag
1494 instead of using CFLAGS.
1495
878bde49
KR
14962009-08-26 Ken Raeburn <raeburn@raeburn.org>
1497
1498 * Makefile.in (buildobj.h): New target.
1499 (doc.o): Depend on it.
1500 (temacs${EXEEXT}): Don't generate buildobj.lst.
1501 (mostlyclean): Delete buildobj.h, not buildobj.lst.
1502 * makefile.w32-in ($(SRC)/buildobj.h): New target.
1503 ($(BLD)/doc.$(O)): Depend on it.
1504 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
1505 provided by Eli Zaretskii.)
1506 ($(TEMACS)): Don't generate buildobj.lst.
1507 * doc.c: Include buildobj.h.
1508 (buildobj): New static variable.
1509 (Fsnarf_documentation): Use it, instead of opening and reading
1510 buildobj.lst.
1511
1574224c
MA
15122009-08-25 Michael Albinus <michael.albinus@gmx.de>
1513
1514 * dbusbind.c (Fdbus_call_method)
1515 (Fdbus_call_method_asynchronously): Use English numeric format for
1516 timeout values in doc string.
1517
d9da2f45
KH
15182009-08-25 Kenichi Handa <handa@m17n.org>
1519
ef73e7be
KH
1520 * alloc.c (mark_char_table): New function.
1521 (mark_object): Use mark_char_table for a char-table.
1522
d9da2f45
KH
1523 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
1524 (CHAR_TABLE_REF): Use it.
1525
c8edcc01
KR
15262009-08-23 Ken Raeburn <raeburn@raeburn.org>
1527
1528 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
1529 before invoking the newly build emacs to check for load-path
1530 shadowing.
1531
7763401b
GM
15322009-08-22 Glenn Morris <rgm@gnu.org>
1533
1534 * Makefile.in (bootstrap_exe): New variable.
1535 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
1536 Use ${bootstrap_exe}.
1537
729eadda
EZ
15382009-08-22 Eli Zaretskii <eliz@gnu.org>
1539
1540 * coding.h (encode_coding_string): Don't encode unibyte strings.
1541 (Bug#4047)
1542
eb4c6ace
MA
15432009-08-22 Michael Albinus <michael.albinus@gmx.de>
1544
1545 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
1546
1547 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
1548 intended as hotfix only.
1549 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
1550
36e34d1b
AR
15512009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1552
1553 * nsterm.m (ns_get_color): Update documentation properly for last
1554 change, and clean up loose ends in the code left by it. Fix
1555 longstanding bug with 16-bit hex parsing, and add support for
1556 yet another X11 format (rgb:r/g/b) for compatibility.
1557 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
1558 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
1559
f983eb8a
SM
15602009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
1563
3f56d3c6
MA
15642009-08-20 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
1567 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
1568 (xd_initialize, xd_pending_messages): Check, whether
1569 $DBUS_SESSION_BUS_ADDRESS is set.
1570
fb641d68
YM
15712009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1572
1573 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
1574
1575 * nsterm.m (ns_get_color): Remove incompatible color formats again.
1576
cf59a374
GM
15772009-08-20 Glenn Morris <rgm@gnu.org>
1578
1579 * emacs.c (system-type): Doc fix.
1580
1373f3be
SM
15812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
1584 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
1585
058ed861
MA
15862009-08-18 Michael Albinus <michael.albinus@gmx.de>
1587
1373f3be
SM
1588 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
1589 New functions.
058ed861
MA
1590 (xd_initialize): Revert change from 2009-08-16.
1591
563a866e 15922009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
1593
1594 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 1595 font-group vector, return nil.
5fc05db0 1596
e42bdf01
CY
15972009-08-17 Chong Yidong <cyd@stupidchicken.com>
1598
1599 * process.c (status_notify): Don't perform redisplay.
1600 (Fdelete_process, list_processes_1, process_send_signal):
1601 Expliticly perform redisplay.
1602 (wait_reading_process_output): Always check process status, but
1603 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
1604
4230ab74
KR
16052009-08-17 Ken Raeburn <raeburn@raeburn.org>
1606
1373f3be 1607 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
1608 (XFLOAT_INIT): New macro for storing a float value.
1609 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
1610 * fns.c (sxhash): Copy out the value of a float in order to
1611 examine its bytes.
1612 * dbusbind.c (xd_append_arg): Likewise.
1613
4230ab74
KR
1614 * emacs.c (main): Don't call syms_of_data twice.
1615
a0645cdd
MA
16162009-08-16 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * dbusbind.c (xd_initialize): Add connection file descriptor to
1619 input_wait_mask, in order to let select() detect, whether a new
1620 message has been arrived.
ca4f31ea 1621 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 1622
485db0ba
MA
16232009-08-15 Michael Albinus <michael.albinus@gmx.de>
1624
1373f3be
SM
1625 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
1626 New functions.
485db0ba
MA
1627
1628 * lisp.h (xd_pending_messages): Declare.
1629
1630 * keyboard.c (readable_events): Call xd_pending_messages.
1631
b5b98ff4
CY
16322009-08-15 Chong Yidong <cyd@stupidchicken.com>
1633
1373f3be 1634 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 1635
f8354c6e
CY
1636 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
1637
b5b98ff4
CY
1638 * buffer.c (set_buffer_internal_1)
1639 (swap_out_buffer_local_variables): Check for unbound local
1640 variables (Bug#4138).
1641
8b9fc636
EZ
16422009-08-14 Eli Zaretskii <eliz@gnu.org>
1643
1644 * process.c (create_pty): Fix last change.
1645
ce959360
CY
16462009-08-13 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
1649 (xbm_load_image): Caller changed.
64b807c9 1650 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 1651
c7baf7e9
NR
16522009-08-13 Nick Roberts <nickrob@snap.net.nz>
1653
1654 * process.c (create_pty): New function.
1655 (Fstart_process): Use it to allow Emacs to just associate a pty
1656 with the buffer. See associated change in gdb-mi.el.
1657 (list_processes_1): Deal with no program name.
1658 (start_process_unwind): Use pid == -2 to mean no process.
1659
1ac9108a
SM
16602009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * cmds.c (nonundocount): New global variable.
1663 (keys_of_cmds): Initialize it.
1664 (Fself_insert_command): Use it to combine upto 20 sequential chars
1665 into a single undo entry, just like the Qself_insert_command code in
1666 keyboard.c does.
1667 Call frame_make_pointer_invisible, also like the Qself_insert_command
1668 code in keyboard.c does.
1669 * keyboard.c (command_loop_1): Use the new global nonundocount rather
1670 than its own local replacement for it.
1671
e267324c
KR
16722009-08-10 Ken Raeburn <raeburn@raeburn.org>
1673
1ac9108a 1674 * fns.c (concat): Don't re-set string length to its current value.
77437343 1675
1ac9108a
SM
1676 * coding.h (decode_coding_string, encode_coding_string):
1677 Use SBYTES macro.
f0bed503 1678
1ac9108a 1679 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
1680 (doprnt): Merge with doprnt1, discarding lispstrings code.
1681 * lisp.h (doprnt_lisp): Don't declare.
1682
416e006d
JL
16832009-08-07 Juri Linkov <juri@jurta.org>
1684
1685 * puresize.h (BASE_PURESIZE): Increase to 1270000.
1686
6f7d5780
DN
16872009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * print.c (syms_of_print): Undo previous change.
1690
f19a0f5b
TZ
16912009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1692
1693 * lread.c (read1, syms_of_lread): Read hashtables back from the
1694 readable format.
1695
1696 * print.c (print_preprocess, print_object): Print hashtables fully
1697 and readably.
1698 (syms_of_print): Provide 'hashtable-print-readable.
1699
b9173dc2
AR
17002009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1701
1702 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
1703 no family set.
1704 (nsfont_open): Handle case when entity has no family.
1705
1586503c
AR
17062009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1707
1708 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
1709 element, not a list, for match case.
1710
087048cd
KH
17112009-07-28 Kenichi Handa <handa@m17n.org>
1712
1713 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
1714 rigidly.
1715
1716 * xfont.c (xfont_list_pattern): Don't ignore the return value of
1717 font_parse_xlfd. Check font properties more rigidly.
1718
780c2506
DN
17192009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1720
31fd7c5c
JB
1721 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
1722 bsd-common.h.
780c2506 1723
a8c0cc18
KH
17242009-07-27 Kenichi Handa <handa@m17n.org>
1725
1726 * xfaces.c (face_with_height): Call font_clear_prop.
1727
4fbe2306
CY
17282009-07-26 Chong Yidong <cyd@stupidchicken.com>
1729
111d9af3
CY
1730 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
1731
1732 * xterm.c (x_term_init): Use Qx.
1733
4fbe2306
CY
1734 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
1735
1ac9108a 1736 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
1737 (ns_get_color): Revert 2009-07-16 change.
1738
beb0b7f9
EZ
17392009-07-25 Eli Zaretskii <eliz@gnu.org>
1740
1741 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 1742 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 1743
2baf5e76
KR
17442009-07-25 Ken Raeburn <raeburn@raeburn.org>
1745
1ac9108a
SM
1746 * coding.h (decode_coding_string, encode_coding_string):
1747 Use SCHARS macro.
8890e5f5 1748
2baf5e76 1749 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 1750 (load_depth): Delete.
2baf5e76
KR
1751 (Qload_in_progress): New variable.
1752 (load_unwind): Don't reference load_depth or load_in_progress.
1753 (Fload): Likewise; specbind Qload_in_progress instead.
1754 (init_lread): Don't initialize load_depth.
1755 (syms_of_lread): Initialize and protect Qload_in_progress.
1756
1395c6f5
AR
17572009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1758
1759 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
1760
4e2f36cf
AR
17612009-07-23 Yavor Doganov <yavor@gnu.org>
1762
1763 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
1764
5dd9a6f7
AR
17652009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1766
1767 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
1768 Bugs 3792, 3720, 2402.
1769 (ns_lookup_indexed_color): Check for bad index.
1770 (ns_index_color): Init unused slot to 0.
1771 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
1772 Bug 3714, possibly 3082.
5dd9a6f7 1773
c902b920
JR
17742009-07-22 Jason Rumney <jasonr@gnu.org>
1775
1ac9108a
SM
1776 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
1777 Position IME window at cursor (Bug#2570).
c902b920
JR
1778 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
1779 (globals_of_w32fns): Dynamically load functions required above.
1780
1781 * w32term.c (w32_draw_window_cursor): Send message to reposition
1782 any IME window.
1783
090101cf
CY
17842009-07-21 Chong Yidong <cyd@stupidchicken.com>
1785
1786 * fileio.c: Revert 2009-07-16 changes.
1787 (Vauto_save_include_big_deletions): New variable.
1788 (Fdo_auto_save): Disable auto-save only if
1789 auto-save-include-big-deletions is nil.
1790
e6583e3d
CY
17912009-07-21 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * xdisp.c (move_it_to): For continued lines ending in a tab, take
1794 the overflowed pixels into account (Bug#3879).
1795
ece435a5
KR
17962009-07-21 Ken Raeburn <raeburn@raeburn.org>
1797
1798 * lread.c (load_depth): New variable.
1799 (Fload, load_unwind, init_lread): Set it to the load recursion
1800 depth; set load_in_progress as a simple boolean based on the
1801 current load_depth. (Bug#3892)
1802
40b2d973
AR
18032009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1804
1805 * nsfont.m (ns_has_attribute): Remove.
1806 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
1807
10be7e0d
JL
18082009-07-18 Juri Linkov <juri@jurta.org>
1809
1810 * process.c (Fset_process_query_on_exit_flag): Mention killing
1811 a buffer in docstring.
1812
fa055055
KH
18132009-07-17 Kenichi Handa <handa@m17n.org>
1814
1815 * casetab.c (shuffle): Fix the logic of setting up the cycle.
1816
042f7b69
YM
18172009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1818
1819 * nsfns.m (Fns_set_alpha): Remove function.
1820 (syms_of_nsfns): Don't defsubr it.
1821
1822 * nsterm.m (ns_get_color): Remove incompatible color formats.
1823 (ns_color_to_lisp): Generate #rrggbb color format string.
1824
4be941e3
RS
18252009-07-16 Richard Stallman <rms@gnu.org>
1826
1827 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
1828 (Fset_buffer_auto_saved): Handle save_length = -2.
1829
4e6b227d
CY
18302009-07-16 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * xterm.c (Qx_gtk_map_stock): New var.
1833
1834 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
1835 of calling intern each time.
1836
a1856973
YM
18372009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1838
1839 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
1840 does tiling.
1841
1842 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
1843
497e54d8
KH
18442009-07-14 Kenichi Handa <handa@m17n.org>
1845
72d36834
KH
1846 * font.c (font_vconcat_entity_vectors): New function.
1847 (struct font_sort_data): New member font_driver_preference.
1848 (font_compare): Check font_driver_preference.
1849 (font_sort_entities): The format of the first argument changed.
1850 (font_delete_unmatched): Likewise.
1851 (font_list_entities): The return type changed.
1852 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
1853 (font_find_for_lface): Adjuste for the above changes.
1854 Don't suppress the checking of C even if the repertory supports it.
1855 (Flist_fonts): Adjust for the above changes.
72d36834 1856
1ac9108a
SM
1857 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
1858 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
1859 Reject a font who has adstyle property that is different from a
1860 langname derived from registry property.
1ac9108a 1861 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 1862
b6046155
EZ
18632009-07-13 Eli Zaretskii <eliz@gnu.org>
1864
1865 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
1866 local copy of dirfilename.
1867
fb6b6049
KH
18682009-07-13 Kenichi Handa <handa@m17n.org>
1869
e2402a5e
KH
1870 * chartab.c (sub_char_table_ref_and_range): Fix the range check
1871 against max_char.
1872
fb6b6049
KH
1873 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
1874 calling XSYMBOL (sym).
1875
65156807
EZ
18762009-07-11 Eli Zaretskii <eliz@gnu.org>
1877
1ac9108a
SM
1878 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
1879 New function.
1880 (directory_files_internal) [WINDOWSNT]:
1881 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
1882 the filesystem of the directory is fast or slow.
1883
1884 * w32.c (logon_network_drive): Don't assume PATH is an absolute
1885 file name.
1886 (is_slow_fs): New function.
1887 (stat): Use it to determine whether to issue more system calls to
1888 get accurate file attributes, when w32-get-true-file-attributes is
1889 `local'.
1890
e0ab5fcf
JD
18912009-07-10 Jan Djärv <jan.h.d@swipnet.se>
1892
1893 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 1894 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
1895 parameter font-parameter as default to the font dialog.
1896
784ceded
KH
18972009-07-10 Kenichi Handa <handa@m17n.org>
1898
1899 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
1900
fb8edc0b
EZ
19012009-07-09 Eli Zaretskii <eliz@gnu.org>
1902
1ac9108a 1903 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 1904
fb8edc0b
EZ
1905 * w32.c (stat): Treat UNC file names as residing on remote
1906 drives. (Bug#3542)
1907
635c75b1
KH
19082009-07-09 Kenichi Handa <handa@m17n.org>
1909
1910 * fontset.c (fontset_find_font): Fix previous change.
1911
c1d5ce94
MA
19122009-07-08 Michael Albinus <michael.albinus@gmx.de>
1913
1914 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
1915 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
1916 error flag.
1917
edb61b39
KH
19182009-07-08 Kenichi Handa <handa@m17n.org>
1919
374bf7e4
KH
1920 * fontset.c (fontset_find_font): Fix the logic of handling
1921 charset_matched.
1922 (font_for_char): Delete unused var.
1923 (generate_ascii_font_name): Delete it.
1924
edb61b39
KH
1925 * coding.h (JIS_TO_SJIS2): Fix the code range check.
1926
1927 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
1928 (encode_coding_sjis): Fix the code range check.
1929
0f3f018c
CY
19302009-07-07 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
1933 (Fexpand_file_name): Copy string data properly (Bug#3772).
1934
fcaf6f3a
JD
19352009-07-07 Jan Djärv <jan.h.d@swipnet.se>
1936
1937 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
1938 first MapNotify.
1939
6809ca75
KH
19402009-07-07 Kenichi Handa <handa@m17n.org>
1941
1942 * character.h (unibyte_has_multibyte_table): Delete extern.
1943 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
1944
1945 * charset.c (Fset_charset_priority): Update charset_unibyte.
1946 (syms_of_charset): Initialize charset_unibyte.
1947
1948 * character.c (unibyte_has_multibyte_table): Delete it.
1949 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
1950 charset_unibyte.
1951 (multibyte_char_to_unibyte_safe): Likewise.
1952 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
1953
1ac9108a 1954 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
1955 (x_produce_glyphs): Likewise.
1956
1957 * .gdbinit (xcharset): Fix the treating $arg0.
1958
ad9e2d54
EZ
19592009-07-04 Eli Zaretskii <eliz@gnu.org>
1960
1961 Emulation of `getloadavg' on MS-Windows.
1962 * w32.c: Include float.h
1963 (g_b_init_get_native_system_info, g_b_init_get_system_times)
1964 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
1965 (get_native_system_info, get_system_times): New functions.
1966 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
1967 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
1968 (globals_of_w32): Initialize g_b_init_get_native_system_info,
1969 g_b_init_get_system_times, and num_of_processors.
1970
0a3472c7
JR
19712009-07-03 Jason Rumney <jasonr@gnu.org>
1972
1973 * w32term.c (w32_initialize): Use standard types.
1974
80904120
EZ
19752009-07-03 Eli Zaretskii <eliz@gnu.org>
1976
1977 * dired.c (Ffile_attributes): Decode user and group names by the
1978 locale's encoding. (Bug#3443)
1979
6978862d
DN
19802009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1981
f8d23104
DN
1982 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
1983 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
1984
1985 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
1986
1987 * term.c (init_tty): Remove spurious #ifdef.
1988
6978862d
DN
1989 * m/mips.h: Mention this file is also used for netbsd.
1990 * m/pmax.h: Remove file.
1991
e044e4fc
JD
19922009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1993
1994 * xterm.h (struct x_display_info): Add invisible_cursor.
1995 (struct x_output): Add current_cursor.
1996
1997 * xterm.c (XTtoggle_invisible_pointer): New function.
1998 (x_define_frame_cursor): Don't define cursor if invisible or the
1999 same as before. Set current_cursor.
2000 (x_create_terminal): Set toggle_invisible_pointer_hook.
2001
2002 * xfns.c (make_invisible_cursor): New function.
2003 (x_set_mouse_color): Call make_invisible_cursor.
2004 Set current_cursor.
2005 (x_window): Set current_cursor.
2006
2007 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2008
2009 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2010 inserting a character.
2011 (read_avail_input): Call frame_make_pointer_visible.
2012
2013 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
2014 (frame_make_pointer_invisible, frame_make_pointer_visible):
2015 New functions.
e044e4fc
JD
2016 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2017
2018 * frame.h: Declare frame_make_pointer_invisible and
2019 frame_make_pointer_visible.
2020 (struct frame): Add pointer_invisible.
2021
574c8efa
JD
20222009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2023
7b507248
JD
2024 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2025 frame isn't visible.
2026 (xg_frame_resized): If width/height is -1, get size of window
2027 from X server.
2028
2029 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2030 for MapNotify.
2031
835bdaa7 2032 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 2033 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 2034 (flush_and_sync): Reintroduce.
574c8efa 2035
3f1c6666 20362009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 2037
31fd7c5c 2038 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
2039
2040 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2041 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2042
2043 * frame.h: Declare Qsticky.
2044
cad9ef74
JD
2045 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2046
2047 * nsfns.m (ns_frame_parm_handlers): Ditto.
2048
2049 * frame.c: Declare Qsticky.
2050 (frame_parms): Add sticky.
2051
2052 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2053
2054 * xterm.h: Declare x_set_sticky.
2055
2056 * xterm.c (x_set_sticky): New function.
2057
69b16610
JD
2058 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2059 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2060 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
2061
2062 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2063
2064 * frame.c: Qmaximized is new.
2065 (x_set_frame_parameters): Do not handle fullscreen specially.
2066 Only set width and height if explicitly set.
2067 (x_set_fullscreen): Handle Qmaximized.
2068 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2069 (syms_of_frame): Initialize Qmaximized.
2070
1ac9108a
SM
2071 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2072 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
2073
2074 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
2075 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2076 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
2077 set gravity to NorthWestGravity when USE_GTK.
2078 (set_wm_state): New function.
31fd7c5c 2079 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
2080 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2081 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 2082 or the case when no window manager is running. That means remove calls
3f1c6666
JD
2083 to x_real_positions and x_fullscreen_adjust.
2084
2085 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2086 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2087 flush_and_sync.
2088 (xg_height_changed): New function.
2089 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
2090 and gtk_window_set_policy. Set frame gravity after parsing the
2091 geometry string.
3f1c6666
JD
2092 (xg_update_frame_menubar, free_frame_menubar)
2093 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2094 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2095 Remove calls to xg_frame_set_char_size.
2096
fd503d99
KH
20972009-07-01 Kenichi Handa <handa@m17n.org>
2098
2099 * keyboard.c (decode_keyboard_code): New function.
2100 (tty_read_avail_input): Decode the input bytes if necessary.
2101
1ac9108a
SM
2102 * coding.c (setup_coding_system):
2103 Initialize coding->carryover_bytes to 0.
fd503d99
KH
2104 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2105 use Qno_conversion.
2106
24ed93fb
YM
21072009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2108
2109 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2110
99061dfc
CY
21112009-06-30 Chong Yidong <cyd@stupidchicken.com>
2112
1ac9108a 2113 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 2114
ff90fbde
JR
21152009-06-30 Jason Rumney <jasonr@gnu.org>
2116
2117 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2118 is already loaded.
2119 Set user model ID if supported (bug#1849).
2120
5f445726
JM
21212009-06-29 Jim Meyering <meyering@redhat.com>
2122
2123 Remove useless if-before-xfree test.
2124 * nsfont.m (nsfont_close): Remove useless test.
2125 * term.c (delete_tty): Likewise.
2126 * w32.c (system_process_attributes): Likewise.
2127 * w32font.c (w32font_close): Likewise.
2128 * xfaces.c (x_free_gc): Likewise.
2129 * xselect.c (buffer): Likewise.
2130
b9607587
AS
21312009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2132
2133 * process.c (send_process): Keep decoded string in a local
2134 variable and protect it from GC. (Bug#3521)
2135
89ba96f4
EZ
21362009-06-28 Eli Zaretskii <eliz@gnu.org>
2137
2138 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2139 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2140
098a1589
CY
21412009-06-28 Chong Yidong <cyd@stupidchicken.com>
2142
485422be
CY
2143 * xdisp.c (start_display, handle_face_prop)
2144 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
2145 (redisplay_window, try_window_id, produce_image_glyph):
2146 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 2147
098a1589
CY
2148 * xterm.c (x_update_window_begin, x_new_focus_frame)
2149 (x_scroll_bar_handle_click, handle_one_xevent)
2150 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2151 (x_make_frame_visible, x_make_frame_invisible)
2152 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2153 code chunks that are now obsolete.
2154
78c38319
MA
21552009-06-28 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2158 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2159 for hours, when optimzation is enabled.
2160 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2161 (xd_read_message): Make them static.
2162
4189ed40
CY
21632009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2164
2165 * term.c (turn_on_face): Allow simultaneously bold and dim
2166 terminal faces (Bug#3530).
2167
cd9b5e16
CY
21682009-06-27 Chong Yidong <cyd@stupidchicken.com>
2169
4e23bedb
CY
2170 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2171
cd9b5e16
CY
2172 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2173 truncation glyphs (Bug#3686).
2174
07cc3c35
GM
21752009-06-27 Glenn Morris <rgm@gnu.org>
2176
2177 * m/pmax.h: Restore file, with only netbsd portions.
2178
31fd7c5c 21792009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 2180
cd9b5e16 2181 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 2182
42d4a64f
KH
21832009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2184
2185 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2186 the arg FORCE_SYMBOL.
2187
930fe55b 21882009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
2189
2190 * fontset.c (fontset_find_font): When a usable rfont_def is found
2191 in a fallback font-group, make it the first element of the group.
2192
57ebc3fd
CY
21932009-06-24 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2196
f084f942
KH
21972009-06-24 Kenichi Handa <handa@m17n.org>
2198
2199 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2200 set for C.
2201 (fontset_font): Record the availability of a font for C both in
2202 the realized fontsets of the current one and the default one.
2203
2f686c87
DN
22042009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2205
2206 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2207 conditional, it is always defined on AIX.
2208
666e158e
MB
22092009-06-23 Miles Bader <miles@gnu.org>
2210
2211 * window.c (Vrecenter_redisplay): New variable.
2212 (syms_of_window): Initialize it.
2213 (Qtty): New extern declaration.
2214 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2215
c6da7cd2
JM
22162009-06-23 Jim Meyering <meyering@redhat.com>
2217
1ac9108a
SM
2218 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2219 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 2220 pointer dereferences are guaranteed to be valid.
c6da7cd2 2221
678dca3d
KH
22222009-06-23 Kenichi Handa <handa@m17n.org>
2223
74d75424
KH
2224 * emacs.c (main): Call init_font ().
2225
2226 * font.h (Vfont_log): Extern it.
2227 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2228
2229 * font.c (font_sort_entities, font_list_entities)
2230 (font_matching_entity, font_open_entity)
2231 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2232 (Vfont_log): Delete static.
2233 (font_log_env_checked): Delete this variable.
2234 (font_add_log): Don't check font_log_env_checked.
2235 (font_deferred_log): Check Vfont_log.
2236 (init_font): New function.
2237
678dca3d
KH
2238 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2239
2240 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2241
2242 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2243
2244 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2245
2246 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2247 (face_for_char): Don't call font_deferred_log here.
2248 (font_for_char): Likewise.
2249
8a668709
CY
22502009-06-22 Chong Yidong <cyd@stupidchicken.com>
2251
9a01ee33
CY
2252 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2253 rather than its background_width for drawing the overline and
2254 underline (Bug#489).
2255
2256 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2257 rather than its background_width for drawing the overline and
2258 underline (Bug#489).
ec7c9926
CY
2259 (xg_default_icon_file): New variable.
2260 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2261 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 2262
8a668709
CY
2263 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2264 (load_overlay_strings): Remove externs.
2265 (fast_find_position): Function deleted.
2266 (mouse_face_from_buffer_pos): New function, based on
2267 fast_find_position. Correctly handle before-strings,
2268 display-strings, and after-strings (Bug#1220).
2269 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2270
4d4c02d8
CY
22712009-06-21 Chong Yidong <cyd@stupidchicken.com>
2272
1ac9108a 2273 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
2274 (move_it_in_display_line_to, move_it_in_display_line_to)
2275 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2276
70243478
CY
22772009-06-21 Chong Yidong <cyd@stupidchicken.com>
2278
2279 * Branch for 23.1.
2280
13087e59
JR
22812009-06-21 Jason Rumney <jasonr@gnu.org>
2282
2283 * w32term.c (keyboard_codepage): New static variable.
2284 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2285 (w32_read_socket) [WM_CHAR]: Use it to decode character
2286 input (bug#3237).
2287 (w32_initialize): Initialize it.
2288 (codepage_for_locale): New function.
2289
4735b74e
KR
22902009-06-20 Ken Raeburn <raeburn@raeburn.org>
2291
2292 * process.c (status_message): Pass Faset index argument as a lisp
2293 object, so as to work with USE_LISP_UNION_TYPE.
2294
0e727afa
YM
22952009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2296
2297 * coding.c (Ffind_coding_systems_region_internal):
2298 Cache checked characters.
2299
cf299835
KH
23002009-06-18 Kenichi Handa <handa@m17n.org>
2301
1ac9108a 2302 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 2303
90f20d94
AS
23042009-06-18 Andreas Schwab <aschwab@redhat.com>
2305
2306 * xdisp.c (redisplay_internal): Check that the frame is still
2307 live after redisplay of its windows.
2308 (redisplay_windows): Check that the window is still live.
2309
7f1faf1c
KH
23102009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2311
2312 * coding.c (detect_coding_utf_16): Fix previous change.
2313
cc13543e
KH
23142009-06-16 Kenichi Handa <handa@m17n.org>
2315
2316 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
2317 UTF-16 by checking the dispersion of Eth and Oth bytes.
2318
977b85f4
AS
23192009-06-15 Andreas Schwab <schwab@linux-m68k.org>
2320
2321 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
2322
66bd43d1
KH
23232009-06-15 Kenichi Handa <handa@m17n.org>
2324
2325 * process.c (status_message): Fix previous change. Be sure to
2326 decode a localized string.
2327
cb5ca9c5
YM
23282009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2329
2330 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
2331 add comment explaining why.
2332
ec7709ba 23332009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 2334
ec7709ba 2335 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 2336
4b7f335c
AR
23372009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
2338
2339 * nsfont.m (ns_attribute_value): Remove.
2340 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
2341 (ns_has_attribute): Shrink the normal range.
2342 (ns_findfonts): Don't worry about requested spec in determining
2343 need for synthItal.
e41820ee 2344 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 2345
73b26103
SZ
23462009-06-14 Seiji Zenitani <zenitani@mac.com>
2347
2348 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2349
5753e4da
KH
23502009-06-11 Kenichi Handa <handa@m17n.org>
2351
2352 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2353 overhang for the static composition case.
2354
3561b671
KH
23552009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2356
5753e4da
KH
2357 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2358 overhang for the automatic composition case.
2359
3561b671
KH
2360 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
2361 composition case.
2362
852bbd41
CY
23632009-06-10 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * xdisp.c (get_next_display_element): When handling wrap-prefix
2366 and line-prefix, treat \n as a control character (bug#3502).
2367
9903d1e6
KH
23682009-06-10 Kenichi Handa <handa@m17n.org>
2369
2370 * font.c (font_parse_family_registry): Fix for one-char foundry.
2371 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
2372
0bcbaaaa
CY
23732009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
2374
2375 * process.c (status_message): Fix handling of multibyte signal
2376 string (Bug#3499).
2377
40aa3f13
JM
23782009-06-09 Jim Meyering <meyering@redhat.com>
2379
1f80c7e2
CY
2380 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
2381 color name is missing.
40aa3f13 2382
72d51285
KH
23832009-06-09 Kenichi Handa <handa@m17n.org>
2384
2385 * charset.c (Fmap_charset_chars): In docstring, state clearly that
2386 FROM-CODE and TO-CODE are codepoints of CHARSET.
2387
c1d04d84
AR
23882009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2389
2390 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
2391
23922009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2393
2394 Changes to support :script/:lang/:otf in NS font driver.
2395 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
2396 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
2397 indicate not part of font driver interface, and change callers.
2398 (ns_get_family): Remove pointless null check.
2399 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
2400 ns_spec_to_descriptor, ns_descriptor_to_entity.
2401 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
2402 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
2403 (ns_spec_to_descriptor, ns_descriptor_to_entity)
2404 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
2405 (ns_get_req_script, ns_accumulate_script_ranges)
2406 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
2407 New functions.
2408 (nsfont_list, nsfont_match): Use ns_findfonts.
2409 (nsfont_open): Use font descriptor instead of traits.
2410 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
2411 (dump_glyphstring): Rename to ns_dump_glyphstring.
2412
c7eb9816
AR
2413 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
2414
c1d04d84
AR
2415 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
2416
2417 * fontset.c (fontset_from_font): Remove NS-specific code.
2418
ec7709ba 24192009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
2420
2421 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
2422 nonactive windows.
2423
31fd7c5c 24242009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 2425
1ac9108a 2426 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 2427
68852c13 24282009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
2429
2430 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
2431
6756cd1d
CY
24322009-06-07 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
2435 account for the overflowing of newlines into the last glyph on the
2436 display line (Bug#3482).
2437
28bf482a
DR
24382009-06-05 David Reitter <david.reitter@gmail.com>
2439
ec7709ba
JB
2440 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
2441 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
2442 Fns_selection_exists_p, Fns_selection_owner_p.
2443
fdb55376
JR
24442009-06-03 Jason Rumney <jasonr@gnu.org>
2445
2446 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
2447 available. (Bug#3379)
2448
05129fbe
KH
24492009-05-29 Kenichi Handa <handa@m17n.org>
2450
1ac9108a
SM
2451 * coding.c (get_translation_table):
2452 Check Venable_character_translation.
05129fbe 2453
ec7709ba 24542009-05-26 David Reitter <david.reitter@gmail.com>
15891144 2455
ec7709ba
JB
2456 * nsterm.m (ns_raise_frame): Only raise frame if visible.
2457 (x_make_frame_visible): Move frame to front rather than calling
15891144 2458 ns_raise_frame().
ec7709ba 2459 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 2460 isn't key window.
ec7709ba 2461 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
2462 drawRect may be called by NSView even if the frame is hidden.
2463
ec7709ba
JB
2464 * nsfns.m (Fx_create_frame): Follow other ports in
2465 determining visibility; default to t. Ensure async_visible is set.
15891144 2466
21f73755
EZ
24672009-05-23 Eli Zaretskii <eliz@gnu.org>
2468
2469 * dired.c (Ffile_attributes): Doc fix.
2470
34001e41
CY
24712009-05-22 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
2474
46306a17
SM
24752009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
2478 and xfont_scratch_props.
2479 (syms_of_xfont): Do it here instead.
2480 (xfont_find_ccl_program): Delete, unused.
2481 (xfont_open): Delete unused var `i'.
2482
ef6e0694
KH
24832009-05-21 Kenichi Handa <handa@m17n.org>
2484
2485 * fontset.c (Qlatin): Don't make it static.
2486
46306a17
SM
2487 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
2488 New functions.
ef6e0694
KH
2489 (xfont_scripts_cache, xfont_scratch_props): New variables.
2490 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
2491 (xfont_list_pattern): Argument changed. Callers changed.
2492 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
2493 (xfont_list): Don't reject a font spec with :script property.
2494 (xfont_has_char): Fix setting of encoding.
2495 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
2496 xfont_scratch_props.
2497
24982009-05-19 Kenichi Handa <handa@m17n.org>
2499
46306a17 2500 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
2501 Callers changed.
2502
25032009-05-18 Kenichi Handa <handa@m17n.org>
2504
2505 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2506
ac71ced7
SM
25072009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
2510 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2511
1c6d1051
YM
25122009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2513
2514 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
2515 (x_delete_terminal): Dissociate resource database from display and
2516 then call XrmDestroyDatabase before closing display.
2517
9b9b779c
AR
25182009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2519
2520 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
2521 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
2522 whether selected frame is viable before raising it (based on patch
2523 by David Reitter), and improve commentary.
2524 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 2525
cccd42d5
KH
25262009-05-15 Kenichi Handa <handa@m17n.org>
2527
2528 * font.c (Ffont_spec): Check arguments.
2529
337fbd17
CY
25302009-05-14 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
2533 weight when testing attributes (Bug#3282).
2534
47a6002f
JD
25352009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2536
2537 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
2538 what we expect to get in the next ConfigureNotify event.
2539
9cb363db
YM
2540 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
2541 before Xft one (Bug#1696).
2542
b9126609
CY
25432009-05-07 David Reitter <david.reitter@gmail.com>
2544
2545 * nsfns.m (Fx_display_planes): Compute bitplanes using
2546 NSBitsPerPixelFromDepth (Bug#3207).
2547
27a69fd9
CY
25482009-05-10 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2551
00f37552
TTN
25522009-05-10 Ulrich Mueller <ulm@gentoo.org>
2553
2554 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2555
2d82a920
DR
25562009-05-07 David Reitter <david.reitter@gmail.com>
2557
ec7709ba
JB
2558 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
2559 Respect mouse face background.
2d82a920 2560
46b0d52d
DR
25612009-05-07 David Reitter <david.reitter@gmail.com>
2562
ec7709ba
JB
2563 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
2564 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
2565 in ns_update_begin and ns_update_end.
2566
ce1b23bb
SM
25672009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2568
5996e1b7
SM
2569 * nsfns.m (ns_get_screen): Rewrite.
2570 Don't presume selected-frame is of type `ns'.
2571
ba98e3a0
SM
2572 * font.c (font_update_drivers): Sanity fallback to avoid disabling
2573 all drivers.
2574
ce1b23bb
SM
2575 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
2576
bcda200f
YM
25772009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2578
2579 * keyboard.h (add_user_signal): Fix typo in extern.
2580
2581 * lisp.h (add_user_signal): Remove extern.
2582
2583 * unexelf.c (unexec): Consider a section to precede the .bss section
2584 if its addresses overlap that of .bss.
2585 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
2586 instead of dumping process.
2587
864660a2
SM
25882009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
2591
50da4e56
SM
25922009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
2595
51520a1a
DN
25962009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2597
2598 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
2599 any statements.
2600
409ea3a1
AS
26012009-05-02 Andreas Schwab <schwab@linux-m68k.org>
2602
59c4c60f
AS
2603 * process.c (read_process_output): Make sure the current buffer is
2604 always restored.
2605
409ea3a1
AS
2606 * coding.c (record_conversion_result): Don't modify
2607 Vlast_code_conversion_error for successful result.
2608 (alloc_destination): Don't clobber conversion result. (Bug#1650)
2609
56f00ed2
KH
26102009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2611
2612 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 2613 (load_charset_map): Remove unnecessary code.
56f00ed2 2614
4491c9d2
DR
26152009-04-30 David Reitter <david.reitter@gmail.com>
2616
35f5b128 2617 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
2618 through f24.
2619
6970f632
CY
26202009-04-30 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * xfaces.c (face_at_buffer_position): New arg base_face_id.
2623
2624 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
2625 face_at_buffer_position.
2626 (face_before_or_after_it_pos, get_next_display_element)
2627 (note_mouse_highlight): Update face_at_buffer_position call.
2628
2629 * term.c (term_mouse_highlight):
2630 * msdos.c (IT_note_mouse_highlight):
2631 * fontset.c (Finternal_char_font):
35f5b128 2632 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
2633
2634 * dispextern.h (face_at_buffer_position): Update prototype.
2635
0c616f63
KH
26362009-04-30 Kenichi Handa <handa@m17n.org>
2637
35f5b128 2638 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 2639
ad3aaf33
AS
26402009-04-29 Andreas Schwab <schwab@linux-m68k.org>
2641
2642 * callproc.c (Fcall_process): Fix GC protection. Make sure
2643 current buffer is always restored.
2644
c3c963a0
YM
26452009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2646
2647 * atimer.c (init_atimer): Also clear stopped_atimers.
2648
2649 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
2650
7e3386cb
YM
2651 * process.c (create_process): Clean up merger residues of
2652 2008-07-17 change.
2653
91f68422
CY
26542009-04-29 Ulrich Mueller <ulm@gentoo.org>
2655
2656 * lread.c (Vread_circle): New variable.
2657 (read1): Disable recursive read if Vread_circle is nil.
2658
24b34550
KH
26592009-04-29 Kenichi Handa <handa@m17n.org>
2660
2661 * fontset.h (set_default_ascii_font): Delete extern.
2662
2663 * fontset.c (set_default_ascii_font): Delete this unused function.
2664
2665 * frame.c (x_set_font): When ARG is a font-object, check if the
2666 font-object matches with the ASCII font-spec of the frame's
9c358bda 2667 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 2668
77bf07e1
AS
26692009-04-28 Andreas Schwab <schwab@linux-m68k.org>
2670
2671 * fns.c (Flocale_info): Protect vector from GC during decoding.
2672
2673 * process.c (Fstart_process): Protect argv strings from GC during
2674 encoding.
2675
2c55aacf
AS
26762009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2677
2678 * sysdep.c: Include <ctype.h>.
2679
b892d3c9
DR
26802009-04-27 David Reitter <david.reitter@gmail.com>
2681
35f5b128 2682 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
2683 Remove commented-out code.
2684
9d0644c4
JB
26852009-04-26 Johan Bockgård <bojohan@gnu.org>
2686
2687 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2688
b7053016
JR
26892009-04-25 Jason Rumney <jasonr@gnu.org>
2690
2691 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
2692
4e8231f3
YM
26932009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2694
2695 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
2696 Swap bytes in short integer if fringe bitmap width > 8.
2697
493dcf2c
KH
26982009-04-23 Kenichi Handa <handa@m17n.org>
2699
2700 * xfaces.c (Fx_list_fonts): If a font size is specified in
2701 PATTERN, set it in returned scalable fonts.
2702
401e9e57
CY
27032009-04-22 Chong Yidong <cyd@stupidchicken.com>
2704
708e05dc
CY
2705 * keyboard.c (Fset_input_meta_mode): Doc fix.
2706
2707 * dispnew.c (Fsend_string_to_terminal): Doc fix.
2708
1ac9108a 2709 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
2710
2711 * coding.c (Fterminal_coding_system): Doc fix.
2712
2713 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
2714 (Fx_display_pixel_height, Fx_display_planes)
2715 (Fx_display_color_cells, Fx_server_max_request_size)
2716 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2717 (Fx_display_mm_height, Fx_display_mm_width)
2718 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
2719 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
2720 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
2721 (check_x_display_info): Handle terminal objects instead of
2722 terminal ids.
2723
401e9e57
CY
2724 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
2725 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
2726 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
2727 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 2728
df80c7f0
KH
27292009-04-21 Kenichi Handa <handa@m17n.org>
2730
5a8f12af 2731 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 2732 (font_score): Check AVGWIDTH too.
908567ef 2733
df80c7f0
KH
2734 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
2735 worst case.
1ac9108a
SM
2736 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
2737 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 2738
705af33f
JR
27392009-04-19 Jason Rumney <jasonr@gnu.org>
2740
2741 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 2742 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
2743
2744 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
2745 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
2746 get_phys_cursor_geometry.
2747
b71ac3dd 2748 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
2749 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
2750 using get_phys_cursor_geometry.
2751
2752 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
2753 correctly calculated.
2754
dc2933eb
JD
27552009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2756
1ac9108a
SM
2757 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
2758 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
2759 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
2760 is deprecated.
2761
973e7849
AS
27622009-04-18 Andreas Schwab <schwab@linux-m68k.org>
2763
2764 * font.c (font_put_frame_data): Use xfree instead of free.
2765
314d66f4
JB
27662009-04-17 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * w32font.c (Qja, Qko): Remove declarations.
2769 (syms_of_w32font): Don't DEFSYM them.
2770
cf702558
CY
27712009-04-17 Chong Yidong <cyd@stupidchicken.com>
2772
2773 * font.c (Qja, Qko): Move definitions here from ftfont.c.
2774
2775 * font.h (Qja, Qko): Extern them.
2776
2777 * ftfont.c (Qja, Qko): Remove declarations.
2778
2779 * xfont.c (Qja, Qko): Remove declarations.
2780
b50504f5
KH
27812009-04-17 Kenichi Handa <handa@m17n.org>
2782
bde25748
KH
2783 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
2784 string from a vector to handle Latin-1 characters correctly.
2785
b50504f5
KH
2786 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
2787 entity even if the cache hits.
2788
f4646fff
AS
27892009-04-16 Andreas Schwab <schwab@linux-m68k.org>
2790
2791 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 2792 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 2793
e7deaab0
AS
2794 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
2795 * lisp.h: Adjust prototypes.
2796
0a0e7d49
CY
27972009-04-16 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
2800 change (Bug#3003).
2801
3c908a57
KH
28022009-04-16 Kenichi Handa <handa@m17n.org>
2803
1ac9108a 2804 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
2805
2806 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
2807 adstyle.
2808
2809 * ftfont.c (Qja, Qko): Don't make them static.
2810 (enum ftfont_cache_for): New enum.
2811 (fc_charset_table): Undo the previous change.
2812 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
2813 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
2814 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
2815 non-scarable font, try to get AVERAGE_WIDTH.
2816 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
2817 Change ft_face_cache from a list of a hash-table. Don't check
2818 `ja' and `ko' adstyle here.
2819 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
2820 FTFONT_CACHE_FOR_CHARET.
2821 (ftfont_get_charset): Undo the previous change.
1ac9108a 2822 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
2823 (ftfont_close): Likewise.
2824 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
2825
2826 * font.c (font_sort_entites): Change the meaning of the arg
2827 BEST-ONLY. Don't optimize for VEC of lenght 1.
2828 (font_select_entity): Just return the value of font_sort_entites.
2829
2830 * xfaces.c (merge_face_vectors): Reflect font properties in
2831 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
2832 font_clear_prop if a face attribute doesn't change.
2833
3c908a57
KH
2834 * charset.h (charset_ksc5601): Extern it.
2835
2836 * charset.c (charset_ksc5601): New variable.
2837 (Fdefine_charset_internal): Set charset_ksc5601.
2838 (init_charset_once): Initialize charset_ksc5601 to -1.
2839
d65859c3
DN
28402009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2841
2842 * fileio.c (history_delete_duplicates): Remove unused declaration.
2843
2844 * callint.c (history_delete_duplicates): New declaration.
2845 (Fcall_interactively): Remove command history duplicates when
2846 history_delete_duplicates is true.
2847
3ba010e5
EZ
28482009-04-14 Eli Zaretskii <eliz@gnu.org>
2849
2850 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
2851
06f19b91
KH
28522009-04-14 Kenichi Handa <handa@m17n.org>
2853
2854 * font.c (Ffont_info): Fix docstring. Fix the second element of
2855 the returned value (bug#2949).
2856
2cce8bfc
CY
28572009-04-14 Chong Yidong <cyd@stupidchicken.com>
2858
2859 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
2860
d156542d
KH
28612009-04-14 Kenichi Handa <handa@m17n.org>
2862
2863 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
2864 encoding charset is ascii_compatible.
2865
2866 * charset.c (Fdefine_charset_internal): Make charset
2867 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
2868 code_offset is 0, and covers all ASCII characters.
2869
86fa089e
SM
28702009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
2873 (ns_string_to_pasteboard_internal):
2874 * nsmenu.m (process_dialog):
2875 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
2876 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
2877 * lisp.h (Fx_load_color_file): Declare.
2878
a8a3728b
KH
28792009-04-13 Kenichi Handa <handa@m17n.org>
2880
1ac9108a 2881 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
2882 (font_select_entity): Suppress the code to optimize for the same
2883 kind of fonts.
2884 (font_load_for_lface): Get a font that supports at least ASCII
2885 characters.
2886
2887 * ftfont.c (Qja, Qko): New variables.
2888 (fc_charset_table): Delete uniquifier data for iso8859-1.
2889 (ftfont_get_latin1_charset): New function.
2890 (get_adstyle_property): New function.
2891 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
2892 bitmap fonts.
2893 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
2894 Delete iso-8859-1 range from the charset of fonts whose adstyle is
2895 `ko' or `ja'.
2896 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 2897 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
2898 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
2899 property.
2900 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
2901 (syms_of_ftfont): DEFSYM Qja and Qko.
2902
483670b5
KH
29032009-04-09 Kenichi Handa <handa@m17n.org>
2904
12b55765
KH
2905 * charset.c (map_charset_chars): For a charset of `superset'
2906 method, fix calculation of code range.
2907
483670b5
KH
2908 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
2909 from the list of extra properties.
2910 (font_clear_prop): Be sure to delete `:name' font property.
2911
57d3b93b
KH
29122009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2913
b4b2c2ca
YM
2914 * dispnew.c (redraw_overlapping_rows): Fix detection of
2915 overlapping for topmost and bottommost rows.
2916
1ac9108a 2917 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 2918
472c3609
JR
29192009-04-06 Jason Rumney <jasonr@gnu.org>
2920
2921 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
2922
ab193662
KH
29232009-04-06 Kenichi Handa <handa@m17n.org>
2924
2925 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
2926
2927 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
2928
0c26f026
KH
29292009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2930
2931 * ftfont.c (ftfont_open): Fix checking of the return value of
2932 FT_Load_Char. Fix setting font->underline_thickness.
2933
e173bbce
CY
29342009-04-04 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
2937 (Fterminal_parameters, Fterminal_parameter)
2938 (Fset_terminal_parameter): In doc string, refer to terminal
2939 objects rather than terminal ids.
2940
693a2698
EZ
29412009-04-04 Eli Zaretskii <eliz@gnu.org>
2942
2943 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
2944 ret_lim_data. (Bug#2867)
2945
d5221487
CY
29462009-04-03 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
2949 so they don't get wider than the window, matching 2006-01-23
2950 change to the partner function in xdisp.c (Bug#2800).
2951
223509a3
KH
29522009-04-03 Kenichi Handa <handa@m17n.org>
2953
2954 * print.c (print_object): Make each lowest sub_char_table start a
2955 new line (Bug#2866).
2956
74fcd0b1
KH
29572009-04-02 Kenichi Handa <handa@m17n.org>
2958
2959 * fontset.c (fontset_font): Record no-font when a fontset
2960 explicitly tells not to try another font-specs.
2961
c542407d
SM
29622009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
2963
2964 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
2965
e3869731
KH
29662009-03-30 Kenichi Handa <handa@m17n.org>
2967
d8d2f142
KH
2968 * fontset.c (fontset_from_font): Specify only registry in a
2969 font-spec for all characters supported by that registry.
2970
e3869731
KH
2971 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
2972 even if HAVE_M17N_FLT is not defined.
2973
5da5f805
CY
29742009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
2975
2976 * ftfont.c: Conditionalize prototyping and use of
2977 ftfont_variation_glyphs.
2978
ab226c50
SM
29792009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2980
9628fed7
SM
2981 * frame.c (delete_frame): Work around compiler bug.
2982
2983 * editfns.c (general_insert_function): Adjust to insdel.c changes.
2984 * insdel.c (prepare_to_modify_buffer, signal_before_change):
2985 Some more EMACS_INT.
2986 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
2987
2988 * xdisp.c (dump_glyph): Fix typo.
2989
ae19ba7c
SM
2990 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2991 (adjust_markers_gap_motion, adjust_markers_for_delete)
2992 (adjust_markers_for_insert, adjust_point)
2993 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
2994 (make_gap, copy_text, count_size_as_multibyte, insert)
2995 (insert_and_inherit, insert_before_markers)
2996 (insert_before_markers_and_inherit, insert_1)
2997 (count_combining_before, count_combining_after, insert_1_both)
2998 (insert_from_string, insert_from_string_before_markers)
2999 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3000 (insert_from_buffer_1, adjust_after_replace)
3001 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3002 (replace_range_2, del_range, del_range_1, del_range_byte)
3003 (del_range_both, del_range_2, modify_region)
3004 (prepare_to_modify_buffer, signal_before_change)
3005 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3006 for buffer positions and sizes.
3007 * lisp.h: Adjust prototypes accordingly.
3008
3009 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3010 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3011 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3012
ab226c50
SM
3013 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3014
46dfb8fb
JD
30152009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3016
3017 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3018 lines and columns so we keep the same pixel height and width.
3019
3020 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3021 the property _NET_WM_STATE has changed.
46dfb8fb
JD
3022 (x_handle_net_wm_state): New function to update frame parameter
3023 fullscreen.
3024 (x_term_init): Initialize atoms for _NET_WM_STATE.
3025
3026 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3027
d347e494
SM
30282009-03-27 Kevin Ryde <user42@zip.com.au>
3029
3030 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3031 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3032 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3033 (Fgpm_mouse_stop): Pass that new parameter.
3034 * termhooks.h (close_gpm): Adjust prototype.
3035
84db11d6
SM
30362009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3037
c95a5008
SM
3038 * lisp.h (Fx_focus_frame): Declare.
3039
84db11d6
SM
3040 * callint.c (Fcall_interactively): For '^' just delegate the work to
3041 handle-shift-selection.
3042 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3043
0a1958d6
CY
30442009-03-24 Chong Yidong <cyd@stupidchicken.com>
3045
0bfdff23
CY
3046 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3047
0a1958d6
CY
3048 * data.c (Qinteractive_form): New variable.
3049 (Finteractive_form): Use it.
3050
3051 * eval.c (Fcommandp): Use Qinteractive_form.
3052
58aec0d6
JR
30532009-03-24 Jason Rumney <jasonr@gnu.org>
3054
3055 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3056 Calculate total size precisely. Decode environment variables
3057 before substituting. (Bug#38)
3058
553dd618
KH
30592009-03-24 Kenichi Handa <handa@m17n.org>
3060
3061 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 3062 encoding (Bug#2722).
553dd618 3063
c39ea606
JD
30642009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3065
3066 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3067 that gdpy is set.
3068
bc9b2b5e
AM
30692009-03-22 Alan Mackenzie <acm@muc.de>
3070
3071 * callint.c (Finteractive): Clarify the doc string - even
3072 promptless elements need \n separators.
3073
9f995a76
JR
30742009-03-22 Jason Rumney <jasonr@gnu.org>
3075
3076 * w32term.c (syms_of_w32term): Doc fix for
3077 x-use-underline-position-properties.
3078
22749e9a
EZ
30792009-03-21 Eli Zaretskii <eliz@gnu.org>
3080
3081 * w32.c (getpwuid): Change argument type to unsigned.
3082 (struct w32_id): Change type of `rid' member to unsigned.
3083 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3084 argument ID to unsigned. All callers changed.
3085 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3086
e00553bf
EZ
30872009-03-20 Eli Zaretskii <eliz@gnu.org>
3088
3089 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3090 negative, produce a float value.
3091
3092 * dired.c (make_uid, make_gid): New functions.
3093 (Ffile_attributes): Use them to avoid negative UID and GID.
3094
f761d6b6
JB
30952009-03-20 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3098 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3099 Fix typos in docstrings.
3100
d507f8d7
KH
31012009-03-19 Kenichi Handa <handa@m17n.org>
3102
3103 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
3104 changed, use font_load_for_lface to get a new font object.
3105 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
3106
3107 * frame.c (x_set_font): Handle the case that ARG is a cons.
3108
c68845e0
GM
31092009-03-19 Glenn Morris <rgm@gnu.org>
3110
3111 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3112
bfa49dd1
CY
31132009-03-19 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3116
8458d4c1
KH
31172009-03-19 Kenichi Handa <handa@m17n.org>
3118
3119 * charset.c (load_charset_map_from_file): When a mapfile can't be
3120 loaded, signal an error.
3121
78e7d1fe
EZ
31222009-03-18 Eli Zaretskii <eliz@gnu.org>
3123
3124 * dired.c (Ffile_attributes): Make sure UID and GID are always
3125 positive, even if the value is too large for a positive EMACS_INT.
3126 Doc fix.
3127
3128 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3129
5da9fdfa
YM
31302009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3131
3132 * xmenu.c (xdialog_show): Move Fredisplay call ...
3133 (Fx_popup_dialog): ... here.
3134
7519c40d
SM
31352009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * dired.c (file_name_completion): Disable the first optimization just
3138 installed, since it is not implemented correctly.
3139
2cd298e2
SM
31402009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3141
3142 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 3143 only if the entry can affect bestmatch.
2cd298e2
SM
3144 Stop the search early, as Ftry_completion already does.
3145
48d37adf
CY
31462009-03-17 Chong Yidong <cyd@stupidchicken.com>
3147
e10c9c93 3148 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 3149
9286b16a
CY
31502009-03-15 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * keyboard.c (parse_menu_item): Don't display remappings as menu
3153 equivalent bindings (Bug#788).
3154
f7b146dc
JR
31552009-03-15 Jason Rumney <jasonr@gnu.org>
3156
3157 * w32term.h (WM_EMACS_PAINT): New message.
3158 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3159 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3160 before passing to lisp thread. (Bug#950)
3161
f761d6b6 31622009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 3163
d93f9575
CY
3164 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3165 variable as it was never reset.
3166 (ns_term_init): Remove initialization of Lisp-settable defaults
3167 and ns_expand_space.
3168 (-setPanelFromDefaultValues): Remove ns_expand_space.
3169 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3170 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
3171 i.e. no additional spacing, similar to Carbon port.
3172
d93f9575
CY
3173 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3174 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 3175
305018ec
JD
31762009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3177
3178 * sound.c (alsa_configure): Remove call to deprecated
3179 snd_pcm_sw_params_set_xfer_align.
3180
f761d6b6 31812009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
3182
3183 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3184 after clicking in a detached tool bar.
3185 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3186
46e722a9
SM
31872009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3188
348db3dd
SM
3189 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3190 int/Lisp_Object mixup).
46e722a9 3191
a3d16f39
KH
31922009-03-13 Kenichi Handa <handa@m17n.org>
3193
3194 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 3195 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
3196 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3197 (set_fontset_font): Change ARG to a vector. Handle range_list in
3198 ARG correctly.
3199 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 3200 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
3201 the above change.
3202 (fontset_from_font): Fix previous change.
fe24f56a 3203 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
3204 entry. If FONTSET is the default fontset, don't set the extra
3205 slot of the returning char-table.
3206
b066e6b6
JB
32072009-03-12 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * nsfns.m (Fx_close_connection): Doc fix.
3210 (Fns_do_applescript): Reflow docstring.
3211 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3212 (Fx_display_pixel_width, Fx_display_pixel_height)
3213 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3214 Fix typos in docstrings.
3215 (Fns_set_alpha): Fix typos in error messages.
3216
d472514e 32172009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 3218
d472514e 3219 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
3220 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3221 were used for such events.
3222
d472514e
JB
3223 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3224 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 3225
d472514e 3226 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
3227 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3228
fb930676
KH
32292009-03-11 Kenichi Handa <handa@m17n.org>
3230
ff85581a
KH
3231 * font.h (font_open_by_spec): Extern it.
3232
c50b7e98
KH
3233 * font.c (font_open_by_spec): New function.
3234 (font_open_by_name): Use font_open_by_spec.
3235
fb930676
KH
3236 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3237 fontset of the frame.
3238
3239 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3240 modify the default font of frames that use this fontset.
3241 (num_auto_fontsets): New variable.
3242 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3243 name. Be sure to set FONTSET_ASCII to the correct font name.
3244 (update_auto_fontset_alist): New function.
3245
df4e8455
JB
32462009-03-11 Juanma Barranquero <lekktu@gmail.com>
3247
3248 * makefile.w32-in: Update dependencies.
3249
0a375797
AR
32502009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3251
3252 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3253
61313fa3
SM
32542009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3257
b55103fb
CY
32582009-03-10 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * lread.c (Feval_buffer): Doc fix.
3261
dde2559c
KH
32622009-03-09 Kenichi Handa <handa@m17n.org>
3263
3264 * charset.c (Qfile_name_handler_alist): Extern it.
3265 (load_charset_map_from_file): Temporarily bind
3266 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3267
df4e8455 32682009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 3269
47f588bb
GM
3270 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3271 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 3272
4ddf94bd
AR
32732009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3274
4c9bdfc2
AR
3275 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3276 (x_set_window_size): Change back to calculated method of setting
3277 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
3278 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3279 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3280
fe41ae9e
AR
3281 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3282
4c9bdfc2
AR
3283 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3284 accelerator in parens under GNUstep.
3285
825d0875
KH
32862009-03-06 Kenichi Handa <handa@m17n.org>
3287
3288 These changes are to detect incorrect composition sequence without
f3b3be74 3289 looking ahead the source. (Bug#2370)
825d0875
KH
3290
3291 * coding.h: Include "composite.h".
3292 (enum compisition_state): New enum.
3293 (struct compisition_status): New struct.
3294 (struct iso_2022_spec): New member cmp_status.
3295 (struct emacs_mule_spec): New struct.
3296 (struct coding_system): New members ctext_extended_segment_len and
3297 embedded_utf_8. Change the union member
3298 spec.emacs_mule_full_support to spec.emacs_mule.
3299
3300 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3301 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 3302 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
3303 (ADD_COMPOSITION_DATA): New arg nbytes.
3304 (emacs_mule_char): New arg cmp_status.
3305 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3306 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3307 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3308 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3309 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3310 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3311 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3312 (EMACS_MULE_COMPOSITION_END): New macro.
3313 (emacs_mule_finish_composition): New function.
3314 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
3315 (decode_coding_emacs_mule): Avoid long looking ahead while
3316 handling composition.
3317 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
3318 (ENCODE_COMPOSITION_RULE): New macro.
3319 (finish_composition): New function.
3320 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
3321 (DECODE_COMPOSITION_START): New implementation.
3322 (DECODE_COMPOSITION_END): Likewise.
3323 (STORE_COMPOSITION_RULE): New macro.
3324 (decode_coding_iso_2022): Avoid long looking ahead while handling
3325 composition, CTEXT extended segment, and embedded UTF-8.
3326 (setup_coding_system): For a coding of type iso-2022, reset
3327 CODING_ISO_EXTSEGMENT_LEN (coding) and
3328 CODING_ISO_EMBEDDED_UTF_8 (coding).
3329 (get_translation): Delete arguments last_block, from_nchars,
3330 to_nchars. Callers changed.
3331 (produce_chars): Don't modify charbuf. Adjusted for the change of
3332 get_translation.
98a326f7 3333 (produce_composition): Adjust for the new annotation sequence.
825d0875 3334 (handle_composition_annotation): Likewise.
98a326f7 3335 (consume_chars): Adjust for the change of get_translation.
825d0875 3336
ccbc4452
AR
33372009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3338
4ddf94bd 3339 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 3340
988a7ddb
KH
33412009-03-05 Kenichi Handa <handa@m17n.org>
3342
3343 * font.c (font_select_entity): New function.
3344 (font_find_for_lface): Use font_select_entity to select a font.
3345
3346 * fontset.c (fontset_find_font): If a font found without
a8a3728b 3347 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
3348 font with C restriction.
3349
98a326f7 33502009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 3351
be1bce46 3352 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 3353
10ea2b82
JR
33542009-03-04 Jason Rumney <jasonr@gnu.org>
3355
2c93b248 3356 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 3357 characters that have already been read. (Bug#2569)
2c93b248 3358
10ea2b82
JR
3359 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
3360 Log an error message if check_image_size failed.
3361 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 3362 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 3363
71a0c011
EZ
33642009-03-02 Eli Zaretskii <eliz@gnu.org>
3365
3366 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
3367 when decoding process output.
3368
2f63bba8
RS
33692009-03-01 Richard M Stallman <rms@gnu.org>
3370
3371 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
3372
3373 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
3374
0a9564cb
EZ
33752009-02-28 Eli Zaretskii <eliz@gnu.org>
3376
3377 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
3378 (decode_coding_emacs_mule, decode_coding_iso_2022)
3379 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3380 (decode_coding_raw_text, decode_coding_charset)
3381 (setup_coding_system, decode_eol, decode_coding, consume_chars):
3382 Honor inhibit-eol-conversion. (Bug #2186)
3383
449148b3
JR
33842009-02-28 Jason Rumney <jasonr@gnu.org>
3385
3386 * coding.c (detect_coding_charset): If not checking latin extra,
3387 fail on characters between 0x80 and 0xA0. (Bug#2354)
3388
a4aee864
EZ
33892009-02-28 Eli Zaretskii <eliz@gnu.org>
3390
3391 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 3392 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 3393
d88bee5a
GM
33942009-02-27 Glenn Morris <rgm@gnu.org>
3395
3396 * callint.c (Finteractive): Doc fix.
3397
a808f22d
KH
33982009-02-27 Kenichi Handa <handa@m17n.org>
3399
3400 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
3401
caf8d60c
CY
34022009-02-27 Chong Yidong <cyd@stupidchicken.com>
3403
3404 * font.c (font_style_to_value): Set value for unknown symbols to
3405 100 instead of 255.
b61137ea
CY
3406 (weight_table, slant_table, width_table): Treat "unspecified" as
3407 the default value.
caf8d60c 3408
1a0de25c
JB
34092009-02-26 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
3412
8fc45744
JB
34132009-02-25 Juanma Barranquero <lekktu@gmail.com>
3414
107bd7d1
JB
3415 * lread.c (Fload): Stop checking Vloads_in_progress and signal
3416 error as soon as a recursive load is detected.
8fc45744 3417
f097e223
AR
34182009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3419
3420 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
3421 before caching.
3422
8810a12f
KH
34232009-02-24 Kenichi Handa <handa@m17n.org>
3424
3425 * fontset.c (fontset_find_font): Fix the condition for checking
3426 unavailable font.
3427
2c7d1565
GM
34282009-02-24 Glenn Morris <rgm@gnu.org>
3429
3430 * xfaces.c (Finternal_set_font_selection_order): Remove leading
3431 whitespace that confuses documentation.
3432
a20878b6
MB
34332009-02-23 Miles Bader <miles@gnu.org>
3434
3435 * process.c (Flist_system_processes, Fprocess_attributes)
3436 (syms_of_process): Rename `system-process-attributes' to
3437 `process-attributes'.
3438
b3b58c01
AS
34392009-02-22 Andreas Schwab <schwab@linux-m68k.org>
3440
1b3b981b
AS
3441 * coding.h (struct coding_system): Make safe_charsets a pointer to
3442 unsigned char.
3443 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
3444 being 255.
3445 (SAFE_CHARSET_P): Likewise.
3446 (setup_iso_safe_charsets): Properly setup safe_charsets.
3447 (Fdefine_coding_system_internal): Likewise.
3448 (setup_coding_system): Likewise. Remove unneeded casts.
3449 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
3450 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
3451 unneeded casts.
3452
b3b58c01
AS
3453 * insdel.c (del_range_2): Don't modify gap contents when called
3454 from decode_coding_object. (Bug#1809)
3455
0b6f228c
CY
34562009-02-21 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
3459 Qfont_object.
3460 (Ftype_of): Recognize font objects.
3461
3462 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
3463
3464 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
3465 moved to data.c.
3466
52f8870b
AR
34672009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3468
3469 * nsterm.m (x_make_frame_invisible): Unset async_visible,
3470 async_iconified. Based on a patch by Christian Lynbech
3471 <christian.lynbech@tieto.com>.
3472 (EmacsView-windowDidMiniaturize:): Unset async_visible.
3473
7087d5e9
GM
34742009-02-20 Glenn Morris <rgm@gnu.org>
3475
3476 * syntax.c (Fskip_chars_forward): Fix doc typo.
3477
41d2ceef
CY
34782009-02-20 Chong Yidong <cyd@stupidchicken.com>
3479
3480 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
3481
1a3b7ca6
CY
34822009-02-19 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
3485
73cce38d
KH
34862009-02-19 Kenichi Handa <handa@m17n.org>
3487
3488 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 3489 Don't overflow coding->carryover. (Bug#2370)
73cce38d 3490
a51092ee
DN
34912009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3492
3493 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
3494
c423ecca
KH
34952009-02-18 Kenichi Handa <handa@m17n.org>
3496
3497 * font.c (font_check_otf_features): Fix handling of `nil' element.
3498 (Ffont_spec): Describe :lang and :otf in the docstring.
3499
4c1958f4
AS
35002009-02-16 Andreas Schwab <schwab@suse.de>
3501
3502 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
3503 string.
3504
5704f39a
KH
35052009-02-16 Kenichi Handa <handa@m17n.org>
3506
3507 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 3508 (Bug#1723)
5704f39a 3509
8f0085aa
CY
35102009-02-14 Chong Yidong <cyd@stupidchicken.com>
3511
a057d86a 3512 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
3513
3514 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
3515 (handle_line_prefix): Suppress wrapping of wrap prefixes.
3516
aff01dd9
EZ
35172009-02-14 Eli Zaretskii <eliz@gnu.org>
3518
3519 * msdos.c (MAX_SCREEN_BUF): New macro.
3520 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
3521 Encode the entire run of glyphs sharing the same face, instead of
3522 doing that one glyph at a time (fixes a bug with displaying
3523 double-size characters).
3524
ba301db3
AR
35252009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3526
3527 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
3528
3529 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
3530 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 3531 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
3532
3533 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 3534 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 3535
51d861de
SM
35362009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
3539 invisible areas.
3540
7fed8996
JR
35412009-02-12 Jason Rumney <jasonr@gnu.org>
3542
631ea4fb
JR
3543 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
3544 (add_font_entity_to_list): Call check_face_name even when family
3545 is unspecified.
3546
cb4a3e42
JR
3547 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3548 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 3549 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 3550
7fed8996 3551 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 3552 raster fonts. (Bug#2219)
7fed8996 3553
895416e3
KH
35542009-02-12 Kenichi Handa <handa@m17n.org>
3555
3556 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
3557 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
3558 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 3559 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
3560 (find_automatic_composition): While looking forward and backward,
3561 check static composition. Fix where to stop looking forward.
3562 (composition_adjust_point): Fix checking of static composition.
3563 (Fcomposition_get_gstring): Pay attention to
1dacf998 3564 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
3565
3566 * lisp.h (fast_looking_at): Extern it.
3567
3568 * search.c (fast_looking_at): New function.
3569
51d861de 3570 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
3571 <struct glyph>.u.cmp.to.
3572 (append_composite_glyph): Likewise.
3573
51d861de 3574 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
3575 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
3576 composition.
51d861de 3577 (append_composite_glyph): Adjust for the change of
895416e3
KH
3578 <strcut glyph>.u.cmp.to.
3579
8510724d
JB
35802009-02-11 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * casetab.c (init_casetab_once):
3583 * coding.c (ALLOC_CONVERSION_WORK_AREA):
3584 * font.c (font_update_lface):
3585 * fontset.c (Fnew_fontset):
3586 * ftfont.c (ftfont_drive_otf):
3587 * xfont.c (xfont_open):
3588 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
3589
294fa707
SM
35902009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * fileio.c (Fwrite_region): !NILP -> CONSP.
3593
b5bfebec
AS
35942009-02-10 Andreas Schwab <schwab@suse.de>
3595
3596 * process.c (send_process): Properly relocate pointer into data
adab88bd 3597 when using encoded data. (Bug#2272)
b5bfebec 3598
cb84a2be
KH
35992009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
3600
3601 * coding.c (detect_coding_charset): Fix previous change.
3602
89e09428
JR
36032009-02-08 Jason Rumney <jasonr@gnu.org>
3604
3605 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 3606 disappeared while hourglass was displayed. (Bug #2193)
89e09428 3607
4470a277
AS
36082009-02-07 Andreas Schwab <schwab@suse.de>
3609
3610 * unexelf.c (unexec): Fix error message.
3611
3175b12a
AR
36122009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
3613
3614 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 3615 when modal window is active. (Bug #2152)
3175b12a
AR
3616 (applicationShouldTerminate:): Remove now-unneeded while loop
3617 around NSRunAlertPanel.
3618
3619 * nsmenu.m (popupSession): New file-global variable.
3620 (pop_down_menu): End the popupSession before closing dialog.
3621 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
3622 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
3623 don't query NSApp for events (just sleep instead).
3624
8434d0b8
EZ
36252009-02-07 Eli Zaretskii <eliz@gnu.org>
3626
51d861de
SM
3627 * coding.c (syms_of_coding) <translation-table-for-input>:
3628 Modify doc string to discourage use for character code unification.
8434d0b8 3629
aa82edfd
CY
36302009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3631
3632 * atimer.c (run_timers): Update pending_atimers.
3633
2d283c7c
CY
36342009-02-06 Chong Yidong <cyd@stupidchicken.com>
3635
eb306cab
CY
3636 * image.c (svg_load_image): Fix last change.
3637
2d283c7c
CY
3638 * xfns.c (Fx_create_frame): Signal an error if no font is
3639 found (Bug#2147).
3640
4d8e170e
JB
36412009-02-05 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * character.c (syms_of_character) <script-representative-chars>:
3644 Fix typo in docstring.
3645
c96169a0
AR
36462009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3647
3648 * nsmenu.m (pop_down_menu): New function.
3649 (ns_popup_dialog): Call it on unwind.
3650 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
3651 call timer_check() (Bug#2154).
3652 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
3653 handling_signal is set.
3654 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
3655
31fd7c5c 3656 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
3657
3658 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
3659
3660 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
3661
51d861de
SM
3662 * keyboard.c (poll_for_input_1, handle_async_input):
3663 Set handling_signal under HAVE_NS.
c96169a0 3664
aacd8ba1
GM
36652009-02-04 Glenn Morris <rgm@gnu.org>
3666
3667 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
3668
4cb75c4b
KH
36692009-02-04 Kenichi Handa <handa@m17n.org>
3670
3671 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
3672
3673 * charset.c (Fchar_charset): New optional arg restriction.
3674
3675 * coding.h (coding_system_charset_list): Extern it.
3676
3677 * coding.c (coding_system_charset_list): New function.
3678
3679 * composite.c: Include coding.h and termhooks.h.
3680 (composition_gstring_p): Fix for the terminal case.
3681 (composition_gstring_width): Likewise.
3682 (fill_gstring_body): Likewise.
3683 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
3684 the frame.
3685 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
3686 is within a composition.
867d4bb3 3687 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
3688
3689 * term.c (encode_terminal_code): Fix handling of composition.
3690 (produce_composite_glyph): For static composition, get pixel_width
3691 from struct composition.
3692
826ba17e
AS
36932009-02-02 Andreas Schwab <schwab@suse.de>
3694
3695 * unexelf.c (unexec): Handle unaligned bss offset.
3696
8ad093db
AR
36972009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3698
3699 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
3700 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 3701
8ad093db
AR
3702 * keyboard.c (handle_interrupt): Don't call
3703 quit_throw_to_read_char() under NS.
d0a76a6e 3704
8ad093db
AR
3705 * blockinput.h: Remove NS-specific code.
3706
4d18a7a2
DN
37072009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
3708
db878925
DN
3709 * dispnew.c (window_change_signal): Don't try to get the size of a
3710 suspended tty frame.
3711 * term.c (Fresume_tty): Resize if the size has changed while the
3712 tty was suspended.
3713
4d18a7a2
DN
3714 * alloc.c (mark_stack): Properly conditionalize previous change.
3715
8984df7c
JB
37162009-01-30 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
3719 * w32term.c (w32_read_socket) [SYNC_INPUT]:
3720 Remove; this code is not used on Windows.
3721
75f4f1ac
EZ
37222009-01-30 Eli Zaretskii <eliz@gnu.org>
3723
3724 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
3725 EOLs that also has stray ^M characters.
3726
07a1e794
JB
37272009-01-30 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * atimer.c (run_timers, alarm_signal_handler):
3730 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
3731 * w32inevt.c (w32_console_read_socket):
3732 * w32term.c (w32_read_socket):
3733 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
3734
a8b11cc9
CY
37352009-01-30 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
3738 Initialize it as a relative filename pattern.
3739 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
3740 (Fcall_process_region): Simplify temp file creation using
3741 temporary-file-directory.
3742
c279587b
EZ
37432009-01-29 Eli Zaretskii <eliz@gnu.org>
3744
3745 * msdos.c: Rename pending_signals to msdos_pending_signals.
3746 (sig_suspender, sigprocmask): Adjust.
3747
a8fe3242
CY
37482009-01-29 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * keyboard.c (pending_signals): New var.
3751 (poll_for_input, input_available_signal, init_keyboard): Set it.
3752 (process_pending_signals): New function.
3753
3754 * lisp.h (QUIT): Check pending_signals instead of
3755 interrupt_input_pending. Use process_pending_signals.
3756
51d861de 3757 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 3758
51d861de 3759 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
3760
3761 * sysdep.c (emacs_write): Use process_pending_signals.
3762
3763 * xterm.c (XTread_socket): Update pending_signals.
3764
3765 * w32term.c (w32_read_socket): Update pending_signals.
3766
3767 * w32inevt.c (w32_console_read_socket): Update pending_signals.
3768
6570a1c4
KH
37692009-01-29 Kenichi Handa <handa@m17n.org>
3770
3771 * xftfont.c (xftfont_has_char): New function.
3772 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
3773
d72a4afa
AR
37742009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3775
3776 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
3777 under GNUstep.
3778 (ns_query_color): New declaration.
3779
3780 * nsterm.m (ns_confirm_quit): New variable.
3781 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
3782 (EmacsApp-applicationShouldTerminate:): Use it.
3783 (EmacsPrefsController): Let user set it.
3784 (ns_query_color): New function.
3785 (ns_defined_color): Use it.
3786 (ns_initialize): Drop.
3787 (ns_term_init): Add two lines from ns_initialize(), and set
3788 input_interrupt_mode to nil.
3789
3790 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 3791 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 3792
9fe78804
KH
37932009-01-28 Kenichi Handa <handa@m17n.org>
3794
3795 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
3796 (fontset_get_font_group): Remember that no font-group is specified
3797 for C.
9fe78804 3798
fa57de36
CY
37992009-01-27 Chong Yidong <cyd@stupidchicken.com>
3800
930600e9
CY
3801 * fns.c (concat): Check for string overflow (bug#1787).
3802
fa57de36
CY
3803 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
3804 Quadruple undo limits (bug#1501).
3805
7179ce7b
KH
38062009-01-27 Kenichi Handa <handa@m17n.org>
3807
3808 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
3809 directly use GT_Get_Char_index.
3810
3811 * xftfont.c (struct xftfont_info): New member `index'.
3812
3813 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 3814 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 3815
5be8fcc0
CY
38162009-01-26 Kenichi Handa <handa@m17n.org>
3817
3818 * fontset.c (fontset_find_font): Fix handling of non-cons return
3819 value of fontset_get_font_group.
3820 (fontset_font): Revert last change.
3821
19ae3e61
JR
38222009-01-26 Jason Rumney <jasonr@gnu.org>
3823
3824 * w32font.c (w32font_list_internal): Return quickly if registry is
3825 unknown. Simplify final return.
3826 (add_font_entity_to_list): Break complex logic down into more
3827 manageable chunks. Move unknown registry check to
3828 w32font_list_internal.
3829
8612b71a
AR
38302009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
3831
3832 Changes to remove Feval calls from GUI under NS.
3833
d8038940
JB
3834 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
3835 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
3836 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
3837
3838 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
3839 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
3840 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
3841 instead of NON_ASCII_KEYSTROKE_EVENT.
3842 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
3843 (EmacsApp-applicationShouldTerminate:): Query user.
3844 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
3845 instead of Feval.
3846
3847 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
3848
3849 * keyboard.c (kbd_buffer_get_event): Check for it.
3850 (keys_of_keyboard): Define lispy keys for
3851 ns-put/unput-working-text.
3852
3853 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
3854 versions.
3855 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
3856
6288ae55
CY
38572009-01-25 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 3860 setting current_buffer directly. (Bug#2044)
6288ae55 3861
289e7f8f
CY
38622009-01-24 Chong Yidong <cyd@stupidchicken.com>
3863
5ce87308 3864 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 3865 any work. (Bug#1952, bug#1990).
5ce87308 3866
64cc3cf6 3867 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 3868
b3243e6f
AR
38692009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3870
3871 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
3872 (ns_no_defaults): New declaration.
3873 (main): Use it.
e0d2e69a 3874
d900b2af 3875 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 3876
d900b2af 3877 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 3878
d900b2af
AR
3879 * nsterm.m (ns_no_defaults): New variable.
3880 (ns_initialize): Don't read defaults when ns_no_defaults.
3881 (EmacsView-readSelectionFromPasteboard:)
3882 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 3883 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
3884 (ns_dumpglyphs_stretch): New function.
3885 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 3886 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 3887
e0d2e69a
AR
3888 * nsimage.m (setPixmapData:): Set to ignore image DPI.
3889
3ac71f5d
CY
38902009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
3891
3892 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
3893 call for Sparc64.
3894
3fe53a83
AR
38952009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3896
3897 * nsfns.m:
3898 * nsgui.h:
3899 * nsmenu.m:
3900 * nsselect.m:
3901 * nsterm.h:
3902 * nsterm.m: Remove '23' comments that indicated code added during
3903 update from emacs-20 -> emacs-23.
3904
10f87c6f 39052009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
3906
3907 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 3908 ns_alternate_modifier. (Bug#1217)
a3b53a85 3909
c7cef62d
AR
3910 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
3911 Display all shortcuts, including those w/o super modifier.
3912
575fb8bd
AR
3913 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
3914
918b848b
CY
39152009-01-22 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * fileio.c (Vwrite_region_post_annotation_function)
3918 (Vwrite_region_annotation_buffers): New vars.
3919 (build_annotations_unwind): Just reset
3920 Vwrite_region_annotation_buffers.
3921 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
3922 Call write-region-post-annotation-function.
3923 (build_annotations): Add to Vwrite_region_annotation_buffers if
3924 buffer changes.
3925
a39e2539
AR
39262009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3927
3928 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
3929 Tiger.
51d861de
SM
3930 * nsfns.m (ns_do_applescript):
3931 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 3932
35ed44db
AR
39332009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3934
3935 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
3936
cbe0b5bf
AR
39372009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3938
3939 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 3940
6049d3a0
AR
3941 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
3942
3943 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
3944 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
3945 handle Ctrl-tab. (Bug#1841)
3946 (ns_get_color): Use unsigned long long for scanned hex string value.
3947 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 3948 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 3949 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 3950 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 3951 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 3952 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 3953 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 3954
d3810c21 3955 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 3956 DPI. (Bug#1316)
d3810c21
AR
3957 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
3958 values in onTiger section.
4c7077c3 3959
e301e634
CY
39602009-01-19 Chong Yidong <cyd@stupidchicken.com>
3961
7f82490b
CY
3962 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
3963 Check return value of font_spec_from_name.
64cc3cf6 3964 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
3965
3966 * font.c (font_spec_from_name): Return Qnil if font name could not
3967 be parsed.
3968 (font_parse_name): Treat a `?' character as part of an XLFD.
3969
e301e634
CY
3970 * fns.c (Fsubstring): Doc fix.
3971
1c0db158
KH
39722009-01-19 Kenichi Handa <handa@m17n.org>
3973
51d861de 3974 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
3975 (ftfont_list): Likewise.
3976
acf20901
JB
39772009-01-18 Juanma Barranquero <lekktu@gmail.com>
3978
fff4e459
JB
3979 * dbusbind.c (Fdbus_register_signal):
3980 * process.c (conv_sockaddr_to_lisp):
3981 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
3982
acf20901
JB
3983 * callproc.c (Fgetenv_internal): Doc fix.
3984
e7abcdfb
CY
39852009-01-16 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
3988 it is not even used.
3989
b60861e6
GM
39902009-01-16 Glenn Morris <rgm@gnu.org>
3991
3992 * font.c (Ffont_variation_glyphs): Silence compiler.
3993
8db52afe
JB
39942009-01-15 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
3997 Reported by David Robinow <drobinow@gmail.com>.
3998
4cddb209
KH
39992009-01-15 Kenichi Handa <handa@m17n.org>
4000
51d861de 4001 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 4002
f247f67b
JR
40032009-01-14 Jason Rumney <jasonr@gnu.org>
4004
4005 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 4006 never a fontset. (Bug#1562)
f247f67b 4007
f56a4450
KH
40082009-01-14 Kenichi Handa <handa@m17n.org>
4009
4010 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 4011 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 4012
4e99855e
CY
40132009-01-13 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * font.c (font_clear_prop): If clearing the family, clear the font
4016 width index too.
4017
fff4e459 4018 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 4019
24f01470
JB
40202009-01-12 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4023 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4024 functions, use sizeof.
4025
a41240a3
MR
40262009-01-12 Martin Rudalics <rudalics@gmx.at>
4027
4028 * keyboard.c (read_char): Fix case where last_nonmenu_event
4029 returned a bad value with submenus. (Bug#447)
4030
944636b8
CY
40312009-01-12 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4034 family, clear the font width index too.
4035
0dad7c6f
JR
40362009-01-11 Jason Rumney <jasonr@gnu.org>
4037
4038 * keyboard.c (cmd_error_internal): Exit when errors occur before
4039 frame creation and not in daemon mode. (Bug#1836)
4040
7c2363af
CY
40412009-01-10 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4044 of a display vector, backtrack.
4045 (try_window_reusing_current_matrix): Check glyph type before
4046 referencing charpos member.
4047
97b1b294
EZ
40482009-01-10 Eli Zaretskii <eliz@gnu.org>
4049
4050 Fix Bug #876:
4051
4052 * coding.c (inhibit_null_byte_detection): New variable.
4053 (detect_coding, detect_coding_system): Don't pay attention to null
4054 bytes if inhibit_null_byte_detection is non-zero.
51d861de 4055 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
4056 <inhibit-iso-escape-detection>: Doc fix.
4057
4624b6e3
JR
40582009-01-09 Jason Rumney <jasonr@gnu.org>
4059
4060 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 4061 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
4062 Only report Unicode Plane 2 fonts as unicode-sip.
4063
323b840c
CY
40642009-01-09 Chong Yidong <cyd@stupidchicken.com>
4065
51d861de
SM
4066 * xfaces.c (Fx_font_family_list): Delete function.
4067 Move compatibility version to faces.el.
323b840c 4068
51d861de 4069 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 4070
eba7400d
MR
40712009-01-09 Martin Rudalics <rudalics@gmx.at>
4072
4073 * frame.c (x_set_frame_parameters): Remember requested value for
4074 fullscreen before it's reset by the parameter handler.
4075
4b09796d
GM
40762009-01-09 Glenn Morris <rgm@gnu.org>
4077
4078 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 4079 (last_command_event): ... and update all users.
4b09796d
GM
4080 (last_input_char): For clarity, rename to...
4081 (last_input_event): ... and update all users.
4082 (last-command-char, last-input-char): Move to subr.el as aliases.
4083 * cmds.c, commands.h: Update for last_command_char rename.
4084
14ccea62
CY
40852009-01-08 Chong Yidong <cyd@stupidchicken.com>
4086
51d861de 4087 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 4088
5f004711
JR
40892009-01-08 Jason Rumney <jasonr@gnu.org>
4090
4091 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4092 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4093 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4094 Don't declare.
fff4e459 4095 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
4096 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4097
b71f6f73
KH
40982009-01-07 Kenichi Handa <handa@m17n.org>
4099
50b06221 4100 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 4101 remember the coding system used for decoding in
50b06221
KH
4102 coding_system (Bug#1039).
4103
b71f6f73 4104 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 4105 breaking the loop. (Bug#870)
b71f6f73
KH
4106 (decode_coding_utf_16, decode_coding_emacs_mule)
4107 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4108 (decode_coding_charset): Likewise.
4109
56f668f7
MR
41102009-01-05 Martin Rudalics <rudalics@gmx.at>
4111
4112 * frame.c (x_set_frame_parameters): Make sure height (width) get
4113 applied when fullwidth (fullheight) is set. (Bug#1522)
4114
5da9424d
JB
41152009-01-04 Juanma Barranquero <lekktu@gmail.com>
4116
4117 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4118 (utc_base): Declare as ULONGLONG, not long double.
4119 (convert_time_raw): Delete.
4120 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4121 (initialize_utc_base): New function.
4122 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4123 (convert_from_time_t): Use initialize_utc_base; compute result with
4124 64-bit arithmetic.
4125 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4126
c4605e09
EZ
41272009-01-03 Eli Zaretskii <eliz@gnu.org>
4128
9acef61c 4129 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
4130 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4131 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4132 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4133 [!subprocesses]: Define.
4134 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4135 (Flist_system_processes, Fsystem_process_attributes)
4136 [!subprocesses]: Call list_system_processes and
4137 system_process_attributes instead of returning Qnil.
4138
9acef61c
JB
4139 * dosfns.c (system_process_attributes, list_system_processes):
4140 New functions.
c4605e09
EZ
4141
4142 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4143
4144 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4145 Don't use the default (no-op) implementation.
4146
8b7d0a16
JR
41472009-01-03 Jason Rumney <jasonr@gnu.org>
4148
a6d46bc1
JR
4149 * keyboard.c (parse_modifiers_uncached): Wheel events are
4150 clicks (bug#687).
4151
8b7d0a16
JR
4152 * w32term.c (x_query_colors, x_query_color): New functions.
4153
4154 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4155 (svg_load_image): Cast returned pointers from dynamically loaded
4156 functions. Eliminate W32 specific code.
4157
bfe11752
DN
41582009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4159
89e2438a
DN
4160 * nsfns.m (x_set_foreground_color, x_set_background_color)
4161 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4162 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4163 x_ prefix instead of ns_. Update references.
4164 (syms_of_nsfns): Add a FIXME comment.
4165
4166 * nsterm.m (x_set_cursor_type): New prototype.
4167 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4168
bfe11752
DN
4169 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4170 for Solaris instead of incorrectly providing Qutime and Qcutime.
4171
031da700
EZ
41722009-01-02 Eli Zaretskii <eliz@gnu.org>
4173
4174 * w32.c (process_times): Compute sum of utime and stime.
4175 (system_process_attributes): Add Qtime to the alist.
4176
4177 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4178 and add them to the alist.
4179
4180 * process.c (top level) <Qtime, Qctime>: New variables.
4181 (syms_of_process): staticpro them.
4182 (Fsystem_process_attributes): Add their documentation to the doc
4183 string.
4184
4185 * process.h: Declare Qtime and Qctime.
4186
df23bf08
JR
41872009-01-02 Jason Rumney <jasonr@gnu.org>
4188
9acef61c 4189 * image.c (Qgobject): New symbol.
df23bf08
JR
4190 (syms_of_image): Initialize it.
4191 (init_svg_functions): Load some functions from gobject library.
4192
5bbdf7aa
DN
41932009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * frame.c (make_terminal_frame): Remove redundant code and useless
4196 block.
4197
63136da6
AS
41982009-01-01 Andreas Schwab <schwab@suse.de>
4199
4200 * process.c (conv_sockaddr_to_lisp): Add workaround for
4201 getsockname bug on BSD.
4202
9ef69046
CY
42032009-01-01 Chong Yidong <cyd@stupidchicken.com>
4204
d6fafbe0
CY
4205 * xfns.c (x_create_tip_frame): Set border width of the X window.
4206
51d861de 4207 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 4208
f9c34147
JR
42092009-01-01 Jason Rumney <jasonr@gnu.org>
4210
9acef61c 4211 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
4212 Don't block input, as per earlier xterm.c changes.
4213
f5497e45
AR
42142008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4215
4216 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4217 (ns_appkit_version_int): New function.
4218 (x-server-version): Use ns_appkit_version_int and follow 21+
4219 convention of returning 3 integers.
4220
c19cab20
KH
42212008-12-30 Kenichi Handa <handa@m17n.org>
4222
4223 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4224 (CHAR_SURROGATE_PAIR_P): New macro.
4225
4226 * font.h (struct font_driver): New member get_variation_glyphs.
4227
9acef61c 4228 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
4229 (Ffont_variation_glyphs): New function.
4230 (syms_of_font): Defsubr it.
4231
4232 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4233 ftfont_variation_glyphs.
4234 (setup_otf_gstring): New function.
4235 (ftfont_drive_otf): Use it.
4236 (ftfont_shape_by_flt): Handle variation selector.
4237 (ftfont_variation_glyphs): New function.
4238
28cd591f
MR
42392008-12-30 Martin Rudalics <rudalics@gmx.at>
4240
4241 * frame.c (Vemacs_iconified): Remove.
4242
7f714baf
JR
42432008-12-30 Jason Rumney <jasonr@gnu.org>
4244
4245 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 4246 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 4247
9d2d22ab
CY
42482008-12-30 Chong Yidong <cyd@stupidchicken.com>
4249
4250 * indent.c (Fvertical_motion): Don't advance iterator if we have
4251 reseated to the desired position.
4252
4253 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4254 checking for pos match.
4255
545312c2
KH
42562008-12-30 Kenichi Handa <handa@m17n.org>
4257
1ede3eb6
KH
4258 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4259 just get the low 8-bit of the code.
4260
545312c2
KH
4261 * font.c (font_intern_prop): Validate str as multibyte.
4262
bd7bbf29
DN
42632008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4264
31e0750e
DN
4265 * dispextern.h (struct face): Move lface and hash from the middle
4266 of bitfields.
4267
bd7bbf29
DN
4268 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4269
b5672e7c
DN
42702008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4273 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4274 instead of intervals.h.
4275
d704470f
AS
42762008-12-26 Andreas Schwab <schwab@suse.de>
4277
4278 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4279 cons.
4280
54b33868
MR
42812008-12-26 Martin Rudalics <rudalics@gmx.at>
4282
4283 * textprop.c (Qminibuffer_prompt): New variable.
4284 (syms_of_textprop): Initialize it.
4285 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4286 in minibuffer-prompt face. (Bug#1662)
4287
40b615d6
JR
42882008-12-25 Jason Rumney <jasonr@gnu.org>
4289
4290 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4291
baae5c2d
JR
42922008-12-24 Jason Rumney <jasonr@gnu.org>
4293
4294 * ralloc.c (r_alloc_reset_variable): New function.
4295
4296 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 4297 record of what points where. (Bug#716)
baae5c2d 4298
a9051c88
DN
42992008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4300
4301 * minibuf.c (read_minibuf): Follow the non-interactive case when
4302 running as a daemon, before detaching.
4303
8b146312
AS
43042008-12-22 Andreas Schwab <schwab@suse.de>
4305
4306 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4307 * gtkutil.c (free_widget_value): Use xfree instead of free.
4308
56f2de10
MR
43092008-12-22 Martin Rudalics <rudalics@gmx.at>
4310
4311 * frame.c (delete_frame): New function derived from
4312 Fdelete_frame to handle Qnoelisp value for FORCE argument.
4313 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
4314 (Fdelete_frame): Call delete_frame. Remove line from doc-string
4315 saying that FORCE non-nil doesn't run `delete-frame-functions'.
4316 * frame.h: Extern delete_frame.
4317 * window.c (window_loop):
4318 * terminal.c (delete_terminal):
4319 * xterm.c (x_connection_closed):
4320 * xfns.c (Fx_hide_tip):
9acef61c 4321 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 4322
1fc200d6
JR
43232008-12-21 Jason Rumney <jasonr@gnu.org>
4324
4325 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
4326 when character maps to .notdef character.
4327
5e252df2
SM
43282008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
4331
99b72cc4
JR
43322008-12-20 Jason Rumney <jasonr@gnu.org>
4333
4334 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 4335 a graphical frame on Windows. (Bug#1325)
99b72cc4 4336
acc49a52
JD
43372008-12-20 Jan Djärv <jan.h.d@swipnet.se>
4338
4339 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
4340
6ea15123
CY
43412008-12-20 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * minibuf.c (Fread_buffer): Doc fix.
4344
b2dab6c8
JR
43452008-12-20 Jason Rumney <jasonr@gnu.org>
4346
54ea0c87 4347 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 4348 server name in UNC paths. (Bug#719)
54ea0c87 4349
b2dab6c8 4350 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 4351 charbuf. (Bug#1035)
b2dab6c8 4352
6d1921be
DN
43532008-12-19 Daniel Engeler <engeler@gmail.com>
4354
4355 * sysdep.c (serial_configure): Fix typo.
4356
53934c98
DN
43572008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4358
4359 * sysdep.c: Include alloca.h.
f4f634e8
DN
4360 (system_process_attributes): Add implementation for Solaris.
4361
4362 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 4363
06e111a6
DN
43642008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4365
4366 Reorganize implementation of Flist_system_processes and
4367 Fsystem_process_attributes. No functional changes.
4368 * process.c: Don't #include pwd.h, grp.h and limits.h.
4369 (Flist_system_processes): Just call list_system_processes.
4370 (Fsystem_process_attributes): Just call system_process_attributes.
4371 (procfs_list_system_processes, time_from_jiffies)
4372 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4373 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
4374
4375 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
4376 (list_system_processes): Rename from
4377 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
4378 Provide a do nothing implementation.
4379 (system_process_attributes): Rename from
4380 procfs_list_system_processes.
4381 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 4382 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
4383
4384 * w32.c (list_system_processes): Rename from
4385 w32_list_system_processes.
4386 (system_process_attributes): Rename from
4387 w32_system_process_attributes.
4388
4389 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
4390
4391 * process.h (w32_list_system_processes)
4392 (w32_system_process_attributes): Remove.
362654a6
JB
4393 (list_system_processes, system_process_attributes):
4394 New prototypes.
06e111a6 4395
6a705b23
KH
43962008-12-19 Kenichi Handa <handa@m17n.org>
4397
4398 * xfont.c (xfont_decode_coding_xlfd): New function.
4399 (xfont_encode_coding_xlfd): New function.
4400 (xfont_list_pattern): Decode XLFD by iso-8859-1.
4401 (xfont_list): Decode and encode XLFD by iso-8859-1.
4402 (xfont_match): Likewise.
4403 (xfont_list_family): Likewise.
4404 (xfont_open): Likewise.
4405
d66c0241 4406 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
4407 names are utf-8.
4408
d66c0241 4409 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
4410 names are utf-8.
4411
5a130941
JD
44122008-12-18 Jan Djärv <jan.h.d@swipnet.se>
4413
4414 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
4415 changed.
bfd20325
JD
4416 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
4417 clicked on a detached tool bar button.
5a130941 4418
fd95644b
DN
44192008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4420
4421 * emacs.c (main): Print and error and exit when no data is read
4422 from the pipe.
4423
e6eee6ae
JR
44242008-12-17 Jason Rumney <jasonr@gnu.org>
4425
4426 * w32font.c (w32font_has_char): Always return -1.
4427
a35dd56b
KH
44282008-12-16 Kenichi Handa <handa@m17n.org>
4429
4430 * font.c (font_open_entity): Fix previous change.
4431
0e3635c2
DN
44322008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * process.c: Include <limits.h>.
4435
d4835507 44362008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
4437
4438 * font.c (font_update_drivers): Fix mistake in reconstructing the
4439 driver list.
4440
44412008-12-16 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * font.c (font_clear_cache): Fix format of font cache data.
4444
e2cbc401
CY
44452008-12-15 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * xftfont.c (xftfont_open): Free Xft font pattern if
4448 XftFontOpenPattern fails.
4449
4450 * xterm.c (x_free_frame_resources): Remove extraneous call to
4451 free_frame_faces.
4452
b131d535
CY
44532008-12-13 Chong Yidong <cyd@stupidchicken.com>
4454
4455 * xterm.c (x_delete_display): Move xim_close_dpy call to
4456 x_delete_terminal.
4457 (x_delete_terminal): Call xim_close_dpy.
4458
e6df5336
JR
44592008-12-13 Jason Rumney <jasonr@gnu.org>
4460
4461 * w32font.c (intern_font_name): New function.
4462 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
4463 (w32font_open_internal, Fx_select_font): Decode font name.
4464 (fill_in_logfont, list_all_matching_fonts): Encode font name.
4465
4466 * w32font.h (intern_font_name): Declare new function.
4467
4468 * w32uniscribe.c (add_opentype_font_name_to_list):
4469 Use intern_font_name.
4470
20d68145
CY
44712008-12-13 Chong Yidong <cyd@stupidchicken.com>
4472
9f2554de
CY
4473 * frame.c (Fdelete_frame): Call free_font_driver_list.
4474
3d9bec9a
CY
4475 * font.c (free_font_driver_list): Implement missing function.
4476
20d68145
CY
4477 * w32term.c (w32_term_init): Don't initialize the image cache
4478 here; it will be done in init_frame_faces.
4479
4480 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
4481 (struct x_display_info): Remove unused member null_pixel. New
4482 member xim_callback_data.
4483
4484 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
4485 (xim_initialize): Save pointer to callback function data.
4486 (xim_close_dpy): Free callback function data. Call XCloseIM,
4487 reverting 2008-11-04 change by David Smith.
4488 (x_term_init): Don't initialize the image cache here; it will be
4489 done in init_frame_faces. Remove ancient "null_pixel" cruft.
4490 (x_delete_display): Free x_dnd_atoms member.
4491
96f9306b
KH
44922008-12-13 Kenichi Handa <handa@m17n.org>
4493
6dec9044
JB
4494 * font.c (font_rescale_ratio): Moved from xfaces.c.
4495 Argument type changed. Handle a font-spec too.
96f9306b 4496 (font_score): Check Vface_font_rescale_alist.
6dec9044 4497 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
4498
4499 * xfaces.c (font_rescale_ratio): Moved to font.c.
4500
8d5b4964
CY
45012008-12-13 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
4504
e6df5336
JR
45052008-12-12 Jason Rumney <jasonr@gnu.org>
4506
4507 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
4508 Vwindow_system_version to the real w32 major version.
4509
97c6058a
DN
45102008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
4511
4512 * term.c (init_tty): Move setting the terminal name before the
4513 potential user: maybe_fatal.
4514
ec4e88d7
CY
45152008-12-11 Chong Yidong <cyd@stupidchicken.com>
4516
d4835507
JB
4517 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
4518 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 4519
b4233ec9
JR
45202008-12-11 Jason Rumney <jasonr@gnu.org>
4521
8ec71e23 4522 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 4523 SYMBOL_CHARSET. (Bug#547)
8ec71e23 4524
b4233ec9 4525 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 4526 size for surrogates. (Bug#1096, bug#872)
b4233ec9 4527
011a0143
JB
45282008-12-11 Juanma Barranquero <lekktu@gmail.com>
4529
4530 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
4531
3c309f34
JB
45322008-12-11 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * process.c (Fsystem_process_attributes, syms_of_process):
4535 Fix typo in name of Ssystem_process_attributes.
4536 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
4537
fedc6ab5
JB
45382008-12-11 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * syntax.c (Fmodify_syntax_entry): Doc fix.
4541
ba3de0e8
JB
45422008-12-10 Juanma Barranquero <lekktu@gmail.com>
4543
4544 * font.c (Ffont_spec): Move usage to end of docstring.
4545
174f1c74
JR
45462008-12-10 Jason Rumney <jasonr@gnu.org>
4547
4548 * w32font.c (Qcham): New symbol.
4549 (font_supported_scripts): Add cham, and comments for other new
4550 scripts in bitfield from OpenType spec.
9d32f818
JR
4551 (add_font_entity_to_list): Limit unicode-sip fonts to those that
4552 contain characters beyond the bmp.
174f1c74 4553
7b649478
KH
45542008-12-10 Kenichi Handa <handa@m17n.org>
4555
4556 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 4557 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
4558 Qunicode_sip.
4559
2133e2d1
JB
45602008-12-10 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * coding.c (QCdefault_char): Rename from QCdefalut_char.
4563 (Fcoding_system_put): Use QCdefault_char.
4564 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
4565
9af886ee
CY
45662008-12-09 Chong Yidong <cyd@stupidchicken.com>
4567
74d819eb
CY
4568 * xftfont.c (syms_of_xftfont): Fix typo.
4569
4ccfa1c0 4570 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 4571
7c19d3ae
DN
45722008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4573
4574 * emacs.c (main): Close daemon_pipe on exec.
4575
567826bb
CY
45762008-12-08 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * termchar.h (struct tty): New members termcap_term_buffer and
4579 termcap_strings_buffer.
4580
4581 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 4582 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
4583 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
4584 All callers changed.
4585 (init_tty): Store termcap data and string buffers in new struct
4586 tty members termcap_term_buffer and termcap_strings_buffer.
4587 (delete_tty): Free them.
4ccfa1c0 4588 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 4589
aa96c42b
SZ
45902008-12-07 Seiji Zenitani <zenitani@mac.com>
4591
4592 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 4593 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 4594
b7e1d896
CY
45952008-12-06 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * coding.c (make_conversion_work_buffer): Disable buffer
4598 modification hooks in the work buffer.
4599
b5ec91a5
EZ
46002008-12-05 Eli Zaretskii <eliz@gnu.org>
4601
4602 * process.c (procfs_system_process_attributes): If `nread' has a
4603 negative value, assign zero to it.
4604
a5d2a52b
CY
46052008-12-05 Chong Yidong <cyd@stupidchicken.com>
4606
68c5540b 4607 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 4608
7bf1bb21
KH
46092008-12-05 Kenichi Handa <handa@m17n.org>
4610
4611 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4612 second character is a combining character.
4613
2fdc7d00
EZ
46142008-12-05 Eli Zaretskii <eliz@gnu.org>
4615
4616 * process.c (procfs_system_process_attributes): Don't use cmd,
4617 cmdsize, and q without initializing them first.
4618
bf6bfba8
JR
46192008-12-04 Jason Rumney <jasonr@gnu.org>
4620
4621 * w32font.c (w32font_draw): Initialize orig_clip before getting
4622 it, and delete it when finished.
4623
a3b1a468
DN
46242008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4625
4626 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
4627 case when running as a daemon before detaching.
4628
8b8be8eb
JB
46292008-12-03 Juanma Barranquero <lekktu@gmail.com>
4630
805f2638 4631 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 4632
b1bde622
KH
46332008-12-03 Kenichi Handa <handa@m17n.org>
4634
e500c47d
KH
4635 * font.c (font_at): Set `multibyte' at first.
4636
ca516334
KH
4637 * coding.c (decode_coding_charset): Check type of an element of
4638 vector VALIDS.
7bf1bb21 4639 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 4640
4ccfa1c0 4641 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
4642 (font_for_char): Likewise.
4643
1e5ecd37
CY
46442008-12-03 Chong Yidong <cyd@stupidchicken.com>
4645
d5b01609 4646 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
4647 (font_update_lface): Handle fonts with corrupted size specs,
4648 i.e. non-int and non-float.
d5b01609 4649
11e3a6e4 4650 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 4651 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 4652 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 4653
ab06788b
CY
4654 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
4655
1e5ecd37 4656 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 4657 underline_minimum_offset for underline position.
1e5ecd37 4658
63c125ab
DN
46592008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4660
4661 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
4662
4663 * character.c (c_string_width): Specify the type for LEN.
4664
3a8406e1
KH
46652008-12-03 Kenichi Handa <handa@m17n.org>
4666
4ccfa1c0 4667 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 4668 (decode_coding_utf_8): Likewise.
4ccfa1c0 4669 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 4670 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 4671
651df7d9
CY
46722008-12-02 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * keyboard.c (make_lispy_position): Only use PT if the selected
4675 window is current.
4676
1f625c6c
AS
46772008-12-02 Andreas Schwab <schwab@suse.de>
4678
f7741ce9
AS
4679 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
4680
1f625c6c
AS
4681 * doprnt.c (doprnt1): Fix size of charbuf.
4682
92bc2678
CY
46832008-12-02 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * keyboard.c (timer_check): Revert last change.
4686
93b9e8cc
JB
46872008-12-02 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4690
fd7a37d5
JB
46912008-12-01 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * makefile.w32-in: Update dependencies.
4694 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
4695
c115043b
AS
46962008-12-01 Andreas Schwab <schwab@suse.de>
4697
4698 * font.c (register_font_driver): Use xmalloc.
4699 (font_put_frame_data): Likewise.
4700
f5668d2a
CY
47012008-12-01 Chong Yidong <cyd@stupidchicken.com>
4702
860d96be
CY
4703 * xfaces.c (realize_x_face): Make abort condition clearer.
4704
f5668d2a
CY
4705 * gtkutil.c (update_frame_tool_bar): Initialize variable.
4706
379c17e7
CY
47072008-11-30 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * keyboard.c (timer_check): After a timer runs, ensure that the
4710 selected window's buffer is current.
4711
35f36d65
JB
47122008-11-30 Juanma Barranquero <lekktu@gmail.com>
4713
f952c61c
JB
4714 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
4715 It was accidentally restored by the Unicode merge.
4716
35f36d65
JB
4717 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
4718
b23077df
JB
47192008-11-29 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * w32proc.c: Include "coding.h".
4722 (Fw32_short_file_name): Encode filename passed to Windows API.
4723 (Fw32_long_file_name): Encode filename passed to Windows API and
4724 decode back the result. (Bug#1433)
4725
b8ebe9dd
KH
47262008-11-29 Kenichi Handa <handa@m17n.org>
4727
8cc53f96
KH
4728 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4729 not before accessing it.
4730
b8ebe9dd
KH
4731 * charset.c (Fdefine_charset_internal): After calculating
4732 min_char, max_char, and fastmap, copy the charset structure again.
4733 (encode_char): Fix the previous change.
4734
59bc82c0
SZ
47352008-11-28 Seiji Zenitani <zenitani@mac.com>
4736
4737 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
4738
4739 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
4740
4741 * nsterm.m (x_set_frame_alpha): New function.
4742
32247e3d
EZ
47432008-11-27 Eli Zaretskii <eliz@gnu.org>
4744
4745 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
4746
b003e5ff
JB
47472008-11-27 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
4750 pointer to check_face_name.
4751
708550f5
KH
47522008-11-27 Kenichi Handa <handa@m17n.org>
4753
4754 * category.h (SET_CATEGORY_SET): Call set_category_set.
4755 (set_category_set): Extern it.
4756
4757 * category.c (hash_get_category_set): New function.
4758 (Fmodify_category_entry): Adjusted for the change of
4759 char_table_ref_and_range. Call hash_get_category_set to get a
4760 category set to store in the table.
4761
4762 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
4763 Funify_charset.
4764
2ae37cf0 4765 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
4766 (DECODE_CHAR): Check if the decoder vector is ready.
4767 (ENCODE_CHAR): Check if the encoder char-table is ready.
4768 (maybe_unify_char): Extern it.
4769
4770 * charset.c (Vchar_unified_charset_table): Delete it.
4771 (inhibit_load_charset_map): New variable.
4772 (temp_charset_work): New variable.
4773 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
4774 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
4775 New macros.
4776 (load_charset_map): Meaning of control_flag changed. If
4777 inhibit_load_charset_map is nonzero, setup a table in
4778 temp_charset_work.
4779 (load_charset): New argument control_flag.
4780 (map_charset_for_dump): New function.
4781 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
4782 map_charset_for_dump.
4783 (Fdefine_charset_internal): If the charset method is MAP, load
4784 mapping tables by calling load_charset.
4785 (Funify_charset): Don't load a mapping table but directly set
4786 Vchar_unify_table.
4787 (maybe_unify_char): New function.
4788 (decode_char): Don't handle the deleted method MAP_DEFERRED.
4789 Handle the case of inhibit_load_charset_map being nonzero.
4790 (encode_char): Don't handle the deleted method MAP_DEFERRED.
4791 Handle the case of inhibit_load_charset_map being nonzero.
4792 (Fclear_charset_maps): Just free temp_charset_work.
4793 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
4794 variable.
4795
4796 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
4797 change of char_table_ref_and_range.
4798 (char_table_ref_and_range): Change the meaning of argument FROM
4799 and TO. Now the caller must provide initial values for *FROM
4800 and *TO.
4801
4802 * fontset.c (fontset_add): Adjusted for the change of
4803 char_table_ref_and_range.
4804 (fontset_get_font_group): Likewise.
4805 (Ffontset_info): Likewise.
4806
4807 * keymap.c (describe_vector): Adjusted for the change of
4808 char_table_ref_and_range. For char-table, put boundary between
4809 non-ASCII and 8-bit characters.
4810
4811 * print.c (print_object): For bool-vector, delete unnecessary
4812 check of ASCII_BYTE_P.
4813
9196133b
JR
48142008-11-26 Jason Rumney <jasonr@gnu.org>
4815
4816 * w32font.c (w32font_open_internal): Don't include external
9acef61c 4817 leading in font height. (Bug#879)
9196133b 4818
9f688acf
GM
48192008-11-26 Glenn Morris <rgm@gnu.org>
4820
4821 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
4822 redefinition with ifdef. (Bug#1383)
4823
90d19aff
AR
48242008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4825
4826 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
4827
4ccfa1c0 48282008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
4829
4830 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
4831 New EmacsView methods.
4832 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
4833 Fixes bug #1048,1357,1414.
4834
48352008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4836
4837 Fix bug #1362.
4838 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
4839 is not an indexed color.
4840 * nsterm.m (free_indexed_color): Add argument checking.
4841 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
4842
e7d5ecb3
CY
48432008-11-24 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
4846 Document confirm-after-completion value for
4847 minibuffer-completion-confirm.
4848
c285743c
JR
48492008-11-24 Jason Rumney <jasonr@gnu.org>
4850
4851 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
4852 warning.
4853
b0857706
JR
48542008-11-23 Jason Rumney <jasonr@gnu.org>
4855
4856 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
4857 restored before returning.
4858
4859 * w32font.c (check_face_name): New function.
4860 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 4861 fonts. (Bug#642)
b0857706 4862
ee50ff07
MR
48632008-11-22 Martin Rudalics <rudalics@gmx.at>
4864
4865 * buffer.c (Fswitch_to_buffer): Reword and mention new option
4866 confirm-nonexistent-file-or-buffer in doc-string.
4867
b8ff72fa
SM
48682008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
4871 Fix copy/paste typo. Add checks.
4872
cee53ed4
KH
48732008-11-21 Kenichi Handa <handa@m17n.org>
4874
4875 * coding.c (detect_coding_iso_2022): Reject invalid composition
4876 sequence.
4877 (DECODE_COMPOSITION_START): If the current source is the last
4878 block, and the current composition doesn't end, regard this
4879 sequence as invalid.
4880 (decode_coding_iso_2022): Handle invalid composition sequence.
4881
f6ef1e65
MR
48822008-11-20 Martin Rudalics <rudalics@gmx.at>
4883
4884 * window.c (coordinates_in_window): Don't return
4885 ON_VERTICAL_BORDER for the rightmost position of a mode/header
4886 line when the window is not the rightmost one. (Bug#1372)
4887
e08b1705
MR
48882008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
4889
4890 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
4891
ad98e89f
EZ
48922008-11-15 Eli Zaretskii <eliz@gnu.org>
4893
4894 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
4895 and bright_bg if noninteractive is non-zero.
4896
fb098a4b
CY
48972008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4898
4899 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
4900 x_draw_glyph_string_background.
4901
4902 * w32term.c (x_draw_glyph_string): Likewise.
4903
ce952b6e
CY
49042008-11-15 Chong Yidong <cyd@stupidchicken.com>
4905
4906 * xterm.c (x_draw_glyph_string): Stop drawing the background of
4907 the next glyph string once past the overhang width.
4908
4909 * nsterm.m (ns_draw_glyph_string): Likewise.
4910
4911 * w32term.c (x_draw_glyph_string): Likewise.
4912
26ea7079
CY
49132008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
4914
4915 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
4916 double file close.
4917
1c33c906
MR
49182008-11-14 Martin Rudalics <rudalics@gmx.at>
4919
4920 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
4921 dedicated status of window before attempting to display another
4922 buffer in it.
4923
8fc29035
JB
49242008-11-14 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * msdos.c (Fmsdos_long_file_names):
4927 (syms_of_msdos) <dos-unsupported-char-glyph>:
4928 * dosfns.c (Fint86): Fix typos in docstrings.
4929
55fb4286
EZ
49302008-11-14 Eli Zaretskii <eliz@gnu.org>
4931
4932 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
4933
3fda0315
KY
49342008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * puresize.h (BASE_PURESIZE): Increase to 1260000.
4937
7e849c17
CY
49382008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
4939
4940 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
4941
4942 * frame.h: Negative alpha means "don't touch".
4943
4944 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
4945
4946 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
4947
b9fd67bd
DN
49482008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4949
4950 * hftctl.c:
4951 * chpdef.h:
4952 * acldef.h: Remove files used only for systems no longer supported.
4953
4954 * Makefile.in: Fix .o alphabetical ordering.
4955 (hftctl.o): Remove dependency, file removed.
4956 (keymap.o, print.o): Depend on charset.h.
4957
d5998e03
KH
49582008-11-10 Kenichi Handa <handa@m17n.org>
4959
2ae37cf0 4960 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 4961
be70e183
CY
49622008-11-08 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * dired.c (file_name_completion): If completion_ignore_case is
4965 enabled, ignore case when checking completion-regexp-list.
4966
7cf94eac
EZ
49672008-11-08 Eli Zaretskii <eliz@gnu.org>
4968
4969 * vm-limit.c (get_lim_data): Fix last change.
4970
ee107a89
KH
49712008-11-08 Kenichi Handa <handa@m17n.org>
4972
4973 * character.c (Fget_byte): New function.
4974 (syms_of_character): Defsubr Fget_byte.
4975
5fd15622
CY
49762008-11-07 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
4979 cursor position is valid after scrolling.
4980
13d62fad
JB
49812008-11-06 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
4984
a1dd2936
GM
49852008-11-06 Glenn Morris <rgm@gnu.org>
4986
4987 * xterm.c (handle_one_xevent): Don't let popup menus cause
4988 mouse-autoselect-window related window switching. (Bug#1261)
4989
860cd236
CY
49902008-11-04 David Smith <davidsmith@acm.org> (tiny change)
4991
4992 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
4993
653a3150
AS
49942008-11-04 Andreas Schwab <schwab@suse.de>
4995
4996 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
4997
870f5cac
CY
49982008-11-03 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * xfns.c (Fx_wm_set_size_hint): New function.
5001
1e02f3cb
MR
50022008-11-03 Martin Rudalics <rudalics@gmx.at>
5003
5004 * textprop.c (Fprevious_single_char_property_change): Return 0
5005 when there's no change in a string. (Bug#1301)
5006
e630dfc6
MR
50072008-11-02 Martin Rudalics <rudalics@gmx.at>
5008
5009 * frame.c (do_switch_frame): New argument NORECORD passed to
5010 Fselect_window.
5011 (Fselect_frame): New argument NORECORD passed to
5012 do_switch_frame.
5013 (Fset_frame_selected_window): New argument NORECORD passed to
5014 Fselect_frame.
5015 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5016 in call of do_switch_frame.
5017 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5018 Handle NORECORD argument in call of Fselect_frame.
5019 * lisp.h (do_switch_frame, Fselect_frame)
5020 (Fset_frame_selected_window): Adjust declarations.
5021 * window.c (select_frame_norecord): New function.
5022 (run_window_configuration_change_hook): Use it and call
5023 Fselect_frame with NORECORD set.
5024 (Fselect_window): Pass NORECORD to Fselect_frame.
5025 (Fset_window_configuration): Handle NORECORD argument in call of
5026 do_switch_frame.
5027 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5028 Fset_frame_selected_window.
5029 * keyboard.c (command_loop_1): Handle NORECORD in call of
5030 Fselect_frame (currently ifdefd).
5031
9020b223
GM
50322008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5033
5034 * emacs.c (USAGE2): Untabify.
5035
793ffee8
SM
50362008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * composite.c (fill_gstring_header): Fix copy/paste typo.
5039
ab6d1131
MR
50402008-10-31 Martin Rudalics <rudalics@gmx.at>
5041
5042 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5043 (Fother_window): Rename argument and rewrite doc-string.
5044 (select_window_norecord): Fix return value. (Bug#1276)
5045
601a9cf1
JB
50462008-10-30 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5049 new frames overriding foreground for tooltips. Based on similar patch
5050 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5051
813b0652
CY
50522008-10-29 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * emacs.c (Fdaemon_initialized): Initialize nfd.
5055
4414f58f
MR
50562008-10-29 Martin Rudalics <rudalics@gmx.at>
5057
5058 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5059 (Fwindow_text_height): Clarify doc-strings.
5060 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5061 doc-string of window-scroll-functions.
5062
ecdcaa09
RS
50632008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5064
5065 * category.c (syms_of_category): Fix typo in docstring.
5066
23fe745a
JB
50672008-10-28 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5070 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5071 Fix typos in docstrings.
5072
ff808935
DN
50732008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5074
5075 * emacs.c (daemon_pipe): Make non-static.
5076 (IS_DAEMON): Move definition ...
5077 * lisp.h (IS_DAEMON): ... here.
5078 (daemon_pipe): Declare.
5079 (is_daemon): Remove.
5080 * dispnew.c (init_display): Use IS_DAEMON.
5081
fc012771
SM
50822008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5085 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5086
5087 * emacs.c (is_daemon): Remove.
5088 (main): Don't set is_daemon.
5089 (IS_DAEMON): New macro.
5090 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 5091 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
5092 parent exits.
5093 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5094
d8bdbe6f
CY
50952008-10-27 Chong Yidong <cyd@stupidchicken.com>
5096
d1a072bf
CY
5097 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5098 over-sized glyph, draw it with the default glyph width.
5099
e2e325aa
CY
5100 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5101 glyph, draw it with the default glyph width.
5102
5103 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5104 glyph, draw it with the default glyph width.
5105
d8bdbe6f
CY
5106 * xdisp.c (try_scrolling): When computing the distance from the
5107 scroll margin to PT, try moving some distance past the window
5108 bottom before giving up.
5109
7bfac547
MR
51102008-10-27 Martin Rudalics <rudalics@gmx.at>
5111
5112 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5113 (Fset_window_buffer): Explain in doc-string that a window can be
5114 "strongly" dedicated to its buffer.
5115
4ff029f6
DN
51162008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * emacs.c (daemon_name): New variable.
5119 (main): Deal with --daemon=SERVER_NAME.
5120 (Fdaemonp): Return a name if one was passed to --daemon.
5121
5790ef40
DN
51222008-10-26 Romain Francoise <romain@orebokech.com>
5123
f9bd0df9 5124 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
5125 (main): Create a pipe before forking, make the parent exit only after
5126 the child has closed its end of the pipe. Move closing the
5127 descriptors ...
5128 (Fdaemon_initialized): ... here. New function.
5129
f5385255
SM
51302008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5131
4d632321
SM
5132 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5133 the previous unoptimized table.
5134
f5385255
SM
5135 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5136 the distinction between non-nil and non-t value of `dedicated'.
5137
6c56a0f3
CY
51382008-10-25 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 5141 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 5142
fec89261
MR
51432008-10-25 Martin Rudalics <rudalics@gmx.at>
5144
5145 * window.c (Fget_buffer_window, Fdelete_windows_on)
5146 (Freplace_buffer_in_windows): Make buffer argument optional and
5147 rename to buffer_or_name.
5148
34fcddd0
CY
51492008-10-24 Chong Yidong <cyd@stupidchicken.com>
5150
f5385255
SM
5151 * xdisp.c (handle_single_display_spec, handle_display_prop):
5152 Undo 2005-05-16 change.
34fcddd0
CY
5153 (handle_stop): Pop iterator if it's loaded with an empty string.
5154 (get_overlay_strings_1): Don't save iterator if it's loaded with
5155 an empty string (bug#1201).
5156
064766f2
KH
51572008-10-24 Kenichi Handa <handa@m17n.org>
5158
5159 * ftfont.c (ftfont_otf_features): Fix previous change.
5160 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5161 calling ftfont_otf_features.
5162
f9bd0df9 51632008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
5164
5165 * font.c (font_match_p): Fix for the case that a vector of
5166 characters is in script-representative-chars.
5167
1dae9197
MA
51682008-10-24 Michael Albinus <michael.albinus@gmx.de>
5169
5170 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 5171 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
5172 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5173 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5174 macro. (Bug#1186).
5175
f9bd0df9 51762008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
5177
5178 * s/sol2-10.h: New file.
5179
878a4584
JB
51802008-10-23 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5183 poor beast has survived 9+ years and the jump from xterm.c!).
5184
cd265ca6
MR
51852008-10-23 Martin Rudalics <rudalics@gmx.at>
5186
5187 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5188 Reword doc-string.
f5385255 5189 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 5190
472a4dc9
JB
51912008-10-23 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * character.c (syms_of_character) <script-representative-chars>:
5194 <unicode-category-table>: Doc fixes.
5195
159bd5a2
NF
51962008-10-23 Noah Friedman <friedman@splode.com>
5197
5198 * coding.c (make_conversion_work_buffer): Check that
5199 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5200 Fget_buffer_create.
5201
49f9c344
KH
52022008-10-23 Kenichi Handa <handa@m17n.org>
5203
5204 * font.c (font_add_log): Check the values of extra properties.
5205
12bb3111
MR
52062008-10-22 Martin Rudalics <rudalics@gmx.at>
5207
5208 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5209 Reword doc-string.
5210 (Fset_window_parameter): Use NILP.
5211 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 5212 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 5213
bbeb4e99
JB
52142008-10-22 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5217
52182008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
5219
5220 * nsfns.m (ns_appkit_version): New function.
5221 (x-server-version): Use it.
5222 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5223 (x-server-vendor): Don't check_ns().
5224
5225 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5226
a9b555d3
JB
52272008-10-22 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5230 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5231
4626499f
KH
52322008-10-22 Kenichi Handa <handa@m17n.org>
5233
e3681952
KH
5234 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5235 scripts.
5236
4626499f
KH
5237 * category.c (word_boundary_p): Check scripts instead of charset.
5238 Handle nil value in word-separating-categories and
5239 word-combining-categories.
5240 (syms_of_category): Fix docstrings of word-separating-categories
5241 and word-combining-categories.
5242
1560f91a
EZ
52432008-10-21 Eli Zaretskii <eliz@gnu.org>
5244
5245 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5246 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5247
f4668441
MR
52482008-10-21 Martin Rudalics <rudalics@gmx.at>
5249
5250 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5251 Rename arg "buffer" to "buffer_or_name".
5252 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5253 it optional.
5254 (no_switch_window): Remove since the return value is not used.
a9b555d3 5255 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
5256 Consider window as dedicated when Fwindow_dedicated_p returns a
5257 non-nil value.
5258 * lisp.h: Remove prototype for no_switch_window.
5259
fd75ddb2
JD
52602008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5261
5262 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 5263 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 5264
07295713
KH
52652008-10-21 Kenichi Handa <handa@m17n.org>
5266
5267 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5268 check Vlatin_extra_code_table.
5269
712adc82
EZ
52702008-10-20 Eli Zaretskii <eliz@gnu.org>
5271
5272 * fileio.c (Fset_file_modes): Doc fix.
5273
f549eb0b
MA
52742008-10-19 Michael Albinus <michael.albinus@gmx.de>
5275
5276 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5277 in arrays.
5278
aac0c6e3
MR
52792008-10-19 Martin Rudalics <rudalics@gmx.at>
5280
5281 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5282 Mention kill-buffer in doc-string.
5283 (Fset_window_buffer): Reinsert tem check removed in last commit.
5284 (Fenlarge_window, Fshrink_window): Have argument names and
5285 doc-string follow Elisp manual more closely.
5286
52872008-10-18 Eli Zaretskii <eliz@gnu.org>
5288
5289 * fileio.c (Fset_file_modes): Doc fix.
5290
52912008-10-18 Martin Rudalics <rudalics@gmx.at>
5292
5293 * window.c (Fwindow_width, Fset_window_start)
5294 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
5295 (Fdelete_windows_on, Freplace_buffer_in_windows):
5296 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
5297 (Fwindow_dedicated_p): Make window argument optional.
5298 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5299 (Fset_window_buffer): Respect any non-nil dedicated value for
5300 window. Rename "buffer" argument to "buffer_or_name".
5301
53022008-10-18 Ulrich Mueller <ulm@gentoo.org>
5303
5304 * m/sh3.h: New file, machine description for SuperH.
5305
53062008-10-17 Martin Rudalics <rudalics@gmx.at>
5307
5308 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5309
53102008-10-17 Kenichi Handa <handa@m17n.org>
5311
5312 * ftfont.c (ftfont_otf_features): Fix indexing
5313 gsub_gpos->FeatureList.Feature. Check the validity of indices.
5314
53152008-10-16 Magnus Henoch <mange@freemail.hu>
5316
5317 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
5318 (Fdbus_call_method_asynchronously): Ditto.
5319 This change makes C-h f display the argument list.
5320
53212008-10-16 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * fileio.c (Fexpand_file_name): Doc fix.
5324
5325 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
5326 of :foreground and :background equivalent to unspecified (20.x
5327 compatibility).
5328
53292008-10-15 Eli Zaretskii <eliz@gnu.org>
5330
5331 * buffer.c (syms_of_buffer): Doc fix.
5332
53332008-10-14 Kenichi Handa <handa@m17n.org>
5334
5335 * font.c (font_clear_prop): When clearing font width, clear the
5336 average width field too.
5337
53382008-10-12 Andreas Schwab <schwab@suse.de>
5339
5340 * ftfont.c (ftfont_shape_by_flt): Make static.
5341 * ftfont.h (ftfont_shape_by_flt): Don't declare.
5342
5343 * font.c: Don't include <m17n-flt.h>.
5344
53452008-10-10 Eli Zaretskii <eliz@gnu.org>
5346
5347 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
5348
53492008-10-09 Eli Zaretskii <eliz@gnu.org>
5350
5351 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
5352 away code.
5353
53542008-10-09 Chong Yidong <cyd@stupidchicken.com>
5355
5356 * dispnew.c (update_text_area): Avoid looping due to large glyph
5357 overhangs (bug#1070).
5358
53592008-10-09 Kenichi Handa <handa@m17n.org>
5360
5361 * fontset.c (face_for_char): If face->fontset is negative, just
5362 return ascii_face.
5363
f5385255
SM
5364 * font.c (font_delete_unmatched): Fix previous change.
5365 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
5366
53672008-10-09 Martin Rudalics <rudalics@gmx.at>
5368
5369 * frame.c (Fraise_frame): On text-only terminals select frame in
5370 order to make it visible. (Bug#1061)
5371
53722008-10-08 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * fontset.c (fontset_find_font): Check frame validity.
5375
53762008-10-07 Chong Yidong <cyd@stupidchicken.com>
5377
a9b555d3 5378 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
5379 (xg_display_close): Allow Emacs to close all displays (bug#985).
5380
53812008-10-06 Andreas Schwab <schwab@suse.de>
5382
f5385255 5383 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
5384
53852008-10-06 Chong Yidong <cyd@stupidchicken.com>
5386
f5385255 5387 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 5388
a9b555d3 5389 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
5390
5391 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
5392 during initialization.
5393
53942008-10-04 Eli Zaretskii <eliz@gnu.org>
5395
5396 * xdisp.c (redisplay_internal): If frame switched, redisplay the
5397 whole thing on MSDOS frames as well as on a TTY.
5398
5399 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
5400 well as for TTY.
5401 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
5402 well as on a TTY.
5403
5404 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
5405 as well as for TTY.
5406
5407 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
5408
5409 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
5410 MSDOS frames as well.
5411
54122008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5413
5414 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
5415 correct arguments.
b71ac3dd 5416 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
5417
54182008-10-03 Glenn Morris <rgm@gnu.org>
5419
5420 * emacs.c (USAGE1): Add --daemon.
5421
54222008-10-02 Eli Zaretskii <eliz@gnu.org>
5423
5424 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
5425 100, so it's in percents as advertised.
5426
54272008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5428
5429 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
5430 (ns_output.current_cursor, ns_output.desired_cursor)
5431 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
5432 (FRAME_NEW_CURSOR_COLOR): Remove.
5433
5434 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 5435 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
5436 enumeration (HOLLOW_BOX_CURSOR, etc.).
5437
5438 * nsterm.m (ns_frame_rehighlight): Remove commented code.
5439 (draw_window_cursor): Simplify code.
f5385255
SM
5440 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
5441 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 5442 updates manually.
a9b555d3
JB
5443 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
5444 Use core Emacs cursor types.
aac0c6e3 5445
b8ff72fa 5446 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
5447
54482008-10-02 Martin Rudalics <rudalics@gmx.at>
5449
5450 * process.c (Faccept_process_output): Fix doc-string.
5451
54522008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5453
5454 * gmalloc.c (__sbrk): Also define for uClibc.
5455
5456 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
5457 for uClibc.
5458
54592008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5460
5461 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
5462 styles.
5463 (nsfont_open): Reenable the cache.
5464
54652008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5466
5467 * font.c (font_matching_entity): Reflect ATTRS in font selection.
5468 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5469
54702008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
5473 a suspended terminal.
5474
54752008-09-30 Michael Albinus <michael.albinus@gmx.de>
5476
5477 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
5478
54792008-09-30 Eli Zaretskii <eliz@gnu.org>
5480
5481 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
5482
54832008-09-30 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
5486 in a continued line coincides with a line beginning.
5487
54882008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5489
5490 * nsfont.m (nsfont_trait_distance): Fix bug.
5491 (nsfont_list): Return a list rather than a vector (syncs with Handa
5492 changes of 2008-05-14).
5493 (nsfont_open): Improve logging.
5494
54952008-09-29 Andreas Schwab <schwab@suse.de>
5496
5497 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5498
54992008-09-28 Martin Rudalics <rudalics@gmx.at>
5500
5501 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
5502 name as char-resolve-modifiers.
5503 Reported by: Markus Triska <markus.triska@gmx.at>
5504
55052008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5506
5507 * dispnew.c (init_display): Return earlier when running as a daemon.
5508
55092008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5510
5511 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
5512
55132008-09-27 Eli Zaretskii <eliz@gnu.org>
5514
5515 * composite.c (Fcomposition_get_gstring)
5516 (Fcompose_region_internal, Fcompose_string_internal)
5517 (Ffind_composition_internal): Doc fix.
5518 (syms_of_composite) <compose-chars-after-function>: Doc fix.
5519 (syms_of_composite) <auto-composition-function>: Doc fix.
5520 (syms_of_composite) <composition-function-table>: Doc fix.
5521
55222008-09-25 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * search.c (wordify): New argument for lax word-ends.
5525 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
5526
55272008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5528
5529 * lisp.h (is_daemon): Declare.
5530 * dispnew.c (init_display): Do not try to initialize the terminal
5531 when running as a daemon.
5532
55332008-09-22 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
5536 x_display_pixel_height.
5537
55382008-09-22 Martin Rudalics <rudalics@gmx.at>
5539
5540 * undo.c (record_point): Don't call Fundo_boundary for first
5541 change. (Bug#731)
5542
55432008-09-22 Juanma Barranquero <lekktu@gmail.com>
5544
5545 * emacs.c (Fdaemonp): Doc fix.
5546
55472008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5548
5549 * emacs.c (main): Place #ifdef in the proper place.
5550
55512008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * emacs.c (standard_args): Add --daemon.
5554 (main): Disconnect from the terminal when --daemon is passed.
5555 (is_daemon): New variable.
5556 (Fdaemonp): New function.
5557 (syms_of_emacs): Defsubr it.
5558
55592008-09-20 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * xdisp.c (get_next_display_element): Handle string display
5562 correctly when checking for the end of a box run.
5563
55642008-09-20 Glenn Morris <rgm@gnu.org>
5565
5566 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
5567 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
5568 (Frename_file): Avoid copying to trash if a rename involves
5569 a delete. (Bug#964).
5570
55712008-09-20 Eli Zaretskii <eliz@gnu.org>
5572
5573 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
5574 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
5575 frames as well as termcap frames.
5576 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
5577 get_named_tty.
5578
55792008-09-19 Eli Zaretskii <eliz@gnu.org>
5580
5581 * process.c (procfs_system_process_attributes): Fix cmdline in
5582 case /proc/PID/cmdline is empty.
5583
5584 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
5585 x_display_pixel_height.
5586
55872008-09-19 Juanma Barranquero <lekktu@gmail.com>
5588
5589 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
5590
5591 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5592 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
5593
55942008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
5595
5596 * dispextern.h (struct it): Move line_wrap away from the middle of
5597 bitfields. Move voffset in struct iterator_stack_entry after the
5598 bitfields. Move tab_width near after another short.
5599
56002008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * frame.h (struct frame): Move alpha from the middle of bitfields.
5603
5604 * window.h (struct window): Move frozen_window_start_p after the
5605 rest of the bitfields to reduce padding.
5606
56072008-09-18 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * xterm.h (x_display_info): Remove `height' and `width' members.
5610
5611 * nsterm.h (ns_display_info): Remove `height' and `width' members.
5612
5613 * w32term.h (w32_display_info): Remove `height', `width',
5614 `height_in', and `width_in' members.
5615
b8ff72fa
SM
5616 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5617 New functions.
aac0c6e3
MR
5618 (x_calc_absolute_position): Use them.
5619 (x_term_init): Omit removed `height' and `width' members.
5620
b8ff72fa
SM
5621 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5622 New functions.
aac0c6e3
MR
5623 (w32_read_socket, x_calc_absolute_position): Use them.
5624 (w32_initialize_display_info, w32_term_init): Omit removed members
5625 of w32_display_info.
5626
b8ff72fa
SM
5627 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
5628 New functions.
5629 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 5630
b8ff72fa
SM
5631 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5632 New functions.
aac0c6e3
MR
5633 (x_calc_absolute_position): Use them.
5634 (x_term_init): Omit removed `height' and `width' members.
5635
5636 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
5637 (compute_tip_xy):
5638 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
5639 * xmenu.c (menu_position_func): Use x_display_pixel_height and
5640 x_display_pixel_width.
5641
56422008-09-18 Kenichi Handa <handa@m17n.org>
5643
5644 * composite.c (fill_gstring_header): Don't check FROM and TO here.
5645 (composition_compute_stop_pos): Fix handling of static composition.
5646 (Fcomposition_get_gstring): Check FROM and TO at first.
5647
56482008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5649
46e722a9 5650 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
5651 mixup (YAILOM).
5652
56532008-09-17 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * indent.c (Fvertical_motion): Use position reported by iterator
5656 instead of PT for determining screen motion (bug#943).
5657
56582008-09-17 Romain Francoise <romain@orebokech.com>
5659
5660 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
5661
56622008-09-17 Kenichi Handa <handa@m17n.org>
5663
5664 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
5665
5666 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
5667 if necessary.
5668
56692008-09-16 Kenichi Handa <handa@m17n.org>
5670
5671 * coding.c (make_conversion_work_buffer): Avoid calling
5672 Fget_buffer_create if it is not necessary.
5673
56742008-09-15 Martin Rudalics <rudalics@gmx.at>
5675
5676 * window.c (Fselect_window): Don't update window_select_count and
5677 use_time when norecord is not nil.
5678
56792008-09-14 Kenichi Handa <handa@m17n.org>
5680
5681 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
5682 specpdl_ptr.
5683
56842008-09-12 Kenichi Handa <handa@m17n.org>
5685
5686 * indent.c (scan_for_column): Don't handle automatic composition
5687 if the current buffer is not associated with a window.
5688
5689 * composite.c (composition_reseat_it): If the current buffer is
5690 not associated with a window, ignore the automatic composition.
5691 (find_automatic_composition): Likewise.
5692
56932008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
5696 (Fgpm_mouse_stop): Use it.
5697 * termhooks.h (close_gpm): Declare.
5698 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
5699 connection if Gpm_GetEvent fails.
5700
5701 * window.c (set_window_buffer): Always preserve current-buffer.
5702
57032008-09-12 Glenn Morris <rgm@gnu.org>
5704
5705 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
5706
57072008-09-11 Glenn Morris <rgm@gnu.org>
5708
5709 * charset.c (charset-map-path): Doc fix.
5710
57112008-09-10 Kenichi Handa <handa@m17n.org>
5712
5713 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
5714
5715 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
5716 compose a grapheme cluster with the preceding base glyph.
5717
5718 * composite.c (composition_compute_stop_pos): Fix previous change.
5719 Reset cmp_it->id to -1 at first.
5720
57212008-09-10 Glenn Morris <rgm@gnu.org>
5722
5723 * Makefile.in (character.o, chartab.o): Fix config.h typo.
5724
57252008-09-09 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * keyboard.c (read_key_sequence): Reapply translation maps when
5728 switching keyboards.
5729
57302008-09-09 Kenichi Handa <handa@m17n.org>
5731
5732 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
5733 characters.
5734
5735 * composite.c (FORWARD_CHAR): Fix calculation
5736 of (POSITION).pos_byte.
5737 (composition_compute_stop_pos): Limit the search of composition to
5738 at most 500 characters ahead. If we reach the limit or find a
5739 newline, set cmp_it->ch to -2 and return 0.
5740 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
5741
57422008-09-08 Kenichi Handa <handa@m17n.org>
5743
5744 * indent.c (Fvertical_motion): Be sure to set
5745 it_overshoot_expected if it.cmp_it.id is non-negative.
5746
57472008-09-07 Andreas Schwab <schwab@suse.de>
5748
5749 * callproc.c (Fcall_process): Don't hold references to string data
5750 across garbage collection. Move initialisation of new_argv down
5751 to avoid compiler bug.
5752
57532008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5754
5755 * process.c (Fsystem_process_attributes): Doc fix.
5756
57572008-09-07 Chong Yidong <cyd@stupidchicken.com>
5758
5759 * callproc.c (Fcall_process): Canonicalize current directory name.
5760
5761 * xdisp.c (move_it_to): When moving by vpos, ensure that the
5762 iterator advances to the next line if the current line ends in a
5763 continued tab.
5764
57652008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
5766
5767 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
5768 member to point to cmp_from.
5769
5770 * xdisp.c: Doc fix for references to gidx data member.
5771
57722008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
5775
57762008-09-07 Kenichi Handa <handa@m17n.org>
5777
5778 * composite.c (FORWARD_CHAR): Check STOP after
5779 incrementing (POSITION).pos.
5780
57812008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5782
5783 * process.c (Fsystem_process_attributes): Doc fix.
5784
57852008-09-06 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * keyboard.c (Ftop_level): Doc fix.
5788
57892008-09-06 Eli Zaretskii <eliz@gnu.org>
5790
5791 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
5792 minibuffer, don't let lower part of menu invade the echo area.
5793
5794 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
5795 "char *q" to access menu text and advance through it. Revert the
5796 change that displayed ">" instead of ASCII character 0x10.
5797
57982008-09-05 Eli Zaretskii <eliz@gnu.org>
5799
5800 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
5801 toggle boxes and radio buttons on MS-DOS as well.
5802
58032008-09-05 Kenichi Handa <handa@m17n.org>
5804
5805 * composite.c (autocmp_chars): Check lookback count.
5806 (composition_compute_stop_pos): Set cmp_it->lookback.
5807 (composition_reseat_it): Check lookback count.
5808 (struct position_record): New struct.
5809 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
5810 (find_automatic_composition): New function.
5811 (composition_adjust_point): Use find_automatic_composition.
5812
5813 * dispextern.h (struct composition_it): New member lookback.
5814
58152008-09-02 Chong Yidong <cyd@stupidchicken.com>
5816
5817 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
5818 if moving by a single line.
5819
58202008-09-02 Andreas Schwab <schwab@suse.de>
5821
5822 * xterm.c (x_delete_display): Fix merge error.
5823
5824 * fileio.c (Fexpand_file_name): Remove unused variables.
5825
58262008-09-02 Eli Zaretskii <eliz@gnu.org>
5827
5828 * fileio.c (Fexpand_file_name): Copy argument `name' into local
5829 storage on all platforms, not just on DOS_NT.
5830
58312008-09-02 Jason Rumney <jasonr@gnu.org>
5832
b8ff72fa
SM
5833 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
5834 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
5835
58362008-09-01 Chong Yidong <cyd@stupidchicken.com>
5837
5838 * xfaces.c (Finternal_set_alternative_font_family_alist)
5839 (Finternal_set_alternative_font_registry_alist): Properly copy
5840 entire alist structure.
5841
58422008-09-01 Kenichi Handa <handa@m17n.org>
5843
d66c0241 5844 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 5845 representative chars of the script is a vector.
d66c0241
JB
5846 (ftfont_list): Handle the case where the representative chars of
5847 the script is a vector.
aac0c6e3
MR
5848
5849 * character.c (syms_of_character): Docstring of
5850 script-representative-chars fixed.
5851
58522008-08-31 Eli Zaretskii <eliz@gnu.org>
5853
5854 * msdos.c (BUILD_CHAR_GLYPH): New macro.
5855 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
5856 the menu. Allocate larger buffer for `text', to account for
5857 possible ^C characters.
5858
58592008-08-31 Martin Rudalics <rudalics@gmx.at>
5860
5861 * xdisp.c (prepare_menu_bars): Don't call
5862 Vwindow_size_change_functions with arg Qt.
5863
58642008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * font.h (font_range):
5867 * fileio.c (report_file_error):
46e722a9
SM
5868 * composite.c (composition_update_it): Yet another int/Lisp_Object
5869 mixup (YAILOM).
aac0c6e3
MR
5870
58712008-08-30 Glenn Morris <rgm@gnu.org>
5872
5873 * data.c (Fmake_variable_frame_local): Doc fix.
5874
5875 * frame.c (Fmodify_frame_parameters): Doc fix.
5876
58772008-08-30 Eli Zaretskii <eliz@gnu.org>
5878
5879 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
5880 needed by GetTokenInformation.
5881 (w32_system_process_attributes): Check return values of all system
5882 APIs.
5883
5884 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
5885 only when the state changes.
5886 (IT_update_begin, IT_update_end): Add termscript trace.
5887
5888 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
5889 clipboard is unavailable. Set dst to NULL if it doesn't point to
5890 malloc'ed data.
5891 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
5892 passing random values to xfree.
5893
5894 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 5895 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
5896
58972008-08-29 Jason Rumney <jasonr@gnu.org>
5898
5899 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
5900
59012008-08-29 Eli Zaretskii <eliz@gnu.org>
5902
5903 * composite.c (fill_gstring_body): Avoid compiler warnings.
5904
5905 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
5906 LGLYPH_SET_CODE to avoid compiler warnings.
5907
2ae37cf0 5908 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
5909
5910 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
5911
5912 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
5913 LGLYPH_SET_CODE.
5914
59152008-08-29 Kenichi Handa <handa@m17n.org>
5916
5917 * fileio.c (report_file_error): Don't downcase the first character
5918 of errstring if it is still unibyte.
5919
59202008-08-29 Kenichi Handa <handa@m17n.org>
5921
5922 These changes are to re-implement the automatic composition so
5923 that it doesn't use text properties.
5924
5925 * Makefile.in (ftfont.o): Depend on composite.h.
5926 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
5927
5928 * character.h (Vunicode_category_table): Extern it.
5929
5930 * character.c (Vunicode_category_table): New variable.
5931 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
5932
5933 * chartab.c (optimize_sub_char_table): Perform more greedy
5934 optimization.
5935
b8ff72fa
SM
5936 * composite.h (enum composition_method):
5937 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
5938 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
5939 (Vcomposition_function_table): Extern it.
5940 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
5941 (composition_gstring_put_cache, composition_gstring_from_id)
5942 (composition_gstring_p, composition_gstring_width)
5943 (composition_compute_stop_pos, composition_reseat_it)
5944 (composition_update_it, composition_adjust_point): Extern them.
5945 (Fcomposition_get_gstring): EXFUN it.
5946
d66c0241 5947 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
5948 (Vcomposition_function_table)
5949 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
5950 (gstring_hash_table, gstring_work, gstring_work_headers):
5951 New variables.
aac0c6e3
MR
5952 (gstring_lookup_cache, composition_gstring_put_cache)
5953 (composition_gstring_from_id, composition_gstring_p)
5954 (composition_gstring_width, fill_gstring_header)
5955 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
5956 (composition_reseat_it, composition_update_it)
b8ff72fa 5957 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
5958 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
5959 and gstring_work_headers. DEFVAR_LISP composition-function-table.
5960 Defsubr compostion_get_gstring.
5961
5962 * dispextern.h (struct glyph): New union u.cmp. Delete the member
5963 cmp_id.
5964 (struct glyph_string): Delete the member gidx. New members
5965 cmp_id, cmp_from, and cmp_to.
5966 (enum it_method): Delete GET_FROM_COMPOSITION.
5967 (struct composition_it): New struct.
5968 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
5969 Delete c, len, cmp_id, cmp_len in u.comp.
5970
5971 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 5972 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 5973 (enum lglyph_indices): Likewise.
b8ff72fa 5974 (font_range): Adjust extern.
aac0c6e3
MR
5975 (font_fill_lglyph_metrics): Extern it.
5976
5977 * font.c (QCf): New variable.
5978 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
5979 (font_prepare_composition): Delete this function.
5980 (font_range): Type and arguments changed.
5981 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
5982 (font_fill_lglyph_metrics): New function.
b8ff72fa 5983 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 5984 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
5985 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
5986 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
5987
5988 * fontset.h (font_for_char): Extern it.
5989
5990 * fontset.c (font_for_char): New function.
5991
5992 * ftfont.c: Include composite.h.
5993 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 5994 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
5995
5996 * indent.c: Include composite.h and dispextern.h.
5997 (check_composition): Delete this function.
5998 (scan_for_column): Handle composition by
5999 composition_compute_stop_pos, composition_reseat_it, and
6000 composition_update_it.
6001 (compute_motion): Likewise.
6002 (Fvertical_motion): Fix checking of composition.
6003
6004 * keyboard.c (adjust_point_for_property): Check composition by
6005 composition_adjust_point.
6006
b8ff72fa 6007 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
6008 struct glyph_string.
6009
b8ff72fa
SM
6010 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6011 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
6012 struct glyph.
6013 (produce_composite_glyph): Likewise.
6014
b8ff72fa
SM
6015 * w32term.c (x_draw_composite_glyph_string_foreground):
6016 Adjust for the change of struct glyph_string.
aac0c6e3
MR
6017 (x_draw_glyph_string): Likewise.
6018
6019 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6020 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6021
6022 * xdisp.c: Include font.h.
6023 (it_props): Delete the entry for Qauto_composed.
6024 (init_iterator): Initialize it->cmp_it.id to -1.
6025 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 6026 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
6027 (handle_auto_composed_prop): Delete it.
6028 (handle_composition_prop): Handle only static composition.
6029 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6030 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 6031 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
6032 (pop_it): Likewise.
6033 (get_next_element): Delete next_element_from_composition.
6034 (CHAR_COMPOSED_P): New macro.
6035 (get_next_display_element): For automatic composition, get a face
6036 from the font in the glyph-string.
6037 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 6038 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
6039 (next_element_from_string): Check if the character at the current
6040 position is composed by CHAR_COMPOSED_P.
6041 (next_element_from_buffer): Likewise.
d66c0241
JB
6042 (next_element_from_composition): Adjust for the change of struct it.
6043 Update it->cmp_it.
b8ff72fa
SM
6044 (dump_glyph): Adjust for the change of struct glyph.
6045 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
6046 it and struct glyph. Don't handle automatic composition here.
6047 (fill_gstring_glyph_string): New function.
6048 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 6049 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
6050 (BUILD_GSTRING_GLYPH_STRING): New macro.
6051 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6052 automatic composition.
b8ff72fa 6053 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 6054 struct glyph.
b8ff72fa 6055 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 6056
b8ff72fa 6057 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
6058 the change of struct glyph_string.
6059 (x_draw_glyph_string): Likewise.
6060
60612008-08-29 Glenn Morris <rgm@gnu.org>
6062
6063 * buffer.c (word-wrap): Doc fix.
6064 * xdisp.c (truncate-partial-width-windows): Doc fix.
6065 Increase default to 50.
6066
60672008-08-29 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * xdisp.c (update_tool_bar_unwind): New function.
6070 (update_tool_bar): Temporarily set selected frame before building
6071 tool-bar items.
6072
60732008-08-28 Michael Albinus <michael.albinus@gmx.de>
6074
6075 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6076 snprintf, respectively.
6077 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6078
60792008-08-28 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6082 LDFLAGS to GNUstep CC invocation.
6083
60842008-08-27 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * indent.c (Fvertical_motion): Revert last change. Handle the
6087 general case where we are moving forward, and PT spans multiple
6088 screen lines.
6089
6090 * eval.c (find_handler_clause): Temporarily increase
6091 max-lisp-eval-depth while printing the backtrace buffer, to
6092 guarantee that help-mode code can run.
6093
60942008-08-27 Eli Zaretskii <eliz@gnu.org>
6095
6096 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6097 colors under -rv.
6098 (IT_set_frame_parameters): Don't swap foreground and background
6099 colors if `(reverse . t)' is present in the frame properties.
6100 (internal_terminal_init): Call init_frame_faces only for the
6101 initial frame.
6102
61032008-08-27 Andreas Schwab <schwab@suse.de>
6104
6105 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6106
61072008-08-27 Andreas Schwab <schwab@suse.de>
6108
6109 * search.c (search_buffer): Set char_base to zero only at the end.
6110
61112008-08-27 Kenichi Handa <handa@m17n.org>
6112
b8ff72fa 6113 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
6114
61152008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6116
6117 * xterm.c (x_term_init): Temporarily hide the partially
6118 initialized terminal while calling vendor-specific-keysyms.
6119
61202008-08-26 Eli Zaretskii <eliz@gnu.org>
6121
6122 * msdos.c (internal_terminal_init): Most initializations done only
6123 once, especially initial_screen_colors[] and termscript open.
6124
61252008-08-26 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * eval.c (Fcondition_case): Doc fix.
6128
6129 * widgetprv.h (EmacsFramePart): Change font member to the new font
6130 struct.
6131
6132 * widget.c: Include character.h and font.h for XSETFONT.
6133 (setup_frame_gcs): Compute X font id from font struct, just once.
6134
61352008-08-26 Eli Zaretskii <eliz@gnu.org>
6136
6137 * term.c (get_named_tty): Fix last change.
6138
61392008-08-26 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 6142 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
6143
61442008-08-25 Eli Zaretskii <eliz@gnu.org>
6145
6146 * frame.c (do_switch_frame): Mark previously displayed frame as
6147 obscured for FRAME_MSDOS_P frames as well.
6148
61492008-08-24 Eli Zaretskii <eliz@gnu.org>
6150
6151 * frame.c (make_terminal_frame): Initialize f->terminal,
6152 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6153 Set the top frame to newly created frame.
6154 (Fmake_terminal_frame): Reuse the_only_display_info.
6155
6156 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6157 estimating available memory.
6158
b97439ce 61592008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
6160
6161 * nsterm.m (ns_draw_window_cursor): Don't call
6162 NSDisableScreenUpdates and NSEnableScreenUpdates on
6163 non-NS_IMPL_COCOA systems.
6164
61652008-08-23 Andreas Schwab <schwab@suse.de>
6166
6167 * process.c (procfs_system_process_attributes): Fix use of
6168 uninitialized variables.
6169
61702008-08-23 Eli Zaretskii <eliz@gnu.org>
6171
6172 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6173
6174 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6175 calling tty-set-up-initial-frame-faces.
6176
b8ff72fa
SM
6177 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6178 Allow MSDOS frames along with X frames.
aac0c6e3
MR
6179
6180 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6181 addition to output_termcap.
6182
6183 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6184
6185 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6186 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6187 highlight.
6188
6189 * process.c [!subprocesses]: Define QCname.
6190 (syms_of_process): Intern and staticpro it.
6191
6192 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
6193 Adjust for changes in encoding/decoding routines.
6194 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
6195 encode_coding and decode_coding.
6196
b8ff72fa 6197 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
6198
6199 * dosfns.c: Include frame.h before termhooks.h.
6200 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6201 variable termscript.
6202
6203 * s/msdos.h (USER_FULL_NAME): Define.
6204 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6205
6206 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6207 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6208 pw->pw_gecos.
6209
6210 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6211 SELECTED_FRAME as additional (1st) argument.
6212 (tty_read_avail_input): Handle output_msdos_raw in
6213 addition to output_termcap.
6214
6215 * msdos.c: Include frame.h before termhooks.h.
6216 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6217 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6218 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6219 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6220 (IT_set_terminal_modes, IT_reset_terminal_modes)
6221 (IT_set_frame_parameters): Use tty->termscript instead of a global
6222 variable termscript.
6223 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6224 global variable terminal_coding. Don't refer to
6225 Vnonascii_translation_table.
6226 (internal_terminal_init): Set Vwindow_system in current_kboard.
6227 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6228 Announce date and time of session start, if termscript is open.
6229 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
6230 term.c:init_tty). Open termscript only of not already open.
6231 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
6232 here instead of dos_ttraw. Don't initialize display if this is an
6233 initial tty. Don't set FRAME_FONT.
6234 (Vwindow_system_version): Bump to 23.
6235 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6236 is available, set up mouse_position_hook.
6237 (dos_ttraw, IT_set_terminal_modes): If called with initial
6238 terminal, do nothing.
6239 (IT_set_frame_parameters): Handle the Qtty_type frame
6240 parameter by calling internal_terminal_init.
6241 (dos_set_window_size, show_mouse_face)
6242 (clear_mouse_face, IT_note_mode_line_highlight)
6243 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6244 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6245 (initialize_msdos_display): New function.
6246 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6247 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6248 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6249 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 6250 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
6251 (request_sigio, unrequest_sigio): Don't define, now defined on
6252 sysdep.c.
6253 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6254
6255 * term.c [MSDOS]: Include msdos.h.
6256 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6257 conditional to DOS_NT. Allow only one call to this function in a
6258 session. Don't allocate a new struct tty_display_info; instead,
6259 reuse the_only_display_info. Call get_tty_size to get screen
6260 dimensions. Call init_baud_rate to set bad_rate.
6261 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6262 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 6263 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
6264 (get_tty_terminal, get_named_tty, Ftty_type)
6265 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6266 output_termcap.
b8ff72fa
SM
6267 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6268 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 6269 only when subprocesses are supported.
aac0c6e3
MR
6270
6271 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6272 f->output_data.x.
6273 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6274 terminal devices.
6275
5582fbc7 6276 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
6277 x_output.
6278 (FRAME_FONT): Use output_data.tty.
6279 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
6280 (struct x_display_info): Rename from display_info. Update all users in
6281 msdos.c.
aac0c6e3 6282 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 6283 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
6284 (dos_ttraw): Update prototype.
6285
6286 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6287 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6288
62892008-08-23 Jason Rumney <jasonr@gnu.org>
6290
6291 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6292 (fn_TIFFSetDirectory): New library function used.
6293 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6294 (tiff_load): Use :index to select among multiple images. Set count
6295 property when multiple images exist.
6296 (gif_format): Use :index, not :image.
6297
62982008-08-23 Chong Yidong <cyd@stupidchicken.com>
6299
6300 * xdisp.c (try_scrolling): Check INT_MAX instead of
6301 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6302 to obtain INT_MAX.
6303
63042008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6305
6306 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6307
63082008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6309
6310 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6311 GNUstep library location.
6312
63132008-08-21 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * xfaces.c (x_update_menu_appearance): Check validity of menu font
6316 before using it.
6317
6318 * puresize.h (BASE_PURESIZE): Increase to 1250000.
6319
63202008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6321
6322 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
6323 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
6324 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6325 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
6326 (EmacsApp-cursor_blink_handler): Remove declaration.
6327 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
6328 match 01 Feb 2008 changes in xterm.c.
6329 (ns_read_socket): Add cast to avoid warning.
6330 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
6331 GNUstep.
6332
63332008-08-20 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * xselect.c (x_get_foreign_selection): Return nil if desired
6336 selection could not be obtained, instead of signalling an error.
6337
63382008-08-20 David Reitter <david.reitter@gmail.com>
6339
6340 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
6341 * nsterm.m: Remove ns-specific code for cursor blinking.
6342 (ns_draw_window_cursor): Clear cursor properly rather than
6343 redrawing the area. Respect width of bar cursors.
6344 These changes enable the use of generic blink-cursor-mode and
6345 generic cursor types in NS and support smooth cursor movements (do
6346 not blink off after command).
6347 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
6348 Nextstep, too.
6349
63502008-08-19 Kenichi Handa <handa@m17n.org>
6351
6352 * font.c (Vfont_log_deferred): New variable.
6353 (font_add_log): Check Vfont_log_deferred.
6354 (font_deferred_log): New function.
6355
6356 * font.h (font_deferred_log): Extern it.
6357
6358 * fontset.c (reorder_font_vector): Use encoding charset of fonts
6359 for sorting.
6360 (face_for_char): Use deferred log.
6361
63622008-08-18 Kenichi Handa <handa@m17n.org>
6363
6364 * fontset.c (face_for_char): Add font log.
6365
6366 * font.c (font_add_log): Add the font properties :script, :lang,
6367 and :otf in the log.
6368
63692008-08-17 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * xdisp.c: Remove dead code.
6372 (handle_invisible_prop, next_overlay_string): Defer call to
6373 setup_for_ellipsis.
6374 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
6375
63762008-08-15 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * xfaces.c (lookup_derived_face): Properly handle possible zero
6379 return value of get_lface_attributes.
6380 (merge_faces): Don't tell lookup_derived_face to signal an error
6381 if face is not found.
6382
6383 * dired.c (Fdirectory_files): Doc fix.
6384
6385 * process.c (make_process): Initialize kill_without_query struct
6386 member.
6387
63882008-08-15 Eli Zaretskii <eliz@gnu.org>
6389
6390 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
6391 Alternative calculation of totphys for Visual Studio 6.
6392
6393 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
6394
6395 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
6396 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
6397 All users changed.
6398 (stat): Only root directory passed to GetDriveType. Allow RAM
6399 disk as well as local fixed disk when w32-get-true-file-attributes
6400 is set to `local'.
6401 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
6402 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
6403 (w32_cached_id, w32_add_to_cache): New functions.
6404 (get_name_and_id): Look account names in the cache before calling
6405 lookup_account_sid.
6406 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
6407 New initialization flags.
6408 (globals_of_w32): Initialize them to zero.
6409 (w32_system_process_attributes): Use w32_cached_id and
6410 w32_add_to_cache.
6411
64122008-08-14 Lawrence Mitchell <wence@gmx.li>
6413
6414 * lread.c (Fread_char, Fread_char_exclusive): If no character
6415 event is read before timeout is reached, return nil, rather than
6416 converting to a number.
6417
64182008-08-14 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * fns.c (use_dialog_box): Doc fix.
6421
6422 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
6423 on OS X.
6424
64252008-08-13 Chong Yidong <cyd@stupidchicken.com>
6426
6427 * frame.c (Qns_parse_geometry): New var.
6428 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
6429
64302008-08-11 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * xdisp.c (x_produce_glyphs): Handle the case when font has no
6433 space character in calculating tabs.
6434
64352008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
6438
64392008-08-10 Glenn Morris <rgm@gnu.org>
6440
6441 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
6442 silence gcc "limited range of data type" warnings in some
6443 make_fixnum_or_float calls.
6444
64452008-08-09 Eli Zaretskii <eliz@gnu.org>
6446
6447 * w32.c (w32_system_process_attributes): If the process does not
6448 exist, return nil.
6449
6450 * w32.c: Include thelp32.h, psapi.h and coding.h.
6451 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
6452 declarations.
6453 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
6454 (Process32Next_Proc): New typedefs.
6455 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
6456 (g_b_init_process32_next, g_b_init_open_thread_token)
6457 (g_b_init_impersonate_self, g_b_init_revert_to_self)
6458 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
6459 (g_b_init_get_process_working_set_size)
6460 (g_b_init_global_memory_status_ex): New static variables.
6461 (globals_of_w32): Initialize them.
6462 (create_toolhelp32_snapshot, process32_first, process32_next)
6463 (open_thread_token, impersonate_self, revert_to_self)
6464 (get_process_memory_info, get_process_working_set_size)
6465 (global_memory_status, global_memory_status_ex): New wrapper
6466 functions.
6467 (w32_list_system_processes, w32_system_process_attributes)
6468 (enable_privilege, restore_privilege, ltime, process_times):
6469 New functions.
6470 (convert_time_raw): New function.
6471 (convert_time): Remove conversion of FILETIME into time in 100
6472 nsec units, call convert_time_raw instead.
6473
6474 * process.h (w32_list_system_processes, w32_system_process_attributes):
6475 Add prototypes.
6476 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
6477 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
6478 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
6479 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
6480
6481 * process.c (Fsystem_process_attributes): Doc fix.
6482
64832008-08-08 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
6486 a continued multi-char glyph; if so, advance to the actual glyph.
6487
64882008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
6491
6492 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
6493 (.m.o): Use it.
6494 * config.in: Regenerate.
6495
64962008-08-07 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * xdisp.c (redisplay_window): Revert last change.
6499 (try_window): Check bottom scroll margin too.
6500
65012008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6502
6503 * config.in: Regenerate.
6504
6505 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
6506 -list-load-path-shadows'.
6507 (nsgui.h): Reduce number of things depending on it.
6508
65092008-08-06 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
6512 instead of window-end which does the wrong thing at eob.
6513 (try_cursor_movement): Minor optimization.
6514 (redisplay_window): If scroll margin is defined, don't assume
6515 window doesn't need scrolling.
6516
65172008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6518
6519 * config.in: Regenerate.
6520
6521 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
6522 (mostlyclean): Don't delete *.d under NS.
6523
6524 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
6525
65262008-08-06 Kenichi Handa <handa@m17n.org>
6527
6528 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
6529
65302008-08-06 Andreas Schwab <schwab@suse.de>
6531
6532 * config.in: Regenerate.
6533
65342008-08-05 Chong Yidong <cyd@stupidchicken.com>
6535
6536 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
6537 forcing a window start.
6538
6539 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
6540 (auto_save_1): Update modtime when auto-save-list-file-name is on.
6541
65422008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6543
6544 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
6545 argument.
6546
65472008-08-05 Juanma Barranquero <lekktu@gmail.com>
6548
6549 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
6550 <scroll-down-aggressively, before-change-functions>:
6551 <after-change-functions>: Reflow docstrings.
6552
65532008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6554 Ken Raeburn <raeburn@gnu.org>
6555
6556 Dock menu customization, based on a patch by Ken Raeburn, plus some
6557 other fixes.
6558 * nsmenu.m (dockMenu): New variable.
6559 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
6560
6561 * nsterm.h (dockMenu): Declare.
6562
6563 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
6564 (ns_term_init): Initialize dockMenu.
6565 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
6566 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
6567 left.
6568
6569 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
6570
65712008-08-04 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
6574
6575 * config.in: Regenerate.
6576
65772008-08-04 Seiji Zenitani <zenitani@mac.com>
6578
6579 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
6580
65812008-08-04 Chong Yidong <cyd@stupidchicken.com>
6582
6583 * nsterm.h (find_and_call_menu_selection): Fix prototype.
6584
65852008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6586
6587 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
6588
6589 * keyboard.h: Comment an #endif.
6590
6591 * lisp.h (have_menus_p): Adjust comment.
6592
6593 * menu.c (find_and_return_menu_selection): Fix comparison with
6594 client_data.
6595
6596 * nsmenu.m (popup_activated_flag): New variable.
6597 (popup_activated): New function.
6598 (menu-or-popup-active-p): New exported lisp definition.
6599 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
6600 when popup done.
6601 (ns_popup_dialog): Set popup_activated_flag.
6602
6603 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
6604 version for GNUstep (handled by conditional typedef in nsterm.m).
6605 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
6606 in rgb.txt).
6607
6608 * process.c (init_process): Use DARWIN_OS, not DARWIN.
6609
6610 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
6611
6612 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
6613
6614 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
6615 shortcircuit if popup_activated like GTK and X toolkit.
6616
6617 * m/inter386.h: Change DARWIN to DARWIN_OS.
6618
6619 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
6620 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
6621 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
6622 comment on NO_SOCK_SIGIO.
6623
66242008-08-03 Chong Yidong <cyd@stupidchicken.com>
6625
6626 * nsterm.m (windowDidResize): Remove stopModal call.
6627
66282008-08-03 Andreas Schwab <schwab@suse.de>
6629
6630 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
6631 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
6632
66332008-08-02 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
6636 Don't use uninitialized pointer variable when using getrlimit.
6637
66382008-08-02 Jason Rumney <jasonr@gnu.org>
6639
6640 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
6641
66422008-08-02 Eli Zaretskii <eliz@gnu.org>
6643
6644 * alloc.c (NSTATICS): Bump to 0x640.
6645
6646 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
6647
6648 * lisp.h: Add prototype for directory_files_internal.
6649
6650 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
6651 New functions.
6652 (syms_of_process): Defsubr them. Add initializations for various
6653 Q* symbols used in procfs_system_process_attributes.
6654 (procfs_list_system_processes, procfs_system_process_attributes)
6655 [HAVE_PROCFS]: New functions.
6656 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
6657 (procfs_get_total_memory): New functions.
6658
66592008-08-01 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * xfaces.c (Fx_load_color_file): Fix previous change;
6662 it is #ifdef WINDOWSNT, not WINDOWS_NT.
6663
66642008-08-01 Michael Albinus <michael.albinus@gmx.de>
6665
6666 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
6667
66682008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6669
6670 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
6671
66722008-08-01 Chong Yidong <cyd@stupidchicken.com>
6673
6674 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6675
6676 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
6677 define NSApplicationDelegateReplySuccess.
6678 (EmacsView -converstationIdentifier): Use long instead of
6679 NSInteger for GNUstep, since it doesn't have NSInteger.
6680
6681 * xmenu.c: Revert last change.
6682
6683 * keyboard.h: Fix last change.
6684
66852008-08-01 Juanma Barranquero <lekktu@gmail.com>
6686
6687 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
6688 on Windows.
6689
66902008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6691
6692 Warning clearing and clean-up in NS port.
6693 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6694 Add prototypes.
6695 * nsgui.h (FACE_DEFAULT): Remove, unused.
6696 (XGCValues): Change colors to unsigned long.
6697 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
6698 nsterm.m.
6699 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
6700 (ns_list_fonts): Remove, unused.
6701 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
6702 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
6703 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
6704 (nsfont_draw): Compare face colors to 0, not nil.
6705 * nsmenu.m (struct widget_value): Drop unneeded declaration.
6706 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
6707 (-addSubmenuWithTitle:): Use NSMenuItem class.
6708 (ns_popup_menu): Use NO, not NULL, for enabled setting.
6709 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
6710 (ns_clip_to_row): Make gc arg a BOOL.
6711 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
6712 ns_clip_to_row() call.
6713 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
6714 used). Cast FRAME_FONT assignments.
6715 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
6716 (ns_string_to_lispmod): Change arg to const char.
6717 (ns_term_init): Use NSMenuItem class.
6718 (EmacsApp -openFile:): Move to different section of file.
6719 (EmacsApp -application:openFiles:): Don't return a value, call
6720 -replyToOpenOrPrint:.
6721 (EmacsView -keyDown:): Fix up cast.
6722 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
6723 (EmacsView -menuDown:): Cast tag in call to
6724 find_and_call_menu_selection().
6725 (ns_list_fonts): Remove, unused.
6726 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
6727 (ns_fontname_to_xlfd): Make static.
6728 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
6729 Remove prototypes (now in keyboard.h).
6730 (next_menubar_widget_id): Remove, unused.
6731 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
6732 Remove prototypes (now in keyboard.h).
6733 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
6734
67352008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6736
6737 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
6738 (floatfns.o): Depend on syssignal.h.
6739 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
6740
6741 * systty.h: Fix previous change that removed BSD_TERMIOS.
6742 Add comments to #ifdefs.
6743
67442008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6745
6746 * w32fns.c (w32-load-color-file): Remove.
6747 (x-open-connection): Use renamed Fx_load_color_file.
6748 * xfaces.c (x-load-color-file): Add.
6749 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
6750 Emacs.clr.
6751 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
6752
67532008-07-31 Michael Albinus <michael.albinus@gmx.de>
6754
6755 * dbusbind.c (Fdbus_call_method_asynchronously)
6756 (Fdbus_method_error_internal): New defuns.
6757 (xd_read_message): Handle also reply messages.
6758 (Vdbus_registered_functions_table): Extend docstring.
6759
67602008-07-31 Juanma Barranquero <lekktu@gmail.com>
6761
6762 * keyboard.c (gobble_input): Fix previous change.
6763
67642008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 * bitmaps/README:
6767 * xfns.c:
6768 * termcap.c:
6769 * term.c:
6770 * syswait.h:
6771 * systty.h:
6772 * systime.h:
6773 * syssignal.h:
6774 * sysdep.c:
6775 * process.h:
6776 * process.c:
6777 * print.c:
6778 * ndir.h:
6779 * lread.c:
6780 * keyboard.c:
6781 * getpagesize.h:
6782 * floatfns.c:
6783 * fileio.c:
6784 * emacs.c:
6785 * doc.c:
6786 * dispnew.c:
6787 * dired.c:
6788 * data.c:
6789 * callproc.c:
6790 * buffer.c:
6791 * README:
6792 * Makefile.in:
6793 * s/template.h:
6794 * s/msdos.h:
6795 * m/vax.h: Remove VMS support.
6796 * s/vms.h:
6797 * vlimit.h:
6798 * uaf.h:
6799 * temacs.opt:
6800 * param.h:
6801 * ioctl.h: Remove file.
6802
68032008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6804
6805 * s/ms-w32.h (MULTI_KBOARD): Remove.
6806 * xterm.c:
6807 * xselect.c:
6808 * xfns.c:
6809 * window.c:
6810 * w32term.c:
6811 * w32fns.c:
6812 * terminal.c:
6813 * termhooks.h:
6814 * term.c:
6815 * sysdep.c:
6816 * keyboard.h:
6817 * keyboard.c:
6818 * frame.h:
6819 * frame.c:
6820 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
6821 * config.in: Regenerate.
6822
68232008-07-30 Jason Rumney <jasonr@gnu.org>
6824
6825 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
6826
6827 * w32font.c (w32font_encode_char): Leave as unicode if in range.
6828 (w32font_open_internal): Get unicode version of textmetrics.
6829 Don't enable or disable glyph indices here.
6830 (w32font_open): Disable use of glyph indices.
6831
6832 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
6833
68342008-07-30 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * minibuf.c (Vread_buffer_function): Doc fix.
6837
68382008-07-30 John Paul Wallington <jpw@pobox.com>
6839
6840 * minibuf.c (read_buffer_completion_ignore_case): New var.
6841 (Fread_buffer): Use it.
6842
68432008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * systty.h (sensemode): Remove empty #if. Remove reference to
6846 BSD_TERMIOS, unused.
6847
6848 * sysdep.c: Remove reference to DGUX.
6849 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
6850
6851 * config.in: Regenerate.
6852
68532008-07-30 Jason Rumney <jasonr@gnu.org>
6854
6855 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
6856
68572008-07-29 Jason Rumney <jasonr@gnu.org>
6858
6859 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
6860 is populated.
6861 (uniscribe_encode_char): Always use uniscribe.
6862 Avoid using context if cache is populated.
6863
68642008-07-29 Jan Djärv <jan.h.d@swipnet.se>
6865
6866 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
6867 open menu.
6868
6869 * gtkutil.c (menu_nav_ended): Remove.
6870 (create_menus): Remove signal connect for menu_nav_ended.
6871
68722008-07-28 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * xdisp.c (redisplay_window): Check return value of
6875 compute_window_start_on_continuation_line before forcing a window
6876 start.
6877
68782008-07-28 Jason Rumney <jasonr@gnu.org>
6879
6880 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
6881
6882 * w32term.c (w32_enable_unicode_output, cleartype_active):
6883 Remove obsolete display options.
6884 (x_draw_glyph_string_background): Don't use old cleartype_active
6885 workaround.
6886 (w32_initialize): Remove cleartype_active initialization.
6887 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
6888
68892008-07-28 Andreas Schwab <schwab@suse.de>
6890
6891 * lisp.h (init_weak_hash_tables, syms_of_font)
6892 (xd_read_queued_messages, syms_of_dbusbind): Declare.
6893 (remove_hash_entry): Don't declare.
6894 * eval.c (maybe_call_debugger): Make static and move before use.
6895 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
6896 * xdisp.c: Include "gtkutil.h" if USE_GTK.
6897 * xterm.h (x_set_frame_alpha): Declare.
6898
68992008-07-28 Jan Djärv <jan.h.d@swipnet.se>
6900
6901 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
6902 (create_menus): Connect selection-done to menu_nav_ended.
6903
69042008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6905
6906 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
6907 Set Vx_resource_name to a fallback. Replace read of 'buffered'
6908 parameter with read of 'alpha' one.
6909 (Qns_frame_parameter): Remove.
5582fbc7 6910 * nsselect.m (selection-coding-system)
aac0c6e3
MR
6911 (next-selection-coding-system, Vselection_coding_system)
6912 (Vnext_selection_coding_system): Drop.
6913
69142008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6915
6916 * nsfns.m (do-applescript, do_applescript): Rename to
6917 ns-do-applescript, ns_do_applescript, and move within file.
6918
69192008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 Remove support for Mac Carbon.
6922 * mactoolbox.c:
6923 * macterm.h:
6924 * macterm.c:
6925 * macselect.c:
6926 * macmenu.c:
6927 * macgui.h:
6928 * macfns.c:
6929 * mac.c: Remove file.
6930 * s/darwin.h:
6931 * m/intel386.h:
6932 * xfaces.c:
6933 * xdisp.c:
6934 * window.c:
6935 * tparam.c:
6936 * termhooks.h:
6937 * termcap.c:
6938 * term.c:
6939 * syssignal.h:
6940 * sysselect.h:
6941 * sysdep.c:
6942 * process.c:
6943 * lread.c:
6944 * lisp.h:
6945 * keyboard.c:
6946 * image.c:
6947 * fringe.c:
6948 * frame.h:
6949 * frame.c:
6950 * fontset.c:
6951 * font.h:
6952 * font.c:
6953 * fns.c:
6954 * fileio.c:
6955 * emacs.c:
6956 * dispnew.c:
6957 * dispextern.h:
6958 * config.in:
6959 * atimer.c:
2ae37cf0 6960 * Makefile.in: Remove code for Carbon.
aac0c6e3 6961
f0131492 69622008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
6963
6964 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
6965
69662008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6967
6968 * macterm.h (kCGBitmapByteOrder32Host): New define for
6969 non-universal SDKs.
6970
6971 * image.c (mac_create_cg_image_from_image, image_load_image_io)
6972 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
6973
6974 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
6975 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
6976
69772008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
6978
6979 * w32inevt.c: Include dispextern.h.
6980
69812008-07-26 Andreas Schwab <schwab@suse.de>
6982
6983 * print.c (print_object): Fix off-by-one in last change.
6984
69852008-07-25 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * term.c (syms_of_term): Don't initialize default_orig_pair,
6988 default_set_foreground and default_set_background on Windows.
6989
69902008-07-25 Jason Rumney <jasonr@gnu.org>
6991
6992 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
6993 ScriptItemize. Clean up return value checking. Remove unused
6994 variables.
6995 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
6996 shaping engine.
6997
6998 * w32font.c (w32font_has_char): Handle the case where we can't
6999 determine the script for a character.
7000
70012008-07-25 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * term.c (syms_of_term): Initialize default_orig_pair,
7004 default_set_foreground, and default_set_background.
7005
7006 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7007 clash (bug#86).
7008 (getloadavg): Callers changed.
7009
7010 * image.c (svg_load_image): Fix last change.
7011 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7012 image size is valid. Use g_object_unref instead of deprecated
7013 rsvg_handle_free to free rsvg handle.
7014 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7015
70162008-07-25 Jason Rumney <jasonr@gnu.org>
7017
7018 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7019 surrogates before looking up glyph index.
7020 (w32font_text_extents): Encode as surrogates if falling back to
7021 functions that need UTF-16 wide chars.
7022
7023 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7024 BMP as surrogates before looking up glyph index.
7025
70262008-07-25 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * image.c (svg_load_image): Check for failure in return value of
7029 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7030
70312008-07-25 Jason Rumney <jasonr@gnu.org>
7032
7033 * w32font.c (Fx_select_font): Reverse sense of second arg.
7034
70352008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7038 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7039
7040 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7041 (PURESIZE): Use it.
7042
70432008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7046 * m/alpha.h (TEXT_END):
7047 * m/ibmrs6000.h (TEXT_END):
7048 * m/macppc.h (TEXT_END):
7049 * s/darwin.h (TEXT_END):
7050 * s/msdos.h (TEXT_END): Remove, unused.
7051 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7052 * s/cygwin.h: Remove comment.
7053
7054 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7055 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7056 * m/intel386.h (DOT_GLOBAL_START):
7057 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7058 (USG): Remove, file not used on USG platforms.
7059
7060 * Makefile.in (HAVE_X11): Remove empty #else.
7061
70622008-07-24 Andreas Schwab <schwab@suse.de>
7063
7064 * fileio.c (Finsert_file_contents): Properly adjust undo list
7065 after format conversion.
7066
70672008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7068
7069 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7070 (menu_nav_ended): Remove.
7071 (create_menus): Remove signal connect for menu_nav_ended.
7072 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7073 create_menus.
7074 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7075
70762008-07-23 Jason Rumney <jasonr@gnu.org>
7077
7078 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7079 with opened font.
7080 (w32font_open): Set font type to gdi.
7081
7082 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7083
70842008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7085
7086 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7087 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7088 defines it.
7089 * unexec.c (ADDR_CORRECT): Define unconditionally.
7090
7091 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7092
7093 * unexec.c: Remove code depending on !COFF and USG, the file is
7094 not used for such systems.
7095
7096 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7097 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7098 (LD_SWITCH_SYSTEM_1): Remove, update users.
7099
7100 * s/darwin.h (DATA_END):
7101 * m/intel386.h (DATA_END):
7102 * m/ibmrs6000.h (DATA_END):
7103 * m/alpha.h (DATA_END): Remove, unused.
7104
7105 * config.in: Regenerate.
7106 * s/ms-w32.h (subprocesses): Define unconditionally.
7107 * s/template.h (subprocesses): Update comment.
7108 * s/vms.h (subprocesses):
7109 * s/usg5-4.h (subprocesses):
7110 * s/hpux10-20.h (subprocesses):
7111 * s/gnu-linux.h (subprocesses):
7112 * s/cygwin.h (subprocesses):
7113 * s/bsd-common.h (subprocesses):
7114 * s/aix4-2.h (subprocesses):
7115 * s/darwin.h (subprocesses): Do not define, defined by default now.
7116
7117 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7118 Remove all references.
7119 (temacs): Add GNUstep specific ld flags.
7120
7121 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7122 similarly to what X does.
7123
71242008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7125
7126 * nsfns.m (x-list-fonts): Remove.
7127 (syms_of_nsfns): Drop the x-list-fonts declaration.
7128 * nsterm.m: Get rid of remaining "//" comments.
7129
71302008-07-22 Chong Yidong <cyd@stupidchicken.com>
7131
7132 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7133
7134 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7135 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7136 (Fns_own_selection_internal, Fx_disown_selection_internal)
7137 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7138
7139 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7140 ... */' style of docstrings. Doc fixes.
7141
71422008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7143
7144 * terminfo.c (UP, BC, PC): Undo previous change.
7145
7146 * nsfns.m: Rename ns prefixed functions/variables to the
7147 corresponding x versions. Update references.
7148
71492008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7152
71532008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7154
7155 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7156 Remove forwarding functions.
7157 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7158 non-static.
7159 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7160 non-static.
7161 (ns_frame_parm_handlers): Use the new names.
7162 (syms_of_nsfns): Move to the end of file.
7163
7164 * nsterm.m (syms_of_nsterm): Move to the end of file.
7165
7166 * dispnew.c (init_display): Remove code for X10.
7167
71682008-07-22 Jason Rumney <jasonr@gnu.org>
7169
7170 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7171 bare drive.
7172
71732008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7174
7175 * nsterm.m (syms_of_nsterm): Remove debugging println.
7176
71772008-07-22 David Reitter <david.reitter@gmail.com>
7178
7179 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7180 Carbon implementation of the same functionality: execute arbitrary
7181 AppleScript code.
7182
71832008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7184
7185 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7186 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7187 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7188 (Fx_display_mm_height, Fx_display_mm_width)
7189 (Fx_display_backing_store, Fx_display_visual_class)
7190 (Fx_display_save_under, Fx_open_connection)
7191 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7192 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7193 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7194 (Fx_display_pixel_width, Fx_display_pixel_height)
7195 (Fx_display_usable_bounds, Fx_display_planes)
7196 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7197 ... */' style of docstrings.
7198
71992008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7200
7201 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7202 on this platform.
7203 (mips):
7204 * m/iris4d.h (mips): Do not define.
7205 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7206
7207 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7208
7209 * image.c:
7210 * nsfns.m:
7211 * nsselect.m:
7212 * nsterm.h:
7213 * nsterm.m: Rename ns prefixed functions/variables to the
7214 corresponding x versions. Update references.
7215
7216 * m/ibms390x.h (NO_REMAP): Do not undefine.
7217
7218 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7219
72202008-07-21 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7223 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7224 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7225 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7226 (Fns_display_mm_height, Fns_display_mm_width)
7227 (Fns_display_backing_store, Fns_display_visual_class)
7228 (Fns_display_save_under, Fns_open_connection)
7229 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7230 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7231 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7232 (Fns_display_pixel_width, Fns_display_pixel_height)
7233 (Fns_display_usable_bounds, Fx_display_planes)
7234 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7235
72362008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7237
7238 * print.c (print_object): Check print_depth before searching for
7239 circularities.
7240
72412008-07-21 Michael Albinus <michael.albinus@gmx.de>
7242
7243 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7244 only sprintf.
7245
72462008-07-21 Kenichi Handa <handa@m17n.org>
7247
7248 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7249
72502008-07-20 Andreas Schwab <schwab@suse.de>
7251
7252 * syntax.c (find_start_pos, find_start_value)
7253 (find_start_value_byte, find_start_begv, find_defun_start)
7254 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7255
72562008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7257
7258 * s/sol2-3.h: Insert contents of s/sol2.h.
7259 (LD_SWITCH_SYSTEM): Remove redundant definition.
7260 * s/sol2.h: Remove, unused.
7261
72622008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7263
7264 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7265
72662008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7267
7268 * Makefile.in (ns_appdir): Fix typo in find command.
7269
72702008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7271
7272 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7273
7274 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7275 added not supported anymore.
7276
7277 * s/usg5-4-2.h (LIBS_SYSTEM):
7278 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7279
7280 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7281 * s/lynxos.h (GETPGRP_NO_ARG):
7282 * s/hpux10-20.h (NO_SIOCTL_H):
7283 * s/gnu.h (GETPGRP_NO_ARG):
7284 * s/gnu-linux.h (NO_SIOCTL_H):
7285 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7286 * s/cygwin.h (GETPGRP_NO_ARG):
7287 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7288 (C_DEBUG_SWITCH): Remove duplicate definition.
7289
7290 * m/ibms390.h: Remove boilerplate comments.
7291
7292 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7293
7294 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7295 (wait_reading_process_output): Remove code for SunOS, platform not
7296 supported anymore. Use SOLARIS2 instead of sun.
7297
72982008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7299
7300 * font.c (font_open_by_name): Under NS, default lface height to zero.
7301 (font_open_for_lface): Under NS, set size based on frame fontsize.
7302 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7303 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7304
73052008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7306
7307 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7308 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7309 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7310 YES/NO.
7311 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7312 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
7313 * Makefile.in (clean): Clear out build destination dir.
7314
73152008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7316
7317 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
7318 xterm, xselect.
7319 * lisp.h: Remove declaration of hash_remove.
7320 * nsgui.h: Remove redefinitions of hash_remove.
7321 * fns.c (hash_remove): Rename to hash_remove_from_table.
7322
73232008-07-19 Seiji Zenitani <zenitani@mac.com>
7324
7325 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
7326 strdup() the family UTF8String before modifying it.
7327
73282008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7329
7330 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
7331 NS_FACE_BACKGROUND with 0 instead of nil.
7332 * nsfont.m (nsfont_draw): Same.
7333
73342008-07-19 Chong Yidong <cyd@stupidchicken.com>
7335
7336 * nsfns.m (ns_set_background_color): Fix crash.
7337
73382008-07-18 Chong Yidong <cyd@stupidchicken.com>
7339
7340 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
7341
73422008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 * puresize.h (BASE_PURESIZE): Increase to 1240000.
7345
73462008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7347
7348 * gtkutil.c: Include <config.h> instead of "config.h".
7349
7350 * lisp.h (Foverlay_buffer): Add EXFUN.
7351
7352 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
7353 child process to complete child_setup. Undo 2005-09-21 change.
7354
7355 * s/darwin.h: Mention setsid after vfork.
7356
73572008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7358
7359 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
7360 Depend on macgui.h.
7361
7362 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
7363 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
7364
7365 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
7366 and f19.
7367 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
7368
7369 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
7370 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
7371 Remove enumerators.
7372
7373 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
7374 Check if FACE_FROM_ID returns NULL.
7375
73762008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
7377
7378 * w32inevt.c (change_frame_size): Remove extern declaration.
7379 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
7380 change_frame_size.
7381
73822008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7383
7384 * getloadavg.c: Revert last change (2008-07-15).
7385
73862008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7387
7388 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 7389 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
7390 from configure.
7391
73922008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * s/sol2.h:
7395 * s/sol2-4.h: Reorganize conditionals.
7396
7397 * ecrt0.c: Remove code depending on m68000, not used anymore.
7398
7399 * fns.c (hash_remove): Make static.
7400 * lisp.h (hash_remove): Don't prototype.
7401
7402 * m/ibmrs6000.h:
7403 * m/ibms390x.h:
7404 * m/macppc.h: Remove boilerplate comments.
7405
7406 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
7407 Solaris, which does not need them.
7408
7409 * m/vax.h: Remove comments about unsupported systems.
7410
7411 * s/darwin.h: Reorganize ifdefs.
7412
74132008-07-17 Andreas Schwab <schwab@suse.de>
7414
7415 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
7416
74172008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 Use SDATA. Follow coding convention of placing operators at
7420 beginning of next line rather than end of previous line, and placing
7421 spaces around infix operators.
7422
7423 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
7424 in case it was defined already.
7425 USE @GNUSTEP_MAKEFILES@ rather than envvars.
7426 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
7427 ns_default.
7428 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
7429 Lisp_Objects.
7430 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
7431 (ns_defined_color, ns_color_to_lisp): Declare.
7432 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
7433 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
7434 it's accepted even with USE_LISP_UNION_TYPE.
7435 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
7436 (update_frame_tool_bar): Remove apparently obsolete tests for
7437 non-integerness of f->tool_bar_lines.
7438 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
7439 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
7440 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
7441 (nsfont_open): Don't confuse NULL for Qnil.
7442 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
7443 * menu.h (find_and_call_menu_selection):
7444 * menu.c (find_and_call_menu_selection): Use just int for vector size.
7445 (find_and_return_menu_selection): Always return something.
7446 * frame.h: Include dispextern.h for Display_Info.
7447 (display_x_get_resource): Declare.
7448
74492008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7450
7451 * syntax.c: Remove stdio.h include accidentally introduced in
7452 Emacs.app commit.
7453 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7454 NS_IMPL_COCOA.
7455 * keyboard.c (handle_async_input, input_available_signal): Remove
7456 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
7457
74582008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
7461 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
7462 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
7463 Use SDATA.
7464
7465 * keymap.c: Remove all NS-specific code.
7466 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
7467 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
7468 where_is_preferred_modifier, return a different value depending on how
7469 preferred is the binding.
7470 (where_is_internal): Adjust accordingly.
7471 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
7472 Adjust to new preferred_sequence_p.
7473 (syms_of_keymap): Declare `where-is-preferred-modifier'.
7474 * keyboard.c (parse_solitary_modifier): Not static any more.
7475 * keyboard.h (parse_solitary_modifier): Declare.
7476
74772008-07-16 Andreas Schwab <schwab@suse.de>
7478
7479 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
7480 of easymenu.
7481
74822008-07-16 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * xdisp.c (move_it_in_display_line): Account for word wrap, so
7485 that we don't move off the line.
7486
74872008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * keyboard.c (Qsuper): Remove.
7490 (parse_menu_item): Don't call where_is_internal specially for NS.
7491
74922008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7493
7494 * s/gnu-linux.h: Remove boilerplate comments.
7495
7496 * m/alpha.h (__ELF__): Consolidate conditions.
7497
7498 * m/m68k.h (linux): Use GNU_LINUX instead.
7499 Remove boilerplate comments.
7500
7501 * m/intel386.h: Undo refactoring from previous change.
7502 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
7503 too, remove dead code.
7504 (linux): Use GNU_LINUX instead.
7505
75062008-07-16 Jason Rumney <jasonr@gnu.org>
7507
7508 * w32gui.h: Repeat 26 June changes lost by last change.
7509
75102008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7511
7512 * systty.h: Remove code for Aix on 386, unsupported platform.
7513
7514 * s/ms-w32.h: Remove boilerplate comments.
7515 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7516
7517 * s/gnu-linux.h (TERM): Remove support.
7518 (HAVE_SYSVIPC): Remove, unused.
7519 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
7520 for this system.
7521
7522 * process.c: Remove support for IRIS, unused.
7523 Remove support for TERM, not relevant anymore.
7524
7525 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
7526 used with the definition.
7527
7528 * s/aix4-2.h (static): Do not undef.
7529
7530 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
7531 only used on Aix.
7532 (HAVE_SYSVIPC): Remove, unused.
7533
7534 * m/hp800.h (CANNOT_DUMP): Do not undef.
7535
7536 * m/alpha.h: Fix comment.
7537
7538 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
7539 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
7540 used by this configuration.
7541 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7542 * unexec.c: Remove code depending on HPUX and
7543 USG_SHARED_LIBRARIES, not used with this file. Remove code
7544 depending on IRIS, unused. Remove if 0-ed code.
7545
7546 * s/template.h: Remove comments about static.
7547
7548 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
7549 Remove if 0-ed code.
7550 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
7551 were the same as the default.
7552 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
7553 Remove boilerplate comments.
7554 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
7555 (HAVE_SYSVIPC): Remove, unused.
7556 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
7557
7558 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7559 Remove boilerplate comments.
7560 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7561 Remove boilerplate comments.
7562 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7563 Remove boilerplate comments.
7564 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
7565
7566 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
7567 USG systems which do not use DATA_SEG_BITS.
7568 Refactor code. Remove boilerplate comments.
7569
7570 * m/ibms390.h:
7571 * m/m68k.h:
7572 * s/bsd-common.h:
7573 * s/cygwin.h:
7574 * s/darwin.h:
7575 * s/freebsd.h:
7576 * s/gnu.h:
7577 * s/msdos.h: Remove boilerplate comments.
7578
7579 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 7580 do not use this file.
aac0c6e3
MR
7581 (IRIS_4D): Remove, unused.
7582
7583 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 7584 do not use this file.
aac0c6e3
MR
7585 (SIGN_EXTEND_CHAR):
7586 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7587 * unexmips.c: Remove file, unused.
7588
7589 * editfns.c (Fuser_full_name): Replace the only use of
7590 USER_FULL_NAME with its value.
7591 * config.in: Regenerate.
7592
75932008-07-16 David Reitter <david.reitter@gmail.com>
7594
7595 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
7596 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
7597
75982008-07-16 Glenn Morris <rgm@gnu.org>
7599
7600 * emacs.c (system-type): Doc fix.
7601
76022008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
7605 If the cache doesn't work, let's fix it, rather than work around it.
7606
76072008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7608
7609 * Makefile.in: Correct additions for nsfont.o in last commit.
7610 * nsfont.m: New file (forgot last commit).
7611
76122008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7613
7614 * callproc.c (set_initial_environment): Initialize
7615 Vprocess_environment under CANNOT_DUMP (fixes crash when
7616 batch-compiling for bootstrap).
7617
76182008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7619 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7620
7621 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
7622 fix crash due to different init order.
7623
76242008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7625
7626 Changes and additions for NeXTstep windowing system (Cocoa and
7627 GNUstep) support.
7628
7629 * Makefile.in:
7630 * config.in: Support defines and build commands for NS port.
7631 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
7632 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
7633 * dispextern.h: Include nsgui.h and add needed typedefs under NS
7634 windowing.
7635 (struct face): Add synth_ital field.
7636 * dispnew.c: Include nsterm.h when compiling under NS windowing.
7637 (init_display): Initialize Vinitial_window_system to "ns" when so
7638 compiled.
7639 * emacs.c: Include GSConfig.h when compiling under GNUstep.
7640 (display_arg): Use under NS.
7641 (main): Under NS, allocate autorelease pool and handle command line
7642 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
7643 (standard_args): Add NS-specific args.
7644 (shut_down_emacs): Shut down NS terminal if compiled under NS.
7645 * font.c (DEFAULT_ENCODING): New variable.
7646 (font_find_for_lface): Use it.
7647 (syms_of_font): Load syms_of_nsfont under NS.
7648 * font.h: Declare nsfont_driver when compiled under NS.
7649 * fontset.c: When compiling under NS, include nsterm.h.
7650 (fontset_from_font): Autoconstruct fontset under NS.
7651 * frame.c (various): Under NS, include nsterm.h, add Qns window system
7652 symbol, document and use it.
7653 (do_switch_frame): When for_deletion under Cocoa, add
7654 Fraise_frame(Qnil).
7655 (x_set_frame_parameters): Ensure font attribute changes are picked up.
7656 (x_get_arg): Allow "yes" and "no" as boolean values.
7657 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
7658 Qright under Cocoa.
7659 (focus-follows-mouse): Default to 0 under NS.
7660 * frame.h (enum output_method): Add output_ns.
7661 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
7662 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
7663 (FRAME_WINDOW_P): NS-specific definition.
7664 * fringe.c (max_used_fringe_bitmap): Make public.
7665 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
7666 (getloadavg): Use NeXT code under descendant OS's.
7667 * image.c (includes and header section, x_create_bitmap_from_data)
7668 (x_create_bitmap_from_file, free_bitmap_record, image_background)
7669 (image_background_transparent, x_clear_image_1)
7670 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7671 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
7672 (x_to_xcolors, x_from_xcolors, x_disable_image)
7673 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
7674 other GUIs, including XPM support using code originally written for
7675 Carbon GUI.
7676 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
7677 using NS API.
7678 (image_ascent): Use font metrics macros instead of direct struct field
7679 access.
7680 * keyboard.c (includes): Add nsterm.h when compiling under NS.
7681 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
7682 Also, handle NS as GTK for menu bar purposes.
7683 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
7684 toolkit where they differ.
7685 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
7686 use cachelist, still needed under NS.
7687 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
7688 (struct widget_value): Define it here for menu.c.
7689 * keymap.c (includes): Include modifier internals.
7690 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
7691 NS.
7692 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
7693 support for preferring sequences using certain modifiers, specified by
7694 the FIRSTONLY argument.
7695 * lisp.h (hash_remove): Rename to avoid name clash when compiling
7696 under NS GNUstep implementation.
7697 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
7698 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
7699 * menu.c: Include nsterm.h under NS.
7700 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
7701 (free_menubar_widget_tree_value, update_submenu_strings)
7702 (find_and_call_menu_selection): Treat NS as X and NT.
7703 (find_and_return_menu_selection): New function, used for popup menus.
7704 * nsgui.h:
7705 * nsterm.h:
7706 * nsfns.m:
7707 * nsimage.m:
7708 * nsmenu.m:
7709 * nsselect.m:
7710 * nsterm.m: New files.
7711 * process.c (wait_reading_process_output): Under NS, call ns_select()
7712 instead of plain select().
7713 * syntax.c (char_quoted): Under NS, avoid a crash when called near
7714 beginning of buffer.
7715 * sysselect.h (init_process): Rename when compiling under Cocoa to
7716 avoid name conflict.
7717 * termhooks.h (display_info): Add ns_display_info to union.
7718 * terminal.c (Fterminal_live_p): Add ns to terminal types.
7719 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
7720 COCOA environment.
7721 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
7722 unexec() signature. (Note, this will dump, but the resulting file
7723 crashes; unexosx is used instead; keeping around for reference and
7724 possible aid in getting dump working under GNUstep.)
7725 * w32gui.h (button_type, widget_value): Remove definitions (now in
7726 keyboard.h).
7727 * window.c: Include nsterm.h when compiling under NS.
7728 * xdisp.c (includes): Include nsterm.h when compiling under NS.
7729 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
7730 other GUI windowing systems.
7731 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
7732 GTK.
7733 (x_consider_frame_title): Under NS, set icon type and frame
7734 modified-state indicator; use ns_set_name_as_filename() when using
7735 formatted title.
7736 (update_window_cursor): Make public when compiling under NS.
7737 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
7738 (hourglass_atimer, Vhourglass_delay
7739 * xfaces.c (header section, init_frame_faces, clear_font_table)
7740 (defined_color, unload_color, x_face_list_fonts)
7741 (prepare_face_for_display): Add NS support parallel to other GUIs.
7742 Emulate GCs like other non-X GUIs.
7743 (split_font_name): Don't lowercase font name under NS.
7744 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
7745 under NS.
7746 * s/darwin.h: Add support for compilation under NS.
7747
77482008-07-15 Jason Rumney <jasonr@gnu.org>
7749
7750 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
7751 (w32_show_hourglass): Rename from show_hourglass.
7752 (w32_hide_hourglass): Rename from hide_hourglass.
7753 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
7754 (Vhourglass_delay): Declare extern.
7755 (hourglass_started): Remove.
7756
7757 * xdisp.c (Vhourglass_delay): Remove static.
7758 (hourglass_started, start_hourglass, cancel_hourglass):
7759 Don't include these versions on WINDOWSNT.
7760
77612008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7762
7763 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
7764 variables (formerly in xfns.c).
7765 (show_hourglass, hide_hourglass): New prototypes (same).
7766 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
7767 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
7768 in xfns.c).
7769 (syms_of_xdisp): Declare/initialize display-hourglass,
7770 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
7771 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
7772 formerly in xfns.c.
7773 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7774 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7775 (start_hourglass, cancel_hourglass): Remove.
7776 (show_hourglass, hide_hourglass): Remove prototypes and static
7777 modifiers.
7778 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
7779 hourglass_atimer, hourglass_shown_p declaration/initialization.
7780 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7781 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7782 (start_hourglass, cancel_hourglass): Remove.
7783 (show_hourglass, hide_hourglass): Remove prototypes and static
7784 modifiers.
7785 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
7786 hourglass_atimer, hourglass_shown_p declaration/initialization.
7787 * w32fns.c (display_hourglass_p, Vhourglass_delay)
7788 (DEFAULT_HOURGLASS_DELAY): Remove.
7789 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
7790 hourglass_shown_p declaration/initialization.
7791
77922008-07-14 Jason Rumney <jasonr@gnu.org>
7793
7794 * w32fns.c (w32_get_arg): Remove wrapper function.
7795 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
7796 directly.
7797 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
7798
77992008-07-14 Kenichi Handa <handa@m17n.org>
7800
7801 * xfont.c (xfont_open): Add workaround for X's bug.
7802
78032008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7804
7805 * fontset.c: Include <stdio.h> unconditionally.
7806
78072008-07-13 Michael Albinus <michael.albinus@gmx.de>
7808
7809 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
7810 for filtering.
7811
78122008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7813
7814 * s/vms.h: Use __GNUC__ instead of _GNUC_.
7815
7816 * m/macppc.h:
7817 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
7818
7819 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
7820 (SPECIAL_EMACS_INT):
7821 * m/ia64.h (SPECIAL_EMACS_INT):
7822 * m/amdx86-64.h (SPECIAL_EMACS_INT):
7823 * s/gnu.h (NLIST_STRUCT):
7824 * s/aix4-2.h (X11R5_INHIBIT_I18N):
7825 * s/gnu-linux.h (LINUX):
7826 * s/msdos.h (HAVE_FACES):
7827 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
7828
7829 * systty.h:
7830 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
7831 anymore.
7832
78332008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7834
7835 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
7836 always defined as int.
7837
7838 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
7839 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
7840 * s/gnu-linux.h (HAVE_WAIT_HEADER):
7841 * s/freebsd.h (HAVE_WAIT_HEADER):
7842 * s/bsd-common.h (HAVE_UNION_WAIT):
7843 * s/aix4-2.h (HAVE_WAIT_HEADER):
7844 * m/mips.h (HAVE_UNION_WAIT):
7845 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
7846 (COFF, static): Do not define, they are undefined later in the file.
7847
7848 * process.c (update_status): Don't use a union.
7849 (status_convert):
7850 (sigchld_handler): Use int instead of WAITTYPE.
7851
78522008-07-12 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * indent.c (Fvertical_motion): Restore hscroll before moving to
7855 goal column.
7856
78572008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7858
7859 * lisp.h: Remove left over code.
7860
78612008-07-11 Andreas Schwab <schwab@suse.de>
7862
7863 * lisp.h: Fix logic in last change.
7864
7865 * menu.h: New file.
7866 * menu.c: Include it.
7867 * xmenu.c: Likewise.
7868 * Makefile.in: Update dependencies.
7869
78702008-07-11 Kenichi Handa <handa@m17n.org>
7871
7872 * fontset.c (fontset_from_font): Cancel the previous change.
7873
78742008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7875
7876 * lisp.h:
7877 * w32heap.c:
7878 * emacs.c:
7879 * alloc.c: Replace all references of NO_UNION_TYPE with
7880 USE_LISP_UNION_TYPE.
7881
7882 * m/xtensa.h (NO_UNION_TYPE):
7883 * m/vax.h (NO_UNION_TYPE):
7884 * m/template.h (NO_UNION_TYPE):
7885 * m/sparc.h (NO_UNION_TYPE):
7886 * m/mips.h (NO_UNION_TYPE):
7887 * m/macppc.h (NO_UNION_TYPE):
7888 * m/m68k.h (NO_UNION_TYPE):
7889 * m/iris4d.h (NO_UNION_TYPE):
7890 * m/intel386.h (NO_UNION_TYPE):
7891 * m/ibms390x.h (NO_UNION_TYPE):
7892 * m/ibms390.h (NO_UNION_TYPE):
7893 * m/ibmrs6000.h (NO_UNION_TYPE):
7894 * m/ia64.h (NO_UNION_TYPE):
7895 * m/hp800.h (NO_UNION_TYPE):
7896 * m/arm.h (NO_UNION_TYPE):
7897 * m/amdx86-64.h (NO_UNION_TYPE):
7898 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
7899 defining it the same.
7900
79012008-07-10 Chong Yidong <cyd@stupidchicken.com>
7902
7903 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
7904
79052008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * fileio.c:
7908 * sysdep.c
7909 * systty.h:
7910 * m/ibmrs6000.h:
7911 * m/iris4d.h:
7912 * s/aix4-2.h:
7913 * s/freebsd.h:
7914 * s/gnu-linux.h:
7915 * s/hpux10-20.h:
7916 * s/hpux11.h:
7917 * s/netbsd.h:
7918 * s/sol2-3.h:
7919 * s/sol2-4.h:
7920 * s/sol2.h:
7921 * s/usg5-4.h:
7922 * s/vms.h: Remove references to unused variables.
7923
79242008-07-10 Andreas Schwab <schwab@suse.de>
7925
7926 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
7927 pattern before matching the generic family.
7928
79292008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7930
7931 * unexec.c:
7932 * s/vms.h:
7933 * s/usg5-4-2.h:
7934 * s/sol2-5.h:
7935 * s/freebsd.h:
7936 * s/darwin.h: Remove dead code.
7937
7938 * m/template.h:
7939 * m/sparc.h:
7940 * m/mips.h:
7941 * m/m68k.h:
7942 * m/iris4d.h:
7943 * m/intel386.h:
7944 * m/ibms390x.h:
7945 * m/ibms390.h:
7946 * m/ia64.h:
7947 * m/hp800.h:
7948 * m/arm.h:
7949 * m/amdx86-64.h: Remove dead code and references to unused
7950 and compiler defined symbols.
7951
7952 * unexmips.c:
7953 * unexelf.c: Remove references to desupported systems.
7954
7955 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
7956
7957 * m/powermac.h: Remove boilerplate comments.
7958 (NO_REMAP): Remove unused definition.
7959
7960 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
7961 define them.
7962
79632008-07-10 Kenichi Handa <handa@m17n.org>
7964
7965 * xfont.c (xfont_open): Log the reason of failure.
7966
79672008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * fontset.c (fontset_get_font_group):
7970 * font.c (font_check_otf): Specify argument types.
7971
79722008-07-09 Kenichi Handa <handa@m17n.org>
7973
7974 * coding.c (detect_coding_utf_8): Set detect_info->found only when
7975 non-ASCII char is found.
7976
7977 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
7978 (reorder_font_vector): Change the arg preferred_family to font.
7979 Prefer the spec matching with font.
7980 (fontset_get_font_group): New function.
7981 (fontset_find_font): Change the format of an element of a realized
7982 fontset. Use fontset_get_font_group.
7983 (fontset_font): Try the current fontset, the default fontset, the
7984 fallbacks of the current fontset, and the fallbacks of the default
7985 fontset in this order.
7986 (face_for_char): Delete the shortcut to use the current font.
7987 (fontset_from_font): Don't set fonts for Latin in the fontset.
7988
7989 * font.h (font_make_object, font_match_p): Adjust prototypes.
7990
7991 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
7992
7993 * font.c (font_make_object): New arg entity and pixelsize.
7994 (font_check_otf_features, font_check_otf): New functions.
7995 (font_match_p): Check :lang, :script, and :otf properties.
7996
7997 * xfont.c (xfont_open): Adjust it for the change of
7998 font_make_object.
7999 (xfont_text_extents): Fix initial setting of metrics.
8000
8001 * ftfont.c (struct ftfont_info): New member index, delete member
8002 fc_charset_idx. Make the member order compatible with struct
8003 xftfont_info.
8004 (fc_charset_table): Change charset names to registry names.
8005 (ftfont_pattern_entity): Delete the args registry and
8006 fc_charset_idx. Change the value of :font-entity property
8007 to (FONTNAME . INDEX). Always set :registry property to
8008 `iso10646-1'.
8009 (struct ftfont_cache_data): New struct.
8010 (ftfont_lookup_cache): New arg for_face.
8011 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8012 (ftfont_driver): Set the member otf_capability.
8013 (ftfont_get_charset): Adjust it for the change of
8014 fc_charset_table.
8015 (OTF_TAG_SYM): New macro.
8016 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8017 for the change of fc_charset_table.
8018 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8019 ftfont_pattern_entity. Add FC_INDEX to objset.
8020 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8021 and ftfont_pattern_entity.
8022 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8023 font_make_object, struct ftfont_info.
8024 (ftfont_has_char): Use ftfont_get_fc_charset.
8025 (ftfont_otf_features, ftfont_otf_capability): New functions.
8026 (ftfont_shape): Use ftfont_get_otf.
8027 (ftfont_text_extents): Fix initial setting of metrics.
8028
8029 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8030 member order compatible with struct ftfont_info.
8031 (xftfont_open): Add FC_CHARSET to the pattern. Set
8032 xftfont_info->ft_size. Don't unlock the face. Check BDF
8033 properties if appropriate.
8034 (xftfont_close): Unlock the face.
8035 (xftfont_anchor_point, xftfont_shape): Deleted.
8036 (syms_of_xftfont): Don't set members anchor_point and shape of
8037 xftfont_driver.
8038
8039 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8040 font_make_object.
8041
8042 * w32font.c (w32font_open): Adjust it for the change of
8043 font_make_object.
8044 (w32font_open_internal): Don't set properties of font_object here.
8045
80462008-07-08 Chong Yidong <cyd@stupidchicken.com>
8047
8048 * macfns.c (x_create_tip_frame):
8049 * w32fns.c (x_create_tip_frame):
8050 * xfns.c (x_create_tip_frame): Pass parameter argument to
8051 face-set-after-frame-default.
8052
8053 * xfaces.c (Finternal_merge_in_global_face): Save merged
8054 attributes for the default face back into the face vector.
8055
80562008-07-08 Andreas Schwab <schwab@suse.de>
8057
8058 * fontset.h: Declare fontset_from_font. Don't declare
8059 new_fontset_from_font and fontset_from_font_name.
8060 * xterm.c: Include "fontset.h".
8061 * Makefile.in (xterm.o): Update dependencies.
8062
80632008-07-08 Glenn Morris <rgm@gnu.org>
8064
8065 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8066 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8067
80682008-07-07 Chong Yidong <cyd@stupidchicken.com>
8069
8070 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8071 (x_set_frame_parameters): Don't bind it.
8072
80732008-07-07 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * w32fns.c (map_w32_filename): Declare extern.
8076
80772008-07-07 Jason Rumney <jasonr@gnu.org>
8078
8079 * w32term.c (WS_EX_LAYERED): Define if not already.
8080
80812008-07-06 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * xfaces.c (set_font_frame_param): Don't try to set the font
8084 parameter if it is still unspecified in the lface.
8085
80862008-07-05 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8089 face if it didn't already exist.
8090
8091 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8092
80932008-07-05 Andreas Schwab <schwab@suse.de>
8094
8095 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8096
80972008-07-05 Chong Yidong <cyd@stupidchicken.com>
8098
8099 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8100 word-wrapping.
8101 (IT_DISPLAYING_WHITESPACE): New macro.
8102 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8103 when word-wrapping. Simplify word-wrapping logic. Use correct
8104 pixel positions when saving copies of the iterator.
8105 (display_line): Use proper wrap point if the last character on a
8106 line was preceded by whitespace.
8107
81082008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8111
81122008-07-04 Kenichi Handa <handa@m17n.org>
8113
8114 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8115
8116 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8117
81182008-07-02 Jason Rumney <jasonr@gnu.org>
8119
8120 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 8121 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
8122
8123 * xdisp.c (next_element_from_display_vector): Move assignment out
8124 of if statement.
8125
81262008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8127
8128 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8129
8130 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8131 (syms_of_fileio): Initialize and export them.
8132 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8133
8134 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8135 (Fsystem_move_file_to_trash): New function.
8136 (syms_of_w32fns): Export it to lisp.
8137
81382008-07-01 Jason Rumney <jasonr@gnu.org>
8139
8140 * w32font.c (w32font_text_extents): Don't count overhang as part
8141 of width.
8142
81432008-06-30 Miles Bader <miles@gnu.org>
8144
8145 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8146 Add `avoid_cursor_p' field.
8147
8148 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8149 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8150 (append_glyph, append_composite_glyph, produce_image_glyph)
8151 (append_stretch_glyph): Initialize avoid_cursor_p.
8152 (get_it_property): Rename from `get_line_height_property'.
8153 (x_produce_glyphs): Use get_it_property.
8154 (handle_line_prefix, push_display_prop): New functions.
8155 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8156 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8157 New variables.
8158 (syms_of_xdisp): Initialize them.
8159
81602008-06-30 Kenichi Handa <handa@m17n.org>
8161
8162 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8163 XftDefaultSubstitute (they are called in XftFontMatch).
8164 (xftfont_open): Fix args to ftfont_font_format.
8165
8166 * ftfont.c (fc_charset_table): New member lang.
8167 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 8168 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
8169 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8170 (ftfont_open): Fix args to ftfont_font_format.
8171 (ftfont_font_format): New arg filename.
8172
81732008-06-30 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * xfaces.c (Finternal_merge_in_global_face): If default face was
8176 modified, realize it again. Update the font face attribute.
8177
81782008-06-29 Jason Rumney <jasonr@gnu.org>
8179
8180 * w32term.c (x_set_frame_alpha): Fix logic.
8181
81822008-06-29 Kenichi Handa <handa@m17n.org>
8183
8184 * fontset.c (Finternal_char_font): Return font-object instead of
8185 font-name.
8186
8187 * composite.c (get_composition_id): Fix the width calculation for TAB.
8188
81892008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * indent.c (Fvertical_motion): Properly handle float column arg.
8192
81932008-06-28 Jason Rumney <jasonr@gnu.org>
8194
8195 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8196 (pfnSetLayeredWindowAttributes): New function pointer.
8197 (w32_initialize): Initialize it when supported.
8198 (x_set_frame_alpha): New function.
8199
8200 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8201 (w32_frame_parm_handlers): Set alpha handler.
8202
8203 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8204
82052008-06-27 Jason Rumney <jasonr@gnu.org>
8206
8207 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8208 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8209 (w32_to_x_charset, x_to_w32_charset)
8210 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8211 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8212 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8213 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8214 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8215 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8216 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8217 (Qw32_charset_unicode): Remove.
8218 (syms_of_w32fns): Update for above changes.
8219
8220 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8221 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8222 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8223 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8224 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8225 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8226 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8227 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8228 (syms_of_w32font): Update for above changes.
8229
82302008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8233 removed #if.
8234 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8235
82362008-06-26 Juanma Barranquero <lekktu@gmail.com>
8237 Eli Zaretskii <eliz@gnu.org>
8238
8239 * makefile.w32-in (LOCAL_FLAGS):
8240 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8241
8242 * sysdep.c (_spawnlp, _getpid):
8243 Declare with explicit _cdecl instead of _CRTAPI1.
8244
8245 * editfns.c (Fget_internal_run_time):
8246 Check for WINDOWSNT with #ifdef, not #if.
8247
82482008-06-26 Jason Rumney <jasonr@gnu.org>
8249
8250 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8251
8252 * w32term.c (x_draw_glyph_string_foreground)
8253 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8254 Use FONT_HANDLE macro.
8255 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8256
8257 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8258 (uniscribe_encode_char): Use FONT_HANDLE macro.
8259
8260 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8261 (w32font_text_extents): Use precast w32_font.
8262 (w32font_close): Free cached metrics.
8263 (w32font_open_internal): Allocate space for name on stack.
8264
82652008-06-26 Chong Yidong <cyd@stupidchicken.com>
8266
8267 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8268
82692008-06-26 Jason Rumney <jasonr@gnu.org>
8270
8271 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8272 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8273
82742008-06-26 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8277
82782008-06-26 Jason Rumney <jasonr@gnu.org>
8279
8280 * w32bdf.c, w32bdf.h: Remove obsolete files.
8281
8282 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8283
8284 * w32gui.h: Don't include w32bdf.h.
8285 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8286 Remove obsolete font support.
8287
8288 * w32font.h (struct w32font_info): Remove compat_w32_font.
8289 Add hfont member.
8290 (FONT_COMPAT): Remove obsolete macro.
8291
8292 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8293 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8294 (w32font_open_internal): Remove compat code. Set new hfont member.
8295 (Fx_select_font): Use new hfont member.
8296
8297 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8298 (uniscribe_encode_char): Use new hfont member.
8299
8300 * w32term.c (x_draw_glyph_string_foreground)
8301 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8302 (x_draw_glyph_string): Use metrics in w32font_info.
8303
83042008-06-26 Kenichi Handa <handa@m17n.org>
8305
8306 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8307
83082008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8309
8310 * unexnext.c:
8311 * m/ews4800.h:
8312 * m/hp9000s300.h:
8313 * m/ibm370aix.h:
8314 * m/mips-siemens.h:
8315 * m/ncr386.h:
8316 * m/next.h:
8317 * m/pmax.h:
8318 * m/powerpcle.h:
8319 * m/tandem-s2.h:
8320 * s/386bsd.h:
8321 * s/bsd386.h:
8322 * s/bsd4-1.h:
8323 * s/bsd4-2.h:
8324 * s/bsdos2-1.h:
8325 * s/bsdos2.h:
8326 * s/bsdos3.h:
8327 * s/bsdos4.h:
8328 * s/nextstep.h:
8329 * s/ultrix4-3.h:
8330 * s/usg5-0.h:
8331 * s/usg5-2-2.h:
8332 * s/usg5-2.h:
8333 * s/usg5-4-3.h:
8334 * s/ux4800.h:
8335 * s/uxpds.h:
8336 * s/uxpv.h: Remove support for obsolete systems.
8337 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 8338 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
8339 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
8340 Remove, insert contents in s/aix4-2.h.
8341 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
8342 * s/bsd4-3.h: Rename to ...
8343 * s/bsd-common.h: ... this.
8344 * data.c:
8345 * doc.c:
8346 * ecrt0.c:
8347 * emacs.c:
8348 * fileio.c:
8349 * floatfns.c:
8350 * keyboard.c:
8351 * mem-limits.h:
8352 * print.c:
8353 * process.c:
8354 * sysdep.c:
8355 * syssignal.h:
8356 * systty.h:
8357 * syswait.h:
8358 * term.c:
8359 * unexec.c:
8360 * unexelf.c:
8361 * unexhp9k800.c:
8362 * m/hp800.h:
8363 * m/ibmrs6000.h:
8364 * m/mips.h:
8365 * m/vax.h:
8366 * s/darwin.h:
8367 * s/freebsd.h:
8368 * s/gnu.h:
8369 * s/ms-w32.h:
8370 * s/msdos.h:
8371 * s/netbsd.h:
8372 * s/template.h: Remove references to obsolete variables.
8373
8374 * Makefile.in: Add dependencies for all unexec files.
8375 (admindir): Remove unused variable.
8376 (UNEXEC_SRC): Remove references.
8377
83782008-06-25 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * xfns.c (x_default_font_parameter): If Xft is available, first
8381 try Monospace-12 for the default font.
8382
83832008-06-25 Jason Rumney <jasonr@gnu.org>
8384
8385 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
8386
83872008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
8390
8391 * buffer.c (syms_of_buffer): Remove default-word-wrap.
8392
83932008-06-25 Juanma Barranquero <lekktu@gmail.com>
8394
8395 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
8396 <scroll-conservatively>: Fix typo in docstring.
8397
8398 * xselect.c (Fx_send_client_event): Doc fix.
8399
84002008-06-25 Kenichi Handa <handa@m17n.org>
8401
8402 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
8403
8404 * font.c (font_parse_fcname): Remove unused variables.
8405 (font_sort_entites): Delete the arg SPEC. Caller changed.
8406 Fix for the case of ! best_only.
8407 (font_delete_unmatched): Check DPI and AVGWIDTH too.
8408
8409 * lisp.h (Fstring_to_unibyte): EXFUN it.
8410
8411 * character.h (str_to_unibyte): Extern it.
8412
8413 * character.c (str_to_unibyte): New function.
8414
8415 * fns.c (Fstring_to_unibyte): New function.
8416 (syms_of_fns): Defsubr it.
8417
84182008-06-24 Kenichi Handa <handa@m17n.org>
8419
8420 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
8421 DPI too.
8422 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
8423
84242008-06-24 Andreas Schwab <schwab@suse.de>
8425
8426 * Makefile.in (${lispsource}loaddefs.el): Rename from
8427 ../lisp/loaddefs.el.
8428 (bootstrap-clean): Do what distclean does but don't remove
8429 Makefile.
8430 (distclean): Depend on bootstrap-clean and remove Makefile.
8431
84322008-06-24 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * buffer.h (struct buffer): New member word_wrap.
8435
8436 * buffer.c (syms_of_buffer): New variables default-word-wrap and
8437 word-wrap.
8438 (init_buffer_once): Initialize them.
8439
8440 * dispextern.h (struct it): Replace bool truncate_lines_p with a
8441 line_wrap enum possessing three possible values.
8442
8443 * termopts.h: Replace truncate_partial_width_windows with
8444 Vtruncate_partial_width_windows.
8445
8446 * dispnew.c (direct_output_for_insert): Avoid direct output when
8447 inserting a space with word wrap on.
8448
8449 * indent.c (compute_motion): Obey integer values of
8450 truncate-partial-width-windows.
8451
8452 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
8453 replacing truncate_partial_width_windows.
8454 (init_iterator): If Vtruncate_partial_width_windows is an integer,
8455 truncate only if the window width is below that integer.
8456 (start_display, resize_mini_window, produce_stretch_glyph)
8457 (display_string, move_it_in_display_line_to): Use line_wrap.
8458 (back_to_previous_visible_line_start, reseat_1): Reset
8459 string_from_display_prop_p.
8460 (display_line): Extend default face to end of line when wrapping.
8461
84622008-06-24 Kim F. Storm <storm@cua.dk>
8463
8464 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
8465 to wrap continued lines at word boundaries.
8466
84672008-06-24 Jason Rumney <jasonr@gnu.org>
8468
8469 * font.c (Ffont_face_attributes): Multiply pixel size before point
8470 conversion to avoid multiplying rounding error.
8471
84722008-06-23 Jason Rumney <jasonr@gnu.org>
8473
8474 * w32term.c (x_draw_glyph_string_background)
8475 (x_draw_glyph_string): Remove old bdf font code.
8476
8477 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
8478
84792008-06-22 Kenichi Handa <handa@m17n.org>
8480
8481 * font.c (font_find_for_lface): Try the adstyle specified in
8482 the property of LFACE_FONT of LFACE (if any).
8483
84842008-06-21 Seiji Zenitani <zenitani@mac.com>
8485 Ryo Yoshitake <ryo@shiftmode.net>
8486
8487 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
8488
84892008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
8492 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
8493 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
8494 (witness-emacs): Remove.
8495 (lisp, shortlisp): Move loaddefs.el earlier.
8496 (mostlyclean): Forget about witness-emacs.
8497
84982008-06-22 Glenn Morris <rgm@gnu.org>
8499
8500 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
8501 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
8502
85032008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * Makefile.in (PRECOMP): Remove.
8506 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
8507 (witness-emacs): Run `compile-first'.
8508 (.el.elc): Use the new compile-onefile target.
8509
85102008-06-21 Kenichi Handa <handa@m17n.org>
8511
8512 * xftfont.c (xftfont_open): Handle QCembolden only when
8513 FC_EMBOLDEN is defined.
8514
85152008-06-21 Andreas Schwab <schwab@suse.de>
8516
8517 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
8518 (.el.elc): Likewise.
8519
85202008-06-21 Miles Bader <miles@gnu.org>
8521
8522 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
8523 build dir, not the lisp source dir.
8524
85252008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
8528 (bootstrapclean): Remove.
8529 (.el.elc): New rule.
8530 (PRECOMP): New var.
8531 (../lisp/subdirs.el): Remove.
8532 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
8533 (witness-emacs): New target.
8534 (mostlyclean): Remove witness-emacs as well.
8535 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
8536 Add witness-emacs dependency.
8537
85382008-06-20 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
8541 defined by the font.
8542
85432008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
8546 (bootstrap-clean): New target that keeps TAGS around.
8547 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
8548 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
8549
85502008-06-20 Jason Rumney <jasonr@gnu.org>
8551
8552 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
8553 Remove obsolete font code.
8554
8555 * w32font.c (font_matches_spec): Use csb bitfield from font signature
8556 to determine language support.
8557
85582008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * sysdep.c (cfsetspeed): New fun extracted from the code.
8561 (cfmakeraw): Move before first use.
8562
85632008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
8564
8565 * sysdep.c (cfmakeraw): Provide fallback implementation.
8566 (serial_configure): Provide fallback implementation of cfsetspeed.
8567
85682008-06-20 Kenichi Handa <handa@m17n.org>
8569
8570 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
8571 the pattern.
8572
8573 * fontset.c (fontset_from_font): Copy font_spec before changing
8574 the elements.
8575
8576 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
8577
85782008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
8581 for explicit `font' parameters.
8582
8583 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
8584
85852008-06-19 Kenichi Handa <handa@m17n.org>
8586
8587 * frame.c: Include <ctype.h>.
8588 (x_set_font_backend): Allow spacing characters in the X resource
8589 for FontBackend.
8590
85912008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8592
8593 * w32fns.c, xfns.c (Qfont_param): New var.
8594 (syms_of_w32fns): Initialize it.
8595 (x_default_font_parameter): Record explicit `font' into
8596 `font-parameter'.
8597
85982008-06-18 Kenichi Handa <handa@m17n.org>
8599
8600 * font.c (font_parse_xlfd): Fix previous change.
8601 (font_parse_fcname): Don't use :fc-unknown-spec.
8602 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
8603 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
8604 (font_add_log): Prepend the driver name to the resulting fonts.
8605
8606 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
8607 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
8608 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
8609
8610 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
8611 (QCembolden): New variables.
8612 (syms_of_xftfont): DEFSYM them.
8613 (xftfont_open): Call XftFontMatch. Don't trust the result of
8614 XftTextExtents8 if the pixel_size is less than 5.
8615
86162008-06-18 Andreas Schwab <schwab@suse.de>
8617
8618 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
8619 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
8620
86212008-06-18 Jason Rumney <jasonr@gnu.org>
8622
8623 * w32font.c (w32font_list, w32font_match): Add logging.
8624
8625 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
8626
86272008-06-17 Chong Yidong <cyd@stupidchicken.com>
8628
8629 * font.c (font_parse_fcname): Store divider characters for
8630 unknown-spec list. For known key symbols, intern using correct
8631 symbol name.
8632
86332008-06-17 Kenichi Handa <handa@m17n.org>
8634
8635 * xfaces.c (realize_default_face): If the frame is not on window
8636 system, set the fontset of face to nil.
8637
86382008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8639
8640 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
8641
86422008-06-16 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
8645 (build_font_name_from_vector): Delete externs.
8646
8647 * xfaces.c (struct font_name): Don't declare.
8648
86492008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
8652
86532008-06-16 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
8656
86572008-06-16 Juanma Barranquero <lekktu@gmail.com>
8658
8659 * font.c (Ffont_spec): Fix usage in docstring.
8660 (Ffont_face_attributes): Doc fix.
8661
86622008-06-16 Andreas Schwab <schwab@suse.de>
8663
8664 * font.c (Ffont_face_attributes): Fix definition.
8665
86662008-06-16 Jason Rumney <jasonr@gnu.org>
8667
8668 * font.h (font_style_symbolic_from_value): Remove.
8669
8670 * font.c (font_style_symbolic_from_value): Remove.
8671 (font_style_symbolic): Revert to pre 2008-06-13 version.
8672
8673 * w32font.c (w32_to_fc_weight): New function.
8674 (w32font_full_name, logfont_to_fcname): Use it.
8675
86762008-06-16 Kenichi Handa <handa@m17n.org>
8677
8678 * font.c (font_check_object): Delete it.
8679 (font_clear_cache): Check if a font-object is alive.
8680 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
8681 font-object to nil.
8682 (font_close_object): Don't check FONT_CLOSE_OBJECT.
8683 (font_at): Don't call font_check_object.
8684 (Ffont_get): Return a symbol for :weight, :slant, and :width.
8685
86862008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8687
8688 * puresize.h (BASE_PURESIZE): Increase to 1230000.
8689
86902008-06-16 Chong Yidong <cyd@stupidchicken.com>
8691
8692 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
8693
86942008-06-15 Chong Yidong <cyd@stupidchicken.com>
8695
8696 * font.c (font_parse_fcname): Only one decimal point.
8697 (font_unparse_fcname): Handle data in family and foundry indices
8698 as symbols, not strings.
8699 (font_unparse_gtkname, Ffont_face_attributes): New functions.
8700
8701 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
8702
8703 * font.h (font_unparse_gtkname): Add prototype.
8704
87052008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8706
8707 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
8708
87092008-06-15 Andreas Schwab <schwab@suse.de>
8710
8711 * font.c (font_update_drivers): Fix crash when no drivers match.
8712
87132008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
8716 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
8717
87182008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
8721
87222008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * process.c (Fserial_process_configure, Fprocess_send_eof):
8725 Use EQ to compare Lisp_Objects.
8726
87272008-06-13 Jason Rumney <jasonr@gnu.org>
8728
8729 * w32fns.c (Fw32_select_font): Remove old font API function.
8730
8731 * w32font.c (logfont_to_fcname): New function.
8732 (Fx_select_font): New font dialog function compatible with
8733 GTK/fontconfig version.
8734
8735 * font.c (font_style_symbolic_from_value): New function.
8736 (font_style_symbolic): Use it.
8737
8738 * font.h (font_style_symbolic_from_value): Declare new function.
8739
87402008-06-13 Juanma Barranquero <lekktu@gmail.com>
8741
8742 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
8743 <font-width-table>: Fix typos in docstrings.
8744
87452008-06-13 Daniel Engeler <engeler@gmail.com>
8746
8747 These changes add serial port access.
8748 * process.c: Add HAVE_SERIAL.
8749 (Fdelete_process, Fprocess_status, Fset_process_buffer)
8750 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
8751 (list_processes_1, select_wrapper, Fstop_process)
8752 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
8753 (status_notify): Modify to handle serial processes.
8754 [HAVE_SERIAL] (Fserial_process_configure)
8755 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
8756 New functions.
8757 * process.h (struct Lisp_Process): Add `type'.
8758 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
8759 New functions.
8760 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
8761 serial ports.
b71ac3dd 8762 (serial_open, serial_configure): New functions.
aac0c6e3
MR
8763 * w32.h: Add FILE_SERIAL.
8764 (struct _child_process): Add ovl_read, ovl_write.
8765
87662008-06-13 Kenichi Handa <handa@m17n.org>
8767
8768 * dispextern.h (enum lface_attribute_index): New member
8769 LFACE_FOUNDRY_INDEX.
8770
8771 * font.c (font_score): Delete arg alternate_families. Check only
8772 weight, slant, width, and size. Ignore the difference of alias
8773 style symbols.
8774 (font_sort_entites): Adjust for the above change. Reflect the
8775 order of font-driver to scores.
8776 (font_list_entities): Don't check alternate_familes here.
8777 (font_clear_prop): Handle foundry.
8778 (font_update_lface): Don't parse "foundry-family" form here.
8779 Handle FONT_FOUNDRY_INDEX.
8780 (font_find_for_lface): Likewise. Handle alternate families here.
8781 If registry is nil, try iso8859-1 and ascii-0.
8782 (font_open_for_lface): Pay attention to size in ENTITY.
8783 (font_open_by_name): Simplify by calling font_load_for_lface.
8784 (free_font_driver_list): Delete it.
8785 (font_update_drivers): Preserve the order of backends.
8786 (syms_of_font): Setting of sort_shift_bits adjusted for the change
8787 of font_score and font_sort_entites.
8788 (font_update_sort_order): Likewise.
8789
8790 * xfaces.c (LFACE_FOUNDRY): New macro.
8791 (check_lface_attrs): Check foundry.
8792 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
8793 (merge_face_vectors): Check foundry.
8794 (merge_face_ref): Likewise.
8795 (Finternal_set_lisp_face_attribute): Likewise.
8796 (x_update_menu_appearance): Likewise.
8797 (Finternal_get_lisp_face_attribute): Likewise.
8798 (lface_hash): Likewise.
8799 (lface_same_font_attributes_p): Likewise.
8800 (x_supports_face_attributes_p): Likewise.
8801 (tty_supports_face_attributes_p): Likewise.
8802 (Finternal_set_alternative_font_family_alist): Intern strings.
8803 (Finternal_set_alternative_font_registry_alist): Downcase strings.
8804 (realize_default_face): Set LFACE_FOUNDRY (lface).
8805
8806 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
8807 font-driver at first.
8808
8809 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
8810
88112008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8812
8813 * lread.c (Fload): Use xfree, not free on saved_doc_string.
8814
88152008-06-12 Jim Meyering <meyering@redhat.com>
8816
8817 Make unexec_free handle NULL the same way free does.
8818 * unexmacosx.c (unexec_free): Ignore a NULL argument.
8819
88202008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * character.h (CHAR_TO_BYTE_SAFE): New macro.
8823 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
8824 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
8825 (WEAK_ALIAS): Simplify.
8826 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
8827 when searching a unibyte buffer.
8828
88292008-06-12 Chong Yidong <cyd@stupidchicken.com>
8830
8831 * xfns.c (Fx_select_font): Rename from x-font-dialog.
8832
88332008-06-12 Juanma Barranquero <lekktu@gmail.com>
8834
8835 * w32font.c: Include ctype.h.
8836
88372008-06-11 Jason Rumney <jasonr@gnu.org>
8838
8839 * w32font.c (w32font_encode_char): Detect missing glyphs that are
8840 misreported as space.
8841 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
8842 as aliases for registry iso10646-1.
8843
88442008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * buffer.c (clone_per_buffer_values): Skip `name'.
8847
88482008-06-11 Chong Yidong <cyd@stupidchicken.com>
8849
8850 * font.c (font_parse_fcname): Fix last change; accept decimal
8851 points in font size.
8852
88532008-06-10 Jason Rumney <jasonr@gnu.org>
8854
8855 * w32uniscribe.c (add_opentype_font_name_to_list):
8856 Skip non unicode fonts.
8857
88582008-06-10 Chong Yidong <cyd@stupidchicken.com>
8859
8860 * xfns.c (Fx_font_dialog): New function.
8861
8862 * gtkutil.c (xg_dialog_response_cb): Rename from
8863 xg_file_response_callback.
8864 (pop_down_dialog): Rename from pop_down_file_dialog.
8865 (xg_get_file_name): Callers changed.
8866 (xg_get_font_name): New function.
8867
8868 * gtkutil.h (xg_get_font_name): Insert prototype.
8869
88702008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
8873 x_underline_minimum_display_offset.
8874 (syms_of_xdisp): Declare it here rather than in xterm.c.
8875 * dispextern.h (underline_minimum_offset): Declare it.
8876 * w32term.c (x_draw_glyph_string): Use it.
8877 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
8878 (syms_of_xterm): Don't declare it any more.
8879 (x_draw_glyph_string): Adjust to the new name.
8880
88812008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
8882
8883 * xterm.c (x_underline_minimum_display_offset): New var.
8884 (x_draw_glyph_string): Use it.
8885 (syms_of_xterm): Declare it.
8886
88872008-06-10 Chong Yidong <cyd@stupidchicken.com>
8888
8889 * font.c (font_parse_fcname): Accept GTK-style font names too.
8890
88912008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * dired.c (file_name_completion): Don't return t if the match is exact
8894 but with different capitalization.
8895 * minibuf.c (Ftry_completion): Simplify.
8896
8897 * window.c (Vwindow_point_insertion_type): New var.
8898 (set_window_buffer): Use it.
8899 (syms_of_window): Init and export it to Lisp.
8900
89012008-06-10 Kenichi Handa <handa@m17n.org>
8902
8903 * font.h (font_intern_prop): Prototype adjusted.
8904
8905 * font.c (font_intern_prop): New arg force_symbol.
8906 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
8907 Adjust for the change of font_intern_prop.
8908
8909 * ftfont.c (ftfont_pattern_entity):
8910 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
8911 (w32_registry):
8912 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
8913 the change of font_intern_prop.
8914
89152008-06-09 Juanma Barranquero <lekktu@gmail.com>
8916
8917 * w32menu.c (digest_single_submenu): Declare extern.
8918
89192008-06-09 Jason Rumney <jasonr@gnu.org>
8920
8921 * w32term.c (x_make_frame_visible): Use alternate restore flags.
8922
8923 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
8924 (parse_single_submenu): Remove.
8925 (digest_single_submenu): Remove.
8926 (syms_of_w32menu): Don't initialise variables that have moved
8927 to menu.c.
8928 (set_frame_menubar): Sync with version in xmenu.c.
8929 (w32_menu_show): Sync with xmenu_show in xmenu.c.
8930
8931 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
8932 Make static again.
8933
89342008-06-09 Jason Rumney <jasonr@gnu.org>
8935
8936 Changes to w32 files related to the move of common menu code
8937 to menu.c on 2008-06-08 by Chong Yidong.
8938
8939 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
8940 defs to w32gui.h.
8941 (single_keymap_panes, push_menu_item, push_menu_pane):
8942 Make globally visible.
8943
8944 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
8945 (local_free, malloc_widget_value, free_widget_value)
8946 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
8947 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
8948 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8949 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
8950 (menu_items, menu_items_allocated, menu_items_used)
8951 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
8952 (init_menu_items, finish_menu_items, discard_menu_items)
8953 (grow_menu_items, push_submenu_start, push_submenu_end)
8954 (push_left_right_boundary, push_menu_pane, push_menu_item)
8955 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
8956 (free_menubar_widget_tree_value, parse_single_submenu)
8957 (update_submenu_strings): Remove functions.
8958 (xmalloc_widget_value): Remove and declare extern.
8959
8960 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
8961 (OBJ1): Build it.
8962
8963 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
8964 (local_heap, local_alloc, local_free, malloc_widget_value)
8965 (free_widget_value): Define here.
8966
89672008-06-09 Kenichi Handa <handa@m17n.org>
8968
8969 * font.h (Qascii_0): Extern it.
8970
8971 * font.c (Qascii_0): New variable.
8972 (syms_of_font): DEFSYM it.
8973 (font_open_by_name): If the registry "iso8859-1" fails, try also
8974 "ascii-0".
8975
8976 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
8977
89782008-06-08 Kenichi Handa <handa@m17n.org>
8979
8980 * .gdbinit (xfont): New command.
8981
89822008-06-08 Andreas Schwab <schwab@suse.de>
8983
8984 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
8985 * Makefile.in (menu.o): Update dependencies.
8986
8987 * Makefile.in (obj): Always add menu.o.
8988 * emacs.c (main): Always call syms_of_menu.
8989 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
8990
89912008-06-08 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * Makefile.in: Compile menu.c.
8994
8995 * lisp.h: Declare syms_of_menu.
8996
8997 * emacs.c (main): Call syms_of_menu.
8998
8999 * keyboard.h: Relocate platform-independent menu definitions from
9000 xmenu.c.
9001
9002 * menu.c: New file. Relocate platform-independent menu
9003 definitions from xmenu.c. Suggested by Adrian Robert.
9004
9005 * xmenu.c: Remove platform-independent menu definitions.
9006 (menu_items menu_items_inuse, menu_items_allocated)
9007 (menu_items_used, menu_items_n_panes)
9008 (menu_items_submenu_depth): Move to keyboard.h.
9009 (init_menu_items, finish_menu_items, unuse_menu_items)
9010 (discard_menu_items, restore_menu_items, save_menu_items)
9011 (grow_menu_items, push_submenu_start, push_submenu_end)
9012 (push_left_right_boundary, push_menu_pane, push_menu_item)
9013 (keymap_panes, single_keymap_panes, single_menu_item)
9014 (list_of_panes, list_of_items, find_and_call_menu_selection)
9015 (xmalloc_widget_value, free_menubar_widget_value_tree)
9016 (parse_single_submenu, digest_single_submenu)
9017 (update_submenu_strings): Move to menu.c.
9018
90192008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9022
90232008-06-06 Miles Bader <miles@gnu.org>
9024
9025 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9026 face, not frame default.
9027
90282008-06-05 Martin Rudalics <rudalics@gmx.at>
9029
9030 * window.c (pop_up_windows, pop_up_frames)
9031 (display_buffer_reuse_frames, Vpop_up_frame_function)
9032 (Vdisplay_buffer_function, Veven_window_heights)
9033 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9034 (Vspecial_display_function, Vsame_window_buffer_names)
9035 (Vsame_window_regexps, split_height_threshold)
9036 (Vsplit_window_preferred_function): Move those vars to window.el.
9037 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9038 (Fdisplay_buffer): Move those functions to window.el.
9039 (syms_of_window): Remove corresponding declarations.
9040 (display_buffer): New function.
9041 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9042 * dispnew.c (Flast_nonminibuf_frame): New function.
9043 * buffer.c (Fpop_to_buffer): Move to window.el.
9044
90452008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9048
90492008-06-05 Kenichi Handa <handa@m17n.org>
9050
9051 * coding.c (detect_coding): Fix previous change.
9052 (detect_coding_system): Likewise.
9053
90542008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9057
9058 * keymap.c (Vminibuffer_local_filename_must_match_map):
9059 Rename from Vminibuffer_local_must_match_filename_map.
9060 (syms_of_keymap):
9061 * minibuf.c (Fcompleting_read): Adjust accordingly.
9062 * commands.h: Rename declaration as well.
9063
90642008-06-05 Kenichi Handa <handa@m17n.org>
9065
9066 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9067 family name.
9068 (Ffont_put): Likewise.
9069
9070 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9071 current font-spec.
9072
9073 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9074 is unspecified.
9075
9076 * xfaces.c (realize_x_face): If the font-related face attributes
9077 are the same as those of default face, realize a new fontset from
9078 default->fontset.
9079 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9080
90812008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9084 (move_it_in_display_line): New wrapper.
9085
9086 * window.c (window_scroll_pixel_based_preserve_x)
9087 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9088 (window_scroll_pixel_based, window_scroll_line_based):
9089 Use them to preserve column positions.
9090 (syms_of_window): Initialize them.
9091
9092 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9093 (HPOS . VPOS) pair.
9094
9095 * dispextern.h (move_it_in_display_line): Declare.
9096
90972008-06-05 Juanma Barranquero <lekktu@gmail.com>
9098
9099 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9100 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9101 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9102
91032008-06-04 Juanma Barranquero <lekktu@gmail.com>
9104
9105 * window.c (Fset_window_parameter): Doc fix.
9106 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9107
91082008-06-04 Joakim Verona <joakim@verona.se>
9109
9110 * window.h (struct window): Add new member window_parameters.
9111
9112 * window.c (Fwindow_parameters, Fwindow_parameter)
9113 (Fset_window_parameter): New defuns.
9114 (syms_of_window): Defsubr the new defuns.
9115 (make_window): Initialize window_parameters to nil.
9116
91172008-06-04 John Paul Wallington <jpw@pobox.com>
9118
9119 * eval.c (Fdefmacro): Doc fix.
9120
91212008-06-04 Kenichi Handa <handa@m17n.org>
9122
9123 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9124 Be sure to call setup_coding_system when we find a proper coding system.
9125 (detect_coding_system): Fix handling of coding->head_ascii.
9126
91272008-06-03 Andreas Schwab <schwab@suse.de>
9128
9129 * font.c (font_prop_validate_spacing): Fix last change.
9130
91312008-06-03 Kenichi Handa <handa@m17n.org>
9132
9133 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9134 (font_parse_fcname): Fix handling of unknown key.
9135
9136 * xfont.c (xfont_list): Try an alias.
9137
9138 * charset.c (char_charset): Return NULL if the arg charset_list is
9139 specified and C doesn't belong to any of them.
9140
91412008-06-02 Chip Coldwell <coldwell@redhat.com>
9142
9143 * font.c (font_pixel_size): Don't take cdr of an integer.
9144
91452008-06-02 Jim Meyering <meyering@redhat.com>
9146
9147 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9148 * alloc.c (xfree): Return right away for a NULL arg.
9149 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9150 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9151 * mac.c (create_apple_event_from_event_ref): Likewise.
9152 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9153 Likewise.
9154 * doprnt.c (doprnt1): Likewise.
9155 * frame.c (frame): Likewise.
9156 * keyboard.c (wipe_kboard): Likewise.
9157 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9158 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9159 * term.c (tty_default_color_capabilities, maybe_fatal)
9160 (delete_tty): Likewise.
9161 * w16select.c (string): Likewise.
9162 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9163 * w32bdf.c (w32_free_bdf_font): Likewise.
9164 * w32fns.c (w32_unload_font): Likewise.
9165 * w32font.c (w32font_close): Likewise.
9166 * window.c (size_window): Likewise.
9167 * xselect.c (receive_incremental_selection): Likewise.
9168 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9169 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9170 * w32.c (stat): Likewise.
9171
9172 Remove useless if-before-free tests.
9173 * editfns.c (Fset_time_zone_rule): Likewise.
9174 * lread.c (nosuffix): Likewise.
9175 * ralloc.c (get_bloc): Likewise.
9176 * regex.c (reg_free): Likewise.
9177 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9178 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9179 * xsmfns.c (smc_save_yourself_CB): Likewise.
9180
91812008-06-02 Kenichi Handa <handa@m17n.org>
9182
9183 * font.c (font_find_for_lface): Handle float font size.
9184 (font_open_for_lface): Likewise.
9185
9186 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9187 comparing the properties.
9188
91892008-06-01 Jason Rumney <jasonr@gnu.org>
9190
9191 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9192 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9193 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9194 Don't add empty script list.
9195 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9196
91972008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9198
9199 * Makefile.in (dot, dotdot): Remove, update users.
9200 ".." has been used elsewhere in the file for a long time.
9201 (LIBXT_STATIC): Remove conditional based on unused variable.
9202
92032008-06-01 Miles Bader <miles@gnu.org>
9204
9205 * xfaces.c (Vface_remapping_alist): New variable.
9206 (syms_of_xfaces): Initialize it.
9207 (enum named_merge_point_kind): New type.
9208 (struct named_merge_point): Add `named_merge_point_kind' field.
9209 (push_named_merge_point): Make cycle detection respect different
9210 named-merge-point kinds.
9211 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9212 Remove face-name alias resolution.
9213 (lface_from_face_name): New definition using
9214 `lface_from_face_name_no_resolve'.
9215 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9216 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9217 (get_lface_attributes): New definition that layers face-remapping on
9218 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9219 (lookup_basic_face): New function.
9220 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9221 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9222 `get_lface_attributes'.
9223 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9224 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9225 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9226
9227 * xdisp.c (init_iterator): Pass base_face_id through
9228 `lookup_basic_face' when we actually use it as a face-id.
9229 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9230 DEFAULT_FACE_ID.
9231
9232 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9233 lookup the initial face-id.
9234
9235 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9236
92372008-06-01 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9240 (Fremove_text_properties): Fix typos in docstrings.
9241
92422008-05-31 Kenichi Handa <handa@m17n.org>
9243
9244 * font.c (font_list_entities): Fix the car part of data to be
9245 stored in the cache.
9246
9247 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9248
92492008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9252 Add a `test' argument so another predicate than `equal' can be used.
9253 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9254 (map_char_table): Remove unused vars `c' and `i'.
9255 * lisp.h (Foptimize_char_table): Adjust declaration.
9256 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9257
92582008-05-30 Kenichi Handa <handa@m17n.org>
9259
9260 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9261 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9262 defined.
9263
92642008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9267 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9268 frame-local settings for the same variable.
9269
92702008-05-30 Kenichi Handa <handa@m17n.org>
9271
9272 * fontset.c (Ffont_info): Move to font.c.
9273 (syms_of_fontset): Delete defsubr of Sfont_info.
9274
9275 * font.c (font_style_to_value, font_score): Delete casting of the
9276 args to xstcasecmp.
9277 (register_font_driver): Increment num_font_drivers only when
9278 registering the driver globally.
9279 (Ffont_info): Move from fontset.c. Handle a font object too.
9280 (syms_of_font): Defsubr Sfont_info.
9281
92822008-05-29 Kenichi Handa <handa@m17n.org>
9283
9284 * coding.h (enum define_coding_utf8_arg_index): New enum.
9285 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9286 coding_attr_utf_bom.
9287 (enum utf_bom_type): Rename from utf_16_bom_type.
9288 (struct utf_16_spec): Adjust for the above change.
9289 (struct coding_system): Add utf_8_bom in `spec' union.
9290
9291 * coding.c (CODING_UTF_8_BOM): New macro.
9292 (enum coding_category): Delete coding_category_utf_8, add
9293 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9294 coding_category_utf_8_sig.
9295 (CATEGORY_MASK_UTF_8): Delete it.
9296 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9297 (CATEGORY_MASK_UTF_8_SIG): New macros.
9298 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9299 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9300 CATEGORY_MASK_UTF_8_SIG.
9301 (CATEGORY_MASK_UTF_8): New macro.
9302 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9303 (detect_coding_utf_8): Check BOM.
9304 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9305 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9306 (encode_coding_utf_16): Likewise.
9307 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9308 (detect_coding, detect_coding_system): Handle utf-8-auto.
9309 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9310 (syms_of_coding): Fix setting up of Vcoding_category_table.
9311
93122008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * process.c (Faccept_process_output): If `millisec' is non-nil,
9315 `seconds' default to 0.
9316 (wait_reading_process_output): Also return non-nil if we read output
9317 from a non-running process.
9318
93192008-05-29 Jason Rumney <jasonr@gnu.org>
9320
9321 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
9322 `raster' specified.
9323 (add_font_entity_to_list): Allow non-opentype truetype fonts back
9324 in the uniscribe backend, but disallow any font that has no
9325 unicode subrange support.
9326
93272008-05-29 Juanma Barranquero <lekktu@gmail.com>
9328
9329 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9330 Fix typos in docstrings.
9331
93322008-05-29 Kenichi Handa <handa@m17n.org>
9333
9334 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
9335 (Fx_family_fonts): Set frame correctly.
9336
93372008-05-28 Jason Rumney <jasonr@gnu.org>
9338
9339 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
9340
93412008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
9344 calling build_annotations.
9345
93462008-05-28 Juanma Barranquero <lekktu@gmail.com>
9347
9348 * coding.c (Fdecode_coding_region, Fencode_coding_region)
9349 (Fencode_coding_string):
9350 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
9351 <latin-extra-code-table>: Fix typos in docstrings.
9352 (syms_of_coding) <coding-system-alist>: Doc fix.
9353 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
9354
93552008-05-28 Kenichi Handa <handa@m17n.org>
9356
9357 * fontset.c (Ffont_info): Don't call font_close_object.
9358
9359 * font.c (font_parse_family_registry): Use Ffont_put to validate
9360 foundry and family.
9361 (font_delete_unmatched): Don't check spacing.
9362 (font_list_entities): Add spacing to the spec to list fonts.
9363
9364 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
9365 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
9366
9367 * coding.c (encode_coding_raw_text): Fix previous change.
9368 (encode_coding_object): When the dst_object is a buffer and is
9369 different from src_object, move gap to PT.
9370
93712008-05-27 Chong Yidong <cyd@stupidchicken.com>
9372
9373 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
9374
93752008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * coding.c (encode_coding_raw_text): Set coding->produced_char for
9378 all branches. Compute it differently.
9379
9380 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
9381
93822008-05-27 Juanma Barranquero <lekktu@gmail.com>
9383
9384 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
9385 into "else if () ... else ...".
9386
93872008-05-27 Jason Rumney <jasonr@gnu.org>
9388
9389 * w32font.c (w32font_open_internal): Determine if glyph indices
9390 are likely to work here.
9391
93922008-05-27 Chong Yidong <cyd@stupidchicken.com>
9393
9394 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
9395 draw overlap glyphs with appropriate highlighting.
9396
93972008-05-27 Kenichi Handa <handa@m17n.org>
9398
9399 * xfont.c (xfont_open): Fix calculation of font->average_width.
9400
94012008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * casefiddle.c (casify_object): Try to guess better whether the
9404 argument is a byte or a char.
9405
94062008-05-26 Andreas Schwab <schwab@suse.de>
9407
9408 * xselect.c (x_reply_selection_request): Properly handle format == 32.
9409 Always send multiples of format size.
9410
9411 * xterm.c (x_set_frame_alpha): Fix type mismatch.
9412
94132008-05-26 Jason Rumney <jasonr@gnu.org>
9414
9415 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
9416 (compute_metrics): Don't set failure if we just cleared the cache.
9417 (w32_weight_table): Remove unused variable.
9418 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
9419 backwards compatibility.
9420
94212008-05-25 Kenichi Handa <handa@m17n.org>
9422
9423 * w32term.c (x_draw_glyph_string):
9424 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
9425
9426 * xfaces.c: Delete unused function prototypes.
9427 (xstrlwr, font_frame): Delete them.
9428 (clear_face_cache): Delete unused variable.
9429
9430 * xftfont.c (xftfont_open): Delete unused variable.
9431 If underline_thickness is not 1, adjust underline_position.
9432
9433 * ftxfont.c (ftxfont_open): Delete unused variable.
9434
9435 * fontset.c (face_for_char): Optimize for the case of no charset
9436 property.
9437
9438 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
9439 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
9440 (otf_open, font_otf_capability, generate_otf_features)
9441 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9442 Comment out by surrounding "#if 0" and "#endif" for the moment.
9443 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
9444 (syms_of_font): Codes for accessing above commented out.
9445
94462008-05-24 Eli Zaretskii <eliz@gnu.org>
9447
9448 * w32proc.c: Include dispextern.h.
9449
9450 * w32.c: Include dispextern.h.
9451
94522008-05-23 Juanma Barranquero <lekktu@gmail.com>
9453
9454 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
9455 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
9456 Fix typos in docstrings.
9457
94582008-05-23 Jason Rumney <jasonr@gnu.org>
9459
9460 * xsmfns.c: Remove includes that are already included by config.h.
9461
94622008-05-23 Kenichi Handa <handa@m17n.org>
9463
9464 * charset.c (Qemacs, charset_emacs): New variables.
9465 (char_charset): Fix for non-Unicode characters.
9466 (syms_of_charset): Define charset_emacs.
9467
9468 * w32term.c (x_draw_glyph_string): Be sure to update
9469 s->underline_thickness and s->underline_position. Be sure to draw
9470 underline within the current line area.
9471
9472 * xterm.c (x_draw_glyph_string): Be sure to update
9473 s->underline_thickness and s->underline_position. Be sure to draw
9474 underline within the current line area.
9475
9476 * fontset.c: Delete unused variables and add casting for char *
9477 throughout the file.
9478 (fontset_font): Try the fallback fonts of the current fontset
9479 before consulting the default fontset.
9480
9481 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
9482
9483 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
9484
94852008-05-22 Jason Rumney <jasonr@gnu.org>
9486
9487 * font.c: Don't include strings.h.
9488
9489 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
9490
9491 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
9492 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
9493 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
9494 to call xstrcasecmp.
9495
9496 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
9497
9498 * fontset.c (fs_query_fontset): Use xstrcasecmp.
9499
9500 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
9501
9502 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
9503
95042008-05-22 Kenichi Handa <handa@m17n.org>
9505
9506 * puresize.h (BASE_PURESIZE): Increase to 1220000.
9507
9508 * font.c (font_prop_validate_style): Adjust for the format
9509 change of font_style_table.
9510
9511 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
9512 two args.
9513
9514 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
9515 two args.
9516
95172008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * minibuf.c (keys_of_minibuf): Delete.
9520 * lisp.h (keys_of_minibuf): Delete.
9521 * emacs.c (main): Don't call keys_of_minibuf.
9522
95232008-05-22 Kenichi Handa <handa@m17n.org>
9524
9525 * ftfont.c (ftfont_resolve_generic_family): Rename from
9526 ftfont_list_generic_family. Return a single family for each
9527 generic family.
9528 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
9529 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
9530 Call font_add_log.
9531 (ftfont_match): Call font_add_log.
9532
9533 * font.h (Ffont_xlfd_name): EXFUN adjusted.
9534 (FONT_DEBUG): Define it.
9535 (font_add_log): Extern it.
9536 (font_assert): Rename from xassert.
9537
9538 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
9539 (xfont_list_family): Call font_add_log.
9540 (xfont_match): Likewise.
9541 (memq_no_quit): Delete.
9542
9543 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
9544 call of Ffont_xlfd_name.
9545
9546 * xfaces.c (struct table_entry, slant_table, weight_table)
9547 (swidth_table): Move to font.c.
9548
9549 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
9550 xassert are changed to font_assert. Delete many unused variables.
9551 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
9552 New variables.
9553 (struct table_entry): Move from xfaces.c and modified.
9554 (weight_table, slant_table, width_table): Move from xfaces.c and
9555 contents adjusted for the change of struct table_entry.
9556 (font_style_to_value, font_style_symbolic): Adjust for the
9557 format change of font_style_table.
9558 (font_parse_family_registry): Don't overwrite existing foundry and
9559 family of font_spec.
9560 (font_score): Fix calculation of diff for sizes.
9561 (font_sort_entites): Call font_add_log.
9562 (font_delete_unmatched): Return a newly created list.
9563 (font_list_entities): Fix previous change. Call font_add_log.
9564 (font_matching_entity, font_open_entity, font_close_entity):
9565 Call font_add_log.
9566 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
9567 (Finternal_set_font_style_table): Delete.
9568 (BUILD_STYLE_TABLE): New macro.
9569 (build_style_table): New function.
9570 (Vfont_log, font_log_env_checked): New variables.
9571 (font_add_log): New function.
9572 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
9573 Declare Lisp variables "font-weight-table", "font-slant-table",
9574 "font-width-table", and "font-log". Initialize font_style_table.
9575
95762008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
9577
9578 * xterm.c (x_set_frame_alpha): Move declarations before statements.
9579
95802008-05-21 Seiji Zenitani <zenitani@mac.com>
9581 Ryo Yoshitake <ryo@shiftmode.net>
9582
9583 * frame.c (Qalpha): Add a new frame parameter `alpha'.
9584 (Vframe_alpha_lower_limit): New variable.
9585 (x_set_alpha): New function.
9586
9587 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9588
9589 * xfns.c (x-create-frame, Qalpha):
9590 Initialize the frame parameter `alpha'.
9591 * xterm.c (OPAQUE, OPACITY): New.
9592 (x_set_frame_alpha): New function.
9593 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
9594
9595 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
9596 * w32fns.c (w32_frame_parm_handlers): Likewise.
9597
95982008-05-20 Jason Rumney <jasonr@gnu.org>
9599
9600 * w32font.c (add_font_entity_to_list): Don't add non-opentype
9601 truetype fonts to opentype list.
9602
96032008-05-20 Juanma Barranquero <lekktu@gmail.com>
9604
9605 * fontset.c (Ffontset_info): Doc fix.
9606 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
9607 <ignore-relative-composition>: Fix typos in docstrings.
9608
9609 * font.c (syms-of-font) <font-encoding-alist>:
9610 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
9611 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
9612 (Ffont_otf_alternates): Doc fixes.
9613
96142008-05-20 Kenichi Handa <handa@m17n.org>
9615
9616 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
9617 font.h through out the file.
9618 (FONT_DRIVERS): Rename from FONTOBJ.
9619 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
9620 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
9621
9622 * emacs.c (main): Call syms_of_font unconditionally.
9623
9624 * font.h (find_font_encoding): Extern it.
9625
9626 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
9627 fontset.c.
9628 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
9629 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
9630 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
9631 only when HAVE_WINDOW_SYSTEM is defined.
9632 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
9633 when HAVE_WINDOW_SYSTEM is defined.
9634
9635 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
9636 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
9637
9638 * xfaces.c: Include font.h unconditionally.
9639 (merge_face_ref, merge_face_vectors)
9640 (Finternal_set_lisp_face_attribute): Cancel the previous change.
9641
96422008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
9645 indirect_variable.
9646 * eval.c (lisp_indirect_variable): New fun.
9647 (Fuser_variable_p): Use it.
9648
96492008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * lisp.h (indirect_variable):
9652 * data.c (indirect_variable, let_shadows_buffer_binding_p):
9653 Use Lisp_Symbol pointers rather than Lisp_Object.
9654 Adjust callers.
9655 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
9656 To this end, change calling-convention.
9657
9658 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
9659 if some non-hidden buffers are selected by string&pred.
9660
96612008-05-19 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * process.c (wait_reading_process_output): Always check status
9664 when in batch mode.
9665
96662008-05-19 Kenichi Handa <handa@m17n.org>
9667
9668 * font.c (font_list_entities): Fix handling of cache.
9669 (font_matching_entity): Likewise.
9670
9671 * ftfont.c (cs_iso8859_1): Delete.
9672 (ft_face_cache): New variable.
9673 (struct ftfont_info): New member fc_charset_idx.
9674 (ftfont_build_basic_charsets): Delete.
9675 (fc_charset_table): New variable.
9676 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
9677 . FC_CHARSET_IDX) as :font-entity property in the font entity.
9678 Callers changed.
9679 (ftfont_lookup_cache, ftfont_get_charset): New functions.
9680 (ftfont_spec_pattern): New argument fc_charset_idx.
9681 Check registry more rigidly. Change callers.
9682 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
9683 change of :font-entity property of the font.
9684
9685 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
9686 property of the font.
9687
96882008-05-18 Juanma Barranquero <lekktu@gmail.com>
9689
9690 * coding.c (Fcoding_system_p): Rename argument to match docstring.
9691 (Funencodable_char_position, Fcheck_coding_systems_region)
9692 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
9693 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
9694 (Ffind_operation_coding_system, Fset_coding_system_priority)
9695 (Fcoding_system_eol_type): Doc fixes.
9696
96972008-05-17 Glenn Morris <rgm@gnu.org>
9698
9699 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
9700
97012008-05-16 Eli Zaretskii <eliz@gnu.org>
9702
9703 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
9704 and st_gid.
9705
9706 * frame.c (Fdelete_frame): Don't call font_update_drivers if
9707 HAVE_WINDOW_SYSTEM is not defined.
9708
9709 * xfaces.c (merge_face_ref, merge_face_vectors)
9710 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
9711 HAVE_WINDOW_SYSTEM is defined.
9712 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
9713
97142008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
9717
97182008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9719
9720 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
9721
97222008-05-15 Kenichi Handa <handa@m17n.org>
9723
9724 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
9725 preference.
9726
97272008-05-15 Glenn Morris <rgm@gnu.org>
9728
9729 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
9730
97312008-05-15 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * fns.c (init_fns): Don't initialize weak_hash_tables here.
9734 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
9735
9736 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
9737
97382008-05-15 Kenichi Handa <handa@m17n.org>
9739
9740 * ftfont.c (ftfont_list): Downcase family name to check generic
9741 families.
9742
9743 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
9744 font-spec for QCfont value.
9745
9746 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
9747 buffer. Check the return value of it.
9748
97492008-05-14 Jason Rumney <jasonr@gnu.org>
9750
9751 * w32term.c (w32_get_glyph_overhangs): Remove.
9752 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
9753
97542008-05-14 Kenichi Handa <handa@m17n.org>
9755
9756 * font.c (font_prop_validate): Make nil a valid value.
9757 (font_clear_cache): Check if the cached vector of entities is nil
9758 or not.
9759
97602008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9761
9762 * emacs.c (main_thread): Conditionalize on
9763 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9764 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
9765
9766 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
9767 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
9768 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9769
97702008-05-14 Kenichi Handa <handa@m17n.org>
9771
9772 * coding.c (detect_coding_iso_2022): Ignore a coding category that
9773 has no corresponding coding system.
9774
97752008-05-14 Jason Rumney <jasonr@gnu.org>
9776
9777 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
9778
9779 * w32font.h (w32font_open_internal): Update declaration.
9780
9781 * w32font.c (w32font_open_internal): Change last argument from
9782 w32font_info struct to font object. Fill in font object from
9783 font_entity. Get Outline metrics if possible. Use them to
9784 calculate underline position and thickness. Use xlfd name as name
9785 property. Don't set codepage.
9786 (w32font_open): Pass font_object to w32font_open_internal. Don't
9787 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
9788 (w32font_draw): Use s->font.
9789 (clear_cached_metrics): Don't clear non-existent blocks.
9790
9791 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
9792 font was not found.
9793 (x_draw_glyph_string): Use underline position and thickness from font.
9794
9795 * w32uniscribe.c (uniscribe_open): Pass font_object to
9796 w32font_open_internal.
9797
97982008-05-14 Kenichi Handa <handa@m17n.org>
9799
9800 These changes are to delete all legacy font-handling codes, and
9801 make Emacs use only font-backends.
9802
9803 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
9804 (frame.o, image.o, print.o): Depend on $(FONTSRC).
9805
9806 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
9807
9808 * charset.h (Vcharset_non_preferred_head)
9809 (Vcurrent_iso639_language): Extern them.
9810
9811 * charset.c (Vcharset_non_preferred_head): New variable.
9812 (Vcurrent_iso639_language): New variable.
9813 (syms_of_charset): Declare it as a Lisp variable.
9814 (char_charset): Don't check non preferred charsets. As a last
9815 resort, return charset_unicode.
9816 (Fset_charset_priority): Update Vcharset_non_preferred_head.
9817
9818 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
9819 conditionals. Don't check enable_font_backend. Delete all codes
9820 used only when USE_FONT_BACKEND is not defined.
9821
9822 * dispextern.h (struct glyph_string): Change type of `font' to
9823 `struct font *'.
9824 (struct glyph_string): New member underline_position and
9825 underline_thickness.
9826 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
9827 (struct face): Change type of `font' to `struct font *'. Remove
9828 members `font_name', `font_info_id'.
9829 (per_char_metric, encode_char): Delete externs.
9830 (calc_pixel_width_or_height): Adjust the prototype.
9831
9832 * emacs.c (enable_font_backend): Delete extern.
9833 (main): Don't set enable_font_backend. Don't check the command
9834 line argument "-disable-font-backend".
9835
9836 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
9837 (enum font_property_index): New members FONT_DPI_INDEX,
9838 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
9839 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
9840 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
9841 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
9842 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
9843 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
9844 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
9845 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
9846 (struct font_spec, struct font_entity): New structs.
9847 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
9848 (struct font): Many members from old "struct font_info" moved to
9849 here. Members font and entity deleted.
9850 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
9851 the new font-related objects.
9852 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
9853 (CHECK_FONT_GET_OBJECT): Likewise.
9854 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
9855 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
9856 (struct font_driver): New members case_sensitive anc check. Type
9857 of the member list and open changed.
9858 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
9859 (font_symbolic_width, font_find_object, font_get_spec)
9860 (font_set_lface_from_name): Delete extern.
9861 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
9862
9863 * font.c: Include <strings.h>.
9864 (enable_font_backend): Delete it.
9865 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
9866 (CHECK_VALIDATE_FONT_SPEC): Delete it.
9867 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
9868 (null_string): Delete it.
9869 (null_vector): Make it static.
9870 (font_family_alist): Delete it.
9871 (Qnormal): Extern it.
9872 (QCextra, QClanguage): Delete it.
9873 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
9874 (font_make_spec, font_make_entity, font_make_object)
9875 (font_intern_prop): Renamed from intern_downcase. Don't downcase
9876 the string. Callers changed.
9877 (font_pixel_size): Adjusted for the format change of font-related
9878 objects.
9879 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
9880 (font_style_to_value, font_style_symbolic): New function.
9881 (build_font_family_alist): Delete it.
9882 (font_registry_charsets): Use Fassoc_string instead of
9883 assq_no_quit.
9884 (font_prop_validate_symbol): Don't return null_string.
9885 (font_prop_validate_style): Adjusted for the change of
9886 style-related values in a font vector.
9887 (font_property_table): Delete entries for QClanguage and
9888 QCantialias, add entries for QCavgwidth.
9889 (get_font_prop_index): Delete the 2nd argument FROM.
9890 (font_prop_validate): Arguments changed.
9891 (font_put_extra): Adjusted for the change of font-related objects.
9892 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
9893 (font_parse_fcname, font_unparse_fcname)
9894 (font_prepare_composition): Likewise.
9895 (font_parse_family_registry): Renamed from font_merge_old_spec.
9896 (otf_open): Delete the 1st arg entity.
9897 (font_otf_capability): Adjusted for the above change.
9898 (font_score): New arg alternate_families. Adjusted for the change
9899 of font-related objects.
9900 (font_sort_entites): New arg best_only.
9901 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
9902 Delete them.
9903 (font_match_p): Check alternate families.
9904 (font_find_object): Delete it.
9905 (font_check_object): New function.
9906 (font_clear_cache): Adjusted for the change of font-related objects.
9907 (font_delete_unmatched): New arg.
9908 (font_list_entities): Call font_driver->list with a spec that
9909 doesn't specify style-related properties.
9910 (font_matching_entity): Arguments changed. Caller changed.
9911 (font_open_entity): Adjusted for the change of font-related objects.
9912 (font_close_object, font_has_char, font_encode_char)
9913 (font_get_name, font_get_spec): Likewise.
9914 (font_spec_from_name, font_clear_prop, font_update_lface):
9915 New functions.
9916 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
9917 (font_prepare_for_face, font_done_for_face, font_open_by_name)
9918 (font_at): Adjusted for the change of font-related objects.
9919 (font_range): New function.
9920 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
9921 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
9922 (Fcopy_font_spec, Fmerge_font_spec): New function.
9923 (Ffont_family_list): Renamed from list-families.
9924 (Finternal_set_font_style_table): Arguments changed.
9925 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
9926 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
9927 change of font-related objects.
9928 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
9929
9930 * fontset.h (struct font_info): Delete it. Most members go to
9931 struct font.
9932 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
9933 (enum FONT_SPEC_INDEX): Delete it.
9934 (font_info, list_fonts_func, load_font_func, query_font_func)
9935 (set_frame_fontset_func, find_ccl_program_func)
9936 (get_font_repertory_func, new_fontset_from_font_name): Delete
9937 externs.
9938 (fontset_from_font_name): Extern it.
9939 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
9940 (FONT_INFO_FROM_FACE): Deleted.
9941 (face_for_font): Adjust prototype.
9942
9943 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
9944 conditionals. Don't check enable_font_backend. Delete all codes
9945 used only when USE_FONT_BACKEND is not defined.
9946 (get_font_info_func, list_font_func, load_font_func)
9947 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
9948 (get_font_repertory_func): Delete them.
9949 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
9950 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
9951 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
9952 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
9953 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
9954 (fontset_compare_rfontdef): New function.
9955 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
9956 rfont-defs by qsort. Adjusted for the change of font-group vector.
9957 (load_font_get_repertory): Deleted.
9958 (fontset_find_font): Use new macros to ref/set elements of
9959 font-def and rfont-def.
9960 (fontset_font): Fix the timing of remembering that no font for C.
9961 (free_face_fontset): Do nothing if the face has no fontset.
9962 (face_suitable_for_char_p): Use new macros to ref/set elements of
9963 rfont-def.
9964 (face_for_char): Likewise. Call face_for_char with font_object.
9965 (fs_load_font): Delete. Delete #pragma surrounding it.
9966 (fs_query_fontset): Use strcasecmp instead of strcmp.
9967 (generate_ascii_font_name): Adjusted for the format change of
9968 font-spec.
9969 (Fset_fontset_font): Likewise. Use new macros to set elements of
9970 font-def.
9971 (Fnew_fontset): Use font_unparse_xlfd to generate
9972 FONTSET_ASCII (fontset).
9973 (new_fontset_from_font_name): Deleted.
9974 (fontset_from_font): Renamed from new_fontset_from_font. Check if
9975 a fontset is already created for the font. FIx updating of
9976 Vfontset_alias_alist.
9977 (fontset_ascii_font): Deleted.
9978 (Ffont_info): Adjusted for the format change of font-spec.
9979 (Finternal_char_font): Likewise.
9980 (Ffontset_info): Likewise.
9981 (syms_of_fontset): Don't check load_font_func.
9982
9983 * fns.c (internal_equal): Handle PREV_FONT.
9984
9985 * frame.h: Delete USE_FONT_BACKEND conditional.
9986
9987 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
9988 conditionals. Don't check enable_font_backend. Delete all codes
9989 used only when USE_FONT_BACKEND is not defined.
9990 (x_set_font): Call x_new_font, not x_new_fontset2.
9991 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
9992 already set for the frame.
9993
9994 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
9995 a font-entity by font_make_entity. Use font_intern_prop instead
9996 of intern_downcase. Use FONT_SET_STYLE to set a style-related
9997 font property. If a font is scalable, set avgwidth property to 0.
9998 Set font-entity property by font_put_extra.
9999 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10000 (ffont_driver): Adjusted for the change of struct font_driver.
10001 (ftfont_spec_pattern): New function.
10002 (ftfont_list): Return a list, not vector.
10003 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10004 (ftfont_list_family): Don't downcase names.
10005 (ftfont_free_entity): Deleted.
10006 (ftfont_open): Return a font-object. Adjusted for the change of
10007 struct font. Get underline_thickness and underline_position from
10008 font property. Don't update dpyinfo->smallest_font_height and
10009 dpyinfo->smallest_char_width.
10010 (ftfont_close): Don't free `struct font'.
10011 (ftfont_has_char): Adjusted for the format change of font-entity.
10012 (ftfont_encode_char, ftfont_text_extents): Likewise.
10013
10014 * ftxfont.c (ftxfont_list): Return a list, not vector.
10015 (ftxfont_open): Return a font-object. Adjusted for the change of
10016 struct font. Get underline_thickness and underline_position from
10017 font property. Don't update dpyinfo->smallest_font_height and
10018 dpyinfo->smallest_char_width.
10019 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10020 (ftxfont_draw): Adjusted for the change of struct font.
10021
10022 * image.c (image_ascent): Don't include "charset.h". Include
10023 "character.h" and "font.h".
10024
10025 * lisp.h (enum pvec_type): New member PREV_FONT.
10026 (Fassoc_string): EXFUN it.
10027
10028 * print.c: Include font.h.
10029 (print_object): Handle font-related objects.
10030
10031 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10032 conditionals. Don't check enable_font_backend. Delete all codes
10033 used only when USE_FONT_BACKEND is not defined.
10034 (handle_auto_composed_prop): Do nothing if it->f is not on a
10035 window system. Check how many following characters can be
10036 displayed by the same font.
10037 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10038 'struct font *'.
10039 (get_char_face_and_encoding): Assign the whole encoding task to
10040 the `encode-char' method of a font driver.
10041 (fill_composite_glyph_string): Adjusted for the change of `struct
10042 face' and `struct glyph_string'.
10043 (fill_glyph_string): Likewise.
10044 (get_per_char_metric): Arguments changed.
10045 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10046 and `struct glyph_string'.
10047 (produce_stretch_glyph, calc_line_height_property)
10048 (x_produce_glyphs): Likewise.
10049
10050 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10051 conditionals. Don't check enable_font_backend. Delete all codes
10052 used only when USE_FONT_BACKEND is not defined. Use
10053 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10054 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10055 (Qp): Extern them.
10056 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10057 Deleted.
10058 (struct font_name): Deleted.
10059 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10060 (compare_fonts_by_sort_order): New function.
10061 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10062 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10063 Deleted.
10064 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10065 compare_fonts_by_sort_order.
10066 (Fx_font_family_list): Call Ffont_family_list.
10067 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10068 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10069 (face_symbolic_slant, face_symbolic_swidth)
10070 (split_font_name_into_vector, build_font_name_from_vector)
10071 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10072 (font_rescale_ratio, split_font_name, build_font_name)
10073 (free_font_names, sort_fonts, x_face_list_fonts)
10074 (face_font_available_p, sorted_font_list, cmp_font_names)
10075 (font_list_1, concat_font_list, font_list, remove_duplicates):
10076 Deleted.
10077 (Fx_list_fonts): Use Ffont_list.
10078 (LFACE_AVGWIDTH): Deleted.
10079 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10080 by FONTP.
10081 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10082 (set_lface_from_font_name): Delete it.
10083 (set_lface_from_font): Renamed from
10084 set_lface_from_font_and_fontset. Caller changed. Don't set
10085 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10086 for face.
10087 (merge_face_vectors): Copy font-spec if necessary.
10088 Clear properties of the font-spec if necessary.
10089 (merge_face_ref): Clear properties of the font-spec if necessary.
10090 (Finternal_set_lisp_face_attribute): Likewise.
10091 (set_font_frame_param): Use font_load_for_lface to load a
10092 font-object, and call Fmodify_frame_parameters with it.
10093 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10094 font name by Ffont_xlfd_name.
10095 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10096 QCslant, and QCwidth.
10097 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10098 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10099 Compare fonts by EQ.
10100 (lookup_non_ascii_face): Deleted.
10101 (face_for_font): The 2nd argument changed.
10102 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10103 Check atomic font properties by case insensitive.
10104 (realize_non_ascii_face): Set face->overstrike correctly.
10105 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10106 (dump_realized_face): Get font name from
10107 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10108
10109 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10110 conditionals. Don't check enable_font_backend. Delete all codes
10111 used only when USE_FONT_BACKEND is not defined.
10112 (xic_create_xfontset): Original code deleted and renamed from
10113 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10114 (x_make_gc): Don't set GCFont in GCs.
10115 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10116 opened by "fixed".
10117 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10118 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10119 get_font_repertory_func.
10120
10121 * xfont.c: Include <stdlib.h> and "ccl.h".
10122 (struct xfont_info): New structure.
10123 (xfont_query_font): Deleted.
10124 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10125 moved from xterm.c.
10126 (xfont_driver): Adjusted for the change of struct font_driver.
10127 (compare_font_names): New function.
10128 (xfont_list_pattern): Sort font names case insensitively. Make
10129 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10130 (xfont_list): Return a list, not vector.
10131 (xfont_match): If the font doesn't have QCname property, generate
10132 a name from the other font properties.
10133 (xfont_open): Return a font-object. Adjusted for the change of
10134 struct font. Get underline_thickness and underline_position from
10135 font property. Don't update dpyinfo->smallest_font_height and
10136 dpyinfo->smallest_char_width.
10137 (xfont_close): Don't free struct font.
10138 (xfont_prepare_face): Adjusted for the change of struct font.
10139 (xfont_done_face): Deleted.
10140 (xfont_has_char): Adjusted for the change of struct font.
10141 (xfont_encode_char, xfont_draw): Likewise.
10142 (xfont_check): New function.
10143
10144 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10145 callback function.
10146 (xftfont_match): Adjusted for the format change of font-entity.
10147 (xftfont_open): Adjusted for the format change of font-entity and
10148 font-object. Adjusted for the change of struct font. Return a
10149 font-object. Don't update dpyinfo->smallest_font_height and
10150 dpyinfo->smallest_char_width.
10151 (xftfont_close): Block input while calling XftFontClose.
10152 (xftfont_prepare_face): Don't block input while calling
10153 xftfont_get_colors. Adjusted for the change of struct font.
10154 (xftfont_shape): Return value of error case fixed.
10155
10156 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10157
10158 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10159 conditionals.
10160 (FONT_WIDTH): Return (f)->max_width.
10161 (struct x_display_info): Delete member `font'.
10162 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10163 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10164 (struct x_output): Change type of `font' to `struct font *'.
10165
10166 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10167 conditionals. Don't check enable_font_backend. Delete all codes
10168 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10169 (x_per_char_metric, x_encode_char): Deleted.
10170 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10171 (x_compute_glyph_string_overhangs): Adjusted for the change of
10172 `struct face'.
10173 (x_draw_glyph_string_foreground)
10174 (x_draw_composite_glyph_string_foreground): Likewise.
10175 (x_draw_glyph_string): Likewise. Use font->underline_position and
10176 font->underline_thickness.
10177 (x_new_font): Renamed from x_new_fontset2.
10178 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10179 (x_check_font): Call `check' method of a font driver.
10180 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10181 (x_query_font, x_get_font_repertory): Deleted.
10182 (x_find_ccl_program): Renamed and moved to xfont.c.
10183 (x_redisplay_interface): Adjusted for the change of `struct
10184 redisplay_interface'.
10185
10186 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10187 conditionals. Don't check enable_font_backend. Delete all codes
10188 used only when USE_FONT_BACKEND is not defined. Surround non-used
10189 code by "#ifdef OLD_FONT" and "endif".
10190 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10191
10192 * w32font.h (struct w32font_info): New member.
10193 (FONT_COMPAT): New macro.
10194 (w32font_open_internal): Prototype adjusted.
10195
10196 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10197 OLD_FONT" and "endif".
10198
10199 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10200 conditionals. Don't check enable_font_backend. Delete all codes
10201 used only when USE_FONT_BACKEND is not defined.
10202 (w32font_open): Return a font-object. Make a font-object by
10203 font_make_object. Adjusted for the change of struct w32font_info.
10204 (w32font_close): Don't free struct font. Adjusted for the change
10205 of struct w32font_info.
10206 (w32font_encode_char, w32font_text_extents, w32font_draw):
10207 Adjusted for the change of struct w32font_info.
10208 (w32font_draw): Likewise.
10209 (w32font_list_internal): Return a list, not vector.
10210 (w32font_open_internal): Change the 4th arg to font-object.
10211 Adjusted for the change of struct w32font_info and font-object format.
10212 (add_font_name_to_list): Don't downcase names.
10213 (w32_enumfont_pattern_entity): Make a font-entity by
10214 font_make_entity. Adjusted for the format change of font-entity.
10215 Use FONT_SET_STYLE to set a style-related font property. If a
10216 font is scalable, set avgwidth property to 0. Set font-entity
10217 property by font_put_extra.
10218 (font_matches_spec): Adjusted for the format change of font-entity.
10219 (w32_weight_table, w32_decode_weight): New variables.
10220 (w32_encode_weight): New function.
10221 (fill_in_logfont): Adjusted for the format change of font-spec.
10222 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10223 weight value.
10224 (w32font_driver): Adjusted for the change of struct font_driver.
10225
10226 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10227 conditionals. Don't check enable_font_backend. Surround non-used
10228 code by "#ifdef OLD_FONT" and "endif".
10229 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10230 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10231
10232 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10233 conditionals. Don't check enable_font_backend. Delete all codes
10234 used only when USE_FONT_BACKEND is not defined. Surround non-used
10235 code by "#ifdef OLD_FONT" and "endif".
10236
10237 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10238 (uniscribe_open): Return value changed to font-object.
10239 Adjusted for the format change of font-object.
10240 (uniscribe_otf_capability): Adjusted for the change of struct font.
10241 (add_opentype_font_name_to_list): Don't downcase names.
10242 (uniscribe_font_driver): Adjusted for the change of struct
10243 font_driver.
10244
102452008-05-13 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * dispnew.c (update_frame_1): Check if tty output is still valid
10248 before flushing it.
10249
102502008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10251
10252 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10253 to Gtk+ menus.
10254
102552008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * dired.c (file_name_completion): Tweak the code so as to always do it
10258 in a single pass. Tighten the scope of some variables.
10259
10260 * dired.c (Qdefault_directory): New var.
10261 (file_name_completion): Use it instead of Fexpand_file_name.
10262 (syms_of_dired): Initialize it.
10263
102642008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * fileio.c (double_dollars): Remove dead code.
10267
102682008-05-10 Eli Zaretskii <eliz@gnu.org>
10269
10270 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10271 Mention w32-get-true-file-attributes in doc string.
10272
10273 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10274
102752008-05-09 Glenn Morris <rgm@gnu.org>
10276
10277 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10278 2008-04-23.
10279
102802008-05-09 Eli Zaretskii <eliz@gnu.org>
10281
10282 Support for reporting owner and group of each file on MS-Windows:
10283 * dired.c (stat_uname, stat_gname): New functions, with special
10284 implementation for w32.
10285 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10286
10287 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10288 (dflt_group_name): New static variable.
10289 (dflt_group): Rename from the_group.
10290 (init_user_info): Init dflt_group fields. Get user's group name
10291 from LookupAccountSid.
10292 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10293 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10294 New initialization states.
10295 (globals_of_w32): Initialize them to zero. Initialize the default
10296 group name to "None".
10297 (GetFileSecurity_Name): New global var, the name of the function
10298 to call for GetFileSecurity.
10299 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10300 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10301 (get_file_security, get_security_descriptor_owner)
10302 (get_security_descriptor_group, is_valid_sid)
10303 (get_file_security_desc, get_rid, get_name_and_id)
10304 (get_file_owner_and_group): New functions.
10305 (stat): Use get_file_security_desc and get_file_owner_and_group to
10306 report the owner and primary group of each file. Don't ignore the
10307 high 32 bits of file's size, now that st_size is 64-bit wide.
10308 Fix test when to get true file attributes.
10309 (init_user_info): Use get_rid instead of equivalent inline code.
10310 (fstat): Don't ignore the high 32 bits of file's size.
10311
103122008-05-09 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * image.c (png_load): Use correct bit-depth for setting background
10315 color.
10316
103172008-05-08 Eli Zaretskii <eliz@gnu.org>
10318
10319 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
10320 epa-hook.elc.
10321
103222008-05-08 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * font.c (Ffont_match_p): Don't use `iff' in docstring.
10325
103262008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10327
10328 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10329 because the original parameters are in pure storage now.
10330 (mac_window): Remove unused params. Update callers.
10331
103322008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * lread.c (substitute_object_recurse): Use lower-level primitives.
10335 Don't signal errors when traversing sub-char-tables.
10336 Don't loop over all the possible characters when traversing char-tables.
10337
10338 * print.c (print_preprocess): Add sub-char-tables to the print-table,
10339 just like we do in print.c.
10340
103412008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * minibuf.c (Ftry_completion): Remove code left over from when we used
10344 scmp instead of Fcompare_strings.
10345
103462008-05-04 Juanma Barranquero <lekktu@gmail.com>
10347
10348 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
10349
103502008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10351
10352 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
10353 Create bitmap context in native byte order.
10354
10355 * macterm.c (XDrawLine)
10356 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
10357 context in native byte order.
10358
103592008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10360
10361 * config.in: Regenerate.
10362
10363 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
10364 New definitions for Image I/O support.
10365 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10366 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
10367 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10368 (mac_data_provider_release_data, image_load_image_io)
10369 [USE_MAC_IMAGE_IO]: New functions.
10370 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
10371 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
10372 (init_image_func_pointer) [MAC_OSX]: Remove function.
10373 (image_load_quartz2d) [MAC_OSX]: Check availability of
10374 CGImageCreateWithPNGDataProvider at compile time.
10375 Use lowercase `false' for boolean constant.
10376 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
10377 Use image_load_image_io.
10378 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
10379 Don't check MyCGImageCreateWithPNGDataProvider.
10380 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
10381 Don't call init_image_func_pointer.
10382
10383 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
10384
10385 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
10386 Make variable non-static.
10387 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10388 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10389
10390 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
10391 (RED_FROM_ULONG): Mask off higher bits.
10392 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
10393
10394 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
10395 Include AvailabilityMacros.h.
10396 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
10397 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
10398
103992008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * chartab.c (Fset_char_table_range): If range is t, really set all
10402 chars to that value.
10403
104042008-05-03 Eli Zaretskii <eliz@gnu.org>
10405
10406 * dired.c (Ffile_attributes): Don't allow the device number become
10407 negative.
10408
104092008-05-02 Daiki Ueno <ueno@unixuser.org>
10410
10411 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
10412
104132008-05-02 Juri Linkov <juri@jurta.org>
10414
10415 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
10416 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
10417 DEFAULT argument as a list of default values in docstrings.
10418
104192008-05-01 Chong Yidong <cyd@stupidchicken.com>
10420
10421 * puresize.h (BASE_PURESIZE): Increase to 1210000.
10422
104232008-05-01 Martin Rudalics <rudalics@gmx.at>
10424
10425 * dispnew.c (change_frame_size_1): Preserve small windows when
10426 shrinking frames by calling set_window_height|width with third
10427 arg 2.
10428
10429 * window.h (struct window): Replace field too_small_ok by field
10430 resize_proportionally.
10431
10432 * window.c (make_window): Initialize resize_proportionally.
10433 (enlarge_window): Temporarily set resize_proportionally to make
10434 sure that shrink_windows does scale the window proportionally.
10435 (shrink_windows): When window has resize_proportionally set try
10436 to shrink it proportionally by stealing from other windows.
10437 (struct saved_window, Fset_window_configuration)
10438 (compare_window_configurations): Handle resize_proportionally.
10439 (WINDOW_TOTAL_SIZE): New macro.
10440 (window_min_size, shrink_windows, size_window): Use it.
10441 (check_min_window_sizes): Remove. Invalid values of
10442 window-min-height|width are handled by window_min_size_2 now.
10443 (size_window, Fsplit_window, enlarge_window)
10444 (adjust_window_trailing_edge, grow_mini_window): Don't call
10445 check_min_window_sizes.
10446 (window_min_size_2, window_min_size_1, window_min_size):
10447 New argument safe_p for retrieving "safe" minimum sizes.
10448 (Fdisplay_buffer, Fsplit_window, enlarge_window)
10449 (adjust_window_trailing_edge, grow_mini_window):
10450 Adjust arguments of window_min_size... functions.
10451 (shrink_windows): Argument min_size removed. New argument
10452 safe_p allows shrinking windows to their safe minimum sizes.
10453 Calculate minimum size and decide whether a window shall be
10454 deleted for each window individually.
10455 (size_window): When nodelete_p equals 2, tell shrink_windows to
10456 delete windows only if their new minimum size is no more safe.
10457 (shrink_window_lowest_first): Call window_min_size_1 to make
10458 sure to preserve modeline of bottom-most window when resizing
10459 the minibuffer.
10460 (Fset_window_configuration, Fcurrent_window_configuration)
10461 (compare_window_configurations): Do not handle
10462 window-min-height|width any more.
10463 (syms_of_window): Clarify window-min-height|width doc-strings.
10464
104652008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * dired.c (file_name_completion): Fix up the encoding/decoding issue
10468 some more. Copy some of the code from Ftry_completions.
10469 Remove special case code that dates back to initial revision when the
10470 slash was only added when necessary and that can't trigger nowadays.
10471
104722008-04-27 Kenichi Handa <handa@m17n.org>
10473
10474 * font.c (font_prop_validate): Signal `error' instead of `font'.
10475
104762008-04-29 Jason Rumney <jasonr@gnu.org>
10477
10478 * w32fns.c (Fw32_battery_status): New defun.
10479 (syms_of_w32fns): Defsubr it.
10480
104812008-04-28 Andreas Schwab <schwab@suse.de>
10482
10483 * dired.c (file_name_completion): Fix another mixing of encoded
10484 and decoded names.
10485
104862008-04-28 Juanma Barranquero <lekktu@gmail.com>
10487
10488 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
10489
104902008-04-27 Juanma Barranquero <lekktu@gmail.com>
10491
10492 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
10493
104942008-04-27 Andreas Schwab <schwab@suse.de>
10495
10496 * dired.c (file_name_completion): Fix inappropriate mixing of
10497 encoded and decoded names.
10498
10499 * xterm.c (XTread_socket): Fix use of uninitialized variable.
10500
10501 * puresize.h (BASE_PURESIZE): Increase to 1200000.
10502
105032008-04-26 Eli Zaretskii <eliz@gnu.org>
10504
10505 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
10506 2008-03-31, it's not needed anymore with `struct stat' definition
10507 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
10508 for the same reasons.
10509
105102008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
10511
10512 * m/sparc.h: Additional redefinitions for GNU/Linux.
10513
105142008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10515
10516 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
10517 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
10518 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
10519 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
10520 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10521 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
10522 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10523 Likewise.
10524
10525 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
10526 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
10527 (mac_ax_number_of_characters): Add externs.
10528 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10529 [USE_MAC_TSM]: Likewise.
10530 (mac_handle_text_input_event) [MAC_OSX]:
10531 Handle kEventTextInputOffsetToPos for no active input area case.
10532 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10533 (mac_handle_document_access_event)
10534 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
10535 (install_application_handler) [MAC_OSX]: Register handlers for
10536 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10537 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10538 Register mac_handle_document_access_event.
10539
10540 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
10541 Make functions non-static.
10542
105432008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
10546 (read_file_name_completion_ignore_case, insert_default_directory)
10547 (Qdefault_directory): Move to minibuffer.el.
10548 (Fread_file_name): Call the new `read-file-name' instead.
10549
105502008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10551
10552 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
10553 Make function non-static.
10554 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
10555 Remove function.
10556 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10557 Move to mactoolbox.c.
10558 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
10559
10560 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
10561 (mac_rect_make): New macro.
10562
10563 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
10564 instead of float.
10565 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10566 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
10567 (XSetBackground) [USE_CG_DRAWING]: Likewise.
10568 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
10569 CGRectMake.
10570 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10571 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
10572 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
10573 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10574 instead of WindowRef in argument type.
10575 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
10576 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
10577 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
10578 instead of DISPLAY. All uses changed.
10579 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
10580 (x_calc_absolute_position): Simplify so as not to use
10581 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
10582
10583 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10584 instead of WindowRef in argument type.
10585 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
10586 [TARGET_API_MAC_CARBON]: Remove externs.
10587 (create_apple_event, mac_event_parameters_to_lisp)
10588 [TARGET_API_MAC_CARBON]: Add externs.
10589
10590 * mactoolbox.c (Vmac_ts_script_language_on_focus)
10591 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
10592 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
10593 is clicked.
10594 (x_activate_menubar): Remove extern for saved_menu_event_location.
10595 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10596 Move from mac.c.
10597
105982008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10599
10600 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
10601 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
10602
106032008-04-23 Jason Rumney <jasonr@gnu.org>
10604
10605 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
10606 attributes only for local files.
10607
10608 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
10609 default to Qlocal.
10610
106112008-04-22 Juri Linkov <juri@jurta.org>
10612
10613 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
10614 read-buffer-to-switch instead of using the letter "B".
10615
106162008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * fileio.c (Qdefault_directory): New variable.
10619 (Fread_file_name): Use it to pass `dir' to the completion functions.
10620
106212008-04-20 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
10624
106252008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * keyboard.c (Vpre_help_message): Remove.
10628 (show_help_echo): Remove default C code.
10629
10630 * dired.c (directory_files_internal, file_name_completion):
10631 Only call ENCODE_FILE if the string is indeed decoded.
10632
106332008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * Makefile.in (TOOLKIT_DEFINES): Remove.
10636 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
10637
106382008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10639
10640 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
10641 (mactoolbox.o): New target.
10642
10643 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
10644 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
10645
10646 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
10647 Use mac_set_frame_window_background instead of XSetWindowBackground.
10648 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
10649 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
10650 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
10651 instead of SetWindowTitleWithCFString.
10652 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
10653 Move function to mactoolbox.c.
10654 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
10655 Use mac_set_window_modified instead of SetWindowModified.
10656 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
10657 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
10658 (Fx_focus_frame): Use mac_front_non_floating_window instead of
10659 FrontNonFloatingWindow. Use mac_activate_window instead of
10660 ActivateWindow. Use mac_active_non_floating_window instead of
10661 ActiveNonFloatingWindow.
10662 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
10663 Use mac_show_hourglass and mac_hide_hourglass.
10664 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
10665 instead of GetGlobalMouse.
10666 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
10667 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
10668 Use mac_bring_window_to_front instead of BringToFront.
10669 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
10670 mactoolbox.c.
10671 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
10672 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
10673 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
10674 mactoolbox.c.
10675
10676 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
10677 (XtPointer): Move typedef from macmenu.c.
10678 (enum button_type): Move enum from macmenu.c.
10679 (widget_value): Move typedef from macmenu.c.
10680 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
10681 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10682 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10683 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10684 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10685 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10686 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10687 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
10688 (Selection): Move typedef from macselect.c.
10689 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
10690 macterm.c.
10691 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
10692 (mac_is_window_collapsed, mac_bring_window_to_front)
10693 (mac_send_window_behind, mac_hide_window, mac_show_window)
10694 (mac_collapse_window, mac_front_non_floating_window)
10695 (mac_active_non_floating_window, mac_activate_window)
10696 (mac_move_window_structure, mac_move_window, mac_size_window)
10697 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
10698
10699 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
10700 (enum mac_menu_kind): Move enum to mactoolbox.c.
10701 (min_menu_id): Move variable to mactoolbox.c.
10702 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
10703 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
10704 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
10705 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
10706 [TARGET_API_MAC_CARBON]: Likewise.
10707 (XtPointer): Move typedef to macgui.h.
10708 (enum button_type): Move enum to macgui.h.
10709 (widget_value): Move typedef to macgui.h.
10710 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10711 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10712 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10713 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10714 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10715 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10716 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
10717 (popup_activated_flag): Make variable non-static.
10718 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
10719 (add_menu_item, fill_menu, dispose_menus):
10720 Move functions to mactoolbox.c.
10721 (restore_show_help_function, menu_target_item_handler)
10722 (install_menu_target_item_handler, mac_handle_dialog_event)
10723 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
10724 [TARGET_API_MAC_CARBON]: Likewise.
10725 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
10726 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10727 (find_and_call_menu_selection, name_is_separator): Make function
10728 non-static.
10729 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
10730 to mactoolbox.c.
10731 (set_frame_menubar): Don't call install_menu_quit_handler.
10732 (menu_item_selection): New variable.
10733 (mac_menu_show): Use create_and_show_popup_menu.
10734 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
10735 selection but set variable menu_item_selection. All uses changed.
10736 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
10737 Call install_menu_quit_handler. Move to mactoolbox.c.
10738
10739 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
10740 (Selection): Move typedef to macgui.h.
10741 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
10742 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
10743 Make variables non-static.
10744 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10745 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
10746 Make functions non-static.
10747 (Vmac_service_selection) [MAC_OSX]: Likewise.
10748 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
10749 (mac_valid_selection_target_p, mac_clear_selection)
10750 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10751 (mac_put_selection_value, mac_selection_has_target_p)
10752 (mac_get_selection_value, mac_get_selection_target_list)
10753 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
10754 Move functions to mactoolbox.c.
10755 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
10756 Likewise.
10757 (copy_scrap_flavor_data, mac_handle_service_event)
10758 (install_service_handler) [MAC_OSX]: Likewise.
10759 (syms_of_macselect) <Vmac_dnd_known_types>:
10760 Use mac_dnd_default_known_types.
10761
10762 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
10763 Move to mactoolbox.c.
10764 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
10765 (Fx_selection_owner_p): Add EXFUN.
10766 (install_window_handler, remove_window_handler, XSetWindowBackground):
10767 Remove externs.
10768 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
10769 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
10770 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
10771 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
10772 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
10773 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
10774 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
10775 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
10776 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
10777 (create_and_show_popup_menu, mac_get_selection_from_symbol)
10778 (mac_valid_selection_target_p, mac_clear_selection)
10779 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10780 (mac_put_selection_value, mac_selection_has_target_p)
10781 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
10782 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
10783 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
10784 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10785 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
10786 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10787 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
10788 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10789 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10790
10791 * mactoolbox.c: New file.
10792
107932008-04-18 Jason Rumney <jasonr@gnu.org>
10794
10795 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
10796
107972008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * character.c (Fmultibyte_char_to_unibyte):
10800 Return latin1 chars unchanged.
10801
10802 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
10803 relocated if it points to `name'.
10804
108052008-04-17 Kenichi Handa <handa@m17n.org>
10806
10807 * data.c (Faset): Allow setting a multibyte character in an
10808 ASCII-only unibyte string.
10809
10810 * lisp.h (STRING_SET_MULTIBYTE): New macro.
10811
108122008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
10815 done in config.h.
10816
108172008-04-16 Juanma Barranquero <lekktu@gmail.com>
10818
10819 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
10820 (Fchar_direction): Add usage in the docstring.
10821
108222008-04-15 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * keyboard.c (read_key_sequence): Remove always-true checks.
10825
108262008-04-14 Jason Rumney <jasonr@gnu.org>
10827
10828 * w32font.c (w32font_open_internal): Set max_bounds.descent in
10829 compatibility struct, for better underline positioning.
10830
108312008-04-13 David Hansen <david.hansen@gmx.net>
10832
10833 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
10834 string.
10835
108362008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10837
10838 * m/hp800.h (XUINT, XSET): Remove.
10839
108402008-04-12 Juanma Barranquero <lekktu@gmail.com>
10841
10842 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
10843 previous change.
10844
108452008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
10848 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
10849
108502008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * keymap.h (map_keymap_canonical): Declare.
10853 * xmenu.c (single_keymap_panes): Use it.
10854
108552008-04-11 Glenn Morris <rgm@gnu.org>
10856
10857 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
10858 set the target's value to that of the alias.
10859
108602008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * term.c (set_tty_color_mode): Left over typo.
10863
108642008-04-10 Michael Albinus <michael.albinus@gmx.de>
10865
10866 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
10867 only after check for file name handler functions. Signal, when
10868 native functionality is not supported.
10869 (syms_of_fileio): Declare it unconditionally.
10870
108712008-04-10 Jason Rumney <jasonr@gnu.org>
10872
10873 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
10874 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
10875
10876 * w32.c (logon_network_drive): Also logon to remote drives that
10877 are mapped to drive letters.
10878
108792008-04-10 Glenn Morris <rgm@gnu.org>
10880
10881 * xdisp.c (truncate-partial-width-windows): Doc fix.
10882
108832008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
10886 Move functions to minibuffer.el.
10887 (syms_of_fileio): Don't declare them.
10888
108892008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
10892 (syms_of_minibuf): Remove its initialization.
10893
10894 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
10895
108962008-04-09 Juanma Barranquero <lekktu@gmail.com>
10897
10898 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
10899
109002008-04-09 Jason Rumney <jasonr@gnu.org>
10901
10902 * makefile.w32-in (distclean): Delete makefile too.
10903 (maintainer-clean): New target.
10904
10905 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
10906
10907 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
10908 for new font backend and composite cases.
10909
109102008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10911
10912 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
10913 Most of the code moved to run_timers.
10914 (do_pending_atimers): Call run_timers.
10915 (run_timers): New function.
10916
10917 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
10918 run atimers.
10919
10920 * process.c (wait_reading_process_output): The same as above.
10921
109222008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * minibuf.c (last_exact_completion): Remove variable.
10925 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
10926 (complete_and_exit_1, complete_and_exit_2)
10927 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
10928 (Fdisplay_completion_list, display_completion_list_1)
10929 (Fminibuffer_completion_help, Fself_insert_and_exit)
10930 (Fexit_minibuffer, Fminibuffer_message): Move functions to
10931 minibuffer.el.
10932 (syms_of_minibuf): Remove corresponding initializations.
10933
10934 * keyboard.c (Qdeactivate_mark): New var.
10935 (command_loop_1): Use it to call `deactivate-mark'.
10936 (syms_of_keyboard): Initialize it.
10937
10938 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
10939 to another frame.
10940 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
10941 Don't call set_tty_color_mode.
10942 (store_frame_param): Reset previous_frame rather than call
10943 set_tty_color_mode.
10944 * term.c (set_tty_color_mode): Rewrite.
10945 * dispextern.h (set_tty_color_mode): New type.
10946 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
10947
109482008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
10951 for generic chars, which do not exist any more in emacs-unicode.
10952
109532008-04-08 Michael Albinus <michael.albinus@gmx.de>
10954
10955 * coding.c (detect_coding_emacs_mule)
10956 (Ffind_operation_coding_system): Fix typo.
10957
109582008-04-08 Jason Rumney <jasonr@gnu.org>
10959
10960 * w32uniscribe.c (SNAME): Extract only symbol name.
10961
10962 * w32font.h (struct w32_metric_cache): New struct.
10963 (w32font_info): Use it.
10964 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
10965 (CACHE_BLOCKSIZE): New constants.
10966
10967 * w32font.c (Qja, Qko, Qzh): New symbols.
10968 (syms_of_w32font): Initialise them.
10969 (font_matches_spec): Use them to filter by language.
10970 (recompute_cached_metrics): Remove function.
10971 (compute_metrics, clear_cached_metrics): New functions.
10972 (w32font_encode_char): Use them to manage metric cache.
10973 (w32font_text_extents): Cache metrics for all glyphs on demand.
10974 Delay converting glyph indices to WORD until needed.
10975 (w32font_open_internal): Initialize metric cache to empty.
10976 (registry_to_w32_charset): Charset should always be a symbol.
10977 (fill_in_logfont, list_all_matching_fonts): Family should
10978 always be a symbol.
10979
109802008-04-06 Jason Rumney <jasonr@gnu.org>
10981
10982 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
10983 Give up if glyph indices not supported. Use uniscribe obtained
10984 ABC widths for individual metrics. Map glyph clusters back to
10985 characters using fClusterStart flag. Return number of glyphs
10986 produced, not chars processed.
10987 (uniscribe_shape): Map char at FROM to current glyph.
10988
109892008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10990
10991 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
10992 Use SetMenuItemHierarchicalMenu.
10993
109942008-04-05 Jason Rumney <jasonr@gnu.org>
10995
10996 * image.c (pbm_load): Allow color values up to 65535.
10997 Throw an error if max_color_idx is outside the supported range.
10998 Report an error when image size is invalid.
10999 Read two bytes at a time when raw images have max_color_idx above 255.
11000
110012008-04-05 Eli Zaretskii <eliz@gnu.org>
11002
11003 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11004 cFileName a file name that includes `?' characters, use the 8+3
11005 alias in cAlternateFileName instead.
11006
110072008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11008
11009 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11010 append "CCL: Quitted" when the CCL program is quitted.
11011 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11012
11013 * ccl.h (struct ccl_program): New member quit_silently.
11014
110152008-04-05 Chong Yidong <cyd@stupidchicken.com>
11016
11017 * search.c (compile_pattern_1): Treat non-nil and non-string of
11018 search-spaces-regexp as nil.
11019
11020 * minibuf.c (Fassoc_string): Tweak docstring.
11021
110222008-04-05 Eli Zaretskii <eliz@gnu.org>
11023
11024 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11025 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11026 2008-03-14 to force inode be positive.
11027
11028 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11029 _S_* ones, since we now use our own sys/stat.h.
11030 (stat, fstat): Don't mangle the inode number.
11031 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11032
110332008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * frame.h (struct frame): Give one more bit to `visible' since we use
11036 values larger than 1 to indicate obscured frames on ttys.
11037
11038 * keymap.c (Qkeymap_canonicalize): New var.
11039 (Fmap_keymap_internal): New fun.
11040 (describe_map): Use keymap-canonicalize.
11041
11042 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11043 (Fundo_boundary): Set them.
11044 (syms_of_undo): Initialize them.
11045 (record_point): Use them instead of last_point_position*.
11046 (last_undo_buffer): Change type.
11047
110482008-04-04 Jason Rumney <jasonr@gnu.org>
11049
11050 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11051 (recompute_cached_metrics): Don't set ascent and descent per char.
11052
11053 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11054 (uniscribe_check_otf): Add GC protection before consing.
11055 Rearrange loop for counting features.
11056
110572008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11060 buffer with byte-size of source buffer.
11061
110622008-04-03 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * callint.c (Fcall_interactively): Handle temporary region even
11065 when shift-select-mode is off.
11066
110672008-04-03 Jason Rumney <jasonr@gnu.org>
11068
11069 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11070
110712008-04-03 Kenichi Handa <handa@m17n.org>
11072
11073 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11074 (CATEGORY_MASK_UTF_16): Likewise.
11075 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11076 binary file.
11077 (detect_coding): Add null-byte detection for a binary file.
11078 (detect_coding_system): Likewise.
11079
110802008-04-03 Jason Rumney <jasonr@gnu.org>
11081
11082 * w32uniscribe.c: New file.
11083
11084 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11085
11086 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11087
11088 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11089 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11090 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11091 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11092 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11093 (Qphonetic): New symbols.
11094 (syms_of_w32font): Initialize them.
11095 (font_supported_scripts): Use them.
11096 (w32font_list_family): List all charsets.
11097 (w32font_text_extents, recompute_cached_metrics): Fix metric
11098 calculations.
11099 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11100 Give opentype fonts their own format.
11101 (font_matches_spec): New arguments backend and logfont.
11102 Handle :otf spec for uniscribe backend.
11103 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11104 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11105
11106 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11107 font backend.
11108 (globals_of_w32fns): Initialize uniscribe font backend.
11109
11110 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11111 dependencies.
11112 (w32uniscribe.$(O)): New file to build.
11113 (FONT_OBJ): Include w32uniscribe.$(O).
11114 (LIBS): Add uniscribe libraries.
11115
11116 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11117
111182008-04-02 Chong Yidong <cyd@stupidchicken.com>
11119
11120 * callint.c (Vshift_select_mode): New var.
11121 (Finteractive): Document new ^ spec.
11122 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11123 is present.
11124
11125 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11126 (command_loop_1): Avoid running the direct display versions of
11127 forward-char and backward-char if shift-selection may occur.
11128 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11129 shift-translation takes place.
11130
11131 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11132 avoid clobbering by define-minor-mode.
11133
11134 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11135 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11136
11137 * syntax.c (Fforward_word): Add ^ interactive spec.
11138
11139 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11140 (Fscroll_right): Add ^ interactive spec.
11141
111422008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11145
11146 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11147
11148 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11149
111502008-03-31 Juri Linkov <juri@jurta.org>
11151
11152 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11153
111542008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11155
11156 * gtkutil.c (xg_set_geometry): Fix indentation.
11157 (xg_resize_outer_widget): Remove.
11158 (x_wm_size_hint_off): Fix indentation.
11159 (xg_frame_set_char_size): Call flush_and_sync after
11160 gtk_window_resize.
11161 (x_wm_set_size_hint): Pass NULL as geometry window to
11162 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11163 Add menu bar and tool bar height to base height.
11164 (xg_update_frame_menubar, free_frame_menubar)
11165 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11166 (update_frame_tool_bar, free_frame_tool_bar):
11167 Change xg_resize_outer_widget to xg_frame_set_char_size.
11168
111692008-03-30 Michael Albinus <michael.albinus@gmx.de>
11170
11171 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11172 (Fdbus_call_method): New parameter TIMEOUT.
11173 (dbus-send-signal): Optimize UNGCPRO call.
11174
111752008-03-29 Juri Linkov <juri@jurta.org>
11176
11177 * window.c (Fdisplay_buffer): Move call to
11178 Vsplit_window_preferred_function out of conditions that check
11179 if window is eligible for vertical splitting.
11180 When Vsplit_window_preferred_function is non-nil, call it and use
11181 its non-nil return value as window. Otherwise, continue doing
11182 vertical splitting using Fsplit_window with arg horflag=nil.
11183 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11184 default value from `split-window' to nil.
11185
111862008-03-29 Juri Linkov <juri@jurta.org>
11187
11188 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11189 for interactive code letters 'b' and 'B'.
11190
111912008-03-29 Eli Zaretskii <eliz@gnu.org>
11192
11193 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11194 multibyte string.
11195
111962008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 * keyboard.c (pending_funcalls): New var.
11199 (timer_check): Run it.
11200 (syms_of_keyboard): Initialize it.
11201 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11202 (Vdelete_terminal_functions): New vars.
11203 (syms_of_terminal): Initialize them.
11204 (Fdelete_terminal): Run delete-terminal-functions.
11205 * xdisp.c (safe_eval): Rewrite.
11206 (safe_call2): New fun.
11207 * frame.c (Qdelete_frame_functions): New var.
11208 (syms_of_frame): Initialize it.
11209 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11210 * lisp.h (safe_call2, pending_funcalls): Declare.
11211
112122008-03-28 Andreas Schwab <schwab@suse.de>
11213
11214 * indent.c (Fmove_to_column): Move declaration before statements.
11215
112162008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11219 (struct frame): Use bit fields for boolean vars.
11220
11221 * process.c (server_accept_connection): Simplify naming.
11222 (emacs_get_tty_pgrp): Use SDATA.
11223
11224 * coding.c (decode_coding_object): Fix last change.
11225
112262008-03-27 Jason Rumney <jasonr@gnu.org>
11227
11228 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11229
112302008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11231
11232 * charset.c (Fdefine_charset_internal): Change the way of
11233 registering charsets in Vcharset_order_list.
11234 (syms_of_charset): Make the charset `eight-bit' supplementary.
11235
112362008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11237
11238 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11239 operations, to avoid having the difference between pointers
11240 overflow.
11241
112422008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * indent.c (check_display_width): New fun.
11245 (scan_for_column): Use it.
11246
11247 * data.c (syms_of_data): Mark most-positive-fixnum and
11248 most-negative-fixnum as constants.
11249
11250 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11251
11252 * indent.c (scan_for_column): Extract from current_column_1.
11253 Merge with the same code from Fmove_to_column.
11254 (current_column_1, Fmove_to_column): Use it.
11255
112562008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * keymap.c (map_keymap_internal): New fun.
11259 (map_keymap): Use it.
11260 (Fmap_keymap_internal): New fun.
11261 (Fmap_keymap): Remove left-out test from before make_save_value.
11262
11263 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11264
11265 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11266 Use XCAR/XCDR.
11267
11268 * process.h (struct Lisp_Process): Remove filter_multibyte.
11269 * process.c (QCfilter_multibyte): Remove.
11270 (setup_process_coding_systems): Don't use filter_multibyte.
11271 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11272 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11273 (Fset_process_filter_multibyte): Change the coding-system to
11274 approximate the previous behavior.
11275 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11276 coding-system.
11277
11278 * coding.c (decode_coding_object): When not decoding into a buffer,
11279 obey the coding system's preference of (uni|multi)byte.
11280
112812008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11284 every char is changed and has a different byte-length.
11285 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11286 Fix int -> EMACS_INT.
11287
112882008-03-23 David Hansen <david.hansen@gmx.net>
11289
11290 * dbusbind.c (xd_read_message): Remove extra copying of message
11291 strings. Check for NULL `interface' or `member'.
11292
112932008-03-22 Eli Zaretskii <eliz@gnu.org>
11294
11295 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11296 cFileName a file name that includes `?' characters, use the 8+3
11297 alias in cAlternateFileName instead.
11298
112992008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11302
113032008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11306 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11307 work on current_buffer only instead (that was already the case
11308 for some of the code anyway).
11309 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11310 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11311 (SET_PT, SET_PT_BOTH): Adjust.
11312 * intervals.h (set_point, temp_set_point, set_point_both)
11313 (temp_set_point_both): Remove redundant declarations.
11314
113152008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * fileio.c (Finsert_file_contents):
11318 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
11319 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
11320 when buffer != current_buffer anyway.
11321
113222008-03-20 Andreas Schwab <schwab@suse.de>
11323
11324 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
11325 as default.
11326
113272008-03-19 Jason Rumney <jasonr@gnu.org>
11328
11329 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11330 (syms_of_w32fns): Initialize them.
11331 (HOURGLASS_ID): New constant.
11332 (x_window_to_frame): Don't check hourglass_window.
11333 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
11334 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
11335 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
11336 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
11337 Only change the cursor if hourglass is not active.
11338 (Fx_create_frame): Initialize frame's current_cursor.
11339 (hourglass_atimer): Remove.
11340 (hourglass_started): New function.
11341 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
11342 (show_hourglass): Adapt to w32, changing argument to frame.
11343
11344 * w32term.h (struct w32_output): Remove hourglass_window.
11345 Add current_cursor.
11346
11347 * eval.c (call_debugger, Fsignal):
11348 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
11349 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
11350 (Fexecute_extended_command, cancel_hourglass_unwind):
11351 * minibuf.c (read_minibuf):
11352 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
11353
113542008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * window.c (run_funs): New fun.
11357 (run_window_configuration_change_hook): Use it to run the buffer-local
11358 and the global part of the hook.
11359
11360 * xdisp.c (format_mode_line_unwind_data): Add window argument.
11361 (unwind_format_mode_line): Restore selected window.
11362 (x_consider_frame_title, Fformat_mode_line): Set selected window.
11363
113642008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * editfns.c (Fchar_equal): Check they are valid characters.
11367
11368 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
11369
113702008-03-17 Andreas Schwab <schwab@suse.de>
11371
11372 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
11373 against a charset.
11374
11375 * lisp.h (Fbuffer_list): Declare.
11376
113772008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 11378
aac0c6e3
MR
11379 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
11380 handlebox_widget is != 0.
11381
113822008-03-16 Juri Linkov <juri@jurta.org>
11383
11384 * callint.c (Fcall_interactively): For interactive code letters
11385 'b' and 'B' put the buffer list into the list of default "future"
11386 values of the minibuffer.
11387
113882008-03-16 Andreas Schwab <schwab@suse.de>
11389
11390 * keyboard.c (read_key_sequence): Fix downcasing of letters with
11391 modifiers.
11392
11393 * regex.c (re_match_2_internal): Correct matching of a charset
11394 against latin-1 characters.
11395
113962008-03-16 Kenichi Handa <handa@m17n.org>
11397
11398 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
11399 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
11400 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
11401 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
11402 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
11403 CHAR_STRING_ADVANCE.
11404 (produce_chars): Fix for the case that the source and the
11405 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
11406 instead of CHAR_STRING_ADVANCE.
11407 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
11408 STRING_CHAR_ADVANCE.
11409
114102008-03-15 Andreas Schwab <schwab@suse.de>
11411
11412 * regex.c (re_match_2_internal): Correct matching of eight bit
11413 characters in unibyte strings.
11414
114152008-03-15 Martin Rudalics <rudalics@gmx.at>
11416
11417 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
11418 at end of range when it coincides with the end of the buffer.
11419
114202008-03-14 Eli Zaretskii <eliz@gnu.org>
11421
11422 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
11423
11424 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
11425
114262008-03-14 Jason Rumney <jasonr@gnu.org>
11427
11428 * editfns.c (initial_tz): New variable.
11429 (syms_of_editfns): Initialize it.
11430 (Fset_time_zone_rule): Set it when first called.
11431 Use it when TZSTRING is nil.
11432
11433 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
11434 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
11435 (monitor_from_point_fn, get_monitor_info_fn): New globals.
11436 (globals_of_w32fns): Initialize them.
11437 (compute_tip_xy): Use them to position tooltips.
11438
114392008-03-14 Glenn Morris <rgm@gnu.org>
11440
11441 * emacs.c (main): Revert previous change.
11442 (standard_args): Revert -internal-script back to -scriptload,
11443 and remove the long-option form.
11444
114452008-03-13 Glenn Morris <rgm@gnu.org>
11446
11447 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
11448 Remove option -enable-font-backend.
11449
114502008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
11453
114542008-03-11 Jan Djärv <jan.h.d@swipnet.se>
11455
11456 * xterm.c (x_connection_closed): For GTK: If this is the last
11457 terminal just exit without closing the display.
11458
114592008-03-11 Jason Rumney <jasonr@gnu.org>
11460
11461 * w32font.c (w32font_full_name): Use floor to round.
11462
f0131492 114632008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
11464
11465 * sound.c (alsa_configure): Declare vol at beginning of block.
11466
11467 * fontset.c (Ffontset_info): Remove extra semicolon.
11468
114692008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
11472 size of resulting string.
11473
114742008-03-10 Jason Rumney <jasonr@gnu.org>
11475
11476 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
11477
114782008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11479
11480 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
11481 Don't pretend as if characters with display property haven't been
11482 consumed for string-replacing-string case.
11483
114842008-03-08 Kim F. Storm <storm@cua.dk>
11485
11486 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
11487 (get_next_display_element, next_element_from_string)
11488 (next_element_from_ellipsis, next_element_from_buffer): Use it.
11489
114902008-03-08 Andreas Schwab <schwab@suse.de>
11491
11492 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
11493
114942008-03-06 Jason Rumney <jasonr@gnu.org>
11495
11496 * w32font.c (w32_registry): Take font_type argument. Use ANSI
11497 when charset not specified. Only translate ANSI to unicode when
11498 font_type is truetype.
11499 (w32font_coverage_ok): New function.
11500 (add_font_entity_to_list): Use it to filter unsuitable fonts.
11501
115022008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11503
11504 * lread.c (Fread_char): Resolve modifiers.
11505 (Fread_char_exclusive): Likewise.
11506
11507 * character.c (char_resolve_modifier_mask): New function.
11508 (char_string): Use char_resolve_modifier_mask.
11509 (Fchar_resolve_modifiers): New function.
11510 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
11511 function.
11512
115132008-03-04 Jason Rumney <jasonr@gnu.org>
11514
11515 * makefile.w32-in: Always include w32font.c in the build.
11516 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
11517
115182008-03-04 Andreas Schwab <schwab@suse.de>
11519
11520 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
11521 (versionclean): Likewise.
11522
115232008-03-04 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * .cvsignore: Add oo.
11526
115272008-03-03 Andreas Schwab <schwab@suse.de>
11528
11529 * coding.c (decode_coding_object): Inhibit gap shrinking while
11530 decoding in place.
11531
115322008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11533
11534 * w32term.c: Remove unused include "gnu.h".
11535 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
11536
11537 * gnu.h: Rename to ...
11538 * emacs-icon.h: ... this.
11539 * xterm.c: Use emacs-icon.h instead of gnu.h.
11540 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
11541
115422008-03-03 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * w32font.c: Include math.h.
11545
115462008-03-03 Jason Rumney <jasonr@gnu.org>
11547
11548 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
11549 Compute options separately.
11550 (w32font_open_internal): Set glyph_idx before caching metrics.
11551
11552 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
11553 Define if system headers don't.
11554 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
11555 (w32font_encode_char): Don't declare here.
11556
11557 * w32font.c (Quniscribe, QCformat): New symbols.
11558 (syms_of_w32font): Define them.
11559 (w32font_has_char): Indicate uncertainty.
11560 (w32font_encode_char): Encode as glyph point. Make static.
11561 (recompute_cached_metrics): New function.
11562 (w32font_open_internal): Use it. Set font to use glyph points
11563 initially. Set format based on type of font.
11564 (w32font_text_extents, w32font_draw): Optionally use glyph points.
11565 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
11566 on it. Set format based on information available here.
11567 (add_font_entity_to_list): Identify backend based on opentype_only.
11568
115692008-03-02 Andreas Schwab <schwab@suse.de>
11570
11571 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
11572
11573 * coding.c (decode_coding_big5, produce_chars):
11574 Fix typos in last change.
11575
115762008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
11577
11578 * gnu.h: New icon.
11579
115802008-03-02 Kenichi Handa <handa@m17n.org>
11581
11582 * coding.c (decode_coding_utf_8): When eol-type of CODING is
11583 `dos', don't decode '\r' if that is the last in the source.
11584 (decode_coding_utf_16, decode_coding_emacs_mule)
11585 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11586 (decode_coding_raw_text, decode_coding_charset): Likewise.
11587 (produce_chars): Don't decode EOL here. Use EMACS_INT.
11588
115892008-03-01 Jason Rumney <jasonr@gnu.org>
11590
11591 * w32font.c (w32font_full_name): Report point size for scalable fonts.
11592
115932008-03-01 Kim F. Storm <storm@cua.dk>
11594
11595 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
11596
115972008-03-01 Jason Rumney <jasonr@gnu.org>
11598
11599 * w32font.c (w32font_full_name): New function.
11600 (w32font_open_internal): Use it.
11601
116022008-03-01 Kim F. Storm <storm@cua.dk>
11603
11604 * dispnew.c (line_draw_cost): Fix invalid glyph check.
11605
116062008-03-01 Jason Rumney <jasonr@gnu.org>
11607
11608 * font.c (font_unparse_fcname): Increase len when style is a symbol.
11609
116102008-03-01 Jan Djärv <jan.h.d@swipnet.se>
11611
11612 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
11613 xg_frame_resized when the event is for the edit widget.
11614
11615 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
11616
11617 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
11618 set_char_size.
11619 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
11620 operations on widgets here. Just set frame size if needed.
11621 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
11622 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
11623 (x_wm_set_size_hint): Set size hints on the edit widget only, not
11624 the whole frame.
11625 (xg_create_tool_bar): Move attachment of the tool bar to
11626 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
11627 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
11628
116292008-03-01 Jason Rumney <jasonr@gnu.org>
11630
11631 * w32fns.c (w32_msg_pump): Disable debug code.
11632
116332008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11634
11635 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
11636
116372008-02-29 Chong Yidong <cyd@stupidchicken.com>
11638
11639 * xdisp.c (next_overlay_string): Don't set
11640 overlay_strings_at_end_processed_p if we're currently reading from
11641 a display string.
11642
116432008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * xdisp.c (get_overlay_strings_1): Fix typo.
11646
116472008-02-29 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * xdisp.c (get_overlay_strings_1): Add missing argument type.
11650
116512008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11652
11653 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
11654
11655 * xdisp.c (display_mode_element): Cancel the previous change.
11656 (decode_mode_spec): Likewise.
11657 (handle_auto_composed_prop): Don't make composition if it->string
11658 is a string.
11659
116602008-02-27 Kim F. Storm <storm@cua.dk>
11661
11662 * lisp.h (GLYPH): Change type from int to struct with separate char
11663 and face_id members.
11664 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
11665 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
11666 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
11667 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
11668 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
11669 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
11670 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
11671 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
11672 handle new Lisp glyph code encoding, either an integer or a cons.
11673
11674 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
11675 (GLYPH_ALIAS): Delete.
11676 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
11677 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
11678 (GLYPH_FROM_CHAR): Replace macro by ...
11679 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
11680
11681 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
11682 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
11683 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
11684 (GLYPH_INVALID_P): New macro.
11685 (spec_glyph_lookup_face): Update prototype.
11686
11687 * dispnew.c (line_draw_cost): Adapt to new glyph type.
11688 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
11689 new glyph code encoding.
11690 (spec_glyph_lookup_face): No return value; update passed glyph instead.
11691 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
11692
11693 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11694 Adapt to new glyph type and new glyph code encoding.
11695
11696 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
11697
11698 * indent.c (current_column, current_column_1, Fmove_to_column)
11699 (compute_motion): Adapt to new glyph code encoding.
11700
11701 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
11702
117032008-02-27 Chong Yidong <cyd@stupidchicken.com>
11704
11705 * process.c (wait_reading_process_output): Check for window
11706 changes caused by timers.
11707 Suggested by Johan Bockgård.
11708
117092008-02-27 Glenn Morris <rgm@gnu.org>
11710
11711 * emacs.c (USAGE1): Add `--disable-font-backend'.
11712
117132008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
11716 is made to the buffer.
11717
117182008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
11721 (face_at_string_position):
11722 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
11723 (face_at_string_position):
11724 * xdisp.c (display_string, next_overlay_change):
11725 * buffer.h (overlays_at):
11726 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
11727 Update callers.
11728
117292008-02-26 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * editfns.c (Fformat): Doc fix.
11732
117332008-02-26 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
11736 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
11737 (Ffont_otf_alternates, Fquery_font): Doc fixes.
11738
117392008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * buffer.c (Fbuffer_swap_text): New function.
11742 (syms_of_buffer): Defsubr it.
11743
117442008-02-25 Chong Yidong <cyd@stupidchicken.com>
11745
11746 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
11747
117482008-02-25 Jason Rumney <jasonr@gnu.org>
11749
11750 * w32font.c (w32font_draw): Draw one character at a time when padding.
11751
117522008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
11755 Handle a nil arg. Use run_window_configuration_change_hook.
11756 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
11757 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
11758 Use run_window_configuration_change_hook.
11759
117602008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11761
11762 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
11763 1-pixel width.
11764
117652008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11766
11767 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
11768 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
11769 if the glyph in the font is zero pixel with.
11770
11771 * dispextern.h (struct glyph_string): New member padding_p.
11772
11773 * w32font.c (w32font_draw): Pay attention to s->padding_p.
11774
11775 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
11776
11777 * xfont.c (xfont_draw): Pay attention to s->padding_p.
11778
11779 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
11780
11781 * font.c: If the font driver doesn't have `shape' function, return Qnil.
11782
117832008-02-25 Jason Rumney <jasonr@gnu.org>
11784
11785 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
11786
117872008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 Allow fine-grained image-cache flushing.
11790 * dispextern.h (struct image): Add `dependencies' field.
11791 (clear_image_caches): Change arg to Lisp_Object.
11792 * image.c (make_image): Initialize `dependencies' field.
11793 (clear_image_cache): Change arg to allow fine-grained flushing.
11794 Perform the flush even if image-cache-eviction-delay is nil.
11795 (clear_image_caches): Change arg to Lisp_Object.
11796 (Fclear_image_cache): Expand meaning of the argument.
11797 (mark_image): Mark `dependencies' field.
11798 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
11799 (lface_hash): Use XHASH rather than XFASTINT.
11800 (face_at_buffer_position): Fix int -> EMACS_INT position.
11801 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
11802 (select_frame_for_redisplay): Remove code duplication.
11803 (redisplay_internal): Adapt arg to call to clear_image_caches.
11804
118052008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11806
11807 * s/vms4-0.h:
11808 * s/vms4-2.h:
11809 * s/vms4-4.h:
11810 * s/vms5-5.h: Remove, unused.
11811
11812 * s/irix5-2.h:
11813 * s/irix6-0.h:
11814 * s/riscos5.h:
11815 * s/mach-bsd4-3.h:
11816 * m/mips4.h: Remove files for obsolete systems.
11817
11818 * Makefile.in:
11819 * filelock.c:
11820 * unexmips.c:
11821 * m/hp9000s300.h:
11822 * m/iris4d.h:
11823 * s/aix3-1.h:
11824 * s/hpux.h:
11825 * s/msdos.h:
11826 * s/usg5-0.h:
11827 * s/usg5-2-2.h:
11828 * s/usg5-2.h:
11829 * s/usg5-3.h: Remove references to obsolete variables.
11830
11831 * s/irix5-0.h: Remove, move all the contents ...
11832 * s/irix6-5.h: ... here. Simplify.
11833 * config.in: Regenerate.
11834
118352008-02-24 Jason Rumney <jasonr@gnu.org>
11836
11837 * w32term.c (x_draw_glyph_string_background): Clear the background
11838 manually when cleartype is in use.
11839 (x_draw_glyph_string_foreground): Draw text transparently when
11840 cleartype is in use.
11841
11842 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
11843 a font into it unless we have to.
11844
118452008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
11848 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 11849
aac0c6e3
MR
118502008-02-18 Jason Rumney <jasonr@gnu.org>
11851
11852 * w32fns.c (Fw32_shell_execute): Encode parameters.
11853
118542008-02-09 Eli Zaretskii <eliz@gnu.org>
11855
11856 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
11857
118582008-02-05 Juanma Barranquero <lekktu@gmail.com>
11859
11860 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
11861
118622008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
11863
11864 * xterm.c (x_set_offset): Don't change the gravity if
11865 CHANGE_GRAVITY is -1.
11866
118672008-02-23 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * fileio.c (auto_save_error_occurred): New var.
11870 (auto_save_error): Set it.
11871 (Fdo_auto_save): Don't overwrite the error message if an auto-save
11872 error occurred.
11873
118742008-02-23 Eli Zaretskii <eliz@gnu.org>
11875
11876 * w32.c (globals_of_w32): Add initializations for
11877 g_b_init_get_sid_sub_authority and
11878 g_b_init_get_sid_sub_authority_count.
11879
118802008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
11883 (font_parse_xlfd): Use them for sanity check.
11884 (Finternal_set_font_style_table): Make sure the table is bijective.
11885
11886 Consolidate the image_cache to the terminal struct.
11887 * termhooks.h (P_): Remove redundant def.
11888 (struct terminal): New field `image_cache'.
11889 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
11890 of FRAME_X_IMAGE_CACHE.
11891 * xterm.h (struct x_display_info): Remove image_cache field.
11892 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11893 * w32term.h (struct w32_display_info): Remove image_cache field.
11894 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11895 * macterm.h (struct mac_display_info): Remove image_cache field.
11896 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11897 * xterm.c (x_term_init):
11898 * w32term.c (w32_term_init):
11899 * macterm.c (mac_term_init): Set the image_cache in the terminal.
11900 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
11901 Remove declarations.
11902 (clear_image_caches, mark_image_cache): New declarations.
11903 * xfaces.c (clear_face_cache):
11904 * xdisp.c (redisplay_internal): Use clear_image_caches.
11905 * image.c (clear_image_cache): Don't check that a frame is on
11906 a window-system before checking if it shares the same cache.
11907 (clear_image_caches): New function.
11908 (Fclear_image_cache): Use it.
11909 (mark_image): Move from allo.c.
11910 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
11911 * alloc.c (mark_image, mark_image_cache): Move to image.c.
11912 (mark_object): Don't call mark_image_cache for frames.
11913 (mark_terminals): Call mark_image_cache.
11914
11915 * lisp.h (Fdelete_terminal): Declare.
11916
11917 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
11918 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
11919 wrong_type_argument.
11920
119212008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
11922
11923 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
11924 malayalam.el, and tamil.el. Add sinhala.el.
11925
119262008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * xterm.c (x_connection_closed): Consolidate identical tests.
11929 (x_delete_terminal): Don't crash if called via x_connection_closed.
11930
119312008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
11932
11933 * xdisp.c (decode_mode_spec): New arg string.
11934 (display_mode_element): Adjust for the above change.
11935
119362008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * callint.c (Fcall_interactively): Use AREF.
11939
119402008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
11943
119442008-02-18 Jan Djärv <jan.h.d@swipnet.se>
11945
11946 * xfns.c (Fx_show_tip): Set string to " " if empty.
11947
119482008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
11949
11950 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
11951 with Qt.
11952
119532008-02-17 Kenichi Handa <handa@m17n.org>
11954
11955 * ftfont.c (ftfont_shape): Return Lispy number.
11956
11957 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
11958 for GCs.
11959 (Finternal_set_font_selection_order): Call font_update_sort_order
11960 only when enable_font_backend is set.
11961 (realize_x_face): Set face->font_info to that of default face only
11962 when enable_font_backend is set.
11963
11964 * xdisp.c (handle_composition_prop): Set it->c to the fist
11965 character of the composed region.
11966 (fill_composite_glyph_string): Set base_face->font_info to
11967 s->font_info. Get a face for ascii from base_face->ascii_face.
11968 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
11969 with a face already decided.
11970 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
11971 non-negative.
11972 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
11973 call font_prepare_composition unconditionally.
11974
11975 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
11976
11977 * xterm.h (struct x_display_info): New member font.
11978
11979 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
11980 (x_set_mouse_face_gc, x_new_font): Likewise.
11981 (x_term_init): Setup display_info->font.
11982 (x_delete_terminal): Free display_info->font.
11983
11984 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
11985
11986 * ftxfont.c (ftxfont_default_fid): Delete it.
11987 (ftxfont_open): Set xfont->fid to 0.
11988 (ftxfont_end_for_frame): Clear data specific to the frame and the
11989 font-driver.
11990
11991 * xftfont.c (xftfont_default_fid): Delete it.
11992 (xftfont_open): Set xfont->fid to 0.
11993
11994 * fontset.c (FONTSET_OBJLIST): New macro.
11995 (fontset_find_font): Update font-object list of the fontset.
11996 (free_realized_fontset): New function.
11997 (free_face_fontset): Call free_realized_fontset.
11998 (Ffont_info): Call font_close_object only when enable_font_backend
11999 is set.
12000
12001 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12002 [HAVE_NTGUI]: Include w32term.h.
12003 [MAC_OS]: Include macterm.ch.
12004 (font_otf_ValueRecord): Use make_number.
12005 (font_finish_cache): Fix handling of reference count.
12006 (font_clear_cache): Update num_fonts.
12007 (font_open_entity): Update smallest_char_width and
12008 smallest_font_height of the frame.
12009 (font_close_object): Update num_fonts.
12010 (Fclear_font_cache): Fix finding the target cache data.
12011
120122008-02-16 Glenn Morris <rgm@gnu.org>
12013
12014 * fontset.c (Finternal_char_font): Fix compilation warning.
12015
120162008-02-16 Eli Zaretskii <eliz@gnu.org>
12017
12018 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12019 instead of char arrays. Enlarge the size of array passed to
12020 get_token_information.
12021
12022 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12023 warnings.
12024
120252008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12026
12027 * .gdbinit: Don't set `args', it breaks gdb --args.
12028
120292008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12032 within a narrowed buffer.
12033
120342008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12035
12036 * coding.c (decode_coding_object, encode_coding_object):
12037 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12038
120392008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12042 hardcoding 1.
12043 (detect_coding_system):
12044 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12045 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12046 * insdel.c (insert_from_gap):
12047 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12048 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12049 (string_to_multibyte):
12050 * character.c (chars_in_text, multibyte_chars_in_text):
12051 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12052
12053 * character.h (FETCH_STRING_CHAR_ADVANCE)
12054 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12055 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12056 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12057
12058 * casefiddle.c (casify_region): Only call after-change and composition
12059 functions on the part of the region that was changed.
12060
12061 * keyboard.c (read_avail_input):
12062 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12063
120642008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12067 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12068
120692008-02-11 Juanma Barranquero <lekktu@gmail.com>
12070
12071 * w32menu.c (push_submenu_start, push_submenu_end)
12072 (push_left_right_boundary, push_menu_pane, push_menu_item):
12073 * keyboard.c (read_key_sequence): Don't pass args with side effects
12074 to AREF, it fails when compiling with -DENABLE_CHECKING.
12075
120762008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12077
12078 * Makefile.in (${lispsource}international/charprop.el):
12079 Delete this target.
12080
12081 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12082 emacs-unicode-2.
12083
120842008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12087
120882008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12089
12090 * frame.c (Qnoelisp): New symbol.
12091 (syms_of_frame): Initialize it.
12092 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12093 harmless Elisp code, from a strong `force' from x_connection_closed.
12094 * frame.h (Qnoelisp): Declare.
12095 * xterm.c (x_connection_closed): Pass `noelisp'.
12096
12097 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12098 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12099 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12100 rather than `int' for the type of `type'.
12101
121022008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12103
12104 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12105
12106 * Makefile.in (GNUC): Remove support for gcc-1.x.
12107
121082008-02-10 Richard Stallman <rms@gnu.org>
12109
12110 * lisp.h (ASET): Use AREF, not ASLOT.
12111
121122008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * lisp.h (ASET): Check bounds.
12115
121162008-02-10 Glenn Morris <rgm@gnu.org>
12117
12118 * buffer.c (mode-name): Doc fix.
12119
121202008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12121
12122 * Makefile.in:
12123 * emacs.c:
12124 * gmalloc.c:
12125 * keyboard.c:
12126 * lisp.h:
12127 * m/ibm370aix.h:
12128 * process.c:
12129 * regex.c:
12130 * s/hpux.h:
12131 * sysdep.c:
12132 * sysselect.h:
12133 * systty.h:
12134 * unexec.c:
12135 * w32term.c:
12136 * xsmfns.c:
12137 * xterm.c: Remove code that deals with obsolete variables.
12138
12139 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12140
12141 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12142 nothing else needs it anymore.
12143
121442008-02-09 Eli Zaretskii <eliz@gnu.org>
12145
12146 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12147 instead of unibyte_char_to_multibyte.
12148
121492008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12150
12151 * s/gnu-linux.h: Remove commented out code.
12152
12153 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12154
12155 * Makefile.in: Update what RMS says about using autoconf.
12156 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12157 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12158 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12159 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12160
121612008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * keymap.c (Fkey_description): Move side effect outside of macro call.
12164
12165 * xfaces.c (Finternal_make_lisp_face):
12166 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12167
12168 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12169 (syms_of_fontset): Use ASET.
12170
12171 * fns.c (concat): Move side effect outside of macro call.
12172 (hash_clear): Use ASET.
12173
121742008-02-08 Richard Stallman <rms@gnu.org>
12175
12176 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12177 If FORCE, and frame has a surrogate minibuffer for another frame,
12178 delete the other frame first.
12179
121802008-02-07 Timo Savola <timo.savola@iki.fi>
12181
12182 * xterm.c (x_detect_focus_change): Handle embed client message.
12183 (handle_one_xevent): Ditto.
12184 (handle_one_xevent): If embedded and we get a button press/release,
12185 request focus.
12186 (xembed_set_info, xembed_send_message): New functions.
12187 (x_make_frame_visible): Call xembed_set_info if embedded.
12188 (x_make_frame_invisible): Call xembed_set_info if embedded.
12189 (x_term_init): Initialize Xatom_XEMBED.
12190 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12191 (x_iconify_frame): Ditto.
12192
12193 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12194 (enum xembed_info, enum xembed_message, enum xembed_focus)
12195 (enum xembed_modifier, enum xembed_accelerator): New.
12196 (xembed_set_info, xembed_send_message): Declare.
12197 (FRAME_X_EMBEDDED_P): New.
12198
12199 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12200 gtk_plug_new.
12201
12202 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12203 window ID of a frame.
12204 (x_window): Reparent frame if embedded.
12205 (Fx_create_frame): Don't set border width if embedded.
12206
12207 * emacs.c (USAGE3): Add --parent-id.
12208 (standard_args): Ditto.
12209
122102008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12211
12212 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12213
122142008-02-07 Jim Meyering <meyering@redhat.com>
12215
12216 Use "do...while (0)", not "if (1)...else" in macro definitions.
12217 The latter provokes a warning from gcc about the empty else, when
12218 followed by ";". Also, without that trailing semicolon, it would
12219 silently swallow up any following statement.
12220 * syntax.h (SETUP_SYNTAX_TABLE)
12221 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12222 * buffer.h (DECODE_POSITION): Likewise.
12223 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12224 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12225 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12226 (FETCH_CHAR_ADVANCE): Likewise.
12227 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12228
122292008-02-07 Jim Meyering <meyering@redhat.com>
12230
12231 * lread.c [lint]: Don't include <sys/inode.h>.
12232
122332008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * xselect.c (x_handle_dnd_message):
12236 * xmenu.c (digest_single_submenu, xmenu_show):
12237 * xdisp.c (with_echo_area_buffer_unwind_data)
12238 (format_mode_line_unwind_data, unwind_format_mode_line)
12239 (display_menu_bar):
12240 * eval.c (Ffetch_bytecode):
12241 * doc.c (store_function_docstring):
12242 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12243 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12244 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12245
122462008-02-07 Kenichi Handa <handa@m17n.org>
12247
12248 * ftxfont.c (ftxfont_open): Don't set
12249 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12250
12251 * ftfont.c (ftfont_open): Fix previous change.
12252
122532008-02-06 Jason Rumney <jasonr@gnu.org>
12254
12255 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12256 Use cached metrics for ASCII characters.
12257 (w32font_open_internal): Don't set font's owning_frame.
12258 Cache metrics for ASCII characters.
12259
12260 * w32font.h (struct w32font_info): Add ascii_metrics.
12261 Remove owning_frame.
12262
122632008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12264
12265 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12266 to negative value.
12267
12268 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12269
12270 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12271
12272 * charset.c (syms_of_charset): Set QCtest and Qeq.
12273
122742008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * process.c (Fstart_process):
12277 * callproc.c (Fcall_process): Handle the case where
12278 Funhandled_file_name_directory returns nil.
12279
12280 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12281 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12282 * font.c (check_gstring): Use them and AREF to access the vector before
12283 we know it's really a gstring.
12284 (Ffont_shape_text): Fix typo.
46e722a9 12285 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
12286
12287 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12288 Declare.
12289
12290 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12291
122922008-02-05 Jason Rumney <jasonr@gnu.org>
12293
12294 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12295 Set smallest_font_height and smallest_char_width in display info.
12296
122972008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12298
12299 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12300
123012008-02-05 Miles Bader <miles@gnu.org>
12302
12303 * xfaces.c (get_lface_attributes, merge_named_face)
12304 (lookup_named_face, lookup_derived_face, realize_named_face):
12305 Revert 2008-02-01 change by cyd@stupidchicken.com.
12306
123072008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12308
12309 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12310 fallback fonts.
12311 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12312
123132008-02-04 Jason Rumney <jasonr@gnu.org>
12314
12315 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
12316 set full_name.
12317 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
12318
123192008-02-03 Jason Rumney <jasonr@gnu.org>
12320
12321 * makefile.w32-in (OBJ1): Include font.o here.
12322 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
12323
123242008-02-02 Jason Rumney <jasonr@gnu.org>
12325
12326 * makefile.w32-in (temacs): Bump EMHEAP to 21.
12327
123282008-02-01 Jason Rumney <jasonr@gnu.org>
12329
12330 * s/cygwin.h: Define VIRT_ADDR_VARIES.
12331
12332 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
12333
123342008-02-01 Andreas Schwab <schwab@suse.de>
12335
12336 * Makefile.in (shortlisp, lisp): Update for rename of
12337 ../lisp/language/myanmar.el.
12338
123392008-02-01 Chong Yidong <cyd@stupidchicken.com>
12340
12341 * xfaces.c (get_lface_attributes): Delete function.
12342 (merge_named_face, lookup_named_face, lookup_derived_face)
12343 (realize_named_face): Call lface_from_face_name directly, and use
12344 the fact that merge_face_vectors does not alter its FROM argument.
12345
123462008-02-01 Jason Rumney <jasonr@gnu.org>
12347
12348 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
12349 input in the default locale. Handle non-Unicode multibyte input.
12350
123512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12352
12353 * fontset.c (reorder_font_vector): Exclude nil elements from the
12354 font group. Don't try multiple fonts.
12355 (fontset_font): Adjust for the above change.
12356 (Finternal_char_font): Return nil if the found font doesn't
12357 contain the character ch.
12358
12359 * Makefile.in (lisp, shortlisp): Add cham.el.
12360
123612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12362
12363 * font.h (FONTP): Make it return 1 also for a font-object.
12364
12365 * .gdbinit (xfontset): New function.
12366
12367 * font.c (font_find_for_lface): Check if the character C is
12368 supported or not only for the first font.
12369
12370 * fontset.c (reorder_font_vector): Fix typo.
12371 (fontset_find_font): Don't add a font-spec specifying a script.
12372 Use 0 (not Qt) for the indication of empty font-group. Change the
12373 format of RFONT-DEF. Return Qt if no font in the font-group
12374 support the character.
12375 (fontset_font): Adjust for the above change. If no font was
12376 found the character, remember that.
12377 (face_for_char): Adjust for the change of RFONT-DEF.
12378 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
12379 no font for the target.
12380 (Finternal_char_font): Adjust for the change of RFONT-DEF.
12381
123822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12383
12384 * font.c (font_load_for_face): Handle the case that the font in
12385 face->lface is a string.
12386
123872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12388
12389 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
12390
123912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12392
12393 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
12394 Fix previous change. If the frame is not on a window system,
12395 signal an error.
12396
123972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12398
12399 * coding.c (decode_coding_object, encode_coding_object): Adjust
12400 marker positions after conversion.
12401
12402 * lisp.h (struct Lisp_Marker): New member need_adjustment.
12403
124042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12405
12406 * font.c (font_find_for_lface): Fix the handling of the return
12407 value of font_has_char.
12408 (Ffont_shape_text): Fix previous change.
12409
12410 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
12411 (fontset_ref_and_range): Delete it.
12412 (fontset_find_font): Call char_table_ref_and_range instead of
12413 FONTSET_REF_AND_RANGE.
12414 (make_fontset): Don't setup font groups of Latin here.
12415 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
12416 (new_fontset_from_font): Make the specified font the default for
12417 all Latin characters.
12418
124192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12420
12421 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
12422 is on a window system before accessing the fontset of the frame.
12423
124242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12425
12426 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
12427
12428 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
12429 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
12430
12431 * font.c (Ffont_shape_text): If the font driver doesn't have a
12432 shaper function, make zero-width glyphs to have at least one-pixel
12433 width. Fix setting of `to' field of glyphs.
12434
124352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12436
12437 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
12438 glyphs.
12439
12440 * font.h (struct font_driver): Improve docstring of member `shape'.
12441
124422008-02-01 Kenichi Handa <handa@m17n.org>
12443
12444 * composite.c (syms_of_composite): Fix docstring of
12445 auto-composition-function.
12446
12447 * font.h (LGLYPH_SIZE): New macro.
12448
12449 * font.c (Ffont_fill_gstring): Stop filling when a character not
12450 supported by the font is found.
12451 (Ffont_shape_text): When a shape callback function returns nil,
12452 try at most two more times with larger gstring.
12453 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
12454
12455 * xdisp.c (handle_auto_composed_prop): Change the argument to
12456 auto-composition-function.
12457
12458 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
12459 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
12460 Lispy glyph and store it in the lgstring.
12461
12462 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
12463
12464 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
12465
124662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12467
12468 * font.c (Ffont_shape_text): Avoid unnecessary composition.
12469
12470 * fontset.c (Vfont_encoding_charset_alist): New variable.
12471 (syms_of_fontset): DEFVAR it.
12472 (reorder_font_vector, fontset_find_font): Optimize for the case of
12473 no need of reordering.
12474 (face_for_char): Map the charset property by
12475 Vfont_encoding_charset_alist.
12476
124772008-02-01 Jason Rumney <jasonr@gnu.org>
12478
12479 * w32font.c (logfonts_match): Don't check adstyle here.
12480 (font_matches_spec): Check here against physical font instead.
12481 (add_font_entity_to_list): Avoid some substitutions.
12482
12483 * font.c (font_parse_fcname): Default weight and slant to normal.
12484 (font_score): Prefer normal fonts if weight or slant unspecified.
12485 (font_score) [WINDOWSNT]: Scale weight difference down to closer
12486 match freetype scores.
12487
124882008-02-01 Jason Rumney <jasonr@gnu.org>
12489
12490 * w32font.c (w32font_text_extents): Don't use the frame stored in the
12491 font, as it may have been deleted.
12492 (w32_enumfont_pattern_entity): Map generic family to adstyle using
12493 most common hyphenless variation.
12494 (logfonts_match): Check generic family.
12495 (font_matches_spec): Don't check generic family here.
12496 (fill_in_logfont): Set generic family based on adstyle.
12497
12498 * w32font.h (w32font_get_cache): Update declaration.
12499
125002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12501
12502 * ftfont.c (ftfont_get_cache): Adjust the argument type.
12503
12504 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
12505 If none of the new drivers are available, call font_update_drivers
12506 with the old drivers.
12507
12508 * w32font.c (w32font_get_cache): Adjust the argument type.
12509
12510 * xfont.c (xfont_get_cache): Adjust the argument type.
12511
12512 * font.h (struct font_driver): Change argument type of get_cache.
12513
12514 * xftfont.c (xftfont_start_for_frame): Delete prototype.
12515
12516 * font.c (Ffont_get): Fix arguments to Fassoc.
12517 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
12518 (font_clear_cache): New function.
12519 (font_list_entities, font_matching_entity): Use font_get_cache.
12520 (font_update_drivers): Call font_clear_cache when finishing a driver.
12521
12522 * fontset.c (fontset_find_font): Fix previous change.
12523
125242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12525
12526 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
12527 dpyinfo->font_table.
12528 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
12529 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
12530
12531 * font.c (font_at): Handle the case that the arg C is negative.
12532 Handle the unibyte case.
12533 (Ffont_at): Call font_at with the arg C -1.
12534
12535 * xdisp.c (handle_auto_composed_prop): Don't get a character at
12536 the position here, and call font_at with the arg C -1.
12537 Don't check the range of the existing composition at the point.
12538
125392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12540
12541 * fontset.c (fontset_add): New args charset_id and family.
12542 Change caller.
12543 (load_font_get_repertory, fontset_find_font): Assume that
12544 font_spec is always a font-spec object.
12545 (Fset_fontset_font): Always store a font-spec object in a fontset.
12546
12547 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
12548 instead of get_property_and_range.
12549
125502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12551
12552 * xftfont.c (struct xftfont_info): Delete the member ft_face.
12553 (xftfont_open): Don't keep locking face.
12554 (xftfont_close): Don't unlock face.
12555 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
12556
12557 * fontset.c (fontset_find_font): Don't prefer a font of
12558 supplementary charset.
12559
125602008-02-01 Kenichi Handa <handa@m17n.org>
12561
12562 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
12563 script, langsys_tag to langsys, new member script.
12564 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 12565 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
12566 listing to the script specified in that property. Fix arg to
12567 OTF_check_features.
12568
125692008-02-01 Jason Rumney <jasonr@gnu.org>
12570
12571 * w32font.h: New file.
12572
12573 * w32font.c: Include it.
12574 (struct w32font_info): Add owning_frame field. Move to w32font.h.
12575 (w32font_open): Set owning_frame.
12576 (w32font_text_extents): Use owning_frame.
12577 (struct font_callback_data): Add opentype_only field.
12578 (add_font_entity_to_list): Use it to filter fonts.
12579 Don't check against full name.
12580 (w32font_list_internal): New function.
12581 (w32font_list): Use it.
12582 (w32font_match_internal): New function.
12583 (w32font_match): Use it.
12584 (w32font_open_internal): New function.
12585 (w32font_open): Use it.
12586 (w32font_get_cache, w32font_close, w32font_has_char)
12587 (w32font_encode_char, w32font_text_extents, w32font_draw):
12588 Make non-static.
12589
12590 * makefile.w32-in (w32font.o): Depend on w32font.h.
12591
125922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12593
12594 * charset.c (Fdefine_charset_internal): Record a supplementary
12595 charset at the tail of Vcharset_order_list.
12596
12597 * font.c (Ffont_shape_text): Fix the return value.
12598
12599 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
12600
12601 * xdisp.c (handle_auto_composed_prop): Fix previous change.
12602
126032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12604
12605 * ftfont.c (struct OpenTypeSpec): New struct.
12606 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
12607 (ftfont_get_open_type_spec): New function.
12608 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
12609
12610 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
12611
126122008-02-01 Jason Rumney <jasonr@gnu.org>
12613
12614 * w32font.c (add_font_entity_to_list): Compare only the beginning
12615 of full name.
12616
126172008-02-01 Kenichi Handa <handa@m17n.org>
12618
12619 * xdisp.c (handle_auto_composed_prop): Simplify the code.
12620 Never return HANDLED_RECOMPUTE_PROPS.
12621
126222008-02-01 Kenichi Handa <handa@m17n.org>
12623
12624 * font.c (font_gstring_produce): Delete it.
12625
12626 * composite.h (COMPOSITION_METHOD):
12627 Handle COMPOSITION_WITH_GLYPH_STRING.
12628
126292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12630
12631 * xfont.c (Qx): Delete.
12632 (syms_of_xfont): Don't initialize Qx.
12633
12634 * composite.h (enum composition_method):
12635 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
12636
126372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12638
12639 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
12640 (choose_face_font): Accept new form of font-spec.
12641
12642 * frame.h (font_driver_list): Declare it unconditionally.
12643 (struct frame): Define members font_driver_list and font_data_list
12644 unconditionally.
12645
12646 * fontset.c: Include "font.h" unconditionally.
12647 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
12648 (Fset_fontset_font): Accept a font-spec object.
12649
12650 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
12651 PIXEL_SIZE part a wild card.
12652
12653 * dispextern.h (struct glyph_string): Define members clip and
12654 num_clips unconditionally.
12655 (struct face): Define members font_info and extra unconditionally.
12656
12657 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
12658 ftfont_info only when HAVE_LIBOTF is defined.
12659
126602008-02-01 Andreas Schwab <schwab@suse.de>
12661
12662 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
12663 and end.
12664
126652008-02-01 Jason Rumney <jasonr@gnu.org>
12666
12667 * w32font.c (w32font_driver): Add new fields.
12668
126692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12670
12671 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
12672 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
12673 (LIBES): Add @M17N_FLT_CFLAGS@.
12674
12675 * composite.c (compose_text): Don't treat the new style
12676 composition specially.
12677
12678 * emacs.c (main): Call syms_of_font unconditionally.
12679
12680 * font.h (FONT_ENTITY_NOT_LOADABLE)
12681 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
12682 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
12683 (struct font_driver): New member shape.
12684 (font_registry_charsets): Extern it.
12685 (font_find_for_lface, font_prepare_composition): Adjust prototype.
12686 (font_otf_capability, font_drive_otf): Delete their externs.
12687
12688 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
12689 (font_charset_alist, font_registry_charsets): Move from xfont.c
12690 and rename.
12691 (font_prop_validate_otf): New function.
12692 (font_property_table): Register it for QCotf.
12693 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
12694 (font_drive_otf): Delete.
12695 (font_prepare_composition): New arg F. Adjust for the change of
12696 lispy gstring.
12697 (font_find_for_lface): New arg C.
12698 (font_load_for_face): Adjust for the change of font_find_for_lface.
12699 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
12700 lispy gstring.
12701 (Ffont_shape_text): New function.
12702 (Fopen_font): If the font size is not given, use 12-pixel.
12703 (Ffont_at): New arg STRING.
12704 (syms_of_font): Initalize font_charset_alist.
12705 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
12706 conditionally.
12707
12708 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
12709 fonts of the same font-spec. Change the format of RFONT-DEF.
12710 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
12711 Adjust for the change of RFONT-DEF.
12712 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
12713
12714 * ftfont.h: New file.
12715
12716 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
12717 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12718 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12719 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
12720 font_otf_capability and font_drive_otf, set ftfont_shape.
12721 (ftfont_list): Adjust for the change of :otf property value.
12722 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
12723 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
12724 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
12725 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12726 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
12727 (otf_gstring, gstring, m17n_flt_initialized): New variables.
12728
12729 * w32term.c (x_draw_composite_glyph_string_foreground):
12730 Adjust for the change of lispy gstring.
12731
12732 * xdisp.c (handle_composition_prop): Adjust for the change of
12733 lispy gstring. Call a function for auto-composition with the
12734 third arg it->window.
12735 (fill_composite_glyph_string): Adjust for the change of lispy string.
12736 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
12737
12738 * xfaces.c (set_font_frame_param): Adjust for the change of
12739 font_find_for_lface.
12740
12741 * xfont.c (x_font_charset_alist): Move to font.c and rename.
12742 (xfont_registry_charsets): Likewise. Change caller.
12743 (syms_of_xfont): Don't handle x_font_charset_alist.
12744
12745 * xftfont.c: Include "ftfont.h".
12746 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12747 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12748 (xftfont_close) [HAVE_LIBOTF]: Close otf.
12749 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12750 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
12751 Set xftfont_driver.shape to xftfont_shape.
12752
12753 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12754 the change of lispy gstring.
12755
127562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12757
12758 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
12759
127602008-02-01 Jason Rumney <jasonr@gnu.org>
12761
12762 * w32font.c (w32font_draw): Fill background manually.
12763
127642008-02-01 Jason Rumney <jasonr@gnu.org>
12765
12766 * font.c (Qfontp): Remove unused symbol.
12767 (QCantialias): New symbol.
12768 (syms_of_font): Define it.
12769 (font_property_table): Set a validator for QCantialias.
12770
12771 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
12772 Define if not already.
12773 (QCfamily): Share with xfaces.c.
12774 (Qstandard, Qsubpixel, Qnatural): New symbols.
12775 (syms_of_w32font): Define them. Don't define QCfamily here.
12776 (w32_antialias_type, lispy_antialias_type): New functions.
12777 (w32_enumfont_pattern_entity): New arg requested_font.
12778 Set antialias parameter if non-default was requested.
12779 (fill_in_logfont): Fill in lfQuality if :antialias specified.
12780
127812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12782
12783 * lread.c (read1): Undo the previous change.
12784
127852008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
12786
12787 * frame.c (Fdelete_frame): Call font_update_drivers only when
12788 USE_FONT_BACKEND is defined.
12789
127902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12791
12792 * font.h (struct font_bitmap): New member bits_per_pixel.
12793 (struct font_driver): New members start_for_frame and end_for_frame.
12794 (struct font_data_list): New struct.
12795 (font_put_frame_data, font_get_frame_data): Extern them.
12796
12797 * frame.h (struct frame): New member font_data_list.
12798
12799 * font.c (font_update_drivers): Call driver->start_for_frame and
12800 driver->end_for_frame at proper timings.
12801 (font_put_frame_data, font_get_frame_data): New functions.
12802 (Ffont_spec): Add usage in the docstring.
12803
12804 * frame.c (make_frame): Initialize f->font_data_list to NULL.
12805 (Fdelete_frame): Call font_update_drivers.
12806
12807 * xftfont.c (struct xftface_info): Delete the member xft_draw.
12808 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
12809 (xftfont_get_xft_draw): New function.
12810 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
12811 (xftfont_end_for_frame): New function.
12812 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
12813
12814 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
12815 Change argument. Cache GCs in the per-frame data.
12816 (struct ftxfont_frame_data): New struct.
12817 (ftxfont_draw_bitmap): New arg gc_fore and flush.
12818 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
12819 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
12820 (ftxfont_end_for_frame): New function.
12821 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
12822
12823 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
12824
128252008-02-01 Kenichi Handa <handa@m17n.org>
12826
12827 * xselect.c (Vselection_coding_system)
12828 (Vnext_selection_coding_system): Delete them.
12829 (syms_of_xselect): Don't declare selection-coding-system and
12830 next-selection-coding-system. They are declared in select.el.
12831
128322008-02-01 Jason Rumney <jasonr@gnu.org>
12833
12834 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
12835
12836 * w32fns.c: Include imm.h.
12837 (get_composition_string_fn, get_ime_context_fn): New optional
12838 system functions.
12839 (globals_of_w32fns): Load them from imm32.dll.
12840 (ignore_ime_char): New flag.
12841 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
12842 WM_IME_ENDCOMPOSITION messages.
12843
12844 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
12845 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
12846
128472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12848
12849 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
12850 (READCHAR_REPORT_MULTIBYTE): New macro.
12851 (readchar): New 2nd arg MULTIBYTE.
12852 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
12853 Make symbol's name multibyte according to the multibyteness of the
12854 source.
12855
128562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12857
12858 * xfaces.c (face_for_overlay_string): Call lookup_face with
12859 correct arguments (fix of synching with the trunk).
12860
128612008-02-01 Kenichi Handa <handa@m17n.org>
12862
12863 * font.c (font_prop_validate_symbol, font_prop_validate_style)
12864 (font_prop_validate_non_neg, font_prop_validate_spacing):
12865 Delete argument prop_index.
12866 (font_property_table): Change arguments to validater. Change Callers.
12867 (font_lispy_object): Delete.
12868 (font_at): Use font_find_object instead fo font_lispy_object.
12869
128702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12871
12872 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
12873 and file names.
12874
128752008-02-01 Jason Rumney <jasonr@gnu.org>
12876
12877 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
12878 (font_matches_spec): Remove debug output.
12879 (add_font_entity_to_list): Avoid using substituted fonts.
12880
128812008-02-01 Jason Rumney <jasonr@gnu.org>
12882
12883 * doc.c (Fsnarf_documentation):
12884 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
12885
128862008-02-01 Miles Bader <miles@gnu.org>
12887
12888 * dispextern.h (struct glyph_row): Only define "clip" field if
12889 HAVE_WINDOW_SYSTEM is defined.
12890
128912008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 Fix up multi-tty merge.
12894
12895 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
12896 and indentation.
12897
12898 * xfaces.c (free_realized_face, clear_face_gcs):
12899 Include font_done_for_face in the input_blocked section, just in case.
12900
12901 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
12902 (get_char_face_and_encoding): Undo last change and remove the *other*
12903 duplicate definition (i.e. keep the one that's better scoped and that
12904 includes code for the font-backend).
12905
12906 * terminal.c (create_terminal): Default keyboard_coding to
12907 `no-conversion' and terminal_coding to `undecided'.
12908
12909 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
12910
12911 * fontset.c (free_realized_fontsets): Check that the table entry does
12912 contain a fontset before trying to compare it to `base'.
12913
12914 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
12915 syms_of_charset, and syms_of_coding earlier because init_window_once
12916 now needs Vcoding_system_hash_table to be setup.
12917
12918 * coding.h (default_buffer_file_coding): Remove.
12919
12920 * coding.c (default_buffer_file_coding): Remove.
12921 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
12922 than ->symbol, and use the terminal-local coding system.
12923 (syms_of_coding): Don't setup the coding-systems that are not
12924 terminal-local.
12925 (Fdefine_coding_system_internal): Use XCAR/XCDR.
12926
12927 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
12928 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
12929
12930 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
12931 in chartab.c and were re-added here by mistake.
12932 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
12933
12934 * doc.c (Fsnarf_documentation):
12935 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
12936 src to etc.
12937
12938 * ChangeLog.10: Add mistakenly removed entry.
12939
129402008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12941
12942 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
12943
129442008-02-01 Miles Bader <miles@gnu.org>
12945
12946 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
12947 Add extra args to FACE_FOR_CHAR.
12948
129492008-02-01 Kenichi Handa <handa@m17n.org>
12950
12951 * keymap.c (where_is_internal_1): If key is a cons, store the copy
12952 in sequence.
12953
12954 * chartab.c (map_sub_char_table, map_char_table): If the range
12955 contains just one character, call the function with that character
12956 even if the depth is not 3.
12957
129582008-02-01 Jason Rumney <jasonr@gnu.org>
12959
12960 * w32font.c (w32font_text_extents): Calculate metrics for the
12961 whole string.
12962
129632008-02-01 Jason Rumney <jasonr@gnu.org>
12964
12965 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
12966
129672008-02-01 Jason Rumney <jasonr@gnu.org>
12968
12969 * w32term.c (x_set_glyph_string_clipping): Use
12970 get_glyph_string_clip_rects.
12971 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
12972 Adjust for the change of struct glyph_string.
12973
12974 * w32font.c (w32font_draw): Do clipping here.
12975
129762008-02-01 Kenichi Handa <handa@m17n.org>
12977
12978 * xftfont.c (xftfont_draw): Adjust for the change of struct
12979 glyph_string.
12980
12981 * xterm.c (x_set_glyph_string_clipping): Use
12982 get_glyph_string_clip_rects.
12983 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
12984 Adjust for the change of struct glyph_string.
12985
12986 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
12987 the resulting clip(s}.
12988 (expose_overlaps): Add arg r. Change callers. Set it to
12989 row->clip temporarily.
12990 (expose_window): Redraw rows overlapping the exposed area.
12991
12992 * dispextern.h (struct glyph_row): New member clip.
12993 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
12994 clip_height, new member clip, and num_clips.
12995
129962008-02-01 Kenichi Handa <handa@m17n.org>
12997
12998 * data.c (Fchar_or_string_p): Fix docstring.
12999
130002008-02-01 Kenichi Handa <handa@m17n.org>
13001
13002 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13003 create a temporary XftDraw object.
13004
130052008-02-01 Kenichi Handa <handa@m17n.org>
13006
13007 * font.c (Ffontp): Fix docstring.
13008
13009 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13010 strong evidence of ISO-2022.
13011
130122008-02-01 Kenichi Handa <handa@m17n.org>
13013
13014 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13015 SYNTAX_ENTRY_FOLLOW_PARENT.
13016
130172008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13020 its type.
13021 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13022 Update to the new type of weak_hash_tables and next_weak.
13023
13024 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13025 a plain C pointer to Lisp_Hash_Table.
13026
13027 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13028 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13029 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13030 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13031 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13032 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13033 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13034 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13035 (GC_EQ): Remove since they've been identical to their non-GC_
13036 alter-egos ever since the markbit was eradicated.
13037
13038 * alloc.c:
13039 * buffer.c:
13040 * buffer.h:
13041 * data.c:
13042 * fileio.c:
13043 * filelock.c:
13044 * fns.c:
13045 * frame.h:
13046 * lisp.h:
13047 * macterm.c:
13048 * print.c:
13049 * process.c:
13050 * w32fns.c:
13051 * w32menu.c:
13052 * w32term.c:
13053 * xfns.c:
13054 * xmenu.c:
13055 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13056
130572008-02-01 Kenichi Handa <handa@m17n.org>
13058
13059 * chartab.c (map_sub_char_table): Make it work for the top-level
13060 char-table. Fix handling of parent char-table.
13061 (map_char_table): Adjust for the above change.
13062
130632008-02-01 Jason Rumney <jasonr@gnu.org>
13064
13065 * w32font.c (Qgdi): Rename from Qw32.
13066
130672008-02-01 Jason Rumney <jasonr@gnu.org>
13068
13069 * w32bdf.c (get_quoted_string): Make function static.
13070
130712008-02-01 Kenichi Handa <handa@m17n.org>
13072
13073 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13074 bigger ascent and descent than those of the font, use them as
13075 font's ascent and descent.
13076
130772008-02-01 Kenichi Handa <handa@m17n.org>
13078
13079 * Makefile.in (${lispsource}international/charprop.el): Move this
13080 target within "#ifdef HAVE_UNIDATA" and "#endif".
13081
130822008-02-01 Kenichi Handa <handa@m17n.org>
13083
13084 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13085 (shortlisp): Add ../lisp/language/tai-viet.el.
13086
130872008-02-01 Ulrich Mueller <ulm@gentoo.org>
13088
13089 * Makefile.in (${lispsource}international/charprop.el): Depend on
13090 temacs${EXEEXT}.
13091
130922008-02-01 Jason Rumney <jasonr@gnu.org>
13093
13094 * w32font.c (w32font_close): Delete the GDI font object.
13095
13096 * w32menu.c: Include character.h.
13097
13098 * w32proc.c: Likewise.
13099
13100 * w32select.c: Likewise.
13101
13102 * makefile.w32-in (w32proc.o): Depend on character.h.
13103
131042008-02-01 Jason Rumney <jasonr@gnu.org>
13105
13106 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13107
13108 * w32menu.c (syms_of_w32menu): Likewise.
13109
13110 * w32proc.c (syms_of_ntproc): Likewise.
13111
13112 * w32select.c (syms_of_w32select): Likewise.
13113
13114 * w32term.c (syms_of_w32term): Likewise.
13115
131162008-02-01 Jason Rumney <jasonr@gnu.org>
13117
13118 * w32font.c (w32font_draw): Delete brush after using it.
13119
131202008-02-01 Jason Rumney <jasonr@gnu.org>
13121
13122 * w32font.c (w32font_open): Don't set font_idx.
13123 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13124 to font settings.
13125 (w32font_draw): Fill background explicitly.
13126
131272008-02-01 Jason Rumney <jasonr@gnu.org>
13128
13129 * w32term.c (w32_initialize): Don't call w32font_initialize.
13130
13131 * w32font.c (w32font_info): Remove subranges.
13132 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13133 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13134 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13135 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13136 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13137 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13138 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13139 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13140 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13141 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13142 New symbols.
13143 (font_callback_data): New struct.
13144 (w32font_list, w32font_match): Use it.
13145 (w32font_open): Don't populate subranges.
13146 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13147 (w32font_encode_char): Always return unicode code-point as-is.
13148 (w32font_text_extents): Supply a transformation matrix to
13149 GetGlyphOutline. Never look up by glyph index. Avoid looping
13150 twice. Use unicode version of GetTexExtentPoint32 instead of
13151 glyph index version.
13152 (set_fonts_frame): Remove.
13153 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13154 set frame parameter. Use backward compatible fake foundries.
13155 Save generic family in extra slot under QCfamily. Make width slot
13156 constant. Save QCspacing value. Save list of scripts instead of
13157 binary subranges.
13158 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13159 (add_font_entity_to_list): Use font_callback_data struct. Filter
13160 unwanted fonts.
13161 (add_one_font_entity_to_list): Use font_callback_data struct.
13162 (w32_registry): Default to iso10646_1.
13163 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13164 string font registries. Don't fill in font name if it is a generic
13165 family name, fill family instead. Use spacing, family and script
13166 extra info to fill pitch, family and charset fields.
13167 (list_all_matching_fonts): Use font_callback_data struct.
13168 (unicode_range_for_char): Remove.
13169 (font_supported_scripts): New function.
13170 (w32font_initialize): Remove.
13171 (syms_of_w32font): Update which symbols are defined.
13172
131732008-02-01 Jason Rumney <jasonr@gnu.org>
13174
13175 * font.c (font_pixel_size): Reverse assq_no_quit args.
13176
13177 * w32term.h (FONT_WIDTH): Report max width, not average.
13178 (FONT_MAX_WIDTH): Remove.
13179 (FONT_AVG_WIDTH): New macro.
13180
13181 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13182 redefinition of FONT_WIDTH.
13183
13184 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13185 (w32_cache_char_metrics): Use FONT_WIDTH.
13186
13187 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13188
131892008-02-01 Jason Rumney <jasonr@gnu.org>
13190
13191 * w32font.c (w32font_open): Make lfHeight negative.
13192
13193 * w32fns.c (x_default_font_parameter): Use new style font name.
13194 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13195
131962008-02-01 Jason Rumney <jasonr@gnu.org>
13197
13198 * w32font.c (QCsubranges): New symbol.
13199 (w32font_open, w32font_has_char): Get subranges from subproperty
13200 of extra.
13201 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13202 (syms_of_w32font): Define :subranges symbol.
13203
13204 * font.c (font_put_extra): Expose externally.
13205
13206 * font.h (font_put_extra): Move declaration from font.c.
13207
13208 * font.c (Ffont_get): Use font driver to determine otf capability.
13209 (adjust_anchor): Check if driver defines anchor_point before using.
13210
13211 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13212 (w32font_draw): Use options.
13213 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13214 Fix detection of truetype fonts.
13215 (registry_to_w32_charset): Handle charsets other than iso8859-1
13216 expressed as lisp symbols.
13217 (w32_registry): Express charset as lisp symbol.
13218 (fill_in_logfont): Reverse pixel and point height logic.
13219 Don't set width here. Set quality to default.
13220
13221 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13222 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13223
13224 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13225 Remove redundant loop and allocation.
13226
13227 * makefile.w32-in (font.o, w32font.o): New objects.
13228 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13229 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13230
13231 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13232 STORE_XCHARB a valid l-value.
13233
13234 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13235 calculations for non-Truetype fonts.
13236 (x_draw_glyph_string): Sync with xterm.c.
13237 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13238 Remove redundant code.
13239 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13240
13241 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13242 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13243
13244 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13245 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13246
13247 * w32font.c: New file for w32 font backend.
13248
132492008-02-01 Kenichi Handa <handa@m17n.org>
13250
13251 * term.c: Don't include "buffer.h" twice.
13252
132532008-02-01 Kenichi Handa <handa@m17n.org>
13254
13255 * character.c (Funibyte_string): New function.
13256 (syms_of_character): Defsubr it.
13257
132582008-02-01 Jason Rumney <jasonr@gnu.org>
13259
13260 * w32term.c [USE_FONT_BACKEND]:
13261 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13262 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13263 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13264 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13265 (x_free_frame_resources): Sync with xterm.c.
13266
132672008-02-01 Andreas Schwab <schwab@suse.de>
13268
13269 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13270 char-table size.
13271
132722008-02-01 Kenichi Handa <handa@m17n.org>
13273
13274 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13275
132762008-02-01 Kenichi Handa <handa@m17n.org>
13277
13278 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13279 font_otf_gpos, add font_drive_otf.
13280
13281 * fontset.c (fontset_find_font): Pay attention to font size
13282 specified for a font.
13283 (reorder_font_vector): Check contents of font_def.
13284
13285 * font.c (struct otf_list): Delete it.
13286 (otf_list): Make it a lisp variable.
13287 (otf_open): Use lispy otf_list.
13288 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13289 (check_otf_features): New function.
13290 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13291 New functions.
13292 (font_drive_otf): New function merging font_otf_gsub and
13293 font_otf_gpos.
13294 (font_open_for_lface): New arg spec. Change argument order.
13295 (font_load_for_face): Adjust for the change of font_open_for_lface.
13296 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13297 Ffont_otf_gpos.
13298 (syms_of_font): Staticpro otf_list. Delete defsubr of
13299 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13300
13301 * xfaces.c (set_font_frame_param): Adjust for the change of
13302 font_open_for_lface.
13303
13304 * font.h (font_open_for_lface): Adjust prototype.
13305 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13306 member otf_drive.
13307 (font_otf_gsub, font_otf_gpos): Delete externs.
13308 (font_drive_otf): Extern it.
13309
133102008-02-01 Kenichi Handa <handa@m17n.org>
13311
13312 * font.c (font_at): If the window W is not on a window system,
13313 return Qnil.
13314
13315 * coding.c (produce_chars, encode_coding): Don't call
13316 insert_from_gap if no characters to produce.
13317
133182008-02-01 Kenichi Handa <handa@m17n.org>
13319
13320 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
13321 Fclear_face_cache.
13322
13323 * xfaces.c (face_for_font): Check also face->font==font->font.font.
13324
133252008-02-01 Miles Bader <miles@gnu.org>
13326
13327 * emacs.c (main): Change default value of `enable_font_backend' to 1.
13328 Parse "--disable-font-backend" option.
13329 (standard_args): Add "--disable-font-backend" option.
13330
133312008-02-01 Kenichi Handa <handa@m17n.org>
13332
13333 * fontset.c (fontset_find_font): New function.
13334 (fontset_font): Use fontset_find_font.
13335 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
13336 Register the specified font for all Latin characters.
13337 (new_fontset_from_font): Register the specified font for all Latin
13338 characters.
13339 (dump_fontset): For a realized fontset, include the base fontset
13340 name in the returned vector.
13341
133422008-02-01 Kenichi Handa <handa@m17n.org>
13343
13344 * character.h (CHAR_STRING): Cast C to unsigned on calling
13345 char_string.
13346
13347 * character.c (char_string): Type of arg C changed to unsigned.
13348 Signal an error if C is an invalid character code.
13349
13350 * editfns.c (general_insert_function, Fchar_to_string):
13351 Use CHARACTERP, not INTEGERP.
13352
133532008-02-01 Kenichi Handa <handa@m17n.org>
13354
13355 * character.h (MIN_MULTIBYTE_LEADING_CODE)
13356 (MAX_MULTIBYTE_LEADING_CODE): New macros.
13357
13358 * regex.c (analyse_first): Fix for multibyte characters in "case
13359 charset:" and "case categoryspec:".
13360
133612008-02-01 Andreas Schwab <schwab@suse.de>
13362
13363 * Makefile.in (LIBES): Move standard libraries to the end.
13364
133652008-02-01 Kenichi Handa <handa@m17n.org>
13366
13367 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
13368 nonzero, don't shrink the buffer nextb.
13369
13370 * buffer.h (struct buffer_text): New member inhibit_shrinking.
13371
13372 * coding.c (coding_alloc_by_making_gap): New arg offset.
13373 (alloc_destination): Call coding_alloc_by_making_gap with the arg
13374 offset.
13375 (decode_coding_iso_2022): Update coding->safe_charsets.
13376 (decode_coding_gap): Temporarily set
13377 current_buffer->text->inhibit_shrinking to 1.
13378
133792008-02-01 Kenichi Handa <handa@m17n.org>
13380
13381 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
13382 indexing into elements of s->cmp and s->char2b.
13383
133842008-02-01 Juanma Barranquero <lekktu@gmail.com>
13385
13386 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
13387
133882008-02-01 Kenichi Handa <handa@m17n.org>
13389
13390 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
13391 target_multibyte instead of multibyte.
13392 (re_match_2_internal): Call bcmp_translate with target_multibyte.
13393 (bcmp_translate): Change the argument name from multibyte to
13394 target_multibyte.
13395
133962008-02-01 Kenichi Handa <handa@m17n.org>
13397
13398 These changes are to compile a regexp into a pattern that can be
13399 used both for multibyte and unibyte targets.
13400
13401 * Makefile.in (search.o): Depend on charset.h.
13402
13403 * character.c (multibyte_char_to_unibyte_safe): New function.
13404
13405 * search.c: Include "charset.h".
13406 (compile_pattern_1): Delete argument multibyte. Don't set
13407 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
13408 (compile_pattern): Don't compare cp->buf.target_multibyte.
13409 Compare cp->buf.charset_unibyte.
13410 (compile_pattern): Set cp->buf.target_multibyte.
13411
13412 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
13413
13414 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
13415
13416 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
13417 multibyte. Change callers.
13418 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
13419 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
13420 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
13421 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
13422 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
13423 (regex_compile): Make the compiled pattern usable both for
13424 multibyte and unibyte targets.
13425 (analyse_first): Make the fastmap usable both for multibyte and
13426 unibyte targets.
13427 (TRANSLATE_VIA_MULTIBYTE): Delete.
13428 (re_match_2_internal): Pay attention to the case that the
13429 multibyteness of bufp and target may be different.
13430
134312008-02-01 Kenichi Handa <handa@m17n.org>
13432
13433 * xdisp.c (x_produce_glyphs): When a font is not found, make the
13434 empty box occupy at least one column width.
13435
134362008-02-01 Miles Bader <miles@gnu.org>
13437
13438 * Makefile.in: Remove redundant HAVE_XFT clause.
13439
134402008-02-01 Kenichi Handa <handa@m17n.org>
13441
13442 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
13443
134442008-02-01 Kenichi Handa <handa@m17n.org>
13445
13446 * fontset.c (Finternal_char_font): Fix for the case of POSITION
13447 being nil.
13448
134492008-02-01 Kenichi Handa <handa@m17n.org>
13450
13451 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
13452
134532008-02-01 Kenichi Handa <handa@m17n.org>
13454
13455 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
13456
134572008-02-01 Kenichi Handa <handa@m17n.org>
13458
13459 * search.c (simple_search): Fix previous change.
13460
134612008-02-01 Kenichi Handa <handa@m17n.org>
13462
13463 * xftfont.c (ftfont_font_format): Extern declaration.
13464
13465 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
13466
13467 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
13468 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
13469
13470 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
13471 (ftfont_font_format): Fix previous change.
13472
13473 * font.h (Ffont_xlfd_name): EXFUN it.
13474
13475 * font.c (font_parse_xlfd): Fix the array size of `f'.
13476 (register_font_driver): Use EQ to compare driver->type.
13477
13478 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
13479 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
13480 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
13481
134822008-02-01 Kenichi Handa <handa@m17n.org>
13483
13484 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
13485 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
13486
134872008-02-01 Kenichi Handa <handa@m17n.org>
13488
13489 * xfont.c (xfont_open): Set font->format.
13490
13491 * xftfont.c (xftfont_open): Set font->format.
13492
13493 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
13494 (ftfont_list): Include FC_FONTFORMAT in FcObject.
13495 (ftfont_open): Set font->format.
13496 (ftfont_font_format): New function.
13497
13498 * font.h (struct font): New member format.
13499
13500 * font.c (Qopentype): New variable.
13501 (syms_of_font): Defsym it.
13502 (Fquery_font): Change the format of the last element of the return
13503 value.
13504
135052008-02-01 Kenichi Handa <handa@m17n.org>
13506
13507 * xfns.c (xic_create_xfontset): Try the default fontset name as a
13508 last resort.
13509
135102008-02-01 Kenichi Handa <handa@m17n.org>
13511
13512 * coding.c (detect_coding_charset): Fix detection of multi-byte
13513 charset.
13514
135152008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
13516
13517 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
13518
135192008-02-01 Kenichi Handa <handa@m17n.org>
13520
13521 * xdisp.c (get_next_display_element): Set it->face_id for the
13522 first component of a composition.
13523 (x_produce_glyphs): Check if the font is changed or not for composition.
13524
135252008-02-01 Kenichi Handa <handa@m17n.org>
13526
13527 * fontset.c (Qlatin): New variable.
13528 (syms_of_fontset): Define it as a lisp symbol.
13529 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
13530
135312008-02-01 Kenichi Handa <handa@m17n.org>
13532
13533 * font.c (font_unparse_fcname): Pay attention to the case that
13534 some of font property is a null string.
13535
135362008-02-01 Kenichi Handa <handa@m17n.org>
13537
13538 * term.c: Include "composite.h".
13539 (encode_terminal_code): Output all components of composition.
13540 Check the size of encode_terminal_src.
13541 (produce_glyphs): For composition, call produce_composite_glyph.
13542 (append_composite_glyph, produce_composite_glyph): New functions.
13543
13544 * xdisp.c (x_produce_glyphs): In handling composition, if a font
13545 is not found, get font_info from the current ascii face.
13546
135472008-02-01 Kenichi Handa <handa@m17n.org>
13548
13549 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
13550 buffer-file-name to Qnil before calling insert_from_buffer.
13551
13552 * font.c (font_unparse_fcname): Pay attention to the case that
13553 foundry is a null string.
13554
135552008-02-01 Kenichi Handa <handa@m17n.org>
13556
13557 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
13558
13559 * font.c (Qunicode_sip): New variable.
13560 (syms_of_font): Declare it as a Lisp symbol.
13561
13562 * font.h (Qunicode_sip): Extern it.
13563
135642008-02-01 Kenichi Handa <handa@m17n.org>
13565
13566 * composite.c (get_composition_id): Pay attention to TAB component.
13567
13568 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
13569 TAB. Adjust for the change of s->char2b which always points to
13570 the first element of allocated memory.
13571
13572 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
13573
13574 * xdisp.c (handle_composition_prop): Set it->c to the first
13575 non-TAB component.
13576 (fill_composite_glyph_string): Change argument.
13577 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
13578 (x_produce_glyphs): Fix handling of left/right padding.
13579
135802008-02-01 Kenichi Handa <handa@m17n.org>
13581
13582 * coding.c (detect_coding_system): Fix for handling off
13583 inhibit_iso_escape_detection. Fix for the case that no coding
13584 system is defined for a specific coding category.
13585
135862008-02-01 Kenichi Handa <handa@m17n.org>
13587
13588 * font.c (font_matching_entity): Delete unused local var.
13589
13590 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
13591 opening a font.
13592
13593 * fileio.c (Finsert_file_contents): On recovering a file, assume
13594 Unix-like eol.
13595 (choose_write_coding_system): On auto-saving a file, force
13596 Unix-like eol.
13597
13598 * coding.c (setup_coding_system): Fix setting of
13599 coding->common_flags based on eol_type.
13600 (coding_inherit_eol_type): If PARENT is not nil, be sure to
13601 inherit from it.
13602
136032008-02-01 Kenichi Handa <handa@m17n.org>
13604
13605 * alloc.c (NSTATICS): Increas to 0x600.
13606
136072008-02-01 Kenichi Handa <handa@m17n.org>
13608
13609 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
13610 (ftfont_list): Don't check :name property.
13611 (ftfont_match): New function.
13612 (ftfont_pattern_entity): If the pattern doesn't contain
13613 FC_SPACING, don't assume FC_MONO.
13614
13615 * font.h (struct font_driver): New member `match'.
13616 (font_update_drivers): Adjust prototype.
13617
13618 * font.c (font_parse_fcname, font_parse_name): Don't change :name
13619 property of FONT.
13620 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
13621 them unconditionally.
13622 (font_matching_entity): New function.
13623 (font_open_by_name): Try font_matching_entity if exact match is
13624 not found.
13625 (font_update_drivers): Delete the arg FONT. Return a list of
13626 actually used backends. Don't free faces, font caches here.
13627 Don't store data in frame parameters. Don't call x_set_font.
13628 (Ffont_spec): Store :name property as is.
13629 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
13630 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
13631 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
13632 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
13633 Call font->driver->otf_gsub instead of font_otf_gsub.
13634
13635 * frame.c (x_set_font_backend): Do more works that were done in
13636 font_update_drivers before.
13637
13638 * xfont.c (xfont_match): New function.
13639 (xfont_driver): Set xfont_driver.match to xfont_match.
13640 (xfont_draw): Set font in GC if necessary.
13641
13642 * ftxfont.c (ftxfont_match): New function.
13643 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
13644
13645 * xftfont.c (xftfont_match): New function.
13646 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
13647
136482008-02-01 Kenichi Handa <handa@m17n.org>
13649
13650 * font.h (struct font): New member scalable.
13651 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
13652 (font_otf_gsub): Adjust prototype.
13653
13654 * font.c (font_otf_capability): Fix handling of the default langsys.
13655 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
13656 Check the contents of SPEC.
13657 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
13658 (check_gstring): New function.
13659 (REPLACEMENT_CHARACTER): New macro.
13660 (font_otf_gsub): New arg alternate_subst. Be sure to set all
13661 glyph codes of GSTRING.
13662 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
13663 (font_prepare_composition): Set cmp->glyph_len.
13664 (font_open_entity): Set font->scalable.
13665 (Ffont_get): Handle :otf property.
13666 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
13667 functions.
13668 (Fquery_font): Use font->font.full_name.
13669 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
13670 Sfont_otf_alternates.
13671
13672 * ftfont.c (ftfont_open): Set font->font.full_name and
13673 font->font.name properly. Fix calculation of font->font.height
13674 and font->min_width.
13675
13676 * ftxfont.c (ftxfont_create_gcs): New function.
13677 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
13678 (ftxfont_draw_backgrond): Fix filling region.
13679 (ftxfont_default_fid): New function.
13680 (ftxfont_open): Set xfont->fid to the return value of
13681 ftxfont_default_fid.
13682 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
13683 (ftxfont_done_face): Free only GCs that are created by
13684 ftxfont_create_gcs.
13685 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
13686
13687 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
13688 Clip to src->width, etc (not src->clip_XXX).
13689
13690 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
13691 FontBackend frame parameter.
13692
136932008-02-01 Kenichi Handa <handa@m17n.org>
13694
13695 * font.h (struct font_driver_list): New member `on'.
13696 (Fclear_font_cache): EXFUN it.
13697 (font_update_drivers): Extern it.
13698
13699 * font.c (font_unparse_fcname): Fix typo (swidth->width).
13700 (font_list_entities): Check driver_list->on.
13701 (register_font_driver): Initalize `on' member to 0.
13702 (font_update_drivers): New function.
13703 (Fclear_font_cache): Check driver_list->on.
13704
13705 * frame.h (Qfont_backend): Extern it.
13706 (x_set_font_backend): Extern it.
13707
13708 * frame.c (Qfont_backend): New variable.
13709 (frame_parms): New element for font-backend.
13710 (x_set_font_backend): New function.
13711
13712 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
13713 FontBackend frame parameter.
13714 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
13715 x_set_font_backend.
13716
13717 * xfont.c (xfont_list): Don't try listing by :name property if the
13718 name is not for XLFD.
13719
137202008-02-01 Kenichi Handa <handa@m17n.org>
13721
13722 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
13723 (LGLYPH_SET_TO): New macros.
13724 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
13725 element of G is vector or not.
13726 (font_at): Extern it.
13727
13728 * font.c: Include window.h.
13729 (font_lispy_object): New function.
13730 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
13731 end of valid glyph.
13732 (font_close_object): Fix getting (struct font *).
13733 (font_at): New function.
13734 (Ffont_get): If FONT is a font-object, get entity from it.
13735 (Ffont_make_gstring): Initialize elements of glyphs with nil.
13736 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
13737 range check.
13738 (Ffont_at): New function.
13739 (syms_of_font): Defsubr Sfont_at.
13740
13741 * xdisp.c (it_props): Move the entry for Qauto_composed to just
13742 before the entry for Qcomposition.
13743 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
13744 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
13745 the font in gstring.
13746 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
13747 LGLYPH_FORM (g) to detect the end of valid glyph.
13748 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
13749 we are composing with gstring.
13750
13751 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
13752 Check if adjustment is vector or not.
13753
13754 * Makefile.in (font.o): Make it depends on window.h.
13755
137562008-02-01 Kenichi Handa <handa@m17n.org>
13757
13758 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
13759 adjustment is vector or not.
13760
137612008-02-01 Miles Bader <miles@gnu.org>
13762
13763 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
13764
137652008-02-01 Kenichi Handa <handa@m17n.org>
13766
13767 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
13768 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
13769 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
13770
13771 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
13772 (DEVICE_DELTA): Fix typo.
13773 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
13774 LGLYPH format.
13775
13776 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13777 the change of LGLYPH format.
13778
137792008-02-01 Kenichi Handa <handa@m17n.org>
13780
13781 * ftfont.c (ftfont_list): Fix typo.
13782 (ftfont_build_basic_charsets): Don't include letters with diacritics.
13783
137842008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13785
13786 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
13787
13788 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
13789 xftface_info is non-NULL.
13790
137912008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13792
13793 * ftfont.c (ftfont_list): Move misplaced #endif.
13794
137952008-02-01 Kenichi Handa <handa@m17n.org>
13796
13797 * ftfont.c (ftfont_list): Pay attention to the case that
13798 FC_CAPABILITY is not defined.
13799
138002008-02-01 Kenichi Handa <handa@m17n.org>
13801
13802 * xftfont.c (xftfont_open): Set charset related members to -1.
13803
13804 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
13805 QCname.
13806 (ftfont_open): Set charset related members to -1.
13807
13808 * fontset.c (Votf_script_alist): New variable.
13809 (syms_of_fontset): Initialize it.
13810 (fontset_font): Delete unused variable.
13811
13812 * fontset.h (Votf_script_alist): Extern it.
13813
13814 * font.c (font_find_for_lface): Optimize code.
13815
13816 * font.h (font_close_object, font_merge_old_spec): Extern them.
13817
138182008-02-01 Kenichi Handa <handa@m17n.org>
13819
13820 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
13821 (syms_of_font): Initialize them.
13822 (font_pixel_size): Allow float value in dpi.
13823 (font_prop_validate_type): Delete.
13824 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
13825 Change caller.
13826 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
13827 (font_prop_validate_extra): Delete.
13828 (font_prop_validate_spacing): New function.
13829 (font_property_table): Add elements for all known properties.
13830 (get_font_prop_index): Rename from check_font_prop_name. New
13831 argument FROM. Change caller.
13832 (font_prop_validate): Validate all known properties.
13833 (font_put_extra): Delete argument force. Change caller.
13834 (font_expand_wildcards): Make it static. Fix the way of shrinking
13835 the possible range.
13836 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
13837 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
13838 Change caller.
13839 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
13840 (font_parse_fcname): Delete argument merge. Fix parsing of point
13841 size. Don't validate properties values here. Change caller.
13842 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
13843 (font_open_by_name): Delete unused variable.
13844 (Ffont_spec): Likewise. Validate property values.
13845 (Ffont_match_p): New function.
13846
13847 * font.h (QCscalable): Extern it.
13848 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
13849
13850 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
13851
13852 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
13853 (xfont_list_pattern): New function.
13854 (xfont_list): Use xfont_list_pattern.
13855
138562008-02-01 Kenichi Handa <handa@m17n.org>
13857
13858 * font.h (Flist_fonts): EXFUN it.
13859
138602008-02-01 Jason Rumney <jasonr@gnu.org>
13861
13862 * w32term.c (w32_initialize): Add back smoothing_type and
13863 smoothing_enabled definitions.
13864
138652008-02-01 Kenichi Handa <handa@m17n.org>
13866
13867 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
13868 s->face->font on determining underline position.
13869
138702008-02-01 Kenichi Handa <handa@m17n.org>
13871
13872 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
13873 (font_has_char): Accept font-object too.
13874 (font_find_for_lface): Try at first with a size specified in face.
13875
138762008-02-01 Kenichi Handa <handa@m17n.org>
13877
13878 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
13879 font_open_by_name.
13880
138812008-02-01 Kenichi Handa <handa@m17n.org>
13882
13883 * font.h (QCspacing, QCdpi): Extern them.
13884 (enum font_spacing): New enum.
13885 (FONT_PIXEL_SIZE_QUANTUM): New macro.
13886
13887 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
13888 (QCspacing, QCdpi): New variables.
13889 (syms_of_font): Initialize them.
13890 (font_pixel_size): New function.
13891 (font_put_extra): New function.
13892 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
13893 in FONT_EXTRA.
13894 (font_parse_fcname): Handle enumerated values (e.g. bold).
13895 Fix handling font size. Add QCname property that contains only
13896 unknown properties.
13897 (font_score): Change argument. Change caller. Pay attention to
13898 FONT_PIXEL_SIZE_QUANTUM.
13899 (font_sort_entites, font_list_entities, font_find_for_lface)
13900 (font_open_for_lface, font_open_by_name): Fix handling of font size.
13901 (Ffont_spec): Add QCname property that contains only unknown properties.
13902
13903 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
13904 include weight in listing pattern, instead check weight of each
13905 listed font. Don't include scalable in pattern. Pay attention to
13906 FONT_PIXEL_SIZE_QUANTUM.
13907
139082008-02-01 Kenichi Handa <handa@m17n.org>
13909
13910 * font.c (font_parse_fcname): Fix parsing of point-size.
13911 (font_unparse_fcname): Produce symbolic names for style properties.
13912 (font_list_entities): Handle float size correctly.
13913 (font_open_by_name): Prefer `normal' property values if the name
13914 doesn't specify them.
13915
13916 * fontset.c (Finternal_char_font): Use font_get_name, not
13917 Ffont_xlfd_name.
13918
13919 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
13920 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
13921 pattern. Don't force scalable.
13922
13923 * xftfont.c (xftfont_open): For generating a name, start from
13924 96-byte buffer.
13925
139262008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13927
13928 * frame.h (x_new_fontset2): Fix prototype.
13929
139302008-02-01 Kenichi Handa <handa@m17n.org>
13931
13932 * font.h (struct font_driver): Delete member parse_name.
13933 (font_match_p, font_get_spec, font_parse_fcname)
13934 (font_unparse_fcname): Extern them.
13935 (font_get_name): Adjust prototype.
13936
13937 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
13938 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
13939 (font_expand_wildcards): Fix handling ENCODING field. Avoid
13940 unnecessary checks for weight, slant, and swidth.
13941 (font_parse_fcname): New function.
13942 (font_unparse_fcname): New function.
13943 (font_parse_name): New function.
13944 (font_match_p): New function.
13945 (font_get_name): Change return value to Lisp string.
13946 (font_get_spec): New function.
13947 (Qunspecified, Qignore_defface): Don't extern them.
13948 (font_find_for_lface): Assume that LFACE is fully specified.
13949 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
13950 object, use it for FACE.
13951 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
13952 driver->parse_name.
13953 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
13954
13955 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
13956 prototype.
13957
13958 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
13959 argument F. Don't call Fnew_fontset. Instead, directly call
13960 make_fontset.
13961
13962 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
13963
13964 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
13965 of x_new_fontset2.
13966
13967 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
13968 (Qsans__serif): New variables.
13969 (ftfont_generic_family_list): New variable.
13970 (syms_of_ftfont): Initialize the above variables.
13971 (ftfont_pattern_entity): Delete argument NAME.
13972 (ftfont_list_generic_family): New function.
13973 (ftfont_parse_name): Delete this function.
13974 (ftfont_list): Try generic family only when FcFontList found no font.
13975 (ftfont_list_family): Fix args to FcObjectSetBuild.
13976
13977 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
13978 object in attrs[LFACE_FONT_INDEX].
13979 (set_lface_from_font_name): Cancel all changes for font-backend.
13980 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
13981 function.
13982 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
13983 font object in QCfont attribute.
13984 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
13985 (realize_default_face) [USE_FONT_BACKEND]: Call
13986 set_lface_from_font_and_fontset.
13987
13988 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
13989 "fixed", and signal error here if no suitable font was found.
13990
13991 * xfont.c (xfont_parse_name): Delete this function.
13992
13993 * xftfont.c (xftfont_open): Change coding style of error
13994 handling. Generate fontconfig's fontname pattern.
13995
13996 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
13997 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
13998
13999 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14000 Both args FONTSET and FONT_OBJECT must be existing ones.
14001
140022008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14003
14004 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14005
140062008-02-01 Kenichi Handa <handa@m17n.org>
14007
14008 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14009
14010 * font.h (struct font): Fix typo.
14011
14012 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14013 XLFD_XXX_INDEX.
14014 (enum xlfd_field_mask): New enum.
14015 (intern_font_field): Changed argument. Change caller. If digits
14016 are followed by non-digits, return a symbol.
14017 (font_expand_wildcards): New function.
14018 (font_parse_xlfd): Fix wildcard handling.
14019 (Ffont_spec): If :name is specified, reflect the info in the other
14020 properties.
14021
14022 * ftfont.c (ftfont_pattern_entity): Fix typo.
14023 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14024 locale.
14025
140262008-02-01 Kenichi Handa <handa@m17n.org>
14027
14028 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14029
14030 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14031 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14032 registry doesn't specify encoding part.
14033 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14034 (font_open_by_name): At first try parsing the name.
14035 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14036 as Lisp symbols.
14037
14038 * fontset.c (reorder_font_vector): Pay attention to the case that
14039 the 3rd element of font_def is nil.
14040 (fontset_font): For the default fontset, append one more fontset
14041 elements for a script-based font specification. Don't add script
14042 attribute on finding a font.
14043 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14044 font name.
14045 (fontset_ascii_font): If a font can't be opened, return nil.
14046
14047 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14048 (ftfont_pattern_entity): New function.
14049 (ftfont_get_cache): Assume that freetype_font_cache is already
14050 initialized.
14051 (ftfont_list): Handle the case that a file is specified in font
14052 name. Use ftfont_pattern_entity to generate entities.
14053 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14054 (syms_of_ftfont): Initialize freetype_font_cache.
14055
14056 * xftfont.c (xftfont_open): Make the font name fontconfig's
14057 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14058 (xftfont_close): Free font->font.name if not NULL.
14059
14060 * xfont.c (xfont_list): If script is specified for a font, return
14061 null_vector.
14062 (xfont_list_family): Declare argument type.
14063
14064 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14065 name, set LFACE_FONT (lface) to nil.
14066
14067 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14068 return Qnil.
14069
140702008-02-01 Kenichi Handa <handa@m17n.org>
14071
14072 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14073 (standard_args): Add "-enable-font-backend".
14074
140752008-02-01 Kenichi Handa <handa@m17n.org>
14076
14077 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14078 (struct xftdraw_list, xftdraw_list): Delete them.
14079 (register_xftdraw, check_xftdraw): Delete them.
14080 (xftfont_prepare_face): Don't call register_xftdraw.
14081 (xftfont_done_face): Don't call check_xftdraw.
14082 (xftfont_draw): Get background color only when with_background is
14083 nonzero.
14084
14085 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14086
140872008-02-01 Kenichi Handa <handa@m17n.org>
14088
14089 These changes are for the new font handling codes.
14090
14091 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14092 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14093 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14094 (FONTSRC, FONTOBJ): New variables.
14095 (obj): Add $(FONTOBJ).
14096 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14097 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14098 @LIBOTF_LIBS@.
14099 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14100 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14101
14102 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14103
14104 * character.h (Vscript_representative_chars): Extern it.
14105
14106 * character.c (Vscript_representative_chars): New variable.
14107 (syms_of_character): Declare it as a Lisp variable.
14108
14109 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14110 enable_font_backend is nonzero, accept the composition method
14111 COMPOSITION_WITH_GLYPH_STRING.
14112
14113 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14114 enumeration COMPOSITION_WITH_GLYPH_STRING.
14115
14116 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14117 members clip_x, clip_y, clip_width, and clip_height.
14118 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14119
14120 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14121 --enable-font-backend. Call syms_of_font.
14122
14123 * fns.c (assoc_no_quit): New function.
14124
14125 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14126 (face_for_font, new_fontset_from_font)
14127 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14128
14129 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14130 (fontset_font, fontset_ascii, face_for_char)
14131 (make_fontset_for_ascii_face, Ffont_info)
14132 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14133 is nonzero, use font-backend mechanism.
14134 (find_font_encoding): Make it non-static.
14135 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14136 New functions.
14137
14138 * frame.h (struct frame): New members resx and resy.
14139 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14140 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14141
14142 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14143 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14144
14145 * lisp.h (assoc_no_quit): Extern it.
14146
14147 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14148 Through out the file, use FONT_INFO_FROM_FACE instead of
14149 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14150 rif->per_char_metric.
14151 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14152 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14153 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14154 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14155 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14156 nonzero, use font-backend mechanism.
14157 (get_per_char_metric): New function.
14158
14159 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14160 (set_lface_from_font_name)
14161 (set_font_frame_param, free_realized_face)
14162 (prepare_face_for_display, clear_face_gcs)
14163 (Finternal_set_font_selection_order, realize_x_face)
14164 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14165 font-backend mechanism.
14166 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14167 (load_face_font) [USE_FONT_BACKEND]: Abort.
14168 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14169 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14170
14171 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14172 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14173 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14174 nonzero, register all available font drivers. Call
14175 x_default_font_parameter for deciding a font.
14176 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14177
14178 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14179 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14180 (x_set_glyph_string_clipping_exactly)
14181 (x_compute_glyph_string_overhangs)
14182 (x_draw_glyph_string_foreground)
14183 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14184 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14185 enable_font_backend is nonzero, use font-backend mechanism.
14186 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14187
141882008-02-01 Kenichi Handa <handa@m17n.org>
14189
14190 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14191 system_eol_type.
14192 (syms_of_coding): Initialize system_eol_type.
14193
14194 * process.c (Fset_process_coding_system): Inherit system's eol
14195 format if necessary.
14196
141972008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14198
14199 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14200
142012008-02-01 Kenichi Handa <handa@m17n.org>
14202
14203 * coding.c (decode_eol): Pay attention to buffer relocation in
14204 del_range_2.
14205 (decode_coding): Call decode_eol before restoring undo_list.
14206
142072008-02-01 Kenichi Handa <handa@m17n.org>
14208
14209 * charset.c (Fdefine_charset_internal): Fix setting of
14210 emacs_mule_bytes.
14211
142122008-02-01 Kenichi Handa <handa@m17n.org>
14213
14214 * keyboard.c (read_char): Check if C is a character or not before
14215 looking up Vkeyboard_translate_table.
14216
142172008-02-01 Kenichi Handa <handa@m17n.org>
14218
14219 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14220 condition to terminate the loop.
14221
142222008-02-01 Kenichi Handa <handa@m17n.org>
14223
14224 * coding.c (produce_composition): Compare charbuf[i] instead of
14225 args[i] against 0.
14226 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14227
142282008-02-01 Kenichi Handa <handa@m17n.org>
14229
14230 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14231 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14232 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14233 detect_coding.
14234 (emacs_mule_char): Handle old style (Emacs 20) component character
14235 of a composition.
14236 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14237 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14238 composition rule.
14239 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14240
142412008-02-01 Kenichi Handa <handa@m17n.org>
14242
14243 * coding.c (encode_coding_ccl): Allocate destination dynamically
14244 when necessary.
14245
142462008-02-01 Kenichi Handa <handa@m17n.org>
14247
14248 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14249 the loop. When quitted, show a proper error message.
14250
142512008-02-01 Kenichi Handa <handa@m17n.org>
14252
14253 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14254 src->clip_head and src->clip_tail temporarily instead of src->hl.
14255
14256 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14257 character sequence.
14258 (Fccl_execute_on_string): Use ASET, not XSET.
14259
142602008-02-01 Kenichi Handa <handa@m17n.org>
14261
14262 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14263
142642008-02-01 Kenichi Handa <handa@m17n.org>
14265
14266 * coding.c (decode_coding): Fix the condition of terminating the
14267 decoding loop.
14268
142692008-02-01 Kenichi Handa <handa@m17n.org>
14270
14271 * data.c (Faset): On setting a character bigger than 255 in a
14272 unibyte string, signal an error instead of make the string multibyte.
14273
142742008-02-01 Kenichi Handa <handa@m17n.org>
14275
14276 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14277 made by a mapping table.
14278
142792008-02-01 Kenichi Handa <handa@m17n.org>
14280
14281 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14282 not.
14283 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14284 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14285
14286 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14287 s->face is NULL or not.
14288
142892008-02-01 Kenichi Handa <handa@m17n.org>
14290
14291 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14292 (x_draw_glyph_string): Fix drawing of right_overhang and
14293 left_overhang around/on cursor.
14294
14295 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14296
142972008-02-01 Kenichi Handa <handa@m17n.org>
14298
14299 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14300
143012008-02-01 Kenichi Handa <handa@m17n.org>
14302
14303 * coding.c (Fdefine_coding_system_internal)
14304 (Fdefine_coding_system_alias): Avoid a duplicated element in
14305 Vcoding_system_alist.
14306
143072008-02-01 Kenichi Handa <handa@m17n.org>
14308
14309 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14310
14311 * coding.c (Qcoding_system_define_form): New variable.
14312 (syms_of_coding): Intern and staticpro it.
14313 (Fcoding_system_p): Check Qcoding_system_define_form.
14314 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
14315
14316 * coding.h (CODING_SYSTEM_P): If ID is not available, call
14317 Fcoding_system_p.
14318 (CHECK_CODING_SYSTEM): If ID is not available, call
14319 Fcheck_coding_system.
14320 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
14321 Try also Fcheck_coding_system.
14322
143232008-02-01 Kenichi Handa <handa@m17n.org>
14324
14325 * coding.c (code_conversion_restore): GCPRO arg.
14326
143272008-02-01 Kenichi Handa <handa@m17n.org>
14328
14329 * character.c (lisp_string_width): Check multibyteness of STRING.
14330
143312008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14332
14333 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
14334 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
14335 (decode_mac_font_name): Use decode_coding_c_string instead of
14336 decode_coding.
14337 (x_load_font): Initialize fontp->fontset to -1. Set
14338 fontp->encoding_type.
14339
143402008-02-01 Kenichi Handa <handa@m17n.org>
14341
14342 * search.c (search_buffer): Give up BM search on case-fold-search
14343 if one of a target character has a case-equivalence of different
14344 byte length even if that target charcter is an ASCII.
14345 (simple_search): Fix calculation of byte length of matched text.
14346 (boyer_moore): Fix handling of case-equivalent multibyte characters.
14347
143482008-02-01 Kenichi Handa <handa@m17n.org>
14349
14350 * coding.c (decode_coding): Fix handling of invalid bytes.
14351
143522008-02-01 Kenichi Handa <handa@m17n.org>
14353
14354 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
14355 Unicode characters.
14356
143572008-02-01 Kenichi Handa <handa@m17n.org>
14358
14359 * coding.c (encode_coding_object): If a pre-write-conversion
14360 function makes a new buffer, kill it.
14361
143622008-02-01 Kenichi Handa <handa@m17n.org>
14363
14364 * coding.c (QCascii_compatible_p): New variable.
14365 (syms_of_coding): Initialize it.
14366 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
14367 calling string_char.
14368 (record_conversion_result): Add `default:' case.
14369 (coding_charset_list): Delete unused variable `coding_type'.
14370 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
14371 property in the plist of the coding system.
14372 (Fcoding_system_put): Check QCascii_compatible_p.
14373
143742008-02-01 Miles Bader <miles@gnu.org>
14375
14376 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
14377 removed calculation of frame `f', as it's now used.
14378
143792008-02-01 Kenichi Handa <handa@m17n.org>
14380
14381 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
14382 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
14383 (UNIDATA): New variable.
14384 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
14385 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
14386 $(RUN_TEMACS) unconditionally.
14387
143882008-02-01 Kenichi Handa <handa@m17n.org>
14389
14390 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
14391 (admindir): New variable.
14392 ($(lispsource)international/charprop.el): New target.
14393
143942008-02-01 Miles Bader <miles@gnu.org>
14395
14396 * character.c (chars-in-region): Remove obsolete function.
14397 (syms_of_character): Remove its initialization.
14398
143992008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
14400
14401 * w32select.c (validate_coding_system)
14402 (setup_windows_coding_system): New functions.
14403 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
14404 setup_windows_coding_system.
14405 (setup_config, Fw32_get_clipboard_data): Use
14406 validate_coding_system.
14407 (Fx_selection_exists): Move call to setup_config to a place
14408 where signals are allowed.
14409
14410 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
14411 (Fcheck_coding_system): Add declarations.
14412
144132008-02-01 Kenichi Handa <handa@m17n.org>
14414
14415 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
14416
144172008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14418
14419 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
14420 string as the second argument for x_new_fontset.
14421
144222008-02-01 Kenichi Handa <handa@m17n.org>
14423
14424 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
14425 (encode_coding_object): Use safe_call instead of call2.
14426
144272008-02-01 Kenichi Handa <handa@m17n.org>
14428
14429 * fontset.c (Fset_fontset_font): Check family element of a given vector.
14430
14431 * Makefile.in (lisp): Include charprop.el.
14432
144332008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14434
14435 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
14436 Not sure if it's unnecessary.
14437
144382008-02-01 Steven Tamm <steventamm@mac.com>
14439
14440 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
14441 some possibly unnecessary fontset checking code that crashed
14442 when creating a new frame.
14443
144442008-02-01 Kenichi Handa <handa@m17n.org>
14445
14446 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
14447 lookup_face.
14448
14449 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
14450
14451 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
14452
144532008-02-01 Kenichi Handa <handa@m17n.org>
14454
14455 * coding.c: Cancel the change done in HEAD on 2008-02-01.
14456 (coding_charset_list): New function.
14457
14458 * coding.h (coding_charset_list): Extern it.
14459
144602008-02-01 Kenichi Handa <handa@m17n.org>
14461
14462 * fontset.c (Fset_fontset_font): Call find_font_encoding with
14463 concatenation of family and registry.
14464
144652008-02-01 Kenichi Handa <handa@m17n.org>
14466
14467 * character.h (BYTE8_STRING): Fix typo.
14468
14469 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
14470 string to multibyte (sync to HEAD).
14471
14472 * casefiddle.c (casify_region): Handle changes in byte-length
14473 using replace_range_2 (sync to HEAD).
14474
144752008-02-01 Andreas Schwab <schwab@suse.de>
14476
14477 * chartab.c (map_char_table): GCPRO table and arg.
14478
144792008-02-01 Kenichi Handa <handa@m17n.org>
14480
14481 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
14482 already at limit.
14483
144842008-02-01 Kenichi Handa <handa@m17n.org>
14485
14486 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
14487 instead of fast_c_string_match_ignore_case.
14488 (find_font_encoding): Change argument to Lisp_Object. Use
14489 fast_string_match_ignore_case instead of
14490 fast_c_string_match_ignore_case. Change caller.
14491
144922008-02-01 Kenichi Handa <handa@m17n.org>
14493
14494 * xdisp.c (get_next_display_element): In unibyte case, decide to
14495 display in octal form by checking a character by
14496 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
14497
14498 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
14499
14500 * character.c (unibyte_has_multibyte_table): New variable.
14501
14502 * character.h (unibyte_has_multibyte_table): Extern it.
14503 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
14504
145052008-02-01 Kenichi Handa <handa@m17n.org>
14506
14507 * coding.c (encode_coding_iso_2022): Fix handling of charset
14508 annotation.
14509
145102008-02-01 Kenichi Handa <handa@m17n.org>
14511
14512 * coding.c (setup_coding_system): If coding_system is nil, use
14513 Qundecided.
14514 (Fterminal_coding_system): Return nil if terminal coding system is
14515 `undecided'.
14516 (syms_of_coding): Define coding-system `undecided' here. Setup
14517 terminal_coding as `undecided'.
14518
145192008-02-01 Kenichi Handa <handa@m17n.org>
14520
14521 * xdisp.c (message_dolog, set_message_1): Call
14522 unibyte_char_to_multibyte with arg type int.
14523
14524 * lread.c (read1): Fix reading of a char-table.
14525
14526 * print.c (print_object): Include sub char-table in circularities
14527 detection.
14528
145292008-02-01 Kenichi Handa <handa@m17n.org>
14530
14531 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
14532 Append the found sequences in car of ARGS instead of prepending.
14533
145342008-02-01 Kenichi Handa <handa@m17n.org>
14535
14536 * fileio.c (report_file_error): Make a unibyte string from
14537 strerror (errorno).
14538 (Fsubstitute_in_file_name): Fix the arg to
14539 unibyte_char_to_multibyte. It is evaluated twice.
14540
145412008-02-01 Kenichi Handa <handa@m17n.org>
14542
14543 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
14544
145452008-02-01 Kenichi Handa <handa@m17n.org>
14546
14547 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
14548 BOM is not found.
14549 (detect_coding, detect_coding_system): Optimization for ISO-2022
14550 when no 8-bit data is found.
14551
145522008-02-01 Jason Rumney <jasonr@gnu.org>
14553
14554 * w32fns.c (x_to_w32_font): Update to use new coding struct.
14555
145562008-02-01 Kenichi Handa <handa@m17n.org>
14557
14558 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
14559 CHARS.
14560
145612008-02-01 Steven Tamm <steventamm@mac.com>
14562
14563 * macterm.c (mac_encode_char): Add charset argument and update
14564 to use encoding_type.
14565 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
14566 switch to pure fontset.
14567 (decode_mac_font_name): Temporarily remove decoding.
14568 (x_font_name_to_mac_font_name): Temporarily remove encoding.
14569 (x_load_font): Temporarily remove encoding.
14570
145712008-02-01 Kenichi Handa <handa@m17n.org>
14572
14573 * xfaces.c (Fface_font): If frame is not on a window system,
14574 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
14575 refer to face->font.
14576 (split_font_name_into_vector, build_font_name_from_vector)
14577 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
14578 when HAVE_WINDOW_SYSTEM is defined.
14579
145802008-02-01 Kenichi Handa <handa@m17n.org>
14581
14582 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
14583 (x_produce_glyphs): Fix setting of members of cmp in case
14584 cmp->glyph_len is zero.
14585
14586 * fontset.c (Fset_fontset_font): Fix docstring.
14587 (Ffontset_info): Make it backward compatible. New arg ALL.
14588
145892008-02-01 Kim F. Storm <storm@cua.dk>
14590
14591 * process.c (read_process_output): Grow decoding_buf when needed;
14592 this could cause a crash in allocate_string and compact_small_strings.
14593
145942008-02-01 Kenichi Handa <handa@m17n.org>
14595
14596 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
14597
145982008-02-01 Kenichi Handa <handa@m17n.org>
14599
14600 * coding.c (setup_coding_system): Set coding->common_flags
14601 correctly for raw-text.
14602 (consume_chars): On encoding unibyte text by raw-text, don't check
14603 multibyte form.
14604 (encode_coding): On encoding by raw-text, never use translation tables.
14605
14606 * fileio.c (e_write): Short cut for the case of no encoding.
14607
146082008-02-01 Kenichi Handa <handa@m17n.org>
14609
14610 * coding.c (detect_coding, detect_coding_system): Delete unused
14611 variables.
14612
146132008-02-01 Kenichi Handa <handa@m17n.org>
14614
14615 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
14616 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
14617
146182008-02-01 Kenichi Handa <handa@m17n.org>
14619
14620 * coding.c (Ffind_coding_systems_region_internal): Include
14621 raw-text and no-conversion in the result.
14622
146232008-02-01 Kenichi Handa <handa@m17n.org>
14624
14625 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
14626 (load_font_get_repertory): Delete unnecessary check of ENCODING of
14627 FONT_DEF.
14628 (font_def_arg, add_arg, from_arg, to_arg): New args.
14629 (set_fontset_font): Change argument.
14630 (Fset_fontset_font): Fix for the case that TARGET is a script
14631 name and charset name.
14632 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
14633
146342008-02-01 Kenichi Handa <handa@m17n.org>
14635
14636 * fontset.c (fontset_font): Rename from fontset_face. Change return
14637 value.
14638 (face_suitable_for_char_p, face_for_char): Adjust for the change
14639 of fontset_font.
14640 (make_fontset_for_ascii_face): Fix setting of the fontset element
14641 for ASCII.
14642 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
14643 to get a font name.
14644 (Ffontset_info): Adjust for the change of fontset_font.
14645
14646 * coding.c (emacs_mule_char): Check invalid code more rigidly.
14647
14648 * character.h (LEADING_CODE_LATIN_1_MIN)
14649 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
14650
146512008-02-01 Kenichi Handa <handa@m17n.org>
14652
14653 * editfns.c (check_translation): New function.
14654 (Ftranslate_region_internal): Handle M:N mapping.
14655
146562008-02-01 Kenichi Handa <handa@m17n.org>
14657
14658 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
14659
146602008-02-01 Kenichi Handa <handa@m17n.org>
14661
14662 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
14663 goto invalid_code.
14664 (decode_coding_iso_2022): Fix handling of invalid designation.
14665
14666 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
14667 after calling code_conversion_save.
14668
146692008-02-01 Kenichi Handa <handa@m17n.org>
14670
14671 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
14672
14673 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
14674
14675 * fontset.c: Include "intervals.h".
14676 (fontset_face): Fix comparing of Lisp_Objects.
14677 (free_face_fontset, new_fontset_from_font_name): Fix
14678 Lisp_Object/int mixup.
14679
14680 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
14681
14682 * coding.c: Add many prototypes for static functions.
14683 (get_translation_table): Allow max_lookup to be NULL.
14684 (decode_coding, Ffind_coding_systems_region_internal)
14685 (Funencodable_char_position, Fcheck_coding_systems_region): Call
14686 get_translation_table with max_lookup NULL.
14687
146882008-02-01 Kenichi Handa <handa@m17n.org>
14689
14690 * coding.c (get_translation_table): Declare it as Lisp_Object.
14691 (LOOKUP_TRANSLATION_TABLE): New macro.
14692 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
14693 instead of CHAR_TABLE_REF.
14694
146952008-02-01 Kenichi Handa <handa@m17n.org>
14696
14697 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
14698 annotation data format.
14699 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
14700 Change arguments FROM and TO to single argument NCHARS. Change caller.
14701 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
14702 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14703 (decode_coding_ccl, decode_coding_charset): Pay attention to
14704 coding->charbuf_used.
14705 (get_translation): New function.
14706 (produce_chars): New arguments translation_table and last_block.
14707 Translate characters here. Return number of carryover chars.
14708 Change caller.
14709 (produce_composition): New argument pos. Change caller.
14710 Adjust for the change of annotation data format.
14711 (produce_charset, produce_annotation): Likewise.
14712 (decode_coding, encode_coding): Don't call translate_chars.
14713 (consume_chars): New arg translation_table. Change caller.
14714 (translate_chars): Delete.
14715 (syms_of_coding): Make translation-table's number of extra slots 2.
14716
147172008-02-01 Kenichi Handa <handa@m17n.org>
14718
14719 * search.c (simple_search): Fix setting this_pos_byte in backward
14720 search.
14721
14722 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
14723 byte sequence.
14724 (detect_coding_ccl): Fix setting of the variable valids.
14725
147262008-02-01 Kenichi Handa <handa@m17n.org>
14727
14728 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
14729
14730 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
14731
14732 * editfns.c (Ftranslate_region_internal): Rename from
14733 Ftranslate_region. Accept a char-table in TABLE.
14734 (syms_of_editfns): Defsubr Stranslate_region_internal.
14735
14736 * xfaces.c (set_lface_from_font_name): If a font is specified for
14737 a frame, generate a fontset from the font.
14738 (build_scalable_font_name): If the scalable font is requested for
14739 a specific size, don't change that size.
14740 (try_font_list): Try a scalable font also in the case that a
14741 pattern string is specified.
14742
147432008-02-01 Kenichi Handa <handa@m17n.org>
14744
14745 * xfaces.c (Fface_font): New optional arg CHARACTER.
14746
147472008-02-01 Kenichi Handa <handa@m17n.org>
14748
14749 * charset.h (CHARSET_OFFSET): New macro.
14750
147512008-02-01 Kenichi Handa <handa@m17n.org>
14752
14753 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
14754
14755 * fontset.c (fontset_face): Handle the case that repertory is a
14756 char-table.
14757 (find_font_encoding): Return nil for unknown encoding.
14758 (Fset_fontset_font): Ignore a font of unknown encoding.
14759
147602008-02-01 Kenichi Handa <handa@m17n.org>
14761
14762 * keymap.c (describe_vector): Handle default value of a char table.
14763
14764 * fontset.c (fontset_face): Handle fallback fonts correctly.
14765 (Ffontset_info): Return infomation about fallback fonts.
14766
147672008-02-01 Kenichi Handa <handa@m17n.org>
14768
14769 * fontset.c (FONTSET_DEFAULT): New macro.
14770 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
14771 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
14772 the case that it is nil.
14773 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
14774 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
14775
14776 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
14777 subset or superset.
14778
147792008-02-01 Kenichi Handa <handa@m17n.org>
14780
14781 * emacs.c (main): Call init_charset after syms_of_XXX.
14782
14783 * charset.c (Vcharset_map_directory): Delete.
14784 (Vcharset_map_path): New variable.
14785 (load_charset_map_from_file): Use Vcharset_map_path instead.
14786 (init_charset): Initialize Vcharset_map_path.
14787 (syms_of_charset): Delete declaration of "charset-map-directory",
14788 add declaration of "charset-map-path".
14789
147902008-02-01 Kenichi Handa <handa@m17n.org>
14791
14792 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
14793 ASCII only string.
14794
14795 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
14796
14797 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
14798 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
14799
148002008-02-01 Kenichi Handa <handa@m17n.org>
14801
14802 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
14803
14804 * coding.c (QCmnemonic, QCdefalut_char)
14805 (QCdecode_translation_table, QCencode_translation_table)
14806 (QCpost_read_conversion, QCpre_write_conversion): New variables.
14807 (get_translation_table): Return a list of translation tables if
14808 necessary.
14809 (decode_coding): Call get_translation_table with ENCODEP 0.
14810 (char_encodable_p): If translation_table is non-nil, always call
14811 translate_char.
14812 (Fdefine_coding_system_internal): Accept list of translation
14813 tables as :encode-translation-table and :decode-translation-table.
14814 (Fcoding_system_put): New function.
14815 (syms_of_coding): Declare new symbols. Defsubr
14816 Scoding_system_put.
14817 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
14818 typically JISX0212.
14819
14820 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
14821 when the charset is superset type.
14822
14823 * character.c (translate_char): Accept list of translation tables.
14824
148252008-02-01 Kenichi Handa <handa@m17n.org>
14826
14827 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
14828 (CODING_ATTR_TRANS_TBL): New macro.
14829
14830 * coding.c (get_translation_table): New function.
14831 (translate_chars): Fix the bug of skipping annotation data.
14832 (decode_coding, encode_coding): Utilize get_translation_table.
14833 (char_encodable_p, Funencodable_char_position): Translate char if
14834 necessary.
14835 (Ffind_coding_systems_region_internal)
14836 (Fcheck_coding_systems_region): Setup translation table for encode
14837 in a coding system attribute vector in advance.
14838 (Fdefine_coding_system_internal): Allow a symbol as translation
14839 table. For shift-jis type coding system, allow 4th charset.
14840
148412008-02-01 Kenichi Handa <handa@m17n.org>
14842
14843 * coding.c (decode_coding_sjis): Check the first byte rigidly.
14844
14845 * xdisp.c (get_next_display_element): Pass -1 as POS to
14846 FACE_FOR_CHAR if displaying a C-string.
14847
148482008-02-01 Kenichi Handa <handa@m17n.org>
14849
14850 * composite.c (get_composition_id): Handle xoff and yoff in a
14851 composition rule.
14852
14853 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
14854 (struct composition): New member lbearing and rbearing.
14855
14856 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
14857 (x_get_glyph_overhangs): Handle a composition glyph.
14858 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
14859
14860 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
14861 composition glyph.
14862
148632008-02-01 Kenichi Handa <handa@m17n.org>
14864
14865 * print.c: Include charset.h.
14866 (Vprint_charset_text_property): New variable.
14867 (Qdefault): Extern it.
14868 (PRINT_STRING_NON_CHARSET_FOUND)
14869 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
14870 (print_check_string_result): New variable.
14871 (print_check_string_charset_prop): New function.
14872 (print_prune_charset_plist): New variable.
14873 (print_prune_string_charset): New function.
14874 (print_object): Call print_prune_string_charset if
14875 Vprint_charset_text_property is not t.
14876 (print_interval): Print nothing if interval->plist is nil.
14877 (syms_of_print): Declare Vprint_charset_text_property as a lisp
14878 variable. Init and staticpro print_prune_charset_plist.
14879
148802008-02-01 Kenichi Handa <handa@m17n.org>
14881
14882 * fontset.c (new_fontset_from_font_name): Use the specified font
14883 for all characters in the new fontset.
14884
14885 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
14886 OBJECT args.
14887
14888 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
14889 OBJECT args for composition too.
14890
14891 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
14892 OBJECT args.
14893
148942008-02-01 Kenichi Handa <handa@m17n.org>
14895
14896 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
14897
14898 * fontset.c (reorder_font_vector): Adjust for the change of
14899 FONT_DEF format.
14900 (fontset_face): New arg id. Change caller.
14901 (face_for_char): New args pos and object.
14902 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
14903 (fs_query_fontset): Check NAME by Fassoc too.
14904 (Fset_fontset_font): Allow non-XLFD font name.
14905 (Ffontset_info): Adjust for the change of FONT_DEF format.
14906
14907 * fontset.h (face_for_char): Adjust prototype.
14908
14909 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
14910 (append_space, extend_face_to_end_of_line)
14911 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14912 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
14913
14914 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
14915 POS and OBJECT args.
14916
14917 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
14918 POS and OBJECT args.
14919
149202008-02-01 Jason Rumney <jasonr@gnu.org>
14921
14922 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
14923 of GlobalAlloc'ed memory.
14924
149252008-02-01 Kenichi Handa <handa@m17n.org>
14926
14927 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
14928
14929 * charset.h (charset_table_used): Delete extern.
14930
14931 * charset.c (charset_table_used): Make it static.
14932 (map_charset_chars): Fix args to c_function with.
14933
14934 * chartab.c (map_sub_char_table_for_charset): Fix args to
14935 c_function with.
14936
14937 * coding.h (enum coding_result_code): Delete
14938 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
14939
14940 * coding.c (Qinsufficient_source, Qinconsistent_eol)
14941 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
14942 (Vlast_code_conversion_error): New variables.
14943 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
14944 (ONE_MORE_BYTE): Record error if any instead of signaling an
14945 error. If non-ASCII multibyte char is found, return the negative
14946 value of the code. All callers changed to check it.
14947 (ONE_MORE_BYTE_NO_CHECK): Likewise.
14948 (record_conversion_result): New function. Change all codes setting
14949 coding->result to call this function.
14950 (detect_coding_utf_8, decode_coding_utf_8)
14951 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
14952 Don't use the local variable incomplete.
14953 (emacs_mule_char): Change the second arg to `const'.
14954 (decode_coding): Fix of flushing out unprocessed data.
14955 (make_conversion_work_buffer): Fix making of a work buffer.
14956 (decode_coding_object): Return coding->dst_object.
14957
14958 * fontset.c (set_fontset_font): Fix args.
14959
14960 * lisp.h (CHARACTERBITS): Define as 22.
14961
14962 * process.c (send_process): Be sure to set coding->src_multibyte.
14963
14964 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
14965
149662008-02-01 Kenichi Handa <handa@m17n.org>
14967
14968 * xdisp.c (handle_auto_composed_prop): Give limit to
14969 Fnext_single_char_property_change.
14970
149712008-02-01 Kenichi Handa <handa@m17n.org>
14972
14973 * composite.c (syms_of_composite): Don't make the composition hash
14974 table weak.
14975
14976 * fontset.c (Fset_fontset_font): Fix docstring.
14977
14978 * lisp.h (detect_coding_system): Adjust prototype.
14979
14980 * fileio.c (kill_workbuf_unwind): Delete this function.
14981 (Finsert_file_contents): Adjust the call of detect_coding_system.
14982 Get conversion_buffer by code_conversion_save. Use the macro
14983 CODING_MAY_REQUIRE_DECODING. After decoding, update
14984 coding_system.
14985
14986 * coding.h (make_conversion_work_buffer): Delete extern.
14987 (code_conversion_save): Extern it.
14988
14989 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
14990 (CODING_GET_INFO): Delete argument eol_type. Change callers.
14991 (decode_coding_utf_8): Don't do eol converion.
14992 (detect_coding_utf_16): Check coding->src_chars, not
14993 coding->src_bytes. Add heuristics for those that have no signature.
14994 (decode_coding_emacs_mule, decode_coding_iso_2022)
14995 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
14996 Don't do eol converion.
14997 (adjust_coding_eol_type): Return a new coding system.
14998 (detect_coding): Don't detect eol. Fix for utf-16 detection.
14999 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15000 each change.
15001 (decode_coding): Pay attention to undo_list. Do eol conversion for
15002 all types of coding-systems (if necessary).
15003 (Vcode_conversion_work_buf_list): Delete it.
15004 (Vcode_conversion_reused_workbuf): Rename from
15005 Vcode_conversion_reused_work_buf.
15006 (Vcode_conversion_workbuf_name): New variable.
15007 (reused_workbuf_in_use): New variable.
15008 (make_conversion_work_buffer): Delete the arg DEPTH.
15009 (code_conversion_restore): Change argument to cons.
15010 (code_conversion_save): Delete the argument BUFFER. Change callers.
15011 (detect_coding_system): New argument src_chars. Change callers.
15012 Fix for utf-16 detection.
15013 (init_coding_once): Don't use ISO_carriage_return.
15014 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15015 reused_workbuf_in_use.
15016
150172008-02-01 Kenichi Handa <handa@m17n.org>
15018
15019 * keymap.c (store_in_keymap): Pay attention to the case that idx
15020 is a cons specifying a character range.
15021
150222008-02-01 Kenichi Handa <handa@m17n.org>
15023
15024 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15025 HANDLED_RECOMPUTE_PROPS.
15026
15027 * coding.c (Fdefine_coding_system_internal): Fix checking of
15028 ascii compatibility.
15029
150302008-02-01 Kenichi Handa <handa@m17n.org>
15031
15032 * charset.c (find_charsets_in_text): Delete unused locale variable.
15033 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15034
15035 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15036 Resync charset_list to Vemacs_mule_charset_list.
15037
15038 * keymap.c (store_in_keymap): Pay attention to the case that idx
15039 is a cons specifying a character range.
15040
150412008-02-01 Kenichi Handa <handa@m17n.org>
15042
15043 * composite.c (update_compositions): Bind inhibit-read-only, etc
15044 to t before calling remove-list-of-text-properties.
15045
15046 * print.c (print_object): Always print ASCII chars as is.
15047
150482008-02-01 Kenichi Handa <handa@m17n.org>
15049
15050 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15051
15052 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15053 is a char table.
15054
150552008-02-01 Kenichi Handa <handa@m17n.org>
15056
15057 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15058
150592008-02-01 Kenichi Handa <handa@m17n.org>
15060
15061 * xfaces.c (set_lface_from_font_name): Fix for the case that
15062 FONTNAME is not fontset name.
15063
150642008-02-01 Kenichi Handa <handa@m17n.org>
15065
15066 * fns.c (base64_encode_1): Fix previous change.
15067
150682008-02-01 Kenichi Handa <handa@m17n.org>
15069
15070 * fontset.c (set_fontset_font): New function.
15071 (Fset_fontset_font): If a font is specified for a charset, use
15072 map_charset_chars to store the font spec in a fontset.
15073
150742008-02-01 Kenichi Handa <handa@m17n.org>
15075
15076 * fontset.c (fontset_face): Create a fallback fontset on demand.
15077 (make_fontset): Don't create a fallback fontset here.
15078 (free_face_fontset): Free a fallback fontset (if any) too.
15079 (n_auto_fontsets): Delete this variable.
15080 (auto_fontset_alist): New variable.
15081 (new_fontset_from_font_name): Check auto_fontset_alist.
15082 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15083 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15084 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15085 Defsubr Sfontset_list_all.
15086
150872008-02-01 Kenichi Handa <handa@m17n.org>
15088
15089 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15090
150912008-02-01 Kenichi Handa <handa@m17n.org>
15092
15093 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15094
150952008-02-01 Kenichi Handa <handa@m17n.org>
15096
15097 * editfns.c (Fgoto_char): Fix docstring.
15098
150992008-02-01 Kenichi Handa <handa@m17n.org>
15100
15101 * insdel.c (insert_from_gap): Adjust intervals correctly.
15102
151032008-02-01 Jason Rumney <jasonr@gnu.org>
15104
15105 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15106 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15107 (w32_initialize): Try to load it.
15108 (x_get_font_repertory): Use it if available.
15109 (w32_encode_char): Add shortcut for unicode output.
15110
15111 * w32fns.c (w32_load_system_font): Default charset to -1.
15112 (x_to_w32_charset): Match all fonts for unicode.
15113 (w32_to_x_charset): New parameter matching. Don't return partial
15114 or wildcard charsets.
15115 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15116 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15117 (w32_to_x_font): Match charset to real charset.
15118 (enum_font_cb2): Always list unicode versions.
15119
15120 * makefile.w32-in (temacs): Increase EMHEAP.
15121
151222008-02-01 Jason Rumney <jasonr@gnu.org>
15123
15124 * w32term.c (w32_encode_char): New charset parameter.
15125 font_info.encoding becomes encoding_type.
15126 (x_get_font_repertory): New function. Warning: stub only!
15127 (x_new_font): Return quickly if font already set.
15128 (x_new_fontset): fontsetname parameter is Lisp_Object.
15129 Use new fs_query_fontset. Try new_fontset_from_font_name.
15130 Use fontset_name for return value.
15131
15132 * w32term.h: Declare x_get_font_repertory.
15133
15134 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15135 place of find_charset_in_text. Use encode_coding_object in place
15136 of encode_coding.
15137 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15138 decode_coding.
15139
15140 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15141 of x_new_fontset.
15142 (w32_load_system_font): Initialize charset as unicode.
15143 font_info.encoding becomes encoding_type.
15144 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15145 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15146 (syms_of_w32fns): Set get_font_repertory_func.
15147
15148 * w32console.c: Include character.h. Use terminal_encode_buffer
15149 from term.c.
15150 (write_glyphs): Use new version of encode_terminal_code. Use
15151 encode_coding_object in place of encode_coding.
15152
15153 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15154 encoding becomes encoding_type.
15155
15156 * term.c (terminal_encode_buffer): Make externally visible.
15157
15158 * makefile.w32-in: Add character.h dependancies.
15159 (character.o, chartab.o): New targets.
15160
151612008-02-01 Kenichi Handa <handa@m17n.org>
15162
15163 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15164 CODING_ID_EOL_TYPE.
15165
151662008-02-01 Andreas Schwab <schwab@suse.de>
15167
15168 * coding.c (produce_chars): Revert last change.
15169
151702008-02-01 Kenichi Handa <handa@m17n.org>
15171
15172 * charset.h (charset_unicode): Extern it.
15173
15174 * charset.c (string_xstring_p): Check by (C >= 0x100).
15175 (find_charsets_in_text): Change format of the arc CHARSETS. New
15176 arg MULTIBYTE.
15177 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15178 change of find_charsets_in_text.
15179 (Fsplit_char): Fix doc. Never return unknown.
15180
15181 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15182
15183 * coding.c (Fdefine_coding_system_alias): Update
15184 Vcoding_system_list.
15185
15186 * fontset.c (load_font_get_repertory): Pay attention to the case
15187 that ENCODING of a font is specified by a char-table.
15188
15189 * xterm.c (x_get_font_repertory): Handle the case that the
15190 encoding of font is other than Unicode.
15191
151922008-02-01 Kenichi Handa <handa@m17n.org>
15193
15194 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15195 if a character is encodable by the terminal coding system. If
15196 not, produces proper number of `?'s. Update
15197 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15198 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15199
152002008-02-01 Kenichi Handa <handa@m17n.org>
15201
15202 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15203 variables.
15204 (encode_terminal_code): Change argument. Encode multiple
15205 characters at once. Store the result of encoding in
15206 terminal_encode_buffer.
15207 (write_glyphs, insert_glyphs): Adjust for the change of
15208 encode_terminal_code.
15209 (term_init): Initialize terminal_encode_buffer and
15210 terminal_encode_buf_size.
15211
15212 * coding.c (consume_chars): If coding->src_object is nil, don't
15213 check annotation.
15214
152152008-02-01 Kenichi Handa <handa@m17n.org>
15216
15217 * character.c (char_string): Use ASCII_CHAR_P instead of
15218 SINGLE_BYTE_CHAR_P.
15219
152202008-02-01 Kenichi Handa <handa@m17n.org>
15221
15222 * xdisp.c (handle_auto_composed_prop): Check if the last
15223 characters of auto-composed region is newly composed with the
15224 following characters.
15225 (handle_composition_prop): Fix checking of point being inside
15226 composition.
15227
152282008-02-01 Kenichi Handa <handa@m17n.org>
15229
15230 * fns.c (concat): Don't change multibyteness of the result by
15231 concatenating an 8-bit character.
15232
15233 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15234 multibyteness of the result when newelt is an 8-bit character.
15235
152362008-02-01 Dave Love <fx@gnu.org>
15237
15238 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15239 EMACS_INT.
15240
15241 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15242
15243 * xfaces.c (face_numeric_value): Declare dim size_t.
15244 (Finternal_lisp_face_equal_p): Remove unused f.
15245
15246 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15247 (MATRIX_ROW): Remove unused vars.
15248 (draw_glyphs, x_insert_glyphs, fast_find_position)
15249 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15250 byte/char counts.
15251
15252 * regex.c (regex_compile): Remove unused var.
15253
15254 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15255
15256 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15257 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15258
15259 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15260
15261 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15262
15263 * fileio.c (Fwrite_region): Remove unused var.
15264
15265 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15266 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15267
15268 * composite.c (Fremove_list_of_text_properties): Declare.
15269
15270 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15271 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15272 (coding_inherit_eol_type): Remove unused attrs.
15273 (detect_coding): Cast arg of detect_eol.
15274
15275 * charset.c (syms_of_charset): Remove unused var p.
15276 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15277 byte/char counts.
15278
15279 * casetab.c (set_case_table): Remove unused var.
15280
15281 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15282 unused vars.
15283
152842008-02-01 Dave Love <fx@gnu.org>
15285
15286 * xterm.c (x_bitmap_mask): Declare.
15287
152882008-02-01 Dave Love <fx@gnu.org>
15289
15290 * xterm.c (x_term_init): Fix type error.
15291
15292 * lisp.h: Add Funibyte_char_to_multibyte.
15293
15294 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15295 (Fset_coding_system_priority): Doc fix.
15296
15297 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15298
15299 * indent.c (check_composition): Make start and end EMACS_INT.
15300
15301 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15302
15303 * xdisp.c (handle_composition_prop, check_point_in_composition):
15304 Make buffer positions EMACS_INT.
15305
15306 * composite.c (find_composition, run_composition_function)
15307 (update_compositions, Ffind_composition_internal): Make buffer
15308 positions EMACS_INT.
15309
15310 * composite.h (find_composition, update_compositions): Make
15311 position args EMACS_INT.
15312
15313 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
15314
15315 * intervals.c (get_property_and_range):
15316 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
15317
15318 * unexalpha.c: Don't include varargs.h.
15319
153202008-02-01 Dave Love <fx@gnu.org>
15321
15322 * coding.h (ENCODE_UTF_8): New.
15323
15324 * Makefile.in (gtkutil.o): Depend on coding.h.
15325
15326 * coding.c (Fset_coding_system_priority): Doc fix.
15327
153282008-02-01 Kenichi Handa <handa@m17n.org>
15329
15330 * fileio.c (Finsert_file_contents): Call setup_coding_system in
15331 the case of auto saving.
15332
153332008-02-01 Andreas Schwab <schwab@suse.de>
15334
15335 * chartab.c (map_char_table, map_char_table_for_charset): Protect
15336 `range' from GC.
15337
153382008-02-01 Kenichi Handa <handa@m17n.org>
15339
15340 * coding.c (decode_coding_sjis): Check bytes more rigidly.
15341
153422008-02-01 Kenichi Handa <handa@m17n.org>
15343
15344 * fileio.c (choose_write_coding_system): Return a decided coding system.
15345 (Fwrite_region): Set Vlast_coding_system_used to the return value
15346 of choose_write_coding_system.
15347
153482008-02-01 Kenichi Handa <handa@m17n.org>
15349
15350 * charset.c (Fset_charset_priority): Pay attention to duplicated
15351 arguments.
15352
15353 * coding.c (QCcategory): New variable.
15354 (syms_of_coding): Defsym it. Set all elements of
15355 Vcoding_category_table and their symbol values.
15356 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
15357 coding-category-XXX, and coding-category-list.
15358 (Fdefine_coding_system_internal): Add category in the plist.
15359
153602008-02-01 Kenichi Handa <handa@m17n.org>
15361
15362 * callproc.c (Fcall_process): Handle carryover correctly.
15363
15364 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
15365 (raw_text_coding_system): Check NILP (coding_system).
15366 (coding_inherit_eol_type): Check NILP (coding_system) and
15367 NILP (parent).
15368 (consume_chars): Fix for the case of raw-text.
15369
15370 * process.c (read_process_output): Handle carryover correctly.
15371
153722008-02-01 Dave Love <fx@gnu.org>
15373
15374 * regex.c (re_search_2): Fix last change.
15375
153762008-02-01 Kenichi Handa <handa@m17n.org>
15377
15378 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
15379 target_multibyte. Even in a unibyte case, return a converted
15380 multibyte char.
15381 (GET_CHAR_AFTER): New macro.
15382 (PATFETCH): Translate via multibyte char.
15383 (HANDLE_UNIBYTE_RANGE): Delete this macro.
15384 (SETUP_MULTIBYTE_RANGE): New macro.
15385 (regex_compile): Setup compiled code so that its multibyteness
15386 matches that of a target. Fix the handling of "[X-YZ]" using
15387 SETUP_MULTIBYTE_RANGE.
15388 (analyse_first) <charset>: For filling fastmap for all multibyte
15389 characters, don't check by BASE_LEADING_CODE_P.
15390 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
15391 the same as RE_MULTIBYTE_P (bufp) now.
15392 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
15393 (TARGET_CHAR_AND_LENGTH): Delete this macro.
15394 (TRANSLATE_VIA_MULTIBYTE): New macro.
15395 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
15396 It is the same as RE_MULTIBYTE_P (bufp) now.
15397 <exactn>: Translate via multibyte.
15398 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
15399 translate it.
15400 <charset, charset_not>: Fetch a character by
15401 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
15402 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
15403 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
15404 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
15405 by GET_CHAR_AFTER.
15406 (bcmp_translate): Likewise.
15407
15408 * search.c (compile_pattern): Check the member target_multibyte,
15409 not the member multibyte of buf.
15410
15411 * lread.c (read1): While reading a string, set force_singlebyte
15412 and force_multibyte correctly.
15413
15414 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
15415 up of unibyte_to_multibyte_table.
15416
154172008-02-01 Kenichi Handa <handa@m17n.org>
15418
15419 * coding.c (setup_coding_system): If coding has
15420 post-read-conversion or pre-write-conversion, set
15421 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
15422 respectively.
15423 (decode_coding_gap): Run post-read-conversion if any.
15424
15425 * fileio.c (Finsert_file_contents): Even if we read into a
15426 unibyte buffer, check if we must decode the result or not.
15427
154282008-02-01 Kenichi Handa <handa@m17n.org>
15429
15430 * coding.c (make_conversion_work_buffer): Change the work buffer
15431 name to the same one as that of Emacs 21.
15432
154332008-02-01 Kenichi Handa <handa@m17n.org>
15434
15435 * coding.h (make_conversion_work_buffer): Adjust prototype.
15436 (code_conversion_restore): Don't extern it.
15437
15438 * coding.c (detected_mask): Delete unused variable.
15439 (decode_coding_iso_2022): Pay attention to the byte sequence of
15440 CTEXT extended segment, and retain those bytes as is.
15441 (decode_coding_ccl): Delete unused variable `valids'.
15442 (setup_coding_system): Delete unused variable `category'.
15443 (consume_chars): Delete unused variable `category'. Make it work
15444 for non-multibyte case.
15445 (make_conversion_work_buffer): Change argument.
15446 (saved_coding): Delete unused variable.
15447 (code_conversion_restore): Don't check saved_coding->destination.
15448 (code_conversion_save): New function.
15449 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
15450 instead of record_unwind_protect.
15451 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
15452 (detect_coding_system): Delete unused variable `mask'.
15453 (Fdefine_coding_system_internal): Delete unused variable id.
15454
15455 * fileio.c (kill_workbuf_unwind): New function.
15456 (Finsert_file_contents): On replacing, call
15457 make_conversion_work_buffer with correct args, and call
15458 record_unwind_protect with the first arg kill_workbuf_unwind.
15459
15460 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
15461
154622008-02-01 Kenichi Handa <handa@m17n.org>
15463
15464 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
15465 (fontset_add): Fix for the case that TO is less than TO1.
15466 (Ffontset_info): Don't use fallback fontset on checking the
15467 default fontset.
15468 (dump_fontset): New function for debugging.
15469
15470 * coding.c (Fdefine_coding_system_internal): Fix for the case that
15471 coding_type is Qcharset.
15472
154732008-02-01 Kenichi Handa <handa@m17n.org>
15474
15475 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
15476 (map_char_table): Don't inherit the value from the parent on
15477 initializing VAL. Adjust for the above change.
15478
154792008-02-01 Kenichi Handa <handa@m17n.org>
15480
15481 * coding.c (Qsignature, Qendian): Delete these variables.
15482 (syms_of_coding): Don't initialize them.
15483 (CATEGORY_MASK_UTF_16_AUTO): New macro.
15484 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
15485 detect_info->found.
15486 (decode_coding_utf_16): Don't detect BOM here.
15487 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
15488 is NOT utf_16_without_bom.
15489 (setup_coding_system): For a coding system of type utf-16, check
15490 if the attribute :endian is Qbig or not (not nil or not), and set
15491 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
15492 (detect_coding): If coding type is utf-16 and BOM detection is
15493 required, detect it.
15494 (Fdefine_coding_system_internal): For a coding system of type
15495 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
15496
154972008-02-01 Kenichi Handa <handa@m17n.org>
15498
15499 * coding.c (coding_set_source): Fix for the case that the current
15500 buffer is different from coding->src_object.
15501 (decode_coding_object): Don't use the conversion work buffer if
15502 DST_OBJECT is a buffer.
15503
155042008-02-01 Dave Love <fx@gnu.org>
15505
15506 * lread.c (read_emacs_mule_char) [len==2]: Index
15507 emacs_mule_charset correctly.
15508
155092008-02-01 Dave Love <fx@gnu.org>
15510
15511 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
15512 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
15513 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
15514 treated specially.)
15515 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
15516 (detected_mask): Remove Big5 bits.
15517
155182008-02-01 Kenichi Handa <handa@m17n.org>
15519
15520 The following changes are to make the font rescaling facility
15521 compatible with Emacs 21.
15522
15523 * xfaces.c (Vface_font_rescale_alist): Rename from
15524 Vface_resizing_fonts.
15525 (struct font_name): Rename member resizing_ratio to rescale_ratio.
15526 (font_rescale_ratio): Rename from font_resizing_ratio.
15527 (split_font_name): Set font->rescale_ratio.
15528 (better_font_p): Pay attention to font->rescale_ratio.
15529 (build_scalable_font_name): Likewise. Change RESX, and RESY
15530 fields.
15531 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15532
155332008-02-01 Kenichi Handa <handa@m17n.org>
15534
15535 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
15536 (Qutf_16_le): Remove these variables.
15537 (syms_of_coding): Don't DEFSYM them.
15538 (decode_coding_utf_16): Fix handling of BOM.
15539 (encode_coding_utf_16): Fix handling of BOM.
15540
155412008-02-01 Kenichi Handa <handa@m17n.org>
15542
15543 * fileio.c (Finsert_file_contents): On replacing, before decoding
15544 the file into the work buffer, set point of the work buffer to the end.
15545
155462008-02-01 Dave Love <fx@gnu.org>
15547
15548 * coding.c (Fcheck_coding_systems_region): Fix type errors.
15549
155502008-02-01 Dave Love <fx@gnu.org>
15551
15552 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15553 and fix C types.
15554
155552008-02-01 Kenichi Handa <handa@m17n.org>
15556
15557 * xdisp.c (SKIP_GLYPHS): New macro.
15558 (set_cursor_from_row): Pay attention to string display properties.
15559
15560 * category.c (copy_category_entry): Fix for the case that RANGE
15561 is an integer.
15562
15563 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
15564
15565 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
15566
155672008-02-01 Kenichi Handa <handa@m17n.org>
15568
15569 * charset.c (Fcharset_id_internal): New function.
15570 (syms_of_charset): Defsubr it.
15571
15572 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
15573 with the last arg charset_list acquired from coding.
15574 (Fdefine_coding_system_internal): For ccl-based coding system, fix
15575 the attribute coding_attr_ccl_valids.
15576
15577 * coding.h (enum define_coding_ccl_arg_index): Set the first
15578 member coding_arg_ccl_decoder to coding_arg_max.
15579
15580 * ccl.h (ccl_driver): Adjust prototype.
15581
15582 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
15583 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 15584 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
15585 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
15586 last arg Qnil.
15587
155882008-02-01 Kenichi Handa <handa@m17n.org>
15589
15590 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
15591 call encode_char.
15592
15593 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
15594
155952008-02-01 Dave Love <fx@gnu.org>
15596
15597 * composite.c (syms_of_composite): Make composition_hash_table weak.
15598
155992008-02-01 Kenichi Handa <handa@m17n.org>
15600
15601 * dispextern.h (check_face_attributes, generate_ascii_font_name)
15602 (font_name_registry): Don't extern them.
15603 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
15604
15605 * fontset.h (Qfontset): Don't extern it.
15606 (new_fontset_from_font_name): Extern it.
15607
15608 * fontset.c: Give 8 extra slots to fontset objects.
15609 (Qfontset_info): New variable.
15610 (syms_of_fontset): Defsym it.
15611 (FONTSET_FALLBACK): New macro.
15612 (fontset_face): Try also the default fontset.
15613 (make_fontset): Realize a fallback fontset from the default fontset.
15614 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
15615 using split_font_name_into_vector and build_font_name_from_vector.
15616 (Fset_fontset_font): Access the elements of font_spec by enum
15617 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
15618 name by using split_font_name_into_vector.
15619 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
15620 generate a proper font name from the fontset name. Update
15621 Vfontset_alias_alist.
15622 (n_auto_fontsets): New variable.
15623 (new_fontset_from_font_name): New function.
15624 (Ffont_info): Store the information about fonts generated from the
15625 default fontset in the first extra slot of the returned char-table.
15626
15627 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
15628 (font_name_registry): Delete function.
15629 (split_font_name_into_vector): New function.
15630 (build_font_name_from_vector): New function.
15631 (font_list): The argument REGISTRY is now a list of registry names.
15632 (choose_face_font): If we are choosing an ASCII font, and ATTRS
15633 specifies an explicit font name, return the name as is. Make a
15634 list of registy names.
15635
15636 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
15637 of x_new_fontset.
15638 (Fx_create_frame): Don't call x_new_fontset here. Just use
15639 x_list_fonts to check the existence of fonts.
15640
15641 * xterm.h (x_new_fontset): Adjust prototype.
15642
15643 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
15644 string. Use new_fontset_from_font_name to create a fontset from a
15645 font name.
15646
156472008-02-01 Kenichi Handa <handa@m17n.org>
15648
15649 * syntax.c (Vfind_word_boundary_function_table): New name for
15650 Vnext_word_boundary_function_table.
15651 (find-word-boundary-function-table): New name for
15652 next-word-boundary-function-table.
15653
156542008-02-01 Dave Love <fx@gnu.org>
15655
15656 * Makefile.in: Fix some dependencies.
15657
15658 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
15659 set it to nil before returning.
15660
15661 * composite.c (update_compositions): Fix type error.
15662
15663 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
15664
156652008-02-01 Kenichi Handa <handa@m17n.org>
15666
15667 * xterm.c (x_new_font): Optimize for the case that the font is
15668 already set for the frame.
15669
156702008-02-01 Kenichi Handa <handa@m17n.org>
15671
15672 * chartab.c (char_table_ascii): Check if the char table contents
15673 is sub-char-table or not.
15674 (char_table_set, char_table_set_range): Fix argument to
15675 char_table_ascii.
15676
15677 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
15678 (detect_coding_utf_8, detect_coding_utf_16)
15679 (detect_coding_emacs_mule, detect_coding_iso_2022)
15680 (detect_coding_sjis, detect_coding_big5)
15681 (detect_coding_ccl, detect_coding_charset): Change argument MASK
15682 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
15683 sequence is valid in this coding system. Change callers.
15684 (MAX_ANNOTATION_LENGTH): New macro.
15685 (ADD_ANNOTATION_DATA): New macro.
15686 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
15687 ADD_ANNOTATION_DATA. Change the format of annotation data.
15688 (ADD_CHARSET_DATA): New macro.
15689 (emacs_mule_char): New argument ID. Change callers.
15690 (decode_coding_emacs_mule, decode_coding_iso_2022)
15691 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15692 Produce charset annotation data in coding->charbuf.
15693 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
15694 to charset annotation data in coding->charbuf.
15695 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
15696 coding->common_flags if the coding system is iso-2022 based and
15697 uses designation.
15698 (produce_composition): Adjust for the new annotation data format.
15699 (produce_charset): New function.
15700 (produce_annotation): Handle charset annotation.
15701 (handle_composition_annotation, handle_charset_annotation): New
15702 functions.
15703 (consume_chars): Handle charset annotation. Utilize the above two
15704 functions.
15705 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
15706 buffer, get the deleted text as a string and set
15707 coding->src_object to that string.
15708 (detect_coding, detect_coding_system): Use the new struct
15709 coding_detection_info.
15710
15711 * coding.h (struct coding_detection_info): New structure.
15712 (struct coding_system): Adjust prototype of the member `detector'.
15713 (CODING_ANNOTATE_CHARSET_MASK): New macro.
15714
157152008-02-01 Kenichi Handa <handa@m17n.org>
15716
15717 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
15718
157192008-02-01 Dave Love <fx@gnu.org>
15720
15721 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
15722 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
15723 to new local and nullify apropos_accumulate before returning.
15724 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
15725
157262008-02-01 Kenichi Handa <handa@m17n.org>
15727
15728 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
15729 correctly.
e3eea1fc 15730
aac0c6e3
MR
157312008-02-01 Dave Love <fx@gnu.org>
15732
15733 * fns.c (Flanginfo): Call synchronize_system_time_locale.
15734
157352008-02-01 Kenichi Handa <handa@m17n.org>
15736
15737 The following changes are to make character composition happen
15738 automatically on displaying.
15739
15740 * Makefile.in (lisp, shortlisp): Add composite.elc.
15741
15742 * composite.h (Qauto_composed, Vauto_composition_function)
15743 (Qauto_composition_function): Extern them.
15744
15745 * composite.c (Vcomposition_function_table)
15746 (Qcomposition_function_table): Delete variables.
15747 (Qauto_composed, Vauto_composition_function)
15748 (Qauto_composition_function): New variables.
15749 (run_composition_function): Don't call
15750 compose-chars-after-function.
15751 (update_compositions): Clear `auto-composed' text property.
15752 (compose_chars_in_text): Delete this function.
15753 (syms_of_composite): Staticpro Qauto_composed and
15754 Qauto_composition_function. Declare Vauto_composition_function as
15755 a Lisp variable.
15756
15757 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
15758
15759 * xdisp.c (it_props): Add an entry for Qauto_composed.
15760 (handle_auto_composed_prop): New function.
15761
15762 * xselect.c (selection_data_to_lisp_data): Don't call
15763 compose_chars_in_text.
15764
157652008-02-01 Dave Love <fx@gnu.org>
15766
15767 * keyboard.c (read_char): Modify checking around use of
15768 Vkeyboard_translate_table.
15769
15770 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15771 and fix C types.
15772
157732008-02-01 Kenichi Handa <handa@m17n.org>
15774
15775 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
15776 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15777 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
15778 the case that the last byte is '\r' correctly.
15779 (decode_coding): Flush out the unprocessed data correctly.
15780 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
15781
157822008-02-01 Dave Love <fx@gnu.org>
15783
15784 * xterm.c (XTread_socket): Fix changes for defined keysyms.
15785 Add XK_ISO... case.
15786 (xaw_scroll_callback): Revert last change.
15787
157882008-02-01 Kenichi Handa <handa@m17n.org>
15789
15790 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
15791
157922008-02-01 Kenichi Handa <handa@m17n.org>
15793
15794 * xfaces.c (Vface_resizing_fonts): New variable.
15795 (struct font_name): New member `resizing_ratio'.
15796 (font_resizing_ratio): New function.
15797 (split_font_name): Set font->resizing_ratio.
15798 (better_font_p): Pay attention to font->resizing_ratio.
15799 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
15800 RESX, and RESY fields.
15801 (try_alternative_families): Try scalable fonts if
15802 Vscalable_fonts_allowed is not Qt.
15803 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
15804
158052008-02-01 Dave Love <fx@gnu.org>
15806
15807 * xterm.c (xaw_scroll_callback): Cast correctly.
15808
158092008-02-01 Dave Love <fx@gnu.org>
15810
15811 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
15812 (lispy_kana_keys): Comment out.
15813 (make_lispy_event) [XK_kana_A]: Comment out.
15814
15815 * xterm.c (xaw_scroll_callback): Cast call_data.
15816 (XTread_socket): Deal with ASCII keysyms.
15817 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
15818
158192008-02-01 Dave Love <fx@gnu.org>
15820
15821 * xterm.c (Vx_keysym_table): New.
15822 (syms_of_xterm): Initialize it.
15823 (XTread_socket): Use it.
15824 From head: Eliminate incorrect optimization that tried to avoid
15825 decoding the output of X*LookupString.
15826 (x_get_font_repertory): Delete charset declaration.
15827
158282008-02-01 Kenichi Handa <handa@m17n.org>
15829
15830 * coding.c (detect_coding_charset): If only ASCII bytes are found,
15831 return 0.
15832 (Fdefine_coding_system_internal): Setup
15833 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
15834
158352008-02-01 Dave Love <fx@gnu.org>
15836
15837 * coding.c (Fcheck_coding_system): Doc fix.
15838
15839 * editfns.c (Finsert_byte): Return a proper value.
15840
158412008-02-01 Kenichi Handa <handa@m17n.org>
15842
15843 * coding.c (decode_coding): Fix args to translate_chars. Pay
15844 attention to Vstandard_translation_table_for_decode.
15845 (encode_coding): Fix args to translate_chars. Pay attention to
15846 Vstandard_translation_table_for_encode.
15847
15848 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
15849 SINGLE_BYTE_CHAR_P.
15850
15851 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
15852 not by SINGLE_BYTE_CHAR_P.
15853
15854 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
15855 SINGLE_BYTE_CHAR_P.
15856
15857 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
15858 SINGLE_BYTE_CHAR_P.
15859
15860 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
15861 by SINGLE_BYTE_CHAR_P.
15862
15863 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
15864 SINGLE_BYTE_CHAR_P.
15865
158662008-02-01 Dave Love <fx@gnu.org>
15867
15868 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
15869
158702008-02-01 Dave Love <fx@gnu.org>
15871
15872 * fns.c (Flanginfo): Fix typo.
15873
15874 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
15875
158762008-02-01 Kenichi Handa <handa@m17n.org>
15877
15878 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
15879 (detect_coding_emacs_mule, detect_coding_iso_2022)
15880 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
15881 incomplete byte sequence. Don't update *mask when correctly detected.
15882 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
15883 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
15884 (detect_coding, detect_coding_system): Adjust for the changes above.
15885
158862008-02-01 Kenichi Handa <handa@m17n.org>
15887
15888 * character.c (char_string): Rename from
15889 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
15890 (string_char): Rename from string_char.
15891
15892 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
15893 if C is greater than MAX_3_BYTE_CHAR.
15894 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
15895 string_char instead of string_char_with_unification.
15896
158972008-02-01 Dave Love <fx@gnu.org>
15898
15899 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
15900
159012008-02-01 Kenichi Handa <handa@m17n.org>
15902
15903 * keymap.c (push_key_description): Pay attention to force_multibyte.
15904
15905 * regex.c (re_search_2): Fix for the case of unibyte buffer.
15906
159072008-02-01 Dave Love <fx@gnu.org>
15908
15909 * charset.c (define_charset_internal): Rename `supprementary'.
15910
15911 * Makefile.in (lisp, shortlisp): Remove latin-N.
15912
159132008-02-01 Dave Love <fx@gnu.org>
15914
15915 * xfns.c (x_window, x_window): Use use_xim.
15916
15917 * xterm.c (use_xim): Initialize.
15918 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
15919 (x_term_init): Maybe set use_xim.
15920
15921 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
15922
159232008-02-01 Kenichi Handa <handa@m17n.org>
15924
15925 * search.c (search_buffer): Fix case-fold-search of multibyte
15926 characters.
15927 (boyer_moore): Rename the last argument to char_high_bits.
15928
159292008-02-01 Kenichi Handa <handa@m17n.org>
15930
15931 * xdisp.c (display_string): Fix for the case of zero width glyph.
15932
15933 * xfns.c (x_set_font): Change the error message of the case that
15934 x_new_fontset returns Qt.
15935
15936 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
15937 (Finternal_set_lisp_face_attribute): Use signal_error for the
15938 error of invalid fontset.
15939
15940 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
15941 fontset, return Qt.
15942
159432008-02-01 Dave Love <fx@gnu.org>
15944
15945 * unexelf.c (unexec): Make .got handling not SGI-specific.
15946
15947 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
15948
15949 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
15950
15951 * keyboard.c (read_key_sequence): Fix type error.
15952
15953 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
15954 type error.
15955
15956 * fontset.c (fontset_add): Return Lisp_Object.
15957
159582008-02-01 Dave Love <fx@gnu.org>
15959
15960 * charset.h (charset_ordered_list_tick): Declare extern.
15961
159622008-02-01 Kenichi Handa <handa@m17n.org>
15963
15964 The following changes (and some of 2008-02-01 changes of mine) are
15965 for handling syntax, category, and case conversion for unibyte
15966 characters by converting them to multibyte on the fly. With these
15967 changes, we don't have to setup syntax and case tables for unibyte
15968 characters in each language environment.
15969
15970 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
15971 multibyte if necessary.
15972
15973 * bytecode.c (Fbyte_code): Likewise.
15974
15975 * character.h (LEADING_CODE_LATIN_1_MIN)
15976 (LEADING_CODE_LATIN_1_MAX): New macros.
15977 (unibyte_to_multibyte_table): Extern it.
15978 (unibyte_char_to_multibyte): New macro.
15979 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
15980 (CHAR_LEADING_CODE): New macro.
15981 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
15982
15983 * character.c (unibyte_to_multibyte_table): New variable.
15984 (unibyte_char_to_multibyte): Move to character.h and define as macro.
15985 (multibyte_char_to_unibyte): If C is an eight-bit character,
15986 convert it to the corresponding byte value.
15987
15988 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
15989 not 1, signals an error. Update the elements of
15990 unibyte_to_multibyte_table.
15991 (init_charset_once): Initialize unibyte_to_multibyte_table.
15992 (syms_of_charset): Define the charset `iso-8859-1'.
15993
15994 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
15995 as is without converting it to unibyte. In a unibyte buffer,
15996 convert C to multibyte before checking the syntax.
15997
15998 * lisp.h (unibyte_char_to_multibyte): Delete extern.
15999
16000 * minibuf.c (Fminibuffer_complete_word): Use the macro
16001 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16002
16003 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16004
16005 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16006 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16007 that is zero, convert an eight-bit char to multibyte.
16008 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16009 non-emacs case.
16010 (PATFETCH): Convert an eight-bit char to multibyte.
16011 (HANDLE_UNIBYTE_RANGE): New macro.
16012 (regex_compile): Setup the compiled pattern for multibyte chars
16013 even if the given regex string is unibyte. Use PATFETCH_RAW
16014 instead of PATFETCH in many places. To handle `charset'
16015 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16016 only for ASCII chars.
16017 (analyse_first) <exactn>: Simplify because the compiled pattern
16018 is multibyte.
16019 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16020 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16021 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16022 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16023 multibyte always 1.
16024 (re_search_2): In emacs, set the locale variable multibyte to 1,
16025 otherwise to 0. New local variable target_multibyte. Check it
16026 to decide the multibyteness of STR1 and STR2. If
16027 target_multibyte is zero, convert unibyte chars to multibyte
16028 before translating and checking fastmap.
16029 (TARGET_CHAR_AND_LENGTH): New macro.
16030 (re_match_2_internal): In emacs, set the locale variable multibyte
16031 to 1, otherwise to 0. New local variable target_multibyte. Check
16032 it to decide the multibyteness of STR1 and STR2. Use
16033 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16034 <charset, charset_not>: If multibyte is nonzero, check fastmap
16035 only for ASCII chars. Call bcmp_translate with
16036 target_multibyte, not with multibyte.
16037 <begline>: Declare the local variable C as `unsigned'.
16038 (bcmp_translate): Change the last arg name to target_multibyte.
16039
16040 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16041 the regexp pattern and the matching target. Set cp->buf.multibyte
16042 to the multibyteness of the regexp pattern. Set
16043 cp->but.target_multibyte to the multibyteness of the matching target.
16044 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16045 FETCH_STRING_CHAR_ADVANCE.
16046 (Freplace_match): Convert unibyte chars to multibyte.
16047
16048 * syntax.c (char_quoted, back_comment, scan_words)
16049 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16050 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16051 unibyte chars to multibyte.
16052 (skip_chars): Delete the arg syntaxp, and move the code for
16053 handling syntaxes to skip_syntaxes. Change callers.
16054 Fix the case that the multibyteness of STRING and the current
16055 buffer doesn't match.
16056 (skip_syntaxes): New function.
16057 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16058 SINGLE_BYTE_CHAR_P.
16059
160602008-02-01 Kenichi Handa <handa@m17n.org>
16061
16062 * xfaces.c (QCfontset): New variable.
16063 (LFACE_FONTSET): New macro.
16064 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16065 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16066 (Finternal_set_lisp_face_attribute)
16067 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16068 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16069 check also LFACE_FONTSET_INDEX.
16070 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16071 attrs[LFACE_FONT_INDEX].
16072 (syms_of_xfaces): Intern and staticpro QCfontset.
16073
16074 * dispextern.h (enum lface_attribute_index): New member
16075 LFACE_FONTSET_INDEX.
16076
16077 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16078
160792008-02-01 Kenichi Handa <handa@m17n.org>
16080
16081 * coding.c (coding_set_destination): Fix coding->destination for
16082 the case converting a region.
16083 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16084 (encode_coding_object): Fix coding->dst_pos and
16085 coding->dst_pos_byte for the case converting a region.
16086
16087 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16088
16089 * character.h (BYTE8_STRING): New macro.
16090
16091 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16092
160932008-02-01 Kenichi Handa <handa@m17n.org>
16094
16095 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16096 characters by octal form.
16097
16098 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16099
16100 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16101 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16102 _fetch_multibyte_char_len.
16103 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16104
16105 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16106
16107 * casefiddle.c (casify_object): Simplify. Handle the case that
16108 the case conversion change the byte length.
16109 (casify_region): Likewise.
16110
16111 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16112
16113 * character.c (_fetch_multibyte_char_len): Delete this variable.
16114 (syms_of_character): Setup Vprintable_chars.
16115
16116 * editfns.c (Fchar_equal): Fix for the unibyte case.
16117 (Finsert_byte): New function.
16118 (syms_of_editfns): Defsubr it.
16119
16120 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16121 of direct code 0x3ffff.
16122
16123 * search.c (Freplace_match): Fix for the unibyte case.
16124
161252008-02-01 Kenichi Handa <handa@m17n.org>
16126
16127 * lread.c (safe_to_load_p): Fix the logic.
16128
16129 * syntax.c (scan_words): Don't treat characters belonging to
16130 different scripts as constituting a word.
16131
16132 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16133
16134 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16135
16136 * emacs.c (main): In the case of --unibyte, instead of aborting on
16137 finding non-empty buffer, make it unibyte.
16138
161392008-02-01 Kenichi Handa <handa@m17n.org>
16140
16141 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16142 to create a fontset.
16143
161442008-02-01 Dave Love <fx@gnu.org>
16145
16146 * character.c (Funibyte_char_to_multibyte): Doc fix.
16147
16148 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16149
161502008-02-01 Kenichi Handa <handa@m17n.org>
16151
16152 * fontset.c (fontset_add): Make the type `int'.
16153 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16154
16155 * character.c (unibyte_char_to_multibyte)
16156 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16157 charset_unibyte, not charset_primary.
16158
16159 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16160
16161 * charset.c (charset_unibyte): Rename from charset_primary.
16162 (Funibyte_charset): Rename from Fprimary_charset.
16163 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16164 (syms_of_charset): Adjust for the above changes.
16165
16166 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16167 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16168 it->multibyte_p is zero.
16169
16170 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16171 Delete extern.
16172
161732008-02-01 Kenichi Handa <handa@m17n.org>
16174
16175 * coding.c (Fdefine_coding_system_internal): Fix category setting
16176 for a coding system of type iso-2022.
16177
161782008-02-01 Kenichi Handa <handa@m17n.org>
16179
16180 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16181
161822008-02-01 Kenichi Handa <handa@m17n.org>
16183
16184 * syntax.c (Vnext_word_boundary_function_table): New variable.
16185 (next-word-boundary-function-table): Declare it as a Lisp variable
16186 in syms_of_syntax.
16187 (scan_words): Call functions in Vnext_word_boundary_function_table
16188 if any.
16189
16190 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16191
16192 * fontset.c (fs_load_font): If fontp->charset is not negative,
16193 return fontp without setting its members.
16194
161952008-02-01 Dave Love <fx@gnu.org>
16196
16197 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16198
16199 * m/sparc.h (HAVE_ALLOCA): Delete.
16200
16201 * s/irix6-5.h: Don't include strings.h.
16202 (bcopy, bzero, bcmp): Don't undef.
16203
16204 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16205
16206 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16207 (TIOCSIGSEND): Don't test IRIX6.
16208 (bcopy, bzero, bcmp): Define conditionally.
16209
162102008-02-01 Kenichi Handa <handa@m17n.org>
16211
16212 * buffer.c (Qas, Qmake, Qto): New variables.
16213 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16214 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16215
16216 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16217 we are inserting a process output into a multibyte buffer.
16218
16219 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16220 multibyte_char_to_unibyte.
16221
16222 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16223 by the primary charset, make it eight-bit char.
16224 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16225
16226 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16227 (charset_8_bit__control, charset_8_bit_graphic)
16228 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16229 (define_charset_internal): New function.
16230 (syms_of_charset): Call define_charset_internal for pre-defined
16231 charsets.
16232
16233 * charset.h (charset_8_bit): Extern it.
16234
16235 * coding.c (make_conversion_work_buffer): Adjust for the change
16236 of Fset_buffer_multibyte.
16237 (encode_coding_raw_text): Increment p0 in the loop.
16238
16239 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16240
16241 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16242 for the change of Fset_buffer_multibyte.
16243
16244 * fns.c (Fstring_to_multibyte): New function.
16245 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16246
162472008-02-01 Dave Love <fx@gnu.org>
16248
16249 * xfns.c (x_put_x_image): Declare args.
16250
16251 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16252 (try_font_list): Declare an arg.
16253
16254 * xdisp.c (message2_nolog, set_message): Declare an arg.
16255
16256 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16257
16258 * syntax.c (scan_sexps_forward): Declare an arg.
16259
16260 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16261 Declare an arg.
16262
16263 * lisp.h (Fnew_fontset): Declare.
16264
16265 * keymap.c (push_key_description): Call CHARACTERP correctly.
16266
16267 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16268 (face_for_char): Delete unused vars.
16269 (Fset_fontset_font): Doc fix. Delete unused vars.
16270
16271 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16272
16273 * composite.c (update_compositions): Declare arg.
16274
16275 * cm.c (calccost, cmgoto): Declare args.
16276
16277 * charset.c: Remove `emacs' conditional. Doc fixes.
16278 (map_char_table_for_charset): Declare.
16279
16280 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16281
16282 * ccl.c: Remove `emacs' conditional.
16283
162842008-02-01 Kenichi Handa <handa@m17n.org>
16285
16286 The following changes are to allow specifying multiple font
16287 patterns for a character range (specified by script or charset).
16288
16289 * Makefile.in (abbrev.o): Depend on syntax.h.
16290 (xfaces.o): Depend on charset.h.
16291
16292 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16293 SINGLE_BYTE_CHAR_P.
16294
16295 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16296
16297 * character.h (Vchar_script_table): Extern it.
16298
16299 * character.c (Vscript_alist): Delete.
16300 (Vchar_script_table, Qchar_script_table): New variable.
16301 (syms_of_character): Declare Vchar_script_table as a lisp variable
16302 and initialize it.
16303
16304 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16305 have property char-table-extra-slots, make no extra slot.
16306
16307 * dispextern.h (struct face): Delete member `charset'.
16308 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16309 SINGLE_BYTE_CHAR_P.
16310 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16311 Add prototypes.
16312 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
16313 (generate_ascii_font_name): Rename from generate_ascii_font.
16314
16315 * fontset.h (get_font_repertory_func): New prototype.
16316 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
16317 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
16318
16319 * fontset.c (Qprepend, Qappend): New variables.
16320 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
16321 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
16322 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
16323 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
16324 (fontset_ref_and_range, fontset_add, reorder_font_vector)
16325 (load_font_get_repertory): New functions.
16326 (fontset_set): Delete.
16327 (fontset_face): New arg FACE. Return face ID, not face.
16328 Complete re-write to handle new fontset structure. Change caller.
16329 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16330 (face_for_char): Don't call lookup_face.
16331 (make_fontset_for_ascii_face): New arg FACE.
16332 (fs_load_font): New arg CHARSET_ID. Don't check
16333 Vfont_encoding_alist here.
16334 (find_font_encoding): New function.
16335 (list_fontsets): Use STRINGP, not ! NILP.
16336 (accumulate_script_ranges): New function.
16337 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
16338 re-written to handle new fontset structure.
16339 (Ffontset_font): Return a copy of element.
16340 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
16341 docstring of font-encoding-alist.
16342
16343 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
16344 (Fset_fotset_font): Fix arguments to 5.
16345
16346 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
16347
16348 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
16349 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16350 (highlight_trailing_whitespace): Adjust for the change of
16351 lookup_named_face.
16352
16353 * xfaces.c: Include charset.h.
16354 (load_face_font): Delete argument C. Change caller.
16355 (generate_ascii_font_name): Rename from generate_ascii_font.
16356 (font_name_registry): New function.
16357 (cache_face): Store ascii faces before non-ascii faces in buckets.
16358 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
16359 Lookup only ascii faces.
16360 (lookup_non_ascii_face): New function.
16361 (lookup_named_face): Delete argument C. Change caller.
16362 (lookup_derived_face): Delete argument C. Change caller.
16363 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
16364 a string, just call font_list with it.
16365 (choose_face_font): Delete arguments FACE and C. New arg
16366 FONT_SPEC. Change caller.
16367 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
16368 Change caller.
16369 (realize_non_ascii_face): New function.
16370 (realize_x_face): Call load_face_font here.
16371 (realize_tty_face): Delete argument C. Change caller.
16372 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
16373 get a face ID.
16374 (dump_realized_face): Don't print charset of FACE.
16375
16376 * xfns.c (x_set_font): Always call x_new_fontset and
16377 store_frame_parameter.
16378 (Fx_create_frame): Call x_new_fontset, not x_new_font.
16379 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
16380
16381 * xterm.h (x_get_font_repertory): Extern it.
16382
16383 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16384 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16385 it->multibyte_p is zero.
16386 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16387 (x_new_fontset): If FONTSETNAME doesn't match any existing
16388 fontsets, create a new one.
16389 (x_get_font_repertory): New function.
16390
163912008-02-01 Kenichi Handa <handa@m17n.org>
16392
16393 * coding.c (Ffind_coding_systems_region_internal): Detect an
16394 ASCII only string correctly.
16395
16396 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
16397 version is 0.
16398
163992008-02-01 Kenichi Handa <handa@m17n.org>
16400
16401 * lread.c: Include "coding.h".
16402 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
16403 (load_each_byte, unread_char): New variables.
16404 (readchar_backlog): Delete.
16405 (readchar): Return a character unless load_each_byte is nonzero.
16406 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
16407 cons. If unread_char is not -1, simply return it.
16408 (unreadchar): Handle the case that readcharfun is
16409 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
16410 (read_multibyte): Delete.
16411 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
16412 (read_emacs_mule_char): New functions.
16413 (Fload): Even if the file doesn't have the extension ".elc", if
16414 safe_to_load_p returns a positive version number, assume that the
16415 file contains bytecompiled code. If the version is less than 22,
16416 load the file while decoding multibyte sequences by emacs-mule.
16417 (readevalloop): Don't use readchar_backlog.
16418 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
16419 (Fread_from_string): Pay attention to the case that STREAM is a cons.
16420 (read_escape): Delete the arg BYTEREP.
16421 (read1): Set load_each_byte to 1 temporarily while handling
16422 #@NUMBER. Don't call read_multibyte.
16423 (read_vector): Call Fread with a cons. If readcharfun is
16424 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
16425 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
16426 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
16427 and Qload_force_doc_strings.
16428
164292008-02-01 Kenichi Handa <handa@m17n.org>
16430
16431 * xdisp.c (face_before_or_after_it_pos): Call
16432 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16433
164342008-02-01 Kenichi Handa <handa@m17n.org>
16435
16436 * character.h (TRAILING_CODE_P): New macro.
16437 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
16438 (string_char_with_unification): Fix prototype.
16439 (Vscript_alist): Extern it.
16440
16441 * character.c (Vscript_alist): New variable.
16442 (string_char_with_unification, str_as_unibyte)
16443 (string_escape_byte8): Add `const' to local variables.
16444 (syms_of_character): Declare script-alist as a Lisp variable.
16445
16446 * charset.h (Vcharset_ordered_list): Extern it.
16447 (charset_ordered_list_tick): Extern it.
16448 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
16449 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
16450 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
16451 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
16452 (Funify_charset): Adjust for the change of Funify_charset.
16453
16454 * charset.c (charset_ordered_list_tick): New variable.
16455 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
16456 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
16457 deunify intead of unify a charset.
16458 (string_xstring_p): Add `const' to local variables.
16459 (find_charsets_in_text): Add `const' to arguments and local variables.
16460 (encode_char): Adjust for the change of Funify_charset. Fix
16461 detecting of invalid code.
16462 (Fset_charset_priority): Increment charset_ordered_list_tick.
16463 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
16464 and TO_CODE.
16465
16466 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
16467 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
16468 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
16469 (decode_coding_ccl, consume_chars)
16470 (Ffind_coding_systems_region_internal)
16471 (Fcheck_coding_systems_region): Add `const' to local variables.
16472
16473 * print.c (print_object): Use octal form for printing the
16474 contents of a bool vector.
16475
164762008-02-01 Dave Love <fx@gnu.org>
16477
16478 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
16479 <version == 20>: Refuse to load.
16480
164812008-02-01 Dave Love <fx@gnu.org>
16482
16483 * fns.c: Move coding.h.
16484 (Qcodeset, Qdays, Qmonths): New.
16485 (concat): Use CHARACTERP instead of INTEGERP.
16486 (Flocale_codeset): Delete.
16487 (Flanginfo): New function.
16488 (syms_of_fns): Change accordingly.
16489
16490 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
16491
164922008-02-01 Dave Love <fx@gnu.org>
16493
16494 * casetab.c (init_casetab_once, init_casetab_once): Fix
16495 CHAR_TABLE_SET call.
16496
16497 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
16498
16499 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
16500
16501 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
16502 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
16503 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
16504
16505 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
16506
16507 * coding.c (ENCODE_DESIGNATION, decode_eol)
16508 (make_conversion_work_buffer, code_conversion_restore)
16509 (Fdefine_coding_system_internal): Convert Lisp types.
16510 (code_conversion_restore): Use EQ, not ==.
16511 (Fencode_coding_string): Fix code_convert_string call.
16512
16513 * coding.h (code_convert_region): Fix prototype.
16514
16515 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
16516
16517 * fontset.c (fontset_ref, fontset_set, fs_load_font)
16518 (Ffontset_info): Convert Lisp types.
16519
16520 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
16521
16522 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
16523
16524 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
16525
16526 * chartab.c: Include "...h", not <...h> in some cases.
16527
16528 * callproc.c (Fcall_process): Remove unused variables.
16529
165302008-02-01 Dave Love <fx@gnu.org>
16531
16532 * coding.c (Fset_coding_system_priority): Allow null arg list.
16533
165342008-02-01 Dave Love <fx@gnu.org>
16535
16536 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16537 (Fself_insert_and_exit): Use CHARACTERP.
16538
16539 * callproc.c (Fcall_process): Remove unused vars.
16540
16541 * xterm.c (XTread_socket): Add extra dead keysyms.
16542
16543 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
16544
16545 * dispextern.h: Remove prototypes for redraw_frame,
16546 redraw_garbaged_frames.
16547
16548 * cmds.c (Fself_insert_command): Use CHARACTERP.
16549
16550 * chartab.c (make_sub_char_table): Remove unused var.
16551 (Fset_char_table_default, Fmap_char_table): Doc fix.
16552
16553 * keymap.c (access_keymap): Remove generic char code.
16554 (push_key_description): Use CHARACTERP.
16555
165562008-02-01 Dave Love <fx@gnu.org>
16557
16558 * charset.c: Doc fixes.
16559 (Funify_charset): Extra checking.
16560
165612008-02-01 Dave Love <fx@gnu.org>
16562
16563 * lread.c: Remove some unused variables.
16564 (safe_to_load_p): If safe, return the magic number version byte.
16565 (Fload): Maybe use load-with-code-conversion.
16566
165672008-02-01 Kenichi Handa <handa@m17n.org>
16568
16569 * category.c (Fmodify_category_entry): Don't modify the contents
16570 of category_set for characters out of the range. Avoid
16571 unnecessary modification.
16572
16573 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
16574 Vchar_unify_table. The default value of the table is now nil.
16575
16576 * character.c (syms_of_character): Setup Vchar_width_table for
16577 eight-bit-control and raw-byte chars.
16578
16579 * charset.h (enum define_charset_arg_index): Delete
16580 charset_arg_parents and add charset_arg_subset and
16581 charset_arg_superset.
16582 (enum charset_attr_index): Delete charset_parents and add
16583 charset_subset and charset_superset.
16584 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
16585 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
16586 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
16587 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
16588 (CHARSET_SUPERSET): New macros.
16589 (charset_work): Extern it.
16590 (ENCODE_CHAR): Use charset_work.
16591 (CHAR_CHARSET_P): Adjust for the change of encoder format.
16592 (map_charset_chars): Extern it.
16593
16594 * charset.c (load_charset_map): Set the default value of encoder
16595 and deunifier char-tables to nil.
16596 (map_charset_chars): Change argument. Change callers. Use
16597 map_char_table_for_charset instead of map_char_table.
16598 (Fmap_charset_chars): New optional args from_code and to_code.
16599 (Fdefine_charset_internal): Adjust for the change of
16600 `define-charset' (:parents -> :subset or :superset).
16601 (charset_work): New variable.
16602 (encode_char, syms_of_charset): Adjust for the change of
16603 Fdefine_charset_internal.
16604 (Ffind_charset_string): Setup the vector `charsets' correctly.
16605
16606 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
16607 the previous change.
16608 (char_table_ref_and_range): Adjust for the above change.
16609 (map_sub_char_table_for_charset): New function.
16610 (map_char_table_for_charset): New function.
16611
16612 * keymap.c (describe_vector): Handle a char-table directly here.
16613 (describe_char_table): Delete.
16614
16615 * lisp.h (map_charset_chars): Delete.
16616
166172008-02-01 Dave Love <fx@gnu.org>
16618
16619 * fns.c (count_combining): Comment out (unused).
16620 (Flocale_codeset): New.
16621 (syms_of_fns): Defsubr it.
16622
16623 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
16624 (size_t): Remove.
16625
166262008-02-01 Dave Love <fx@gnu.org>
16627
16628 * Makefile.in (chartab.o): Depend on charset.h.
16629
166302008-02-01 Kenichi Handa <handa@m17n.org>
16631
16632 * character.c (syms_of_character): Set the default value of
16633 Vprintable_chars to Qnil.
16634
166352008-02-01 Dave Love <fx@gnu.org>
16636
16637 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
16638
166392008-02-01 Kenichi Handa <handa@m17n.org>
16640
16641 * charset.c (load_charset_map): Handle the case that from < to
16642 correctly.
16643
16644 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
16645 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
16646 Pay attention to raw-8-bit chars.
16647
166482008-02-01 Kenichi Handa <handa@m17n.org>
16649
16650 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
16651 It is not bytecompiled now.
16652
16653 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
16654 (charset_jisx0208): New variables.
16655 (Fdefine_charset_internal): Setup them if appropriate.
16656 (init_charset_once): Initialize them to -1.
16657
16658 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
16659 (charset_jisx0208): Extern them.
16660
16661 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
16662 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
16663 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
16664 (setup_iso_safe_charsets): Fix arguments to Fassq.
16665 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
16666 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
16667 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
16668 (encode_coding_iso_2022): Change the 1st arg to
16669 ENCODE_ISO_CHARACTER to a variable.
16670
166712008-02-01 Kenichi Handa <handa@m17n.org>
16672
16673 * charset.h (enum define_charset_arg_index): New enums
16674 charset_arg_min_code and charset_arg_max_code.
16675 (struct charset): New member char_index_offset.
16676
16677 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
16678 Take charset->char_index_offset into account.
16679 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
16680 args[charset_arg_max_code]. Setup charset.char_index_offset.
16681 (syms_of_charset): Fix args to Fdefine_charset_internal.
16682
166832008-02-01 Dave Love <fx@gnu.org>
16684
16685 * coding.c (decode_coding_utf_8): Reject overlong sequences.
16686
166872008-02-01 Dave Love <fx@gnu.org>
16688
16689 * coding.c: Doc fixes.
16690 (Fcoding_system_aliases): Fix return value.
16691 (Qmac): Remove (duplicated) definition.
16692
166932008-02-01 Dave Love <fx@gnu.org>
16694
362654a6
JB
16695 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16696 New functions.
aac0c6e3
MR
16697
16698 * character.c (Fstring): Doc fix.
16699
16700 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16701
362654a6 16702 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
16703 (font-encoding-alist): Doc fix.
16704
167052008-02-01 Dave Love <fx@gnu.org>
16706
16707 * term.c (costs_set): Declare static, non-initialized for pcc.
16708 (encode_terminal_code): Remove unused var.
16709
16710 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
16711 for K&R.
16712
16713 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
16714
16715 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
16716 (suffixes): Move out of make_subsidiaries for K&R.
16717
16718 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
16719
16720 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
16721
167222008-02-01 Dave Love <fx@gnu.org>
16723
16724 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
16725
16726 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
16727
167282008-02-01 Yong Lu <lyongu@asia-infonet.com>
16729
16730 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
16731
16732 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
16733
167342008-02-01 Kenichi Handa <handa@m17n.org>
16735
16736 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
16737 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
16738
167392008-02-01 Kenichi Handa <handa@m17n.org>
16740
16741 * coding.c (decode_coding_charset): Adjust for the change of
16742 Fdefine_coding_system_internal.
16743 (Fdefine_coding_system_internal): For a coding system of
16744 `charset' type, store a list of charset IDs in
16745 `charset_attr_charset_valids' element of coding attributes.
16746
167472008-02-01 Kenichi Handa <handa@m17n.org>
16748
16749 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
16750 (emacs_mule_char): New arg src. Delete arg `composition'. Change
16751 caller. Handle 2-byte and 3-byte charsets correctly.
16752 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
16753 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
16754 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
16755 (DECODE_EMACS_MULE_21_COMPOSITION): Call
16756 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
16757 sequence.
16758 (decode_coding_emacs_mule): Handle composition correctly. Rewind
16759 `src' and `consumed_chars' correctly before calling emacs_mule_char.
16760 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
16761 and alt&rule composition.
16762 (decode_coding_iso_2022): Handle composition correctly.
16763 (init_coding_once): Setup emacs_mule_bytes for private charsets.
16764
16765 * charset.c (Fdefine_charset_internal): Fix bug for the case of
16766 re-defining a charset. If the charset has :emacs-mule-id, setup
16767 emacs_mule_bytes.
16768 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
16769
167702008-02-01 Kenichi Handa <handa@m17n.org>
16771
16772 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
16773 (encode_coding_big5, encode_coding_charset): If coding requires safe
16774 encoding, produce a character specified by
16775 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16776
167772008-02-01 Dave Love <fx@gnu.org>
16778
16779 * xterm.c (XSetIMValues): Declare.
16780
16781 * process.c: Conditionally include sys/wait.h, pty.h.
16782
16783 * print.c (print_object): Fix print format for 64-bit systems.
16784
16785 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
16786
16787 * buffer.c (emacs_strerror): Declare.
16788
16789 * fontset.c (Fclear_face_cache): Declare.
16790 (accumulate_font_info): Comment-out (unused).
16791 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
16792 variables.
16793
16794 * character.h (string_escape_byte8): Declare.
16795
16796 * charset.c (load_charset_map, load_charset_map_from_file): Remove
16797 unused vars.
16798 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
16799 (Fmap_charset_chars): Doc fix.
16800
16801 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
16802 (Fset_coding_system_priority, Fset_coding_system_priority)
16803 (Fdefine_coding_system_internal): Doc fix.
16804
168052008-02-01 Dave Love <fx@gnu.org>
16806
16807 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
16808
168092008-02-01 Kenichi Handa <handa@m17n.org>
16810
16811 * character.c (string_escape_byte8): Make multibyte string with
16812 correct size.
16813
16814 * charset.c (Fmake_char): Delete unnecessary code.
16815
168162008-02-01 Kenichi Handa <handa@m17n.org>
16817
16818 * xfns.c (x_encode_text): Allocate coding.destination here, and
16819 call encode_coding_object with dst_object Qnil.
16820
16821 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
16822 multibyte form correctly.
16823
16824 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
16825 against Vfont_encoding_alist.
16826
16827 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
16828 handling of charset list.
16829 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
16830 (decode_coding_object): Move point to coding->dst_pos before
16831 calling post-read-conversion function.
16832 (encode_coding_object): Give correct arguments to
16833 pre-write-conversion. Ignore the return value of
16834 pre-write-conversion function. Pay attention to the case that
16835 pre-write-conversion changes the current buffer. If dst_object is
16836 Qt, even if coding->src_bytes is zero, allocate at least one byte
16837 to coding->destination.
16838
16839 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
16840
16841 * charset.c (Fmake_char): Make it more backward compatible.
16842 (Fmap_charset_chars): Fix docstring.
16843
168442008-02-01 Dave Love <fx@gnu.org>
16845
16846 * coding.c: Doc fixes.
16847 (Fdefine_coding_system_alias): Use names, not symbols, in
16848 coding-system-alist.
16849
168502008-02-01 Kenichi Handa <handa@m17n.org>
16851
16852 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
16853 of calling free_realized_face.
16854
168552008-02-01 Yong Lu <lyongu@asia-infonet.com>
16856
16857 * charset.c (read_hex): Don't treat SPC as a comment starter.
16858 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
16859 (Fdecode_char): Fix typo.
16860
168612008-02-01 Kenichi Handa <handa@m17n.org>
16862
16863 * charset.h (struct charset): New member `code_space_mask'.
16864
16865 * coding.c (coding_set_source): Delete the local variable beg_byte.
16866 (encode_coding_charset, Fdefine_coding_system_internal):
16867 Delete the local variable charset.
16868 (Fdefine_coding_system_internal): Setup
16869 attrs[coding_attr_charset_valids] correctly.
16870
16871 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
16872 member to check if CODE is valid or not.
16873 (Fdefine_charset_internal): Initialize `code_space_mask' member.
16874 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
16875 is within the range of charset->min_code and carset->max_code.
16876
168772008-02-01 Dave Love <fx@gnu.org>
16878
16879 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
16880
16881 * dispextern.h (generate_ascii_font): Fix return type.
16882
16883 * xfaces.c (generate_ascii_font): Fix arg declaration.
16884
16885 * coding.c (coding_inherit_eol_type)
16886 (Fset_terminal_coding_system_internal)
16887 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
16888
168892008-02-01 Kenichi Handa <handa@m17n.org>
16890
16891 * coding.c (decode_coding_charset, encode_coding_charset): Handle
16892 multiple charsets correctly.
16893
168942008-02-01 Kenichi Handa <handa@m17n.org>
16895
16896 * search.c (boyer_moore): Fix handling of multibyte character
16897 translation.
16898
16899 * xdisp.c (display_mode_element): When the variable `elt' is
16900 changed, update `this' and `lisp_string'.
16901
169022008-02-01 Kenichi Handa <handa@m17n.org>
16903
16904 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
16905
16906 * callproc.c (Fcall_process): Be sure to give the current buffer
16907 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
16908
16909 * charset.c (struct charset_map_entries): New struct.
16910 (load_charset_map): Rename from parse_charset_map. New args
16911 entries and n_entries. Change caller.
16912 (load_charset_map_from_file): Rename from load_charset_map.
16913 Change caller. New arg control_flag. Call load_charset_map at
16914 the tail.
16915 (load_charset_map_from_vector): New function.
16916 (Fdefine_charset_internal): Setup charset.compact_codes_p.
16917 (encode_char): If the charset is compact, change a character index
16918 to a code point.
16919
16920 * coding.c (coding_alloc_by_making_gap): Check the case that the
16921 source and destination are the same correctly.
16922 (decode_coding_raw_text): Set coding->consumed_char and
16923 coding->consumed to 0.
16924 (produce_chars): If coding->chars_at_source is nonzero, update
16925 coding->consumed_char and coding->consumed before calling
16926 alloc_destination.
16927 (Fdefine_coding_system_alias): Register ALIAS in
16928 Vcoding_system_alist.
16929 (syms_of_coding): Define `no-conversion' coding system at the tail.
16930
16931 * fileio.c (Finsert_file_contents): Set coding_system instead of
16932 val. If the current buffer is multibyte, always call
16933 decode_coding_gap.
16934
16935 * xfaces.c (try_font_list): Give higher priority to fontset's
16936 family than face's family.
16937
169382008-02-01 Kenichi Handa <handa@m17n.org>
16939
16940 * callproc.c (Fcall_process): Be sure to give the current buffer
16941 to decode_coding_c_string.
16942
16943 * xfaces.c (try_font_list): Give a family specified in a fontset
16944 higher priority than a family specified in a face.
16945
169462008-02-01 Kenichi Handa <handa@m17n.org>
16947
16948 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
16949 Fix arguments to insert_from_buffer.
16950
16951 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
16952
169532008-02-01 Kenichi Handa <handa@m17n.org>
16954
16955 * coding.c (produce_chars): Set the variable `multibytep' correctly.
16956 (decode_coding_gap): Set coding->dst_multibyte correctly.
16957
169582008-02-01 Kenichi Handa <handa@m17n.org>
16959
16960 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
16961 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
16962 (encode_coding_utf_16): Substitute coding->default_char for
16963 non-Unicode characters.
16964 (decode_coding): Don't call record_insert here.
16965 (setup_coding_system): Initialize `surrogate' of
16966 coding->spec.utf_16 to 0.
16967 (EMIT_ONE_BYTE): Fix for multibyte case.
16968
16969 * insdel.c (insert_from_gap): Call record_insert.
16970
169712008-02-01 Kenichi Handa <handa@m17n.org>
16972
16973 * casefiddle.c (casify_region): Fix multibyte case.
16974
16975 * character.c (c_string_width): Add return type `int'.
16976 (char_string_with_unification): Delete arg ADVANCED.
16977
16978 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
16979 (CHAR_STRING): Adjust for the change of char_string_with_unification.
16980 (CHAR_STRING_ADVANCE): Make it do-while statement.
16981
16982 * chartab.c (sub_char_table_set_range): Optimize for the case
16983 DEPTH == 3. Add workaround code for a GCC optimization bug.
16984
16985 * charset.c (parse_charset_map): Remove an unused variable.
16986
16987 * coding.c: Delete unused variables.
16988
16989 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
16990 earlier. If inserted is zero and the coding system doesn't
16991 require flushing, don't call decode_coding_gap.
16992
16993 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
16994
169952008-02-01 Kenichi Handa <handa@m17n.org>
16996
16997 The following changes are for using Unicode as an internal
16998 character model, and use UTF-8 format for buffer/string
16999 representation.
17000
17001 * .gdbinit (xchartable): Adjust for the change of char table structure.
17002 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17003
17004 * Makefile.in (obj): Add character.o and chartab.o.
17005 (lisp, shortlisp): Remove utf-8.elc.
17006 (*.o): For many files, change dependency on charset.h to
17007 character.h, and add dependency on character.h.
17008 (character.o, chartab.o): New targets.
17009
17010 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17011 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17012 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17013 of "charset.h".
17014
17015 * dired.c, filelock.c: Include "character.h".
17016
17017 * alloc.c: Include "character.h" instead of "charset.h".
17018 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17019 (syms_of_alloc): Remove defsubr for Smake_char_table.
17020
17021 * buffer.c: Include "character.h" instead of "charset.h", don't
17022 include "coding.h".
17023 (Fset_buffer_multibyte): Adjust for UTF-8.
17024
17025 * buffer.h: EXFUN Fbuffer_live_p.
17026
17027 * callproc.c: Include "character.h" instead of "charset.h".
17028 (Fcall_process): Big change for the new code-conversion APIs.
17029
17030 * casetab.c: Include "character.h" instead of "charset.h".
17031 (set_canon, set_identity, shuffle): Adjust for the new
17032 map_char_table spec.
17033 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17034 accessing the char table structure.
17035
17036 * chartab.c: New file that implements char table.
17037
17038 * category.c: Include "character.h".
17039 (copy_category_entry): New function.
17040 (copy_category_table): Call map_char_table and copy_category_entry.
17041 (Fmake_category_table): Initialize all top-level slots.
17042 (char_category_set): New function.
17043 (modify_lower_category_set): Delete.
17044 (Fmodify_category_entry): Call char_table_ref_and_range.
17045
17046 * category.h (CATEGORY_SET): Just call char_category_set.
17047
17048 * ccl.c: Include "character.h".
17049 (Qccl, Qcclp): New variables.
17050 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17051 it's less than 256.
17052 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17053 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17054 and DST type.
17055 (ccl_driver): Change types of argument, adjust code accordingly.
17056 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17057 ccl_driver.
17058 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17059
17060 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17061 New members src_multibyte, dst_multibyte, consumed, and produced.
17062 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17063 (CODING_SPEC_CCL_PROGRAM): New macro.
17064 (ccl_driver): Update prototype.
17065 (Qccl, Qcclp, Fccl_program_p): Extern them.
17066 (CHECK_CCL_PROGRAM): New macro.
17067
17068 * character.c, character.h, chartab.c: New files.
17069
17070 * charset.c: Mostly re-written. Move character and multibyte sequence
17071 handling codes to character.c.
17072
17073 * charset.h: Mostly re-written. Move character and multibyte sequence
17074 handling codes to character.h.
17075
17076 * coding.c, coding.h: Mostly re-written.
17077
17078 * composite.c: Include "character.h" instead of "charset.h".
17079 (CHAR_WIDTH): Move to character.h.
17080 (HASH_KEY, HASH_VALUE): Delete.
17081
17082 * composite.h (enum composition_method): Change order of enumeration
17083 symbols.
17084
17085 * data.c: Include "character.h" instead of "charset.h".
17086 (Faref): Call CHAR_TABLE_REF for a char table.
17087 (Faset): Call CHAR_TABLE_SET for a char table.
17088
17089 * dispextern.h (free_realized_face, check_face_attribytes)
17090 (generate_ascii_font): Extern them.
17091 (free_realized_multibyte_face): Delete extern.
17092
17093 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17094 table structure.
17095
17096 * editfns.c: Include "character.h" instead of "charset.h".
17097 (Fchar_to_string): Always call CHAR_STRING.
17098
17099 * emacs.c (main): Call init_charset_once, init_charset,
17100 syms_of_chartab, and syms_of_character.
17101
17102 * fileio.c: Include "character.h" instead of "charset.h".
17103 (Finsert_file_contents): Big change for the new code-conversion API.
17104 (choose_write_coding_system, Fwrite_region): Likewise.
17105 (build_annotations_2): Delete.
17106 (e_write): Big change for the new code-conversion API.
17107
17108 * fns.c: Include "character.h" instead of "charset.h".
17109 (copy_sub_char_table): Move to chartab.c.
17110 (Fcopy_sequence): Call copy_char_table for a char table.
17111 (concat): Delete codes calling count_multibyte.
17112 (string_char_to_byte, string_byte_to_char): Adjust for the new
17113 multibyte form.
17114 (internal_equal): Adjust for the change of char table structure.
17115 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17116 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17117 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17118 (char_table_translate, optimize_sub_char_table)
17119 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17120 chartab.c.
17121 (char_table_ref_and_index): Delete.
17122 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17123 (Fmd5): Call preferred_coding_system instead of accessing
17124 Vcoding_category_list. Adjust for the new code-conversion API.
17125 (syms_of_fns): Move defsubr for char table related functions to
17126 chartab.c.
17127
17128 * fontset.c: Mostly re-written.
17129
17130 * fontset.h (struct font_info): Change type of the member encoding_type.
17131 (enum FONT_SPEC_INDEX): New enum.
17132 (fontset_font_pattern, fs_load_font): Update prototype.
17133 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17134
17135 * indent.c: Include "character.h" instead of "charset.h".
17136 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17137
17138 * insdel.c: Include "character.h" instead of "charset.h".
17139 (copy_text): Don't refer to Vnonascii_translation_table.
17140 (insert_from_gap): New function.
17141
17142 * keyboard.c: Include "character.h" instead of "charset.h".
17143 (command_loop_1): Never call direct_output_forward_char before
17144 a non-ASCII character.
17145 (read_char): If Vkeyboard_translate_table is a char table, always
17146 translate a character.
17147
17148 * keymap.c: Include "character.h".
17149 (store_in_keymap): Handle the case that IDX is a cons.
17150 (Fdefine_key): Handle the case that KEY is a cons and the car part
17151 is also a cons (range).
17152 (push_key_description): Adjust for the new character code.
17153 (describe_vector): Call describe_char_table for a char table.
17154 (describe_char_table): New function.
17155
17156 * keymap.h (describe_char_table): Extern it.
17157
17158 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17159 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17160 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17161 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17162 Delete.
17163 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17164 structure.
17165 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17166 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17167 (CHARTAB_SIZE_BITS_3): New macros.
17168 (chartab_size): Extern it.
17169 (struct Lisp_Char_Table): Re-design.
17170 (struct Lisp_Sub_Char_Table): New structure.
17171 (HASH_KEY, HASH_VALUE): Move from fns.c.
17172 (CHARACTERBITS): Define as 22.
17173 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17174 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17175 (GC_SUB_CHAR_TABLE_P): New macro.
17176 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17177 (code_convert_string_norecord): Deleted extern.
17178 (init_character_once, syms_of_character, init_charset)
17179 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17180
17181 * lread.c: Include "character.h".
17182 (read_multibyte): New arg NBYTES.
17183 (read_escape): Change the meaning of returned *BYTEREP.
17184 (to_multibyte): Delete.
17185 (read1): Adjust the handling of char table and string.
17186
17187 * print.c: Include "character.h" instead of "charset.h".
17188 (print_string): Convert 8-bit raw bytes to octal form by
17189 string_escape_byte8.
17190 (print_object): Adjust for the new multibyte form. Print 8-bit
17191 raw bytes always in octal form. Handle sub char table correctly.
17192
17193 * process.c: Include "character.h" instead of "charset.h".
17194 (read_process_output, send_process): Adjust for the new
17195 code-conversion API.
17196
17197 * puresize.h (BASE_PURESIZE): Increase.
17198
17199 * regex.c: Include "character.h" instead of "charset.h".
17200 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17201 (regex_compile): Accept a range whose starting and ending
17202 character have different leading bytes.
17203 (analyse_first): Adjust for the above change.
17204
17205 * search.c: Include "character.h" instead of "charset.h".
17206 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17207 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17208
17209 * syntax.c: Include "character.h" instead of "charset.h".
17210 (syntax_parent_lookup): Delete.
17211 (Fmodify_syntax_entry): Accept a cons as CHAR.
17212 (skip_chars): Adjust for the new multibyte form.
17213 (init_syntax_once): Call char_table_set_range instead of directly
17214 accessing the structure of a char table.
17215
17216 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17217 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17218 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17219 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17220
17221 * term.c: Include "buffer.h" and "character.h".
17222 (encode_terminal_code, write_glyphs): Adjust for the new
17223 code-conversion API.
17224 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17225
17226 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17227
17228 * xdisp.c: Include "character.h".
17229 (get_next_display_element): Adjust for the new multibyte form.
17230 (disp_char_vector): Adjust for the new char table structure.
17231 (decode_mode_spec_coding): Adjust for the new structure of
17232 coding system.
17233 (decode_mode_spec): Adjust for the new code-conversion API.
17234
17235 * xfaces.c: Include "character.h" instead of "charset.h".
17236 (load_face_font): Adjust for the change of choose_face_font and
17237 FS_LOAD_FONT.
17238 (generate_ascii_font): New function.
17239 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17240 (set_font_frame_param): Adjust for the change of choose_face_font.
17241 (free_realized_face): Make it public.
17242 (free_realized_faces_for_fontset): Rename from
17243 free_realized_multibyte_face. Free also faces realized for ASCII.
17244 (choose_face_font): Change arguments. Adjust for the change of
17245 fontset_font_pattern and FS_LOAD_FONT.
17246
17247 * xfns.c: Include "character.h".
17248 (x_encode_text): Adjust for the new code-conversion API.
17249
17250 * xselect.c: Don't include "charset.h".
17251 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17252
17253 * xterm.c: Include "character.h".
17254 (x_encode_char): New argument CHARSET. Change caller.
17255 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17256 Call ENCODE_CHAR instead of SPLIT_CHAR.
17257 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17258 CHAR_WIDTH instead of CHARSET_WIDTH.
17259 (XTread_socket): Adjust for the new code-conversion API.
17260 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17261 (x_load_font): Adjust for the change of struct font.
17262
172632008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17264
17265 * xfaces.c (face_at_buffer_position): Remove unused vars.
17266
172672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17268
17269 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17270 Fix overflow checking.
17271
172722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17273
17274 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17275 Cancel previous change.
17276
172772008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17278
17279 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17280 ccl->eight_bit_control. Fix check for buffer overflow.
17281 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17282 (ccl_driver): Initialize extra_bytes to 0.
17283
172842008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17285
17286 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17287 return it ORed with ctrl_modifier.
17288
172892008-01-29 Miles Bader <miles@gnu.org>
17290
17291 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17292
172932008-01-28 Jason Rumney <jasonr@gnu.org>
17294
17295 * w32.c (stat): Don't double check for networked drive.
17296
172972008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17298
17299 * window.c (run_window_configuration_change_hook): New function.
17300 Code extracted from set_window_buffer. Set the selected frame.
17301 (set_window_buffer): Use it.
17302 * window.h (run_window_configuration_change_hook): Declare.
17303 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17304
17305 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17306
173072008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17308
17309 * Makefile.in: Remove references to unused macros.
17310
173112008-01-26 Eli Zaretskii <eliz@gnu.org>
17312
17313 * w32.c (g_b_init_get_sid_sub_authority)
17314 (g_b_init_get_sid_sub_authority_count): New static variables.
17315 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
17316 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
17317 (init_user_info): Use them to retrieve uid and gid.
17318 Use 500/513, the Windows defaults, as Administrator's uid/gid.
17319 (fstat): Use pw_uid and pw_gid from the_passwd structure for
17320 st_uid and st_gid of the file.
17321
173222008-01-26 Jason Rumney <jasonr@gnu.org>
17323
17324 * w32.c (logon_network_drive): New function.
17325 (stat): Use it.
17326
173272008-01-26 Chong Yidong <cyd@stupidchicken.com>
17328
17329 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17330 invisible text covered with an ellipsis.
17331
173322008-01-25 Richard Stallman <rms@gnu.org>
17333
17334 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
17335 jump back to beginning. Move some other initializations after that.
17336 (Qwindow_text_change_functions, Vwindow_text_change_functions):
17337 New variables.
17338 (syms_of_xdisp): Init them.
17339
17340 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
17341
17342 * buffer.c (reset_buffer_local_variables):
17343 Implement `permanent-local-hook'.
17344 (Qpermanent_local_hook): New variable.
17345 (syms_of_buffer): Init and staticpro it.
17346
173472008-01-25 Michael Albinus <michael.albinus@gmx.de>
17348
17349 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
17350
173512008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
17352
17353 * fns.c (Fclrhash): Return TABLE.
17354
173552008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17356
17357 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
17358 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
17359 is set even without positional changes.
17360 (x_scroll_bar_clear): Set bar->redraw_needed_p.
17361
17362 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
17363
173642008-01-23 Jason Rumney <jasonr@gnu.org>
17365
17366 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
17367
17368 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
17369 the unicode range available in MULE by locale-coding-system.
17370 Improve dbcs lead byte detection. Set event timestamp and modifiers
17371 earlier.
17372
173732008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17374
17375 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
17376 [MAC_OSX] (init_mac_osx_environment): Initialize it.
17377 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
17378 when used on child processes.
17379
173802008-01-21 Michael Albinus <michael.albinus@gmx.de>
17381
17382 * dbusbind.c (Fdbus_method_return_internal): Rename from
17383 Fdbus_method_return.
17384 (Fdbus_unregister_object): Move to dbus.el.
17385 (Fdbus_call_method, Fdbus_method_return_internal)
17386 (Fdbus_send_signal): Improve debug messages.
17387
173882008-01-20 Martin Rudalics <rudalics@gmx.at>
17389
17390 * undo.c (undo_inhibit_record_point): New variable.
17391 (syms_of_undo): Initialize it.
17392 (record_point): Don't record point when undo_inhibit_record_point
17393 is set.
17394
173952008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
17398
17399 * xdisp.c (Qauto_hscroll_mode): New var.
17400 (syms_of_xdisp): Initialize it.
17401 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
17402 window's buffer.
17403 (hscroll_windows): Don't check automatic_hscrolling_p here.
17404
17405 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
17406 vscroll if we're setting window-buffer to the value it already has.
17407
174082008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
17409
17410 * m/intel386.h: Remove references to XENIX.
17411
174122008-01-17 Andreas Schwab <schwab@suse.de>
17413
17414 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
17415 instead of HAVE_X86_64_LIB64_DIR.
17416 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
17417
174182008-01-17 Glenn Morris <rgm@gnu.org>
17419
17420 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
17421 to HAVE_X86_64_LIB64_DIR.
17422
174232008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
17424
17425 * s/irix3-3.h:
17426 * s/irix4-0.h:
17427 * s/386-ix.h:
17428 * s/domain.h:
17429 * s/hpux9-x11r4.h:
17430 * s/hpux9shxr4.h: Remove files for systems no longer supported.
17431
17432 * sysdep.c: Remove code containing references to symbols defined
17433 by unsupported systems.
17434
174352008-01-16 Glenn Morris <rgm@gnu.org>
17436
17437 * coding.c (select-safe-coding-system-function): Doc fix.
17438
174392008-01-15 Glenn Morris <rgm@gnu.org>
17440
17441 * config.in: Revert 2008-01-13 change: this is a generated file.
17442
174432008-01-13 Tom Tromey <tromey@redhat.com>
17444
17445 * lisp.h: Fix typo.
17446
174472008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17448
17449 * m/sequent-ptx.h:
17450 * m/sequent.h:
17451 * s/ptx.h:
17452 * s/ptx4-2.h:
17453 * s/ptx4.h: Remove files for systems no longer supported.
17454
17455 * callproc.c (Fcall_process): Fix previous change.
17456
174572008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17458
17459 * unexsunos4.c: Remove file, system not supported anymore.
17460
17461 * m/mips.h:
17462 * m/intel386.h:
17463 * callproc.c:
17464 * config.in:
17465 * ecrt0.c:
17466 * emacs.c:
17467 * fileio.c:
17468 * frame.c:
17469 * getpagesize.h:
17470 * keyboard.c:
17471 * lread.c:
17472 * process.c:
17473 * puresize.h:
17474 * sysdep.c:
17475 * systty.h:
17476 * syswait.h:
17477 * unexec.c:
17478 * xdisp.c:
17479 * alloc.c: Remove code containing references to symbols defined by
17480 unsupported systems.
17481
174822008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
17483
17484 * coding.c (detect_coding_mask): Fix previous change.
17485
174862008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
17487
17488 * coding.c (detect_coding_iso2022): New arg
17489 latin_extra_code_state. Allow Latin extra codes only
17490 when *latin_extra_code_state is nonzero.
17491 (detect_coding_mask): If there is a NULL byte, detect the encoding
17492 as UTF-16 or binary. If Latin extra codes exist, detect the
17493 encoding as ISO-2022 only when there's no other proper encoding is
17494 found.
17495
174962008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17497
17498 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
17499 #ifdef MAC_OS.
17500
175012008-01-08 Richard Stallman <rms@gnu.org>
17502
17503 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
17504
175052008-01-06 Nick Roberts <nickrob@snap.net.nz>
17506
17507 * keyboard.c (parse_menu_item): Don't enclose key bindings on
17508 menu bar in parentheses.
17509
175102008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
17511
17512 * m/7300.h:
17513 * m/acorn.h:
17514 * m/alliant-2800.h:
17515 * m/alliant.h:
17516 * m/alliant1.h:
17517 * m/alliant4.h:
17518 * m/altos.h:
17519 * m/amdahl.h:
17520 * m/apollo.h:
17521 * m/att3b.h:
17522 * m/aviion-intel.h:
17523 * m/aviion.h:
17524 * m/celerity.h:
17525 * m/clipper.h:
17526 * m/cnvrgnt.h:
17527 * m/convex.h:
17528 * m/cydra5.h:
17529 * m/delta88k.h:
17530 * m/dpx2.h:
17531 * m/dual.h:
17532 * m/elxsi.h:
17533 * m/f301.h:
17534 * m/gould-np1.h:
17535 * m/gould.h:
17536 * m/i860.h:
17537 * m/ibmps2-aix.h:
17538 * m/ibmrt-aix.h:
17539 * m/ibmrt.h:
17540 * m/irist.h:
17541 * m/is386.h:
17542 * m/isi-ov.h:
17543 * m/mega68.h:
17544 * m/mg1.h:
17545 * m/news-r6.h:
17546 * m/news-risc.h:
17547 * m/news.h:
17548 * m/nh3000.h:
17549 * m/nh4000.h:
17550 * m/ns16000.h:
17551 * m/ns32000.h:
17552 * m/nu.h:
17553 * m/orion.h:
17554 * m/orion105.h:
17555 * m/paragon.h:
17556 * m/pfa50.h:
17557 * m/plexus.h:
17558 * m/pyramid.h:
17559 * m/pyrmips.h:
17560 * m/sh3el.h:
17561 * m/sps7.h:
17562 * m/sr2k.h:
17563 * m/stride.h:
17564 * m/sun1.h:
17565 * m/sun2.h:
17566 * m/sun3-68881.h:
17567 * m/sun3-fpa.h:
17568 * m/sun3-soft.h:
17569 * m/sun3.h:
17570 * m/sun386.h:
17571 * m/symmetry.h:
17572 * m/tad68k.h:
17573 * m/tahoe.h:
17574 * m/targon31.h:
17575 * m/tek4300.h:
17576 * m/tekxd88.h:
17577 * m/tower32.h:
17578 * m/tower32v3.h:
17579 * m/ustation.h:
17580 * m/wicat.h:
17581 * m/xps100.h:
17582 * s/cxux.h:
17583 * s/cxux7.h:
17584 * s/dgux.h:
17585 * s/dgux4.h:
17586 * s/dgux5-4-3.h:
17587 * s/dgux5-4r2.h:
17588 * s/esix.h:
17589 * s/esix5r4.h:
17590 * s/hiuxmpp.h:
17591 * s/hiuxwe2.h:
17592 * s/iris3-5.h:
17593 * s/iris3-6.h:
17594 * s/isc2-2.h:
17595 * s/isc3-0.h:
17596 * s/isc4-0.h:
17597 * s/isc4-1.h:
17598 * s/newsos5.h:
17599 * s/newsos6.h:
17600 * s/osf1.h:
17601 * s/osf5-0.h:
17602 * s/riscix1-1.h:
17603 * s/riscix12.h:
17604 * s/sco4.h:
17605 * s/sco5.h:
17606 * s/sunos4-0.h:
17607 * s/sunos4-1.h:
17608 * s/sunos413.h:
17609 * s/sunos4shr.h:
17610 * s/umax.h:
17611 * s/unipl5-2.h:
17612 * s/xenix.h:
17613 * cxux-crt0.s:
17614 * unexapollo.c:
17615 * unexconvex.c:
17616 * unexenix.c:
17617 * unexsni.c: Remove files for systems no longer supported.
17618
17619 * m/intel386.h: Remove references to unsupported systems.
17620
17621 * w32.c (get_emacs_configuration): Remove reference to i860.
17622
17623 * sysdep.c: Remove dead code.
17624
176252008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
17626
17627 * s/rtu.h:
17628 * m/masscomp.h: Remove files. Platform is obsolete.
17629
176302008-01-04 Michael Albinus <michael.albinus@gmx.de>
17631
17632 * dbusbind.c (Fdbus_method_return): New function.
17633 (xd_read_message): Add the serial number to the event.
17634 (Fdbus_register_method): Activate the function.
17635
176362008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17637
17638 * keyboard.c (read_key_sequence): Fix typo.
17639
176402008-01-03 Michael Albinus <michael.albinus@gmx.de>
17641
17642 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
17643 (xd_signature, xd_append_arg): Handle element type detection for
17644 empty arrays.
17645 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
17646 SDATA () calls; this must be solved more general.
17647 (Fdbus_register_signal): Use SBYTES instead of strlen.
17648
176492008-01-03 Magnus Henoch <magnus@zemdatav>
17650
17651 * dbusbind.c (xd_append_arg): Use unsigned char instead of
17652 unsigned int for byte values (necessary for big-endian platform).
17653 (Fdbus_call_method): Handle the case of no returned arguments.
17654
176552007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
17656
17657 * dbusbind.c (xd_read_message): Use non-static input_event struct.
17658
176592007-12-31 Magnus Henoch <mange@freemail.hu>
17660
17661 * dbusbind.c (xd_signature): Signature of variant is just "v".
17662
176632007-12-30 Michael Albinus <michael.albinus@gmx.de>
17664
17665 * dbusbind.c: Fix several errors and compiler warnings.
17666 Reported by Tom Tromey <tromey@redhat.com>.
17667 (XD_ERROR, XD_DEBUG_MESSAGE)
17668 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
17669 (xd_append_arg): Part for basic D-Bus types rewritten.
17670 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17671 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
17672 appropriate.
17673 (xd_read_message): Return Qnil. Don't signal an error; it is not
17674 useful during event reading.
17675 (Fdbus_register_signal): Signal an error if the check for
17676 FUNCTIONP fails.
17677 (Fdbus_register_method): New function. The implementation is not
17678 complete, the call of the function signals an error therefore.
17679 (Fdbus_unregister_object): New function, renamed from
17680 Fdbus_unregister_signal. The initial check signals an error, if
17681 the object is not well formed.
17682
176832007-12-30 Richard Stallman <rms@gnu.org>
17684
17685 * textprop.c (get_char_property_and_overlay):
17686 Signal error if POSITION is out of range in a buffer.
17687
176882007-12-29 Martin Rudalics <rudalics@gmx.at>
17689
17690 * w32fns.c (Fx_create_frame): Make copy of frame parameters
17691 because the original parameters are in pure storage now.
17692
176932007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17694
17695 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
17696
176972007-12-22 Eli Zaretskii <eliz@gnu.org>
17698
17699 * callint.c (syms_of_callint) <command-history>: Add reference to
17700 history-length in the doc string.
17701
177022007-12-17 Jason Rumney <jasonr@gnu.org>
17703
17704 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
17705 before passing as wParam.
17706
177072007-12-22 Michael Albinus <michael.albinus@gmx.de>
17708
17709 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
17710 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
17711 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
17712 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
17713 as number.
17714 (Fdbus_call_method): Fix docstring.
17715
177162007-12-21 Michael Albinus <michael.albinus@gmx.de>
17717
17718 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
17719 New macros.
17720 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
17721 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
17722 Simplify.
17723 (xd_signature): New function.
17724 (xd_append_arg): Compute also signatures. Major rewrite.
17725 (xd_retrieve_arg): Make debug messages friendly.
17726 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
17727 Check for signatures of arguments.
17728
177292007-12-19 Michael Albinus <michael.albinus@gmx.de>
17730
17731 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
17732 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
17733 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
17734 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
17735 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
17736 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
17737 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
17738 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
17739 (xd_retrieve_value): Remove. Functionality included in ...
17740 (xd_append_arg): New function.
17741 (Fdbus_call_method, Fdbus_send_signal): Apply it.
17742
177432007-12-16 Michael Albinus <michael.albinus@gmx.de>
17744
17745 * dbusbind.c (top): Include <stdio.h>.
17746 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
17747 dbus_message_new_method_call and dbus_message_new_signal.
17748 (Fdbus_register_signal): Rename unique_name to uname.
17749 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
17750 non-existing unique name. Fix typos in matching rule. Return an
17751 object which is useful in Fdbus_unregister_signal.
17752 (Fdbus_unregister_signal): Reimplementation, in order to remove
17753 only the corresponding entry.
17754 (Vdbus_registered_functions_table): Change the order of entries.
17755 Apply these changes in xd_read_message and Fdbus_register_signal.
17756
177572007-12-16 Andreas Schwab <schwab@suse.de>
17758
17759 * fileio.c (Finsert_file_contents): Fix overflow check to not
17760 depend on undefined integer overflow.
17761
177622007-12-14 Jason Rumney <jasonr@gnu.org>
17763
17764 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
17765 for characters above 127.
17766
177672007-12-13 Jason Rumney <jasonr@gnu.org>
17768
17769 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
17770 before dereferencing array.
17771 (lookup_vk_code): Remove zero comparison.
17772
177732007-12-14 Michael Albinus <michael.albinus@gmx.de>
17774
17775 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
17776 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
17777 Use `unsigned int' instead of `uint'.
17778 (xd_read_message, Fdbus_register_signal): Split expressions into
17779 multiple lines before operators "&&" and "||", according to the
17780 GNU Coding Standards.
17781
177822007-12-14 Eli Zaretskii <eliz@gnu.org>
17783
17784 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
17785
177862007-12-12 Juri Linkov <juri@jurta.org>
17787
17788 * buffer.c (Frename_buffer): In interactive spec replace
17789 `read-buffer' with `read-string' that uses `buffer-name-history'
17790 as history, and the current buffer's name as default.
17791
177922007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
17793
17794 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
17795 manipulating the backtrace manually.
17796 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
17797 (struct backtrace, backtrace_list): Remove.
17798 (command_loop_1): Remove dead var `no_direct'.
17799
17800 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
17801 preserve non-built-in buffer-local variables.
17802 (Fkill_all_local_variables): Don't re-create&re-set permanent
17803 buffer-local variables.
17804
178052007-12-09 Juri Linkov <juri@jurta.org>
17806
17807 * buffer.c (Frename_buffer): Change interactive spec from "s" to
17808 Lisp code that uses `read-buffer' with current buffer as default.
17809
178102007-12-08 Michael Albinus <michael.albinus@gmx.de>
17811
17812 * dbusbind.c (xd_read_message): Generate an event for every
17813 registered handler. There might be several handlers registered
17814 for the same signal.
17815 (Fdbus_register_signal): Don't overwrite a registration for the
17816 same signal. Add a new registration if handlers are different.
17817 (Vdbus_registered_functions_table): Rework doc string.
17818
178192007-12-07 Michael Albinus <michael.albinus@gmx.de>
17820
17821 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
17822 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
17823 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
17824 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
17825 Unify argument lists.
17826 (xd_read_message, Fdbus_register_signal): Reorder and extend event
17827 arguments and hash table keys. Use unique name for service.
17828 (Fdbus_unregister_signal): Remove checks.
17829 (Vdbus_registered_functions_table): Fix doc string.
17830
178312007-12-05 Magnus Henoch <mange@freemail.hu>
17832
17833 * process.c (make_process): Initialize pty_flag to 0.
17834
178352007-12-05 Jason Rumney <jasonr@gnu.org>
17836
17837 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
17838 specified XBMs.
17839
178402007-12-05 Richard Stallman <rms@gnu.org>
17841
17842 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
17843
178442007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17845
17846 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
17847 New variable.
17848 (mac_try_close_socket) [MAC_OSX]: New function.
17849 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
17850 Update cfsockets_for_select. Replace invalid CFRunLoop source.
17851
17852 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
17853 Use mac_try_close_socket.
17854
178552007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17856
17857 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
17858 reloc_base.
17859 (copy_dysymtab): Compute relocation base here.
17860 (rebase_reloc_address) [__ppc64__]: New function.
17861 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
17862 changed.
17863
178642007-12-05 Jason Rumney <jasonr@gnu.org>
17865
17866 * w32proc.c (sys_spawnve): Quote args with wildcards.
17867
178682007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17869
17870 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
17871 __objc_* sections.
17872 (unrelocate) [_LP64]: Set relocation base to address of data segment.
17873
178742007-12-05 Michael Albinus <michael.albinus@gmx.de>
17875
17876 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
17877 Move check for Vdbus_registered_functions_table to
17878 xd_read_queued_messages.
17879 (xd_read_queued_messages): Protect xd_read_message calls by
17880 internal_condition_case_1.
17881
178822007-12-04 Michael Albinus <michael.albinus@gmx.de>
17883
17884 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
17885 Qdbus_system_bus and Qdbus_session_bus, respectively.
17886 (Vdbus_intern_symbols): Remove.
17887 (Vdbus_registered_functions_table): New hash table.
17888 (XD_SYMBOL_INTERN_SYMBOL): Remove.
17889 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
17890 Rewrite in order to manage registered functions by hash table
17891 Vdbus_registered_functions_table.
17892
178932007-12-03 Jan Djärv <jan.h.d@swipnet.se>
17894
17895 * xterm.c: Update URL to Window Manager Specification in comment.
17896
178972007-12-02 Michael Albinus <michael.albinus@gmx.de>
17898
17899 * config.in (HAVE_DBUS): Add.
17900
17901 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
17902 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
17903 (obj): Add $(DBUS_OBJ).
17904 (LIBES): Add $(DBUS_LIBS).
17905 (dbusbind.o): New target.
17906
17907 * dbusbind.c: New file.
17908
17909 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
17910
17911 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
17912 (Qdbus_event): New Lisp symbol.
17913 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
17914 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 17915 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
17916
17917 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
17918
179192007-12-01 Richard Stallman <rms@gnu.org>
17920
17921 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
17922
179232007-11-30 Jason Rumney <jasonr@gnu.org>
17924
17925 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
17926 (w32con_reset_terminal_modes): Clear screen buffer.
17927 (w32_face_attributes): Don't use color indexes that are out of range.
17928 Only reverse the default colors.
17929
17930 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
17931 WINDOWSNT.
17932
17933 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
17934
179352007-11-29 Jason Rumney <jasonr@gnu.org>
17936
17937 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
17938 (w32_face_attributes): Use Vtty_defined_color_alist to determine
17939 if the terminal colors are initialized.
17940 (unspecified_fg, unspecified_bg): Remove unused declarations.
17941
179422007-11-29 Andreas Schwab <schwab@suse.de>
17943
17944 * keyboard.c (apply_modifiers): Fix typo.
17945
179462007-11-29 Richard Stallman <rms@gnu.org>
17947
17948 * keymap.c (Fcurrent_local_map): Doc fix.
17949
179502007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
17951
17952 * s/gnu-kfreebsd.h: New file.
17953
179542007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
17957 Don't cast redundantly.
17958
17959 * keyboard.c (KEY_TO_CHAR): New macro.
17960 (parse_modifiers, apply_modifiers): Accept integer arguments.
17961 (read_key_sequence): Use them to unify the "shift->unshift" mapping
17962 for chars and symbol keys.
17963 After doing such remapping, apply function-key-map again.
17964
179652007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
17966
17967 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
17968 compiled anymore.
17969
179702007-11-26 Andreas Schwab <schwab@suse.de>
17971
17972 * process.c (list_processes_1): Fix indentation level of the
17973 command column.
17974
179752007-11-23 Andreas Schwab <schwab@suse.de>
17976
17977 * editfns.c (Fformat): Handle %c specially since it requires the
17978 argument to be of type int.
17979
179802007-11-23 Markus Triska <markus.triska@gmx.at>
17981
17982 * emacs.c (main): Call init_editfns before init_process, since
17983 init_process sets Vprocess_connection_type depending on OS release.
17984
179852007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17986
17987 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
17988 (find_symbol_value): Use do_symval_forwarding.
17989
17990 * data.c (set_internal): Set the value in the `cons-cell' (for
17991 Buffer_Local_values) not only for frame-local variables.
17992
179932007-11-22 Andreas Schwab <schwab@suse.de>
17994
17995 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
17996 values to sprintf.
17997 * keymap.c (Fsingle_key_description): Likewise.
17998 * print.c (print_object): Likewise.
17999
180002007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18001
18002 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18003 file for image is nil.
18004
180052007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18006
18007 * term.c: Include stdarg.h.
18008 (fatal): Implement using varargs.
18009 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18010
180112007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18014 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18015 Update call to buffer_slot_type_mismatch.
18016 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18017 (buffer_slot_type_mismatch): Update.
18018 * buffer.c (buffer_local_types): Remove.
18019 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18020 (defvar_per_buffer): Set the type in the buffer_objfwd.
18021
180222007-11-21 Jason Rumney <jasonr@gnu.org>
18023
18024 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18025 CreateFileMapping returns NULL on failure.
18026
180272007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18028
18029 * search.c (Fset_match_data): Remove the `evaporate' feature.
18030 (unwind_set_match_data): Don't use the `evaporate' feature.
18031
180322007-11-21 Jason Rumney <jasonr@gnu.org>
18033
18034 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18035
18036 * w32console.c (w32con_write_glyphs): Remove unused variables.
18037
180382007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18039
18040 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18041
18042 * s/darwin.h (MULTI_KBOARD): Remove.
18043
18044 * macfns.c (x_create_tip_frame, Fx_create_frame)
18045 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18046
180472007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * buffer.c (Fbuffer_local_value): Remove redundant test.
18050 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18051 than in `current-buffer' to match the comment.
18052 Do the swap using swap_in_global_binding.
18053
18054 * data.c (store_symval_forwarding, set_internal):
18055 * eval.c (specbind): Remove dead code.
18056
18057 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18058 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18059 Since we do not want to see internal Lisp_*fwd objects here.
18060
180612007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18062
18063 * sysdep.c (init_system_name): Use getaddrinfo if available.
18064
18065 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18066 (x_scroll_bar_note_movement): start, end, with, height in struct
18067 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18068
180692007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18070
18071 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18072
180732007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18076 This undoes Richard's change of 14-Oct-2002.
18077
18078 * alloc.c (allocate_other_vector):
18079 * lisp.h (allocate_other_vector): Remove.
18080
18081 * window.c (struct save_window_data): Move non-lisp data to the end
18082 and make it `int' rather than Lisp_Object.
18083 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18084 Done wrap/unwrap integer values.
18085 (Fset_window_configuration, compare_window_configurations):
18086 Update use of fields to their new types.
18087
18088 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18089 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18090 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18091 (SET_SCROLL_BAR_X_WINDOW): Remove.
18092 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18093 Access the new x_window field directly.
18094 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18095 Don't wrap/unwrap integers into Lisp_Objects.
18096 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18097 (x_scroll_bar_report_motion):
18098 Don't wrap/unwrap integers into Lisp_Objects.
18099 (x_term_init): Use SDATA.
18100 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18101 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18102 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18103 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18104 * xfns.c (x_set_background_color):
18105 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18106 Access the new x_window field directly.
18107
18108 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18109 (allocate_pseudovector): Make non-static.
18110
18111 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18112 (allocate_pseudovector): Declare.
18113 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18114
181152007-11-15 Andreas Schwab <schwab@suse.de>
18116
18117 * editfns.c (Fformat): Correctly format EMACS_INT values.
18118 Also take precision into account when formatting an integer.
18119
18120 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18121
181222007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18125 (syms_of_keyboard): Defsubr it.
18126
18127 * data.c (swap_in_global_binding): Fix longstanding bug where
18128 store_symval_forwarding was not called with the right second argument,
18129 thus causing objfwd-ing from being dropped.
18130
181312007-11-14 Juanma Barranquero <lekktu@gmail.com>
18132
18133 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18134 (Fx_display_pixel_height, Fx_display_planes)
18135 (Fx_display_color_cells, Fx_server_max_request_size)
18136 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18137 (Fx_display_visual_class, Fx_display_save_under):
18138 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18139 (Fx_display_pixel_height, Fx_display_planes)
18140 (Fx_display_color_cells, Fx_server_max_request_size)
18141 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18142 (Fx_display_mm_height, Fx_display_mm_width)
18143 (Fx_display_backing_store, Fx_display_visual_class)
18144 (Fw32_select_font, Fx_display_save_under):
18145 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18146 (Fx_display_pixel_height, Fx_display_planes)
18147 (Fx_display_color_cells, Fx_server_max_request_size)
18148 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18149 (Fx_display_save_under): Fix typos in docstrings.
18150
181512007-11-14 Juanma Barranquero <lekktu@gmail.com>
18152
18153 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18154 corresponding to deleted entries; they are an implementation detail.
18155 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18156 Remove variables.
18157 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18158 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18159 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18160 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18161 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18162 (Fw32_define_rgb_color, Fw32_load_color_file)
18163 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18164 Fix typos in docstrings.
18165 (Fx_server_version): Reflow docstring.
18166 (Fw32_shell_execute): Doc fixes.
18167
181682007-11-13 Juanma Barranquero <lekktu@gmail.com>
18169
18170 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18171 if w32_parse_hot_key returned nil.
18172
181732007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18174
18175 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18176
181772007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 18178
aac0c6e3
MR
18179 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18180
18181 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18182
18183 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18184 Remove W32_SCROLL_BAR_CLICK_EVENT.
18185
18186 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18187 Add MULTIMEDIA_KEY_EVENT.
18188
18189 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18190 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18191 (make_lispy_event) [WINDOWSNT]: Use it to translate
18192 MULTIMEDIA_KEY_EVENT.
18193
18194 * w32term.h (WM_APPCOMMAND): Define if not already.
18195 (GET_APPCOMMAND_LPARAM): Likewise.
18196
18197 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18198 WM_APPCOMMAND.
18199
18200 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18201 (syms_of_w32fns): Export and initialize it.
18202 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18203
182042007-11-09 Chong Yidong <cyd@stupidchicken.com>
18205
18206 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18207 twice.
18208
18209 * xdisp.c (handle_face_prop): Fix last change.
18210
182112007-11-09 Richard Stallman <rms@gnu.org>
18212
18213 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18214 not just for after-strings and before-strings.
18215 Call face_for_overlay_string and pass the overlay to it.
18216 (handle_display_prop): Determine whether property came from an overlay.
18217 Pass OVERLAY arg to handle_single_display_spec.
18218 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18219 (load_overlay_strings): Fill in it->string_overlays.
18220 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18221
18222 * xfaces.c (face_for_overlay_string): Function renamed from
18223 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18224
18225 * dispextern.h (struct it): New elt string_overlays.
18226 New elt from_overlay, also in stack.
18227 Rearrange a few elements.
18228 (face_for_overlay_string): Decl renamed from
18229 face_at_buffer_position_no_overlays, and add argument.
18230
182312007-11-09 Richard Stallman <rms@gnu.org>
18232
18233 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18234 to get the base face for an overlay string.
18235
18236 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18237
18238 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18239
18240 * xdisp.c (handle_stop): Move some code out of loop.
18241
182422007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18243
18244 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18245 Fix conversion from Lisp object to ATSUFontID.
18246
182472007-11-09 Jason Rumney <jasonr@gnu.org>
18248
18249 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18250
182512007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18252
18253 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18254 Don't assume regions are aligned to page boundary.
18255 (print_load_command_name): Add LC_UUID if defined.
18256
182572007-11-09 Richard Stallman <rms@gnu.org>
18258
18259 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18260
182612007-11-07 Jason Rumney <jasonr@gnu.org>
18262
18263 * s/windows95.h: Remove.
18264
182652007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18266
18267 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18268 abort with a message on unhandled store_type values.
18269
182702007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18271
18272 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18273 Remove HAVE_X11R5 and HAVE_X11R4.
18274
182752007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18276
18277 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18278
182792007-11-01 Johan Bockgård <bojohan@gnu.org>
18280
18281 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18282 Don't set s->stippled_p here, since it has already been set by
18283 x_set_glyph_string_gc from x_draw_glyph_string.
18284
182852007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18286
18287 * sunfns.c: Remove file.
18288
18289 * m/sun386.h:
18290 * m/sun2.h:
18291 * m/sparc.h: Remove Sun windows code.
18292
182932007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18294
18295 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18296 (init_keyboard): Set current_kboard's window-system to nil.
18297 (tty_read_avail_input): Typo.
18298 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18299
183002007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18301
18302 * s/usg5-4.h:
18303 * s/usg5-3.h:
18304 * s/ptx.h:
18305 * m/is386.h:
18306 * m/ibmps2-aix.h:
18307 * Makefile.in: Remove all mentions of X10.
18308
18309 * dispnew.c (syms_of_display): Don't mention version 10.
18310
183112007-10-28 Juanma Barranquero <lekktu@gmail.com>
18312
18313 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
18314 ($(BLD)/abbrev.$(O)): Remove.
18315
183162007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 Rewrite abbrev.c in Elisp.
18319 * image.c (Qcount): Don't declare as extern.
18320 (syms_of_image): Initialize and staticpro `Qcount'.
18321 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
18322 * emacs.c (main): Don't call syms_of_abbrev.
18323 * Makefile.in (obj): Remove abbrev.o.
18324 (abbrev.o): Remove.
18325 * abbrev.c: Remove.
18326
183272007-10-26 Martin Rudalics <rudalics@gmx.at>
18328
18329 * window.c (window_min_size_2): Don't count header-line.
18330
183312007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18332
18333 * frame.h (struct frame): Move all bit fields after the first bit
18334 field to take advantage of the available space. Group all the
18335 chars together to reduce wasted space due to padding.
18336
183372007-10-26 Juanma Barranquero <lekktu@gmail.com>
18338
18339 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
18340
18341 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
18342 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
18343 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
18344 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
18345 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
18346 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
18347 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
18348 (last_marked, mark_object_loop_halt): Make static.
18349
18350 * frame.c (syms_of_frame) <delete-frame-functions>:
18351 Fix typo in docstring.
18352
183532007-10-25 Juanma Barranquero <lekktu@gmail.com>
18354
18355 * w32.c (init_environment): Fix tiny memory leak.
18356 (w32_get_resource): Remove unused variable `ok'.
18357
183582007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18359
18360 Make `window-system' into a keyboard-local variable (rather than
18361 frame-local as done originally by multi-tty).
18362
18363 * keyboard.h (struct kboard): Add Vwindow_system.
18364 * keyboard.c (init_kboard): Set a default for Vwindow_system.
18365 (mark_kboards): Mark Vwindow_system.
18366
18367 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
18368 (init_display): Don't set the obsolete `window-system' frame-param.
18369
18370 * xterm.c (x_term_init):
18371 * w32term.c (w32_create_terminal):
18372 * term.c (init_tty): Set Vwindow_system.
18373 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
18374 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
18375
18376 * xfns.c (Fx_create_frame, x_create_tip_frame):
18377 * w32fns.c (Fx_create_frame, x_create_tip_frame):
18378 * macfns.c (Fx_create_frame):
18379 Don't set the obsolete `window-system' frame-param.
18380
18381 * frame.h (Qwindow_system): Remove.
18382 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
18383 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
18384
183852007-10-24 Richard Stallman <rms@gnu.org>
18386
18387 * frame.c (x_figure_window_size): For fullscreen case,
18388 set USPosition | PPosition without clobbering rest of window_prompting.
18389
18390 * keyboard.c (Fcurrent_idle_time): Doc fix.
18391
18392 * print.c (Fwith_output_to_temp_buffer): Doc fix.
18393
183942007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18395
18396 * process.c (unwind_request_sigio): Only define if __ultrix__.
18397
18398 * callproc.c (child_setup): Remove spurious *.
18399
18400 * lisp.h (Fget_text_property): Declare.
18401 (have_menus_p): Declare it here rather than in sys-dep header files.
18402 * macterm.h (have_menus_p):
18403 * msdos.h (have_menus_p):
18404 * xterm.h (have_menus_p): Remove.
18405
18406 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18407 (Fmake_variable_frame_local): Just check the variable's const-ness
18408 rather than checking nil or t.
18409
184102007-10-22 Jason Rumney <jasonr@gnu.org>
18411
18412 * w32fns.c: Include math.h.
18413 (w32_abort): Declaration moved to nt/config.nt.
18414
18415 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18416 (abort): Redefinition moved to nt/config.nt.
18417
18418 * m/windowsnt.h: Remove.
18419
184202007-10-22 Juanma Barranquero <lekktu@gmail.com>
18421
18422 * emacs.c (Fdump_emacs): Fix typo in message.
18423 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
18424 <installation-directory>: Reflow docstring.
18425
184262007-10-22 Juri Linkov <juri@jurta.org>
18427
18428 * minibuf.c: Allow minibuffer default to be a list of default values.
18429 With empty input use the first element of this list as returned default.
18430 (string_to_object)
18431 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
18432 (read_minibuf): If defalt is cons, set histstring to its car.
18433 (Fread_string): If default_value is cons, set val to its car.
18434 (Fread_buffer): If def is cons, use its car.
18435 (Fcompleting_read): If defalt is cons, set val to its car.
18436
184372007-10-21 Michael Albinus <michael.albinus@gmx.de>
18438
18439 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
18440
184412007-10-20 Juanma Barranquero <lekktu@gmail.com>
18442
18443 * doc.c (Fdocumentation): Check for advice in all cases.
18444
184452007-10-19 Chong Yidong <cyd@stupidchicken.com>
18446
18447 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
18448
184492007-10-19 Richard Stallman <rms@gnu.org>
18450
18451 * doc.c (Fdocumentation): Check for and handle an advised function.
18452
184532007-10-19 Juanma Barranquero <lekktu@gmail.com>
18454
18455 * process.c (Fset_process_filter): Doc fix.
18456
184572007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
18460 which caused key-translation-map to applied repeatedly (thus breaking
18461 double-mode).
18462
184632007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * xselect.c (x_own_selection, x_handle_selection_clear)
18466 (x_clear_frame_selections):
18467 * w32menu.c (list_of_panes, list_of_items):
18468 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
18469 * textprop.c (validate_plist, interval_has_all_properties)
18470 (interval_has_some_properties, interval_has_some_properties_list)
18471 (add_properties, text_property_list):
18472 * process.c (Fget_buffer_process, list_processes_1, status_notify):
18473 * minibuf.c (Fassoc_string):
18474 * macselect.c (x_own_selection, x_clear_frame_selections)
18475 (Fx_disown_selection_internal):
18476 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
18477 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
18478
184792007-10-17 Chong Yidong <cyd@stupidchicken.com>
18480
18481 * process.c: Link to libs for calling res_init() if available.
18482 (Fmake_network_process): Call res_init() before getaddrinfo or
18483 gethostbyname, if possible.
18484
184852007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18486
18487 * lread.c (read1): Set pvectype for char_tables.
18488
18489 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
18490 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
18491 Add type checks.
18492 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
18493
18494 * alloc.c (free_misc): Use XMISCTYPE.
18495 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
18496
184972007-10-17 Glenn Morris <rgm@gnu.org>
18498
18499 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
18500 (syms_of_minibuf): Add Qcompletion_ignore_case.
18501 * dired.c (Qcompletion_ignore_case): Change to external.
18502 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
18503 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
18504 (Fread_file_name): Use it rather than intern'ing.
18505
18506 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
18507 (Fread_coding_system): Ignore case of user input.
18508
185092007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18510
18511 * xdisp.c (handle_display_prop): Ignore display specs after
18512 replacing one when string text is being replaced.
18513 (handle_single_display_spec): Pretend as if characters with display
18514 property haven't been consumed only when buffer text is being replaced.
18515
185162007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18517
18518 * xfns.c (Fx_create_frame, Fx_display_list):
18519 * window.c (window_fixed_size_p, enlarge_window)
18520 (shrink_window_lowest_first):
18521 * macterm.c (init_font_name_table):
18522 * macfns.c (Fx_create_frame, Fx_display_list):
18523 * lread.c (close_load_descs):
18524 * keyboard.c (read_char_x_menu_prompt):
18525 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
18526 * coding.c (code_convert_region_unwind): Test the type of an object
18527 rather than just !NILP before extracting data from it.
18528
18529 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
18530
18531 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
18532 (XMISCANY): New macro.
18533 (XMISCTYPE): Use it.
18534 (struct Lisp_Misc_Any): New type.
18535 (union Lisp_Misc): Use it.
18536 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
18537 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
18538 (find_symbol_value, set_internal, default_value, Fset_default)
18539 (Fmake_variable_buffer_local, Fmake_local_variable)
18540 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
18541 (Flocal_variable_if_set_p, Fvariable_binding_locus):
18542 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
18543 * alloc.c (allocate_buffer): Set the size and tag.
18544 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
18545 Use XMISCANY.
18546 (die): Follow the GNU convention for error messages.
18547 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
18548 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
18549 tag any more.
18550 (set_buffer_internal_1):
18551 * frame.c (store_frame_param):
18552 * eval.c (specbind):
18553 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
18554
18555 * doc.c (Fsnarf_documentation): Simplify.
18556
185572007-10-14 Juanma Barranquero <lekktu@gmail.com>
18558
18559 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
18560 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
18561
185622007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18563
18564 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
18565
185662007-10-14 Juanma Barranquero <lekktu@gmail.com>
18567
18568 * eval.c (do_autoload): Don't save autoloads.
18569
18570 * data.c (Ffset): Save autoload of the function being set.
18571
185722007-10-07 John Paul Wallington <jpw@pobox.com>
18573
18574 * xfns.c (x_create_tip_frame): Set the `display-type' frame
18575 parameter before setting up faces.
18576
185772007-10-13 Eli Zaretskii <eliz@gnu.org>
18578
18579 * ccl.c (Fregister_code_conversion_map):
18580 * keyboard.c (append_tool_bar_item): Reformat last change.
18581
18582 * lisp.h (eabs): Rename from `abs'. All callers changed.
18583
185842007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
18585
18586 * buffer.c (add_overlay_mod_hooklist):
18587 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
18588 * fontset.c (make_fontset):
18589 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
18590 (append_tool_bar_item):
18591 * macmenu.c (grow_menu_items):
18592 * w32menu.c (grow_menu_items):
18593 * xmenu.c (grow_menu_items): Use larger_vector.
18594
185952007-10-13 Eli Zaretskii <eliz@gnu.org>
18596
18597 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
18598 selected frame'' on MSDOS).
18599
186002007-10-12 Martin Rudalics <rudalics@gmx.at>
18601
18602 * frame.c (Qexplicit_name): New variable.
18603 (x_report_frame_params): Report it in parameter alist.
18604 (syms_of_frame): Intern and staticpro it.
18605
186062007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
18607
18608 * macfns.c (x_create_tip_frame): Set terminal for frame.
18609
186102007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * frame.c (Qenvironment): Remove.
18613 (syms_of_frame) <Qenvironment>: Don't initialize.
18614 (Fdelete_frame): Don't treat the `environment' param specially.
18615 * frame.h (Qenvironment): Don't declare.
18616 * callproc.c (set_initial_environment): Don't set unused frame param.
18617
18618 * frame.c (Fframe_with_environment): Remove.
18619 (syms_of_frame) <Sframe_with_environment>: Don't declare.
18620
18621 * lisp.h (Fframe_with_environment): Don't declare.
18622
186232007-10-10 Juanma Barranquero <lekktu@gmail.com>
18624
18625 * indent.c (indent_tabs_mode, last_known_column)
18626 (last_known_column_modified): Make static.
18627 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
18628
186292007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
18630
18631 * puresize.h (BASE_PURESIZE): Increase to 1170000.
18632
186332007-10-09 Jason Rumney <jasonr@gnu.org>
18634
18635 * w32term.c (x_set_window_size): Disable code that attempts to tell
18636 Lisp code about a size change before it actually happens.
18637
186382007-10-09 Richard Stallman <rms@gnu.org>
18639
18640 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
18641 return HANDLED_RETURN.
18642
186432007-10-08 Martin Rudalics <rudalics@gmx.at>
18644
18645 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
18646 when there's an unread command event.
18647
18648 * frame.c (focus_follows_mouse): Move here from frame.el to allow
18649 window autoselection act appropriately when leaving selected frame.
18650 (syms_of_frame): Initialize focus_follows_mouse.
18651 * frame.h (focus_follows_mouse): Extern it.
18652 * macterm.c (XTread_socket): When focus_follows_mouse is nil
18653 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
18654 * msdos.c (dos_rawgetc): Likewise.
18655 * w32term.c (w32_read_socket): Likewise.
18656 * xterm.c (handle_one_xevent): Likewise.
18657 * xdisp.c (syms_of_xdisp): In doc-string of
18658 mouse-autoselect-window mention focus-follows-mouse.
18659
186602007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18661
18662 * macterm.c (mac_load_query_font): Fix missing return value.
18663 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
18664 Add BLOCK_INPUT.
18665
186662007-10-08 Richard Stallman <rms@gnu.org>
18667
18668 * xdisp.c (get_window_cursor_type): Implement documented behavior
18669 for cursor-in-non-selected-windows = t.
18670
186712007-10-08 Jason Rumney <jasonr@gnu.org>
18672
18673 * w32.c (w32_get_resource): Always close registry keys.
18674
186752007-10-08 Jason Rumney <jasonr@gnu.org>
18676
18677 * makefile.w32-in (LIBS): Add COMCTL32.
18678
18679 * w32fns.c (globals_of_w32fns): Init common controls.
18680
186812007-10-08 Richard Stallman <rms@gnu.org>
18682
18683 * image.c (our_memory_buffer): Rename from omfib_buffer.
18684
186852007-10-08 Richard Stallman <rms@gnu.org>
18686
18687 * buffer.c (Foverlays_at): Doc fix.
18688
186892007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
18690
18691 * fns.c (Fplist_put): Preserve uneven tail data.
18692
186932007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
18694
18695 * termhooks.h (enum event_kind): Remove trailing comma.
18696
18697 * frame.h (enum): Remove trailing comma.
18698
186992007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18700
18701 * w32proc.c (delete_child): Don't terminate threads of zombies.
18702
187032007-10-08 Martin Rudalics <rudalics@gmx.at>
18704
18705 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
18706
18707 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
18708 last-repeatable-command.
18709 (init_kboard): Initialize Vlast_repeatable_command.
18710 (command_loop_1): Set it to real_this_command unless that was
18711 bound to an input event.
18712 (mark_kboards): Mark it.
18713
187142007-10-08 Richard Stallman <rms@gnu.org>
18715
18716 * eval.c (condition-case): Doc fix.
18717
187182007-10-08 Masatake YAMATO <jet@gyve.org>
18719
18720 * xfaces.c (tty_supports_face_attributes_p): Fix code
18721 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
18722 was copied and not edited.
18723
187242007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 Add new `input-decode-map' keymap and use it for terminal
18727 escape sequences.
18728 * keyboard.h (struct kboard): Add Vinput_decode_map.
18729 Remove Vlocal_key_translation_map.
18730 * keyboard.c (read_key_sequence): Add support for input-decode-map.
18731 (init_kboard): Init input-decode-map.
18732 Replace local-key-translation-map back with key-translation-map.
18733 (syms_of_keyboard): Declare input-decode-map.
18734 Remove local-key-translation-map. Update docstrings.
18735 (mark_kboards): Mark Vinput_decode_map.
18736 Don't mark Vlocal_key_translation_map.
18737 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
18738 Replace local-key-translation-map back with key-translation-map.
18739 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
18740 Bind in input-decode-map rather than function-key-map.
18741
18742 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
18743 This was made redundant by the previous introduction of XSETPVECTYPE.
18744
187452007-10-09 Richard Stallman <rms@gnu.org>
18746
18747 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
18748
187492007-09-29 Richard Stallman <rms@gnu.org>
18750
18751 * eval.c (internal_condition_case_2, internal_condition_case_1)
18752 (internal_condition_case): Reenable abort if x_catching_errors ()
18753 to see if that really happens and why.
18754
187552007-10-06 Andreas Schwab <schwab@suse.de>
18756
18757 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
18758
187592007-10-04 Juanma Barranquero <lekktu@gmail.com>
18760
18761 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
18762
187632007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
18766
187672007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18768
18769 * window.h (struct window):
18770 * window.c (struct save_window_data, struct saved_window):
18771 * termhooks.h (struct terminal):
18772 * process.h (struct Lisp_Process):
18773 * frame.h (struct frame):
18774 * buffer.h (struct buffer):
18775 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
18776 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
18777 The size field of (pseudo)vectors is now unsigned.
18778 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
18779
18780 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
18781 Turn `count' into an integer.
18782
18783 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
18784 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
18785 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
18786 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
18787 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
18788
18789 * alloc.c (allocate_pseudovector): New fun.
18790 (ALLOCATE_PSEUDOVECTOR): New macro.
18791 (allocate_window, allocate_terminal, allocate_frame)
18792 (allocate_process): Use it.
18793 (mark_vectorlike): New function.
18794 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
18795 (mark_terminals): Use it.
18796 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
18797 (Fmake_byte_code): Use XSETPVECTYPE.
18798
18799 * frame.c (Fframe_parameters): Minor simplification.
18800
18801 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
18802
18803 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
18804
18805 * buffer.c (Fget_buffer_create, init_buffer_once):
18806 * lread.c (defsubr):
18807 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
18808
18809 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
18810 defined differently in the m/*.h files.
18811 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
18812 (XSETPVECTYPE): New macro.
18813 (XSETPSEUDOVECTOR): Use it.
18814
18815 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
18816 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
18817
18818 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
18819 * lread.c (defvar_per_buffer):
18820 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
18821
18822 * window.c (candidate_window_p): Only consider as visible frames that
18823 are on the same terminal.
18824
18825 * m/ibms390x.h (MARKBIT): Remove unused macro.
18826
188272007-10-01 Juanma Barranquero <lekktu@gmail.com>
18828
18829 * lread.c (Fload): Fix typo in docstring.
18830
188312007-10-01 Michaël Cadilhac <michael@cadilhac.name>
18832
18833 * floatfns.c (Fexpt): Manually check for overflows, so that a power
18834 of a non-zero value can't yield zero.
18835
188362007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18837
18838 * term.c (term_clear_mouse_face, term_mouse_highlight)
18839 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
18840
18841 * print.c (safe_debug_print): Use XHASH.
18842
18843 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
18844 Lisp elements such as tags.
18845 (XHASH): New macro.
18846 (EQ): Use it.
18847 (SREF, SSET, STRING_COPYIN): Use SDATA.
18848 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
18849
18850 * alloc.c (mark_terminal): Remove left-over declaration.
18851 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
18852 (allocate_vectorlike): Remove type argument. Adjust callers.
18853 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
18854 Only handle the one remaining MEM_TYPE_VECTORLIKE.
18855
18856 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
18857 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
18858 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
18859 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
18860 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
18861 Use them.
18862
18863 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
18864 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
18865 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
18866
188672007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
18868
18869 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
18870 loaded by default.
18871
188722007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18873
18874 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
18875 on this tty.
18876 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
18877
18878 * term.c (mouse_face_window): Rename from Qmouse_face_window.
18879 Update all users.
18880 (handle_one_term_event): Use Gpm_DrawPointer.
18881 (Fgpm_mouse_start): Rename from Fterm_open_connection.
18882 Signal errors instead of returning nil. Always return nil.
18883 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
18884 Make it a noop if gpm-mouse was not activated.
18885 (syms_of_term): Update names.
18886
188872007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
18890 (init_sys_modes): Check that gpm_tty is the current tty.
18891
18892 * alloc.c (allocate_terminal): Set the vector size to only count the
18893 lisp fields. Initialize those to nil.
18894 (mark_object): Don't treat terminals specially.
18895 (mark_terminal): Remove.
18896 (mark_terminals): Use mark_object instead.
18897
18898 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
18899 the GC to the beginning.
18900
18901 * indent.h:
18902 * indent.c: Use EMACS_INT for ints coming from Elisp data.
18903
18904 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
18905
189062007-09-25 Jason Rumney <jasonr@gnu.org>
18907
18908 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
18909
18910 * w32console.c (create_w32cons_output): Remove.
18911
18912 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
18913
18914 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
18915 (reset_sys_modes): Use reset_terminal_modes_hook.
18916
189172007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * eval.c (do_autoload): Don't output any message.
18920
189212007-09-24 Juri Linkov <juri@jurta.org>
18922
18923 * emacs.c (standard_args): Change priority of "--no-splash"
18924 from 40 to 3. Add "--no-desktop" with the same priority.
18925
189262007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
18927
18928 * alloc.c (gc_sweep): Check cons cell mark bits word by word
18929 and optimize the case where they are all 1.
18930
189312007-09-23 Johannes Weiner <hannes@saeurebad.de>
18932
18933 * lisp.h (abs): Define if not defined.
18934 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
18935 Don't define `abs', since it's defined in lisp.h.
18936
189372007-09-22 Eli Zaretskii <eliz@gnu.org>
18938
18939 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
18940 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
18941 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
18942 (init_tty): Use DEV_TTY instead of "/dev/tty".
18943 [WINDOWSNT]: No need to protect from NAME arg being null.
18944
189452007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18946
18947 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
18948 up the tty state.
18949
189502007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
18953 (gpm_tty): Change its type.
18954 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
18955 (gpm_tty): Change its type and initialize it.
18956 (Fterm_open_connection): Check the frame is indeed a tty.
18957 Use the new gpm_tty.
18958 (Fterm_close_connection): Use the new gpm_tty.
18959 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
18960 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
18961
189622007-09-21 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
18965 underline_color, to draw strike-through.
18966
189672007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18968
18969 * lisp.h (allocate_terminal): Declare.
18970
18971 * window.c (candidate_window_p): Consider frames that are being placed
18972 by the user as somewhere between visible and iconified.
18973 (window_loop): Prefer windows on the current frame.
18974 (Fselect_window): Move the use of select-frame to the beginning so we
18975 can just delegate all the work (it'll call us back anyway).
18976
18977 * frame.c (Qdisplay_environment_variable):
18978 * frame.h (Qdisplay_environment_variable): Delete.
18979
18980 * .gdbinit (xbacktrace): Print the arg's address rather than the value
18981 of the first arg, since that value may be a union.
18982
18983 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
18984 parameter rather than Qdisplay_environment_variable. If all else
18985 fails, look for DISPLAY in initial-environment.
18986
189872007-09-21 Glenn Morris <rgm@gnu.org>
18988
18989 * Makefile.in (emacstool): Remove target.
18990 (lisp, shortlisp): Remove termdev.elc.
18991
189922007-09-21 Markus Triska <markus.triska@gmx.at>
18993
18994 * xterm.c (x_delete_display): Compile session management conditionally.
18995
189962007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18997
18998 * callproc.c (getenv_internal_1): New function.
18999 (getenv_internal): Use it.
19000 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19001
19002 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19003 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19004 (Fset_terminal_parameter): Work with dead terminals as well.
19005 (Fmodify_terminal_parameters): Remove.
19006
19007 * terminal.c (get_terminal): Handle terminals.
19008 Make sure the terminal returned is live.
19009 (create_terminal): Use allocate_terminal.
19010 (mark_terminals): Move to alloc.c.
19011 (delete_terminal): Use terminal->name as liveness status.
19012 NULL out fields after freeing their contents.
19013 Don't deallocate the object.
19014 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19015 rather than an int.
19016 (Fterminal_live_p): Accept non-integer arguments.
19017 (Fterminal_list): Return terminal objects rather than an ints.
19018
19019 * alloc.c (enum mem_type): New member for `terminal' objects.
19020 (allocate_terminal): New function.
19021 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19022 Handle terminals.
19023 (mark_terminal): New fun.
19024 (mark_terminals): Move from terminal.c.
19025
19026 * term.c (get_tty_terminal): Don't treat output_initial specially.
19027 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19028 (delete_tty): Use terminal->name as liveness status.
19029
19030 * termhooks.h (struct terminal): Make it into a pseudovector.
19031 Remove `deleted' replaced by checking `name's nullness.
19032
19033 * print.c (print_object): Handle terminals.
19034
19035 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19036 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19037
19038 * frame.c (make_terminal_frame):
19039 * keyboard.c (tty_read_avail_input):
19040 * w32term.c (x_delete_terminal):
19041 * xfns.c (Fx_create_frame, x_create_tip_frame):
19042 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19043
190442007-09-20 Glenn Morris <rgm@gnu.org>
19045
19046 * process.c (Fmake_network_process): Doc fix.
19047
190482007-09-19 Jason Rumney <jasonr@gnu.org>
19049
19050 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19051
190522007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19053
19054 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19055 Fix a C warning regarding variable constness.
19056
19057 * xterm.c (handle_one_xevent): Fix a C warning.
19058
190592007-09-18 Jason Rumney <jasonr@gnu.org>
19060
19061 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19062
190632007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19064
19065 * gtkutil.c (gdpy_def): New variable.
19066 (xg_initialize): Initialize gdpy_def.
19067 (xg_display_close): If no other display exists, set gdpy_def to a
19068 new connection.
19069
190702007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19071
19072 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19073 when we have no file name for the icon.
19074 (xg_tool_bar_expose_callback): Remove.
19075 (xg_create_tool_bar): Don't connect expose signal to
19076 xg_tool_bar_expose_callback.
19077 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19078
190792007-09-16 Andreas Schwab <schwab@suse.de>
19080
19081 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19082 values instead of zapping them.
19083
190842007-09-14 Glenn Morris <rgm@gnu.org>
19085
19086 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19087 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19088 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19089 scope and rename to omfib_buffer for clarity.
19090 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19091
190922007-09-14 Kenichi Handa <handa@m17n.org>
19093
19094 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19095
190962007-09-13 Jason Rumney <jasonr@gnu.org>
19097
19098 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19099
19100 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19101
19102 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19103 (mac_term_init): Call here instead, passing rif.
19104
191052007-09-13 Glenn Morris <rgm@gnu.org>
19106
19107 * s/hpux.h: No longer define `static' as nothing.
19108
191092007-09-13 Johan Bockgård <bojohan@gnu.org>
19110
19111 * callint.c (Fcall_interactively): Remove unused var `fun'.
19112
191132007-09-12 Romain Francoise <romain@orebokech.com>
19114
19115 * window.c (prefer_window_split_horizontally, display_buffer):
19116 Revert 2007-09-08 change.
19117
191182007-09-12 Glenn Morris <rgm@gnu.org>
19119
19120 * alloca.c: Remove file.
19121 * Makefile.in (alloca): Do not undef.
19122 (allocaobj, alloca.o): Remove.
19123 (otherobj): Remove allocaobj.
19124 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19125 * regex.c (C_ALLOCA): Remove all references and code that was only
19126 used when this was defined.
19127 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19128 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19129 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19130
19131 * Makefile.in (SOURCES, unlock, relock): Delete.
19132
19133 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19134 (menu_grab_callback): All uses changed.
19135
19136 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19137 (x_reply_selection_request): All uses changed.
19138
191392007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * lread.c (load_warn_old_style_backquotes): Change message to look
19142 better when it appears in the middle of byte-compiler messages.
19143
191442007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19145
19146 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19147
19148 * xterm.c (x_create_terminal): Add comment.
19149
19150 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19151
191522007-09-10 Richard Stallman <rms@gnu.org>
19153
19154 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19155
191562007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19157
19158 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19159 (DEFUN): Document `intspec', use it instead of `prompt'.
19160
19161 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19162
19163 * data.c (Finteractive_form): If the interactive specification starts
19164 with a `(', use it as a Lisp form.
19165
19166 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19167 name and file modes.
19168
19169 * callint.c (Fcall_interactively): Comment fixes.
19170
191712007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19172
19173 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19174 and compiled functions.
19175
191762007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19177
19178 * window.c (prefer_window_split_horizontally): New variable.
19179 (display_buffer): Consider splitting window horizontally depending
19180 on prefer_window_split_horizontally.
19181
191822007-09-08 Eli Zaretskii <eliz@gnu.org>
19183
19184 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19185
191862007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19189
19190 * frame.c (x_set_frame_parameters): Check number is positive before
19191 using XFASTINT.
19192
19193 * window.c (freeze_window_start): Don't presume selected_window holds
19194 a window object.
19195 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19196
191972007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19198
19199 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19200
192012007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * window.c (Vsplit_window_preferred_function): New var.
19204 (Fdisplay_buffer): Use it.
19205 (syms_of_window): Export, and initialize it.
19206
192072007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19208
19209 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19210
192112007-09-06 Glenn Morris <rgm@gnu.org>
19212
19213 * gtkutil.c (menu_grab_callback) <cnt>:
19214 * xselect.c (x_reply_selection_request) <cnt>: Move static
19215 variable to file scope.
19216
192172007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19220 consistent values of selected_frame and selected_window.
19221
192222007-09-04 Jason Rumney <jasonr@gnu.org>
19223
19224 * w32console.c (initialize_w32_display): Zero unused hooks.
19225
192262007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19227
19228 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19229 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19230
192312007-09-04 Jason Rumney <jasonr@gnu.org>
19232
19233 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19234 in w32console.c. Set up input. Remove XXX comments that have been
19235 confirmed as correct.
19236
19237 * s/ms-w32.h (MULTI_KBOARD): Define.
19238
19239 * w32console.c (one_and_only_w32cons): Remove.
19240 (initialize_w32_display): Take terminal argument.
19241
19242 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19243 initialize_w32_display.
19244 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19245
19246 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19247
19248 * keyboard.c (discard_mouse_events): Discard it.
19249 (make_lispy_event): Translate it to a lisp event.
19250 (lispy_wheel_names): Add wheel-left and right events.
19251 (syms_of_keyboard): Enlarge wheel_syms.
19252
19253 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19254 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19255
19256 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19257
19258 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19259 from WM_MOUSEHWHEEL.
19260 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19261
19262 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19263 terminal.
19264
19265 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19266 keyboard for the terminal.
19267
192682007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19269
19270 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19271 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19272 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19273 and resume-tty-function to resume-tty-hook.
19274 (Fsuspend_tty, Fresume_tty): Use new names.
19275
192762007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19277
19278 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19279 if it starts with "n:".
19280
192812007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19282
19283 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19284
192852007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19286
19287 * frame.h:
19288 * frame.c (Qterm_environment_variable): Remove.
19289 (syms_of_frame): Don't init and staticpro it.
19290
19291 * callproc.c (getenv_internal): Remove special case for $TERM.
19292
19293 * callproc.c (Vinitial_environment): New variable.
19294 (set_initial_environment): Initialize it.
19295 (syms_of_callproc): Declare it.
19296 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19297 TERM under which a process runs is never related to the TERM in which
19298 Emacs is running.
19299
193002007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19301
19302 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19303 * s/darwin.h: ... do it here.
19304
193052007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19306
19307 * lisp.h (set_initial_environment): Rename from set_global_environment.
19308
19309 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19310 removed by mistake on the multi-tty branch.
19311
19312 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
19313 (Fmodify_frame_parameters): Return a value.
19314
19315 * image.c (png_load): Comment-out var only used in commented-out code.
19316
19317 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
19318 before passing it to mark_object.
19319
19320 * xfaces.c (internal_resolve_face_name): Return a value.
19321 (internal_resolve_face_name, resolve_face_name_error): Comment out.
19322
19323 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
19324 (x_icon): Comment-out var only used in commented-out code.
19325
193262007-08-29 Romain Francoise <romain@orebokech.com>
19327
19328 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19329 QUIT hasn't been provided.
19330
193312007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19332
19333 * callproc.c (child_setup, getenv_internal): Use the
19334 display-environment-variable and term-environment-variable frame params.
19335 (set_initial_environment): Initialise Vprocess_environment.
19336
19337 * config.in: Disable multi-keyboard support on a mac.
19338
19339 * frame.c (Qterm_environment_variable)
19340 (Qdisplay_environment_variable): New variables.
19341 (syms_of_frame): Intern and staticpro them.
19342 (Fmake_terminal_frame): Disable output method test.
19343
19344 * frame.h: Declare them here.
19345
19346 * macfns.c (x_set_mouse_color): Get rif from the frame.
19347 (x_set_tool_bar_lines): Don't use updating_frame.
19348 (mac_window): Add 2 new parameters for consistency with other systems.
19349 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
19350 frame parameters following what is done in X11 and w32. Don't use
19351 FRAME_MAC_DISPLAY_INFO.
19352 (Fx_open_connection, start_hourglass): Remove window-system check.
19353 (x_create_tip_frame): Get the keyboard from the terminal.
19354
19355 * macmenu.c: Reorder includes.
19356 (Fx_popup_menu): Use terminal specific mouse_position_hook.
19357
19358 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
19359 terminal parameter.
19360 (x_clear_frame): Add a frame parameter.
19361 (note_mouse_movement): Get rif from the frame.
19362 (mac_term_init): Initialize the terminal.
19363 (mac_initialize): Make static and move terminal initialization ...
19364 (mac_create_terminal): ... to this new function.
19365
19366 * macterm.h (struct mac_display_info): Add terminal.
19367 (mac_initialize): Delete declaration.
19368
19369 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
19370
19371 * sysdep.c: Comment out text after #endif.
19372
19373 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
19374 is defined. Better initialize ttys in windows. Use terminal
19375 specific mouse_position_hook.
19376
19377 * termhooks.h (union display_info): Add mac_display_info.
19378
19379 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
19380 Set the default minibuffer frame, window_system and the rest of the
19381 frame parameters following what is done in X11.
19382
19383 * w32term.c (w32_initialize): Make static.
19384
19385 * xselect.c (x_handle_selection_clear): Only access
19386 terminal->kboard when MULTI_KBOARD is defined.
19387
19388 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
19389 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
19390
193912007-08-29 Jason Rumney <jasonr@gnu.org>
19392
19393 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
19394 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
19395
19396 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
19397 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
19398
19399 * keyboard.c (restore_kboard_configuration): Only define when
19400 MULTI_KBOARD defined.
19401
19402 * makefile.w32-in: Update dependancies from Makefile.in.
19403 (OBJ1): Add terminal.$(O)
19404
19405 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
19406 Don't define function body.
19407 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
19408
19409 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
19410
19411 * w32.c (request_sigio, unrequest_sigio): Remove.
19412
19413 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
19414 (w32con_clear_frame, w32con_clear_end_of_line)
19415 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
19416 (w32con_delete_glyphs, w32con_set_terminal_window)
19417 (scroll_line, w32_sys_ring_bell): Add frame arg.
19418 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
19419 Add terminal arg.
19420 (PICK_FRAME): Remove.
19421 (w32con_write_glyphs): Use frame specific terminal coding.
19422 (one_and_only_w32cons): New global variable.
19423 (initialize_w32_display): Use it for storing hooks.
19424 (create_w32cons_output): New function.
19425
19426 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
19427 arg a frame.
19428
19429 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
19430 Set window_system.
19431 (x_set_tool_bar_lines): Don't use updating_frame.
19432 (Fx_create_frame): Set terminal and ref count.
19433 (Fx_open_connection): Remove window-system check.
19434
19435 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
19436
19437 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
19438 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
19439 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
19440 Add frame arg.
19441 (x_delete_terminal, w32_create_terminal): New functions.
19442 (w32_term_init): Create a terminal.
19443 (w32_initialize): Move terminal specific initialization to
19444 w32_create_terminal.
19445
19446 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
19447 (w32_clear_rect, w32_clear_area): Use background from frame.
19448 (w32_display_info): Add terminal.
19449 (w32_sys_ring_bell, x_delete_display): Declare here.
19450
19451 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
19452
19453 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
19454
194552007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
19456
19457 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
19458 Fix get_named_tty calls for the controlling tty.
19459
194602007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19461
19462 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
19463
194642007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19465
19466 * term.c (tty_insert_glyphs): Add missing first parameter.
19467
194682007-08-29 Károly Lőrentey <karoly@lorentey.hu>
19469
19470 * buffer.c (Fbuffer_list, Fbury_buffer):
19471 Take frame->buried_buffer_list into account.
19472
19473 * cm.c (current_tty): New variable, for cmputc().
19474 (cmputc): Use it.
19475 (cmcheckmagic): Add tty parameter, look up terminal streams there.
19476 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
19477 (cmgoto): Add tty parameter. Pass it on to calccost().
19478 Use emacs_tputs() instead of tputs().
19479
19480 * cm.h (emacs_tputs): New macro to set current_tty, and then call
19481 tputs().
19482 (current_tty): New variable, for cmputc().
19483 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
19484
19485 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
19486 (internal_condition_case, internal_condition_case_1)
19487 (internal_condition_case_2): Don't abort when x_catching_errors.
19488
19489 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
19490 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
19491 prevent crashes caused by bogus longjmps in read_char.
19492
19493 * keymap.h (Fset_keymap_parent): Add EXFUN.
19494
19495 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
19496 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19497 Remove redundant definition.
19498
19499 * macfns.c (x_set_mouse_color, x_make_gc):
19500 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19501
19502 * w32term.c (x_free_frame_resources):
19503 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19504 (w32_initialize): Use the accessor macros for terminal characteristics.
19505
19506 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
19507 Use the accessor macros for terminal characteristics.
19508 * msdos.c (internal_terminal_init): Use the accessor macros for
19509 terminal characteristics.
19510 (ScreenVisualBell, internal_terminal_init):
19511 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19512
19513 * termopts.h (no_redraw_on_reenter): Declare.
19514
19515 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
19516 (mark_terminals, mark_ttys): Declare.
19517 (Fgarbage_collect): Call them.
19518 (mark_object): Mark buried_buffer_list.
19519
19520 * prefix-args.c: Include stdlib.h for exit.
19521
19522 * syssignal.h: Add comment.
19523
19524 * indent.c: Include stdio.h.
19525
19526 * window.h (Vinitial_window_system): Declare.
19527 (Vwindow_system): Delete declaration.
19528
19529 * fontset.c (Finternal_char_font): Use FRAME_RIF.
19530
19531 * image.c (lookup_image): Don't initialize `c' until the xasserts
19532 have been run.
19533
19534 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
19535 FRAME_FOREGROUND_PIXEL.
19536
19537 * print.c (print_preprocess): Don't lose print_depth levels while
19538 iterating.
19539
19540 * widget.c (update_from_various_frame_slots):
19541 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19542
19543 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
19544 frames.
19545 (window_internal_height): Remove bogus make_number call.
19546 (init_window_once): Call make_terminal_frame with two zero parameters.
19547
19548 * fileio.c (Fread_file_name): Update comment.
19549
19550 * callint.c (Fcall_interactively):
19551 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
19552 Make sure it is correctly unwound.
19553
19554 * xsmfns.c (x_session_close): New function.
19555
19556 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
19557 Delete declarations.
19558
19559 * xterm.h: Remove declaration for x_fully_uncatch_errors.
19560 (x_output): Remove background_pixel and foreground_pixel fields.
19561 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
19562 (x_delete_device, x_session_close): Declare.
19563
19564 * lread.c: Include setjmp.h. Update declaration of `read_char'.
19565 (read_filtered_event): Call `read_char' with a local
19566 `wrong_kboard_jmpbuf'.
19567
19568 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
19569 Don't call single_kboard_state. Use FRAME_RIF.
19570
19571 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
19572 systems.
19573
19574 * lisp.h (set_process_environment): Rename to `set_global_environment'.
19575 (Fframe_with_environment, Fset_input_meta_mode)
19576 (Fset_quit_char): EXFUN.
19577 (x_create_device, tty_output, terminal, tty_display_info): Declare.
19578 (init_sys_modes, reset_sys_modes): Update prototypes.
19579 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
19580
19581 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
19582 Vlocal_key_translation_map, and Vkeyboard_translate_table.
19583 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
19584 Delete declarations.
19585 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
19586 (temporarily_switch_to_single_kboard, tty_read_avail_input):
19587 New declarations.
19588
19589 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
19590 already does that during init_display(). Call syms_of_keymap
19591 before syms_of_keyboard. Call `syms_of_terminal'.
19592 Call set_initial_environment, not set_process_environment.
19593 (shut_down_emacs): Call reset_all_sys_modes() instead of
19594 reset_sys_modes().
19595
19596 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
19597 (internal_resolve_face_name, resolve_face_name_error): New functions.
19598 (resolve_face_name): Protect against loops and errors thrown by Fget.
19599 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
19600 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
19601
19602 * scroll.c: Replace CURTTY() with local variables throughout the
19603 file (where applicable).
19604 (calculate_scrolling, calculate_direct_scrolling)
19605 (scrolling_1, scroll_cost): Use the accessor macros for terminal
19606 characteristics.
19607
19608 * keymap.c (Vfunction_key_map): Remove.
19609 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
19610 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
19611 (Vkey_translation_map): Remove.
19612 (syms_of_keymap): Remove DEFVAR for key-translation-map.
19613 (Fdescribe_buffer_bindings)
19614 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
19615 Update for terminal-local key-translation-map.
19616
19617 * Makefile.in (callproc.o): Update dependencies.
19618 (lisp, shortlisp): Add termdev.elc.
19619 (obj): Add terminal.o.
19620 (terminal.o): Add dependencies.
19621 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
19622 (data.o, fns.o): Add termhooks.h dependency.
19623 (SOME_MACHINE_LISP): Add dnd.elc.
19624 (minibuf.o): Fix typo.
19625 Update dependencies.
19626
19627 * data.c (do_symval_forwarding, store_symval_forwarding)
19628 (find_symbol_value): Use the selected frame's keyboard, not
19629 current_kboard.
19630
19631 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
19632 Vwindow_system.
19633
19634 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
19635 Fmenu_bar_open.
19636 (syms_of_xmenu): Update defsubr.
19637 (mouse_position_for_popup, Fx_popup_menu)
19638 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
19639 (set_frame_menubar, free_frame_menubar)
b97439ce 19640 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
19641 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
19642 an X frame.
19643
19644 * xselect.c (x_own_selection): Abort if not an X frame.
19645 (some_frame_on_display): Check if it is an X frame.
19646 (x_handle_selection_clear): Deal with MULTI_KBOARD.
19647
19648 * coding.c: Include frame.h and termhooks.h.
19649 (terminal_coding, keyboard_coding): Delete.
19650 (Fset_terminal_coding_system_internal)
19651 (Fset_keyboard_coding_system_internal)
19652 (Fkeyboard_coding_system)
19653 (Fterminal_coding_system): Add a terminal parameter.
19654 Get terminal_coding from the terminal.
19655 (init_coding_once): Don't call setup_coding_system here.
19656
19657 * dispextern.h (set_scroll_region, turn_off_insert)
19658 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
19659 (tty_clear_end_of_line, tty_setup_colors)
19660 (delete_tty, updating_frame)
19661 (produce_special_glyphs, produce_glyphs, write_glyphs)
19662 (insert_glyphs): Remove.
19663 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
19664 (tty_turn_off_highlight, get_tty_size): Add declaration.
19665 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
19666
19667 * frame.h (enum output_method): Add output_initial.
19668 (struct x_output): Delete.
19669 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19670 Access foreground_pixel and background_pixel directly from the frame.
19671 (tty_display): Delete.
19672 (struct frame): Add buried_buffer_list, foreground_pixel,
19673 background_pixel and terminal. Delete kboard.
19674 (union output_data): Add tty.
19675 (FRAME_KBOARD): Get the kboard from the terminal.
19676 (FRAME_INITIAL_P): New macro.
19677 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
19678 (Qterm_environment_variable, Qdisplay_environment_variable)
19679 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
19680 New declarations.
19681
19682 * termchar.h (tty_output, tty_display_info): New structures.
19683 (tty_list): Declare.
19684 (FRAME_TTY, CURTTY): New macros.
19685 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
19686 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
19687 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
19688 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
19689
19690 * callproc.c: Include frame.h and termhooks.h, for terminal
19691 parameters.
19692 (add_env): New function.
19693 (child_setup): Use it.
19694 (child_setup, getenv_internal): Handle the new Vprocess_environment.
19695 (getenv_internal): Fix get_terminal_param call.
19696 (Fgetenv_internal, egetenv): Update doc.
19697 (syms_of_callproc): Initialize Vprocess_environment to nil.
19698 Register and initialize them. Remove obsolete defvars. Update doc
19699 strings.
19700 (child_setup): Handle Vlocal_environment_variables.
19701 (getenv_internal): Add terminal parameter.
19702 Handle Vlocal_environment_variables.
19703 (Fgetenv_internal): Add terminal parameter.
19704 (child_setup, getenv_internal, Fgetenv_internal): Store the local
19705 environment in a frame (not terminal) parameter. Update doc strings.
19706 (set_initial_environment): Rename from set_global_environment.
19707 Store Emacs environment in initial frame parameter.
19708
19709 * xdisp.c (redisplay_internal): Update references to
19710 `previous_terminal_frame'.
19711 (display_mode_line, Fformat_mode_line): Replace calls to
19712 `push_frame_kboard' with `push_kboard'.
19713 (get_glyph_string_clip_rects): Add extra parentheses and
19714 braces to prevent compiler warnings.
19715 (calc_pixel_width_or_height): Add xassert to check that the
19716 frame is alive. Don't call `lookup_image' on a termcap frame.
19717 (message2_nolog, message3_nolog, redisplay_internal)
19718 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
19719 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
19720 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
19721 (Fx_display_pixel_width, Fx_display_pixel_height)
19722 (Fx_display_planes, Fx_display_color_cells)
19723 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
19724 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
19725 (Fx_display_backing_store, Fx_display_visual_class)
19726 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
19727 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
19728
19729 * xfns.c (x_set_foreground_color x_set_background_color)
19730 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
19731 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19732 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
19733 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
19734 terminal that is being deleted.
19735 (Fx_create_frame): Use `store_frame_param' to set `window-system'
19736 frame parameter, and make sure it overrides any user-supplied setting.
19737 (Fx_close_connection, Fx_synchronize): Unify argument names with
19738 the rest of the DEFUNs.
19739
19740 * dispnew.c (Fsend_string_to_terminal): Update call to
19741 `get_tty_terminal'.
19742 (Fredraw_frame, Fsend_string_to_terminal)
19743 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
19744 FRAME_TERMCAP_P and FRAME_TTY.
19745 (window_change_signal): Don't believe width/height values that are
19746 impossibly small.
19747 (Vinitial_window_system): Rename from Vwindow_system.
19748 (termscript, Wcm, rif): Delete.
19749
19750 * termhooks.h (struct terminal): New struct containing the
19751 previously global text display hooks and new members NAME,
19752 DELETED and PARAM_ALIST.
19753 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
19754 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
19755 (FRAME_RIF): New macros.
19756 (get_terminal_param, get_device): New declarations.
19757 (termscript): Delete declaration.
19758
19759 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
19760 (XTflash, x_free_frame_resources, x_scroll_bar_create)
19761 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
19762 FRAME_FOREGROUND_PIXEL.
19763 (x_fully_uncatch_errors): Disable definition.
19764 (x_scroll_bar_expose): Fix reference to foreground pixel.
19765 (XTread_socket): Disable loop on all X displays.
19766 (x_delete_terminal): Don't set terminal->deleted and let
19767 delete_terminal delete the frames on the terminal.
19768 (x_delete_display): Doc update to reflect changes in
19769 delete_terminal.
19770 (x_display_info) <terminal>: Move member earlier in the struct.
19771 (deleting_tty): Remove old variable.
19772 (Fsuspend_tty): Call clear_tty_hooks.
19773 (Fresume_tty, init_tty): Call set_tty_hooks.
19774 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
19775 errors on X frames.
19776 (x_catch_errors_unwind): Abort if x_error_message is NULL.
19777 (handle_one_xevent): Initialize `f' to NULL.
19778 (x_delete_terminal, x_create_terminal): New functions.
19779 (XTset_terminal_modes, XTreset_terminal_modes)
19780 (XTread_socket, x_connection_closed, x_term_init)
19781 (x_term_init, x_delete_display): Add terminal parameter.
19782 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
19783 X connections.
19784
19785 * frame.c: Include termchar.h.
19786 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
19787 (Qwindow_system, Qenvironment, Qterm_environment_variable)
19788 (Qdisplay_environment_variable): New vars.
19789 (Fframep): Deal with output_initial.
19790 (Fframe-live-p): Doc fix.
19791 (Fwindow-system): New function.
19792 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
19793 (make_terminal_frame): Don't create frames on a terminal that is
19794 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19795 (store_frame_param): Check for found_for_frame before calling XFRAME.
19796 (Fmake_terminal_frame): Handle NULL tty names correctly.
19797 (syms_of_frame): Enhance doc string of `default-frame-alist'.
19798 (Fdelete_frame): Remove unused variable `count'. Don't allow other
19799 frames to refer to a deleted frame in their 'environment parameter.
19800 (Fframe_with_environment): New function.
19801 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
19802 (get_future_frame_param): New function.
19803 (Fmake_terminal_frame): Use it.
19804 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
19805
19806 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
19807 * sysdep.c (reset_sys_modes): Update for renames.
19808
19809 * keyboard.c (tty_read_avail_input): New function.
19810 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
19811 (syms_of_keyboard): Defsubr them.
19812 (Fset_input_meta_mode, Fset_quit_char): New functions.
19813 (Fset_input_mode): Split to above functions.
19814 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
19815 parameter. Use it in call to `read_char'.
19816 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
19817 Set wrong_kboard_jmpbuf correctly in recursive calls.
19818 Use current_kboard to access Vkeyboard_translate_table.
19819 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
19820 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
19821 Update longjmp invocations. Remember the original current_kboard,
19822 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
19823 changes it. Comment out unnecessary calls to
19824 `record_single_kboard_state' and `any_kboard_state'.
19825 Update recursive calls.
19826 (wrong_kboard_jmpbuf): Remove global variable.
19827 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
19828 Handle deleted interrupted_kboards correctly; that is a legal
19829 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
19830 and read_char calls. Abort if interrupted_kboard died in read_char.
19831 (any_kboard_state, single_kboard_state)
19832 (push_frame_kboard): Remove function.
19833 (pop_kboard): Switch out of single_kboard mode if the kboard has
19834 been deleted. Remove unused variable. Help debugging by not
19835 changing current_kboard unnecessarily. Set current_kboard to the
19836 kboard of the selected frame when the stored kboard object has
19837 been deleted before pop_kboard.
19838 (temporarily_switch_to_single_kboard): Change first parameter to a
19839 frame pointer. Throw an error when caller wants to change kboards
19840 while in single_kboard mode. Don't push_kboard if we weren't in
19841 single kboard state. Don't pop_kboard if we popped into any
19842 kboard state.
19843 (restore_kboard_configuration): Abort if pop_kboard changed the
19844 kboard in single_kboard mode. Call pop_kboard only after setting
19845 up single_kboard mode.
19846 (Frecursive_edit): Switch to single_kboard mode only in nested
19847 command loops.
19848 (cmd_error, command_loop, command_loop_1, timer_check):
19849 Comment out unnecessary call to `any_kboard_state' and
19850 `record_single_kboard_state'.
19851 (delete_kboard): Exit single_kboard mode if we have just deleted
19852 that kboard. Use FRAME_KBOARD.
19853 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
19854 `fatal_error_signal'.
19855 (record_single_kboard_state): Don't push_kboard if we weren't in
19856 single kboard state. Don't pop_kboard if we popped into any
19857 kboard state.
19858 (push_frame_kboard): Rename to push_kboard.
19859 (kbd_buffer_get_event): Use FRAME_TERMINAL.
19860 (read_avail_input): Read input from all terminals.
19861 (mark_kboards): Also mark Vkeyboard_translate_table.
19862 (kbd_buffer_store_event_hold): Simplify condition.
19863 (read_key_sequence): Reinitialize fkey and keytran at each replay.
19864 (Vkeyboard_translate_table): Move to struct kboard.
19865 (init_kboard): Initialize Vkeyboard_translate_table.
19866 (syms_of_keyboard): Use DEFVAR_KBOARD to define
19867 Vkeyboard_translate_table. Update doc strings. Update docs of
19868 local-function-key-map and function-key-map.
19869
19870 * terminal.c: New file.
19871
19872 * term.c: Include errno.h.
19873 (Vring_bell_function, device_list, initial_device)
19874 (next_device_id, ring_bell, update_begin, update_end)
19875 (set_terminal_window, cursor_to, raw_cursor_to)
19876 (clear_to_end, clear_frame, clear_end_of_line)
19877 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
19878 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
19879 (syms_of_term): Move their initialization to terminal.c.
19880 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
19881 (Ftty_display_color_cells)
19882 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
19883 (clear_tty_hooks, set_tty_hooks)
19884 (init_tty, maybe_fatal): New functions.
19885 (Ftty_type): Return nil if terminal is not on a tty instead of
19886 throwing an error. Doc update.
19887 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
19888 Doc update. Initialize new subrs and variables.
19889 (delete_tty): Use terminal->deleted.
19890 (tty_set_terminal_modes): Rename from set_terminal_modes.
19891 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
19892 (set_scroll_region): Rename to `tty_set_scroll_region'.
19893 (turn_on_insert): Rename to `tty_turn_on_insert'.
19894 (turn_off_insert): Rename to `tty_turn_off_insert'.
19895 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
19896 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
19897 (toggle_highligh): Rename to `tty_toggle_highlight'.
19898 (background_highlight): Rename to `tty_background_highlight'.
19899 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
19900 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
19901 (tty_set_scroll_region, tty_background_highlight)
19902 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
19903 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
19904 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
19905 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
19906 Add static modifier.
19907 (tty_reset_terminal_modes, tty_set_terminal_window)
19908 (tty_set_scroll_region, tty_background_highlight)
19909 (tty_highlight_if_desired, tty_cursor_to)
19910 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
19911 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
19912 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
19913 renames.
19914
199152007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19916
19917 * keyboard.c: Qrtl is new.
19918 (parse_tool_bar_item): Handle :rtl keyword.
19919 (syms_of_keyboard): Intern :rtl keyword.
19920
19921 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
19922
19923 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
19924 so no Lisp code is executed.
19925 (file_for_image, find_rtl_image): New functions.
19926 (xg_get_image_for_pixmap): Use file_for_image.
19927 (update_frame_tool_bar): If direction is RTL, use RTL image if
19928 defined. Use Gtk stock images if defined.
19929
199302007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19931
19932 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
19933 for nonexistent or zero-width glyph in composition glyph.
19934
199352007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19936
19937 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
19938
19939 * xdisp.c (Finvisible_p): New function.
19940 (syms_of_xdisp): defsubr it.
19941
199422007-08-24 Juanma Barranquero <lekktu@gmail.com>
19943
19944 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
19945 Doc fixes.
19946
199472007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19948
19949 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
19950
199512007-08-24 Martin Rudalics <rudalics@gmx.at>
19952
19953 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
19954 whether decoding has modified buffer contents.
19955
199562007-08-24 Jason Rumney <jasonr@gnu.org>
19957
19958 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
19959 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
19960 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
19961 (init_svg_functions) [HAVE_NTGUI]: New function.
19962 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
19963 (svg_load_image): Use them.
19964 (svg_load_image) [HAVE_NTGUI]: Implement background.
19965
199662007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19967
19968 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
19969 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
19970 (LIBX): Remove @RSVG_LIBS@.
19971 (LIBES): Add $(RSVG_LIBS).
19972
19973 * image.c (svg_load_image): Blend with specified background if exists.
19974 Use IMAGE_BACKGROUND. Add Mac OS Support.
19975
19976 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
19977 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
19978 Remove macros.
19979 [MAC_OSX] (socket_callback): Do nothing.
19980 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
19981 ReceiveNextEvent.
19982 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
19983 socket_callback.
19984 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
19985
199862007-08-22 Glenn Morris <rgm@gnu.org>
19987
19988 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
19989
199902007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19991
19992 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
19993
19994 * image.c: Add support for SVG images. Some additional comments
19995 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
19996 (svg_image_p): New function to test for SVG image.
19997 (svg_load): New function to load SVG image.
19998 (svg_load_image): New function, helper for svg_load.
19999 (Qsvg): New Lisp_object.
20000 (svg_keyword_index): New enum.
20001 (svg_format): New static `image_keyword' struct.
20002 (svg_type): New static `image_type' struct.
20003 (librsvg/rsvg.h): Include it.
20004
200052007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20008
200092007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * lread.c (Qold_style_backquotes): New var.
20012 (syms_of_lread): Init and staticpro it.
20013 (load_warn_old_style_backquotes): New fun.
20014 (Fload): Use them to warn about old style backquotes.
20015 (end_of_file_error, Fload): Remove unused vars.
20016
20017 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20018
20019 * lread.c (Vold_style_backquotes): New var.
20020 (syms_of_lread): Init and export it to Elisp.
20021 (read1): Set it when we find an old-style (back)quote.
20022
200232007-08-22 Jason Rumney <jasonr@gnu.org>
20024
20025 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20026
200272007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20028
20029 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20030
200312007-08-19 Richard Stallman <rms@gnu.org>
20032
20033 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20034
200352007-08-19 Andreas Schwab <schwab@suse.de>
20036
20037 * alloc.c (pure): Round PURESIZE up.
20038
200392007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20040
20041 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20042 active frame.
20043
200442007-08-16 Richard Stallman <rms@gnu.org>
20045
20046 * eval.c (Fcommandp): Add parens to clarify.
20047
20048 * minibuf.c (Fall_completions): Use enum for type of table.
20049
20050 * emacs.c (USAGE2): Improve text.
20051
200522007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20053
20054 * term.c (tty_default_color_capabilities): Declare static
20055 variables in file scope, to avoid HPUX compiler problem.
20056
200572007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20058
20059 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20060 to gtk_toolbar_insert.
20061
200622007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20063
20064 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20065
20066 * insdel.c (reset_var_on_error): New fun.
20067 (signal_before_change, signal_after_change):
20068 Use it to reset (after|before)-change-functions to nil in case of error.
20069 Bind inhibit-modification-hooks to t.
20070 Don't bind (after|before)-change-functions to nil while they run.
20071
200722007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20073
20074 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20075 filling pixmap with stippled background.
20076
200772007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20078
20079 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20080 Don't use invisible frame as parent window for repositioning.
20081
200822007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20083
20084 * print.c (new_backquote_output): Rename from old_backquote_output.
20085 (print): Inverse its logic (according to its name) so as to match the
20086 behavior of new_backquote_flag in lread.c.
20087
200882007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20089
20090 * gmalloc.c (posix_memalign): New function.
20091
20092 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20093 ActivateControl/DeactivateControl here.
20094 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20095 frame-notice-user-settings is non-nil.
20096 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20097 for kEventParamFMFontStyle.
20098 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20099 mac_pass_command_to_system and mac_pass_control_to_system here.
20100 (XTread_socket): Call ActivateControl/DeactivateControl here.
20101 (XTread_socket) [TARGET_API_MAC_CARBON]:
20102 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20103 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20104 for window repositioning.
20105
201062007-08-08 Glenn Morris <rgm@gnu.org>
20107
20108 * Replace `iff' in doc-strings and comments.
20109
201102007-08-07 Chong Yidong <cyd@stupidchicken.com>
20111
20112 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20113
201142007-08-07 Martin Rudalics <rudalics@gmx.at>
20115
20116 * fileio.c (Finsert_file_contents): Run format-decode and
20117 after_insert_file_functions on entire buffer when REPLACE is
20118 non-nil and inhibit modification_hooks and point_motion_hooks.
20119 For consistency, run after_insert_file_functions iff something
20120 got inserted. Move signal_after_change and update_compositions
20121 after code running after_insert_file_functions. Make sure that
20122 undo_list doesn't record intermediate steps of the decoding process.
20123
201242007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20125
20126 * emacs.c (main)
20127 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20128 Call malloc_enable_thread on interactive startup.
20129
20130 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20131 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20132 [USE_PTHREAD]: Conditionalize with it.
20133 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20134 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20135 New functions.
20136
201372007-08-06 Chong Yidong <cyd@stupidchicken.com>
20138
20139 * xdisp.c (redisplay_window): When restoring original buffer
20140 position, make sure it is still valid.
20141
20142 * image.c (png_load): Ignore png-supplied background color.
20143
201442007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20145
20146 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20147 Use kCFAbsoluteTimeIntervalSince1970.
20148
20149 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20150 New variable.
20151 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20152 event loop should be quit.
20153 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20154 Quit dialog event loop if quit_dialog_event_loop is set.
20155
20156 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20157 (Selection): New typedef. Use instead of ScrapRef.
20158 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20159 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20160 (mac_clear_selection): Rename from clear_scrap.
20161 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20162 scrap_has_target_type. All uses changed.
20163 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20164 (mac_selection_has_target_p): New functions.
20165 (mac_put_selection_value): Rename from put_scrap_string.
20166 (mac_get_selection_value): Rename from get_scrap_string.
20167 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20168 (put_scrap_private_timestamp, scrap_has_target_type)
20169 (get_scrap_private_timestamp): Remove functions.
20170 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20171 (x_own_selection, x_get_local_selection):
20172 Use mac_valid_selection_value_p.
20173 (x_own_selection): Don't use put_scrap_private_timestamp.
20174 Record OWNERSHIP-INFO into Vselection_alist instead.
20175 (x_get_local_selection): Don't check type if request is local.
20176 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20177 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20178
201792007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20180
20181 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20182 add comment explaining why.
20183
201842007-08-03 Richard Stallman <rms@gnu.org>
20185
20186 * fileio.c (Fvisited_file_modtime): Use make_time.
20187
201882007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20189
20190 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20191 build.
20192
201932007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20196
201972007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20198
20199 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20200
202012007-07-30 Richard Stallman <rms@gnu.org>
20202
20203 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20204
202052007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20206
20207 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20208
202092007-07-28 Nick Roberts <nickrob@snap.net.nz>
20210
20211 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20212 remote default-directory.
20213
20214 * buffer.c (mode-line-format): Update doc string.
20215
202162007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20217
20218 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20219 scroll bar gap.
20220 (x_scroll_bar_create): Set bar->fringe_extended_p.
20221 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20222 on frame edge. Check fringe background extension. Don't clear
20223 extended fringe background area.
20224
20225 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20226 (w32_fill_area): Enclose multiple statements with do ... while (0).
20227
20228 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20229 Extend fringe background to scroll bar gap.
20230 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20231 Set bar->fringe_extended_p.
20232 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20233 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20234 background extension. Don't clear extended fringe background area.
20235
20236 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20237 New member fringe_extended_p.
20238
202392007-07-25 Glenn Morris <rgm@gnu.org>
20240
20241 * Relicense all FSF files to GPLv3 or later.
20242
20243 * COPYING: Switch to GPLv3.
20244
202452007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20246
20247 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20248
20249 * data.c (Finteractive_form): Check for the presence of an
20250 `interactive-form' symbol property more thoroughly.
20251
20252 * data.c (Finteractive_form): Use an `interactive-form' property if
20253 present, analogous to the function-documentation property.
20254
202552007-07-24 Jason Rumney <jasonr@gnu.org>
20256
20257 * w32fns.c (x_real_positions): Get real position from OS instead of
20258 calculating it.
20259
202602007-07-23 Jason Rumney <jasonr@gnu.org>
20261
20262 * filelock.c (current_lock_owner): Allow for @ sign in username.
20263
202642007-07-22 Nick Roberts <nickrob@snap.net.nz>
20265
20266 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20267 remote default-directory.
20268
20269 * buffer.c (mode-line-format): Describe above case in doc string.
20270
202712007-07-20 Eli Zaretskii <eliz@gnu.org>
20272
20273 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20274 Define if not defined.
20275
202762007-07-18 Jason Rumney <jasonr@gnu.org>
20277
20278 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20279
202802007-07-18 Richard Stallman <rms@gnu.org>
20281
20282 * data.c (Fsetq_default): Doc fix.
20283
20284 * eval.c (Fsetq): Doc fix.
20285
202862007-07-18 Juanma Barranquero <lekktu@gmail.com>
20287
20288 * coding.c (Ffind_operation_coding_system):
20289 * eval.c (For, Fand): Doc fixes.
20290 Reported by Johan Bockgård.
20291
202922007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20293
20294 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20295
20296 * xterm.h: Declare x_ewmh_activate_frame.
20297
20298 * xterm.c (x_ewmh_activate_frame): New function.
20299 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20300
203012007-07-17 Martin Rudalics <rudalics@gmx.at>
20302
20303 * window.c (Fdisplay_buffer): If largest or LRU window is the
20304 only window, split it even if it is not eligible for splitting.
20305 This restores the original behavior broken by the 2007-07-15
20306 change.
20307
203082007-07-17 Glenn Morris <rgm@gnu.org>
20309
20310 * abbrev.c (abbrev_check_chars): New function.
20311 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20312 Call abbrev_check_chars to check abbrev characters are word
20313 constituents. Doc fix.
20314
203152007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20316
20317 * process.c (Fstart_process, Fmake_network_process)
20318 (read_process_output): Fix up last changes.
20319
203202007-07-16 Eli Zaretskii <eliz@gnu.org>
20321
20322 * makefile.w32-in (clean): Don't delete *~.
20323
203242007-07-16 Andreas Schwab <schwab@suse.de>
20325
20326 * window.c (Fdisplay_buffer): Use NILP.
20327 (Fset_window_scroll_bars): Likewise.
20328
203292007-07-15 Martin Rudalics <rudalics@gmx.at>
20330
20331 * window.c (window_min_size_2): New function.
20332 (window_min_size_1, size_window, Fdisplay_buffer)
20333 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
20334 windows without mode- or header-lines when window-min-height is
20335 too small.
20336 (size_window): Reset nodelete_p after testing it, following an
20337 earlier note by Kim F. Storm.
20338 (display_buffer): Do not set split_height_threshold to twice the
20339 value of window_min_height to avoid changing the value of a
20340 customizable variable. Rather explicitly check whether the
20341 height of the window that shall be splitted is at least as large
20342 as split_height_threshold.
20343 (Fwindow_full_width_p): New defun.
20344 (syms_of_window): Defsubr it.
20345
20346 * window.h: Add EXFUN for Fwindow_full_width_p.
20347
203482007-07-14 Jason Rumney <jasonr@gnu.org>
20349
20350 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
20351
203522007-07-14 Richard Stallman <rms@gnu.org>
20353
20354 * eval.c (maybe_call_debugger): New function.
20355 (find_handler_clause): Use maybe_call_debugger.
20356 Call it when the handler says `debug'.
20357 Eliminate DEBUGGER_VALUE_PTR.
20358 (Fsignal): Eliminate debugger_value.
20359 (Qdebug): New variable.
20360 (syms_of_eval): Initialize it.
20361
203622007-07-14 Juanma Barranquero <lekktu@gmail.com>
20363
20364 * eval.c (Fprogn):
20365 * keyboard.c (Ftrack_mouse):
20366 * print.c (Fwith_output_to_temp_buffer):
20367 * window.c (Fsave_window_excursion): Doc fix.
20368
203692007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20370
20371 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
20372
203732007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20374
20375 * process.h (struct Lisp_Process): Turn slots infd, outfd,
20376 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
20377 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
20378 read_output_delay, and read_output_skip from Lisp_Objects to ints.
20379 Remove unused encoding_carryover.
20380 * process.c: Adjust all functions accordingly.
20381
203822007-07-12 Richard Stallman <rms@gnu.org>
20383
20384 * term.c: Include unistd.h only if HAVE_UNISTD_H.
20385
203862007-07-11 Jason Rumney <jasonr@gnu.org>
20387
20388 * makefile.w32-in (LIBS): Include OLE32.
20389
20390 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
20391 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
20392
203932007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20394
20395 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
20396 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
20397 from a Lisp_Object into a bare pointer.
20398 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20399 Adjust the code correspondingly.
20400
20401 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
20402
20403 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
20404 (term_show_mouse_face): Remove unused var `j'.
20405 (handle_one_term_event): Remove unused vars `i' and `j'.
20406 Don't cast return value of ttyname since it's not necessary.
20407
204082007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20409
20410 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
20411 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
20412
20413 * fns.c (map_char_table): Use an array of int for `indices' rather than
20414 an array of Lisp_Objects (which are only ever integers anyway).
20415 (Fmap_char_table): Update caller.
20416 * lisp.h: Update prototype.
20417 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
20418 * fontset.c (Ffontset_info):
20419 * casetab.c (set_case_table): Update callers.
20420
20421 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
20422
20423 * keymap.c (struct accessible_keymaps_data)
20424 (struct where_is_internal_data): New structures.
20425 (accessible_keymaps_1, where_is_internal_1): Use them to change
20426 interface to adhere to the one used by map_keymap.
20427 (Faccessible_keymaps, where_is_internal): Use map_keymap.
20428 (accessible_keymaps_char_table, where_is_internal_2): Remove.
20429
20430 * keymap.h (map_keymap_function_t): More informative prototype.
20431
204322007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20433
20434 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
20435 (looking_at_1): Don't change search_regs and last_thing_searched
20436 if `inhibit-changing-match-data' is non-nil.
20437 (string_match_1, search_buffer, set_search_regs): Likewise.
20438 (syms_of_search): Add Lisp level definition for
20439 `inhibit-changing-match-data' and set it to nil.
20440 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
20441 start and end of the match, instead of using values in search_regs.
20442
204432007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20444
20445 * minibuf.c (Fcompleting_read): New value `confirm-only'
20446 for `require-match'.
20447
204482007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20449
20450 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
20451 part of the 2007-06-27 change to syms_of_fileio.
20452
204532007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20454
20455 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
20456 Check WINDOWP before using XWINDOW. Consolidate return statements.
20457
204582007-06-27 Richard Stallman <rms@gnu.org>
20459
20460 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20461
204622007-06-27 Juanma Barranquero <lekktu@gmail.com>
20463
20464 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
20465
204662007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20467
20468 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
20469 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
20470 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
20471 (_free_internal, memalign): Use them.
20472 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
20473 Initialize to PTHREAD_MUTEX_INITIALIZER.
20474 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
20475 (morecore_nolock): Rename from morecore. All uses changed.
20476 Use only nolock versions of internal allocation functions.
20477 (_malloc_internal_nolock, _realloc_internal_nolock)
20478 (_free_internal_nolock): New functions created from
20479 _malloc_internal, _realloc_internal, and _free_internal.
20480 (_malloc_internal, _realloc_internal, _free_internal): Use them.
20481 Copy hook value to automatic variable before its use.
20482 (memalign): Copy hook value to automatic variable before its use.
20483
204842007-06-26 Kenichi Handa <handa@m17n.org>
20485
20486 * coding.c (Ffind_operation_coding_system): Docstring improved.
20487 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
20488
204892007-06-25 David Kastrup <dak@gnu.org>
20490
20491 * keymap.c (Fcurrent_active_maps): Add `position' argument.
20492 (Fwhere_is_internal): Adjust call to `current-active-maps' to
20493 cater for additional parameter.
20494
20495 * keymap.h: Adjust number of parameters to `current-active-maps'.
20496
20497 * doc.c (Fsubstitute_command_keys): Adjust call of
20498 `current-active-maps'.
20499
205002007-06-25 David Kastrup <dak@gnu.org>
20501
20502 * callint.c (Fcall_interactively): Make the parsing of interactive
20503 specs somewhat more readable.
20504
205052007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20506
20507 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
20508 to scroll bar gap also when bitmap fills fringe. Draw only foreground
20509 if extended background has already been filled.
20510
205112007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20512
20513 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
20514 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
20515
20516 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
20517 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
20518 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
20519 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
20520 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
20521 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
20522 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
20523 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
20524 Run timers during dialog popup.
20525 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
20526
205272007-06-21 Jason Rumney <jasonr@gnu.org>
20528
20529 * image.c (convert_mono_to_color_image): Swap fore and background.
20530
205312007-06-20 Jason Rumney <jasonr@gnu.org>
20532
20533 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
20534 (w32_free_bdf_font): Unmap memory not handle.
20535
205362007-06-20 Sam Steingold <sds@gnu.org>
20537
20538 * gmalloc.c (__morecore): Fix the declaration to comply with the
20539 definition.
20540
205412007-06-20 Juanma Barranquero <lekktu@gmail.com>
20542
20543 * w32term.c (w32_delete_display): Remove leftover declaration.
20544 (w32_define_cursor, w32_initialize): Make static.
20545
20546 * w32.c (_wsa_errlist): Fix typo in error message.
20547 (init_environment): Ignore any environment variable from the
20548 registry having a null value.
20549
205502007-06-20 Glenn Morris <rgm@gnu.org>
20551
20552 * Makefile.in (LIBGIF): Default to -lgif.
20553
205542007-06-17 Jason Rumney <jasonr@gnu.org>
20555
20556 * w32menu.c (add_menu_item): Don't use multibyte string functions on
20557 unicode strings.
20558
205592007-06-16 Juanma Barranquero <lekktu@gmail.com>
20560
20561 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
20562 Fix typo in docstring.
20563
205642007-06-16 Eli Zaretskii <eliz@gnu.org>
20565
20566 * w32menu.c (add_menu_item): Escape `&' characters in menu items
20567 and their keybindings.
20568
205692007-06-15 Chong Yidong <cyd@stupidchicken.com>
20570
20571 * composite.c (update_compositions): Fix last fix.
20572
205732007-06-14 Jason Rumney <jasonr@gnu.org>
20574
20575 * w32.c (get_process_times_fn): New function pointer.
20576 (globals_of_w32): Intialize it if present in kernel32.dll.
20577 (w32_get_internal_run_time): New function.
20578
20579 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
20580
205812007-06-14 Kenichi Handa <handa@etlken.m17n.org>
20582
20583 * composite.c (update_compositions): Check the validness of
20584 compositions.
20585
205862007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20587
20588 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
20589 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
20590
20591 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
20592 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
20593
20594 * macgui.h (USE_MAC_TOOLBAR): New define.
20595
20596 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20597 Return immediately unless popup is activated.
20598
20599 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
20600 background to scroll bar gap.
20601 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
20602 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
20603 scroll bars on frame edge. Check fringe background extension.
20604 Don't clear extended fringe background area.
20605 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
20606 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
20607 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
20608 [USE_MAC_TOOLBAR]: New macros.
20609 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
20610 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
20611 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
20612 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
20613 [USE_MAC_TOOLBAR]: New functions.
20614 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
20615 manually if previous repositioning has failed.
20616 (mac_handle_keyboard_event): Use precomputed event kind.
20617 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
20618 as tool bar item click. Handle mouse movement over tool bar items.
20619
20620 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
20621 toolbar_win_gravity.
20622 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
20623 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
20624 Add externs.
20625
20626 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
20627 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
20628
206292007-06-14 Chong Yidong <cyd@stupidchicken.com>
20630
20631 * image.c (search_image_cache): Remove unused variable.
20632
206332007-06-13 Chong Yidong <cyd@stupidchicken.com>
20634
20635 * xfns.c, xmenu.c: Link to xaw3d if available.
20636
206372007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20638
20639 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
20640 frame_foreground and frame_background.
20641
20642 * image.c (lookup_image): Save frame foreground and background colors.
20643 (search_image_cache): Check if saved and current frame colors match.
20644
206452007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20646
20647 * regex.c (regex_compile): Remove the `regnum' counter.
20648 Use bufp->re_nsub instead. Add support for \(?N:RE\).
20649
206502007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * term.c: Include intervals.h to declare Fget_text_property.
20653
206542007-06-10 Jason Rumney <jasonr@gnu.org>
20655
20656 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
20657
206582007-06-08 Juanma Barranquero <lekktu@gmail.com>
20659
20660 * callint.c (Fcall_interactively):
20661 * editfns.c (Fdelete_and_extract_region):
20662 * fileio.c (Fread_file_name):
20663 * fns.c (Fmapconcat):
20664 * keyboard.c (cmd_error_internal):
20665 * keymap.c (Fkey_description):
20666 * lread.c (openp):
20667 * minibuf.c (read_minibuf):
20668 * search.c (wordify):
20669 * sunfns.c (sel_read):
20670 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
20671 * xfns.c (x_default_scroll_bar_color_parameter):
20672 * xmenu.c (menu_help_callback):
20673 * xselect.c (Fx_get_atom_name):
20674 * xterm.c (x_term_init): Use empty_unibyte_string.
20675
206762007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
20677
20678 * alloc.c (init_strings): Initialize canonical empty strings.
20679 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
20680 canonical empty string when the requested size is 0.
20681
20682 * emacs.c (empty_unibyte_string): Rename from empty_string.
20683 (empty_multibyte_string): New canonical empty string.
20684 (syms_of_emacs): Don't initialize empty_string.
20685
20686 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
20687 string, if appropriate.
20688 (empty_unibyte_string, empty_multibyte_string): New externs.
20689 (empty_string): Remove extern.
20690
20691 * lread.c (syms_of_lread): Use empty_unibyte_string.
20692
206932007-06-07 Jason Rumney <jasonr@gnu.org>
20694
20695 * s/ms-w32.h: Don't define HAVE_TZNAME.
20696
20697 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
20698
206992007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20700
20701 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
20702
20703 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
20704 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
20705
20706 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20707 Don't call next handler.
20708 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
20709 Remove argument. Install handler to application.
20710 (set_frame_menubar): Don't change deep_p.
20711 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
20712 FRAME_OUTER_TO_INNER_DIFF_Y.
20713 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20714 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20715 [HAVE_DIALOGS]: New macros.
20716 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
20717 Use them.
20718 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
20719
20720 * macselect.c [MAC_OSX] (install_service_handler): Rename from
20721 init_service_handler. All callers changed. Return OSStatus value.
20722
20723 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
20724 All callers changed so as not to call SetPortWindowPort.
20725 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
20726 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
20727 mac_draw_string_common.
20728 (mac_draw_image_string_qd): Likewise.
20729 (mac_draw_string_common): Use them. Add INLINE.
20730 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
20731 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
20732 GetGlobalMouse.
20733 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
20734 and FRAME_OUTER_TO_INNER_DIFF_Y.
20735 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
20736 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
20737 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
20738 repositioning window to mac_handle_window_event.
20739 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
20740 saving window location to mac_handle_window_event
20741 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
20742 (install_menu_target_item_handler): Remove argument in extern.
20743 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
20744 Also accept command events.
20745 (do_keystroke): New function created from XTread_socket.
20746 (init_command_handler): Remove functions.
20747 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
20748 and save window location by kEventWindowShowing and kEventWindowHiding
20749 handlers here. Don't call next handler for window state change and
20750 focus events.
20751 (mac_handle_application_event, mac_handle_keyboard_event)
20752 [TARGET_API_MAC_CARBON]: New functions.
20753 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
20754 kEventWindowShowing and kEventWindowHiding events. Move installation
20755 of mouse, font, text input and menu target item handlers to
20756 install_application_handler.
20757 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
20758 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20759 New function.
20760 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20761 Register it.
20762 (XTread_socket) [TARGET_API_MAC_CARBON]:
20763 Consolidate SendEventToEventTarget calls.
20764 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
20765 Move application activation handler to mac_handle_application_event.
20766 Move keyboard handler to mac_handle_keyboard_event.
20767 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
20768 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
20769 init_command_handler. Call install_application_handler.
20770
20771 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
20772 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
20773
207742007-06-07 Glenn Morris <rgm@gnu.org>
20775
20776 * emacs.c (main): Use `emacs-copyright' in --version output.
20777
207782007-06-06 Chong Yidong <cyd@stupidchicken.com>
20779
20780 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
20781
207822007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20783
20784 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
20785
20786 * macgui.h: Replace WindowPtr with WindowRef.
20787
20788 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20789 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20790 Replace ControlHandle with ControlRef.
20791 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
20792
20793 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20794 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20795 Replace ControlHandle with ControlRef.
20796 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
20797 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
20798
20799 * macterm.h (struct scroll_bar): Rename member control_handle_low
20800 and control_handle_high to control_ref_low and control_ref_high.
20801 All uses changed.
20802 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
20803 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
20804 respectively. All uses changed.
20805 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
20806 (install_window_handler, remove_window_handler): Replace WindowPtr
20807 with WindowRef in externs.
20808
208092007-06-05 Juanma Barranquero <lekktu@gmail.com>
20810
20811 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
20812
208132007-06-03 Nick Roberts <nickrob@snap.net.nz>
20814
20815 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
20816
20817 * frame.c (Fmouse_position, Fmouse_pixel_position):
20818 Condition on HAVE_GPM too.
20819
20820 * term.c (term_mouse_highlight): Remove unused variables.
20821 (Fterm_open_connection): Set gpm_zerobased to 1.
20822 (term_mouse_movement, term_mouse_click, handle_one_term_event):
20823 Use zero based co-ordinates.
20824 (handle_one_term_event): Report a drag as mouse movement too.
20825
20826 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
20827
208282007-06-03 Chong Yidong <cyd@stupidchicken.com>
20829
20830 * image.c (search_image_cache): New function. Require background
20831 color match if background color is unspecified in the image spec.
20832 (uncache_image, lookup_image): Use it.
20833
208342007-06-01 Juanma Barranquero <lekktu@gmail.com>
20835
20836 * window.c (Fshrink_window): Reflow docstring.
20837
208382007-06-02 Chong Yidong <cyd@stupidchicken.com>
20839
20840 * Version 22.1 released.
20841
208422007-06-01 Richard Stallman <rms@gnu.org>
20843
20844 * xfns.c (x_encode_text): Add GCPRO.
20845
208462007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20847
20848 * xfns.c (x_set_name_internal): Save encoded name before
20849 x_encode_text in case string data is relocated.
20850
208512007-05-31 Richard Stallman <rms@gnu.org>
20852
20853 * buffer.c (syms_of_buffer): Doc fix.
20854
208552007-05-30 Nick Roberts <nickrob@snap.net.nz>
20856
20857 * sysdep.c (init_sys_modes): Add rather than replace with
20858 O_NONBLOCK.
20859
20860 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
20861 term_mouse_moveto.
20862
20863 * termhooks.h (term_mouse_moveto): New extern.
20864
20865 * term.c (mouse_face_window): Rename...
20866 (Qmouse_face_window): ...to this.
20867 (term_show_mouse_face, term_clear_mouse_face)
20868 (term_mouse_highlight): Use Qmouse_face_window.
20869 (term_mouse_moveto): New function.
20870 (term_mouse_position): Make it work.
20871 (syms_of_term): Uncomment assignment to mouse_position_hook.
20872 Staticpro Qmouse_face_window.
20873
208742007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20875
20876 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
20877 around current_column call.
20878
208792007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
20880
20881 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
20882 * xdisp.c (next_element_from_buffer):
20883 * window.c (delete_window):
20884 * term.c (term_mouse_highlight):
20885 * msdos.c (getdefdir):
20886 * macterm.c (mac_create_bitmap_from_bitmap_data)
20887 (init_font_name_table):
20888 * fns.c (Fsxhash):
20889 * data.c (Fmake_local_variable):
20890 * ccl.c (ccl_driver): Likewise.
20891
208922007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20893
20894 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
20895 Call mac_wakeup_from_rne on window size change.
20896
208972007-05-25 Chong Yidong <cyd@stupidchicken.com>
20898
20899 * image.c (uncache_image): Fix typo.
20900
209012007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
20902
20903 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
20904
209052007-05-22 Richard Stallman <rms@gnu.org>
20906
20907 * xterm.c (x_connection_closed): Remove NO_RETURN.
20908
209092007-05-22 Martin Rudalics <rudalics@gmx.at>
20910
20911 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
20912
209132007-05-21 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * image.c (uncache_image): New function.
20916 (Fimage_refresh): New function.
20917
209182007-05-20 Jan Djärv <jan.h.d@swipnet.se>
20919
20920 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
20921
209222007-05-20 Nick Roberts <nickrob@snap.net.nz>
20923
20924 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
20925 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
20926
209272007-05-20 Nick Roberts <nickrob@snap.net.nz>
20928
20929 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
20930 conditional on [HAVE_GPM_H].
20931
209322007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
20933
20934 * syntax.c (skip_chars): Update syntax-table only after we checked that
20935 the new location is valid.
20936
209372007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20938
20939 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
20940 mac_get_window_bounds.
20941
209422007-05-20 Nick Roberts <nickrob@snap.net.nz>
20943
20944 * Makefile.in (LIBGPM): Allow it to be set from configure.
20945 If set then link Emacs with it.
20946
20947 * config.in: Regenerate.
20948
20949 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
20950 New externs.
20951
20952 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
20953 Include gpm.h.
20954 (handle_one_term_event, term_gpm): New externs.
20955
20956 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
20957 and allow it to be interrupted by SIGIO.
20958
20959 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
20960 (wait_reading_process_output): Wait on gpm_fd too.
20961 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
20962 (add_gpm_wait_descriptor_called_flag): New variable.
20963 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
20964
20965 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
20966 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
20967 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
20968 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
20969 (make_lispy_event): Add case GPM_CLICK_EVENT.
20970 (read_avail_input): Handle mouse input.
20971
20972 * term.c (write_glyphs_with_face): New function.
20973 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
20974 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
20975 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
20976 (mouse_face_face_id, term_gpm, pos_x, pos_y)
20977 (last_mouse_x, last_mouse_y): New variables.
20978 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
20979 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
20980 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
20981 (Fterm_close_connection): New functions.
20982 (term_init): Initialise mouse_face_window.
20983
209842007-05-19 Chong Yidong <cyd@stupidchicken.com>
20985
20986 * xdisp.c (redisplay_window): If first window line is a
20987 continuation line, recompute the new window start instead of
20988 recentering.
20989
209902007-05-18 Glenn Morris <rgm@gnu.org>
20991
20992 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
20993 Suggested by Alfred M. Szmidt <ams@gnu.org>.
20994
209952007-05-17 Glenn Morris <rgm@gnu.org>
20996
20997 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
20998
209992007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21000
21001 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21002 dead key repeat and up events.
21003
210042007-05-14 Chong Yidong <cyd@stupidchicken.com>
21005
21006 * image.c (pbm_load): Check image size for monochrome pbm.
21007
210082007-05-13 Chong Yidong <cyd@stupidchicken.com>
21009
21010 * xterm.c (XTread_socket): Revert last change.
21011
210122007-05-12 Chong Yidong <cyd@stupidchicken.com>
21013
21014 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21015
21016 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21017
210182007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21019
21020 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21021 mixup (YAILOM).
21022
210232007-05-07 Andreas Schwab <schwab@suse.de>
21024
21025 * keymap.c (Flookup_key): Fix typo in last change.
21026
210272007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21030 mapping for unibyte strings.
21031
210322007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21033
21034 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21035 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21036
210372007-04-29 Richard Stallman <rms@gnu.org>
21038
21039 * insdel.c (replace_range): For undo, record insertion first.
21040
210412007-04-29 Andreas Schwab <schwab@suse.de>
21042
21043 * lisp.h (VECSIZE): Use OFFSETOF.
21044
210452007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21046
21047 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21048 disabled lines.
21049
210502007-04-28 Richard Stallman <rms@gnu.org>
21051
21052 * lread.c (read_escape): In a string, \s is always space.
21053
210542007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21055
21056 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21057
21058 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21059 submenu for menu bar items.
21060
21061See ChangeLog.10 for earlier changes.
21062
21063;; Local Variables:
21064;; coding: utf-8
21065;; add-log-time-zone-rule: t
aac0c6e3
MR
21066;; End:
21067
76b6f707 21068 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
aac0c6e3
MR
21069
21070 This file is part of GNU Emacs.
21071
21072 GNU Emacs is free software: you can redistribute it and/or modify
21073 it under the terms of the GNU General Public License as published by
21074 the Free Software Foundation, either version 3 of the License, or
21075 (at your option) any later version.
21076
21077 GNU Emacs is distributed in the hope that it will be useful,
21078 but WITHOUT ANY WARRANTY; without even the implied warranty of
21079 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21080 GNU General Public License for more details.
21081
21082 You should have received a copy of the GNU General Public License
21083 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21084
21085;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40