Fix typos.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
cecfdea6
SM
12008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
4 a suspended terminal.
5
0ef50993
MA
62008-09-30 Michael Albinus <michael.albinus@gmx.de>
7
8 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9
bdeb0411
EZ
102008-09-30 Eli Zaretskii <eliz@gnu.org>
11
12 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
13
f44452f8
CY
142008-09-30 Chong Yidong <cyd@stupidchicken.com>
15
16 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
17 in a continued line coincides with a line beginning.
18
1bc98b35
AR
192008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
20
21 * nsfont.m (nsfont_trait_distance): Fix bug.
22 (nsfont_list): Return a list rather than a vector (syncs with Handa
23 changes of 2008-05-14).
24 (nsfont_open): Improve logging.
25
79f66be1
AS
262008-09-29 Andreas Schwab <schwab@suse.de>
27
28 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
29
c73ae4ae
MR
302008-09-28 Martin Rudalics <rudalics@gmx.at>
31
32 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
33 name as char-resolve-modifiers.
34 Reported by: Markus Triska <markus.triska@gmx.at>
35
d6ef42b9
DN
362008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
37
cecfdea6 38 * dispnew.c (init_display): Return earlier when running as a daemon.
d6ef42b9 39
81cfe31c
AR
402008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
41
cecfdea6 42 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
81cfe31c 43
9d751859
EZ
442008-09-27 Eli Zaretskii <eliz@gnu.org>
45
46 * composite.c (Fcomposition_get_gstring)
47 (Fcompose_region_internal, Fcompose_string_internal)
48 (Ffind_composition_internal): Doc fix.
49 (syms_of_composite) <compose-chars-after-function>: Doc fix.
50 (syms_of_composite) <auto-composition-function>: Doc fix.
51 (syms_of_composite) <composition-function-table>: Doc fix.
52
8f23793d
CY
532008-09-25 Chong Yidong <cyd@stupidchicken.com>
54
55 * search.c (wordify): New argument for lax word-ends.
56 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
57
73fee522
DN
582008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
59
60 * lisp.h (is_daemon): Declare.
61 * dispnew.c (init_display): Do not try to initialize the terminal
62 when running as a daemon.
63
6cb3af4a
CY
642008-09-22 Chong Yidong <cyd@stupidchicken.com>
65
66 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
67 x_display_pixel_height.
68
3ecc1163
MR
692008-09-22 Martin Rudalics <rudalics@gmx.at>
70
71 * undo.c (record_point): Don't call Fundo_boundary for first
72 change. (Bug#731)
73
9d0a6e42
JB
742008-09-22 Juanma Barranquero <lekktu@gmail.com>
75
76 * emacs.c (Fdaemonp): Doc fix.
77
9d29095c
DN
782008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
79
9d0a6e42 80 * emacs.c (main): Place #ifdef in the proper place.
9d29095c 81
eab2ee89
DN
822008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
83
84 * emacs.c (standard_args): Add --daemon.
85 (main): Disconnect from the terminal when --daemon is passed.
86 (is_daemon): New variable.
87 (Fdaemonp): New function.
88 (syms_of_emacs): Defsubr it.
89
a9f0145a
CY
902008-09-20 Chong Yidong <cyd@stupidchicken.com>
91
92 * xdisp.c (get_next_display_element): Handle string display
93 correctly when checking for the end of a box run.
94
6bddfc97
GM
952008-09-20 Glenn Morris <rgm@gnu.org>
96
d2b66acf
GM
97 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
98 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
99 (Frename_file): Avoid copying to trash if a rename involves
6bddfc97
GM
100 a delete. (Bug#964).
101
d44004c0
EZ
1022008-09-20 Eli Zaretskii <eliz@gnu.org>
103
104 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
105 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
106 frames as well as termcap frames.
107 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
108 get_named_tty.
109
3e7600a6
EZ
1102008-09-19 Eli Zaretskii <eliz@gnu.org>
111
a1e422f3
EZ
112 * process.c (procfs_system_process_attributes): Fix cmdline in
113 case /proc/PID/cmdline is empty.
114
3e7600a6
EZ
115 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
116 x_display_pixel_height.
117
05eb7cdc
JB
1182008-09-19 Juanma Barranquero <lekktu@gmail.com>
119
120 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
121
122 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
123 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
124
85c66abe
DN
1252008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
126
127 * dispextern.h (struct it): Move line_wrap away from the middle of
128 bitfields. Move voffset in struct iterator_stack_entry after the
129 bitfields. Move tab_width near after another short.
130
91a47a68
DN
1312008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
132
133 * frame.h (struct frame): Move alpha from the middle of bitfields.
134
135 * window.h (struct window): Move frozen_window_start_p after the
136 rest of the bitfields to reduce padding.
137
f172b808
CY
1382008-09-18 Chong Yidong <cyd@stupidchicken.com>
139
140 * xterm.h (x_display_info): Remove `height' and `width' members.
141
142 * nsterm.h (ns_display_info): Remove `height' and `width' members.
143
144 * w32term.h (w32_display_info): Remove `height', `width',
145 `height_in', and `width_in' members.
146
147 * xterm.c (x_display_pixel_height, x_display_pixel_width): New
148 functions.
149 (x_calc_absolute_position): Use them.
150 (x_term_init): Omit removed `height' and `width' members.
151
152 * w32term.c (x_display_pixel_height, x_display_pixel_width): New
153 functions.
154 (w32_read_socket, x_calc_absolute_position): Use them.
155 (w32_initialize_display_info, w32_term_init): Omit removed members
156 of w32_display_info.
157
158 * nsterm.m (x_display_pixel_height, x_display_pixel_width): New
159 functions.
160 (ns_initialize_display_info): Omit removed members of
161 ns_display_info.
162
163 * xterm.c (x_display_pixel_height, x_display_pixel_width): New
164 functions.
165 (x_calc_absolute_position): Use them.
166 (x_term_init): Omit removed `height' and `width' members.
167
168 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
169 (compute_tip_xy): Use x_display_pixel_height and
170 x_display_pixel_width.
171
172 * frame.c (x_fullscreen_adjust): Use x_display_pixel_height and
173 x_display_pixel_width.
174
175 * xmenu.c (menu_position_func): Use x_display_pixel_height and
176 x_display_pixel_width.
177
ea8ba975
KH
1782008-09-18 Kenichi Handa <handa@m17n.org>
179
180 * composite.c (fill_gstring_header): Don't check FROM and TO here.
181 (composition_compute_stop_pos): Fix handling of static composition.
182 (Fcomposition_get_gstring): Check FROM and TO at first.
183
46f905e1
SM
1842008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject
187 mixup (YAILOM).
188
3bd4d0e1
CY
1892008-09-17 Chong Yidong <cyd@stupidchicken.com>
190
191 * indent.c (Fvertical_motion): Use position reported by iterator
192 instead of PT for determining screen motion (bug#943).
193
939c679e
RF
1942008-09-17 Romain Francoise <romain@orebokech.com>
195
196 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
197
5a8d5504
KH
1982008-09-17 Kenichi Handa <handa@m17n.org>
199
fdf90679
KH
200 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
201
5a8d5504
KH
202 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
203 if necessary.
204
91e97ba8
KH
2052008-09-16 Kenichi Handa <handa@m17n.org>
206
207 * coding.c (make_conversion_work_buffer): Avoid calling
208 Fget_buffer_create if it is not necessary.
209
4e822bdc
MR
2102008-09-15 Martin Rudalics <rudalics@gmx.at>
211
212 * window.c (Fselect_window): Don't update window_select_count and
213 use_time when norecord is not nil.
214
c3702194
KH
2152008-09-14 Kenichi Handa <handa@m17n.org>
216
217 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
218 specpdl_ptr.
219
ce82d57e
KH
2202008-09-12 Kenichi Handa <handa@m17n.org>
221
222 * indent.c (scan_for_column): Don't handle automatic composition
223 if the current buffer is not associated with a window.
224
225 * composite.c (composition_reseat_it): If the current buffer is
226 not associated with a window, ignore the automatic composition.
227 (find_automatic_composition): Likewise.
228
da39107c
SM
2292008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
230
ed5ff21d
SM
231 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
232 (Fgpm_mouse_stop): Use it.
233 * termhooks.h (close_gpm): Declare.
234 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
235 connection if Gpm_GetEvent fails.
236
da39107c
SM
237 * window.c (set_window_buffer): Always preserve current-buffer.
238
c8f94403
GM
2392008-09-12 Glenn Morris <rgm@gnu.org>
240
241 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
242
6f3122a7
GM
2432008-09-11 Glenn Morris <rgm@gnu.org>
244
245 * charset.c (charset-map-path): Doc fix.
246
fc3a285e
KH
2472008-09-10 Kenichi Handa <handa@m17n.org>
248
f83ef653
KH
249 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
250
fc3a285e
KH
251 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
252 compose a grapheme cluster with the preceding base glyph.
253
254 * composite.c (composition_compute_stop_pos): Fix previous change.
053ca52b 255 Reset cmp_it->id to -1 at first.
fc3a285e 256
fa2dda14
GM
2572008-09-10 Glenn Morris <rgm@gnu.org>
258
259 * Makefile.in (character.o, chartab.o): Fix config.h typo.
260
daf85753
CY
2612008-09-09 Chong Yidong <cyd@stupidchicken.com>
262
263 * keyboard.c (read_key_sequence): Reapply translation maps when
264 switching keyboards.
265
d45a49e3
KH
2662008-09-09 Kenichi Handa <handa@m17n.org>
267
da2cf488
KH
268 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
269 characters.
270
d45a49e3
KH
271 * composite.c (FORWARD_CHAR): Fix calculation
272 of (POSITION).pos_byte.
6450412d
KH
273 (composition_compute_stop_pos): Limit the search of composition to
274 at most 500 characters ahead. If we reach the limit or find a
275 newline, set cmp_it->ch to -2 and return 0.
276 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
d45a49e3
KH
277
2782008-09-08 Kenichi Handa <handa@m17n.org>
279
280 * indent.c (Fvertical_motion): Be sure to set
183080b6 281 it_overshoot_expected if it.cmp_it.id is non-negative.
d45a49e3 282
1aa83b22
AS
2832008-09-07 Andreas Schwab <schwab@suse.de>
284
285 * callproc.c (Fcall_process): Don't hold references to string data
286 across garbage collection. Move initialisation of new_argv down
287 to avoid compiler bug.
288
a7713d66
RW
2892008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
290
291 * process.c (Fsystem_process_attributes): Doc fix.
292
0f6c7c7e
CY
2932008-09-07 Chong Yidong <cyd@stupidchicken.com>
294
39fc455f
CY
295 * callproc.c (Fcall_process): Canonicalize current directory name.
296
0f6c7c7e
CY
297 * xdisp.c (move_it_to): When moving by vpos, ensure that the
298 iterator advances to the next line if the current line ends in a
299 continued tab.
300
93c7fcf8
TZ
3012008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
302
303 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
304 member to point to cmp_from.
305
306 * xdisp.c: Doc fix for references to gidx data member.
307
126f1fc1
SM
3082008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
311
c3702194
KH
3122008-09-07 Kenichi Handa <handa@m17n.org>
313
314 * composite.c (FORWARD_CHAR): Check STOP after
315 incrementing (POSITION).pos.
316
ea92add1
RW
3172008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
318
319 * process.c (Fsystem_process_attributes): Doc fix.
320
58bba807
CY
3212008-09-06 Chong Yidong <cyd@stupidchicken.com>
322
323 * keyboard.c (Ftop_level): Doc fix.
324
e779d630
EZ
3252008-09-06 Eli Zaretskii <eliz@gnu.org>
326
2de7397f
EZ
327 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
328 minibuffer, don't let lower part of menu invade the echo area.
329
e779d630
EZ
330 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
331 "char *q" to access menu text and advance through it. Revert the
332 change that displayed ">" instead of ASCII character 0x10.
333
dda86321
EZ
3342008-09-05 Eli Zaretskii <eliz@gnu.org>
335
336 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
337 toggle boxes and radio buttons on MS-DOS as well.
338
90b3fe91
KH
3392008-09-05 Kenichi Handa <handa@m17n.org>
340
341 * composite.c (autocmp_chars): Check lookback count.
342 (composition_compute_stop_pos): Set cmp_it->lookback.
343 (composition_reseat_it): Check lookback count.
344 (struct position_record): New struct.
345 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
346 (find_automatic_composition): New function.
347 (composition_adjust_point): Use find_automatic_composition.
348
349 * dispextern.h (struct composition_it): New member lookback.
350
efa09d5d
CY
3512008-09-02 Chong Yidong <cyd@stupidchicken.com>
352
353 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
354 if moving by a single line.
355
7a3cddef
AS
3562008-09-02 Andreas Schwab <schwab@suse.de>
357
afed2584
AS
358 * xterm.c (x_delete_display): Fix merge error.
359
7a3cddef
AS
360 * fileio.c (Fexpand_file_name): Remove unused variables.
361
9850eff5 3622008-09-02 Eli Zaretskii <eliz@gnu.org>
669fa600 363
9850eff5
MB
364 * fileio.c (Fexpand_file_name): Copy argument `name' into local
365 storage on all platforms, not just on DOS_NT.
2bde1dd8 366
9850eff5 3672008-09-02 Jason Rumney <jasonr@gnu.org>
2bde1dd8 368
9850eff5
MB
369 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show): Ensure
370 mouse is not grabbed after menu is finished.
a267ab4d 371
d7642a18
CY
3722008-09-01 Chong Yidong <cyd@stupidchicken.com>
373
374 * xfaces.c (Finternal_set_alternative_font_family_alist)
375 (Finternal_set_alternative_font_registry_alist): Properly copy
376 entire alist structure.
377
fc41e69b
KH
3782008-09-01 Kenichi Handa <handa@m17n.org>
379
380 * ftfont.c (ftfont_spec_pattern): Don't create a charset of the
381 representative chars of the script is a vector.
382 (ftfont_list): Handle the case the representative chars of the
383 script is a vector.
384
385 * character.c (syms_of_character): Docstring of
386 script-representative-chars fixed.
387
e52ab6c9
EZ
3882008-08-31 Eli Zaretskii <eliz@gnu.org>
389
390 * msdos.c (BUILD_CHAR_GLYPH): New macro.
391 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
392 the menu. Allocate larger buffer for `text', to account for
393 possible ^C characters.
394
cc12456a
MR
3952008-08-31 Martin Rudalics <rudalics@gmx.at>
396
397 * xdisp.c (prepare_menu_bars): Don't call
398 Vwindow_size_change_functions with arg Qt.
399
c7c7a80c
SM
4002008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * font.h (font_range):
403 * fileio.c (report_file_error):
404 * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
405
af3e2be6
GM
4062008-08-30 Glenn Morris <rgm@gnu.org>
407
e3139144
GM
408 * data.c (Fmake_variable_frame_local): Doc fix.
409
af3e2be6
GM
410 * frame.c (Fmodify_frame_parameters): Doc fix.
411
657ceaa0
EZ
4122008-08-30 Eli Zaretskii <eliz@gnu.org>
413
32cef06e
EZ
414 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
415 needed by GetTokenInformation.
416 (w32_system_process_attributes): Check return values of all system
417 APIs.
418
b04021eb
EZ
419 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
420 only when the state changes.
7ccd1daf 421 (IT_update_begin, IT_update_end): Add termscript trace.
b04021eb 422
1b912a3b
EZ
423 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
424 clipboard is unavailable. Set dst to NULL if it doesn't point to
425 malloc'ed data.
426 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
427 passing random values to xfree.
428
657ceaa0
EZ
429 * dispnew.c (init_display): Set `tty's association in frame's
430 parameters alist to the name of the terminal device, if that is
431 known.
432
595f1870
JR
4332008-08-29 Jason Rumney <jasonr@gnu.org>
434
435 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
436
4bf84f7d
EZ
4372008-08-29 Eli Zaretskii <eliz@gnu.org>
438
77fa4db2
EZ
439 * composite.c (fill_gstring_body): Avoid compiler warnings.
440
441 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
442 LGLYPH_SET_CODE to avoid compiler warnings.
443
4bf84f7d
EZ
444 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h
445
446 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
447
448 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
449 LGLYPH_SET_CODE.
450
94baaf4f
KH
4512008-08-29 Kenichi Handa <handa@m17n.org>
452
453 * fileio.c (report_file_error): Don't downcase the first character
454 of errstring if it is still unibyte.
455
24553805
KH
4562008-08-29 Kenichi Handa <handa@m17n.org>
457
458 These changes are to re-implement the automatic composition so
459 that it doesn't use text properties.
460
461 * Makefile.in (ftfont.o): Depend on composite.h.
462 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
463
464 * character.h (Vunicode_category_table): Extern it.
465
466 * character.c (Vunicode_category_table): New variable.
467 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
468
469 * chartab.c (optimize_sub_char_table): Perform more greedy
470 optimization.
471
472 * composite.h (enum composition_method): Delete
473 COMPOSITION_WITH_GLYPH_STRING.
10d1d0af 474 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
24553805
KH
475 (Vcomposition_function_table): Extern it.
476 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
477 (composition_gstring_put_cache, composition_gstring_from_id)
478 (composition_gstring_p, composition_gstring_width)
479 (composition_compute_stop_pos, composition_reseat_it)
480 (composition_update_it, composition_adjust_point): Extern them.
481 (Fcomposition_get_gstring): EXFUN it.
482
483 * composite.c: Include window.h, frame.h, dispextern.h font.h.
484 (Vcomposition_function_table)
485 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
486 (gstring_hash_table, gstring_work, gstring_work_headers): New
487 variables.
488 (gstring_lookup_cache, composition_gstring_put_cache)
489 (composition_gstring_from_id, composition_gstring_p)
490 (composition_gstring_width, fill_gstring_header)
491 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
492 (composition_reseat_it, composition_update_it)
493 (composition_adjust_point, Fcomposition_get_gstring): New
494 functions.
495 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
496 and gstring_work_headers. DEFVAR_LISP composition-function-table.
497 Defsubr compostion_get_gstring.
498
499 * dispextern.h (struct glyph): New union u.cmp. Delete the member
500 cmp_id.
501 (struct glyph_string): Delete the member gidx. New members
502 cmp_id, cmp_from, and cmp_to.
503 (enum it_method): Delete GET_FROM_COMPOSITION.
504 (struct composition_it): New struct.
505 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
506 Delete c, len, cmp_id, cmp_len in u.comp.
507
508 * font.h (enum lgstring_indices): Delete it.
509 (LGSTRING_XXX, LGLYPH_XXX): These macros moved to composite.h.
510 (enum lglyph_indices): Likewise.
511 (font_range): Extern adjusted.
512 (font_fill_lglyph_metrics): Extern it.
513
514 * font.c (QCf): New variable.
515 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
516 (font_prepare_composition): Delete this function.
517 (font_range): Type and arguments changed.
518 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
519 (font_fill_lglyph_metrics): New function.
520 (Ffont_shape_text): Renamed to Ffont_shape_gstring and arguments
521 changed.
522 (syms_of_font): DEFSYM QCf. Delete defsubr for
523 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text. Defsubr
524 Sfont_shape_gstring.
525
526 * fontset.h (font_for_char): Extern it.
527
528 * fontset.c (font_for_char): New function.
529
530 * ftfont.c: Include composite.h.
531 (ftfont_resolve_generic_family): Add langset "en" to pattern.
532 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not
533 LGSTRING_LENGTH.
534
535 * indent.c: Include composite.h and dispextern.h.
87e204a2 536 (check_composition): Delete this function.
24553805
KH
537 (scan_for_column): Handle composition by
538 composition_compute_stop_pos, composition_reseat_it, and
539 composition_update_it.
540 (compute_motion): Likewise.
541 (Fvertical_motion): Fix checking of composition.
542
543 * keyboard.c (adjust_point_for_property): Check composition by
544 composition_adjust_point.
545
546 * nsterm.m (ns_draw_glyph_string): Adjusted for the change of
547 struct glyph_string.
548
549 * term.c (encode_terminal_code): Adjusted for the change of struct
550 glyph.
551 (append_composite_glyph): Adjusted for the change of struct it and
552 struct glyph.
553 (produce_composite_glyph): Likewise.
554
555 * w32term.c (x_draw_composite_glyph_string_foreground): Adjusted
556 for the change of struct glyph_string.
557 (x_draw_glyph_string): Likewise.
558
559 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
560 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
561
562 * xdisp.c: Include font.h.
563 (it_props): Delete the entry for Qauto_composed.
564 (init_iterator): Initialize it->cmp_it.id to -1.
565 (compute_stop_pos): Call composition_compute_stop_pos.
566 (face_before_or_after_it_pos): Adjusted for the change of struct
567 it.
568 (handle_auto_composed_prop): Delete it.
569 (handle_composition_prop): Handle only static composition.
570 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
571 from xassert. Initialize it->cmp_it.stop_pos.
572 (push_it): Adjusted for the change of struct it.
573 (pop_it): Likewise.
574 (get_next_element): Delete next_element_from_composition.
575 (CHAR_COMPOSED_P): New macro.
576 (get_next_display_element): For automatic composition, get a face
577 from the font in the glyph-string.
578 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
579 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION
580 case.
581 (next_element_from_string): Check if the character at the current
582 position is composed by CHAR_COMPOSED_P.
583 (next_element_from_buffer): Likewise.
584 (next_element_from_composition): Adjusted for the change of struct
585 it. Update it->cmp_it.
586 (dump_glyph): Adjusted for the change of struct glyph.
587 (fill_composite_glyph_string): Adjusted for the change of struct
588 it and struct glyph. Don't handle automatic composition here.
589 (fill_gstring_glyph_string): New function.
590 (x_get_glyph_overhangs): Handle automatic composition.
591 (BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the change of struct
592 glyph.
593 (BUILD_GSTRING_GLYPH_STRING): New macro.
594 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
595 automatic composition.
596 (append_composite_glyph): Adjusted for the change of struct it and
597 struct glyph.
598 (x_produce_glyphs): Adjusted for the change of struct it.
599
600 * xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for
601 the change of struct glyph_string.
602 (x_draw_glyph_string): Likewise.
603
05e10ad5
GM
6042008-08-29 Glenn Morris <rgm@gnu.org>
605
606 * buffer.c (word-wrap): Doc fix.
607 * xdisp.c (truncate-partial-width-windows): Doc fix.
608 Increase default to 50.
609
efe63a4b
CY
6102008-08-29 Chong Yidong <cyd@stupidchicken.com>
611
612 * xdisp.c (update_tool_bar_unwind): New function.
613 (update_tool_bar): Temporarily set selected frame before building
614 tool-bar items.
615
a8c95f1a
MA
6162008-08-28 Michael Albinus <michael.albinus@gmx.de>
617
618 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
619 snprintf, respectively.
620 (xd_append_arg): Convert strings with Fstring_make_unibyte.
621
558f81af
CY
6222008-08-28 Chong Yidong <cyd@stupidchicken.com>
623
624 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
625 LDFLAGS to GNUstep CC invocation.
626
48ce8ca7
CY
6272008-08-27 Chong Yidong <cyd@stupidchicken.com>
628
8fa97db1
CY
629 * indent.c (Fvertical_motion): Revert last change. Handle the
630 general case where we are moving forward, and PT spans multiple
631 screen lines.
632
48ce8ca7
CY
633 * eval.c (find_handler_clause): Temporarily increase
634 max-lisp-eval-depth while printing the backtrace buffer, to
635 guarantee that help-mode code can run.
636
f12dae2f
EZ
6372008-08-27 Eli Zaretskii <eliz@gnu.org>
638
639 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
640 colors under -rv.
641 (IT_set_frame_parameters): Don't swap foreground and background
642 colors if `(reverse . t)' is present in the frame properties.
fe9365b3
EZ
643 (internal_terminal_init): Call init_frame_faces only for the
644 initial frame.
f12dae2f 645
b9fb8cf0
CY
6462008-08-27 Andreas Schwab <schwab@suse.de>
647
648 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
649
dafaabd1
AS
6502008-08-27 Andreas Schwab <schwab@suse.de>
651
652 * search.c (search_buffer): Set char_base to zero only at the end.
653
6c0969ca
KH
6542008-08-27 Kenichi Handa <handa@m17n.org>
655
656 * fileio.c (report_file_error): Fix handling of multibyte error
657 string.
658
ffd1cd8a
CY
6592008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
660
661 * xterm.c (x_term_init): Temporarily hide the partially
662 initialized terminal while calling vendor-specific-keysyms.
663
2306a735
EZ
6642008-08-26 Eli Zaretskii <eliz@gnu.org>
665
666 * msdos.c (internal_terminal_init): Most initializations done only
667 once, especially initial_screen_colors[] and termscript open.
668
609849bc
CY
6692008-08-26 Chong Yidong <cyd@stupidchicken.com>
670
ba59c3a1
CY
671 * eval.c (Fcondition_case): Doc fix.
672
7d31058f
CY
673 * widgetprv.h (EmacsFramePart): Change font member to the new font
674 struct.
609849bc
CY
675
676 * widget.c: Include character.h and font.h for XSETFONT.
677 (setup_frame_gcs): Compute X font id from font struct, just once.
678
5cc67f65
EZ
6792008-08-26 Eli Zaretskii <eliz@gnu.org>
680
681 * term.c (get_named_tty): Fix last change.
682
ff73b461
CY
6832008-08-26 Chong Yidong <cyd@stupidchicken.com>
684
685 * indent.c (Fvertical_motion): If moving forward starting from a
686 multi-line string, move the iterator to the last line of that
687 string.
688
a4e628d4
EZ
6892008-08-25 Eli Zaretskii <eliz@gnu.org>
690
691 * frame.c (do_switch_frame): Mark previously displayed frame as
692 obscured for FRAME_MSDOS_P frames as well.
693
8a445f76
EZ
6942008-08-24 Eli Zaretskii <eliz@gnu.org>
695
1266f9ef
EZ
696 * frame.c (make_terminal_frame): Initialize f->terminal,
697 f->terminal->reference_count, and scroll bars on MS-DOS as well.
698 Set the top frame to newly created frame.
699 (Fmake_terminal_frame): Reuse the_only_display_info.
700
8a445f76
EZ
701 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
702 estimating available memory.
703
154c218f
CY
7042008-08-23 David Reitter <david.reitter@gmail.com>
705
54299c95
DR
706 * nsterm.m (ns_draw_window_cursor): Don't call
707 NSDisableScreenUpdates and NSEnableScreenUpdates on
708 non-NS_IMPL_COCOA systems.
709
8399d035
AS
7102008-08-23 Andreas Schwab <schwab@suse.de>
711
712 * process.c (procfs_system_process_attributes): Fix use of
713 uninitialized variables.
714
293a3986
EZ
7152008-08-23 Eli Zaretskii <eliz@gnu.org>
716
717 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
718
719 * dispnew.c (init_display): Remove MS-DOS specific conditions for
720 calling tty-set-up-initial-frame-faces.
721
722 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow
723 MSDOS frames along with X frames.
724
725 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
726 addition to output_termcap.
727
728 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
729
730 * termchar.h (FRAME_TTY): Support output_msdos_raw.
731 (struct tty_display_info) [MSDOS]: Add fields related to mouse
732 highlight.
733
734 * process.c [!subprocesses]: Define QCname.
735 (syms_of_process): Intern and staticpro it.
736
737 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
738 Adjust for changes in encoding/decoding routines. Use
739 encode_coding_object and decode_coding_object instead of
740 encode_coding and decode_coding.
741
742 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as
743 argument.
744
745 * dosfns.c: Include frame.h before termhooks.h.
746 (dos_cleanup): Use CURTTY ()->termscript instead of a global
747 variable termscript.
748
749 * s/msdos.h (USER_FULL_NAME): Define.
750 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
751
752 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
753 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
754 pw->pw_gecos.
755
756 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
757 SELECTED_FRAME as additional (1st) argument.
758 (tty_read_avail_input): Handle output_msdos_raw in
759 addition to output_termcap.
760
761 * msdos.c: Include frame.h before termhooks.h.
762 (mouse_on, mouse_off, mouse_moveto, mouse_init)
763 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
764 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
765 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
766 (IT_set_terminal_modes, IT_reset_terminal_modes)
767 (IT_set_frame_parameters): Use tty->termscript instead of a global
768 variable termscript.
769 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
770 global variable terminal_coding. Don't refer to
771 Vnonascii_translation_table.
772 (internal_terminal_init): Set Vwindow_system in current_kboard.
773 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
774 Announce date and time of session start, if termscript is open.
775 Don't zero out the_only_display_info (it is done in
776 term.c:init_tty). Open termscript only of not already open. Log
777 "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
778 here instead of dos_ttraw. Don't initialize display if this is an
779 initial tty. Don't set FRAME_FONT.
780 (Vwindow_system_version): Bump to 23.
781 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
782 is available, set up mouse_position_hook.
783 (dos_ttraw, IT_set_terminal_modes): If called with initial
784 terminal, do nothing.
785 (IT_set_frame_parameters): Handle the Qtty_type frame
786 parameter by calling internal_terminal_init.
787 (dos_set_window_size, show_mouse_face)
788 (clear_mouse_face, IT_note_mode_line_highlight)
789 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
790 (dos_rawgetc): Use tty_display_info instead of x_display_info.
791 (initialize_msdos_display): New function.
792 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
793 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
794 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
795 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
796 Accept additional argument: a pointer to a frame. All callers
797 changed.
798 (request_sigio, unrequest_sigio): Don't define, now defined on
799 sysdep.c.
800 (IT_write_glyphs): Rewrite to use encode_terminal_code.
801
802 * term.c [MSDOS]: Include msdos.h.
803 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
804 conditional to DOS_NT. Allow only one call to this function in a
805 session. Don't allocate a new struct tty_display_info; instead,
806 reuse the_only_display_info. Call get_tty_size to get screen
807 dimensions. Call init_baud_rate to set bad_rate.
808 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
809 (Fsuspend_tty) [MSDOS]: Don't close input and output.
810 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use
811 stdin/stdout.
812 (get_tty_terminal, get_named_tty, Ftty_type)
813 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
814 output_termcap.
815 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): Call
816 add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
817 only when subprocesses are supported
818
819 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
820 f->output_data.x.
821 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
822 terminal devices.
823
824 * msdos.h Remove definition of struct x_display_info and struct
825 x_output.
826 (FRAME_FONT): Use output_data.tty.
827 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
828 (struct x_display_info): Renamed from display_info. All users in
829 msdos.c changed.
830 (struct x_output): Remove background_pixel and foreground_pixel.
831 (the_only_display_info): Renamed from the_only_x_display.
832 (dos_ttraw): Update prototype.
833
834 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
835 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
836
58279503
JR
8372008-08-23 Jason Rumney <jasonr@gnu.org>
838
839 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
840 (fn_TIFFSetDirectory): New library function used.
841 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
842 (tiff_load): Use :index to select among multiple images. Set count
843 property when multiple images exist.
844 (gif_format): Use :index, not :image.
845
4b7e0869
CY
8462008-08-23 Chong Yidong <cyd@stupidchicken.com>
847
848 * xdisp.c (try_scrolling): Check INT_MAX instead of
849 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
850 to obtain INT_MAX.
851
fe0a6f3b 8522008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
a3c8694a 853
fe0a6f3b 854 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
a3c8694a 855
e0ce7c50
CY
8562008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
857
858 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
859 GNUstep library location.
860
2984624d
CY
8612008-08-21 Chong Yidong <cyd@stupidchicken.com>
862
23888717
CY
863 * xfaces.c (x_update_menu_appearance): Check validity of menu font
864 before using it.
865
2984624d
CY
866 * puresize.h (BASE_PURESIZE): Increase to 1250000.
867
f2f7f42c
AR
8682008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
869
870 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
871 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
872 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
873 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
874 (EmacsApp-cursor_blink_handler): Remove declaration.
875 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
876 match 01 Feb 2008 changes in xterm.c.
877 (ns_read_socket): Add cast to avoid warning.
878 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
879 GNUstep.
880
1eff4ab3
CY
8812008-08-20 Chong Yidong <cyd@stupidchicken.com>
882
883 * xselect.c (x_get_foreign_selection): Return nil if desired
884 selection could not be obtained, instead of signalling an error.
885
fe0a6f3b 8862008-08-20 David Reitter <david.reitter@gmail.com>
b8c63ae9 887
fe0a6f3b 888 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
1eff4ab3
CY
889 * nsterm.m: Remove ns-specific code for cursor blinking.
890 (ns_draw_window_cursor): Clear cursor properly rather than
87e204a2 891 redrawing the area. Respect width of bar cursors.
1eff4ab3 892 These changes enable the use of generic blink-cursor-mode and
b8c63ae9
DR
893 generic cursor types in NS and support smooth cursor movements (do
894 not blink off after command).
1eff4ab3
CY
895 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
896 Nextstep, too.
b8c63ae9 897
86d21abc
KH
8982008-08-19 Kenichi Handa <handa@m17n.org>
899
900 * font.c (Vfont_log_deferred): New variable.
901 (font_add_log): Check Vfont_log_deferred.
10d1d0af 902 (font_deferred_log): New function.
86d21abc
KH
903
904 * font.h (font_deferred_log): Extern it.
905
906 * fontset.c (reorder_font_vector): Use encoding charset of fonts
907 for sorting.
908 (face_for_char): Use deferred log.
909
039d3b16
KH
9102008-08-18 Kenichi Handa <handa@m17n.org>
911
912 * fontset.c (face_for_char): Add font log.
913
914 * font.c (font_add_log): Add the font properties :script, :lang,
915 and :otf in the log.
916
e5ac2419
CY
9172008-08-17 Chong Yidong <cyd@stupidchicken.com>
918
919 * xdisp.c: Remove dead code.
920 (handle_invisible_prop, next_overlay_string): Defer call to
921 setup_for_ellipsis.
922 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
923
c2e9928d
CY
9242008-08-15 Chong Yidong <cyd@stupidchicken.com>
925
ef1fba80
CY
926 * xfaces.c (lookup_derived_face): Properly handle possible zero
927 return value of get_lface_attributes.
928 (merge_faces): Don't tell lookup_derived_face to signal an error
929 if face is not found.
930
1c319327
CY
931 * dired.c (Fdirectory_files): Doc fix.
932
c2e9928d
CY
933 * process.c (make_process): Initialize kill_without_query struct
934 member.
935
b8526f6e
EZ
9362008-08-15 Eli Zaretskii <eliz@gnu.org>
937
235661f6
EZ
938 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
939 Alternative calculation of totphys for Visual Studio 6.
940
8e764ce0
EZ
941 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
942
b8526f6e
EZ
943 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
944 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
945 All users changed.
a644b2e4
EZ
946 (stat): Only root directory passed to GetDriveType. Allow RAM
947 disk as well as local fixed disk when w32-get-true-file-attributes
948 is set to `local'.
f8b35b24
EZ
949 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
950 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
951 (w32_cached_id, w32_add_to_cache): New functions.
952 (get_name_and_id): Look account names in the cache before calling
953 lookup_account_sid.
954 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
955 New initialization flags.
956 (globals_of_w32): Initialize them to zero.
957 (w32_system_process_attributes): Use w32_cached_id and
958 w32_add_to_cache.
b8526f6e 959
f581fad6
CY
9602008-08-14 Lawrence Mitchell <wence@gmx.li>
961
962 * lread.c (Fread_char, Fread_char_exclusive): If no character
963 event is read before timeout is reached, return nil, rather than
964 converting to a number.
965
23c6bdbe
CY
9662008-08-14 Chong Yidong <cyd@stupidchicken.com>
967
6988207c 968 * fns.c (use_dialog_box): Doc fix.
97aec90a 969
23c6bdbe
CY
970 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
971 on OS X.
972
01623ee7
CY
9732008-08-13 Chong Yidong <cyd@stupidchicken.com>
974
975 * frame.c (Qns_parse_geometry): New var.
976 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
977
f00f8cb7
CY
9782008-08-11 Chong Yidong <cyd@stupidchicken.com>
979
980 * xdisp.c (x_produce_glyphs): Handle the case when font has no
981 space character in calculating tabs.
982
11d8ec4a
DN
9832008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
984
985 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
986
27bef0c8
GM
9872008-08-10 Glenn Morris <rgm@gnu.org>
988
989 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
990 silence gcc "limited range of data type" warnings in some
991 make_fixnum_or_float calls.
992
8f8b082a
EZ
9932008-08-09 Eli Zaretskii <eliz@gnu.org>
994
754a2d13
EZ
995 * w32.c (w32_system_process_attributes): If the process does not
996 exist, return nil.
997
8f8b082a
EZ
998 * w32.c: Include thelp32.h, psapi.h and coding.h.
999 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
1000 declarations.
1001 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
1002 (Process32Next_Proc): New typedefs.
1003 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
1004 (g_b_init_process32_next, g_b_init_open_thread_token)
1005 (g_b_init_impersonate_self, g_b_init_revert_to_self)
1006 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
1007 (g_b_init_get_process_working_set_size)
1008 (g_b_init_global_memory_status_ex): New static variables.
1009 (globals_of_w32): Initialize them.
1010 (create_toolhelp32_snapshot, process32_first, process32_next)
1011 (open_thread_token, impersonate_self, revert_to_self)
1012 (get_process_memory_info, get_process_working_set_size)
1013 (global_memory_status, global_memory_status_ex): New wrapper
1014 functions.
1015 (w32_list_system_processes, w32_system_process_attributes)
fe0a6f3b
JB
1016 (enable_privilege, restore_privilege, ltime, process_times):
1017 New functions.
8f8b082a
EZ
1018 (convert_time_raw): New function.
1019 (convert_time): Remove conversion of FILETIME into time in 100
1020 nsec units, call convert_time_raw instead.
1021
1022 * process.h (w32_list_system_processes, w32_system_process_attributes):
1023 Add prototypes.
1024 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
1025 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
1026 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
1027 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
1028
1029 * process.c (Fsystem_process_attributes): Doc fix.
1030
97c98587
CY
10312008-08-08 Chong Yidong <cyd@stupidchicken.com>
1032
fe0a6f3b
JB
1033 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
1034 a continued multi-char glyph; if so, advance to the actual glyph.
97c98587 1035
48fad8e8
DN
10362008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1037
fe0a6f3b 1038 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
48fad8e8
DN
1039
1040 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
1041 (.m.o): Use it.
1042 * config.in: Regenerate.
1043
709fc721
CY
10442008-08-07 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * xdisp.c (redisplay_window): Revert last change.
1047 (try_window): Check bottom scroll margin too.
1048
b330336c
AR
10492008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1050
1051 * config.in: Regenerate.
1052
10d1d0af 1053 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
b330336c
AR
1054 -list-load-path-shadows'.
1055 (nsgui.h): Reduce number of things depending on it.
1056
b2c5015c
CY
10572008-08-06 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
1060 instead of window-end which does the wrong thing at eob.
1061 (try_cursor_movement): Minor optimization.
1062 (redisplay_window): If scroll margin is defined, don't assume
1063 window doesn't need scrolling.
1064
55737942
AR
10652008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1066
1067 * config.in: Regenerate.
1068
1069 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
1070 (mostlyclean): Don't delete *.d under NS.
1071
1072 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
1073
29428bb8
KH
10742008-08-06 Kenichi Handa <handa@m17n.org>
1075
fe0a6f3b 1076 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
29428bb8 1077
5c17fc1d
AS
10782008-08-06 Andreas Schwab <schwab@suse.de>
1079
1080 * config.in: Regenerate.
1081
cd7f53ca
CY
10822008-08-05 Chong Yidong <cyd@stupidchicken.com>
1083
012fd6f4
CY
1084 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
1085 forcing a window start.
1086
cd7f53ca
CY
1087 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
1088 (auto_save_1): Update modtime when auto-save-list-file-name is on.
1089
3d0a4431
AR
10902008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1091
95889848 1092 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
3d0a4431
AR
1093 argument.
1094
d765e3a3
JB
10952008-08-05 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
1098 <scroll-down-aggressively, before-change-functions>:
1099 <after-change-functions>: Reflow docstrings.
1100
4e622592 11012008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8df8bcc9 1102 Ken Raeburn <raeburn@gnu.org>
4e622592
AR
1103
1104 Dock menu customization, based on a patch by Ken Raeburn, plus some
1105 other fixes.
1106 * nsmenu.m (dockMenu): New variable.
1107 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
1108
1109 * nsterm.h (dockMenu): Declare.
1110
1111 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
1112 (ns_term_init): Initialize dockMenu.
1113 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
1114 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
1115 left.
1116
1117 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
1118
108a6883
CY
11192008-08-04 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
1122
1123 * config.in: Regenerate.
1124
ae10f60c
SZ
11252008-08-04 Seiji Zenitani <zenitani@mac.com>
1126
d765e3a3 1127 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
ae10f60c 1128
b537b75b
CY
11292008-08-04 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * nsterm.h (find_and_call_menu_selection): Fix prototype.
1132
14145fa3
AR
11332008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1134
1135 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
1136
1137 * keyboard.h: Comment an #endif.
1138
07b87a10
AR
1139 * lisp.h (have_menus_p): Adjust comment.
1140
1141 * menu.c (find_and_return_menu_selection): Fix comparison with
1142 client_data.
1143
1144 * nsmenu.m (popup_activated_flag): New variable.
1145 (popup_activated): New function.
1146 (menu-or-popup-active-p): New exported lisp definition.
1147 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
1148 when popup done.
1149 (ns_popup_dialog): Set popup_activated_flag.
1150
4e622592 1151 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14145fa3
AR
1152 version for GNUstep (handled by conditional typedef in nsterm.m).
1153 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
1154 in rgb.txt).
1155
1156 * process.c (init_process): Use DARWIN_OS, not DARWIN.
1157
1158 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
1159
07b87a10
AR
1160 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
1161
1162 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
1163 shortcircuit if popup_activated like GTK and X toolkit.
1164
14145fa3
AR
1165 * m/inter386.h: Change DARWIN to DARWIN_OS.
1166
1167 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
1168 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
07b87a10
AR
1169 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
1170 comment on NO_SOCK_SIGIO.
14145fa3 1171
6e09bde1
CY
11722008-08-03 Chong Yidong <cyd@stupidchicken.com>
1173
14145fa3 1174 * nsterm.m (windowDidResize): Remove stopModal call.
6e09bde1 1175
a023b559
AS
11762008-08-03 Andreas Schwab <schwab@suse.de>
1177
51757187
AS
1178 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
1179 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
a023b559 1180
a2dec0e5
CY
11812008-08-02 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
1184 Don't use uninitialized pointer variable when using getrlimit.
1185
4ff1bf17
JR
11862008-08-02 Jason Rumney <jasonr@gnu.org>
1187
4342f814 1188 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4ff1bf17 1189
934e2a68
EZ
11902008-08-02 Eli Zaretskii <eliz@gnu.org>
1191
0078170f
EZ
1192 * alloc.c (NSTATICS): Bump to 0x640.
1193
934e2a68
EZ
1194 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
1195
1196 * lisp.h: Add prototype for directory_files_internal.
1197
1198 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
1199 New functions.
1200 (syms_of_process): Defsubr them. Add initializations for various
1201 Q* symbols used in procfs_system_process_attributes.
1202 (procfs_list_system_processes, procfs_system_process_attributes)
1203 [HAVE_PROCFS]: New functions.
1204 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
1205 (procfs_get_total_memory): New functions.
1206
dee8cd43
JB
12072008-08-01 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * xfaces.c (Fx_load_color_file): Fix previous change;
1210 it is #ifdef WINDOWSNT, not WINDOWS_NT.
1211
367ea173
MA
12122008-08-01 Michael Albinus <michael.albinus@gmx.de>
1213
1214 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
1215
04f33e11
AR
12162008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1217
1218 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
1219
73592876
CY
12202008-08-01 Chong Yidong <cyd@stupidchicken.com>
1221
dee8cd43 1222 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6fcb12fd
CY
1223
1224 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
1225 define NSApplicationDelegateReplySuccess.
1226 (EmacsView -converstationIdentifier): Use long instead of
1227 NSInteger for GNUStep, since it doesn't have NSInteger.
1228
61bf63e2
CY
1229 * xmenu.c: Revert last change.
1230
73592876
CY
1231 * keyboard.h: Fix last change.
1232
ebadbfa6
AR
12332008-08-01 Juanma Barranquero <lekktu@gmail.com>
1234
1235 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
1236 on Windows.
1237
15034960 12382008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
f78c2c97 1239
15034960 1240 Warning clearing and clean-up in NS port.
dee8cd43
JB
1241 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
1242 Add prototypes.
15034960
AR
1243 * nsgui.h (FACE_DEFAULT): Remove, unused.
1244 (XGCValues): Change colors to unsigned long.
1245 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
1246 nsterm.m.
1247 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
1248 (ns_list_fonts): Remove, unused.
1249 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
1250 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
1251 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
1252 (nsfont_draw): Compare face colors to 0, not nil.
1253 * nsmenu.m (struct widget_value): Drop unneeded declaration.
1254 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
1255 (-addSubmenuWithTitle:): Use NSMenuItem class.
1256 (ns_popup_menu): Use NO, not NULL, for enabled setting.
1257 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
1258 (ns_clip_to_row): Make gc arg a BOOL.
1259 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
1260 ns_clip_to_row() call.
1261 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
87e204a2 1262 used). Cast FRAME_FONT assignments.
15034960
AR
1263 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
1264 (ns_string_to_lispmod): Change arg to const char.
1265 (ns_term_init): Use NSMenuItem class.
1266 (EmacsApp -openFile:): Move to different section of file.
1267 (EmacsApp -application:openFiles:): Don't return a value, call
1268 -replyToOpenOrPrint:.
1269 (EmacsView -keyDown:): Fix up cast.
1270 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
1271 (EmacsView -menuDown:): Cast tag in call to
1272 find_and_call_menu_selection().
1273 (ns_list_fonts): Remove, unused.
1274 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
1275 (ns_fontname_to_xlfd): Make static.
dee8cd43
JB
1276 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
1277 Remove prototypes (now in keyboard.h).
15034960 1278 (next_menubar_widget_id): Remove, unused.
dee8cd43
JB
1279 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
1280 Remove prototypes (now in keyboard.h).
15034960
AR
1281 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
1282
27ec92c9
DN
12832008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
1284
f78c2c97
DN
1285 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
1286 (floatfns.o): Depend on syssignal.h.
1287 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
1288
dee8cd43
JB
1289 * systty.h: Fix previous change that removed BSD_TERMIOS.
1290 Add comments to #ifdefs.
27ec92c9 1291
7ded3383
AR
12922008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1293
1294 * w32fns.c (w32-load-color-file): Remove.
1295 (x-open-connection): Use renamed Fx_load_color_file.
1296 * xfaces.c (x-load-color-file): Add.
1297 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
1298 Emacs.clr.
7ded3383
AR
1299 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
1300
13ecc6dc
MA
13012008-07-31 Michael Albinus <michael.albinus@gmx.de>
1302
1303 * dbusbind.c (Fdbus_call_method_asynchronously)
1304 (Fdbus_method_error_internal): New defuns.
1305 (xd_read_message): Handle also reply messages.
1306 (Vdbus_registered_functions_table): Extend docstring.
1307
12063bc5
JB
13082008-07-31 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * keyboard.c (gobble_input): Fix previous change.
1311
7c2fb837
DN
13122008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1313
1314 * bitmaps/README:
1315 * xfns.c:
1316 * termcap.c:
1317 * term.c:
1318 * syswait.h:
1319 * systty.h:
1320 * systime.h:
1321 * syssignal.h:
1322 * sysdep.c:
1323 * process.h:
1324 * process.c:
1325 * print.c:
1326 * ndir.h:
1327 * lread.c:
1328 * keyboard.c:
1329 * getpagesize.h:
1330 * floatfns.c:
1331 * fileio.c:
1332 * emacs.c:
1333 * doc.c:
1334 * dispnew.c:
1335 * dired.c:
1336 * data.c:
1337 * callproc.c:
1338 * buffer.c:
1339 * README:
1340 * Makefile.in:
1341 * s/template.h:
1342 * s/msdos.h:
1343 * m/vax.h: Remove VMS support.
1344 * s/vms.h:
1345 * vlimit.h:
1346 * uaf.h:
1347 * temacs.opt:
1348 * param.h:
1349 * ioctl.h: Remove file.
1350
69ab3201
DN
13512008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * s/ms-w32.h (MULTI_KBOARD): Remove.
1354 * xterm.c:
1355 * xselect.c:
1356 * xfns.c:
1357 * window.c:
1358 * w32term.c:
1359 * w32fns.c:
1360 * terminal.c:
1361 * termhooks.h:
1362 * term.c:
1363 * sysdep.c:
1364 * keyboard.h:
1365 * keyboard.c:
1366 * frame.h:
1367 * frame.c:
d765e3a3 1368 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
69ab3201
DN
1369 * config.in: Regenerate.
1370
bd187c49
JR
13712008-07-30 Jason Rumney <jasonr@gnu.org>
1372
12063bc5 1373 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
bd187c49 1374
12063bc5
JB
1375 * w32font.c (w32font_encode_char): Leave as unicode if in range.
1376 (w32font_open_internal): Get unicode version of textmetrics.
1377 Don't enable or disable glyph indices here.
1378 (w32font_open): Disable use of glyph indices.
bd187c49 1379
12063bc5 1380 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
bd187c49 1381
e3072df2
CY
13822008-07-30 Chong Yidong <cyd@stupidchicken.com>
1383
39dde873 1384 * minibuf.c (Vread_buffer_function): Doc fix.
e3072df2 1385
bc850333
CY
13862008-07-30 John Paul Wallington <jpw@pobox.com>
1387
1388 * minibuf.c (read_buffer_completion_ignore_case): New var.
1389 (Fread_buffer): Use it.
1390
9d9a7716
DN
13912008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1392
1393 * systty.h (sensemode): Remove empty #if. Remove reference to
1394 BSD_TERMIOS, unused.
1395
1396 * sysdep.c: Remove reference to DGUX.
1397 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
1398
1399 * config.in: Regenerate.
1400
0c34f98e
JR
14012008-07-30 Jason Rumney <jasonr@gnu.org>
1402
12063bc5 1403 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
0c34f98e 1404
c320e90a
JR
14052008-07-29 Jason Rumney <jasonr@gnu.org>
1406
12063bc5
JB
1407 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
1408 is populated.
1409 (uniscribe_encode_char): Always use uniscribe.
1410 Avoid using context if cache is populated.
c320e90a 1411
3f7ead30
JD
14122008-07-29 Jan Djärv <jan.h.d@swipnet.se>
1413
1414 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
1415 open menu.
1416
1417 * gtkutil.c (menu_nav_ended): Remove.
1418 (create_menus): Remove signal connect for menu_nav_ended.
1419
639eebe2
CY
14202008-07-28 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * xdisp.c (redisplay_window): Check return value of
1423 compute_window_start_on_continuation_line before forcing a window
1424 start.
1425
d1f535d2
JR
14262008-07-28 Jason Rumney <jasonr@gnu.org>
1427
0e134ea0 1428 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9cac6313 1429
0e134ea0
JB
1430 * w32term.c (w32_enable_unicode_output, cleartype_active):
1431 Remove obsolete display options.
1432 (x_draw_glyph_string_background): Don't use old cleartype_active
1433 workaround.
1434 (w32_initialize): Remove cleartype_active initialization.
1435 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
d1f535d2 1436
ddaa36e1
AS
14372008-07-28 Andreas Schwab <schwab@suse.de>
1438
1439 * lisp.h (init_weak_hash_tables, syms_of_font)
1440 (xd_read_queued_messages, syms_of_dbusbind): Declare.
1441 (remove_hash_entry): Don't declare.
1442 * eval.c (maybe_call_debugger): Make static and move before use.
1443 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
1444 * xdisp.c: Include "gtkutil.h" if USE_GTK.
1445 * xterm.h (x_set_frame_alpha): Declare.
1446
42ffd097
JD
14472008-07-28 Jan Djärv <jan.h.d@swipnet.se>
1448
1449 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
1450 (create_menus): Connect selection-done to menu_nav_ended.
1451
bd6ce2ba
AR
14522008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1453
1454 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
1455 Set Vx_resource_name to a fallback. Replace read of 'buffered'
1456 parameter with read of 'alpha' one.
1457 (Qns_frame_parameter): Remove.
1458 * nsselection.m (selection-coding-system)
1459 (next-selection-coding-system, Vselection_coding_system)
1460 (Vnext_selection_coding_system): Drop.
1461
583ff3c3
AR
14622008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1463
1464 * nsfns.m (do-applescript, do_applescript): Rename to
1465 ns-do-applescript, ns_do_applescript, and move within file.
1466
9e2a2647
DN
14672008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1468
1469 Remove support for Mac Carbon.
1470 * mactoolbox.c:
1471 * macterm.h:
1472 * macterm.c:
1473 * macselect.c:
1474 * macmenu.c:
1475 * macgui.h:
1476 * macfns.c:
1477 * mac.c: Remove file.
1478 * s/darwin.h:
1479 * m/intel386.h:
1480 * xfaces.c:
1481 * xdisp.c:
1482 * window.c:
1483 * tparam.c:
1484 * termhooks.h:
1485 * termcap.c:
1486 * term.c:
1487 * syssignal.h:
1488 * sysselect.h:
1489 * sysdep.c:
1490 * process.c:
1491 * lread.c:
1492 * lisp.h:
1493 * keyboard.c:
1494 * image.c:
1495 * fringe.c:
1496 * frame.h:
1497 * frame.c:
1498 * fontset.c:
1499 * font.h:
1500 * font.c:
1501 * fns.c:
1502 * fileio.c:
1503 * emacs.c:
1504 * dispnew.c:
1505 * dispextern.h:
1506 * config.in:
1507 * atimer.c:
1508 * Makefile.in: Remove code for Carbon
1509
7ad8fe5e 15102008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4874e088 1511
7ad8fe5e 1512 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
69eff41f 1513
7ad8fe5e 15142008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
69eff41f 1515
7ad8fe5e
MB
1516 * macterm.h (kCGBitmapByteOrder32Host): New define for
1517 non-universal SDKs.
69eff41f 1518
7ad8fe5e
MB
1519 * image.c (mac_create_cg_image_from_image, image_load_image_io)
1520 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 1521
7ad8fe5e
MB
1522 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
1523 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 1524
7ad8fe5e 15252008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
09721b31 1526
0e134ea0 1527 * w32inevt.c: Include dispextern.h.
09721b31 1528
51dc79f8
AS
15292008-07-26 Andreas Schwab <schwab@suse.de>
1530
1531 * print.c (print_object): Fix off-by-one in last change.
1532
dea101f6
JB
15332008-07-25 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * term.c (syms_of_term): Don't initialize default_orig_pair,
1536 default_set_foreground and default_set_background on Windows.
1537
11856d4d
JR
15382008-07-25 Jason Rumney <jasonr@gnu.org>
1539
0e134ea0
JB
1540 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
1541 ScriptItemize. Clean up return value checking. Remove unused
1542 variables.
1543 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
1544 shaping engine.
11856d4d 1545
0e134ea0
JB
1546 * w32font.c (w32font_has_char): Handle the case where we can't
1547 determine the script for a character.
11856d4d 1548
7bfc0e9e
CY
15492008-07-25 Chong Yidong <cyd@stupidchicken.com>
1550
acdadb15
CY
1551 * term.c (syms_of_term): Initialize default_orig_pair,
1552 default_set_foreground, and default_set_background.
1553
5efc6200
CY
1554 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
1555 clash (bug#86).
1556 (getloadavg): Callers changed.
1557
7bfc0e9e 1558 * image.c (svg_load_image): Fix last change.
c01c4e35
CY
1559 (svg_load_image): Use rsvg_handle_get_dimensions to check that
1560 image size is valid. Use g_object_unref instead of deprecated
1561 rsvg_handle_free to free rsvg handle.
9d7112ed 1562 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7bfc0e9e 1563
f31cf550
JR
15642008-07-25 Jason Rumney <jasonr@gnu.org>
1565
0e134ea0
JB
1566 * w32font.c (w32font_encode_char): Encode characters outside BMP as
1567 surrogates before looking up glyph index.
1568 (w32font_text_extents): Encode as surrogates if falling back to
1569 functions that need UTF-16 wide chars.
f31cf550 1570
0e134ea0
JB
1571 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
1572 BMP as surrogates before looking up glyph index.
f31cf550 1573
b293d659
CY
15742008-07-25 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * image.c (svg_load_image): Check for failure in return value of
1577 rsvg_handle_get_pixbuf. Free rsvg handle when done.
1578
1ada3dab
JR
15792008-07-25 Jason Rumney <jasonr@gnu.org>
1580
0e134ea0 1581 * w32font.c (Fx_select_font): Reverse sense of second arg.
1ada3dab 1582
dbc812e0
SM
15832008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1584
6449674e
SM
1585 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
1586 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
1587
dbc812e0
SM
1588 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
1589 (PURESIZE): Use it.
1590
67725bd8
DN
15912008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1592
340074e9
DN
1593 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
1594 * m/alpha.h (TEXT_END):
1595 * m/ibmrs6000.h (TEXT_END):
1596 * m/macppc.h (TEXT_END):
1597 * s/darwin.h (TEXT_END):
1598 * s/msdos.h (TEXT_END): Remove, unused.
1599 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
1600 * s/cygwin.h: Remove comment.
1601
a11af7f8
DN
1602 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
1603 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
1604 * m/intel386.h (DOT_GLOBAL_START):
1605 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
1606 (USG): Remove, file not used on USG platforms.
1607
67725bd8
DN
1608 * Makefile.in (HAVE_X11): Remove empty #else.
1609
6420e80c
AS
16102008-07-24 Andreas Schwab <schwab@suse.de>
1611
1612 * fileio.c (Finsert_file_contents): Properly adjust undo list
1613 after format conversion.
1614
d1c38b57
JD
16152008-07-24 Jan Djärv <jan.h.d@swipnet.se>
1616
1617 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
1618 (menu_nav_ended): Remove.
1619 (create_menus): Remove signal connect for menu_nav_ended.
1620 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
1621 create_menus.
1622 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
1623
597634cb
JR
16242008-07-23 Jason Rumney <jasonr@gnu.org>
1625
dbc812e0
SM
1626 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
1627 with opened font.
1628 (w32font_open): Set font type to gdi.
4b135503 1629
dbc812e0 1630 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
597634cb 1631
7c799cf5
DN
16322008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1633
7a14f2a0
DN
1634 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
1635 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
1636 defines it.
1637 * unexec.c (ADDR_CORRECT): Define unconditionally.
1638
1639 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
1640
f914a6bf
DN
1641 * unexec.c: Remove code depending on !COFF and USG, the file is
1642 not used for such systems.
1643
268b24ee
DN
1644 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
1645 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
1646 (LD_SWITCH_SYSTEM_1): Remove, update users.
1647
911109b1
DN
1648 * s/darwin.h (DATA_END):
1649 * m/intel386.h (DATA_END):
1650 * m/ibmrs6000.h (DATA_END):
1651 * m/alpha.h (DATA_END): Remove, unused.
911109b1 1652
77ccee09
DN
1653 * config.in: Regenerate.
1654 * s/ms-w32.h (subprocesses): Define unconditionally.
1655 * s/template.h (subprocesses): Update comment.
1656 * s/vms.h (subprocesses):
1657 * s/usg5-4.h (subprocesses):
1658 * s/hpux10-20.h (subprocesses):
1659 * s/gnu-linux.h (subprocesses):
1660 * s/cygwin.h (subprocesses):
1661 * s/bsd-common.h (subprocesses):
1662 * s/aix4-2.h (subprocesses):
1663 * s/darwin.h (subprocesses): Do not define, defined by default now.
1664
1665 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
1666 Remove all references.
1667 (temacs): Add GNUStep specific ld flags.
1668
7c799cf5
DN
1669 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
1670 similarly to what X does.
1671
712b2de1
AR
16722008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1673
1674 * nsfns.m (x-list-fonts): Remove.
1675 (syms_of_nsfns): Drop the x-list-fonts declaration.
1676 * nsterm.m: Get rid of remaining "//" comments.
1677
0d4e1b5f
CY
16782008-07-22 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
1681
1682 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
1683 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
1684 (Fns_own_selection_internal, Fx_disown_selection_internal)
1685 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
1686
1687 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
1688 ... */' style of docstrings. Doc fixes.
1689
952913d4
DN
16902008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1691
0ecc3474 1692 * terminfo.c (UP, BC, PC): Undo previous change.
0d4e1b5f 1693
952913d4
DN
1694 * nsfns.m: Rename ns prefixed functions/variables to the
1695 corresponding x versions. Update references.
1696
02d8b017
SM
16972008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
1700
11b8fe14
DN
17012008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1702
02d8b017
SM
1703 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
1704 Remove forwarding functions.
cc98b6a0
DN
1705 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
1706 non-static.
1707 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
1708 non-static.
1709 (ns_frame_parm_handlers): Use the new names.
1710 (syms_of_nsfns): Move to the end of file.
1711
1baa6236
DN
1712 * nsterm.m (syms_of_nsterm): Move to the end of file.
1713
11b8fe14
DN
1714 * dispnew.c (init_display): Remove code for X10.
1715
8dcaeba2
JR
17162008-07-22 Jason Rumney <jasonr@gnu.org>
1717
02d8b017
SM
1718 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
1719 bare drive.
8dcaeba2 1720
365bac35
AR
17212008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1722
1723 * nsterm.m (syms_of_nsterm): Remove debugging println.
1724
6a0f0f86
DR
17252008-07-22 David Reitter <david.reitter@gmail.com>
1726
a3c83618 1727 * nsfns.m (do_applescript, F_do_applescript): NS version of the
6a0f0f86
DR
1728 Carbon implementation of the same functionality: execute arbitrary
1729 AppleScript code.
1730
51d5ef9f
AR
17312008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1732
a3c83618 1733 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
51d5ef9f
AR
1734 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
1735 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
1736 (Fx_display_mm_height, Fx_display_mm_width)
1737 (Fx_display_backing_store, Fx_display_visual_class)
1738 (Fx_display_save_under, Fx_open_connection)
1739 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
1740 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
1741 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1742 (Fx_display_pixel_width, Fx_display_pixel_height)
1743 (Fx_display_usable_bounds, Fx_display_planes)
1744 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
1745 ... */' style of docstrings.
1746
6efac844
DN
17472008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1748
b8ff87cc
DN
1749 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
1750 on this platform.
1751 (mips):
1752 * m/iris4d.h (mips): Do not define.
1753 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
1754
92d1a7a3
DN
1755 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
1756
de08d1be
CY
1757 * image.c:
1758 * nsfns.m:
1759 * nsselect.m:
1760 * nsterm.h:
9e50ff0c
DN
1761 * nsterm.m: Rename ns prefixed functions/variables to the
1762 corresponding x versions. Update references.
1763
ff486501
DN
1764 * m/ibms390x.h (NO_REMAP): Do not undefine.
1765
6efac844
DN
1766 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
1767
ea9de876
CY
17682008-07-21 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
1771 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
1772 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
1773 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
1774 (Fns_display_mm_height, Fns_display_mm_width)
1775 (Fns_display_backing_store, Fns_display_visual_class)
1776 (Fns_display_save_under, Fns_open_connection)
1777 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
1778 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
1779 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1780 (Fns_display_pixel_width, Fns_display_pixel_height)
1781 (Fns_display_usable_bounds, Fx_display_planes)
1782 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
1783
b42f4115 17842008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
3965adab
CY
1785
1786 * print.c (print_object): Check print_depth before searching for
1787 circularities.
1788
c0894fb9
MA
17892008-07-21 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
1792 only sprintf.
1793
d90bfd1c
KH
17942008-07-21 Kenichi Handa <handa@m17n.org>
1795
10d1d0af 1796 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
d90bfd1c 1797
8e2911c2
AS
17982008-07-20 Andreas Schwab <schwab@suse.de>
1799
1800 * syntax.c (find_start_pos, find_start_value)
1801 (find_start_value_byte, find_start_begv, find_defun_start)
dbc812e0 1802 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8e2911c2 1803
98a01702
DN
18042008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * s/sol2-3.h: Insert contents of s/sol2.h.
1807 (LD_SWITCH_SYSTEM): Remove redundant definition.
1808 * s/sol2.h: Remove, unused.
1809
704a3a2d
AR
18102008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1811
dbc812e0 1812 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
704a3a2d
AR
1813
18142008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
e5e2baab
AR
1815
1816 * Makefile.in (ns_appdir): Fix typo in find command.
1817
89f1e540
DN
18182008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1819
c788afce
DN
1820 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
1821
89f1e540
DN
1822 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
1823 added not supported anymore.
1824
e5e2baab 1825 * s/usg5-4-2.h (LIBS_SYSTEM):
89f1e540
DN
1826 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
1827
1828 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1829 * s/lynxos.h (GETPGRP_NO_ARG):
1830 * s/hpux10-20.h (NO_SIOCTL_H):
1831 * s/gnu.h (GETPGRP_NO_ARG):
1832 * s/gnu-linux.h (NO_SIOCTL_H):
1833 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1834 * s/cygwin.h (GETPGRP_NO_ARG):
1835 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
1836 (C_DEBUG_SWITCH): Remove duplicate definition.
1837
1838 * m/ibms390.h: Remove boilerplate comments.
1839
1840 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
1841
1842 * process.c (HAVE_SERIAL): Consolidate ifdefs.
1843 (wait_reading_process_output): Remove code for SunOS, platform not
1844 supported anymore. Use SOLARIS2 instead of sun.
1845
ed96cde8
AR
18462008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1847
1848 * font.c (font_open_by_name): Under NS, default lface height to zero.
1849 (font_open_for_lface): Under NS, set size based on frame fontsize.
1850 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
1851 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
1852
18532008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1854
1855 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
1856 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
1857 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
1858 YES/NO.
1859 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
1860 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
1861 * Makefile.in (clean): Clear out build destination dir.
1862
5a2d7ab6
AR
18632008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1864
1865 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
1866 xterm, xselect.
1867 * lisp.h: Remove declaration of hash_remove.
1868 * nsgui.h: Remove redefinitions of hash_remove.
1869 * fns.c (hash_remove): Rename to hash_remove_from_table.
1870
8df8bcc9 18712008-07-19 Seiji Zenitani <zenitani@mac.com>
c0230162
AR
1872
1873 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8df8bcc9 1874 strdup() the family UTF8String before modifying it.
c0230162 1875
45d325c4
AR
18762008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1877
45d325c4
AR
1878 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
1879 NS_FACE_BACKGROUND with 0 instead of nil.
1880 * nsfont.m (nsfont_draw): Same.
1881
8df8bcc9
GM
18822008-07-19 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * nsfns.m (ns_set_background_color): Fix crash.
1885
b83f1cd0
CY
18862008-07-18 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
1889
add4eecc
DN
18902008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1891
1892 * puresize.h (BASE_PURESIZE): Increase to 1240000.
1893
69955d31
YM
18942008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1895
1896 * gtkutil.c: Include <config.h> instead of "config.h".
1897
1898 * lisp.h (Foverlay_buffer): Add EXFUN.
1899
1900 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
1901 child process to complete child_setup. Undo 2005-09-21 change.
1902
1903 * s/darwin.h: Mention setsid after vfork.
1904
08b3caa9 19052008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2d64e9bb
YM
1906
1907 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
1908 Depend on macgui.h.
1909
1910 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
1911 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
1912
1913 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
1914 and f19.
1915 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
1916
1917 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1918 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1919 Remove enumerators.
1920
1921 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
1922 Check if FACE_FROM_ID returns NULL.
1923
8d59c5ed
JR
19242008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
1925
ba60bd44
JB
1926 * w32inevt.c (change_frame_size): Remove extern declaration.
1927 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
1928 change_frame_size.
8d59c5ed 1929
ba60bd44 19302008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
db94bf9c
AR
1931
1932 * getloadavg.c: Revert last change (2008-07-15).
1933
ba60bd44 19342008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
06b62770
AR
1935
1936 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
1937 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
1938 from configure.
1939
2749d28e
DN
19402008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1941
35ad0545
DN
1942 * s/sol2.h:
1943 * s/sol2-4.h: Reorganize conditionals.
1944
2749d28e
DN
1945 * ecrt0.c: Remove code depending on m68000, not used anymore.
1946
1947 * fns.c (hash_remove): Make static.
1948 * lisp.h (hash_remove): Don't prototype.
1949
1950 * m/ibmrs6000.h:
1951 * m/ibms390x.h:
1952 * m/macppc.h: Remove boilerplate comments.
1953
1954 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
1955 Solaris, which does not need them.
1956
1957 * m/vax.h: Remove comments about unsupported systems.
1958
1959 * s/darwin.h: Reorganize ifdefs.
1960
32cc3925
AS
19612008-07-17 Andreas Schwab <schwab@suse.de>
1962
1963 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
1964
facfbbbd
SM
19652008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 Use SDATA. Follow coding convention of placing operators at
1968 beginning of next line rather than end of previous line, and placing
1969 spaces around infix operators.
1970
1971 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
1972 in case it was defined already.
1973 USE @GNUSTEP_MAKEFILES@ rather than envvars.
1974 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
1975 ns_default.
1976 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
1977 Lisp_Objects.
1978 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
1979 (ns_defined_color, ns_color_to_lisp): Declare.
1980 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
1981 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
1982 it's accepted even with USE_LISP_UNION_TYPE.
1983 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
1984 (update_frame_tool_bar): Remove apparently obsolete tests for
1985 non-integerness of f->tool_bar_lines.
1986 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
1987 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
1988 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
1989 (nsfont_open): Don't confuse NULL for Qnil.
1990 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
1991 * menu.h (find_and_call_menu_selection):
1992 * menu.c (find_and_call_menu_selection): Use just int for vector size.
1993 (find_and_return_menu_selection): Always return something.
1994 * frame.h: Include dispextern.h for Display_Info.
1995 (display_x_get_resource): Declare.
1996
ba60bd44 19972008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
1998
1999 * syntax.c: Remove stdio.h include accidentally introduced in
2000 Emacs.app commit.
2001 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
2002 NS_IMPL_COCOA.
2003 * keyboard.c (handle_async_input, input_available_signal): Remove
2004 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
2005
0bcfd7d7
SM
20062008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2007
6882361b
SM
2008 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
2009 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
2010 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
2011 Use SDATA.
2012
0bcfd7d7
SM
2013 * keymap.c: Remove all NS-specific code.
2014 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
2015 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
2016 where_is_preferred_modifier, return a different value depending on how
2017 preferred is the binding.
2018 (where_is_internal): Adjust accordingly.
2019 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
2020 Adjust to new preferred_sequence_p.
2021 (syms_of_keymap): Declare `where-is-preferred-modifier'.
2022 * keyboard.c (parse_solitary_modifier): Not static any more.
2023 * keyboard.h (parse_solitary_modifier): Declare.
2024
720f3147
AS
20252008-07-16 Andreas Schwab <schwab@suse.de>
2026
2027 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
2028 of easymenu.
2029
01e19fea
CY
20302008-07-16 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * xdisp.c (move_it_in_display_line): Account for word wrap, so
2033 that we don't move off the line.
2034
4c89a3e0
SM
20352008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * keyboard.c (Qsuper): Remove.
2038 (parse_menu_item): Don't call where_is_internal specially for NS.
2039
586b975c
DN
20402008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2041
3ec8ef33
DN
2042 * s/gnu-linux.h: Remove boilerplate comments.
2043
d4d080b6
DN
2044 * m/alpha.h (__ELF__): Consolidate conditions.
2045
7ab56cc4
DN
2046 * m/m68k.h (linux): Use GNU_LINUX instead.
2047 Remove boilerplate comments.
2048
10d1d0af 2049 * m/intel386.h: Undo refactoring from previous change.
7ab56cc4
DN
2050 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
2051 too, remove dead code.
2052 (linux): Use GNU_LINUX instead.
586b975c 2053
5cc9d48a
JR
20542008-07-16 Jason Rumney <jasonr@gnu.org>
2055
4c89a3e0 2056 * w32gui.h: Repeat 26 June changes lost by last change.
5cc9d48a 2057
6b0273cd
DN
20582008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2059
132d0475
DN
2060 * systty.h: Remove code for Aix on 386, unsupported platform.
2061
2062 * s/ms-w32.h: Remove boilerplate comments.
2063 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
2064
2065 * s/gnu-linux.h (TERM): Remove support.
2066 (HAVE_SYSVIPC): Remove, unused.
2067 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
2068 for this system.
2069
2070 * process.c: Remove support for IRIS, unused.
2071 Remove support for TERM, not relevant anymore.
2072
2073 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
2074 used with the definition.
2075
2076 * s/aix4-2.h (static): Do not undef.
2077
2078 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
2079 only used on Aix.
2080 (HAVE_SYSVIPC): Remove, unused.
2081
2082 * m/hp800.h (CANNOT_DUMP): Do not undef.
2083
2084 * m/alpha.h: Fix comment.
2085
8111c2d8
DN
2086 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
2087 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
2088 used by this configuration.
2089 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
2090 * unexec.c: Remove code depending on HPUX and
2091 USG_SHARED_LIBRARIES, not used with this file. Remove code
2092 depending on IRIS, unused. Remove if 0-ed code.
2093
e9a57a88
DN
2094 * s/template.h: Remove comments about static.
2095
4c89a3e0
SM
2096 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
2097 Remove if 0-ed code.
c7607b94
DN
2098 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
2099 were the same as the default.
2100 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
2101 Remove boilerplate comments.
2102 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
2103 (HAVE_SYSVIPC): Remove, unused.
2104 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
2105
ff841b30
DN
2106 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
2107 Remove boilerplate comments.
2108 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
2109 Remove boilerplate comments.
2110 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
2111 Remove boilerplate comments.
2112 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
2113
586b975c
DN
2114 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
2115 USG systems which do not use DATA_SEG_BITS.
2116 Refactor code. Remove boilerplate comments.
2117
dc89925b 2118 * m/ibms390.h:
dc89925b
DN
2119 * m/m68k.h:
2120 * s/bsd-common.h:
2121 * s/cygwin.h:
2122 * s/darwin.h:
2123 * s/freebsd.h:
2124 * s/gnu.h:
2125 * s/msdos.h: Remove boilerplate comments.
2126
96b72211
DN
2127 * m/iris4d.h: Remove boilerplate comments and code for systems that
2128 do not use this file.
2129 (IRIS_4D): Remove, unused.
2130
c3b5f109
DN
2131 * m/mips.h: Remove boilerplate comments and code for systems that
2132 do not use this file.
96b72211 2133 (SIGN_EXTEND_CHAR):
c3b5f109
DN
2134 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
2135 * unexmips.c: Remove file, unused.
2136
6b0273cd
DN
2137 * editfns.c (Fuser_full_name): Replace the only use of
2138 USER_FULL_NAME with its value.
2139 * config.in: Regenerate.
2140
ba60bd44 21412008-07-16 David Reitter <david.reitter@gmail.com>
6fbcfb6f 2142
ba60bd44
JB
2143 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
2144 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
6fbcfb6f 2145
44ac2d3e
GM
21462008-07-16 Glenn Morris <rgm@gnu.org>
2147
2148 * emacs.c (system-type): Doc fix.
2149
0a170079
SM
21502008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
2153 If the cache doesn't work, let's fix it, rather than work around it.
2154
ba60bd44 21552008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
a68fda4a
AR
2156
2157 * Makefile.in: Correct additions for nsfont.o in last commit.
2158 * nsfont.m: New file (forgot last commit).
2159
8df8bcc9
GM
21602008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
2161
2162 * callproc.c (set_initial_environment): Initialize
2163 Vprocess_environment under CANNOT_DUMP (fixes crash when
2164 batch-compiling for bootstrap).
2165
21662008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
2167 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2168
2169 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
2170 fix crash due to different init order.
2171
ba60bd44 21722008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2173
2174 Changes and additions for NeXTstep windowing system (Cocoa and
2175 GNUstep) support.
2176
ba60bd44 2177 * Makefile.in:
edfda783
AR
2178 * config.in: Support defines and build commands for NS port.
2179 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
2180 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
edfda783
AR
2181 * dispextern.h: Include nsgui.h and add needed typedefs under NS
2182 windowing.
2183 (struct face): Add synth_ital field.
2184 * dispnew.c: Include nsterm.h when compiling under NS windowing.
2185 (init_display): Initialize Vinitial_window_system to "ns" when so
2186 compiled.
2187 * emacs.c: Include GSConfig.h when compiling under GNUstep.
2188 (display_arg): Use under NS.
2189 (main): Under NS, allocate autorelease pool and handle command line
2190 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
2191 (standard_args): Add NS-specific args.
2192 (shut_down_emacs): Shut down NS terminal if compiled under NS.
2193 * font.c (DEFAULT_ENCODING): New variable.
2194 (font_find_for_lface): Use it.
2195 (syms_of_font): Load syms_of_nsfont under NS.
2196 * font.h: Declare nsfont_driver when compiled under NS.
2197 * fontset.c: When compiling under NS, include nsterm.h.
2198 (fontset_from_font): Autoconstruct fontset under NS.
2199 * frame.c (various): Under NS, include nsterm.h, add Qns window system
2200 symbol, document and use it.
edfda783
AR
2201 (do_switch_frame): When for_deletion under Cocoa, add
2202 Fraise_frame(Qnil).
2203 (x_set_frame_parameters): Ensure font attribute changes are picked up.
2204 (x_get_arg): Allow "yes" and "no" as boolean values.
2205 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
2206 Qright under Cocoa.
2207 (focus-follows-mouse): Default to 0 under NS.
2208 * frame.h (enum output_method): Add output_ns.
2209 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
2210 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
2211 (FRAME_WINDOW_P): NS-specific definition.
2212 * fringe.c (max_used_fringe_bitmap): Make public.
2213 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
2214 (getloadavg): Use NeXT code under descendant OS's.
2215 * image.c (includes and header section, x_create_bitmap_from_data)
2216 (x_create_bitmap_from_file, free_bitmap_record, image_background)
2217 (image_background_transparent, x_clear_image_1)
2218 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
2219 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
2220 (x_to_xcolors, x_from_xcolors, x_disable_image)
2221 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
2222 other GUIs, including XPM support using code originally written for
2223 Carbon GUI.
0a170079 2224 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
edfda783
AR
2225 using NS API.
2226 (image_ascent): Use font metrics macros instead of direct struct field
2227 access.
2228 * keyboard.c (includes): Add nsterm.h when compiling under NS.
2229 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
2230 Also, handle NS as GTK for menu bar purposes.
2231 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
2232 toolkit where they differ.
2233 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
2234 use cachelist, still needed under NS.
6ddc6cca 2235 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
edfda783
AR
2236 (struct widget_value): Define it here for menu.c.
2237 * keymap.c (includes): Include modifier internals.
2238 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
2239 NS.
2240 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
2241 support for preferring sequences using certain modifiers, specified by
2242 the FIRSTONLY argument.
2243 * lisp.h (hash_remove): Rename to avoid name clash when compiling
2244 under NS GNUstep implementation.
2245 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
2246 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
2247 * menu.c: Include nsterm.h under NS.
2248 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
2249 (free_menubar_widget_tree_value, update_submenu_strings)
2250 (find_and_call_menu_selection): Treat NS as X and NT.
2251 (find_and_return_menu_selection): New function, used for popup menus.
ba60bd44
JB
2252 * nsgui.h:
2253 * nsterm.h:
2254 * nsfns.m:
2255 * nsimage.m:
2256 * nsmenu.m:
2257 * nsselect.m:
edfda783
AR
2258 * nsterm.m: New files.
2259 * process.c (wait_reading_process_output): Under NS, call ns_select()
2260 instead of plain select().
2261 * syntax.c (char_quoted): Under NS, avoid a crash when called near
2262 beginning of buffer.
2263 * sysselect.h (init_process): Rename when compiling under Cocoa to
2264 avoid name conflict.
2265 * termhooks.h (display_info): Add ns_display_info to union.
2266 * terminal.c (Fterminal_live_p): Add ns to terminal types.
2267 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
2268 COCOA environment.
2269 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
2270 unexec() signature. (Note, this will dump, but the resulting file
2271 crashes; unexosx is used instead; keeping around for reference and
2272 possible aid in getting dump working under GNUstep.)
2273 * w32gui.h (button_type, widget_value): Remove definitions (now in
2274 keyboard.h).
2275 * window.c: Include nsterm.h when compiling under NS.
2276 * xdisp.c (includes): Include nsterm.h when compiling under NS.
2277 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
2278 other GUI windowing systems.
2279 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
2280 GTK.
2281 (x_consider_frame_title): Under NS, set icon type and frame
2282 modified-state indicator; use ns_set_name_as_filename() when using
2283 formatted title.
2284 (update_window_cursor): Make public when compiling under NS.
2285 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
2286 (hourglass_atimer, Vhourglass_delay
2287 * xfaces.c (header section, init_frame_faces, clear_font_table)
2288 (defined_color, unload_color, x_face_list_fonts)
6ddc6cca
SM
2289 (prepare_face_for_display): Add NS support parallel to other GUIs.
2290 Emulate GCs like other non-X GUIs.
edfda783
AR
2291 (split_font_name): Don't lowercase font name under NS.
2292 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
2293 under NS.
2294 * s/darwin.h: Add support for compilation under NS.
2295
1391cd54
JR
22962008-07-15 Jason Rumney <jasonr@gnu.org>
2297
6ddc6cca
SM
2298 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
2299 (w32_show_hourglass): Rename from show_hourglass.
2300 (w32_hide_hourglass): Rename from hide_hourglass.
2301 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
2302 (Vhourglass_delay): Declare extern.
2303 (hourglass_started): Remove.
1391cd54 2304
6ddc6cca
SM
2305 * xdisp.c (Vhourglass_delay): Remove static.
2306 (hourglass_started, start_hourglass, cancel_hourglass):
2307 Don't include these versions on WINDOWSNT.
1391cd54 2308
1885ab29
AR
23092008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2310
6ddc6cca 2311 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
20d6dc02 2312 variables (formerly in xfns.c).
1885ab29
AR
2313 (show_hourglass, hide_hourglass): New prototypes (same).
2314 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
2315 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
20d6dc02 2316 in xfns.c).
1885ab29
AR
2317 (syms_of_xdisp): Declare/initialize display-hourglass,
2318 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
2319 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
20d6dc02 2320 formerly in xfns.c.
1885ab29
AR
2321 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
2322 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
2323 (start_hourglass, cancel_hourglass): Remove.
2324 (show_hourglass, hide_hourglass): Remove prototypes and static
2325 modifiers.
2326 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
2327 hourglass_atimer, hourglass_shown_p declaration/initialization.
2328 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
2329 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
2330 (start_hourglass, cancel_hourglass): Remove.
2331 (show_hourglass, hide_hourglass): Remove prototypes and static
2332 modifiers.
2333 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
2334 hourglass_atimer, hourglass_shown_p declaration/initialization.
2335 * w32fns.c (display_hourglass_p, Vhourglass_delay)
2336 (DEFAULT_HOURGLASS_DELAY): Remove.
2337 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
2338 hourglass_shown_p declaration/initialization.
2339
3faa984f
JR
23402008-07-14 Jason Rumney <jasonr@gnu.org>
2341
6ddc6cca
SM
2342 * w32fns.c (w32_get_arg): Remove wrapper function.
2343 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
2344 directly.
2345 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3faa984f 2346
2f73901f
KH
23472008-07-14 Kenichi Handa <handa@m17n.org>
2348
2349 * xfont.c (xfont_open): Add workaround for X's bug.
2350
11da284d
KH
23512008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2352
2353 * fontset.c: Include <stdio.h> unconditionally.
2354
944cc4a8
MA
23552008-07-13 Michael Albinus <michael.albinus@gmx.de>
2356
2357 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
2358 for filtering.
2359
bdee2ef3
DN
23602008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2361
2362 * s/vms.h: Use __GNUC__ instead of _GNUC_.
2363
2364 * m/macppc.h:
2365 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
2366
2367 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
944cc4a8
MA
2368 (SPECIAL_EMACS_INT):
2369 * m/ia64.h (SPECIAL_EMACS_INT):
bdee2ef3
DN
2370 * m/amdx86-64.h (SPECIAL_EMACS_INT):
2371 * s/gnu.h (NLIST_STRUCT):
4342f814 2372 * s/aix4-2.h (X11R5_INHIBIT_I18N):
bdee2ef3
DN
2373 * s/gnu-linux.h (LINUX):
2374 * s/msdos.h (HAVE_FACES):
2375 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
2376
944cc4a8 2377 * systty.h:
bdee2ef3
DN
2378 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
2379 anymore.
2380
bba104c1
DN
23812008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
2384 always defined as int.
2385
2386 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
2387 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
2388 * s/gnu-linux.h (HAVE_WAIT_HEADER):
2389 * s/freebsd.h (HAVE_WAIT_HEADER):
2390 * s/bsd-common.h (HAVE_UNION_WAIT):
2391 * s/aix4-2.h (HAVE_WAIT_HEADER):
2392 * m/mips.h (HAVE_UNION_WAIT):
2393 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
2394 (COFF, static): Do not define, they are undefined later in the file.
2395
2396 * process.c (update_status): Don't use a union.
2397 (status_convert):
2398 (sigchld_handler): Use int instead of WAITTYPE.
2399
e433031a
CY
24002008-07-12 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * indent.c (Fvertical_motion): Restore hscroll before moving to
2403 goal column.
2404
3bfb4d48
DN
24052008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2406
2407 * lisp.h: Remove left over code.
2408
e7c9048f
AS
24092008-07-11 Andreas Schwab <schwab@suse.de>
2410
7e770c85
AS
2411 * lisp.h: Fix logic in last change.
2412
e7c9048f
AS
2413 * menu.h: New file.
2414 * menu.c: Include it.
2415 * xmenu.c: Likewise.
2416 * Makefile.in: Update dependencies.
2417
38aaf336
KH
24182008-07-11 Kenichi Handa <handa@m17n.org>
2419
2420 * fontset.c (fontset_from_font): Cancel the previous change.
2421
6e5cb96f
DN
24222008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2423
2424 * lisp.h:
2425 * w32heap.c:
2426 * emacs.c:
2427 * alloc.c: Replace all references of NO_UNION_TYPE with
2428 USE_LISP_UNION_TYPE.
2429
2430 * m/xtensa.h (NO_UNION_TYPE):
2431 * m/vax.h (NO_UNION_TYPE):
2432 * m/template.h (NO_UNION_TYPE):
2433 * m/sparc.h (NO_UNION_TYPE):
2434 * m/mips.h (NO_UNION_TYPE):
2435 * m/macppc.h (NO_UNION_TYPE):
2436 * m/m68k.h (NO_UNION_TYPE):
2437 * m/iris4d.h (NO_UNION_TYPE):
2438 * m/intel386.h (NO_UNION_TYPE):
2439 * m/ibms390x.h (NO_UNION_TYPE):
2440 * m/ibms390.h (NO_UNION_TYPE):
2441 * m/ibmrs6000.h (NO_UNION_TYPE):
2442 * m/ia64.h (NO_UNION_TYPE):
2443 * m/hp800.h (NO_UNION_TYPE):
2444 * m/arm.h (NO_UNION_TYPE):
2445 * m/amdx86-64.h (NO_UNION_TYPE):
2446 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
2447 defining it the same.
2448
e0f47a68
CY
24492008-07-10 Chong Yidong <cyd@stupidchicken.com>
2450
ba60bd44 2451 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
e0f47a68 2452
c5e7567d
DN
24532008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2454
4342f814
JB
2455 * fileio.c:
2456 * sysdep.c
2457 * systty.h:
2458 * m/ibmrs6000.h:
2459 * m/iris4d.h:
2460 * s/aix4-2.h:
2461 * s/freebsd.h:
2462 * s/gnu-linux.h:
2463 * s/hpux10-20.h:
2464 * s/hpux11.h:
2465 * s/netbsd.h:
2466 * s/sol2-3.h:
2467 * s/sol2-4.h:
2468 * s/sol2.h:
2469 * s/usg5-4.h:
2470 * s/vms.h: Remove references to unused variables.
c5e7567d 2471
bb658864
AS
24722008-07-10 Andreas Schwab <schwab@suse.de>
2473
2474 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
2475 pattern before matching the generic family.
2476
3d3db608
DN
24772008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2478
a0ce9ab7 2479 * unexec.c:
3460e0b9
DN
2480 * s/vms.h:
2481 * s/usg5-4-2.h:
2482 * s/sol2-5.h:
2483 * s/freebsd.h:
2484 * s/darwin.h: Remove dead code.
2485
ad76189a
DN
2486 * m/template.h:
2487 * m/sparc.h:
2488 * m/mips.h:
2489 * m/m68k.h:
2490 * m/iris4d.h:
2491 * m/intel386.h:
2492 * m/ibms390x.h:
2493 * m/ibms390.h:
2494 * m/ia64.h:
2495 * m/hp800.h:
2496 * m/arm.h:
2497 * m/amdx86-64.h: Remove dead code and references to unused
2498 and compiler defined symbols.
2499
d2b5bbda
DN
2500 * unexmips.c:
2501 * unexelf.c: Remove references to desupported systems.
2502
40dde9d1
DN
2503 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
2504
21133394
DN
2505 * m/powermac.h: Remove boilerplate comments.
2506 (NO_REMAP): Remove unused definition.
2507
3d3db608
DN
2508 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
2509 define them.
2510
c8e0e16d
KH
25112008-07-10 Kenichi Handa <handa@m17n.org>
2512
2513 * xfont.c (xfont_open): Log the reason of failure.
2514
3cba9369
SM
25152008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * fontset.c (fontset_get_font_group):
2518 * font.c (font_check_otf): Specify argument types.
2519
73353585
KH
25202008-07-09 Kenichi Handa <handa@m17n.org>
2521
0e17387a
KH
2522 * coding.c (detect_coding_utf_8): Set detect_info->found only when
2523 non-ASCII char is found.
2524
73353585
KH
2525 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
2526 (reorder_font_vector): Change the arg preferred_family to font.
2527 Prefer the spec matching with font.
2528 (fontset_get_font_group): New function.
2529 (fontset_find_font): Change the format of an element of a realized
2530 fontset. Use fontset_get_font_group.
2531 (fontset_font): Try the current fontset, the default fontset, the
10d1d0af 2532 fallbacks of the current fontset, and the fallbacks of the default
73353585
KH
2533 fontset in this order.
2534 (face_for_char): Delete the shortcut to use the current font.
2535 (fontset_from_font): Don't set fonts for Latin in the fontset.
2536
2537 * font.h (font_make_object, font_match_p): Adjust prototypes.
2538
2539 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
2540
2541 * font.c (font_make_object): New arg entity and pixelsize.
2542 (font_check_otf_features, font_check_otf): New functions.
2543 (font_match_p): Check :lang, :script, and :otf properties.
2544
2545 * xfont.c (xfont_open): Adjust it for the change of
2546 font_make_object.
e5d05978 2547 (xfont_text_extents): Fix initial setting of metrics.
73353585
KH
2548
2549 * ftfont.c (struct ftfont_info): New member index, delete member
2550 fc_charset_idx. Make the member order compatible with struct
2551 xftfont_info.
2552 (fc_charset_table): Change charset names to registry names.
2553 (ftfont_pattern_entity): Delete the args registry and
2554 fc_charset_idx. Change the value of :font-entity property
2555 to (FONTNAME . INDEX). Always set :registry property to
2556 `iso10646-1'.
2557 (struct ftfont_cache_data): New struct.
2558 (ftfont_lookup_cache): New arg for_face.
2559 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
2560 (ftfont_driver): Set the member otf_capability.
2561 (ftfont_get_charset): Adjust it for the change of
2562 fc_charset_table.
2563 (OTF_TAG_SYM): New macro.
2564 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
2565 for the change of fc_charset_table.
2566 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
2567 ftfont_pattern_entity. Add FC_INDEX to objset.
2568 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
2569 and ftfont_pattern_entity.
2570 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
2571 font_make_object, struct ftfont_info.
2572 (ftfont_has_char): Use ftfont_get_fc_charset.
2573 (ftfont_otf_features, ftfont_otf_capability): New functions.
2574 (ftfont_shape): Use ftfont_get_otf.
e5d05978 2575 (ftfont_text_extents): Fix initial setting of metrics.
73353585
KH
2576
2577 * xftfont.c (struct xftfont_info): New member ft_size. Make the
2578 member order compatible with struct ftfont_info.
2579 (xftfont_open): Add FC_CHARSET to the pattern. Set
2580 xftfont_info->ft_size. Don't unlock the face. Check BDF
2581 properties if appropriate.
2582 (xftfont_close): Unlock the face.
2583 (xftfont_anchor_point, xftfont_shape): Deleted.
2584 (syms_of_xftfont): Don't set members anchor_point and shape of
2585 xftfont_driver.
2586
2587 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
2588 font_make_object.
2589
2590 * w32font.c (w32font_open): Adjust it for the change of
2591 font_make_object.
2592 (w32font_open_internal): Don't set properties of font_object here.
2593
7f000038
CY
25942008-07-08 Chong Yidong <cyd@stupidchicken.com>
2595
830aab93
CY
2596 * macfns.c (x_create_tip_frame):
2597 * w32fns.c (x_create_tip_frame):
2598 * xfns.c (x_create_tip_frame): Pass parameter argument to
2599 face-set-after-frame-default.
2600
7f000038
CY
2601 * xfaces.c (Finternal_merge_in_global_face): Save merged
2602 attributes for the default face back into the face vector.
2603
85cf8992
AS
26042008-07-08 Andreas Schwab <schwab@suse.de>
2605
2606 * fontset.h: Declare fontset_from_font. Don't declare
2607 new_fontset_from_font and fontset_from_font_name.
2608 * xterm.c: Include "fontset.h".
2609 * Makefile.in (xterm.o): Update dependencies.
2610
4a00783e
GM
26112008-07-08 Glenn Morris <rgm@gnu.org>
2612
2613 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
2614 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
2615
4d2d5f5f
CY
26162008-07-07 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
2619 (x_set_frame_parameters): Don't bind it.
2620
dfe66c5b
JB
26212008-07-07 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * w32fns.c (map_w32_filename): Declare extern.
2624
ec7e221c
JR
26252008-07-07 Jason Rumney <jasonr@gnu.org>
2626
dfe66c5b 2627 * w32term.c (WS_EX_LAYERED): Define if not already.
ec7e221c 2628
fe5d61c4
CY
26292008-07-06 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * xfaces.c (set_font_frame_param): Don't try to set the font
2632 parameter if it is still unspecified in the lface.
2633
9204cb8b
CY
26342008-07-05 Chong Yidong <cyd@stupidchicken.com>
2635
0a143d3a
CY
2636 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
2637 face if it didn't already exist.
2638
9204cb8b
CY
2639 * xdisp.c (try_window_id): Give up if word-wrapping is on.
2640
6c95e70d
AS
26412008-07-05 Andreas Schwab <schwab@suse.de>
2642
dfe66c5b 2643 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6c95e70d 2644
59230395
CY
26452008-07-05 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
2648 word-wrapping.
2649 (IT_DISPLAYING_WHITESPACE): New macro.
2650 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
2651 when word-wrapping. Simplify word-wrapping logic. Use correct
2652 pixel positions when saving copies of the iterator.
2653 (display_line): Use proper wrap point if the last character on a
2654 line was preceded by whitespace.
2655
d7c664f3
SM
26562008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
2659
9ffc8a3a
KH
26602008-07-04 Kenichi Handa <handa@m17n.org>
2661
2662 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
2663
2664 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
2665
946598bf
JR
26662008-07-02 Jason Rumney <jasonr@gnu.org>
2667
d7c664f3
SM
2668 * xfns.c (syms_of_xfns): Only define x-select-font when both
2669 HAVE_FREETYPE and USE_GTK
946598bf 2670
d7c664f3
SM
2671 * xdisp.c (next_element_from_display_vector): Move assignment out
2672 of if statement.
946598bf 2673
6cf29fe8
JR
26742008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
2675
d7c664f3 2676 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6cf29fe8 2677
d7c664f3
SM
2678 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
2679 (syms_of_fileio): Initialize and export them.
2680 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6cf29fe8 2681
d7c664f3
SM
2682 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
2683 (Fsystem_move_file_to_trash): New function.
2684 (syms_of_w32fns): Export it to lisp.
6cf29fe8 2685
79ca7db1
JR
26862008-07-01 Jason Rumney <jasonr@gnu.org>
2687
d7c664f3
SM
2688 * w32font.c (w32font_text_extents): Don't count overhang as part
2689 of width.
79ca7db1 2690
c2786a3d 26912008-06-30 Miles Bader <miles@gnu.org>
c4f4682b
MB
2692
2693 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
2694 Add `avoid_cursor_p' field.
2695
2696 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
2697 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
2698 (append_glyph, append_composite_glyph, produce_image_glyph)
c2786a3d
JB
2699 (append_stretch_glyph): Initialize avoid_cursor_p.
2700 (get_it_property): Rename from `get_line_height_property'.
c4f4682b
MB
2701 (x_produce_glyphs): Use get_it_property.
2702 (handle_line_prefix, push_display_prop): New functions.
2703 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
c2786a3d
JB
2704 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
2705 New variables.
c4f4682b
MB
2706 (syms_of_xdisp): Initialize them.
2707
7d7ad10e
KH
27082008-06-30 Kenichi Handa <handa@m17n.org>
2709
2710 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
2711 XftDefaultSubstitute (they are called in XftFontMatch).
2712 (xftfont_open): Fix args to ftfont_font_format.
2713
2714 * ftfont.c (fc_charset_table): New member lang.
2715 (ftfont_resolve_generic_family): New arg pattern.
2716 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
2717 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
2718 (ftfont_open): Fix args to ftfont_font_format.
2719 (ftfont_font_format): New arg filename.
2720
44b754c7
CY
27212008-06-30 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * xfaces.c (Finternal_merge_in_global_face): If default face was
2724 modified, realize it again. Update the font face attribute.
2725
a4521b03
JR
27262008-06-29 Jason Rumney <jasonr@gnu.org>
2727
c2786a3d 2728 * w32term.c (x_set_frame_alpha): Fix logic.
a4521b03 2729
fe44f009
KH
27302008-06-29 Kenichi Handa <handa@m17n.org>
2731
2732 * fontset.c (Finternal_char_font): Return font-object instead of
2733 font-name.
2734
c2786a3d 2735 * composite.c (get_composition_id): Fix the width calculation for TAB.
fe44f009 2736
baed8445
SM
27372008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * indent.c (Fvertical_motion): Properly handle float column arg.
2740
8b61a891
JR
27412008-06-28 Jason Rumney <jasonr@gnu.org>
2742
baed8445
SM
2743 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
2744 (pfnSetLayeredWindowAttributes): New function pointer.
2745 (w32_initialize): Initialize it when supported.
2746 (x_set_frame_alpha): New function.
8b61a891 2747
baed8445
SM
2748 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
2749 (w32_frame_parm_handlers): Set alpha handler.
8b61a891 2750
baed8445 2751 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8b61a891 2752
57016d37
JR
27532008-06-27 Jason Rumney <jasonr@gnu.org>
2754
baed8445
SM
2755 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
2756 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
2757 (w32_to_x_charset, x_to_w32_charset)
2758 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2759 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2760 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2761 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2762 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2763 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2764 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
2765 (Qw32_charset_unicode): Remove.
2766 (syms_of_w32fns): Update for above changes.
2767
2768 * w32font.c (w32_to_x_charset, x_to_w32_charset)
2769 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2770 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2771 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2772 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2773 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2774 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2775 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
2776 (syms_of_w32font): Update for above changes.
57016d37 2777
d6bf1bdb
DN
27782008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2779
2780 * s/usg5-4.h: Fix previous change: keep the correct branch of a
2781 removed #if.
9fa1c445 2782 (USG_SHARED_LIBRARIES): Remove duplicate definition.
d6bf1bdb 2783
43db14bb
JB
27842008-06-26 Juanma Barranquero <lekktu@gmail.com>
2785 Eli Zaretskii <eliz@gnu.org>
2786
2787 * makefile.w32-in (LOCAL_FLAGS):
2788 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
2789
2790 * sysdep.c (_spawnlp, _getpid):
2791 Declare with explicit _cdecl instead of _CRTAPI1.
2792
2793 * editfns.c (Fget_internal_run_time):
2794 Check for WINDOWSNT with #ifdef, not #if.
2795
c35f9821
JR
27962008-06-26 Jason Rumney <jasonr@gnu.org>
2797
43db14bb 2798 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
c35f9821 2799
57016d37 2800 * w32term.c (x_draw_glyph_string_foreground)
43db14bb
JB
2801 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
2802 Use FONT_HANDLE macro.
2803 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
c35f9821 2804
57016d37 2805 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
43db14bb 2806 (uniscribe_encode_char): Use FONT_HANDLE macro.
c35f9821 2807
43db14bb
JB
2808 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
2809 (w32font_text_extents): Use precast w32_font.
2810 (w32font_close): Free cached metrics.
2811 (w32font_open_internal): Allocate space for name on stack.
c35f9821 2812
1f8ad719
CY
28132008-06-26 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * xdisp.c (extend_face_to_end_of_line): Fix last change.
2816
97e71655
JR
28172008-06-26 Jason Rumney <jasonr@gnu.org>
2818
43db14bb
JB
2819 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
2820 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
97e71655 2821
c9fc02c7
JB
28222008-06-26 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
2825
1b5defe6
JR
28262008-06-26 Jason Rumney <jasonr@gnu.org>
2827
c9fc02c7 2828 * w32bdf.c, w32bdf.h: Remove obsolete files.
1b5defe6 2829
c9fc02c7 2830 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1b5defe6 2831
c9fc02c7
JB
2832 * w32gui.h: Don't include w32bdf.h.
2833 (XCharStruct, enum w32_char_font_type, W32FontStruct):
2834 Remove obsolete font support.
1b5defe6 2835
c9fc02c7
JB
2836 * w32font.h (struct w32font_info): Remove compat_w32_font.
2837 Add hfont member.
2838 (FONT_COMPAT): Remove obsolete macro.
1b5defe6 2839
ba60bd44 2840 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
c9fc02c7 2841 (w32font_encode_char, w32font_text_extents): Use new hfont member.
ba60bd44 2842 (w32font_open_internal): Remove compat code. Set new hfont member.
c9fc02c7 2843 (Fx_select_font): Use new hfont member.
1b5defe6 2844
57016d37 2845 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
c9fc02c7 2846 (uniscribe_encode_char): Use new hfont member.
1b5defe6 2847
57016d37 2848 * w32term.c (x_draw_glyph_string_foreground)
c9fc02c7
JB
2849 (x_draw_composite_glyph_string_foreground): Use new hfont member.
2850 (x_draw_glyph_string): Use metrics in w32font_info.
1b5defe6 2851
1fc66bca
KH
28522008-06-26 Kenichi Handa <handa@m17n.org>
2853
2854 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
2855
f2a77c3a
DN
28562008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2857
2858 * unexnext.c:
2859 * m/ews4800.h:
2860 * m/hp9000s300.h:
2861 * m/ibm370aix.h:
2862 * m/mips-siemens.h:
2863 * m/ncr386.h:
2864 * m/next.h:
2865 * m/pmax.h:
2866 * m/powerpcle.h:
2867 * m/tandem-s2.h:
2868 * s/386bsd.h:
2869 * s/bsd386.h:
2870 * s/bsd4-1.h:
2871 * s/bsd4-2.h:
2872 * s/bsdos2-1.h:
2873 * s/bsdos2.h:
2874 * s/bsdos3.h:
2875 * s/bsdos4.h:
2876 * s/nextstep.h:
2877 * s/ultrix4-3.h:
2878 * s/usg5-0.h:
2879 * s/usg5-2-2.h:
2880 * s/usg5-2.h:
2881 * s/usg5-4-3.h:
2882 * s/ux4800.h:
2883 * s/uxpds.h:
2884 * s/uxpv.h: Remove support for obsolete systems.
2885 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
4342f814 2886 Remove, insert contents in s/hpux-10.20.h.
f2a77c3a 2887 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
4342f814 2888 Remove, insert contents in s/aix4-2.h.
f2a77c3a 2889 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
4342f814 2890 * s/bsd4-3.h: Rename to ...
f2a77c3a 2891 * s/bsd-common.h: ... this.
4342f814
JB
2892 * data.c:
2893 * doc.c:
2894 * ecrt0.c:
2895 * emacs.c:
2896 * fileio.c:
2897 * floatfns.c:
2898 * keyboard.c:
2899 * mem-limits.h:
2900 * print.c:
2901 * process.c:
2902 * sysdep.c:
2903 * syssignal.h:
2904 * systty.h:
2905 * syswait.h:
2906 * term.c:
2907 * unexec.c:
2908 * unexelf.c:
2909 * unexhp9k800.c:
2910 * m/hp800.h:
2911 * m/ibmrs6000.h:
2912 * m/mips.h:
2913 * m/vax.h:
2914 * s/darwin.h:
2915 * s/freebsd.h:
2916 * s/gnu.h:
2917 * s/ms-w32.h:
2918 * s/msdos.h:
2919 * s/netbsd.h:
2920 * s/template.h: Remove references to obsolete variables.
f2a77c3a
DN
2921
2922 * Makefile.in: Add dependencies for all unexec files.
2923 (admindir): Remove unused variable.
2924 (UNEXEC_SRC): Remove references.
2925
bd02793a
CY
29262008-06-25 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * xfns.c (x_default_font_parameter): If Xft is available, first
2929 try Monospace-12 for the default font.
2930
ccedd259
JR
29312008-06-25 Jason Rumney <jasonr@gnu.org>
2932
c9fc02c7 2933 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
ccedd259 2934
fbe062b7
SM
29352008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2936
603a0937
SM
2937 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
2938
fbe062b7
SM
2939 * buffer.c (syms_of_buffer): Remove default-word-wrap.
2940
69785ad0
JB
29412008-06-25 Juanma Barranquero <lekktu@gmail.com>
2942
2943 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
2944 <scroll-conservatively>: Fix typo in docstring.
2945
2946 * xselect.c (Fx_send_client_event): Doc fix.
2947
249e6f76
KH
29482008-06-25 Kenichi Handa <handa@m17n.org>
2949
34e97272
KH
2950 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
2951
2952 * font.c (font_parse_fcname): Remove unused variables.
69785ad0
JB
2953 (font_sort_entites): Delete the arg SPEC. Caller changed.
2954 Fix for the case of ! best_only.
34e97272
KH
2955 (font_delete_unmatched): Check DPI and AVGWIDTH too.
2956
249e6f76
KH
2957 * lisp.h (Fstring_to_unibyte): EXFUN it.
2958
69785ad0 2959 * character.h (str_to_unibyte): Extern it.
249e6f76
KH
2960
2961 * character.c (str_to_unibyte): New function.
2962
2963 * fns.c (Fstring_to_unibyte): New function.
2964 (syms_of_fns): Defsubr it.
2965
65c108e4
KH
29662008-06-24 Kenichi Handa <handa@m17n.org>
2967
2968 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
2969 DPI too.
2970 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
2971
4c3f18fe
AS
29722008-06-24 Andreas Schwab <schwab@suse.de>
2973
69785ad0 2974 * Makefile.in (${lispsource}loaddefs.el): Rename from
4c3f18fe 2975 ../lisp/loaddefs.el.
fd13748d
AS
2976 (bootstrap-clean): Do what distclean does but don't remove
2977 Makefile.
2978 (distclean): Depend on bootstrap-clean and remove Makefile.
4c3f18fe 2979
faa6190f
CY
29802008-06-24 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * buffer.h (struct buffer): New member word_wrap.
2983
2984 * buffer.c (syms_of_buffer): New variables default-word-wrap and
2985 word-wrap.
2986 (init_buffer_once): Initialize them.
2987
2988 * dispextern.h (struct it): Replace bool truncate_lines_p with a
2989 line_wrap enum possessing three possible values.
2990
2991 * termopts.h: Replace truncate_partial_width_windows with
2992 Vtruncate_partial_width_windows.
2993
2994 * dispnew.c (direct_output_for_insert): Avoid direct output when
2995 inserting a space with word wrap on.
2996
2997 * indent.c (compute_motion): Obey integer values of
2998 truncate-partial-width-windows.
2999
3000 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
3001 replacing truncate_partial_width_windows.
3002 (init_iterator): If Vtruncate_partial_width_windows is an integer,
3003 truncate only if the window width is below that integer.
ba60bd44 3004 (start_display, resize_mini_window, produce_stretch_glyph)
faa6190f
CY
3005 (display_string, move_it_in_display_line_to): Use line_wrap.
3006 (back_to_previous_visible_line_start, reseat_1): Reset
3007 string_from_display_prop_p.
3008 (display_line): Extend default face to end of line when wrapping.
3009
30102008-06-24 Kim F. Storm <storm@cua.dk>
3011
3012 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
3013 to wrap continued lines at word boundaries.
3014
c3bb5465
JR
30152008-06-24 Jason Rumney <jasonr@gnu.org>
3016
69785ad0
JB
3017 * font.c (Ffont_face_attributes): Multiply pixel size before point
3018 conversion to avoid multiplying rounding error.
c3bb5465 3019
0b07ad98
JR
30202008-06-23 Jason Rumney <jasonr@gnu.org>
3021
f245f2c6
JB
3022 * w32term.c (x_draw_glyph_string_background)
3023 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 3024
69785ad0 3025 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 3026
22459668
KH
30272008-06-22 Kenichi Handa <handa@m17n.org>
3028
3029 * font.c (font_find_for_lface): Try the adstyle specified in
3030 the property of LFACE_FONT of LFACE (if any).
3031
d925a426 30322008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 3033 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
3034
3035 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
3036
b4945b95
SM
30372008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
3040 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
3041 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
3042 (witness-emacs): Remove.
3043 (lisp, shortlisp): Move loaddefs.el earlier.
3044 (mostlyclean): Forget about witness-emacs.
3045
64124279
GM
30462008-06-22 Glenn Morris <rgm@gnu.org>
3047
3048 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 3049 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 3050
768efd84
SM
30512008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * Makefile.in (PRECOMP): Remove.
3054 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
3055 (witness-emacs): Run `compile-first'.
3056 (.el.elc): Use the new compile-onefile target.
3057
808dd567
KH
30582008-06-21 Kenichi Handa <handa@m17n.org>
3059
3060 * xftfont.c (xftfont_open): Handle QCembolden only when
3061 FC_EMBOLDEN is defined.
3062
0de59eae
AS
30632008-06-21 Andreas Schwab <schwab@suse.de>
3064
3065 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 3066 (.el.elc): Likewise.
0de59eae 3067
fb38e9c9
MB
30682008-06-21 Miles Bader <miles@gnu.org>
3069
3070 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
3071 build dir, not the lisp source dir.
3072
fc46d219
SM
30732008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
3076 (bootstrapclean): Remove.
3077 (.el.elc): New rule.
3078 (PRECOMP): New var.
3079 (../lisp/subdirs.el): Remove.
3080 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
3081 (witness-emacs): New target.
3082 (mostlyclean): Remove witness-emacs as well.
3083 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
3084 Add witness-emacs dependency.
3085
eaf1f6e7
CY
30862008-06-20 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
3089 defined by the font.
3090
49f6eb95
SM
30912008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
3094 (bootstrap-clean): New target that keeps TAGS around.
3095 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
3096 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
3097
4c100a01
JR
30982008-06-20 Jason Rumney <jasonr@gnu.org>
3099
49f6eb95
SM
3100 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
3101 Remove obsolete font code.
db61a7f8 3102
49f6eb95
SM
3103 * w32font.c (font_matches_spec): Use csb bitfield from font signature
3104 to determine language support.
4c100a01 3105
759d3f32
SM
31062008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * sysdep.c (cfsetspeed): New fun extracted from the code.
3109 (cfmakeraw): Move before first use.
3110
25241b4d
SM
31112008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
3112
3113 * sysdep.c (cfmakeraw): Provide fallback implementation.
3114 (serial_configure): Provide fallback implementation of cfsetspeed.
3115
d7afccca
KH
31162008-06-20 Kenichi Handa <handa@m17n.org>
3117
dc2226d0
KH
3118 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
3119 the pattern.
3120
9b9cd864
KH
3121 * fontset.c (fontset_from_font): Copy font_spec before changing
3122 the elements.
3123
d7afccca
KH
3124 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
3125
770e2e6e
SM
31262008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3127
10d1d0af 3128 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
770e2e6e
SM
3129 for explicit `font' parameters.
3130
3131 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
3132
22e64f7c
KH
31332008-06-19 Kenichi Handa <handa@m17n.org>
3134
3135 * frame.c: Include <ctype.h>.
3136 (x_set_font_backend): Allow spacing characters in the X resource
3137 for FontBackend.
3138
27129af9
SM
31392008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * w32fns.c, xfns.c (Qfont_param): New var.
3142 (syms_of_w32fns): Initialize it.
22e64f7c
KH
3143 (x_default_font_parameter): Record explicit `font' into
3144 `font-parameter'.
27129af9 3145
d26424c5
KH
31462008-06-18 Kenichi Handa <handa@m17n.org>
3147
3148 * font.c (font_parse_xlfd): Fix previous change.
3149 (font_parse_fcname): Don't use :fc-unknown-spec.
10d1d0af 3150 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
d26424c5
KH
3151 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
3152 (font_add_log): Prepend the driver name to the resulting fonts.
3153
3154 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
3155 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
3156 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
3157
3158 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
3159 (QCembolden): New variables.
3160 (syms_of_xftfont): DEFSYM them.
3161 (xftfont_open): Call XftFontMatch. Don't trust the result of
3162 XftTextExtents8 if the pixel_size is less than 5.
3163
51cf11be
AS
31642008-06-18 Andreas Schwab <schwab@suse.de>
3165
f245f2c6 3166 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
3167 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
3168
07d9ba9b
JR
31692008-06-18 Jason Rumney <jasonr@gnu.org>
3170
27129af9 3171 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 3172
4342f814 3173 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 3174
0c36bc4e
CY
31752008-06-17 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
3178 unknown-spec list. For known key symbols, intern using correct
3179 symbol name.
0c36bc4e 3180
70d6ecc6
KH
31812008-06-17 Kenichi Handa <handa@m17n.org>
3182
3183 * xfaces.c (realize_default_face): If the frame is not on window
3184 system, set the fontset of face to nil.
3185
821bc4db
KH
31862008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
3187
f245f2c6 3188 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 3189
3554e566
JB
31902008-06-16 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
3193 (build_font_name_from_vector): Delete externs.
3194
3195 * xfaces.c (struct font_name): Don't declare.
3196
93eed26b
SM
31972008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
3200
d756bcd0
CY
32012008-06-16 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
3204
7a18a178
JB
32052008-06-16 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 3208 (Ffont_face_attributes): Doc fix.
7a18a178 3209
6f568955
AS
32102008-06-16 Andreas Schwab <schwab@suse.de>
3211
3212 * font.c (Ffont_face_attributes): Fix definition.
3213
3ef8c1b4
JR
32142008-06-16 Jason Rumney <jasonr@gnu.org>
3215
93eed26b 3216 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 3217
93eed26b
SM
3218 * font.c (font_style_symbolic_from_value): Remove.
3219 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 3220
93eed26b
SM
3221 * w32font.c (w32_to_fc_weight): New function.
3222 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 3223
5e634ec9
KH
32242008-06-16 Kenichi Handa <handa@m17n.org>
3225
3226 * font.c (font_check_object): Delete it.
3227 (font_clear_cache): Check if a font-object is alive.
3228 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
3229 font-object to nil.
3230 (font_close_object): Don't check FONT_CLOSE_OBJECT.
3231 (font_at): Don't call font_check_object.
2babb359 3232 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 3233
6409a955
KY
32342008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3235
3236 * puresize.h (BASE_PURESIZE): Increase to 1230000.
3237
ce4eaddb
CY
32382008-06-16 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
3241
523dbe64
CY
32422008-06-15 Chong Yidong <cyd@stupidchicken.com>
3243
54b2ab27 3244 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
3245 (font_unparse_fcname): Handle data in family and foundry indices
3246 as symbols, not strings.
3247 (font_unparse_gtkname, Ffont_face_attributes): New functions.
3248
54b2ab27 3249 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
3250
3251 * font.h (font_unparse_gtkname): Add prototype.
3252
9f296082
KH
32532008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
3254
54b2ab27 3255 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 3256
3306c6dc
AS
32572008-06-15 Andreas Schwab <schwab@suse.de>
3258
3259 * font.c (font_update_drivers): Fix crash when no drivers match.
3260
a099c27a
SM
32612008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
3264 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
3265
a8aa344d
SM
32662008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
3269
a879ee6f
SM
32702008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * process.c (Fserial_process_configure, Fprocess_send_eof):
3273 Use EQ to compare Lisp_Objects.
3274
6fe9826d
JR
32752008-06-13 Jason Rumney <jasonr@gnu.org>
3276
a879ee6f 3277 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 3278
a879ee6f
SM
3279 * w32font.c (logfont_to_fcname): New function.
3280 (Fx_select_font): New font dialog function compatible with
3281 GTK/fontconfig version.
6fe9826d 3282
a879ee6f
SM
3283 * font.c (font_style_symbolic_from_value): New function.
3284 (font_style_symbolic): Use it.
6fe9826d 3285
a879ee6f 3286 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 3287
17ab8f5d
JB
32882008-06-13 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
3291 <font-width-table>: Fix typos in docstrings.
3292
d888760c
GM
32932008-06-13 Daniel Engeler <engeler@gmail.com>
3294
3295 These changes add serial port access.
3296 * process.c: Add HAVE_SERIAL.
3297 (Fdelete_process, Fprocess_status, Fset_process_buffer)
3298 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
3299 (list_processes_1, select_wrapper, Fstop_process)
3300 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
3301 (status_notify): Modify to handle serial processes.
3302 [HAVE_SERIAL] (Fserial_process_configure)
3303 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
3304 New functions.
3305 * process.h (struct Lisp_Process): Add `type'.
3306 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
3307 New functions.
3308 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
3309 serial ports.
3310 (serial_open, serial_configure) New functions.
3311 * w32.h: Add FILE_SERIAL.
3312 (struct _child_process): Add ovl_read, ovl_write.
3313
f4cc0153
KH
33142008-06-13 Kenichi Handa <handa@m17n.org>
3315
3316 * dispextern.h (enum lface_attribute_index): New member
3317 LFACE_FOUNDRY_INDEX.
3318
3319 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 3320 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 3321 style symbols.
7a18e381 3322 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
3323 order of font-driver to scores.
3324 (font_list_entities): Don't check alternate_familes here.
3325 (font_clear_prop): Handle foundry.
3326 (font_update_lface): Don't parse "foundry-family" form here.
3327 Handle FONT_FOUNDRY_INDEX.
3328 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 3329 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 3330 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 3331 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
3332 (free_font_driver_list): Delete it.
3333 (font_update_drivers): Preserve the order of backends.
3334 (syms_of_font): Setting of sort_shift_bits adjusted for the change
3335 of font_score and font_sort_entites.
3336 (font_update_sort_order): Likewise.
3337
3338 * xfaces.c (LFACE_FOUNDRY): New macro.
3339 (check_lface_attrs): Check foundry.
7a18e381 3340 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
3341 (merge_face_vectors): Check foundry.
3342 (merge_face_ref): Likewise.
3343 (Finternal_set_lisp_face_attribute): Likewise.
3344 (x_update_menu_appearance): Likewise.
3345 (Finternal_get_lisp_face_attribute): Likewise.
3346 (lface_hash): Likewise.
3347 (lface_same_font_attributes_p): Likewise.
3348 (x_supports_face_attributes_p): Likewise.
3349 (tty_supports_face_attributes_p): Likewise.
3350 (Finternal_set_alternative_font_family_alist): Intern strings.
3351 (Finternal_set_alternative_font_registry_alist): Downcase strings.
3352 (realize_default_face): Set LFACE_FOUNDRY (lface).
3353
3354 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
3355 font-driver at first.
3356
3357 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
3358
d434fef5 33592008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
3360
3361 * lread.c (Fload): Use xfree, not free on saved_doc_string.
3362
9c5e177e
JM
33632008-06-12 Jim Meyering <meyering@redhat.com>
3364
d434fef5 3365 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
3366 * unexmacosx.c (unexec_free): Ignore a NULL argument.
3367
2afc21f5
SM
33682008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * character.h (CHAR_TO_BYTE_SAFE): New macro.
3371 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
3372 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
3373 (WEAK_ALIAS): Simplify.
3374 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
3375 when searching a unibyte buffer.
3376
76c0de62
CY
33772008-06-12 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * xfns.c (Fx_select_font): Rename from x-font-dialog.
3380
0500dcc9
JB
33812008-06-12 Juanma Barranquero <lekktu@gmail.com>
3382
3383 * w32font.c: Include ctype.h.
3384
f42adef6
JR
33852008-06-11 Jason Rumney <jasonr@gnu.org>
3386
2afc21f5
SM
3387 * w32font.c (w32font_encode_char): Detect missing glyphs that are
3388 misreported as space.
3389 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
3390 as aliases for registry iso10646-1.
f42adef6 3391
4b7cdc0e
SM
33922008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * buffer.c (clone_per_buffer_values): Skip `name'.
3395
cc02ebe1
CY
33962008-06-11 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * font.c (font_parse_fcname): Fix last change; accept decimal
3399 points in font size.
3400
351ccb76
JR
34012008-06-10 Jason Rumney <jasonr@gnu.org>
3402
0500dcc9
JB
3403 * w32uniscribe.c (add_opentype_font_name_to_list):
3404 Skip non unicode fonts.
351ccb76 3405
f473ed6f
CY
34062008-06-10 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * xfns.c (Fx_font_dialog): New function.
3409
5d6333d5 3410 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
3411 xg_file_response_callback.
3412 (pop_down_dialog): Rename from pop_down_file_dialog.
3413 (xg_get_file_name): Callers changed.
3414 (xg_get_font_name): New function.
3415
5d6333d5 3416 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 3417
2a3bd2e1
SM
34182008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
3421 x_underline_minimum_display_offset.
3422 (syms_of_xdisp): Declare it here rather than in xterm.c.
3423 * dispextern.h (underline_minimum_offset): Declare it.
3424 * w32term.c (x_draw_glyph_string): Use it.
3425 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
3426 (syms_of_xterm): Don't declare it any more.
3427 (x_draw_glyph_string): Adjust to the new name.
3428
d5dc6163
SM
34292008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
3430
3431 * xterm.c (x_underline_minimum_display_offset): New var.
3432 (x_draw_glyph_string): Use it.
3433 (syms_of_xterm): Declare it.
3434
0abdd197
CY
34352008-06-10 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * font.c (font_parse_fcname): Accept GTK-style font names too.
3438
a1562258
SM
34392008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3440
928b5acc
SM
3441 * dired.c (file_name_completion): Don't return t if the match is exact
3442 but with different capitalization.
3443 * minibuf.c (Ftry_completion): Simplify.
3444
a1562258
SM
3445 * window.c (Vwindow_point_insertion_type): New var.
3446 (set_window_buffer): Use it.
3447 (syms_of_window): Init and export it to Lisp.
3448
9552dbd1
KH
34492008-06-10 Kenichi Handa <handa@m17n.org>
3450
3451 * font.h (font_intern_prop): Prototype adjusted.
3452
3453 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
3454 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
3455 Adjust for the change of font_intern_prop.
9552dbd1 3456
a1562258
SM
3457 * ftfont.c (ftfont_pattern_entity):
3458 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
3459 (w32_registry):
3460 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
3461 the change of font_intern_prop.
3462
8993ad2e
JB
34632008-06-09 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * w32menu.c (digest_single_submenu): Declare extern.
3466
0c2258fc
JR
34672008-06-09 Jason Rumney <jasonr@gnu.org>
3468
a1562258 3469 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 3470
a1562258
SM
3471 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
3472 (parse_single_submenu): Remove.
3473 (digest_single_submenu): Remove.
3474 (syms_of_w32menu): Don't initialise variables that have moved
3475 to menu.c.
3476 (set_frame_menubar): Sync with version in xmenu.c.
3477 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 3478
8993ad2e
JB
3479 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
3480 Make static again.
0c2258fc 3481
02246cb8
JR
34822008-06-09 Jason Rumney <jasonr@gnu.org>
3483
8993ad2e
JB
3484 Changes to w32 files related to the move of common menu code
3485 to menu.c on 2008-06-08 by Chong Yidong.
3486
3487 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
3488 defs to w32gui.h.
3489 (single_keymap_panes, push_menu_item, push_menu_pane):
3490 Make globally visible.
3491
d434fef5
JB
3492 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
3493 (local_free, malloc_widget_value, free_widget_value)
3494 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
3495 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
3496 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 3497 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 3498 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
3499 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
3500 (init_menu_items, finish_menu_items, discard_menu_items)
3501 (grow_menu_items, push_submenu_start, push_submenu_end)
3502 (push_left_right_boundary, push_menu_pane, push_menu_item)
3503 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 3504 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
3505 (update_submenu_strings): Remove functions.
3506 (xmalloc_widget_value): Remove and declare extern.
3507
3508 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
3509 (OBJ1): Build it.
3510
3511 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
3512 (local_heap, local_alloc, local_free, malloc_widget_value)
3513 (free_widget_value): Define here.
02246cb8 3514
9e1bb909
KH
35152008-06-09 Kenichi Handa <handa@m17n.org>
3516
366664ad
KH
3517 * font.h (Qascii_0): Extern it.
3518
9e1bb909
KH
3519 * font.c (Qascii_0): New variable.
3520 (syms_of_font): DEFSYM it.
3521 (font_open_by_name): If the registry "iso8859-1" fails, try also
3522 "ascii-0".
3523
3524 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
3525
b2ee479e
KH
35262008-06-08 Kenichi Handa <handa@m17n.org>
3527
8f440b79 3528 * .gdbinit (xfont): New command.
b2ee479e 3529
01ef9d36
AS
35302008-06-08 Andreas Schwab <schwab@suse.de>
3531
a4240420
AS
3532 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
3533 * Makefile.in (menu.o): Update dependencies.
3534
0181bf66 3535 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
3536 * emacs.c (main): Always call syms_of_menu.
3537 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
3538
c07cbae6
CY
35392008-06-08 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * Makefile.in: Compile menu.c.
3542
3543 * lisp.h: Declare syms_of_menu.
3544
3545 * emacs.c (main): Call syms_of_menu.
3546
3547 * keyboard.h: Relocate platform-independent menu definitions from
3548 xmenu.c.
3549
3550 * menu.c: New file. Relocate platform-independent menu
904d8c69 3551 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
3552
3553 * xmenu.c: Remove platform-independent menu definitions.
3554 (menu_items menu_items_inuse, menu_items_allocated)
3555 (menu_items_used, menu_items_n_panes)
3556 (menu_items_submenu_depth): Move to keyboard.h.
3557 (init_menu_items, finish_menu_items, unuse_menu_items)
3558 (discard_menu_items, restore_menu_items, save_menu_items)
3559 (grow_menu_items, push_submenu_start, push_submenu_end)
3560 (push_left_right_boundary, push_menu_pane, push_menu_item)
3561 (keymap_panes, single_keymap_panes, single_menu_item)
3562 (list_of_panes, list_of_items, find_and_call_menu_selection)
3563 (xmalloc_widget_value, free_menubar_widget_value_tree)
3564 (parse_single_submenu, digest_single_submenu)
3565 (update_submenu_strings): Move to menu.c.
3566
4958ed94
SM
35672008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
3570
408b8ab4
MB
35712008-06-06 Miles Bader <miles@gnu.org>
3572
3573 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
3574 face, not frame default.
3575
87478b52
SM
35762008-06-05 Martin Rudalics <rudalics@gmx.at>
3577
3578 * window.c (pop_up_windows, pop_up_frames)
3579 (display_buffer_reuse_frames, Vpop_up_frame_function)
3580 (Vdisplay_buffer_function, Veven_window_heights)
3581 (Vspecial_display_buffer_names, Vspecial_display_regexps)
3582 (Vspecial_display_function, Vsame_window_buffer_names)
3583 (Vsame_window_regexps, split_height_threshold)
3584 (Vsplit_window_preferred_function): Move those vars to window.el.
3585 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
3586 (Fdisplay_buffer): Move those functions to window.el.
3587 (syms_of_window): Remove corresponding declarations.
3588 (display_buffer): New function.
3589 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
3590 * dispnew.c (Flast_nonminibuf_frame): New function.
3591 * buffer.c (Fpop_to_buffer): Move to window.el.
3592
9e0e0d77
SM
35932008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
3596
4a485df8
KH
35972008-06-05 Kenichi Handa <handa@m17n.org>
3598
3599 * coding.c (detect_coding): Fix previous change.
3600 (detect_coding_system): Likewise.
3601
8ba31f36
SM
36022008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3603
c0dc8f64
SM
3604 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
3605
8ba31f36
SM
3606 * keymap.c (Vminibuffer_local_filename_must_match_map):
3607 Rename from Vminibuffer_local_must_match_filename_map.
3608 (syms_of_keymap):
3609 * minibuf.c (Fcompleting_read): Adjust accordingly.
3610 * commands.h: Rename declaration as well.
3611
7740d2c7
KH
36122008-06-05 Kenichi Handa <handa@m17n.org>
3613
e7438ece
KH
3614 * font.c (Ffont_spec): Don't use font_parse_family_registry for
3615 family name.
3616 (Ffont_put): Likewise.
3617
3618 * fontset.c (fontset_find_font): Call font_open_for_lface with the
3619 current font-spec.
3620
7740d2c7
KH
3621 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
3622 is unspecified.
3623
3624 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
3625 are the same as those of default face, realize a new fontset from
3626 default->fontset.
9e0e0d77 3627 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 3628
c876b227
SM
36292008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
3632 (move_it_in_display_line): New wrapper.
3633
3634 * window.c (window_scroll_pixel_based_preserve_x)
3635 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
3636 (window_scroll_pixel_based, window_scroll_line_based):
3637 Use them to preserve column positions.
3638 (syms_of_window): Initialize them.
3639
3640 * indent.c (Fvertical_motion): Extend first arg to allow passing an
3641 (HPOS . VPOS) pair.
3642
3643 * dispextern.h (move_it_in_display_line): Declare.
3644
927abf37
JB
36452008-06-05 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
3648 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
3649 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
3650
9d14503e
JB
36512008-06-04 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * window.c (Fset_window_parameter): Doc fix.
3654 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
3655
e6841c3b
JB
36562008-06-04 Joakim Verona <joakim@verona.se>
3657
3658 * window.h (struct window): Add new member window_parameters.
3659
3660 * window.c (Fwindow_parameters, Fwindow_parameter)
3661 (Fset_window_parameter): New defuns.
3662 (syms_of_window): Defsubr the new defuns.
3663 (make_window): Initialize window_parameters to nil.
3664
4ba50634
JPW
36652008-06-04 John Paul Wallington <jpw@pobox.com>
3666
3667 * eval.c (Fdefmacro): Doc fix.
3668
c0e16b14
KH
36692008-06-04 Kenichi Handa <handa@m17n.org>
3670
3671 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 3672 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
3673 (detect_coding_system): Fix handling of coding->head_ascii.
3674
0615d903
AS
36752008-06-03 Andreas Schwab <schwab@suse.de>
3676
3677 * font.c (font_prop_validate_spacing): Fix last change.
3678
8a1816bb
KH
36792008-06-03 Kenichi Handa <handa@m17n.org>
3680
eea9c5c4
KH
3681 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
3682 (font_parse_fcname): Fix handling of unknown key.
3683
3684 * xfont.c (xfont_list): Try an alias.
3685
8a1816bb
KH
3686 * charset.c (char_charset): Return NULL if the arg charset_list is
3687 specified and C doesn't belong to any of them.
3688
2f593f4c 36892008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
3690
3691 * font.c (font_pixel_size): Don't take cdr of an integer.
3692
c2cd06e6
JM
36932008-06-02 Jim Meyering <meyering@redhat.com>
3694
70fdbb46
JM
3695 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
3696 * alloc.c (xfree): Return right away for a NULL arg.
3697 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
3698 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
3699 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
3700 (create_apple_event_from_drag_ref, cfstring_create_normalized):
3701 Likewise.
70fdbb46
JM
3702 * doprnt.c (doprnt1): Likewise.
3703 * frame.c (frame): Likewise.
3704 * keyboard.c (wipe_kboard): Likewise.
1f204af3 3705 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
3706 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
3707 * term.c (tty_default_color_capabilities, maybe_fatal)
3708 (delete_tty): Likewise.
3709 * w16select.c (string): Likewise.
3710 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
3711 * w32bdf.c (w32_free_bdf_font): Likewise.
3712 * w32fns.c (w32_unload_font): Likewise.
3713 * w32font.c (w32font_close): Likewise.
3714 * window.c (size_window): Likewise.
3715 * xselect.c (receive_incremental_selection): Likewise.
3716 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
3717 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
3718 * w32.c (stat): Likewise.
3719
2f593f4c 3720 Remove useless if-before-free tests.
70fdbb46
JM
3721 * editfns.c (Fset_time_zone_rule): Likewise.
3722 * lread.c (nosuffix): Likewise.
3723 * ralloc.c (get_bloc): Likewise.
3724 * regex.c (reg_free): Likewise.
3725 * xftfont.c (xftfont_open, xftfont_close): Likewise.
3726 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
3727 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 3728
4fc1984a
KH
37292008-06-02 Kenichi Handa <handa@m17n.org>
3730
1d1e1245
KH
3731 * font.c (font_find_for_lface): Handle float font size.
3732 (font_open_for_lface): Likewise.
3733
4fc1984a
KH
3734 * xfaces.c (x_supports_face_attributes_p): Check face->font before
3735 comparing the properties.
3736
aee986fd
JR
37372008-06-01 Jason Rumney <jasonr@gnu.org>
3738
e6841c3b
JB
3739 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
3740 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
3741 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
3742 Don't add empty script list.
3743 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 3744
60a3d7ee
DN
37452008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3746
aee986fd 3747 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
3748 ".." has been used elsewhere in the file for a long time.
3749 (LIBXT_STATIC): Remove conditional based on unused variable.
3750
f2cec7a9
MB
37512008-06-01 Miles Bader <miles@gnu.org>
3752
3753 * xfaces.c (Vface_remapping_alist): New variable.
3754 (syms_of_xfaces): Initialize it.
3755 (enum named_merge_point_kind): New type.
3756 (struct named_merge_point): Add `named_merge_point_kind' field.
3757 (push_named_merge_point): Make cycle detection respect different
3758 named-merge-point kinds.
c876b227 3759 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
3760 Remove face-name alias resolution.
3761 (lface_from_face_name): New definition using
3762 `lface_from_face_name_no_resolve'.
c876b227 3763 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
3764 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
3765 (get_lface_attributes): New definition that layers face-remapping on
3766 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
3767 (lookup_basic_face): New function.
3768 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
3769 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
3770 `get_lface_attributes'.
3771 (face_at_buffer_position): Use `lookup_basic_face' to lookup
3772 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
3773 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
3774
3775 * xdisp.c (init_iterator): Pass base_face_id through
3776 `lookup_basic_face' when we actually use it as a face-id.
3777 (handle_single_display_prop): Use `lookup_basic_face' to lookup
3778 DEFAULT_FACE_ID.
3779
3780 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
3781 lookup the initial face-id.
3782
3783 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
3784
518c0b83
JB
37852008-06-01 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
3788 (Fremove_text_properties): Fix typos in docstrings.
3789
719b3d63
KH
37902008-05-31 Kenichi Handa <handa@m17n.org>
3791
e4c93315
KH
3792 * font.c (font_list_entities): Fix the car part of data to be
3793 stored in the cache.
3794
719b3d63
KH
3795 * ftfont.c (ftfont_font_format): Don't use strcasestr.
3796
d0827857
SM
37972008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
3800 Add a `test' argument so another predicate than `equal' can be used.
3801 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
3802 (map_char_table): Remove unused vars `c' and `i'.
3803 * lisp.h (Foptimize_char_table): Adjust declaration.
3804 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
3805
a266686a
KH
38062008-05-30 Kenichi Handa <handa@m17n.org>
3807
d0827857 3808 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
3809 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
3810 defined.
3811
fd9440c5
SM
38122008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
3815 (Fmake_variable_frame_local): Disallow mixing buffer-local and
3816 frame-local settings for the same variable.
3817
fd2ae9b2
KH
38182008-05-30 Kenichi Handa <handa@m17n.org>
3819
9e0e0d77 3820 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
3821 (syms_of_fontset): Delete defsubr of Sfont_info.
3822
3823 * font.c (font_style_to_value, font_score): Delete casting of the
3824 args to xstcasecmp.
3825 (register_font_driver): Increment num_font_drivers only when
3826 registering the driver globally.
9e0e0d77 3827 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
3828 (syms_of_font): Defsubr Sfont_info.
3829
eaf11618
KH
38302008-05-29 Kenichi Handa <handa@m17n.org>
3831
3832 * coding.h (enum define_coding_utf8_arg_index): New enum.
3833 (enum coding_attr_index): Change coding_attr_utf_16_bom to
3834 coding_attr_utf_bom.
fd9440c5
SM
3835 (enum utf_bom_type): Rename from utf_16_bom_type.
3836 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
3837 (struct coding_system): Add utf_8_bom in `spec' union.
3838
3839 * coding.c (CODING_UTF_8_BOM): New macro.
3840 (enum coding_category): Delete coding_category_utf_8, add
3841 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
3842 coding_category_utf_8_sig.
3843 (CATEGORY_MASK_UTF_8): Delete it.
3844 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
3845 (CATEGORY_MASK_UTF_8_SIG): New macros.
3846 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
3847 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
3848 CATEGORY_MASK_UTF_8_SIG.
3849 (CATEGORY_MASK_UTF_8): New macro.
3850 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
3851 (detect_coding_utf_8): Check BOM.
3852 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 3853 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
3854 (encode_coding_utf_16): Likewise.
3855 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
3856 (detect_coding, detect_coding_system): Handle utf-8-auto.
3857 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
3858 (syms_of_coding): Fix setting up of Vcoding_category_table.
3859
891bd142
SM
38602008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * process.c (Faccept_process_output): If `millisec' is non-nil,
3863 `seconds' default to 0.
3864 (wait_reading_process_output): Also return non-nil if we read output
3865 from a non-running process.
3866
1519d52e
JR
38672008-05-29 Jason Rumney <jasonr@gnu.org>
3868
fd9440c5
SM
3869 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
3870 `raster' specified.
3871 (add_font_entity_to_list): Allow non-opentype truetype fonts back
3872 in the uniscribe backend, but disallow any font that has no
3873 unicode subrange support.
1519d52e 3874
d5ab09cd
JB
38752008-05-29 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
3878 Fix typos in docstrings.
3879
a4eec626
KH
38802008-05-29 Kenichi Handa <handa@m17n.org>
3881
3882 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 3883 (Fx_family_fonts): Set frame correctly.
a4eec626 3884
a6e0b7e5
JR
38852008-05-28 Jason Rumney <jasonr@gnu.org>
3886
d5ab09cd 3887 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 3888
6b3d752c
SM
38892008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
3892 calling build_annotations.
3893
c3f9fba8
JB
38942008-05-28 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * coding.c (Fdecode_coding_region, Fencode_coding_region)
3897 (Fencode_coding_string):
3898 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
3899 <latin-extra-code-table>: Fix typos in docstrings.
3900 (syms_of_coding) <coding-system-alist>: Doc fix.
3901 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
3902
00c670e1
KH
39032008-05-28 Kenichi Handa <handa@m17n.org>
3904
b75d7f28
KH
3905 * fontset.c (Ffont_info): Don't call font_close_object.
3906
3907 * font.c (font_parse_family_registry): Use Ffont_put to validate
3908 foundry and family.
3909 (font_delete_unmatched): Don't check spacing.
3910 (font_list_entities): Add spacing to the spec to list fonts.
3911
3912 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 3913 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 3914
00c670e1
KH
3915 * coding.c (encode_coding_raw_text): Fix previous change.
3916 (encode_coding_object): When the dst_object is a buffer and is
3917 different from src_object, move gap to PT.
3918
45feca91
CY
39192008-05-27 Chong Yidong <cyd@stupidchicken.com>
3920
c3f9fba8 3921 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 3922
5dd5d9eb
SM
39232008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3924
01d45367
SM
3925 * coding.c (encode_coding_raw_text): Set coding->produced_char for
3926 all branches. Compute it differently.
3927
5dd5d9eb
SM
3928 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
3929
9c623c85
JB
39302008-05-27 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
3933 into "else if () ... else ...".
3934
943f2093
JR
39352008-05-27 Jason Rumney <jasonr@gnu.org>
3936
5dd5d9eb
SM
3937 * w32font.c (w32font_open_internal): Determine if glyph indices
3938 are likely to work here.
943f2093 3939
7385fe74
CY
39402008-05-27 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
3943 draw overlap glyphs with appropriate highlighting.
3944
4f64a164
KH
39452008-05-27 Kenichi Handa <handa@m17n.org>
3946
3947 * xfont.c (xfont_open): Fix calculation of font->average_width.
3948
1fb5aad7
SM
39492008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * casefiddle.c (casify_object): Try to guess better whether the
3952 argument is a byte or a char.
3953
f8eb1603
AS
39542008-05-26 Andreas Schwab <schwab@suse.de>
3955
1fb5aad7
SM
3956 * xselect.c (x_reply_selection_request): Properly handle format == 32.
3957 Always send multiples of format size.
5a9c35e5 3958
f8eb1603
AS
3959 * xterm.c (x_set_frame_alpha): Fix type mismatch.
3960
ba93d684
JR
39612008-05-26 Jason Rumney <jasonr@gnu.org>
3962
1fb5aad7
SM
3963 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
3964 (compute_metrics): Don't set failure if we just cleared the cache.
3965 (w32_weight_table): Remove unused variable.
3966 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
3967 backwards compatibility.
ba93d684 3968
505ecc49
KH
39692008-05-25 Kenichi Handa <handa@m17n.org>
3970
1fb5aad7
SM
3971 * w32term.c (x_draw_glyph_string):
3972 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
3973
3974 * xfaces.c: Delete unused function prototypes.
3975 (xstrlwr, font_frame): Delete them.
3976 (clear_face_cache): Delete unused variable.
3977
1fb5aad7
SM
3978 * xftfont.c (xftfont_open): Delete unused variable.
3979 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
3980
3981 * ftxfont.c (ftxfont_open): Delete unused variable.
3982
3983 * fontset.c (face_for_char): Optimize for the case of no charset
3984 property.
3985
3986 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
3987 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
3988 (otf_open, font_otf_capability, generate_otf_features)
3989 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 3990 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
3991 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
3992 (syms_of_font): Codes for accessing above commented out.
3993
f481eb31
EZ
39942008-05-24 Eli Zaretskii <eliz@gnu.org>
3995
3996 * w32proc.c: Include dispextern.h.
3997
3998 * w32.c: Include dispextern.h.
3999
20746fe4
JB
40002008-05-23 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
4003 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
4004 Fix typos in docstrings.
4005
e7150846
JR
40062008-05-23 Jason Rumney <jasonr@gnu.org>
4007
20746fe4 4008 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 4009
dbf46ba6
KH
40102008-05-23 Kenichi Handa <handa@m17n.org>
4011
6c652beb
KH
4012 * charset.c (Qemacs, charset_emacs): New variables.
4013 (char_charset): Fix for non-Unicode characters.
4014 (syms_of_charset): Define charset_emacs.
4015
baf4d3b3 4016 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
4017 s->underline_thickness and s->underline_position. Be sure to draw
4018 underline within the current line area.
baf4d3b3
KH
4019
4020 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 4021 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 4022 underline within the current line area.
baf4d3b3 4023
dbf46ba6
KH
4024 * fontset.c: Delete unused variables and add casting for char *
4025 throughout the file.
4026 (fontset_font): Try the fallback fonts of the current fontset
4027 before consulting the default fontset.
4028
4029 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
4030
9e0e0d77 4031 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 4032
3b780338
JR
40332008-05-22 Jason Rumney <jasonr@gnu.org>
4034
20746fe4 4035 * font.c: Don't include strings.h.
577eba22 4036
9e0e0d77 4037 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 4038
20746fe4
JB
4039 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
4040 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
4041 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
4042 to call xstrcasecmp.
05131107 4043
b1722a46 4044 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 4045
b1722a46 4046 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 4047
b1722a46 4048 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 4049
b1722a46 4050 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 4051
a30e1957
KH
40522008-05-22 Kenichi Handa <handa@m17n.org>
4053
20746fe4 4054 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 4055
20746fe4 4056 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
4057 change of font_style_table.
4058
a30e1957
KH
4059 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
4060 two args.
4061
4062 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
4063 two args.
4064
631248e5
SM
40652008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * minibuf.c (keys_of_minibuf): Delete.
4068 * lisp.h (keys_of_minibuf): Delete.
4069 * emacs.c (main): Don't call keys_of_minibuf.
4070
318548be
KH
40712008-05-22 Kenichi Handa <handa@m17n.org>
4072
631248e5 4073 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
4074 ftfont_list_generic_family. Return a single family for each
4075 generic family.
4076 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
4077 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
4078 Call font_add_log.
318548be
KH
4079 (ftfont_match): Call font_add_log.
4080
4081 * font.h (Ffont_xlfd_name): EXFUN adjusted.
4082 (FONT_DEBUG): Define it.
4083 (font_add_log): Extern it.
631248e5 4084 (font_assert): Rename from xassert.
318548be
KH
4085
4086 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
4087 (xfont_list_family): Call font_add_log.
4088 (xfont_match): Likewise.
631248e5 4089 (memq_no_quit): Delete.
318548be
KH
4090
4091 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
4092 call of Ffont_xlfd_name.
4093
4094 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 4095 (swidth_table): Move to font.c.
318548be
KH
4096
4097 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 4098 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
4099 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
4100 New variables.
631248e5
SM
4101 (struct table_entry): Move from xfaces.c and modified.
4102 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 4103 contents adjusted for the change of struct table_entry.
20746fe4 4104 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 4105 format change of font_style_table.
318548be
KH
4106 (font_parse_family_registry): Don't overwrite existing foundry and
4107 family of font_spec.
4108 (font_score): Fix calculation of diff for sizes.
4109 (font_sort_entites): Call font_add_log.
4110 (font_delete_unmatched): Return a newly created list.
4111 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
4112 (font_matching_entity, font_open_entity, font_close_entity):
4113 Call font_add_log.
318548be 4114 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 4115 (Finternal_set_font_style_table): Delete.
318548be
KH
4116 (BUILD_STYLE_TABLE): New macro.
4117 (build_style_table): New function.
4118 (Vfont_log, font_log_env_checked): New variables.
4119 (font_add_log): New function.
4120 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
4121 Declare Lisp variables "font-weight-table", "font-slant-table",
4122 "font-width-table", and "font-log". Initialize font_style_table.
4123
6aac1c03
DN
41242008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
4125
bcc850aa 4126 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 4127
7950790f
GM
41282008-05-21 Seiji Zenitani <zenitani@mac.com>
4129 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 4130
7950790f 4131 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 4132 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 4133 (x_set_alpha): New function.
a2979e8e 4134
7950790f 4135 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 4136
7950790f
GM
4137 * xfns.c (x-create-frame, Qalpha):
4138 Initialize the frame parameter `alpha'.
b9fb2c45
GM
4139 * xterm.c (OPAQUE, OPACITY): New.
4140 (x_set_frame_alpha): New function.
4141 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 4142
7950790f
GM
4143 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
4144 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 4145
5c2a72d9
JR
41462008-05-20 Jason Rumney <jasonr@gnu.org>
4147
20746fe4
JB
4148 * w32font.c (add_font_entity_to_list): Don't add non-opentype
4149 truetype fonts to opentype list.
5c2a72d9 4150
eb152aa9
JB
41512008-05-20 Juanma Barranquero <lekktu@gmail.com>
4152
4153 * fontset.c (Ffontset_info): Doc fix.
4154 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
4155 <ignore-relative-composition>: Fix typos in docstrings.
4156
4157 * font.c (syms-of-font) <font-encoding-alist>:
4158 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
4159 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
4160 (Ffont_otf_alternates): Doc fixes.
4161
ad00e1a3
KH
41622008-05-20 Kenichi Handa <handa@m17n.org>
4163
4164 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
4165 font.h through out the file.
9e0e0d77 4166 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 4167 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
4168 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
4169
4170 * emacs.c (main): Call syms_of_font unconditionally.
4171
4172 * font.h (find_font_encoding): Extern it.
4173
9e0e0d77 4174 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
4175 fontset.c.
4176 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
4177 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
4178 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
4179 only when HAVE_WINDOW_SYSTEM is defined.
4180 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
4181 when HAVE_WINDOW_SYSTEM is defined.
4182
9e0e0d77
SM
4183 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
4184 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
4185
4186 * xfaces.c: Include font.h unconditionally.
4187 (merge_face_ref, merge_face_vectors)
4188 (Finternal_set_lisp_face_attribute): Cancel the previous change.
4189
40a69fac
SM
41902008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
4193 indirect_variable.
4194 * eval.c (lisp_indirect_variable): New fun.
4195 (Fuser_variable_p): Use it.
4196
8c2dccbf
SM
41972008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4198
ad97b375
SM
4199 * lisp.h (indirect_variable):
4200 * data.c (indirect_variable, let_shadows_buffer_binding_p):
4201 Use Lisp_Symbol pointers rather than Lisp_Object.
4202 Adjust callers.
4203 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
4204 To this end, change calling-convention.
4205
8c2dccbf
SM
4206 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
4207 if some non-hidden buffers are selected by string&pred.
4208
ad97b375
SM
42092008-05-19 Chong Yidong <cyd@stupidchicken.com>
4210
4211 * process.c (wait_reading_process_output): Always check status
4212 when in batch mode.
4213
25b81df4
KH
42142008-05-19 Kenichi Handa <handa@m17n.org>
4215
4216 * font.c (font_list_entities): Fix handling of cache.
4217 (font_matching_entity): Likewise.
4218
8c2dccbf 4219 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 4220 (ft_face_cache): New variable.
1f204af3 4221 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 4222 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
4223 (fc_charset_table): New variable.
4224 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
4225 . FC_CHARSET_IDX) as :font-entity property in the font entity.
4226 Callers changed.
dde8403f 4227 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
4228 (ftfont_spec_pattern): New argument fc_charset_idx.
4229 Check registry more rigidly. Change callers.
a2979e8e 4230 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
4231 change of :font-entity property of the font.
4232
a2979e8e 4233 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
4234 property of the font.
4235
d4a1d553
JB
42362008-05-18 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * coding.c (Fcoding_system_p): Rename argument to match docstring.
4239 (Funencodable_char_position, Fcheck_coding_systems_region)
4240 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
4241 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
4242 (Ffind_operation_coding_system, Fset_coding_system_priority)
4243 (Fcoding_system_eol_type): Doc fixes.
4244
07cfc4e7
GM
42452008-05-17 Glenn Morris <rgm@gnu.org>
4246
4247 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
4248
1cab27d2
EZ
42492008-05-16 Eli Zaretskii <eliz@gnu.org>
4250
4251 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
4252 and st_gid.
4253
dde8403f 4254 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
4255 HAVE_WINDOW_SYSTEM is not defined.
4256
4257 * xfaces.c (merge_face_ref, merge_face_vectors)
4258 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
4259 HAVE_WINDOW_SYSTEM is defined.
4260 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
4261
86b89713
SM
42622008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
4265
6750bd93
YM
42662008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4267
62867b11 4268 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 4269
79f105c9
KH
42702008-05-15 Kenichi Handa <handa@m17n.org>
4271
4272 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
4273 preference.
4274
6b33da9f
GM
42752008-05-15 Glenn Morris <rgm@gnu.org>
4276
4277 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
4278
d0e4433b
CY
42792008-05-15 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * fns.c (init_fns): Don't initialize weak_hash_tables here.
4282 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
4283
4284 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
4285
5f2d79e0
KH
42862008-05-15 Kenichi Handa <handa@m17n.org>
4287
fd8a1cae
KH
4288 * ftfont.c (ftfont_list): Downcase family name to check generic
4289 families.
4290
4291 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
4292 font-spec for QCfont value.
4293
5f2d79e0
KH
4294 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
4295 buffer. Check the return value of it.
4296
e5e29349
JR
42972008-05-14 Jason Rumney <jasonr@gnu.org>
4298
4299 * w32term.c (w32_get_glyph_overhangs): Remove.
4300 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
4301
1f09f444
KH
43022008-05-14 Kenichi Handa <handa@m17n.org>
4303
4304 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
4305 (font_clear_cache): Check if the cached vector of entities is nil
4306 or not.
1f09f444 4307
ecae6af9 43082008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
4309
4310 * emacs.c (main_thread): Conditionalize on
4311 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
4312 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
4313
4314 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
4315 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
4316 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
4317
c6b278e7
KH
43182008-05-14 Kenichi Handa <handa@m17n.org>
4319
4320 * coding.c (detect_coding_iso_2022): Ignore a coding category that
4321 has no corresponding coding system.
4322
43232008-05-14 Jason Rumney <jasonr@gnu.org>
4324
4325 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
4326
4327 * w32font.h (w32font_open_internal): Update declaration.
4328
4329 * w32font.c (w32font_open_internal): Change last argument from
4330 w32font_info struct to font object. Fill in font object from
4331 font_entity. Get Outline metrics if possible. Use them to
4332 calculate underline position and thickness. Use xlfd name as name
4333 property. Don't set codepage.
4334 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 4335 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
4336 (w32font_draw): Use s->font.
4337 (clear_cached_metrics): Don't clear non-existent blocks.
4338
4339 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
4340 font was not found.
a879ee6f 4341 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
4342
4343 * w32uniscribe.c (uniscribe_open): Pass font_object to
4344 w32font_open_internal.
4345
43462008-05-14 Kenichi Handa <handa@m17n.org>
4347
4348 These changes are to delete all legacy font-handling codes, and
4349 make Emacs use only font-backends.
4350
4351 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
4352 (frame.o, image.o, print.o): Depend on $(FONTSRC).
4353
4354 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
4355
4356 * charset.h (Vcharset_non_preferred_head)
4357 (Vcurrent_iso639_language): Extern them.
4358
4359 * charset.c (Vcharset_non_preferred_head): New variable.
4360 (Vcurrent_iso639_language): New variable.
4361 (syms_of_charset): Declare it as a Lisp variable.
4362 (char_charset): Don't check non preferred charsets. As a last
4363 resort, return charset_unicode.
4364 (Fset_charset_priority): Update Vcharset_non_preferred_head.
4365
4366 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
4367 conditionals. Don't check enable_font_backend. Delete all codes
4368 used only when USE_FONT_BACKEND is not defined.
4369
4370 * dispextern.h (struct glyph_string): Change type of `font' to
4371 `struct font *'.
4372 (struct glyph_string): New member underline_position and
4373 underline_thickness.
4374 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
4375 (struct face): Change type of `font' to `struct font *'. Remove
4376 members `font_name', `font_info_id'.
4377 (per_char_metric, encode_char): Delete externs.
4378 (calc_pixel_width_or_height): Adjust the prototype.
4379
4380 * emacs.c (enable_font_backend): Delete extern.
4381 (main): Don't set enable_font_backend. Don't check the command
4382 line argument "-disable-font-backend".
4383
4384 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
4385 (enum font_property_index): New members FONT_DPI_INDEX,
4386 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
4387 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
4388 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
4389 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
4390 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
4391 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
4392 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
4393 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
4394 (struct font_spec, struct font_entity): New structs.
4395 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
4396 (struct font): Many members from old "struct font_info" moved to
4397 here. Members font and entity deleted.
4398 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
4399 the new font-related objects.
4400 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
4401 (CHECK_FONT_GET_OBJECT): Likewise.
4402 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
4403 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
4404 (struct font_driver): New members case_sensitive anc check. Type
4405 of the member list and open changed.
4406 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
4407 (font_symbolic_width, font_find_object, font_get_spec)
4408 (font_set_lface_from_name): Delete extern.
20746fe4 4409 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
4410
4411 * font.c: Include <strings.h>.
4412 (enable_font_backend): Delete it.
4413 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
4414 (CHECK_VALIDATE_FONT_SPEC): Delete it.
4415 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
4416 (null_string): Delete it.
4417 (null_vector): Make it static.
4418 (font_family_alist): Delete it.
4419 (Qnormal): Extern it.
4420 (QCextra, QClanguage): Delete it.
1f204af3 4421 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
4422 (font_make_spec, font_make_entity, font_make_object)
4423 (font_intern_prop): Renamed from intern_downcase. Don't downcase
4424 the string. Callers changed.
4425 (font_pixel_size): Adjusted for the format change of font-related
4426 objects.
4427 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
4428 (font_style_to_value, font_style_symbolic): New function.
4429 (build_font_family_alist): Delete it.
4430 (font_registry_charsets): Use Fassoc_string instead of
4431 assq_no_quit.
4432 (font_prop_validate_symbol): Don't return null_string.
4433 (font_prop_validate_style): Adjusted for the change of
4434 style-related values in a font vector.
20746fe4 4435 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
4436 QCantialias, add entries for QCavgwidth.
4437 (get_font_prop_index): Delete the 2nd argument FROM.
4438 (font_prop_validate): Arguments changed.
4439 (font_put_extra): Adjusted for the change of font-related objects.
4440 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
4441 (font_parse_fcname, font_unparse_fcname)
4442 (font_prepare_composition): Likewise.
4443 (font_parse_family_registry): Renamed from font_merge_old_spec.
4444 (otf_open): Delete the 1st arg entity.
4445 (font_otf_capability): Adjusted for the above change.
4446 (font_score): New arg alternate_families. Adjusted for the change
4447 of font-related objects.
4448 (font_sort_entites): New arg best_only.
4449 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
4450 Delete them.
4451 (font_match_p): Check alternate families.
4452 (font_find_object): Delete it.
4453 (font_check_object): New function.
c3f9fba8 4454 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
4455 (font_delete_unmatched): New arg.
4456 (font_list_entities): Call font_driver->list with a spec that
4457 doesn't specify style-related properties.
4458 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 4459 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
4460 (font_close_object, font_has_char, font_encode_char)
4461 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
4462 (font_spec_from_name, font_clear_prop, font_update_lface):
4463 New functions.
4464 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
4465 (font_prepare_for_face, font_done_for_face, font_open_by_name)
4466 (font_at): Adjusted for the change of font-related objects.
4467 (font_range): New function.
4468 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 4469 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
4470 (Fcopy_font_spec, Fmerge_font_spec): New function.
4471 (Ffont_family_list): Renamed from list-families.
4472 (Finternal_set_font_style_table): Arguments changed.
4473 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
4474 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
4475 change of font-related objects.
c3f9fba8 4476 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 4477
3554e566 4478 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
4479 struct font.
4480 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
4481 (enum FONT_SPEC_INDEX): Delete it.
4482 (font_info, list_fonts_func, load_font_func, query_font_func)
4483 (set_frame_fontset_func, find_ccl_program_func)
4484 (get_font_repertory_func, new_fontset_from_font_name): Delete
4485 externs.
4486 (fontset_from_font_name): Extern it.
4487 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
4488 (FONT_INFO_FROM_FACE): Deleted.
4489 (face_for_font): Adjust prototype.
4490
4491 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
4492 conditionals. Don't check enable_font_backend. Delete all codes
4493 used only when USE_FONT_BACKEND is not defined.
4494 (get_font_info_func, list_font_func, load_font_func)
4495 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
4496 (get_font_repertory_func): Delete them.
4497 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
4498 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
4499 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
4500 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
4501 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
4502 (fontset_compare_rfontdef): New function.
4503 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
183080b6 4504 rfont-defs by qsort. Adjusted for the change of font-group vector.
c6b278e7
KH
4505 (load_font_get_repertory): Deleted.
4506 (fontset_find_font): Use new macros to ref/set elements of
4507 font-def and rfont-def.
4508 (fontset_font): Fix the timing of remembering that no font for C.
4509 (free_face_fontset): Do nothing if the face has no fontset.
4510 (face_suitable_for_char_p): Use new macros to ref/set elements of
4511 rfont-def.
4512 (face_for_char): Likewise. Call face_for_char with font_object.
4513 (fs_load_font): Delete. Delete #pragma surrounding it.
4514 (fs_query_fontset): Use strcasecmp instead of strcmp.
4515 (generate_ascii_font_name): Adjusted for the format change of
4516 font-spec.
4517 (Fset_fontset_font): Likewise. Use new macros to set elements of
4518 font-def.
4519 (Fnew_fontset): Use font_unparse_xlfd to generate
4520 FONTSET_ASCII (fontset).
4521 (new_fontset_from_font_name): Deleted.
4522 (fontset_from_font): Renamed from new_fontset_from_font. Check if
4523 a fontset is already created for the font. FIx updating of
4524 Vfontset_alias_alist.
4525 (fontset_ascii_font): Deleted.
4526 (Ffont_info): Adjusted for the format change of font-spec.
4527 (Finternal_char_font): Likewise.
4528 (Ffontset_info): Likewise.
4529 (syms_of_fontset): Don't check load_font_func.
4530
4531 * fns.c (internal_equal): Handle PREV_FONT.
4532
4533 * frame.h: Delete USE_FONT_BACKEND conditional.
4534
4535 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
4536 conditionals. Don't check enable_font_backend. Delete all codes
4537 used only when USE_FONT_BACKEND is not defined.
4538 (x_set_font): Call x_new_font, not x_new_fontset2.
4539 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
4540 already set for the frame.
4541
4542 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
4543 a font-entity by font_make_entity. Use font_intern_prop instead
4544 of intern_downcase. Use FONT_SET_STYLE to set a style-related
4545 font property. If a font is scalable, set avgwidth property to 0.
4546 Set font-entity property by font_put_extra.
4547 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
4548 (ffont_driver): Adjusted for the change of struct font_driver.
4549 (ftfont_spec_pattern): New function.
4550 (ftfont_list): Return a list, not vector.
4551 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
4552 (ftfont_list_family): Don't downcase names.
4553 (ftfont_free_entity): Deleted.
183080b6 4554 (ftfont_open): Return a font-object. Adjusted for the change of
c6b278e7
KH
4555 struct font. Get underline_thickness and underline_position from
4556 font property. Don't update dpyinfo->smallest_font_height and
4557 dpyinfo->smallest_char_width.
4558 (ftfont_close): Don't free `struct font'.
4559 (ftfont_has_char): Adjusted for the format change of font-entity.
4560 (ftfont_encode_char, ftfont_text_extents): Likewise.
4561
4562 * ftxfont.c (ftxfont_list): Return a list, not vector.
183080b6 4563 (ftxfont_open): Return a font-object. Adjusted for the change of
c6b278e7
KH
4564 struct font. Get underline_thickness and underline_position from
4565 font property. Don't update dpyinfo->smallest_font_height and
4566 dpyinfo->smallest_char_width.
10d1d0af 4567 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
c6b278e7
KH
4568 (ftxfont_draw): Adjusted for the change of struct font.
4569
4570 * image.c (image_ascent): Don't include "charset.h". Include
4571 "character.h" and "font.h".
4572
4573 * lisp.h (enum pvec_type): New member PREV_FONT.
4574 (Fassoc_string): EXFUN it.
4575
4576 * print.c: Include font.h.
4577 (print_object): Handle font-related objects.
4578
4579 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
4580 conditionals. Don't check enable_font_backend. Delete all codes
4581 used only when USE_FONT_BACKEND is not defined.
4582 (handle_auto_composed_prop): Do nothing if it->f is not on a
4583 window system. Check how many following characters can be
4584 displayed by the same font.
4585 (calc_pixel_width_or_height): Type of the 4th arg is changed to
4586 'struct font *'.
4587 (get_char_face_and_encoding): Assign the whole encoding task to
4588 the `encode-char' method of a font driver.
4589 (fill_composite_glyph_string): Adjusted for the change of `struct
4590 face' and `struct glyph_string'.
4591 (fill_glyph_string): Likewise.
4592 (get_per_char_metric): Arguments changed.
4593 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
4594 and `struct glyph_string'.
4595 (produce_stretch_glyph, calc_line_height_property)
4596 (x_produce_glyphs): Likewise.
4597
4598 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
4599 conditionals. Don't check enable_font_backend. Delete all codes
4600 used only when USE_FONT_BACKEND is not defined. Use
4601 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
4602 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
4603 (Qp): Extern them.
4604 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
4605 Deleted.
4606 (struct font_name): Deleted.
4607 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
4608 (compare_fonts_by_sort_order): New function.
4609 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
4610 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
4611 Deleted.
4612 (Fx_family_fonts): Use font_list_entities, and sort fonts by
4613 compare_fonts_by_sort_order.
4614 (Fx_font_family_list): Call Ffont_family_list.
4615 (face_numeric_value, face_numeric_weight, face_numeric_slant)
4616 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
4617 (face_symbolic_slant, face_symbolic_swidth)
4618 (split_font_name_into_vector, build_font_name_from_vector)
4619 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
4620 (font_rescale_ratio, split_font_name, build_font_name)
4621 (free_font_names, sort_fonts, x_face_list_fonts)
4622 (face_font_available_p, sorted_font_list, cmp_font_names)
4623 (font_list_1, concat_font_list, font_list, remove_duplicates):
4624 Deleted.
4625 (Fx_list_fonts): Use Ffont_list.
4626 (LFACE_AVGWIDTH): Deleted.
4627 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
4628 by FONTP.
4629 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
4630 (set_lface_from_font_name): Delete it.
4631 (set_lface_from_font): Renamed from
4632 set_lface_from_font_and_fontset. Caller changed. Don't set
4633 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
4634 for face.
c3f9fba8
JB
4635 (merge_face_vectors): Copy font-spec if necessary.
4636 Clear properties of the font-spec if necessary.
c6b278e7
KH
4637 (merge_face_ref): Clear properties of the font-spec if necessary.
4638 (Finternal_set_lisp_face_attribute): Likewise.
4639 (set_font_frame_param): Use font_load_for_lface to load a
4640 font-object, and call Fmodify_frame_parameters with it.
4641 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
4642 font name by Ffont_xlfd_name.
4643 (Finternal_lisp_face_attribute_values): Don't check QCweight,
4644 QCslant, and QCwidth.
4645 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
4646 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
4647 Compare fonts by EQ.
4648 (lookup_non_ascii_face): Deleted.
4649 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
4650 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
4651 Check atomic font properties by case insensitive.
c6b278e7
KH
4652 (realize_non_ascii_face): Set face->overstrike correctly.
4653 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
4654 (dump_realized_face): Get font name from
4655 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
4656
4657 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
4658 conditionals. Don't check enable_font_backend. Delete all codes
4659 used only when USE_FONT_BACKEND is not defined.
4660 (xic_create_xfontset): Original code deleted and renamed from
4661 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
4662 (x_make_gc): Don't set GCFont in GCs.
4663 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
4664 opened by "fixed".
4665 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
4666 find_ccl_program_func, query_font_func, set_frame_fontset_func,
4667 get_font_repertory_func.
4668
4669 * xfont.c: Include <stdlib.h> and "ccl.h".
4670 (struct xfont_info): New structure.
4671 (xfont_query_font): Deleted.
4672 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
4673 moved from xterm.c.
4674 (xfont_driver): Adjusted for the change of struct font_driver.
4675 (compare_font_names): New function.
4676 (xfont_list_pattern): Sort font names case insensitively. Make
4677 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
4678 (xfont_list): Return a list, not vector.
4679 (xfont_match): If the font doesn't have QCname property, generate
4680 a name from the other font properties.
183080b6 4681 (xfont_open): Return a font-object. Adjusted for the change of
c6b278e7
KH
4682 struct font. Get underline_thickness and underline_position from
4683 font property. Don't update dpyinfo->smallest_font_height and
4684 dpyinfo->smallest_char_width.
4685 (xfont_close): Don't free struct font.
4686 (xfont_prepare_face): Adjusted for the change of struct font.
4687 (xfont_done_face): Deleted.
4688 (xfont_has_char): Adjusted for the change of struct font.
4689 (xfont_encode_char, xfont_draw): Likewise.
4690 (xfont_check): New function.
4691
4692 * xftfont.c (xftfont_list): Adjusted for the change of `list'
4693 callback function.
10d1d0af 4694 (xftfont_match): Adjusted for the format change of font-entity.
c6b278e7
KH
4695 (xftfont_open): Adjusted for the format change of font-entity and
4696 font-object. Adjusted for the change of struct font. Return a
4697 font-object. Don't update dpyinfo->smallest_font_height and
4698 dpyinfo->smallest_char_width.
4699 (xftfont_close): Block input while calling XftFontClose.
4700 (xftfont_prepare_face): Don't block input while calling
4701 xftfont_get_colors. Adjusted for the change of struct font.
4702 (xftfont_shape): Return value of error case fixed.
4703
4704 * xrdb.c (x_load_resources): Don't setup a fontset resource.
4705
4706 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
4707 conditionals.
4708 (FONT_WIDTH): Return (f)->max_width.
4709 (struct x_display_info): Delete member `font'.
4710 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
4711 (x_find_ccl_program, x_get_font_repertory): Delete externs.
4712 (struct x_output): Change type of `font' to `struct font *'.
4713
4714 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
4715 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 4716 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
4717 (x_per_char_metric, x_encode_char): Deleted.
4718 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
4719 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 4720 `struct face'.
c6b278e7
KH
4721 (x_draw_glyph_string_foreground)
4722 (x_draw_composite_glyph_string_foreground): Likewise.
4723 (x_draw_glyph_string): Likewise. Use font->underline_position and
4724 font->underline_thickness.
4725 (x_new_font): Renamed from x_new_fontset2.
4726 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
4727 (x_check_font): Call `check' method of a font driver.
4728 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
4729 (x_query_font, x_get_font_repertory): Deleted.
4730 (x_find_ccl_program): Renamed and moved to xfont.c.
4731 (x_redisplay_interface): Adjusted for the change of `struct
4732 redisplay_interface'.
4733
4734 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
4735 conditionals. Don't check enable_font_backend. Delete all codes
4736 used only when USE_FONT_BACKEND is not defined. Surround non-used
4737 code by "#ifdef OLD_FONT" and "endif".
4738 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
4739
4740 * w32font.h (struct w32font_info): New member.
4741 (FONT_COMPAT): New macro.
4742 (w32font_open_internal): Prototype adjusted.
4743
4744 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
4745 OLD_FONT" and "endif".
4746
4747 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
4748 conditionals. Don't check enable_font_backend. Delete all codes
4749 used only when USE_FONT_BACKEND is not defined.
4750 (w32font_open): Return a font-object. Make a font-object by
4751 font_make_object. Adjusted for the change of struct w32font_info.
4752 (w32font_close): Don't free struct font. Adjusted for the change
4753 of struct w32font_info.
4754 (w32font_encode_char, w32font_text_extents, w32font_draw):
4755 Adjusted for the change of struct w32font_info.
4756 (w32font_draw): Likewise.
4757 (w32font_list_internal): Return a list, not vector.
4758 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 4759 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
4760 (add_font_name_to_list): Don't downcase names.
4761 (w32_enumfont_pattern_entity): Make a font-entity by
4762 font_make_entity. Adjusted for the format change of font-entity.
4763 Use FONT_SET_STYLE to set a style-related font property. If a
4764 font is scalable, set avgwidth property to 0. Set font-entity
4765 property by font_put_extra.
c3f9fba8 4766 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
4767 (w32_weight_table, w32_decode_weight): New variables.
4768 (w32_encode_weight): New function.
4769 (fill_in_logfont): Adjusted for the format change of font-spec.
4770 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
4771 weight value.
4772 (w32font_driver): Adjusted for the change of struct font_driver.
4773
4774 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 4775 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
4776 code by "#ifdef OLD_FONT" and "endif".
4777 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
4778 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
4779
4780 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
4781 conditionals. Don't check enable_font_backend. Delete all codes
4782 used only when USE_FONT_BACKEND is not defined. Surround non-used
4783 code by "#ifdef OLD_FONT" and "endif".
4784
4785 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
4786 (uniscribe_open): Return value changed to font-object.
4787 Adjusted for the format change of font-object.
4788 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
4789 (add_opentype_font_name_to_list): Don't downcase names.
4790 (uniscribe_font_driver): Adjusted for the change of struct
4791 font_driver.
4792
f9d4c199
CY
47932008-05-13 Chong Yidong <cyd@stupidchicken.com>
4794
4795 * dispnew.c (update_frame_1): Check if tty output is still valid
4796 before flushing it.
4797
44f249c0
JD
47982008-05-13 Jan Djärv <jan.h.d@swipnet.se>
4799
4800 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
4801 to Gtk+ menus.
4802
01bb4018
SM
48032008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4804
3271a8f5
SM
4805 * dired.c (file_name_completion): Tweak the code so as to always do it
4806 in a single pass. Tighten the scope of some variables.
4807
01bb4018
SM
4808 * dired.c (Qdefault_directory): New var.
4809 (file_name_completion): Use it instead of Fexpand_file_name.
4810 (syms_of_dired): Initialize it.
4811
728bb8e0
SM
48122008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * fileio.c (double_dollars): Remove dead code.
4815
ed4c17bb
EZ
48162008-05-10 Eli Zaretskii <eliz@gnu.org>
4817
6c5665e9
EZ
4818 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
4819 Mention w32-get-true-file-attributes in doc string.
4820
ed4c17bb
EZ
4821 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
4822
71e1f69d
GM
48232008-05-09 Glenn Morris <rgm@gnu.org>
4824
4825 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
4826 2008-04-23.
4827
ee7a2e7a
EZ
48282008-05-09 Eli Zaretskii <eliz@gnu.org>
4829
8aaaec6b
EZ
4830 Support for reporting owner and group of each file on MS-Windows:
4831 * dired.c (stat_uname, stat_gname): New functions, with special
4832 implementation for w32.
4833 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
4834
ee7a2e7a
EZ
4835 * w32.c: Rename the_passwd_* to dflt_passwd_*.
4836 (dflt_group_name): New static variable.
728bb8e0 4837 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
4838 (init_user_info): Init dflt_group fields. Get user's group name
4839 from LookupAccountSid.
8aaaec6b
EZ
4840 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
4841 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
4842 New initialization states.
4843 (globals_of_w32): Initialize them to zero. Initialize the default
4844 group name to "None".
4845 (GetFileSecurity_Name): New global var, the name of the function
4846 to call for GetFileSecurity.
4847 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
4848 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
4849 (get_file_security, get_security_descriptor_owner)
4850 (get_security_descriptor_group, is_valid_sid)
4851 (get_file_security_desc, get_rid, get_name_and_id)
4852 (get_file_owner_and_group): New functions.
4853 (stat): Use get_file_security_desc and get_file_owner_and_group to
4854 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
4855 high 32 bits of file's size, now that st_size is 64-bit wide.
4856 Fix test when to get true file attributes.
8aaaec6b
EZ
4857 (init_user_info): Use get_rid instead of equivalent inline code.
4858 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 4859
b199c436
CY
48602008-05-09 Chong Yidong <cyd@stupidchicken.com>
4861
4862 * image.c (png_load): Use correct bit-depth for setting background
4863 color.
4864
86914123
EZ
48652008-05-08 Eli Zaretskii <eliz@gnu.org>
4866
4867 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
4868 epa-hook.elc.
4869
67b5d7de
JB
48702008-05-08 Juanma Barranquero <lekktu@gmail.com>
4871
4872 * font.c (Ffont_match_p): Don't use `iff' in docstring.
4873
1a111394
DN
48742008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * macfns.c (Fx_create_frame): Make a copy of frame parameters
4877 because the original parameters are in pure storage now.
4878 (mac_window): Remove unused params. Update callers.
4879
6d77fa95
SM
48802008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4881
7a3d90dc
SM
4882 * lread.c (substitute_object_recurse): Use lower-level primitives.
4883 Don't signal errors when traversing sub-char-tables.
4884 Don't loop over all the possible characters when traversing char-tables.
4885
6d77fa95
SM
4886 * print.c (print_preprocess): Add sub-char-tables to the print-table,
4887 just like we do in print.c.
4888
140eb764
SM
48892008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * minibuf.c (Ftry_completion): Remove code left over from when we used
4892 scmp instead of Fcompare_strings.
4893
e9184ccb
JB
48942008-05-04 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
4897
0e9378b3
YM
48982008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4899
4900 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
4901 Create bitmap context in native byte order.
4902
f67e15be
MB
4903 * macterm.c (XDrawLine)
4904 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
4905 context in native byte order.
064032d0 4906
f67e15be 49072008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
4908
4909 * config.in: Regenerate.
4910
4911 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
4912 New definitions for Image I/O support.
4913 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4914 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
4915 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4916 (mac_data_provider_release_data, image_load_image_io)
4917 [USE_MAC_IMAGE_IO]: New functions.
4918 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
4919 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
4920 (init_image_func_pointer) [MAC_OSX]: Remove function.
4921 (image_load_quartz2d) [MAC_OSX]: Check availability of
4922 CGImageCreateWithPNGDataProvider at compile time.
4923 Use lowercase `false' for boolean constant.
4924 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
4925 Use image_load_image_io.
4926 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
4927 Don't check MyCGImageCreateWithPNGDataProvider.
4928 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
4929 Don't call init_image_func_pointer.
4930
4931 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
4932
4933 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
4934 Make variable non-static.
4935 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4936 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4937
4938 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
4939 (RED_FROM_ULONG): Mask off higher bits.
4940 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
4941
4942 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
4943 Include AvailabilityMacros.h.
4944 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
4945 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
4946
c6bff69e
SM
49472008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * chartab.c (Fset_char_table_range): If range is t, really set all
4950 chars to that value.
4951
7412d429
EZ
49522008-05-03 Eli Zaretskii <eliz@gnu.org>
4953
4954 * dired.c (Ffile_attributes): Don't allow the device number become
4955 negative.
4956
f83bbfac
DU
49572008-05-02 Daiki Ueno <ueno@unixuser.org>
4958
5a81d3d7 4959 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 4960
2e3148e2
JL
49612008-05-02 Juri Linkov <juri@jurta.org>
4962
4963 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
4964 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
4965 DEFAULT argument as a list of default values in docstrings.
2e3148e2 4966
923fb88c
CY
49672008-05-01 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * puresize.h (BASE_PURESIZE): Increase to 1210000.
4970
047aaeb9
MR
49712008-05-01 Martin Rudalics <rudalics@gmx.at>
4972
4973 * dispnew.c (change_frame_size_1): Preserve small windows when
4974 shrinking frames by calling set_window_height|width with third
4975 arg 2.
4976
4977 * window.h (struct window): Replace field too_small_ok by field
4978 resize_proportionally.
4979
4980 * window.c (make_window): Initialize resize_proportionally.
4981 (enlarge_window): Temporarily set resize_proportionally to make
4982 sure that shrink_windows does scale the window proportionally.
4983 (shrink_windows): When window has resize_proportionally set try
4984 to shrink it proportionally by stealing from other windows.
4985 (struct saved_window, Fset_window_configuration)
4986 (compare_window_configurations): Handle resize_proportionally.
4987 (WINDOW_TOTAL_SIZE): New macro.
4988 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 4989 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
4990 window-min-height|width are handled by window_min_size_2 now.
4991 (size_window, Fsplit_window, enlarge_window)
4992 (adjust_window_trailing_edge, grow_mini_window): Don't call
4993 check_min_window_sizes.
c6bff69e
SM
4994 (window_min_size_2, window_min_size_1, window_min_size):
4995 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 4996 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
4997 (adjust_window_trailing_edge, grow_mini_window):
4998 Adjust arguments of window_min_size... functions.
047aaeb9
MR
4999 (shrink_windows): Argument min_size removed. New argument
5000 safe_p allows shrinking windows to their safe minimum sizes.
5001 Calculate minimum size and decide whether a window shall be
5002 deleted for each window individually.
5003 (size_window): When nodelete_p equals 2, tell shrink_windows to
5004 delete windows only if their new minimum size is no more safe.
5005 (shrink_window_lowest_first): Call window_min_size_1 to make
5006 sure to preserve modeline of bottom-most window when resizing
5007 the minibuffer.
5008 (Fset_window_configuration, Fcurrent_window_configuration)
5009 (compare_window_configurations): Do not handle
5010 window-min-height|width any more.
5011 (syms_of_window): Clarify window-min-height|width doc-strings.
5012
2a54a229
SM
50132008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * dired.c (file_name_completion): Fix up the encoding/decoding issue
5016 some more. Copy some of the code from Ftry_completions.
5017 Remove special case code that dates back to initial revision when the
5018 slash was only added when necessary and that can't trigger nowadays.
5019
384bc634
KH
50202008-04-27 Kenichi Handa <handa@m17n.org>
5021
5022 * font.c (font_prop_validate): Signal `error' instead of `font'.
5023
2c2279c6
JR
50242008-04-29 Jason Rumney <jasonr@gnu.org>
5025
5026 * w32fns.c (Fw32_battery_status): New defun.
5027 (syms_of_w32fns): Defsubr it.
5028
fb4a622a
AS
50292008-04-28 Andreas Schwab <schwab@suse.de>
5030
5031 * dired.c (file_name_completion): Fix another mixing of encoded
5032 and decoded names.
5033
23f250f4
JB
50342008-04-28 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
5037
d8d30dff
JB
50382008-04-27 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
5041
ea6104a8
AS
50422008-04-27 Andreas Schwab <schwab@suse.de>
5043
9c691c00
AS
5044 * dired.c (file_name_completion): Fix inappropriate mixing of
5045 encoded and decoded names.
5046
ec1bf773
AS
5047 * xterm.c (XTread_socket): Fix use of uninitialized variable.
5048
ea6104a8
AS
5049 * puresize.h (BASE_PURESIZE): Increase to 1200000.
5050
01388a3d
EZ
50512008-04-26 Eli Zaretskii <eliz@gnu.org>
5052
5053 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
5054 2008-03-31, it's not needed anymore with `struct stat' definition
5055 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
5056 for the same reasons.
5057
175aea10 50582008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
5059
5060 * m/sparc.h: Additional redefinitions for GNU/Linux.
5061
1289aeb8
YM
50622008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5063
5064 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
5065 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
5066 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
5067 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
5068 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
5069 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
5070 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
5071 Likewise.
5072
5073 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 5074 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
5075 (mac_ax_number_of_characters): Add externs.
5076 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
5077 [USE_MAC_TSM]: Likewise.
5078 (mac_handle_text_input_event) [MAC_OSX]:
5079 Handle kEventTextInputOffsetToPos for no active input area case.
5080 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
5081 (mac_handle_document_access_event)
5082 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
5083 (install_application_handler) [MAC_OSX]: Register handlers for
5084 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
5085 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
5086 Register mac_handle_document_access_event.
5087
5088 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
5089 Make functions non-static.
5090
dbd50d4b
SM
50912008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
5094 (read_file_name_completion_ignore_case, insert_default_directory)
5095 (Qdefault_directory): Move to minibuffer.el.
5096 (Fread_file_name): Call the new `read-file-name' instead.
5097
9ea37b9d 50982008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
5099
5100 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
5101 Make function non-static.
5102 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
5103 Remove function.
5104 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
5105 Move to mactoolbox.c.
5106 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
5107
5108 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
5109 (mac_rect_make): New macro.
5110
5111 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
5112 instead of float.
5113 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
5114 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
5115 (XSetBackground) [USE_CG_DRAWING]: Likewise.
5116 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
5117 CGRectMake.
5118 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
5119 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
5120 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
5121 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
5122 instead of WindowRef in argument type.
5123 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
5124 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
5125 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
5126 instead of DISPLAY. All uses changed.
5127 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
5128 (x_calc_absolute_position): Simplify so as not to use
5129 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
5130
5131 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
5132 instead of WindowRef in argument type.
5133 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
5134 [TARGET_API_MAC_CARBON]: Remove externs.
5135 (create_apple_event, mac_event_parameters_to_lisp)
5136 [TARGET_API_MAC_CARBON]: Add externs.
5137
d8d30dff 5138 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
5139 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
5140 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
5141 is clicked.
5142 (x_activate_menubar): Remove extern for saved_menu_event_location.
5143 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
5144 Move from mac.c.
5145
9ea37b9d 51462008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
5147
5148 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
5149 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
5150
9ea37b9d 51512008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
5152
5153 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
5154 attributes only for local files.
5155
5156 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 5157 default to Qlocal.
bd735631 5158
88970542
JL
51592008-04-22 Juri Linkov <juri@jurta.org>
5160
5161 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
5162 read-buffer-to-switch instead of using the letter "B".
5163
92ec67e3
SM
51642008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * fileio.c (Qdefault_directory): New variable.
5167 (Fread_file_name): Use it to pass `dir' to the completion functions.
5168
a32b2382
CY
51692008-04-20 Chong Yidong <cyd@stupidchicken.com>
5170
2a2e8de7 5171 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 5172
6c8b4f07
SM
51732008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5174
ece5f847
SM
5175 * keyboard.c (Vpre_help_message): Remove.
5176 (show_help_echo): Remove default C code.
5177
6c8b4f07
SM
5178 * dired.c (directory_files_internal, file_name_completion):
5179 Only call ENCODE_FILE if the string is indeed decoded.
5180
73d798d5
SM
51812008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * Makefile.in (TOOLKIT_DEFINES): Remove.
5184 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
5185
d8d30dff 51862008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
5187
5188 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
5189 (mactoolbox.o): New target.
5190
5191 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
5192 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
5193
5194 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
5195 Use mac_set_frame_window_background instead of XSetWindowBackground.
5196 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
5197 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
5198 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
5199 instead of SetWindowTitleWithCFString.
5200 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
5201 Move function to mactoolbox.c.
5202 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
5203 Use mac_set_window_modified instead of SetWindowModified.
5204 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
5205 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
5206 (Fx_focus_frame): Use mac_front_non_floating_window instead of
5207 FrontNonFloatingWindow. Use mac_activate_window instead of
5208 ActivateWindow. Use mac_active_non_floating_window instead of
5209 ActiveNonFloatingWindow.
5210 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
5211 Use mac_show_hourglass and mac_hide_hourglass.
5212 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
5213 instead of GetGlobalMouse.
5214 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
5215 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
5216 Use mac_bring_window_to_front instead of BringToFront.
5217 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
5218 mactoolbox.c.
5219 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
5220 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
5221 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
5222 mactoolbox.c.
5223
5224 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
5225 (XtPointer): Move typedef from macmenu.c.
5226 (enum button_type): Move enum from macmenu.c.
5227 (widget_value): Move typedef from macmenu.c.
5228 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
5229 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
5230 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
5231 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
5232 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
5233 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
5234 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
5235 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
5236 (Selection): Move typedef from macselect.c.
5237 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
5238 macterm.c.
5239 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
5240 (mac_is_window_collapsed, mac_bring_window_to_front)
5241 (mac_send_window_behind, mac_hide_window, mac_show_window)
5242 (mac_collapse_window, mac_front_non_floating_window)
5243 (mac_active_non_floating_window, mac_activate_window)
5244 (mac_move_window_structure, mac_move_window, mac_size_window)
5245 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
5246
5247 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
5248 (enum mac_menu_kind): Move enum to mactoolbox.c.
5249 (min_menu_id): Move variable to mactoolbox.c.
5250 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
5251 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
5252 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
5253 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
5254 [TARGET_API_MAC_CARBON]: Likewise.
5255 (XtPointer): Move typedef to macgui.h.
5256 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
5257 (widget_value): Move typedef to macgui.h.
5258 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
5259 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
5260 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
5261 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
5262 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
5263 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
5264 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
5265 (popup_activated_flag): Make variable non-static.
5266 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
5267 (add_menu_item, fill_menu, dispose_menus):
5268 Move functions to mactoolbox.c.
5269 (restore_show_help_function, menu_target_item_handler)
5270 (install_menu_target_item_handler, mac_handle_dialog_event)
5271 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
5272 [TARGET_API_MAC_CARBON]: Likewise.
5273 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
5274 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
5275 (find_and_call_menu_selection, name_is_separator): Make function
5276 non-static.
5277 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
5278 to mactoolbox.c.
5279 (set_frame_menubar): Don't call install_menu_quit_handler.
5280 (menu_item_selection): New variable.
5281 (mac_menu_show): Use create_and_show_popup_menu.
5282 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
5283 selection but set variable menu_item_selection. All uses changed.
5284 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
5285 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 5286
d02fe47d
MB
5287 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
5288 (Selection): Move typedef to macgui.h.
5289 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
5290 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
5291 Make variables non-static.
5292 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
5293 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
5294 Make functions non-static.
5295 (Vmac_service_selection) [MAC_OSX]: Likewise.
5296 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
5297 (mac_valid_selection_target_p, mac_clear_selection)
5298 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
5299 (mac_put_selection_value, mac_selection_has_target_p)
5300 (mac_get_selection_value, mac_get_selection_target_list)
5301 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
5302 Move functions to mactoolbox.c.
5303 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
5304 Likewise.
5305 (copy_scrap_flavor_data, mac_handle_service_event)
5306 (install_service_handler) [MAC_OSX]: Likewise.
5307 (syms_of_macselect) <Vmac_dnd_known_types>:
5308 Use mac_dnd_default_known_types.
463f55ee 5309
d02fe47d
MB
5310 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
5311 Move to mactoolbox.c.
5312 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
5313 (Fx_selection_owner_p): Add EXFUN.
5314 (install_window_handler, remove_window_handler, XSetWindowBackground):
5315 Remove externs.
5316 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
5317 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
5318 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
5319 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
5320 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
5321 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
5322 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
5323 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
5324 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
5325 (create_and_show_popup_menu, mac_get_selection_from_symbol)
5326 (mac_valid_selection_target_p, mac_clear_selection)
5327 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
5328 (mac_put_selection_value, mac_selection_has_target_p)
5329 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
5330 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
5331 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
5332 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
5333 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
5334 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
5335 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
5336 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
5337 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 5338
d02fe47d 5339 * mactoolbox.c: New file.
af253914 5340
d8d30dff 53412008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 5342
d02fe47d 5343 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 5344
8ee085a4
SM
53452008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5346
73d798d5
SM
5347 * character.c (Fmultibyte_char_to_unibyte):
5348 Return latin1 chars unchanged.
5556875b 5349
8ee085a4
SM
5350 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
5351 relocated if it points to `name'.
5352
5dff5999
KH
53532008-04-17 Kenichi Handa <handa@m17n.org>
5354
5355 * data.c (Faset): Allow setting a multibyte character in an
5356 ASCII-only unibyte string.
5357
5358 * lisp.h (STRING_SET_MULTIBYTE): New macro.
5359
a51f4969
SM
53602008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
5363 done in config.h.
5364
add553ac
JB
53652008-04-16 Juanma Barranquero <lekktu@gmail.com>
5366
5367 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
5368 (Fchar_direction): Add usage in the docstring.
5369
8ad7b280
CY
53702008-04-15 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * keyboard.c (read_key_sequence): Remove always-true checks.
5373
e157d7ba
JR
53742008-04-14 Jason Rumney <jasonr@gnu.org>
5375
5376 * w32font.c (w32font_open_internal): Set max_bounds.descent in
5377 compatibility struct, for better underline positioning.
5378
9ec3aaef 53792008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
5380
5381 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
5382 string.
5383
36c08864
DN
53842008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5385
5386 * m/hp800.h (XUINT, XSET): Remove.
5387
f5acc071
JB
53882008-04-12 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
5391 previous change.
5392
5b5a2ea1
SM
53932008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
5396 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
5397
492d9fd6
SM
53982008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * keymap.h (map_keymap_canonical): Declare.
5401 * xmenu.c (single_keymap_panes): Use it.
5402
dd60787c
GM
54032008-04-11 Glenn Morris <rgm@gnu.org>
5404
5405 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
5406 set the target's value to that of the alias.
5407
c23b5410
SM
54082008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * term.c (set_tty_color_mode): Left over typo.
5411
e89b536d
MA
54122008-04-10 Michael Albinus <michael.albinus@gmx.de>
5413
5414 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 5415 only after check for file name handler functions. Signal, when
e89b536d
MA
5416 native functionality is not supported.
5417 (syms_of_fileio): Declare it unconditionally.
5418
40a339c8
JR
54192008-04-10 Jason Rumney <jasonr@gnu.org>
5420
31403b24
JR
5421 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
5422 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
5423
40a339c8
JR
5424 * w32.c (logon_network_drive): Also logon to remote drives that
5425 are mapped to drive letters.
5426
96a7394f
GM
54272008-04-10 Glenn Morris <rgm@gnu.org>
5428
5429 * xdisp.c (truncate-partial-width-windows): Doc fix.
5430
34b67b0f
SM
54312008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
5434 Move functions to minibuffer.el.
5435 (syms_of_fileio): Don't declare them.
5436
c025fb0a
SM
54372008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5438
ba5ff07b
SM
5439 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
5440 (syms_of_minibuf): Remove its initialization.
5441
c025fb0a
SM
5442 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
5443
7a6a86ad
JB
54442008-04-09 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
5447
cf907d69
JR
54482008-04-09 Jason Rumney <jasonr@gnu.org>
5449
3dc94c30
JR
5450 * makefile.w32-in (distclean): Delete makefile too.
5451 (maintainer-clean): New target.
5452
8d28646b
JR
5453 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
5454
cf907d69
JR
5455 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
5456 for new font backend and composite cases.
5457
ef5eb925
JD
54582008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5459
5460 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
5461 Most of the code moved to run_timers.
5462 (do_pending_atimers): Call run_timers.
5463 (run_timers): New function.
5464
cf907d69
JR
5465 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
5466 run atimers.
ef5eb925
JD
5467
5468 * process.c (wait_reading_process_output): The same as above.
5469
9b2cd403
SM
54702008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5471
32bae13c
SM
5472 * minibuf.c (last_exact_completion): Remove variable.
5473 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
5474 (complete_and_exit_1, complete_and_exit_2)
5475 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
5476 (Fdisplay_completion_list, display_completion_list_1)
5477 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
5478 (Fexit_minibuffer, Fminibuffer_message): Move functions to
5479 minibuffer.el.
32bae13c
SM
5480 (syms_of_minibuf): Remove corresponding initializations.
5481
5c4cc82a
SM
5482 * keyboard.c (Qdeactivate_mark): New var.
5483 (command_loop_1): Use it to call `deactivate-mark'.
5484 (syms_of_keyboard): Initialize it.
5485
9b2cd403
SM
5486 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
5487 to another frame.
5488 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
5489 Don't call set_tty_color_mode.
5490 (store_frame_param): Reset previous_frame rather than call
5491 set_tty_color_mode.
5492 * term.c (set_tty_color_mode): Rewrite.
5493 * dispextern.h (set_tty_color_mode): New type.
5494 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
5495
84cb7b45
SM
54962008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
5499 for generic chars, which do not exist any more in emacs-unicode.
5500
3ed051d4
MA
55012008-04-08 Michael Albinus <michael.albinus@gmx.de>
5502
5503 * coding.c (detect_coding_emacs_mule)
5504 (Ffind_operation_coding_system): Fix typo.
5505
58c3ea42
JR
55062008-04-08 Jason Rumney <jasonr@gnu.org>
5507
3bf8d230
JR
5508 * w32uniscribe.c (SNAME): Extract only symbol name.
5509
56a70cca
JR
5510 * w32font.h (struct w32_metric_cache): New struct.
5511 (w32font_info): Use it.
5512 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
5513 (CACHE_BLOCKSIZE): New constants.
3ed051d4 5514
58c3ea42
JR
5515 * w32font.c (Qja, Qko, Qzh): New symbols.
5516 (syms_of_w32font): Initialise them.
5517 (font_matches_spec): Use them to filter by language.
5518 (recompute_cached_metrics): Remove function.
5519 (compute_metrics, clear_cached_metrics): New functions.
5520 (w32font_encode_char): Use them to manage metric cache.
5521 (w32font_text_extents): Cache metrics for all glyphs on demand.
5522 Delay converting glyph indices to WORD until needed.
5523 (w32font_open_internal): Initialize metric cache to empty.
5524 (registry_to_w32_charset): Charset should always be a symbol.
5525 (fill_in_logfont, list_all_matching_fonts): Family should
5526 always be a symbol.
5527
0ce24b2d
JR
55282008-04-06 Jason Rumney <jasonr@gnu.org>
5529
5530 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
5531 Give up if glyph indices not supported. Use uniscribe obtained
5532 ABC widths for individual metrics. Map glyph clusters back to
5533 characters using fClusterStart flag. Return number of glyphs
5534 produced, not chars processed.
b7655e0c 5535 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 5536
5bc6ddff 55372008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 5538
fbf57abb
JB
5539 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
5540 Use SetMenuItemHierarchicalMenu.
56613f06 5541
5bc6ddff 55422008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 5543
5bc6ddff
MB
5544 * image.c (pbm_load): Allow color values up to 65535.
5545 Throw an error if max_color_idx is outside the supported range.
5546 Report an error when image size is invalid.
5547 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 5548
5bc6ddff 55492008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 5550
5bc6ddff
MB
5551 * w32.c (readdir): If FindFirstFile/FindNextFile return in
5552 cFileName a file name that includes `?' characters, use the 8+3
5553 alias in cAlternateFileName instead.
5ed6ba5b 5554
5bc6ddff 55552008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 5556
5bc6ddff
MB
5557 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
5558 append "CCL: Quitted" when the CCL program is quitted.
5559 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 5560
5bc6ddff 5561 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 5562
c36e15db
CY
55632008-04-05 Chong Yidong <cyd@stupidchicken.com>
5564
9605d567
CY
5565 * search.c (compile_pattern_1): Treat non-nil and non-string of
5566 search-spaces-regexp as nil.
5567
c36e15db
CY
5568 * minibuf.c (Fassoc_string): Tweak docstring.
5569
40beb147
EZ
55702008-04-05 Eli Zaretskii <eliz@gnu.org>
5571
5572 * dired.c (Ffile_attributes): Support inode numbers wider than 32
5573 bits. Remove ugly WINDOWSNT-specific kludge introduced on
5574 2008-03-14 to force inode be positive.
5575
5576 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
5577 _S_* ones, since we now use our own sys/stat.h.
5578 (stat, fstat): Don't mangle the inode number.
aa08d1ff 5579 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 5580
4591d6cb
SM
55812008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5582
d4417eb0
SM
5583 * frame.h (struct frame): Give one more bit to `visible' since we use
5584 values larger than 1 to indicate obscured frames on ttys.
5585
00f7c5ed
SM
5586 * keymap.c (Qkeymap_canonicalize): New var.
5587 (Fmap_keymap_internal): New fun.
5588 (describe_map): Use keymap-canonicalize.
5589
4591d6cb
SM
5590 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
5591 (Fundo_boundary): Set them.
5592 (syms_of_undo): Initialize them.
5593 (record_point): Use them instead of last_point_position*.
5594 (last_undo_buffer): Change type.
5595
3187540e
JR
55962008-04-04 Jason Rumney <jasonr@gnu.org>
5597
0ce24b2d
JR
5598 * w32font.c (w32font_text_extents): Use font's ascent and descent.
5599 (recompute_cached_metrics): Don't set ascent and descent per char.
5600
3187540e 5601 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 5602 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 5603 Rearrange loop for counting features.
3187540e 5604
f1a6b216
SM
56052008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
5608 buffer with byte-size of source buffer.
5609
1d8dcf63
CY
56102008-04-03 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * callint.c (Fcall_interactively): Handle temporary region even
5613 when shift-select-mode is off.
5614
6b8aa22a
JR
56152008-04-03 Jason Rumney <jasonr@gnu.org>
5616
5617 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
5618
2f3cbb32
KH
56192008-04-03 Kenichi Handa <handa@m17n.org>
5620
5621 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
5622 (CATEGORY_MASK_UTF_16): Likewise.
5623 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
5624 binary file.
5625 (detect_coding): Add null-byte detection for a binary file.
5626 (detect_coding_system): Likewise.
5627
43f4f91c
JR
56282008-04-03 Jason Rumney <jasonr@gnu.org>
5629
0c1b4ae2
JR
5630 * w32uniscribe.c: New file.
5631
5632 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
5633
5634 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
5635
5636 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
5637 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
5638 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
5639 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
5640 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
5641 (Qphonetic): New symbols.
5642 (syms_of_w32font): Initialize them.
5643 (font_supported_scripts): Use them.
5644 (w32font_list_family): List all charsets.
5645 (w32font_text_extents, recompute_cached_metrics): Fix metric
5646 calculations.
5647 (w32_enumfont_pattern_entity): Make full_type a DWORD.
5648 Give opentype fonts their own format.
5649 (font_matches_spec): New arguments backend and logfont.
5650 Handle :otf spec for uniscribe backend.
5651 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
5652 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 5653
0c1b4ae2
JR
5654 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
5655 font backend.
5656 (globals_of_w32fns): Initialize uniscribe font backend.
5657
fbf57abb 5658 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
5659 dependencies.
5660 (w32uniscribe.$(O)): New file to build.
5661 (FONT_OBJ): Include w32uniscribe.$(O).
5662 (LIBS): Add uniscribe libraries.
5663
43f4f91c
JR
5664 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
5665
75043a7d
CY
56662008-04-02 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * callint.c (Vshift_select_mode): New var.
5669 (Finteractive): Document new ^ spec.
5670 (Fcall_interactively): Call handle-shift-selection if the ^ spec
5671 is present.
5672
5673 * keyboard.c (Vthis_command_keys_shift_translated): New var.
5674 (command_loop_1): Avoid running the direct display versions of
5675 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
5676 (read_key_sequence): Set Vthis_command_keys_shift_translated if
5677 shift-translation takes place.
5678
5679 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
5680 avoid clobbering by define-minor-mode.
5681
5682 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
5683 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
5684
5685 * syntax.c (Fforward_word): Add ^ interactive spec.
5686
5687 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
5688 (Fscroll_right): Add ^ interactive spec.
5689
b2b7f29e
SM
56902008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5691
a432c0a6
SM
5692 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
5693
994b75e0
SM
5694 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
5695
b2b7f29e
SM
5696 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
5697
e99c7806
JL
56982008-03-31 Juri Linkov <juri@jurta.org>
5699
5700 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
5701
1c9c1270
JD
57022008-03-30 Jan Djärv <jan.h.d@swipnet.se>
5703
5704 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 5705 (xg_resize_outer_widget): Remove.
1c9c1270
JD
5706 (x_wm_size_hint_off): Fix indentation.
5707 (xg_frame_set_char_size): Call flush_and_sync after
5708 gtk_window_resize.
5709 (x_wm_set_size_hint): Pass NULL as geometry window to
5710 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
5711 Add menu bar and tool bar height to base height.
5712 (xg_update_frame_menubar, free_frame_menubar)
5713 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
5714 (update_frame_tool_bar, free_frame_tool_bar):
5715 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 5716
90b3fc84
MA
57172008-03-30 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
5720 (Fdbus_call_method): New parameter TIMEOUT.
5721 (dbus-send-signal): Optimize UNGCPRO call.
5722
7ae6d1d1
JL
57232008-03-29 Juri Linkov <juri@jurta.org>
5724
5725 * window.c (Fdisplay_buffer): Move call to
5726 Vsplit_window_preferred_function out of conditions that check
5727 if window is eligible for vertical splitting.
5728 When Vsplit_window_preferred_function is non-nil, call it and use
5729 its non-nil return value as window. Otherwise, continue doing
5730 vertical splitting using Fsplit_window with arg horflag=nil.
5731 (syms_of_window) <Vsplit_window_preferred_function>: Change the
5732 default value from `split-window' to nil.
5733
f03f8f2c
JL
57342008-03-29 Juri Linkov <juri@jurta.org>
5735
5736 * callint.c (Fcall_interactively): Revert 2008-03-16 change
5737 for interactive code letters 'b' and 'B'.
5738
6d557778
EZ
57392008-03-29 Eli Zaretskii <eliz@gnu.org>
5740
5741 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
5742 multibyte string.
5743
58555d81
SM
57442008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * keyboard.c (pending_funcalls): New var.
5747 (timer_check): Run it.
5748 (syms_of_keyboard): Initialize it.
5749 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
5750 (Vdelete_terminal_functions): New vars.
5751 (syms_of_terminal): Initialize them.
5752 (Fdelete_terminal): Run delete-terminal-functions.
5753 * xdisp.c (safe_eval): Rewrite.
5754 (safe_call2): New fun.
5755 * frame.c (Qdelete_frame_functions): New var.
5756 (syms_of_frame): Initialize it.
5757 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
5758 * lisp.h (safe_call2, pending_funcalls): Declare.
5759
4c92f429
AS
57602008-03-28 Andreas Schwab <schwab@suse.de>
5761
5762 * indent.c (Fmove_to_column): Move declaration before statements.
5763
a1567c45
SM
57642008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5765
2806a183
SM
5766 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
5767 (struct frame): Use bit fields for boolean vars.
5768
eef60308
SM
5769 * process.c (server_accept_connection): Simplify naming.
5770 (emacs_get_tty_pgrp): Use SDATA.
5771
a1567c45
SM
5772 * coding.c (decode_coding_object): Fix last change.
5773
30076589
JR
57742008-03-27 Jason Rumney <jasonr@gnu.org>
5775
5776 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
5777
880820fe
KH
57782008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
5779
5780 * charset.c (Fdefine_charset_internal): Change the way of
5781 registering charsets in Vcharset_order_list.
5782 (syms_of_charset): Make the charset `eight-bit' supplementary.
5783
3cf8cdfb
CY
57842008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
5785
5786 * regex.c (EXTEND_BUFFER): Change order of pointer addition
5787 operations, to avoid having the difference between pointers
5788 overflow.
5789
ef6f5c0e
SM
57902008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5791
80e3db56
SM
5792 * indent.c (check_display_width): New fun.
5793 (scan_for_column): Use it.
5794
c397dc7a
SM
5795 * data.c (syms_of_data): Mark most-positive-fixnum and
5796 most-negative-fixnum as constants.
5797
bf6b4d58
SM
5798 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
5799
ef6f5c0e
SM
5800 * indent.c (scan_for_column): Extract from current_column_1.
5801 Merge with the same code from Fmove_to_column.
5802 (current_column_1, Fmove_to_column): Use it.
5803
72d5003d
SM
58042008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5805
12270607
SM
5806 * keymap.c (map_keymap_internal): New fun.
5807 (map_keymap): Use it.
5808 (Fmap_keymap_internal): New fun.
5809 (Fmap_keymap): Remove left-out test from before make_save_value.
5810
a10cca6c
SM
5811 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
5812
d7b10f4c
SM
5813 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
5814 Use XCAR/XCDR.
5815
5431bd6a
SM
5816 * process.h (struct Lisp_Process): Remove filter_multibyte.
5817 * process.c (QCfilter_multibyte): Remove.
5818 (setup_process_coding_systems): Don't use filter_multibyte.
5819 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
5820 (read_process_output): Don't adjust multibyteness to filter_multibyte.
5821 (Fset_process_filter_multibyte): Change the coding-system to
5822 approximate the previous behavior.
5823 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
5824 coding-system.
5825
72d5003d
SM
5826 * coding.c (decode_coding_object): When not decoding into a buffer,
5827 obey the coding system's preference of (uni|multi)byte.
5828
438eba3c
SM
58292008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
5832 every char is changed and has a different byte-length.
5833 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
5834 Fix int -> EMACS_INT.
5835
9ec3aaef 58362008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 5837
438eba3c 5838 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
5839 strings. Check for NULL `interface' or `member'.
5840
b07103dc
EZ
58412008-03-22 Eli Zaretskii <eliz@gnu.org>
5842
5843 * w32.c (readdir): If FindFirstFile/FindNextFile return in
5844 cFileName a file name that includes `?' characters, use the 8+3
5845 alias in cAlternateFileName instead.
5846
5371d722
SM
58472008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
5850
6ba7f443
SM
58512008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
5854 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
5855 work on current_buffer only instead (that was already the case
5856 for some of the code anyway).
5857 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
5858 (temp_set_point, temp_set_point_both): Use EMACS_INT.
5859 (SET_PT, SET_PT_BOTH): Adjust.
5860 * intervals.h (set_point, temp_set_point, set_point_both)
5861 (temp_set_point_both): Remove redundant declarations.
5862
bf1c0f27
SM
58632008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * fileio.c (Finsert_file_contents):
5866 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
5867 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
5868 when buffer != current_buffer anyway.
5869
acab783e
AS
58702008-03-20 Andreas Schwab <schwab@suse.de>
5871
5872 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
5873 as default.
5874
d148e14d
JR
58752008-03-19 Jason Rumney <jasonr@gnu.org>
5876
5877 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
5878 (syms_of_w32fns): Initialize them.
5879 (HOURGLASS_ID): New constant.
5880 (x_window_to_frame): Don't check hourglass_window.
5881 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
5882 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
5883 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
5884 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
5885 Only change the cursor if hourglass is not active.
5886 (Fx_create_frame): Initialize frame's current_cursor.
5887 (hourglass_atimer): Remove.
5888 (hourglass_started): New function.
5889 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
5890 (show_hourglass): Adapt to w32, changing argument to frame.
5891
5892 * w32term.h (struct w32_output): Remove hourglass_window.
5893 Add current_cursor.
5894
5895 * eval.c (call_debugger, Fsignal):
5896 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
5897 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
5898 (Fexecute_extended_command, cancel_hourglass_unwind):
5899 * minibuf.c (read_minibuf):
5900 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 5901
a5c54077
JB
59022008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * window.c (run_funs): New fun.
5905 (run_window_configuration_change_hook): Use it to run the buffer-local
5906 and the global part of the hook.
5907
5908 * xdisp.c (format_mode_line_unwind_data): Add window argument.
5909 (unwind_format_mode_line): Restore selected window.
5910 (x_consider_frame_title, Fformat_mode_line): Set selected window.
5911
f9f3238f
SM
59122008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5913
253c3c82
SM
5914 * editfns.c (Fchar_equal): Check they are valid characters.
5915
f9f3238f
SM
5916 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
5917
065a118d
AS
59182008-03-17 Andreas Schwab <schwab@suse.de>
5919
0b8be006
AS
5920 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
5921 against a charset.
5922
065a118d
AS
5923 * lisp.h (Fbuffer_list): Declare.
5924
880820fe 59252008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
5926
5927 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
5928 handlebox_widget is != 0.
5929
6206d6c2
JL
59302008-03-16 Juri Linkov <juri@jurta.org>
5931
5932 * callint.c (Fcall_interactively): For interactive code letters
5933 'b' and 'B' put the buffer list into the list of default "future"
5934 values of the minibuffer.
5935
f5020181
AS
59362008-03-16 Andreas Schwab <schwab@suse.de>
5937
a864f6d6
AS
5938 * keyboard.c (read_key_sequence): Fix downcasing of letters with
5939 modifiers.
5940
f5020181
AS
5941 * regex.c (re_match_2_internal): Correct matching of a charset
5942 against latin-1 characters.
5943
03f244e2
KH
59442008-03-16 Kenichi Handa <handa@m17n.org>
5945
5946 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
5947 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
5948 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
5949 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
5950 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
5951 CHAR_STRING_ADVANCE.
5952 (produce_chars): Fix for the case that the source and the
5953 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
5954 instead of CHAR_STRING_ADVANCE.
5955 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
5956 STRING_CHAR_ADVANCE.
5957
0e2501ed
AS
59582008-03-15 Andreas Schwab <schwab@suse.de>
5959
5960 * regex.c (re_match_2_internal): Correct matching of eight bit
5961 characters in unibyte strings.
5962
7723e095
MR
59632008-03-15 Martin Rudalics <rudalics@gmx.at>
5964
5965 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
5966 at end of range when it coincides with the end of the buffer.
5967
f507f365
EZ
59682008-03-14 Eli Zaretskii <eliz@gnu.org>
5969
294f1153
EZ
5970 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
5971
f507f365
EZ
5972 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
5973
64f0809d
JR
59742008-03-14 Jason Rumney <jasonr@gnu.org>
5975
956ae531
JR
5976 * editfns.c (initial_tz): New variable.
5977 (syms_of_editfns): Initialize it.
5978 (Fset_time_zone_rule): Set it when first called.
5979 Use it when TZSTRING is nil.
5980
64f0809d
JR
5981 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
5982 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
5983 (monitor_from_point_fn, get_monitor_info_fn): New globals.
5984 (globals_of_w32fns): Initialize them.
5985 (compute_tip_xy): Use them to position tooltips.
5986
21a4ff8e
GM
59872008-03-14 Glenn Morris <rgm@gnu.org>
5988
5989 * emacs.c (main): Revert previous change.
5990 (standard_args): Revert -internal-script back to -scriptload,
5991 and remove the long-option form.
5992
a09a5b5b
GM
59932008-03-13 Glenn Morris <rgm@gnu.org>
5994
5995 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
5996 Remove option -enable-font-backend.
5997
1c55ebd1
SM
59982008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
6001
880820fe 60022008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
6003
6004 * xterm.c (x_connection_closed): For GTK: If this is the last
6005 terminal just exit without closing the display.
6006
7145be81
JR
60072008-03-11 Jason Rumney <jasonr@gnu.org>
6008
6009 * w32font.c (w32font_full_name): Use floor to round.
6010
e6201af3 60112008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
6012
6013 * sound.c (alsa_configure): Declare vol at beginning of block.
6014
e6201af3 6015 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 6016
390b81fa 60172008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 6018
56388398
MB
6019 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
6020 size of resulting string.
af0ad939 6021
390b81fa 60222008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 6023
56388398 6024 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 6025
390b81fa 60262008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 6027
56388398
MB
6028 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
6029 Don't pretend as if characters with display property haven't been
6030 consumed for string-replacing-string case.
acd37560 6031
223ed6db
KS
60322008-03-08 Kim F. Storm <storm@cua.dk>
6033
6034 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
6035 (get_next_display_element, next_element_from_string)
6036 (next_element_from_ellipsis, next_element_from_buffer): Use it.
6037
28545f7c
AS
60382008-03-08 Andreas Schwab <schwab@suse.de>
6039
6040 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
6041
c960bff8
JR
60422008-03-06 Jason Rumney <jasonr@gnu.org>
6043
290afd83
JB
6044 * w32font.c (w32_registry): Take font_type argument. Use ANSI
6045 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
6046 font_type is truetype.
6047 (w32font_coverage_ok): New function.
6048 (add_font_entity_to_list): Use it to filter unsuitable fonts.
6049
87b8ce92
KH
60502008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
6051
6052 * lread.c (Fread_char): Resolve modifiers.
6053 (Fread_char_exclusive): Likewise.
6054
6055 * character.c (char_resolve_modifier_mask): New function.
6056 (char_string): Use char_resolve_modifier_mask.
6057 (Fchar_resolve_modifiers): New function.
6058 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
6059 function.
6060
cefd56f6
JR
60612008-03-04 Jason Rumney <jasonr@gnu.org>
6062
6063 * makefile.w32-in: Always include w32font.c in the build.
6064 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
6065
03bd3c1f
AS
60662008-03-04 Andreas Schwab <schwab@suse.de>
6067
6068 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
6069 (versionclean): Likewise.
6070
6f69e89b
JB
60712008-03-04 Juanma Barranquero <lekktu@gmail.com>
6072
6073 * .cvsignore: Add oo.
6074
f4a3cc44
AS
60752008-03-03 Andreas Schwab <schwab@suse.de>
6076
6077 * coding.c (decode_coding_object): Inhibit gap shrinking while
6078 decoding in place.
6079
73f838ad
DN
60802008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
6081
6082 * w32term.c: Remove unused include "gnu.h".
6f69e89b 6083 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
6084
6085 * gnu.h: Rename to ...
6086 * emacs-icon.h: ... this.
6087 * xterm.c: Use emacs-icon.h instead of gnu.h.
6088 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
6089
ce9c1f06
JB
60902008-03-03 Juanma Barranquero <lekktu@gmail.com>
6091
6092 * w32font.c: Include math.h.
6093
34fd2d28
JR
60942008-03-03 Jason Rumney <jasonr@gnu.org>
6095
54efdcd1
JR
6096 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
6097 Compute options separately.
6098 (w32font_open_internal): Set glyph_idx before caching metrics.
6099
ce9c1f06
JB
6100 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
6101 Define if system headers don't.
6102 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
6103 (w32font_encode_char): Don't declare here.
6104
6105 * w32font.c (Quniscribe, QCformat): New symbols.
6106 (syms_of_w32font): Define them.
6107 (w32font_has_char): Indicate uncertainty.
ce9c1f06 6108 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 6109 (recompute_cached_metrics): New function.
ce9c1f06
JB
6110 (w32font_open_internal): Use it. Set font to use glyph points
6111 initially. Set format based on type of font.
34fd2d28 6112 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
6113 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
6114 on it. Set format based on information available here.
34fd2d28
JR
6115 (add_font_entity_to_list): Identify backend based on opentype_only.
6116
14daee73
AS
61172008-03-02 Andreas Schwab <schwab@suse.de>
6118
f907fb2e
AS
6119 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
6120
ce9c1f06
JB
6121 * coding.c (decode_coding_big5, produce_chars):
6122 Fix typos in last change.
14daee73 6123
c9cc6462
DN
61242008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
6125
6126 * gnu.h: New icon.
6127
119852e7
KH
61282008-03-02 Kenichi Handa <handa@m17n.org>
6129
6130 * coding.c (decode_coding_utf_8): When eol-type of CODING is
6131 `dos', don't decode '\r' if that is the last in the source.
6132 (decode_coding_utf_16, decode_coding_emacs_mule)
6133 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6134 (decode_coding_raw_text, decode_coding_charset): Likewise.
6135 (produce_chars): Don't decode EOL here. Use EMACS_INT.
6136
a823468b
JR
61372008-03-01 Jason Rumney <jasonr@gnu.org>
6138
6139 * w32font.c (w32font_full_name): Report point size for scalable fonts.
6140
4ddc7e30
KS
61412008-03-01 Kim F. Storm <storm@cua.dk>
6142
6143 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
6144
67997c79
JR
61452008-03-01 Jason Rumney <jasonr@gnu.org>
6146
6147 * w32font.c (w32font_full_name): New function.
6148 (w32font_open_internal): Use it.
6149
3f4e9c35
KS
61502008-03-01 Kim F. Storm <storm@cua.dk>
6151
6152 * dispnew.c (line_draw_cost): Fix invalid glyph check.
6153
f3b9e479
JR
61542008-03-01 Jason Rumney <jasonr@gnu.org>
6155
6156 * font.c (font_unparse_fcname): Increase len when style is a symbol.
6157
880820fe 61582008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
6159
6160 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
6161 xg_frame_resized when the event is for the edit widget.
6162
6163 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
6164
6165 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
6166 set_char_size.
6167 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
6168 operations on widgets here. Just set frame size if needed.
6169 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
6170 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
6171 (x_wm_set_size_hint): Set size hints on the edit widget only, not
6172 the whole frame.
10d1d0af 6173 (xg_create_tool_bar): Move attachment of the tool bar to
7ee480ce
JD
6174 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
6175 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
6176
6c8acaa1
JR
61772008-03-01 Jason Rumney <jasonr@gnu.org>
6178
6179 * w32fns.c (w32_msg_pump): Disable debug code.
6180
51fb064b 61812008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 6182
51fb064b 6183 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 6184
60221a33
CY
61852008-02-29 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * xdisp.c (next_overlay_string): Don't set
6188 overlay_strings_at_end_processed_p if we're currently reading from
6189 a display string.
6190
10cbc34f
SM
61912008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * xdisp.c (get_overlay_strings_1): Fix typo.
6194
73c0054e
CY
61952008-02-29 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * xdisp.c (get_overlay_strings_1): Add missing argument type.
6198
ec1c4354
KH
61992008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
6200
55082642
KH
6201 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
6202
ec1c4354
KH
6203 * xdisp.c (display_mode_element): Cancel the previous change.
6204 (decode_mode_spec): Likewise.
ee548a94
KH
6205 (handle_auto_composed_prop): Don't make composition if it->string
6206 is a string.
ec1c4354 6207
b6d898a2
KS
62082008-02-27 Kim F. Storm <storm@cua.dk>
6209
6210 * lisp.h (GLYPH): Change type from int to struct with separate char
6211 and face_id members.
6212 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
6213 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
6214 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
6215 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
6216 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
6217 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
6218 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
6219 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
6220 handle new Lisp glyph code encoding, either an integer or a cons.
6221
6222 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
6223 (GLYPH_ALIAS): Delete.
6224 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
6225 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
6226 (GLYPH_FROM_CHAR): Replace macro by ...
6227 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
6228
6229 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
6230 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
6231 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
6232 (GLYPH_INVALID_P): New macro.
6233 (spec_glyph_lookup_face): Update prototype.
6234
6235 * dispnew.c (line_draw_cost): Adapt to new glyph type.
6236 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
6237 new glyph code encoding.
6238 (spec_glyph_lookup_face): No return value; update passed glyph instead.
6239 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
6240
6241 * xdisp.c (get_next_display_element, next_element_from_display_vector):
6242 Adapt to new glyph type and new glyph code encoding.
6243
6244 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
6245
6246 * indent.c (current_column, current_column_1, Fmove_to_column)
6247 (compute_motion): Adapt to new glyph code encoding.
6248
6249 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
6250
af2080a2
CY
62512008-02-27 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * process.c (wait_reading_process_output): Check for window
6254 changes caused by timers.
880820fe 6255 Suggested by Johan Bockgård.
af2080a2 6256
253ed25e
GM
62572008-02-27 Glenn Morris <rgm@gnu.org>
6258
6259 * emacs.c (USAGE1): Add `--disable-font-backend'.
6260
18a9f8d9
SM
62612008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
6264 is made to the buffer.
6265
0f8b27ea
SM
62662008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
6269 (face_at_string_position):
6270 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
6271 (face_at_string_position):
6272 * xdisp.c (display_string, next_overlay_change):
6273 * buffer.h (overlays_at):
6274 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
6275 Update callers.
6276
4e7c53ca
CY
62772008-02-26 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * editfns.c (Fformat): Doc fix.
6280
51c01100
JB
62812008-02-26 Juanma Barranquero <lekktu@gmail.com>
6282
6283 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
6284 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
6285 (Ffont_otf_alternates, Fquery_font): Doc fixes.
6286
13cda5f9
SM
62872008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * buffer.c (Fbuffer_swap_text): New function.
6290 (syms_of_buffer): Defsubr it.
6291
8018d430
CY
62922008-02-25 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
6295
9bde1a21
JR
62962008-02-25 Jason Rumney <jasonr@gnu.org>
6297
6298 * w32font.c (w32font_draw): Draw one character at a time when padding.
6299
eeca6f6f
SM
63002008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
6303 Handle a nil arg. Use run_window_configuration_change_hook.
6304 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
6305 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
6306 Use run_window_configuration_change_hook.
6307
ec1c4354
KH
63082008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6309
6310 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
6311 1-pixel width.
6312
ae185452
KH
63132008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6314
6315 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
6316 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
6317 if the glyph in the font is zero pixel with.
6318
6319 * dispextern.h (struct glyph_string): New member padding_p.
6320
6321 * w32font.c (w32font_draw): Pay attention to s->padding_p.
6322
6323 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
6324
6325 * xfont.c (xfont_draw): Pay attention to s->padding_p.
6326
6327 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
6328
eeca6f6f 6329 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 6330
ffe832ea 63312008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 6332
ffe832ea 6333 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 6334
06045130
SM
63352008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 Allow fine-grained image-cache flushing.
6338 * dispextern.h (struct image): Add `dependencies' field.
6339 (clear_image_caches): Change arg to Lisp_Object.
6340 * image.c (make_image): Initialize `dependencies' field.
6341 (clear_image_cache): Change arg to allow fine-grained flushing.
6342 Perform the flush even if image-cache-eviction-delay is nil.
6343 (clear_image_caches): Change arg to Lisp_Object.
6344 (Fclear_image_cache): Expand meaning of the argument.
6345 (mark_image): Mark `dependencies' field.
6346 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
6347 (lface_hash): Use XHASH rather than XFASTINT.
6348 (face_at_buffer_position): Fix int -> EMACS_INT position.
6349 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
6350 (select_frame_for_redisplay): Remove code duplication.
6351 (redisplay_internal): Adapt arg to call to clear_image_caches.
6352
9d2818d6
DN
63532008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6354
6355 * s/vms4-0.h:
6356 * s/vms4-2.h:
6357 * s/vms4-4.h:
6358 * s/vms5-5.h: Remove, unused.
6359
6360 * s/irix5-2.h:
6361 * s/irix6-0.h:
6362 * s/riscos5.h:
6363 * s/mach-bsd4-3.h:
2a2e8de7 6364 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
6365
6366 * Makefile.in:
6367 * filelock.c:
6368 * unexmips.c:
6369 * m/hp9000s300.h:
6370 * m/iris4d.h:
6371 * s/aix3-1.h:
6372 * s/hpux.h:
6373 * s/msdos.h:
6374 * s/usg5-0.h:
6375 * s/usg5-2-2.h:
6376 * s/usg5-2.h:
6377 * s/usg5-3.h: Remove references to obsolete variables.
6378
6379 * s/irix5-0.h: Remove, move all the contents ...
6380 * s/irix6-5.h: ... here. Simplify.
6381 * config.in: Regenerate.
6382
2a36efcf
JR
63832008-02-24 Jason Rumney <jasonr@gnu.org>
6384
c5ad7a3d 6385 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
6386 manually when cleartype is in use.
6387 (x_draw_glyph_string_foreground): Draw text transparently when
6388 cleartype is in use.
6389
2a36efcf
JR
6390 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
6391 a font into it unless we have to.
6392
b03f96dc 63932008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 6394
b03f96dc
MB
6395 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
6396 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 6397
b03f96dc 63982008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 6399
b03f96dc 6400 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 6401
b03f96dc 64022008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 6403
b03f96dc 6404 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 6405
b03f96dc 64062008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 6407
b03f96dc 6408 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 6409
d5958163
CY
64102008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
6411
6412 * xterm.c (x_set_offset): Don't change the gravity if
6413 CHANGE_GRAVITY is -1.
6414
9997701e
CY
64152008-02-23 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * fileio.c (auto_save_error_occurred): New var.
6418 (auto_save_error): Set it.
6419 (Fdo_auto_save): Don't overwrite the error message if an auto-save
6420 error occurred.
6421
9d95a291
EZ
64222008-02-23 Eli Zaretskii <eliz@gnu.org>
6423
6424 * w32.c (globals_of_w32): Add initializations for
6425 g_b_init_get_sid_sub_authority and
6426 g_b_init_get_sid_sub_authority_count.
6427
43d1af23
SM
64282008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6429
43a1d19b
SM
6430 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
6431 (font_parse_xlfd): Use them for sanity check.
608c3307 6432 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 6433
354884c4
SM
6434 Consolidate the image_cache to the terminal struct.
6435 * termhooks.h (P_): Remove redundant def.
6436 (struct terminal): New field `image_cache'.
6437 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
6438 of FRAME_X_IMAGE_CACHE.
6439 * xterm.h (struct x_display_info): Remove image_cache field.
6440 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
6441 * w32term.h (struct w32_display_info): Remove image_cache field.
6442 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
6443 * macterm.h (struct mac_display_info): Remove image_cache field.
6444 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
6445 * xterm.c (x_term_init):
6446 * w32term.c (w32_term_init):
6447 * macterm.c (mac_term_init): Set the image_cache in the terminal.
6448 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
6449 Remove declarations.
6450 (clear_image_caches, mark_image_cache): New declarations.
6451 * xfaces.c (clear_face_cache):
6452 * xdisp.c (redisplay_internal): Use clear_image_caches.
6453 * image.c (clear_image_cache): Don't check that a frame is on
6454 a window-system before checking if it shares the same cache.
6455 (clear_image_caches): New function.
6456 (Fclear_image_cache): Use it.
6457 (mark_image): Move from allo.c.
6458 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
6459 * alloc.c (mark_image, mark_image_cache): Move to image.c.
6460 (mark_object): Don't call mark_image_cache for frames.
6461 (mark_terminals): Call mark_image_cache.
6462
c2e42690
SM
6463 * lisp.h (Fdelete_terminal): Declare.
6464
43d1af23
SM
6465 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
6466 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
6467 wrong_type_argument.
6468
cc8d1311
KH
64692008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
6470
6471 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 6472 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 6473
6bd92640
SM
64742008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * xterm.c (x_connection_closed): Consolidate identical tests.
6477 (x_delete_terminal): Don't crash if called via x_connection_closed.
6478
a73b5627
KH
64792008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
6480
6481 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 6482 (display_mode_element): Adjust for the above change.
a73b5627 6483
1b511542
SM
64842008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * callint.c (Fcall_interactively): Use AREF.
6487
81aefea4
SM
64882008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
6491
880820fe 64922008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
6493
6494 * xfns.c (Fx_show_tip): Set string to " " if empty.
6495
a2b84f35
DN
64962008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6497
6498 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
6499 with Qt.
6500
43c0454d
KH
65012008-02-17 Kenichi Handa <handa@m17n.org>
6502
6503 * ftfont.c (ftfont_shape): Return Lispy number.
6504
6505 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
6506 for GCs.
6507 (Finternal_set_font_selection_order): Call font_update_sort_order
6508 only when enable_font_backend is set.
6509 (realize_x_face): Set face->font_info to that of default face only
6510 when enable_font_backend is set.
6511
6512 * xdisp.c (handle_composition_prop): Set it->c to the fist
10d1d0af 6513 character of the composed region.
43c0454d
KH
6514 (fill_composite_glyph_string): Set base_face->font_info to
6515 s->font_info. Get a face for ascii from base_face->ascii_face.
6516 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
6517 with a face already decided.
6518 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
6519 non-negative.
978bef9a
JB
6520 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
6521 call font_prepare_composition unconditionally.
43c0454d 6522
978bef9a 6523 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
6524
6525 * xterm.h (struct x_display_info): New member font.
6526
6527 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
6528 (x_set_mouse_face_gc, x_new_font): Likewise.
6529 (x_term_init): Setup display_info->font.
6530 (x_delete_terminal): Free display_info->font.
6531
6532 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
6533
6534 * ftxfont.c (ftxfont_default_fid): Delete it.
6535 (ftxfont_open): Set xfont->fid to 0.
978bef9a 6536 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
6537 font-driver.
6538
6539 * xftfont.c (xftfont_default_fid): Delete it.
6540 (xftfont_open): Set xfont->fid to 0.
6541
6542 * fontset.c (FONTSET_OBJLIST): New macro.
6543 (fontset_find_font): Update font-object list of the fontset.
6544 (free_realized_fontset): New function.
6545 (free_face_fontset): Call free_realized_fontset.
6546 (Ffont_info): Call font_close_object only when enable_font_backend
6547 is set.
6548
6549 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
6550 [HAVE_NTGUI]: Include w32term.h.
6551 [MAC_OS]: Include macterm.ch.
6552 (font_otf_ValueRecord): Use make_number.
6553 (font_finish_cache): Fix handling of reference count.
6554 (font_clear_cache): Update num_fonts.
6555 (font_open_entity): Update smallest_char_width and
6556 smallest_font_height of the frame.
6557 (font_close_object): Update num_fonts.
6558 (Fclear_font_cache): Fix finding the target cache data.
6559
be617367
GM
65602008-02-16 Glenn Morris <rgm@gnu.org>
6561
6562 * fontset.c (Finternal_char_font): Fix compilation warning.
6563
2930d117
EZ
65642008-02-16 Eli Zaretskii <eliz@gnu.org>
6565
634d3003
EZ
6566 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
6567 instead of char arrays. Enlarge the size of array passed to
6568 get_token_information.
6569
2930d117
EZ
6570 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
6571 warnings.
6572
79214046
DN
65732008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6574
6575 * .gdbinit: Don't set `args', it breaks gdb --args.
6576
7f5d2c72
SM
65772008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
6580 within a narrowed buffer.
6581
6edacc43
KH
65822008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
6583
b270d6af
JB
6584 * coding.c (decode_coding_object, encode_coding_object):
6585 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 6586
174105f7
SM
65872008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6588
b270d6af
JB
6589 * coding.c (coding_set_destination): Use BEG_BYTE rather than
6590 hardcoding 1.
13818c30
SM
6591 (detect_coding_system):
6592 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
6593 (string_char_to_byte, string_byte_to_char, insert_from_gap):
6594 * insdel.c (insert_from_gap):
6595 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
6596 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
6597 (string_to_multibyte):
6598 * character.c (chars_in_text, multibyte_chars_in_text):
6599 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
6600
f1c99628
SM
6601 * character.h (FETCH_STRING_CHAR_ADVANCE)
6602 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
6603 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
6604 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
6605
7927d8e3
SM
6606 * casefiddle.c (casify_region): Only call after-change and composition
6607 functions on the part of the region that was changed.
6608
adf6a429 6609 * keyboard.c (read_avail_input):
174105f7
SM
6610 * frame.c (Fdelete_frame): Call Fdelete_terminal.
6611
3ee24aec
SM
66122008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
6615 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
6616
4ed4b975
JB
66172008-02-11 Juanma Barranquero <lekktu@gmail.com>
6618
6619 * w32menu.c (push_submenu_start, push_submenu_end)
6620 (push_left_right_boundary, push_menu_pane, push_menu_item):
6621 * keyboard.c (read_key_sequence): Don't pass args with side effects
6622 to AREF, it fails when compiling with -DENABLE_CHECKING.
6623
79e3bfb8
KH
66242008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
6625
4ed4b975
JB
6626 * Makefile.in (${lispsource}international/charprop.el):
6627 Delete this target.
6e76043f 6628
79e3bfb8
KH
6629 * search.c (boyer_moore): Fix incorrect synching of the trunk and
6630 emacs-unicode-2.
6631
5b8de9c5
SM
66322008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * terminal.c (Fdelete_terminal): Clean up the `force' path.
6635
eac1939a
SM
66362008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6637
c53956fe
SM
6638 * frame.c (Qnoelisp): New symbol.
6639 (syms_of_frame): Initialize it.
10d1d0af
JB
6640 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
6641 harmless Elisp code, from a strong `force' from x_connection_closed.
c53956fe
SM
6642 * frame.h (Qnoelisp): Declare.
6643 * xterm.c (x_connection_closed): Pass `noelisp'.
6644
eac1939a
SM
6645 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
6646 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
6647 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
6648 rather than `int' for the type of `type'.
6649
13f6772b
DN
66502008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6651
6652 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
6653
6654 * Makefile.in (GNUC): Remove support for gcc-1.x.
6655
e8455367
RS
66562008-02-10 Richard Stallman <rms@gnu.org>
6657
6658 * lisp.h (ASET): Use AREF, not ASLOT.
6659
4b75ffab
SM
66602008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * lisp.h (ASET): Check bounds.
6663
d224e8c2
GM
66642008-02-10 Glenn Morris <rgm@gnu.org>
6665
6666 * buffer.c (mode-name): Doc fix.
6667
4624371d
DN
66682008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6669
290afd83
JB
6670 * Makefile.in:
6671 * emacs.c:
6672 * gmalloc.c:
6673 * keyboard.c:
6674 * lisp.h:
6675 * m/ibm370aix.h:
6676 * process.c:
6677 * regex.c:
6678 * s/hpux.h:
6679 * sysdep.c:
6680 * sysselect.h:
6681 * systty.h:
6682 * unexec.c:
6683 * w32term.c:
6684 * xsmfns.c:
6685 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
6686
6687 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
6688
6689 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
6690 nothing else needs it anymore.
6691
274ec34b
EZ
66922008-02-09 Eli Zaretskii <eliz@gnu.org>
6693
6694 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
6695 instead of unibyte_char_to_multibyte.
6696
deeaffe1
DN
66972008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6698
6699 * s/gnu-linux.h: Remove commented out code.
6700
4ed4b975 6701 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
6702
6703 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 6704 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 6705 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
6706 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
6707 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
6708
68b587a6
SM
67092008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6710
9141ca5e
SM
6711 * keymap.c (Fkey_description): Move side effect outside of macro call.
6712
dfae5f9a 6713 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
6714 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
6715
ff7a2223
SM
6716 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
6717 (syms_of_fontset): Use ASET.
6718
68b587a6
SM
6719 * fns.c (concat): Move side effect outside of macro call.
6720 (hash_clear): Use ASET.
6721
a31787b1
RS
67222008-02-08 Richard Stallman <rms@gnu.org>
6723
6724 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
6725 If FORCE, and frame has a surrogate minibuffer for another frame,
6726 delete the other frame first.
6727
987be29b 67282008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
6729
6730 * xterm.c (x_detect_focus_change): Handle embed client message.
6731 (handle_one_xevent): Ditto.
6732 (handle_one_xevent): If embedded and we get a button press/release,
6733 request focus.
6734 (xembed_set_info, xembed_send_message): New functions.
6735 (x_make_frame_visible): Call xembed_set_info if embedded.
6736 (x_make_frame_invisible): Call xembed_set_info if embedded.
6737 (x_term_init): Initialize Xatom_XEMBED.
6738 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
6739 (x_iconify_frame): Ditto.
6740
6741 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
10d1d0af 6742 (enum xembed_info, enum xembed_message, enum xembed_focus)
1540a61a
JD
6743 (enum xembed_modifier, enum xembed_accelerator): New.
6744 (xembed_set_info, xembed_send_message): Declare.
6745 (FRAME_X_EMBEDDED_P): New.
6746
6747 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
6748 gtk_plug_new.
6749
6750 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
6751 window ID of a frame.
6752 (x_window): Reparent frame if embedded.
6753 (Fx_create_frame): Don't set border width if embedded.
6754
1f204af3 6755 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
6756 (standard_args): Ditto.
6757
880820fe 67582008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
6759
6760 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
6761
92413ef3
JD
67622008-02-07 Jim Meyering <meyering@redhat.com>
6763
6f69e89b 6764 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
6765 The latter provokes a warning from gcc about the empty else, when
6766 followed by ";". Also, without that trailing semicolon, it would
6767 silently swallow up any following statement.
c3f9fba8 6768 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
6769 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
6770 * buffer.h (DECODE_POSITION): Likewise.
6771 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
6772 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
6773 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
6774 (FETCH_CHAR_ADVANCE): Likewise.
6775 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 6776
03fa5713
GM
67772008-02-07 Jim Meyering <meyering@redhat.com>
6778
6779 * lread.c [lint]: Don't include <sys/inode.h>.
6780
3ae565b3
SM
67812008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * xselect.c (x_handle_dnd_message):
6784 * xmenu.c (digest_single_submenu, xmenu_show):
6785 * xdisp.c (with_echo_area_buffer_unwind_data)
6786 (format_mode_line_unwind_data, unwind_format_mode_line)
6787 (display_menu_bar):
6788 * eval.c (Ffetch_bytecode):
6789 * doc.c (store_function_docstring):
6790 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
6791 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
6792 * buffer.c (add_overlay_mod_hooklist): Use ASET.
6793
146b6e55
KH
67942008-02-07 Kenichi Handa <handa@m17n.org>
6795
6796 * ftxfont.c (ftxfont_open): Don't set
6797 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
6798
6799 * ftfont.c (ftfont_open): Fix previous change.
6800
46a923ac
JR
68012008-02-06 Jason Rumney <jasonr@gnu.org>
6802
6803 * w32font.c (w32font_text_extents): Fill in lbearing metric.
6804 Use cached metrics for ASCII characters.
3ae565b3
SM
6805 (w32font_open_internal): Don't set font's owning_frame.
6806 Cache metrics for ASCII characters.
46a923ac
JR
6807
6808 * w32font.h (struct w32font_info): Add ascii_metrics.
6809 Remove owning_frame.
6810
da7d7c21
KH
68112008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
6812
6813 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
6814 to negative value.
6815
6816 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
6817
3ae565b3 6818 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
6819
6820 * charset.c (syms_of_charset): Set QCtest and Qeq.
6821
c62c8ddb
SM
68222008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6823
ca319910
SM
6824 * process.c (Fstart_process):
6825 * callproc.c (Fcall_process): Handle the case where
6826 Funhandled_file_name_directory returns nil.
6827
76860cbb
SM
6828 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
6829 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
6830 * font.c (check_gstring): Use them and AREF to access the vector before
6831 we know it's really a gstring.
6832 (Ffont_shape_text): Fix typo.
6833 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 6834
15139d67
SM
6835 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
6836 Declare.
6837
c62c8ddb
SM
6838 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
6839
04b65d2b
JR
68402008-02-05 Jason Rumney <jasonr@gnu.org>
6841
6842 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
6843 Set smallest_font_height and smallest_char_width in display info.
6844
fccaebfd
KH
68452008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6846
6847 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
6848
e7d7fd8c
MB
68492008-02-05 Miles Bader <miles@gnu.org>
6850
6851 * xfaces.c (get_lface_attributes, merge_named_face)
6852 (lookup_named_face, lookup_derived_face, realize_named_face):
6853 Revert 2008-02-01 change by cyd@stupidchicken.com.
6854
3d4448a8
KH
68552008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6856
6857 * fontset.c (Ffontset_info): Handle the case of inhibitting the
6858 fallback fonts.
15139d67 6859 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 6860
5ace1ec1
JR
68612008-02-04 Jason Rumney <jasonr@gnu.org>
6862
6863 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
6864 set full_name.
e3a77b22 6865 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 6866
ffe42183
JR
68672008-02-03 Jason Rumney <jasonr@gnu.org>
6868
6869 * makefile.w32-in (OBJ1): Include font.o here.
6870 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
6871
526dc3b3
JR
68722008-02-02 Jason Rumney <jasonr@gnu.org>
6873
a0fece35 6874 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 6875
af805c82
JR
68762008-02-01 Jason Rumney <jasonr@gnu.org>
6877
6878 * s/cygwin.h: Define VIRT_ADDR_VARIES.
6879
6880 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
6881
7f6519c5
AS
68822008-02-01 Andreas Schwab <schwab@suse.de>
6883
1f45f627 6884 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 6885 ../lisp/language/myanmar.el.
7f6519c5 6886
26f8aa27
CY
68872008-02-01 Chong Yidong <cyd@stupidchicken.com>
6888
1f45f627 6889 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
6890 (merge_named_face, lookup_named_face, lookup_derived_face)
6891 (realize_named_face): Call lface_from_face_name directly, and use
6892 the fact that merge_face_vectors does not alter its FROM argument.
6893
73acf815 68942008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6895
6896 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 6897 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 6898
73acf815 68992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6900
6901 * fontset.c (reorder_font_vector): Exclude nil elements from the
6902 font group. Don't try multiple fonts.
15139d67 6903 (fontset_font): Adjust for the above change.
aca7a3d2
MB
6904 (Finternal_char_font): Return nil if the found font doesn't
6905 contain the character ch.
6906
4c4475a8 6907 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 6908
73acf815 69092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6910
6911 * font.h (FONTP): Make it return 1 also for a font-object.
6912
6913 * .gdbinit (xfontset): New function.
6914
6915 * font.c (font_find_for_lface): Check if the character C is
6916 supported or not only for the first font.
6917
6918 * fontset.c (reorder_font_vector): Fix typo.
6919 (fontset_find_font): Don't add a font-spec specifying a script.
6920 Use 0 (not Qt) for the indication of empty font-group. Change the
6921 format of RFONT-DEF. Return Qt if no font in the font-group
6922 support the character.
15139d67 6923 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 6924 found the character, remember that.
15139d67 6925 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
6926 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
6927 no font for the target.
15139d67 6928 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 6929
73acf815 69302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6931
6932 * font.c (font_load_for_face): Handle the case that the font in
6933 face->lface is a string.
6934
73acf815 69352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6936
1f45f627 6937 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 6938
73acf815 69392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6940
6941 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
6942 Fix previous change. If the frame is not on a window system,
6943 signal an error.
6944
73acf815 69452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6946
4c4475a8
GM
6947 * coding.c (decode_coding_object, encode_coding_object): Adjust
6948 marker positions after conversion.
aca7a3d2
MB
6949
6950 * lisp.h (struct Lisp_Marker): New member need_adjustment.
6951
73acf815 69522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6953
6954 * font.c (font_find_for_lface): Fix the handling of the return
6955 value of font_has_char.
6956 (Ffont_shape_text): Fix previous change.
6957
6958 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
6959 (fontset_ref_and_range): Delete it.
6960 (fontset_find_font): Call char_table_ref_and_range instead of
6961 FONTSET_REF_AND_RANGE.
6962 (make_fontset): Don't setup font groups of Latin here.
6963 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
6964 (new_fontset_from_font): Make the specified font the default for
6965 all Latin characters.
6966
73acf815 69672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6968
6969 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
6970 is on a window system before accessing the fontset of the frame.
6971
73acf815 69722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6973
1f45f627 6974 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
6975
6976 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
6977 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
6978
6979 * font.c (Ffont_shape_text): If the font driver doesn't have a
6980 shaper function, make zero-width glyphs to have at least one-pixel
6981 width. Fix setting of `to' field of glyphs.
6982
73acf815 69832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6984
6985 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
6986 glyphs.
6987
1f45f627 6988 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 6989
73acf815 69902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6991
6992 * composite.c (syms_of_composite): Fix docstring of
6993 auto-composition-function.
6994
6995 * font.h (LGLYPH_SIZE): New macro.
6996
6997 * font.c (Ffont_fill_gstring): Stop filling when a character not
6998 supported by the font is found.
6999 (Ffont_shape_text): When a shape callback function returns nil,
7000 try at most two more times with larger gstring.
15139d67 7001 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
7002
7003 * xdisp.c (handle_auto_composed_prop): Change the argument to
7004 auto-composition-function.
7005
7006 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
7007 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
7008 Lispy glyph and store it in the lgstring.
7009
7010 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
7011
7012 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
7013
73acf815 70142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7015
7016 * font.c (Ffont_shape_text): Avoid unnecessary composition.
7017
7018 * fontset.c (Vfont_encoding_charset_alist): New variable.
7019 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
7020 (reorder_font_vector, fontset_find_font): Optimize for the case of
7021 no need of reordering.
aca7a3d2
MB
7022 (face_for_char): Map the charset property by
7023 Vfont_encoding_charset_alist.
7024
73acf815 70252008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7026
7027 * w32font.c (logfonts_match): Don't check adstyle here.
7028 (font_matches_spec): Check here against physical font instead.
7029 (add_font_entity_to_list): Avoid some substitutions.
7030
7031 * font.c (font_parse_fcname): Default weight and slant to normal.
7032 (font_score): Prefer normal fonts if weight or slant unspecified.
7033 (font_score) [WINDOWSNT]: Scale weight difference down to closer
7034 match freetype scores.
7035
73acf815 70362008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7037
7038 * w32font.c (w32font_text_extents): Don't use the frame stored in the
7039 font, as it may have been deleted.
7040 (w32_enumfont_pattern_entity): Map generic family to adstyle using
7041 most common hyphenless variation.
7042 (logfonts_match): Check generic family.
7043 (font_matches_spec): Don't check generic family here.
7044 (fill_in_logfont): Set generic family based on adstyle.
7045
7046 * w32font.h (w32font_get_cache): Update declaration.
7047
73acf815 70482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7049
7050 * ftfont.c (ftfont_get_cache): Adjust the argument type.
7051
15139d67 7052 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 7053 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
7054 with the old drivers.
7055
7056 * w32font.c (w32font_get_cache): Adjust the argument type.
7057
7058 * xfont.c (xfont_get_cache): Adjust the argument type.
7059
7060 * font.h (struct font_driver): Change argument type of get_cache.
7061
7062 * xftfont.c (xftfont_start_for_frame): Delete prototype.
7063
7064 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 7065 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 7066 (font_clear_cache): New function.
4c4475a8 7067 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 7068 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
7069
7070 * fontset.c (fontset_find_font): Fix previous change.
7071
73acf815 70722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7073
7074 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
7075 dpyinfo->font_table.
7076 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 7077 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
7078
7079 * font.c (font_at): Handle the case that the arg C is negative.
7080 Handle the unibyte case.
7081 (Ffont_at): Call font_at with the arg C -1.
7082
7083 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
7084 the position here, and call font_at with the arg C -1.
7085 Don't check the range of the existing composition at the point.
aca7a3d2 7086
73acf815 70872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 7088
15139d67 7089 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 7090 Change caller.
4c4475a8
GM
7091 (load_font_get_repertory, fontset_find_font): Assume that
7092 font_spec is always a font-spec object.
aca7a3d2
MB
7093 (Fset_fontset_font): Always store a font-spec object in a fontset.
7094
7095 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
7096 instead of get_property_and_range.
7097
73acf815 70982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7099
7100 * xftfont.c (struct xftfont_info): Delete the member ft_face.
7101 (xftfont_open): Don't keep locking face.
7102 (xftfont_close): Don't unlock face.
4c4475a8 7103 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
7104
7105 * fontset.c (fontset_find_font): Don't prefer a font of
7106 supplementary charset.
7107
73acf815 71082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7109
1f45f627
GM
7110 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
7111 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
7112 (OTF_TAG_STR): Terminate by '\0'.
7113 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
7114 listing to the script specified in that property. Fix arg to
7115 OTF_check_features.
7116
73acf815 71172008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7118
7119 * w32font.h: New file.
7120
7121 * w32font.c: Include it.
7122 (struct w32font_info): Add owning_frame field. Move to w32font.h.
7123 (w32font_open): Set owning_frame.
7124 (w32font_text_extents): Use owning_frame.
7125 (struct font_callback_data): Add opentype_only field.
7126 (add_font_entity_to_list): Use it to filter fonts.
7127 Don't check against full name.
7128 (w32font_list_internal): New function.
7129 (w32font_list): Use it.
7130 (w32font_match_internal): New function.
7131 (w32font_match): Use it.
7132 (w32font_open_internal): New function.
7133 (w32font_open): Use it.
7134 (w32font_get_cache, w32font_close, w32font_has_char)
7135 (w32font_encode_char, w32font_text_extents, w32font_draw):
7136 Make non-static.
7137
7138 * makefile.w32-in (w32font.o): Depend on w32font.h.
7139
73acf815 71402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7141
7142 * charset.c (Fdefine_charset_internal): Record a supplementary
7143 charset at the tail of Vcharset_order_list.
7144
7145 * font.c (Ffont_shape_text): Fix the return value.
7146
7147 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
7148
7149 * xdisp.c (handle_auto_composed_prop): Fix previous change.
7150
73acf815 71512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7152
7153 * ftfont.c (struct OpenTypeSpec): New struct.
7154 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
7155 (ftfont_get_open_type_spec): New function.
7156 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
7157
15139d67 7158 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 7159
73acf815 71602008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7161
7162 * w32font.c (add_font_entity_to_list): Compare only the beginning
7163 of full name.
7164
73acf815 71652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7166
15139d67
SM
7167 * xdisp.c (handle_auto_composed_prop): Simplify the code.
7168 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 7169
73acf815 71702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7171
7172 * font.c (font_gstring_produce): Delete it.
7173
15139d67
SM
7174 * composite.h (COMPOSITION_METHOD):
7175 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 7176
73acf815 71772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 7178
15139d67 7179 * xfont.c (Qx): Delete.
aca7a3d2
MB
7180 (syms_of_xfont): Don't initialize Qx.
7181
15139d67
SM
7182 * composite.h (enum composition_method):
7183 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 7184
73acf815 71852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7186
7187 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
7188 (choose_face_font): Accept new form of font-spec.
7189
7190 * frame.h (font_driver_list): Declare it unconditionally.
7191 (struct frame): Define members font_driver_list and font_data_list
7192 unconditionally.
7193
7194 * fontset.c: Include "font.h" unconditionally.
15139d67 7195 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
7196 (Fset_fontset_font): Accept a font-spec object.
7197
7198 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
7199 PIXEL_SIZE part a wild card.
7200
7201 * dispextern.h (struct glyph_string): Define members clip and
7202 num_clips unconditionally.
7203 (struct face): Define members font_info and extra unconditionally.
7204
7205 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
7206 ftfont_info only when HAVE_LIBOTF is defined.
7207
73acf815 72082008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7209
7210 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
7211 and end.
7212
73acf815 72132008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7214
7215 * w32font.c (w32font_driver): Add new fields.
7216
73acf815 72172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 7218
aca7a3d2
MB
7219 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
7220 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
7221 (LIBES): Add @M17N_FLT_CFLAGS@.
7222
7223 * composite.c (compose_text): Don't treat the new style
7224 composition specially.
7225
7226 * emacs.c (main): Call syms_of_font unconditionally.
7227
7228 * font.h (FONT_ENTITY_NOT_LOADABLE)
7229 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 7230 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 7231 (struct font_driver): New member shape.
1f45f627 7232 (font_registry_charsets): Extern it.
4c4475a8 7233 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
7234 (font_otf_capability, font_drive_otf): Delete their externs.
7235
7236 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
7237 (font_charset_alist, font_registry_charsets): Move from xfont.c
7238 and rename.
aca7a3d2
MB
7239 (font_prop_validate_otf): New function.
7240 (font_property_table): Register it for QCotf.
7241 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 7242 (font_drive_otf): Delete.
1f45f627 7243 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
7244 lispy gstring.
7245 (font_find_for_lface): New arg C.
15139d67 7246 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
7247 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
7248 lispy gstring.
aca7a3d2
MB
7249 (Ffont_shape_text): New function.
7250 (Fopen_font): If the font size is not given, use 12-pixel.
7251 (Ffont_at): New arg STRING.
15139d67
SM
7252 (syms_of_font): Initalize font_charset_alist.
7253 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
7254 conditionally.
7255
7256 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
7257 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
7258 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
7259 Adjust for the change of RFONT-DEF.
15139d67 7260 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
7261
7262 * ftfont.h: New file.
7263
7264 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
7265 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
7266 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
7267 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
7268 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 7269 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
7270 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
7271 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
7272 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 7273 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
7274 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
7275 (otf_gstring, gstring, m17n_flt_initialized): New variables.
7276
15139d67
SM
7277 * w32term.c (x_draw_composite_glyph_string_foreground):
7278 Adjust for the change of lispy gstring.
aca7a3d2 7279
15139d67 7280 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 7281 lispy gstring. Call a function for auto-composition with the
15139d67
SM
7282 third arg it->window.
7283 (fill_composite_glyph_string): Adjust for the change of lispy string.
7284 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 7285
15139d67 7286 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
7287 font_find_for_lface.
7288
1f45f627
GM
7289 * xfont.c (x_font_charset_alist): Move to font.c and rename.
7290 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
7291 (syms_of_xfont): Don't handle x_font_charset_alist.
7292
7293 * xftfont.c: Include "ftfont.h".
15139d67 7294 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
7295 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
7296 (xftfont_close) [HAVE_LIBOTF]: Close otf.
7297 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
7298 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
7299 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 7300
15139d67 7301 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
7302 the change of lispy gstring.
7303
73acf815 73042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7305
7306 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
7307
73acf815 73082008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7309
7310 * w32font.c (w32font_draw): Fill background manually.
7311
73acf815 73122008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7313
7314 * font.c (Qfontp): Remove unused symbol.
7315 (QCantialias): New symbol.
7316 (syms_of_font): Define it.
7317 (font_property_table): Set a validator for QCantialias.
7318
15139d67
SM
7319 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
7320 Define if not already.
aca7a3d2
MB
7321 (QCfamily): Share with xfaces.c.
7322 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 7323 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
7324 (w32_antialias_type, lispy_antialias_type): New functions.
7325 (w32_enumfont_pattern_entity): New arg requested_font.
7326 Set antialias parameter if non-default was requested.
7327 (fill_in_logfont): Fill in lfQuality if :antialias specified.
7328
73acf815 73292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7330
7331 * lread.c (read1): Undo the previous change.
7332
73acf815 73332008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
7334
7335 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 7336 USE_FONT_BACKEND is defined.
aca7a3d2 7337
73acf815 73382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7339
7340 * font.h (struct font_bitmap): New member bits_per_pixel.
7341 (struct font_driver): New members start_for_frame and end_for_frame.
7342 (struct font_data_list): New struct.
7343 (font_put_frame_data, font_get_frame_data): Extern them.
7344
7345 * frame.h (struct frame): New member font_data_list.
7346
7347 * font.c (font_update_drivers): Call driver->start_for_frame and
7348 driver->end_for_frame at proper timings.
7349 (font_put_frame_data, font_get_frame_data): New functions.
7350 (Ffont_spec): Add usage in the docstring.
7351
7352 * frame.c (make_frame): Initialize f->font_data_list to NULL.
7353 (Fdelete_frame): Call font_update_drivers.
7354
7355 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 7356 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
7357 (xftfont_get_xft_draw): New function.
7358 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
7359 (xftfont_end_for_frame): New function.
7360 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
7361
15139d67 7362 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 7363 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
7364 (struct ftxfont_frame_data): New struct.
7365 (ftxfont_draw_bitmap): New arg gc_fore and flush.
7366 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 7367 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
7368 (ftxfont_end_for_frame): New function.
7369 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
7370
7371 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
7372
73acf815 73732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7374
7375 * xselect.c (Vselection_coding_system)
7376 (Vnext_selection_coding_system): Delete them.
7377 (syms_of_xselect): Don't declare selection-coding-system and
7378 next-selection-coding-system. They are declared in select.el.
7379
73acf815 73802008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7381
7382 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
7383
7384 * w32fns.c: Include imm.h.
7385 (get_composition_string_fn, get_ime_context_fn): New optional
7386 system functions.
7387 (globals_of_w32fns): Load them from imm32.dll.
7388 (ignore_ime_char): New flag.
7389 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
7390 WM_IME_ENDCOMPOSITION messages.
7391
7392 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
7393 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
7394
73acf815 73952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7396
7397 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
7398 (READCHAR_REPORT_MULTIBYTE): New macro.
7399 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
7400 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
7401 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
7402 source.
7403
73acf815 74042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7405
7406 * xfaces.c (face_for_overlay_string): Call lookup_face with
7407 correct arguments (fix of synching with the trunk).
7408
73acf815 74092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7410
4c4475a8
GM
7411 * font.c (font_prop_validate_symbol, font_prop_validate_style)
7412 (font_prop_validate_non_neg, font_prop_validate_spacing):
7413 Delete argument prop_index.
15139d67
SM
7414 (font_property_table): Change arguments to validater. Change Callers.
7415 (font_lispy_object): Delete.
aca7a3d2
MB
7416 (font_at): Use font_find_object instead fo font_lispy_object.
7417
73acf815 74182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
7419
7420 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
7421 and file names.
7422
73acf815 74232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7424
7425 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
7426 (font_matches_spec): Remove debug output.
7427 (add_font_entity_to_list): Avoid using substituted fonts.
7428
73acf815 74292008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7430
7431 * doc.c (Fsnarf_documentation):
7432 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
7433
73acf815 74342008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 7435
290afd83 7436 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
7437 HAVE_WINDOW_SYSTEM is defined.
7438
73acf815 74392008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
7440
7441 Fix up multi-tty merge.
7442
7443 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
7444 and indentation.
7445
7446 * xfaces.c (free_realized_face, clear_face_gcs):
7447 Include font_done_for_face in the input_blocked section, just in case.
7448
7449 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
7450 (get_char_face_and_encoding): Undo last change and remove the *other*
7451 duplicate definition (i.e. keep the one that's better scoped and that
7452 includes code for the font-backend).
7453
7454 * terminal.c (create_terminal): Default keyboard_coding to
7455 `no-conversion' and terminal_coding to `undecided'.
7456
7457 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
7458
7459 * fontset.c (free_realized_fontsets): Check that the table entry does
7460 contain a fontset before trying to compare it to `base'.
7461
7462 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
7463 syms_of_charset, and syms_of_coding earlier because init_window_once
7464 now needs Vcoding_system_hash_table to be setup.
7465
7466 * coding.h (default_buffer_file_coding): Remove.
7467
7468 * coding.c (default_buffer_file_coding): Remove.
7469 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
7470 than ->symbol, and use the terminal-local coding system.
7471 (syms_of_coding): Don't setup the coding-systems that are not
7472 terminal-local.
7473 (Fdefine_coding_system_internal): Use XCAR/XCDR.
7474
7475 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
7476 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
7477
7478 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
7479 in chartab.c and were re-added here by mistake.
7480 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
7481
7482 * doc.c (Fsnarf_documentation):
7483 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
7484 src to etc.
7485
7486 * ChangeLog.10: Add mistakenly removed entry.
7487
73acf815 74882008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
7489
7490 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
7491
73acf815 74922008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7493
7494 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
7495 Add extra args to FACE_FOR_CHAR.
7496
73acf815 74972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7498
7499 * keymap.c (where_is_internal_1): If key is a cons, store the copy
7500 in sequence.
7501
4c4475a8
GM
7502 * chartab.c (map_sub_char_table, map_char_table): If the range
7503 contains just one character, call the function with that character
7504 even if the depth is not 3.
aca7a3d2 7505
73acf815 75062008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7507
7508 * w32font.c (w32font_text_extents): Calculate metrics for the
7509 whole string.
7510
73acf815 75112008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7512
7513 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
7514
73acf815 75152008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7516
7517 * w32term.c (x_set_glyph_string_clipping): Use
7518 get_glyph_string_clip_rects.
4c4475a8
GM
7519 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
7520 Adjust for the change of struct glyph_string.
aca7a3d2
MB
7521
7522 * w32font.c (w32font_draw): Do clipping here.
7523
73acf815 75242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7525
1f45f627 7526 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
7527 glyph_string.
7528
7529 * xterm.c (x_set_glyph_string_clipping): Use
7530 get_glyph_string_clip_rects.
4c4475a8
GM
7531 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
7532 Adjust for the change of struct glyph_string.
aca7a3d2
MB
7533
7534 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
7535 the resulting clip(s}.
1f45f627 7536 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
7537 row->clip temporarily.
7538 (expose_window): Redraw rows overlapping the exposed area.
7539
7540 * dispextern.h (struct glyph_row): New member clip.
7541 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
7542 clip_height, new member clip, and num_clips.
7543
73acf815 75442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7545
7546 * data.c (Fchar_or_string_p): Fix docstring.
7547
73acf815 75482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7549
7550 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
10d1d0af 7551 create a temporary XftDraw object.
aca7a3d2 7552
73acf815 75532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7554
7555 * font.c (Ffontp): Fix docstring.
7556
7557 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
7558 strong evidence of ISO-2022.
7559
73acf815 75602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7561
7562 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
7563 SYNTAX_ENTRY_FOLLOW_PARENT.
7564
73acf815 75652008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
7566
7567 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
7568 its type.
7569 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
7570 Update to the new type of weak_hash_tables and next_weak.
7571
7572 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
7573 a plain C pointer to Lisp_Hash_Table.
7574
7575 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
7576 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
7577 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
7578 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
7579 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
7580 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
7581 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
7582 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
7583 (GC_EQ): Remove since they've been identical to their non-GC_
7584 alter-egos ever since the markbit was eradicated.
7585
290afd83
JB
7586 * alloc.c:
7587 * buffer.c:
7588 * buffer.h:
7589 * data.c:
7590 * fileio.c:
7591 * filelock.c:
7592 * fns.c:
7593 * frame.h:
7594 * lisp.h:
7595 * macterm.c:
7596 * print.c:
7597 * process.c:
7598 * w32fns.c:
7599 * w32menu.c:
7600 * w32term.c:
7601 * xfns.c:
7602 * xmenu.c:
7603 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 7604
73acf815 76052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7606
7607 * chartab.c (map_sub_char_table): Make it work for the top-level
7608 char-table. Fix handling of parent char-table.
c5ad7a3d 7609 (map_char_table): Adjust for the above change.
aca7a3d2 7610
73acf815 76112008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7612
7613 * w32font.c (Qgdi): Rename from Qw32.
7614
73acf815 76152008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7616
7617 * w32bdf.c (get_quoted_string): Make function static.
7618
73acf815 76192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7620
7621 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
7622 bigger ascent and descent than those of the font, use them as
7623 font's ascent and descent.
7624
73acf815 76252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7626
7627 * Makefile.in (${lispsource}international/charprop.el): Move this
7628 target within "#ifdef HAVE_UNIDATA" and "#endif".
7629
73acf815 76302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7631
7632 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
7633 (shortlisp): Add ../lisp/language/tai-viet.el.
7634
1f45f627 76352008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
7636
7637 * Makefile.in (${lispsource}international/charprop.el): Depend on
7638 temacs${EXEEXT}.
7639
73acf815 76402008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7641
7642 * w32font.c (w32font_close): Delete the GDI font object.
7643
6f69e89b 7644 * w32menu.c: Include character.h.
aca7a3d2
MB
7645
7646 * w32proc.c: Likewise.
7647
7648 * w32select.c: Likewise.
7649
6f69e89b 7650 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 7651
73acf815 76522008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7653
7654 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
7655
7656 * w32menu.c (syms_of_w32menu): Likewise.
7657
7658 * w32proc.c (syms_of_ntproc): Likewise.
7659
7660 * w32select.c (syms_of_w32select): Likewise.
7661
7662 * w32term.c (syms_of_w32term): Likewise.
7663
73acf815 76642008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7665
7666 * w32font.c (w32font_draw): Delete brush after using it.
7667
73acf815 76682008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7669
7670 * w32font.c (w32font_open): Don't set font_idx.
7671 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
7672 to font settings.
7673 (w32font_draw): Fill background explicitly.
7674
73acf815 76752008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7676
7677 * w32term.c (w32_initialize): Don't call w32font_initialize.
7678
7679 * w32font.c (w32font_info): Remove subranges.
7680 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
7681 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
7682 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
7683 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
7684 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
7685 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
7686 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
7687 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
7688 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
7689 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
7690 New symbols.
7691 (font_callback_data): New struct.
7692 (w32font_list, w32font_match): Use it.
7693 (w32font_open): Don't populate subranges.
7694 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
7695 (w32font_encode_char): Always return unicode code-point as-is.
10d1d0af 7696 (w32font_text_extents): Supply a transformation matrix to
1f45f627
GM
7697 GetGlyphOutline. Never look up by glyph index. Avoid looping
7698 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 7699 glyph index version.
1f204af3 7700 (set_fonts_frame): Remove.
aca7a3d2 7701 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
7702 set frame parameter. Use backward compatible fake foundries.
7703 Save generic family in extra slot under QCfamily. Make width slot
7704 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
7705 binary subranges.
7706 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 7707 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
7708 unwanted fonts.
7709 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
7710 (w32_registry): Default to iso10646_1.
7711 (fill_in_logfont): Use dpi from extra slot. Don't bother with
7712 string font registries. Don't fill in font name if it is a generic
7713 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
7714 extra info to fill pitch, family and charset fields.
7715 (list_all_matching_fonts): Use font_callback_data struct.
7716 (unicode_range_for_char): Remove.
7717 (font_supported_scripts): New function.
7718 (w32font_initialize): Remove.
7719 (syms_of_w32font): Update which symbols are defined.
7720
73acf815 77212008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7722
7723 * font.c (font_pixel_size): Reverse assq_no_quit args.
7724
7725 * w32term.h (FONT_WIDTH): Report max width, not average.
7726 (FONT_MAX_WIDTH): Remove.
7727 (FONT_AVG_WIDTH): New macro.
7728
7729 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
7730 redefinition of FONT_WIDTH.
7731
7732 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
7733 (w32_cache_char_metrics): Use FONT_WIDTH.
7734
7735 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
7736
73acf815 77372008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7738
7739 * w32font.c (w32font_open): Make lfHeight negative.
7740
7741 * w32fns.c (x_default_font_parameter): Use new style font name.
7742 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
7743
73acf815 77442008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7745
7746 * w32font.c (QCsubranges): New symbol.
7747 (w32font_open, w32font_has_char): Get subranges from subproperty
7748 of extra.
7749 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
7750 (syms_of_w32font): Define :subranges symbol.
7751
7752 * font.c (font_put_extra): Expose externally.
7753
1f45f627 7754 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
7755
7756 * font.c (Ffont_get): Use font driver to determine otf capability.
7757 (adjust_anchor): Check if driver defines anchor_point before using.
7758
7759 * w32font.c (w32font_open): Handle size, height and pixel_size better.
7760 (w32font_draw): Use options.
7761 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
7762 Fix detection of truetype fonts.
7763 (registry_to_w32_charset): Handle charsets other than iso8859-1
7764 expressed as lisp symbols.
7765 (w32_registry): Express charset as lisp symbol.
7766 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 7767 Don't set width here. Set quality to default.
aca7a3d2
MB
7768
7769 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
7770 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
7771
7772 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7773 Remove redundant loop and allocation.
7774
7775 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 7776 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
7777 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
7778
7779 * xdisp.c (fill_composite_glyph_string): Make the first arg to
7780 STORE_XCHARB a valid l-value.
7781
7782 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
7783 calculations for non-Truetype fonts.
7784 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
7785 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7786 Remove redundant code.
aca7a3d2
MB
7787 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
7788
7789 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
7790 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
7791
7792 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
7793 (x_to_w32_charset, w32_to_x_charset): Expose externally.
7794
7795 * w32font.c: New file for w32 font backend.
7796
73acf815 77972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7798
7799 * term.c: Don't include "buffer.h" twice.
7800
73acf815 78012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7802
7803 * character.c (Funibyte_string): New function.
7804 (syms_of_character): Defsubr it.
7805
73acf815 78062008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7807
7808 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
7809 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
7810 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
7811 (x_draw_glyph_string, x_draw_glyph_string_foreground)
7812 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
7813 (x_free_frame_resources): Sync with xterm.c.
7814
73acf815 78152008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7816
7817 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
7818 char-table size.
7819
73acf815 78202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7821
c3f9fba8 7822 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 7823
73acf815 78242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7825
7826 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
7827 font_otf_gpos, add font_drive_otf.
7828
7829 * fontset.c (fontset_find_font): Pay attention to font size
7830 specified for a font.
7831 (reorder_font_vector): Check contents of font_def.
7832
7833 * font.c (struct otf_list): Delete it.
6f69e89b 7834 (otf_list): Make it a lisp variable.
aca7a3d2 7835 (otf_open): Use lispy otf_list.
1f45f627 7836 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 7837 (check_otf_features): New function.
c3f9fba8
JB
7838 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7839 New functions.
aca7a3d2
MB
7840 (font_drive_otf): New function merging font_otf_gsub and
7841 font_otf_gpos.
7842 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 7843 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
7844 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
7845 Ffont_otf_gpos.
7846 (syms_of_font): Staticpro otf_list. Delete defsubr of
7847 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
7848
1f45f627 7849 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
7850 font_open_for_lface.
7851
7852 * font.h (font_open_for_lface): Adjust prototype.
7853 (struct font_driver): Delete members otf_gsub and otf_gpos, add
7854 member otf_drive.
7855 (font_otf_gsub, font_otf_gpos): Delete externs.
7856 (font_drive_otf): Extern it.
7857
73acf815 78582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7859
7860 * font.c (font_at): If the window W is not on a window system,
7861 return Qnil.
7862
4c4475a8
GM
7863 * coding.c (produce_chars, encode_coding): Don't call
7864 insert_from_gap if no characters to produce.
aca7a3d2 7865
73acf815 78662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7867
7868 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
7869 Fclear_face_cache.
7870
7871 * xfaces.c (face_for_font): Check also face->font==font->font.font.
7872
73acf815 78732008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7874
7875 * emacs.c (main): Change default value of `enable_font_backend' to 1.
7876 Parse "--disable-font-backend" option.
7877 (standard_args): Add "--disable-font-backend" option.
7878
73acf815 78792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7880
7881 * fontset.c (fontset_find_font): New function.
7882 (fontset_font): Use fontset_find_font.
7883 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
7884 Register the specified font for all Latin characters.
7885 (new_fontset_from_font): Register the specified font for all Latin
7886 characters.
7887 (dump_fontset): For a realized fontset, include the base fontset
7888 name in the returned vector.
7889
73acf815 78902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7891
7892 * character.h (CHAR_STRING): Cast C to unsigned on calling
7893 char_string.
7894
7895 * character.c (char_string): Type of arg C changed to unsigned.
7896 Signal an error if C is an invalid character code.
7897
4c4475a8
GM
7898 * editfns.c (general_insert_function, Fchar_to_string):
7899 Use CHARACTERP, not INTEGERP.
aca7a3d2 7900
73acf815 79012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7902
7903 * character.h (MIN_MULTIBYTE_LEADING_CODE)
7904 (MAX_MULTIBYTE_LEADING_CODE): New macros.
7905
7906 * regex.c (analyse_first): Fix for multibyte characters in "case
7907 charset:" and "case categoryspec:".
7908
73acf815 79092008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7910
7911 * Makefile.in (LIBES): Move standard libraries to the end.
7912
73acf815 79132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7914
7915 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
7916 nonzero, don't shrink the buffer nextb.
7917
7918 * buffer.h (struct buffer_text): New member inhibit_shrinking.
7919
7920 * coding.c (coding_alloc_by_making_gap): New arg offset.
7921 (alloc_destination): Call coding_alloc_by_making_gap with the arg
7922 offset.
7923 (decode_coding_iso_2022): Update coding->safe_charsets.
7924 (decode_coding_gap): Temporarily set
7925 current_buffer->text->inhibit_shrinking to 1.
7926
73acf815 79272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7928
7929 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
7930 indexing into elements of s->cmp and s->char2b.
7931
73acf815 79322008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
7933
7934 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
7935
73acf815 79362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7937
7938 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
7939 target_multibyte instead of multibyte.
7940 (re_match_2_internal): Call bcmp_translate with target_multibyte.
7941 (bcmp_translate): Change the argument name from multibyte to
7942 target_multibyte.
7943
73acf815 79442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7945
7946 These changes are to compile a regexp into a pattern that can be
7947 used both for multibyte and unibyte targets.
7948
7949 * Makefile.in (search.o): Depend on charset.h.
7950
7951 * character.c (multibyte_char_to_unibyte_safe): New function.
7952
7953 * search.c: Include "charset.h".
7954 (compile_pattern_1): Delete argument multibyte. Don't set
7955 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
7956 (compile_pattern): Don't compare cp->buf.target_multibyte.
7957 Compare cp->buf.charset_unibyte.
7958 (compile_pattern): Set cp->buf.target_multibyte.
7959
7960 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
7961
7962 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
7963
7964 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 7965 multibyte. Change callers.
aca7a3d2 7966 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
7967 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
7968 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
7969 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
7970 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
7971 (regex_compile): Make the compiled pattern usable both for
7972 multibyte and unibyte targets.
7973 (analyse_first): Make the fastmap usable both for multibyte and
7974 unibyte targets.
1f45f627 7975 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
7976 (re_match_2_internal): Pay attention to the case that the
7977 multibyteness of bufp and target may be different.
7978
73acf815 79792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7980
7981 * xdisp.c (x_produce_glyphs): When a font is not found, make the
7982 empty box occupy at least one column width.
7983
73acf815 79842008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7985
7986 * Makefile.in: Remove redundant HAVE_XFT clause.
7987
73acf815 79882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7989
10d1d0af 7990 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
aca7a3d2 7991
73acf815 79922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7993
7994 * fontset.c (Finternal_char_font): Fix for the case of POSITION
7995 being nil.
7996
73acf815 79972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7998
7999 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
8000
73acf815 80012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8002
8003 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
8004
73acf815 80052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8006
8007 * search.c (simple_search): Fix previous change.
8008
73acf815 80092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8010
8011 * xftfont.c (ftfont_font_format): Extern declaration.
8012
8013 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
8014
8015 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
8016 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
8017
8018 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
8019 (ftfont_font_format): Fix previous change.
8020
8021 * font.h (Ffont_xlfd_name): EXFUN it.
8022
8023 * font.c (font_parse_xlfd): Fix the array size of `f'.
8024 (register_font_driver): Use EQ to compare driver->type.
8025
8026 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
8027 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
8028 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
8029
73acf815 80302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8031
4c4475a8
GM
8032 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
8033 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 8034
73acf815 80352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8036
8037 * xfont.c (xfont_open): Set font->format.
8038
8039 * xftfont.c (xftfont_open): Set font->format.
8040
8041 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
8042 (ftfont_list): Include FC_FONTFORMAT in FcObject.
8043 (ftfont_open): Set font->format.
8044 (ftfont_font_format): New function.
8045
10d1d0af 8046 * font.h (struct font): New member format.
aca7a3d2
MB
8047
8048 * font.c (Qopentype): New variable.
8049 (syms_of_font): Defsym it.
8050 (Fquery_font): Change the format of the last element of the return
8051 value.
8052
73acf815 80532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8054
8055 * xfns.c (xic_create_xfontset): Try the default fontset name as a
8056 last resort.
8057
73acf815 80582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8059
8060 * coding.c (detect_coding_charset): Fix detection of multi-byte
8061 charset.
8062
73acf815 80632008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
8064
8065 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
8066
73acf815 80672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8068
8069 * xdisp.c (get_next_display_element): Set it->face_id for the
8070 first component of a composition.
1f45f627 8071 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 8072
73acf815 80732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8074
8075 * fontset.c (Qlatin): New variable.
8076 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 8077 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 8078
73acf815 80792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8080
8081 * font.c (font_unparse_fcname): Pay attention to the case that
8082 some of font property is a null string.
8083
73acf815 80842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8085
8086 * term.c: Include "composite.h".
8087 (encode_terminal_code): Output all components of composition.
8088 Check the size of encode_terminal_src.
424c157f 8089 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
8090 (append_composite_glyph, produce_composite_glyph): New functions.
8091
8092 * xdisp.c (x_produce_glyphs): In handling composition, if a font
8093 is not found, get font_info from the current ascii face.
8094
73acf815 80952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8096
8097 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
8098 buffer-file-name to Qnil before calling insert_from_buffer.
8099
8100 * font.c (font_unparse_fcname): Pay attention to the case that
8101 foundry is a null string.
8102
73acf815 81032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8104
8105 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
8106
8107 * font.c (Qunicode_sip): New variable.
8108 (syms_of_font): Declare it as a Lisp symbol.
8109
8110 * font.h (Qunicode_sip): Extern it.
8111
73acf815 81122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8113
1f45f627 8114 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
8115
8116 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 8117 TAB. Adjust for the change of s->char2b which always points to
10d1d0af 8118 the first element of allocated memory.
aca7a3d2 8119
1f45f627 8120 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
8121
8122 * xdisp.c (handle_composition_prop): Set it->c to the first
8123 non-TAB component.
1f45f627
GM
8124 (fill_composite_glyph_string): Change argument.
8125 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
8126 (x_produce_glyphs): Fix handling of left/right padding.
8127
73acf815 81282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8129
8130 * coding.c (detect_coding_system): Fix for handling off
8131 inhibit_iso_escape_detection. Fix for the case that no coding
8132 system is defined for a specific coding category.
8133
73acf815 81342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8135
1f45f627 8136 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
8137
8138 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
8139 opening a font.
8140
8141 * fileio.c (Finsert_file_contents): On recovering a file, assume
8142 Unix-like eol.
8143 (choose_write_coding_system): On auto-saving a file, force
8144 Unix-like eol.
8145
8146 * coding.c (setup_coding_system): Fix setting of
8147 coding->common_flags based on eol_type.
8148 (coding_inherit_eol_type): If PARENT is not nil, be sure to
8149 inherit from it.
8150
73acf815 81512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8152
1f45f627 8153 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 8154
73acf815 81552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8156
1f45f627 8157 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
8158 (ftfont_list): Don't check :name property.
8159 (ftfont_match): New function.
8160 (ftfont_pattern_entity): If the pattern doesn't contain
10d1d0af 8161 FC_SPACING, don't assume FC_MONO.
aca7a3d2
MB
8162
8163 * font.h (struct font_driver): New member `match'.
1f45f627 8164 (font_update_drivers): Adjust prototype.
aca7a3d2 8165
4c4475a8
GM
8166 * font.c (font_parse_fcname, font_parse_name): Don't change :name
8167 property of FONT.
aca7a3d2
MB
8168 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
8169 them unconditionally.
8170 (font_matching_entity): New function.
8171 (font_open_by_name): Try font_matching_entity if exact match is
8172 not found.
8173 (font_update_drivers): Delete the arg FONT. Return a list of
8174 actually used backends. Don't free faces, font caches here.
8175 Don't store data in frame parameters. Don't call x_set_font.
8176 (Ffont_spec): Store :name property as is.
8177 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
8178 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
8179 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
8180 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
8181 Call font->driver->otf_gsub instead of font_otf_gsub.
8182
8183 * frame.c (x_set_font_backend): Do more works that were done in
8184 font_update_drivers before.
8185
8186 * xfont.c (xfont_match): New function.
8187 (xfont_driver): Set xfont_driver.match to xfont_match.
8188 (xfont_draw): Set font in GC if necessary.
8189
8190 * ftxfont.c (ftxfont_match): New function.
8191 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
8192
8193 * xftfont.c (xftfont_match): New function.
8194 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
8195
73acf815 81962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8197
8198 * font.h (struct font): New member scalable.
8199 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 8200 (font_otf_gsub): Adjust prototype.
aca7a3d2 8201
1f45f627
GM
8202 * font.c (font_otf_capability): Fix handling of the default langsys.
8203 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
8204 Check the contents of SPEC.
8205 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
8206 (check_gstring): New function.
8207 (REPLACEMENT_CHARACTER): New macro.
8208 (font_otf_gsub): New arg alternate_subst. Be sure to set all
8209 glyph codes of GSTRING.
8210 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
8211 (font_prepare_composition): Set cmp->glyph_len.
8212 (font_open_entity): Set font->scalable.
8213 (Ffont_get): Handle :otf property.
8214 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
8215 functions.
8216 (Fquery_font): Use font->font.full_name.
8217 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
8218 Sfont_otf_alternates.
8219
8220 * ftfont.c (ftfont_open): Set font->font.full_name and
8221 font->font.name properly. Fix calculation of font->font.height
8222 and font->min_width.
8223
8224 * ftxfont.c (ftxfont_create_gcs): New function.
8225 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
8226 (ftxfont_draw_backgrond): Fix filling region.
8227 (ftxfont_default_fid): New function.
183080b6 8228 (ftxfont_open): Set xfont->fid to the return value of
aca7a3d2
MB
8229 ftxfont_default_fid.
8230 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
8231 (ftxfont_done_face): Free only GCs that are created by
8232 ftxfont_create_gcs.
8233 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
8234
8235 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
8236 Clip to src->width, etc (not src->clip_XXX).
8237
8238 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
8239 FontBackend frame parameter.
8240
73acf815 82412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8242
8243 * font.h (struct font_driver_list): New member `on'.
8244 (Fclear_font_cache): EXFUN it.
8245 (font_update_drivers): Extern it.
8246
8247 * font.c (font_unparse_fcname): Fix typo (swidth->width).
8248 (font_list_entities): Check driver_list->on.
8249 (register_font_driver): Initalize `on' member to 0.
8250 (font_update_drivers): New function.
8251 (Fclear_font_cache): Check driver_list->on.
8252
8253 * frame.h (Qfont_backend): Extern it.
8254 (x_set_font_backend): Extern it.
8255
8256 * frame.c (Qfont_backend): New variable.
8257 (frame_parms): New element for font-backend.
8258 (x_set_font_backend): New function.
8259
8260 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
8261 FontBackend frame parameter.
8262 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
8263 x_set_font_backend.
8264
8265 * xfont.c (xfont_list): Don't try listing by :name property if the
8266 name is not for XLFD.
8267
73acf815 82682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8269
8270 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
8271 (LGLYPH_SET_TO): New macros.
8272 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
8273 element of G is vector or not.
8274 (font_at): Extern it.
8275
8276 * font.c: Include window.h.
8277 (font_lispy_object): New function.
8278 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
8279 end of valid glyph.
8280 (font_close_object): Fix getting (struct font *).
8281 (font_at): New function.
8282 (Ffont_get): If FONT is a font-object, get entity from it.
8283 (Ffont_make_gstring): Initialize elements of glyphs with nil.
8284 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
8285 range check.
8286 (Ffont_at): New function.
8287 (syms_of_font): Defsubr Sfont_at.
8288
8289 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 8290 before the entry for Qcomposition.
1f45f627 8291 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
8292 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
8293 the font in gstring.
8294 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
8295 LGLYPH_FORM (g) to detect the end of valid glyph.
8296 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
8297 we are composing with gstring.
8298
8299 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
8300 Check if adjustment is vector or not.
8301
8302 * Makefile.in (font.o): Make it depends on window.h.
8303
73acf815 83042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8305
8306 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
8307 adjustment is vector or not.
8308
73acf815 83092008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8310
8311 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
8312
73acf815 83132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8314
8315 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
8316 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
8317 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
8318
1f45f627 8319 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 8320 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
8321 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
8322 LGLYPH format.
aca7a3d2 8323
1f45f627 8324 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
8325 the change of LGLYPH format.
8326
73acf815 83272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8328
8329 * ftfont.c (ftfont_list): Fix typo.
1f45f627 8330 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 8331
880820fe 83322008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
8333
8334 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
8335
8336 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
8337 xftface_info is non-NULL.
8338
880820fe 83392008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 8340
1f45f627 8341 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 8342
73acf815 83432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8344
8345 * ftfont.c (ftfont_list): Pay attention to the case that
8346 FC_CAPABILITY is not defined.
8347
73acf815 83482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8349
8350 * xftfont.c (xftfont_open): Set charset related members to -1.
8351
1f45f627
GM
8352 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
8353 QCname.
aca7a3d2
MB
8354 (ftfont_open): Set charset related members to -1.
8355
8356 * fontset.c (Votf_script_alist): New variable.
8357 (syms_of_fontset): Initialize it.
8358 (fontset_font): Delete unused variable.
8359
8360 * fontset.h (Votf_script_alist): Extern it.
8361
1f45f627 8362 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
8363
8364 * font.h (font_close_object, font_merge_old_spec): Extern them.
8365
73acf815 83662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8367
8368 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
8369 (syms_of_font): Initialize them.
8370 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
8371 (font_prop_validate_type): Delete.
8372 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
8373 Change caller.
8374 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
8375 (font_prop_validate_extra): Delete.
aca7a3d2
MB
8376 (font_prop_validate_spacing): New function.
8377 (font_property_table): Add elements for all known properties.
1f45f627
GM
8378 (get_font_prop_index): Rename from check_font_prop_name. New
8379 argument FROM. Change caller.
aca7a3d2 8380 (font_prop_validate): Validate all known properties.
1f45f627 8381 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
8382 (font_expand_wildcards): Make it static. Fix the way of shrinking
8383 the possible range.
1f45f627 8384 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 8385 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 8386 Change caller.
aca7a3d2 8387 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
8388 (font_parse_fcname): Delete argument merge. Fix parsing of point
8389 size. Don't validate properties values here. Change caller.
8390 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
8391 (font_open_by_name): Delete unused variable.
8392 (Ffont_spec): Likewise. Validate property values.
8393 (Ffont_match_p): New function.
8394
8395 * font.h (QCscalable): Extern it.
1f45f627 8396 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 8397
1f45f627 8398 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 8399
1f45f627 8400 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
8401 (xfont_list_pattern): New function.
8402 (xfont_list): Use xfont_list_pattern.
8403
73acf815 84042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8405
8406 * font.h (Flist_fonts): EXFUN it.
8407
73acf815 84082008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8409
8410 * w32term.c (w32_initialize): Add back smoothing_type and
8411 smoothing_enabled definitions.
8412
73acf815 84132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8414
8415 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
8416 s->face->font on determining underline position.
8417
73acf815 84182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8419
8420 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
8421 (font_has_char): Accept font-object too.
8422 (font_find_for_lface): Try at first with a size specified in face.
8423
73acf815 84242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8425
8426 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
8427 font_open_by_name.
8428
73acf815 84292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8430
8431 * font.h (QCspacing, QCdpi): Extern them.
8432 (enum font_spacing): New enum.
8433 (FONT_PIXEL_SIZE_QUANTUM): New macro.
8434
10d1d0af 8435 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
aca7a3d2
MB
8436 (QCspacing, QCdpi): New variables.
8437 (syms_of_font): Initialize them.
8438 (font_pixel_size): New function.
8439 (font_put_extra): New function.
8440 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
8441 in FONT_EXTRA.
10d1d0af 8442 (font_parse_fcname): Handle enumerated values (e.g. bold).
e9184ccb 8443 Fix handling font size. Add QCname property that contains only
aca7a3d2 8444 unknown properties.
1f45f627 8445 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 8446 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
8447 (font_sort_entites, font_list_entities, font_find_for_lface)
8448 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 8449 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
8450
8451 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
8452 include weight in listing pattern, instead check weight of each
8453 listed font. Don't include scalable in pattern. Pay attention to
8454 FONT_PIXEL_SIZE_QUANTUM.
8455
73acf815 84562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8457
aca7a3d2 8458 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 8459 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
8460 (font_list_entities): Handle float size correctly.
8461 (font_open_by_name): Prefer `normal' property values if the name
8462 doesn't specify them.
8463
8464 * fontset.c (Finternal_char_font): Use font_get_name, not
8465 Ffont_xlfd_name.
8466
8467 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
8468 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
8469 pattern. Don't force scalable.
8470
8471 * xftfont.c (xftfont_open): For generating a name, start from
8472 96-byte buffer.
8473
880820fe 84742008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
8475
8476 * frame.h (x_new_fontset2): Fix prototype.
8477
73acf815 84782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8479
1f45f627 8480 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
8481 (font_match_p, font_get_spec, font_parse_fcname)
8482 (font_unparse_fcname): Extern them.
1f45f627 8483 (font_get_name): Adjust prototype.
aca7a3d2
MB
8484
8485 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
8486 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
8487 (font_expand_wildcards): Fix handling ENCODING field. Avoid
8488 unnecessary checks for weight, slant, and swidth.
8489 (font_parse_fcname): New function.
8490 (font_unparse_fcname): New function.
8491 (font_parse_name): New function.
8492 (font_match_p): New function.
1f45f627 8493 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
8494 (font_get_spec): New function.
8495 (Qunspecified, Qignore_defface): Don't extern them.
8496 (font_find_for_lface): Assume that LFACE is fully specified.
8497 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
8498 object, use it for FACE.
8499 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
8500 driver->parse_name.
8501 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
8502
1f45f627
GM
8503 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
8504 prototype.
aca7a3d2 8505
1f45f627
GM
8506 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
8507 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
8508 make_fontset.
8509
1f45f627 8510 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 8511
1f45f627 8512 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
8513 of x_new_fontset2.
8514
8515 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
8516 (Qsans__serif): New variables.
8517 (ftfont_generic_family_list): New variable.
8518 (syms_of_ftfont): Initialize the above variables.
1f45f627 8519 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
8520 (ftfont_list_generic_family): New function.
8521 (ftfont_parse_name): Delete this function.
1f45f627 8522 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
8523 (ftfont_list_family): Fix args to FcObjectSetBuild.
8524
8525 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
8526 object in attrs[LFACE_FONT_INDEX].
8527 (set_lface_from_font_name): Cancel all changes for font-backend.
8528 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
8529 function.
8530 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
8531 font object in QCfont attribute.
8532 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
8533 (realize_default_face) [USE_FONT_BACKEND]: Call
8534 set_lface_from_font_and_fontset.
8535
8536 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
8537 "fixed", and signal error here if no suitable font was found.
8538
8539 * xfont.c (xfont_parse_name): Delete this function.
8540
8541 * xftfont.c (xftfont_open): Change coding style of error
8542 handling. Generate fontconfig's fontname pattern.
8543
8544 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
8545 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
8546
8547 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
8548 Both args FONTSET and FONT_OBJECT must be existing ones.
8549
73acf815 85502008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8551
8552 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
8553
73acf815 85542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8555
8556 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
8557
8558 * font.h (struct font): Fix typo.
8559
8560 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
8561 XLFD_XXX_INDEX.
8562 (enum xlfd_field_mask): New enum.
1f45f627 8563 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
8564 are followed by non-digits, return a symbol.
8565 (font_expand_wildcards): New function.
8566 (font_parse_xlfd): Fix wildcard handling.
8567 (Ffont_spec): If :name is specified, reflect the info in the other
8568 properties.
8569
8570 * ftfont.c (ftfont_pattern_entity): Fix typo.
8571 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
8572 locale.
8573
73acf815 85742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8575
8576 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
8577
1f45f627 8578 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
8579 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
8580 registry doesn't specify encoding part.
8581 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
8582 (font_open_by_name): At first try parsing the name.
8583 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
8584 as Lisp symbols.
8585
8586 * fontset.c (reorder_font_vector): Pay attention to the case that
8587 the 3rd element of font_def is nil.
8588 (fontset_font): For the default fontset, append one more fontset
8589 elements for a script-based font specification. Don't add script
8590 attribute on finding a font.
8591 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
8592 font name.
8593 (fontset_ascii_font): If a font can't be opened, return nil.
8594
1f45f627 8595 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
8596 (ftfont_pattern_entity): New function.
8597 (ftfont_get_cache): Assume that freetype_font_cache is already
8598 initialized.
8599 (ftfont_list): Handle the case that a file is specified in font
8600 name. Use ftfont_pattern_entity to generate entities.
8601 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
8602 (syms_of_ftfont): Initialize freetype_font_cache.
8603
8604 * xftfont.c (xftfont_open): Make the font name fontconfig's
8605 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
8606 (xftfont_close): Free font->font.name if not NULL.
8607
8608 * xfont.c (xfont_list): If script is specified for a font, return
8609 null_vector.
8610 (xfont_list_family): Declare argument type.
8611
8612 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
8613 name, set LFACE_FONT (lface) to nil.
8614
8615 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
8616 return Qnil.
8617
73acf815 86182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8619
1f45f627 8620 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
8621 (standard_args): Add "-enable-font-backend".
8622
73acf815 86232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8624
8625 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
8626 (struct xftdraw_list, xftdraw_list): Delete them.
8627 (register_xftdraw, check_xftdraw): Delete them.
8628 (xftfont_prepare_face): Don't call register_xftdraw.
8629 (xftfont_done_face): Don't call check_xftdraw.
10d1d0af 8630 (xftfont_draw): Get background color only when with_background is
aca7a3d2
MB
8631 nonzero.
8632
8633 * xfont.c (xfont_encode_char): Fix calculation of char2b.
8634
73acf815 86352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8636
8637 These changes are for the new font handling codes.
8638
8639 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
8640 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
8641 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
8642 (FONTSRC, FONTOBJ): New variables.
8643 (obj): Add $(FONTOBJ).
8644 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
8645 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
8646 @LIBOTF_LIBS@.
8647 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 8648 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 8649
1f45f627 8650 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
8651
8652 * character.h (Vscript_representative_chars): Extern it.
8653
8654 * character.c (Vscript_representative_chars): New variable.
8655 (syms_of_character): Declare it as a Lisp variable.
8656
8657 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
8658 enable_font_backend is nonzero, accept the composition method
8659 COMPOSITION_WITH_GLYPH_STRING.
8660
8661 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
8662 enumeration COMPOSITION_WITH_GLYPH_STRING.
8663
aca7a3d2
MB
8664 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
8665 members clip_x, clip_y, clip_width, and clip_height.
8666 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
8667
8668 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
8669 --enable-font-backend. Call syms_of_font.
8670
8671 * fns.c (assoc_no_quit): New function.
8672
8673 * fontset.h (FONT_INFO_FROM_FACE): New macro.
8674 (face_for_font, new_fontset_from_font)
8675 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
8676
8677 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
8678 (fontset_font, fontset_ascii, face_for_char)
8679 (make_fontset_for_ascii_face, Ffont_info)
8680 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
8681 is nonzero, use font-backend mechanism.
8682 (find_font_encoding): Make it non-static.
8683 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
8684 New functions.
8685
8686 * frame.h (struct frame): New members resx and resy.
8687 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
8688 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
8689
8690 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 8691 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
8692
8693 * lisp.h (assoc_no_quit): Extern it.
8694
8695 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
8696 Through out the file, use FONT_INFO_FROM_FACE instead of
8697 FONT_INFO_FROM_ID, use get_per_char_metric instead of
8698 rif->per_char_metric.
8699 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
8700 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
8701 (get_glyph_face_and_encoding, fill_composite_glyph_string)
8702 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8703 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
8704 nonzero, use font-backend mechanism.
8705 (get_per_char_metric): New function.
8706
8707 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
8708 (set_lface_from_font_name)
8709 (set_font_frame_param, free_realized_face)
8710 (prepare_face_for_display, clear_face_gcs)
8711 (Finternal_set_font_selection_order, realize_x_face)
8712 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
8713 font-backend mechanism.
1f45f627 8714 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
8715 (load_face_font) [USE_FONT_BACKEND]: Abort.
8716 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 8717 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
8718
8719 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
8720 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
8721 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
8722 nonzero, register all available font drivers. Call
8723 x_default_font_parameter for deciding a font.
8724 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
8725
8726 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
8727 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
8728 (x_set_glyph_string_clipping_exactly)
8729 (x_compute_glyph_string_overhangs)
8730 (x_draw_glyph_string_foreground)
8731 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
8732 (x_free_frame_resources) [USE_FONT_BACKEND]: If
8733 enable_font_backend is nonzero, use font-backend mechanism.
8734 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
8735
73acf815 87362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8737
fcb314b2 8738 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
8739 system_eol_type.
8740 (syms_of_coding): Initialize system_eol_type.
8741
fcb314b2
GM
8742 * process.c (Fset_process_coding_system): Inherit system's eol
8743 format if necessary.
aca7a3d2 8744
73acf815 87452008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8746
8747 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
8748
73acf815 87492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8750
8751 * coding.c (decode_eol): Pay attention to buffer relocation in
8752 del_range_2.
8753 (decode_coding): Call decode_eol before restoring undo_list.
8754
73acf815 87552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8756
8757 * charset.c (Fdefine_charset_internal): Fix setting of
8758 emacs_mule_bytes.
8759
73acf815 87602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8761
8762 * keyboard.c (read_char): Check if C is a character or not before
8763 looking up Vkeyboard_translate_table.
8764
73acf815 87652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8766
8767 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
8768 condition to terminate the loop.
8769
73acf815 87702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8771
8772 * coding.c (produce_composition): Compare charbuf[i] instead of
8773 args[i] against 0.
8774 (Fterminal_coding_system): Use EQ to compare Lisp objects.
8775
73acf815 87762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8777
8778 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
8779 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
8780 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
8781 detect_coding.
8782 (emacs_mule_char): Handle old style (Emacs 20) component character
8783 of a composition.
4c4475a8
GM
8784 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
8785 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
8786 composition rule.
aca7a3d2
MB
8787 (decode_coding_emacs_mule): Handle invalid bytes correctly.
8788
73acf815 87892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8790
8791 * coding.c (encode_coding_ccl): Allocate destination dynamically
8792 when necessary.
8793
73acf815 87942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8795
8796 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
8797 the loop. When quitted, show a proper error message.
8798
73acf815 87992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8800
aca7a3d2
MB
8801 * xterm.c (x_set_glyph_string_clipping_exactly): Set
8802 src->clip_head and src->clip_tail temporarily instead of src->hl.
8803
8804 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
8805 character sequence.
8806 (Fccl_execute_on_string): Use ASET, not XSET.
8807
73acf815 88082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8809
1f45f627 8810 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 8811
73acf815 88122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8813
8814 * coding.c (decode_coding): Fix the condition of terminating the
8815 decoding loop.
8816
73acf815 88172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8818
8819 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 8820 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 8821
73acf815 88222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8823
8824 * charset.c (map_charset_chars): Fix for ascii-compatible charset
8825 made by a mapping table.
8826
73acf815 88272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8828
8829 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
8830 not.
8831 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
8832 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
8833
8834 * xterm.c (x_draw_composite_glyph_string_foreground): Check
8835 s->face is NULL or not.
8836
73acf815 88372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8838
8839 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
8840 (x_draw_glyph_string): Fix drawing of right_overhang and
8841 left_overhang around/on cursor.
8842
1f45f627 8843 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 8844
73acf815 88452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8846
8847 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
8848
73acf815 88492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8850
4c4475a8
GM
8851 * coding.c (Fdefine_coding_system_internal)
8852 (Fdefine_coding_system_alias): Avoid a duplicated element in
8853 Vcoding_system_alist.
aca7a3d2 8854
73acf815 88552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8856
8857 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
8858
fcb314b2 8859 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
8860 (syms_of_coding): Intern and staticpro it.
8861 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 8862 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
8863
8864 * coding.h (CODING_SYSTEM_P): If ID is not available, call
8865 Fcoding_system_p.
8866 (CHECK_CODING_SYSTEM): If ID is not available, call
8867 Fcheck_coding_system.
4c4475a8
GM
8868 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
8869 Try also Fcheck_coding_system.
aca7a3d2 8870
73acf815 88712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8872
aca7a3d2
MB
8873 * coding.c (code_conversion_restore): GCPRO arg.
8874
73acf815 88752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8876
8877 * character.c (lisp_string_width): Check multibyteness of STRING.
8878
73acf815 88792008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8880
8881 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
8882 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
8883 (decode_mac_font_name): Use decode_coding_c_string instead of
8884 decode_coding.
8885 (x_load_font): Initialize fontp->fontset to -1. Set
8886 fontp->encoding_type.
8887
73acf815 88882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8889
8890 * search.c (search_buffer): Give up BM search on case-fold-search
8891 if one of a target character has a case-equivalence of different
8892 byte length even if that target charcter is an ASCII.
1f45f627
GM
8893 (simple_search): Fix calculation of byte length of matched text.
8894 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 8895
73acf815 88962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8897
8898 * coding.c (decode_coding): Fix handling of invalid bytes.
8899
73acf815 89002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8901
8902 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
8903 Unicode characters.
8904
73acf815 89052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8906
8907 * coding.c (encode_coding_object): If a pre-write-conversion
8908 function makes a new buffer, kill it.
8909
73acf815 89102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8911
8912 * coding.c (QCascii_compatible_p): New variable.
8913 (syms_of_coding): Initialize it.
4c4475a8
GM
8914 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
8915 calling string_char.
aca7a3d2
MB
8916 (record_conversion_result): Add `default:' case.
8917 (coding_charset_list): Delete unused variable `coding_type'.
8918 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
8919 property in the plist of the coding system.
8920 (Fcoding_system_put): Check QCascii_compatible_p.
8921
73acf815 89222008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8923
8924 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
8925 removed calculation of frame `f', as it's now used.
8926
73acf815 89272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8928
1f45f627 8929 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
8930 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
8931 (UNIDATA): New variable.
8932 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
8933 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
8934 $(RUN_TEMACS) unconditionally.
8935
73acf815 89362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8937
1f45f627 8938 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
8939 (admindir): New variable.
8940 ($(lispsource)international/charprop.el): New target.
8941
73acf815 89422008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 8943
1f45f627 8944 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
8945 (syms_of_character): Remove its initialization.
8946
73acf815 89472008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
8948
8949 * w32select.c (validate_coding_system)
8950 (setup_windows_coding_system): New functions.
8951 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
8952 setup_windows_coding_system.
8953 (setup_config, Fw32_get_clipboard_data): Use
8954 validate_coding_system.
8955 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 8956 where signals are allowed.
aca7a3d2
MB
8957
8958 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
8959 (Fcheck_coding_system): Add declarations.
8960
73acf815 89612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8962
1f45f627 8963 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 8964
73acf815 89652008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8966
8967 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
8968 string as the second argument for x_new_fontset.
8969
73acf815 89702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8971
8972 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
8973 (encode_coding_object): Use safe_call instead of call2.
8974
73acf815 89752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8976
1f45f627 8977 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
8978
8979 * Makefile.in (lisp): Include charprop.el.
8980
73acf815 89812008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8982
8983 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
8984 Not sure if it's unnecessary.
8985
73acf815 89862008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
8987
8988 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
8989 some possibly unnecessary fontset checking code that crashed
1f45f627 8990 when creating a new frame.
aca7a3d2 8991
73acf815 89922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8993
8994 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
8995 lookup_face.
8996
8997 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
8998
1f45f627 8999 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 9000
73acf815 90012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9002
73acf815 9003 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
9004 (coding_charset_list): New function.
9005
9006 * coding.h (coding_charset_list): Extern it.
9007
73acf815 90082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9009
9010 * fontset.c (Fset_fontset_font): Call find_font_encoding with
9011 concatenation of family and registry.
9012
73acf815 90132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9014
9015 * character.h (BYTE8_STRING): Fix typo.
9016
9017 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
9018 string to multibyte (sync to HEAD).
9019
9020 * casefiddle.c (casify_region): Handle changes in byte-length
9021 using replace_range_2 (sync to HEAD).
9022
73acf815 90232008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
9024
9025 * chartab.c (map_char_table): GCPRO table and arg.
9026
73acf815 90272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9028
9029 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
9030 already at limit.
9031
73acf815 90322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9033
9034 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
9035 instead of fast_c_string_match_ignore_case.
1f45f627 9036 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 9037 fast_string_match_ignore_case instead of
1f45f627 9038 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 9039
73acf815 90402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9041
9042 * xdisp.c (get_next_display_element): In unibyte case, decide to
10d1d0af 9043 display in octal form by checking a character by
aca7a3d2
MB
9044 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
9045
1f45f627 9046 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
9047
9048 * character.c (unibyte_has_multibyte_table): New variable.
9049
9050 * character.h (unibyte_has_multibyte_table): Extern it.
9051 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
9052
73acf815 90532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9054
9055 * coding.c (encode_coding_iso_2022): Fix handling of charset
9056 annotation.
9057
73acf815 90582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9059
9060 * coding.c (setup_coding_system): If coding_system is nil, use
9061 Qundecided.
9062 (Fterminal_coding_system): Return nil if terminal coding system is
9063 `undecided'.
9064 (syms_of_coding): Define coding-system `undecided' here. Setup
9065 terminal_coding as `undecided'.
9066
73acf815 90672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9068
9069 * xdisp.c (message_dolog, set_message_1): Call
9070 unibyte_char_to_multibyte with arg type int.
9071
aca7a3d2
MB
9072 * lread.c (read1): Fix reading of a char-table.
9073
10d1d0af 9074 * print.c (print_object): Include sub char-table in circularities
aca7a3d2
MB
9075 detection.
9076
73acf815 90772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9078
10d1d0af
JB
9079 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
9080 Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 9081
73acf815 90822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9083
9084 * fileio.c (report_file_error): Make a unibyte string from
9085 strerror (errorno).
9086 (Fsubstitute_in_file_name): Fix the arg to
9087 unibyte_char_to_multibyte. It is evaluated twice.
9088
73acf815 90892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9090
9091 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
9092
73acf815 90932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9094
9095 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
9096 BOM is not found.
4c4475a8
GM
9097 (detect_coding, detect_coding_system): Optimization for ISO-2022
9098 when no 8-bit data is found.
aca7a3d2 9099
73acf815 91002008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
9101
9102 * w32fns.c (x_to_w32_font): Update to use new coding struct.
9103
73acf815 91042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9105
4c4475a8
GM
9106 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
9107 CHARS.
aca7a3d2 9108
73acf815 91092008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
9110
9111 * macterm.c (mac_encode_char): Add charset argument and update
9112 to use encoding_type.
2a2e8de7 9113 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
9114 switch to pure fontset.
9115 (decode_mac_font_name): Temporarily remove decoding.
9116 (x_font_name_to_mac_font_name): Temporarily remove encoding.
9117 (x_load_font): Temporarily remove encoding.
aca7a3d2 9118
73acf815 91192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9120
9121 * xfaces.c (Fface_font): If frame is not on a window system,
9122 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
9123 refer to face->font.
9124 (split_font_name_into_vector, build_font_name_from_vector)
9125 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
10d1d0af 9126 when HAVE_WINDOW_SYSTEM is defined.
aca7a3d2 9127
73acf815 91282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9129
9130 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
9131 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 9132 cmp->glyph_len is zero.
aca7a3d2 9133
1f45f627 9134 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
9135 (Ffontset_info): Make it backward compatible. New arg ALL.
9136
73acf815 91372008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
9138
9139 * process.c (read_process_output): Grow decoding_buf when needed;
9140 this could cause a crash in allocate_string and compact_small_strings.
9141
73acf815 91422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9143
1f45f627 9144 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 9145
73acf815 91462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9147
9148 * coding.c (setup_coding_system): Set coding->common_flags
9149 correctly for raw-text.
9150 (consume_chars): On encoding unibyte text by raw-text, don't check
9151 multibyte form.
1f45f627 9152 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
9153
9154 * fileio.c (e_write): Short cut for the case of no encoding.
9155
73acf815 91562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9157
4c4475a8
GM
9158 * coding.c (detect_coding, detect_coding_system): Delete unused
9159 variables.
aca7a3d2 9160
73acf815 91612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9162
9163 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
9164 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
9165
73acf815 91662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9167
9168 * coding.c (Ffind_coding_systems_region_internal): Include
9169 raw-text and no-conversion in the result.
9170
73acf815 91712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9172
1f45f627 9173 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
9174 (load_font_get_repertory): Delete unnecessary check of ENCODING of
9175 FONT_DEF.
9176 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 9177 (set_fontset_font): Change argument.
aca7a3d2
MB
9178 (Fset_fontset_font): Fix for the case that TARGET is a script
9179 name and charset name.
9180 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
9181
73acf815 91822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9183
1f45f627
GM
9184 * fontset.c (fontset_font): Rename from fontset_face. Change return
9185 value.
4c4475a8
GM
9186 (face_suitable_for_char_p, face_for_char): Adjust for the change
9187 of fontset_font.
aca7a3d2
MB
9188 (make_fontset_for_ascii_face): Fix setting of the fontset element
9189 for ASCII.
9190 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
9191 to get a font name.
1f45f627 9192 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 9193
10d1d0af 9194 * coding.c (emacs_mule_char): Check invalid code more rigidly.
aca7a3d2
MB
9195
9196 * character.h (LEADING_CODE_LATIN_1_MIN)
9197 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
9198
73acf815 91992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9200
fcb314b2 9201 * editfns.c (check_translation): New function.
aca7a3d2
MB
9202 (Ftranslate_region_internal): Handle M:N mapping.
9203
73acf815 92042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9205
9206 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
9207
73acf815 92082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9209
9210 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
9211 goto invalid_code.
9212 (decode_coding_iso_2022): Fix handling of invalid designation.
9213
9214 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
9215 after calling code_conversion_save.
9216
73acf815 92172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9218
9219 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
9220
9221 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
9222
9223 * fontset.c: Include "intervals.h".
9224 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
9225 (free_face_fontset, new_fontset_from_font_name): Fix
9226 Lisp_Object/int mixup.
aca7a3d2
MB
9227
9228 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
9229
9230 * coding.c: Add many prototypes for static functions.
9231 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 9232 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
9233 (Funencodable_char_position, Fcheck_coding_systems_region): Call
9234 get_translation_table with max_lookup NULL.
aca7a3d2 9235
73acf815 92362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9237
9238 * coding.c (get_translation_table): Declare it as Lisp_Object.
9239 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
9240 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
9241 instead of CHAR_TABLE_REF.
aca7a3d2 9242
73acf815 92432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9244
1f45f627 9245 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
9246 annotation data format.
9247 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 9248 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 9249 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 9250 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
9251 (decode_coding_ccl, decode_coding_charset): Pay attention to
9252 coding->charbuf_used.
aca7a3d2
MB
9253 (get_translation): New function.
9254 (produce_chars): New arguments translation_table and last_block.
9255 Translate characters here. Return number of carryover chars.
1f45f627
GM
9256 Change caller.
9257 (produce_composition): New argument pos. Change caller.
9258 Adjust for the change of annotation data format.
aca7a3d2
MB
9259 (produce_charset, produce_annotation): Likewise.
9260 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
9261 (consume_chars): New arg translation_table. Change caller.
9262 (translate_chars): Delete.
9263 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 9264
73acf815 92652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9266
9267 * search.c (simple_search): Fix setting this_pos_byte in backward
9268 search.
9269
9270 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
9271 byte sequence.
9272 (detect_coding_ccl): Fix setting of the variable valids.
9273
73acf815 92742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9275
9276 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
9277
9278 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
9279
1f45f627 9280 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
9281 Ftranslate_region. Accept a char-table in TABLE.
9282 (syms_of_editfns): Defsubr Stranslate_region_internal.
9283
9284 * xfaces.c (set_lface_from_font_name): If a font is specified for
9285 a frame, generate a fontset from the font.
9286 (build_scalable_font_name): If the scalable font is requested for
9287 a specific size, don't change that size.
9288 (try_font_list): Try a scalable font also in the case that a
1f45f627 9289 pattern string is specified.
aca7a3d2 9290
73acf815 92912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9292
9293 * xfaces.c (Fface_font): New optional arg CHARACTER.
9294
73acf815 92952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9296
9297 * charset.h (CHARSET_OFFSET): New macro.
9298
73acf815 92992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9300
9301 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
9302
9303 * fontset.c (fontset_face): Handle the case that repertory is a
9304 char-table.
9305 (find_font_encoding): Return nil for unknown encoding.
9306 (Fset_fontset_font): Ignore a font of unknown encoding.
9307
73acf815 93082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9309
1f45f627 9310 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
9311
9312 * fontset.c (fontset_face): Handle fallback fonts correctly.
9313 (Ffontset_info): Return infomation about fallback fonts.
9314
73acf815 93152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9316
9317 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 9318 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
9319 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
9320 the case that it is nil.
9321 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 9322 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
9323
9324 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
9325 subset or superset.
9326
73acf815 93272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9328
9329 * emacs.c (main): Call init_charset after syms_of_XXX.
9330
1f45f627 9331 * charset.c (Vcharset_map_directory): Delete.
1f204af3 9332 (Vcharset_map_path): New variable.
aca7a3d2
MB
9333 (load_charset_map_from_file): Use Vcharset_map_path instead.
9334 (init_charset): Initialize Vcharset_map_path.
9335 (syms_of_charset): Delete declaration of "charset-map-directory",
9336 add declaration of "charset-map-path".
9337
73acf815 93382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9339
4c4475a8
GM
9340 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
9341 ASCII only string.
aca7a3d2
MB
9342
9343 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
9344
9345 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 9346 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 9347
73acf815 93482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9349
9350 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
9351
9352 * coding.c (QCmnemonic, QCdefalut_char)
9353 (QCdecode_translation_table, QCencode_translation_table)
9354 (QCpost_read_conversion, QCpre_write_conversion): New variables.
9355 (get_translation_table): Return a list of translation tables if
9356 necessary.
9357 (decode_coding): Call get_translation_table with ENCODEP 0.
9358 (char_encodable_p): If translation_table is non-nil, always call
9359 translate_char.
9360 (Fdefine_coding_system_internal): Accept list of translation
9361 tables as :encode-translation-table and :decode-translation-table.
9362 (Fcoding_system_put): New function.
9363 (syms_of_coding): Declare new symbols. Defsubr
9364 Scoding_system_put.
4c4475a8
GM
9365 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
9366 typically JISX0212.
aca7a3d2
MB
9367
9368 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
9369 when the charset is superset type.
9370
9371 * character.c (translate_char): Accept list of translation tables.
9372
73acf815 93732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9374
1f45f627 9375 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
9376 (CODING_ATTR_TRANS_TBL): New macro.
9377
9378 * coding.c (get_translation_table): New function.
9379 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
9380 (decode_coding, encode_coding): Utilize get_translation_table.
9381 (char_encodable_p, Funencodable_char_position): Translate char if
9382 necessary.
9383 (Ffind_coding_systems_region_internal)
9384 (Fcheck_coding_systems_region): Setup translation table for encode
9385 in a coding system attribute vector in advance.
aca7a3d2
MB
9386 (Fdefine_coding_system_internal): Allow a symbol as translation
9387 table. For shift-jis type coding system, allow 4th charset.
9388
73acf815 93892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9390
9391 * coding.c (decode_coding_sjis): Check the first byte rigidly.
9392
9393 * xdisp.c (get_next_display_element): Pass -1 as POS to
9394 FACE_FOR_CHAR if displaying a C-string.
9395
73acf815 93962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9397
9398 * composite.c (get_composition_id): Handle xoff and yoff in a
9399 composition rule.
9400
9401 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
9402 (struct composition): New member lbearing and rbearing.
9403
9404 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
9405 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 9406 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
9407
9408 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
9409 composition glyph.
9410
73acf815 94112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9412
9413 * print.c: Include charset.h.
9414 (Vprint_charset_text_property): New variable.
9415 (Qdefault): Extern it.
9416 (PRINT_STRING_NON_CHARSET_FOUND)
9417 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
9418 (print_check_string_result): New variable.
9419 (print_check_string_charset_prop): New function.
9420 (print_prune_charset_plist): New variable.
9421 (print_prune_string_charset): New function.
9422 (print_object): Call print_prune_string_charset if
9423 Vprint_charset_text_property is not t.
183080b6 9424 (print_interval): Print nothing if interval->plist is nil.
aca7a3d2
MB
9425 (syms_of_print): Declare Vprint_charset_text_property as a lisp
9426 variable. Init and staticpro print_prune_charset_plist.
9427
73acf815 94282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9429
9430 * fontset.c (new_fontset_from_font_name): Use the specified font
9431 for all characters in the new fontset.
9432
9433 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
9434 OBJECT args.
9435
9436 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
9437 OBJECT args for composition too.
9438
9439 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
9440 OBJECT args.
9441
73acf815 94422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9443
9444 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
9445
1f45f627 9446 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 9447 FONT_DEF format.
1f45f627 9448 (fontset_face): New arg id. Change caller.
aca7a3d2 9449 (face_for_char): New args pos and object.
1f204af3 9450 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
9451 (fs_query_fontset): Check NAME by Fassoc too.
9452 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 9453 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 9454
1f45f627 9455 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 9456
4c4475a8
GM
9457 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
9458 (append_space, extend_face_to_end_of_line)
9459 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
9460 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
9461
9462 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
9463 POS and OBJECT args.
9464
9465 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
9466 POS and OBJECT args.
9467
73acf815 94682008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
9469
9470 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
9471 of GlobalAlloc'ed memory.
9472
73acf815 94732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9474
9475 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
9476
9477 * charset.h (charset_table_used): Delete extern.
9478
9479 * charset.c (charset_table_used): Make it static.
9480 (map_charset_chars): Fix args to c_function with.
9481
9482 * chartab.c (map_sub_char_table_for_charset): Fix args to
9483 c_function with.
9484
9485 * coding.h (enum coding_result_code): Delete
9486 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
9487
9488 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 9489 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
9490 (Vlast_code_conversion_error): New variables.
9491 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
9492 (ONE_MORE_BYTE): Record error if any instead of signaling an
9493 error. If non-ASCII multibyte char is found, return the negative
9494 value of the code. All callers changed to check it.
9495 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
9496 (record_conversion_result): New function. Change all codes setting
9497 coding->result to call this function.
4c4475a8
GM
9498 (detect_coding_utf_8, decode_coding_utf_8)
9499 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
9500 Don't use the local variable incomplete.
aca7a3d2 9501 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
9502 (decode_coding): Fix of flushing out unprocessed data.
9503 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 9504 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
9505
9506 * fontset.c (set_fontset_font): Fix args.
9507
9508 * lisp.h (CHARACTERBITS): Define as 22.
9509
9510 * process.c (send_process): Be sure to set coding->src_multibyte.
9511
9512 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
9513
73acf815 95142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9515
9516 * xdisp.c (handle_auto_composed_prop): Give limit to
9517 Fnext_single_char_property_change.
9518
73acf815 95192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9520
424c157f 9521 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 9522 table weak.
aca7a3d2
MB
9523
9524 * fontset.c (Fset_fontset_font): Fix docstring.
9525
9526 * lisp.h (detect_coding_system): Adjust prototype.
9527
9528 * fileio.c (kill_workbuf_unwind): Delete this function.
9529 (Finsert_file_contents): Adjust the call of detect_coding_system.
10d1d0af 9530 Get conversion_buffer by code_conversion_save. Use the macro
aca7a3d2
MB
9531 CODING_MAY_REQUIRE_DECODING. After decoding, update
9532 coding_system.
9533
9534 * coding.h (make_conversion_work_buffer): Delete extern.
9535 (code_conversion_save): Extern it.
9536
9537 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 9538 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
9539 (decode_coding_utf_8): Don't do eol converion.
9540 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 9541 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
9542 (decode_coding_emacs_mule, decode_coding_iso_2022)
9543 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
9544 Don't do eol converion.
aca7a3d2
MB
9545 (adjust_coding_eol_type): Return a new coding system.
9546 (detect_coding): Don't detect eol. Fix for utf-16 detection.
9547 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
9548 each change.
10d1d0af 9549 (decode_coding): Pay attention to undo_list. Do eol conversion for
aca7a3d2
MB
9550 all types of coding-systems (if necessary).
9551 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 9552 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
9553 Vcode_conversion_reused_work_buf.
9554 (Vcode_conversion_workbuf_name): New variable.
9555 (reused_workbuf_in_use): New variable.
9556 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 9557 (code_conversion_restore): Change argument to cons.
1f45f627
GM
9558 (code_conversion_save): Delete the argument BUFFER. Change callers.
9559 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
9560 Fix for utf-16 detection.
9561 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 9562 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
9563 reused_workbuf_in_use.
9564
73acf815 95652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9566
9567 * keymap.c (store_in_keymap): Pay attention to the case that idx
9568 is a cons specifying a character range.
9569
73acf815 95702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9571
9572 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
9573 HANDLED_RECOMPUTE_PROPS.
9574
9575 * coding.c (Fdefine_coding_system_internal): Fix checking of
9576 ascii compatibility.
9577
73acf815 95782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9579
1f45f627 9580 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
9581 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
9582
9583 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
9584 Resync charset_list to Vemacs_mule_charset_list.
9585
9586 * keymap.c (store_in_keymap): Pay attention to the case that idx
9587 is a cons specifying a character range.
9588
73acf815 95892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9590
9591 * composite.c (update_compositions): Bind inhibit-read-only, etc
9592 to t before calling remove-list-of-text-properties.
9593
9594 * print.c (print_object): Always print ASCII chars as is.
9595
73acf815 95962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9597
1f45f627 9598 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 9599
4c4475a8
GM
9600 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
9601 is a char table.
aca7a3d2 9602
73acf815 96032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9604
1f45f627 9605 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 9606
73acf815 96072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9608
9609 * xfaces.c (set_lface_from_font_name): Fix for the case that
9610 FONTNAME is not fontset name.
9611
73acf815 96122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9613
9614 * fns.c (base64_encode_1): Fix previous change.
9615
73acf815 96162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9617
9618 * fontset.c (set_fontset_font): New function.
9619 (Fset_fontset_font): If a font is specified for a charset, use
9620 map_charset_chars to store the font spec in a fontset.
9621
73acf815 96222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9623
1f204af3 9624 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
9625 (make_fontset): Don't create a fallback fontset here.
9626 (free_face_fontset): Free a fallback fontset (if any) too.
9627 (n_auto_fontsets): Delete this variable.
9628 (auto_fontset_alist): New variable.
9629 (new_fontset_from_font_name): Check auto_fontset_alist.
9630 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
9631 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
9632 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
9633 Defsubr Sfontset_list_all.
9634
73acf815 96352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9636
9637 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
9638
73acf815 96392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9640
9641 * fontset.c (Fnew_fontset): Check NAME more rigidly.
9642
73acf815 96432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9644
9645 * editfns.c (Fgoto_char): Fix docstring.
9646
73acf815 96472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9648
9649 * insdel.c (insert_from_gap): Adjust intervals correctly.
9650
73acf815 96512008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
9652
9653 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
9654 (pfnGetFontUnicodeRanges): New dynamically loaded function.
9655 (w32_initialize): Try to load it.
9656 (x_get_font_repertory): Use it if available.
9657 (w32_encode_char): Add shortcut for unicode output.
9658
9659 * w32fns.c (w32_load_system_font): Default charset to -1.
9660 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 9661 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
9662 or wildcard charsets.
9663 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
9664 (w32_codepage_for_font): Return CP_UNICODE for unicode.
9665 (w32_to_x_font): Match charset to real charset.
9666 (enum_font_cb2): Always list unicode versions.
9667
9668 * makefile.w32-in (temacs): Increase EMHEAP.
9669
73acf815 96702008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
9671
9672 * w32term.c (w32_encode_char): New charset parameter.
9673 font_info.encoding becomes encoding_type.
1f45f627 9674 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
9675 (x_new_font): Return quickly if font already set.
9676 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
9677 Use new fs_query_fontset. Try new_fontset_from_font_name.
9678 Use fontset_name for return value.
aca7a3d2
MB
9679
9680 * w32term.h: Declare x_get_font_repertory.
9681
9682 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 9683 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
9684 of encode_coding.
9685 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
9686 decode_coding.
9687
9688 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
9689 of x_new_fontset.
9690 (w32_load_system_font): Initialize charset as unicode.
9691 font_info.encoding becomes encoding_type.
1f45f627
GM
9692 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
9693 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
9694 (syms_of_w32fns): Set get_font_repertory_func.
9695
1f45f627 9696 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 9697 from term.c.
1f45f627 9698 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
9699 encode_coding_object in place of encode_coding.
9700
9701 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
9702 encoding becomes encoding_type.
9703
9704 * term.c (terminal_encode_buffer): Make externally visible.
9705
9706 * makefile.w32-in: Add character.h dependancies.
9707 (character.o, chartab.o): New targets.
9708
73acf815 97092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9710
9711 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 9712 CODING_ID_EOL_TYPE.
aca7a3d2 9713
73acf815 97142008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
9715
9716 * coding.c (produce_chars): Revert last change.
9717
73acf815 97182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9719
9720 * charset.h (charset_unicode): Extern it.
9721
9722 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 9723 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 9724 arg MULTIBYTE.
1f45f627 9725 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
9726 change of find_charsets_in_text.
9727 (Fsplit_char): Fix doc. Never return unknown.
9728
10d1d0af 9729 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
aca7a3d2
MB
9730
9731 * coding.c (Fdefine_coding_system_alias): Update
9732 Vcoding_system_list.
9733
9734 * fontset.c (load_font_get_repertory): Pay attention to the case
9735 that ENCODING of a font is specified by a char-table.
9736
9737 * xterm.c (x_get_font_repertory): Handle the case that the
9738 encoding of font is other than Unicode.
9739
73acf815 97402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9741
9742 * term.c (encode_terminal_code): Don't handle glyph-table. Check
9743 if a character is encodable by the terminal coding system. If
9744 not, produces proper number of `?'s. Update
9745 terminal_encode_buffer and terminal_encode_buf_size if necessary.
9746 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
9747
73acf815 97482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9749
9750 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
9751 variables.
1f45f627 9752 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
9753 characters at once. Store the result of encoding in
9754 terminal_encode_buffer.
4c4475a8
GM
9755 (write_glyphs, insert_glyphs): Adjust for the change of
9756 encode_terminal_code.
aca7a3d2
MB
9757 (term_init): Initialize terminal_encode_buffer and
9758 terminal_encode_buf_size.
9759
9760 * coding.c (consume_chars): If coding->src_object is nil, don't
9761 check annotation.
9762
73acf815 97632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9764
9765 * character.c (char_string): Use ASCII_CHAR_P instead of
9766 SINGLE_BYTE_CHAR_P.
9767
73acf815 97682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9769
9770 * xdisp.c (handle_auto_composed_prop): Check if the last
9771 characters of auto-composed region is newly composed with the
9772 following characters.
9773 (handle_composition_prop): Fix checking of point being inside
9774 composition.
9775
73acf815 97762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9777
9778 * fns.c (concat): Don't change multibyteness of the result by
9779 concatenating an 8-bit character.
9780
9781 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
9782 multibyteness of the result when newelt is an 8-bit character.
9783
73acf815 97842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9785
9786 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
9787 EMACS_INT.
9788
9789 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
9790
9791 * xfaces.c (face_numeric_value): Declare dim size_t.
9792 (Finternal_lisp_face_equal_p): Remove unused f.
9793
9794 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
9795 (MATRIX_ROW): Remove unused vars.
9796 (draw_glyphs, x_insert_glyphs, fast_find_position)
9797 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
9798 byte/char counts.
9799
9800 * regex.c (regex_compile): Remove unused var.
9801
9802 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9803
9804 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
9805 (Faccessible_keymaps, where_is_internal): Remove unused vars.
9806
9807 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
9808
9809 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
9810
9811 * fileio.c (Fwrite_region): Remove unused var.
9812
9813 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
9814 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
9815
9816 * composite.c (Fremove_list_of_text_properties): Declare.
9817
1f45f627
GM
9818 * coding.c (inhibit_pre_post_conversion): Remove (unused).
9819 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
9820 (coding_inherit_eol_type): Remove unused attrs.
9821 (detect_coding): Cast arg of detect_eol.
9822
9823 * charset.c (syms_of_charset): Remove unused var p.
9824 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
9825 byte/char counts.
9826
9827 * casetab.c (set_case_table): Remove unused var.
9828
9829 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 9830 unused vars.
aca7a3d2 9831
73acf815 98322008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9833
9834 * xterm.c (x_bitmap_mask): Declare.
9835
73acf815 98362008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9837
9838 * xterm.c (x_term_init): Fix type error.
9839
9840 * lisp.h: Add Funibyte_char_to_multibyte.
9841
9842 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
9843 (Fset_coding_system_priority): Doc fix.
9844
aca7a3d2
MB
9845 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
9846
9847 * indent.c (check_composition): Make start and end EMACS_INT.
9848
9849 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
9850
9851 * xdisp.c (handle_composition_prop, check_point_in_composition):
9852 Make buffer positions EMACS_INT.
9853
9854 * composite.c (find_composition, run_composition_function)
9855 (update_compositions, Ffind_composition_internal): Make buffer
9856 positions EMACS_INT.
9857
9858 * composite.h (find_composition, update_compositions): Make
9859 position args EMACS_INT.
9860
1f45f627 9861 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
9862
9863 * intervals.c (get_property_and_range):
9864 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
9865
9866 * unexalpha.c: Don't include varargs.h.
9867
73acf815 98682008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9869
9870 * coding.h (ENCODE_UTF_8): New.
9871
9872 * Makefile.in (gtkutil.o): Depend on coding.h.
9873
9874 * coding.c (Fset_coding_system_priority): Doc fix.
9875
73acf815 98762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9877
9878 * fileio.c (Finsert_file_contents): Call setup_coding_system in
9879 the case of auto saving.
9880
73acf815 98812008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 9882
4c4475a8
GM
9883 * chartab.c (map_char_table, map_char_table_for_charset): Protect
9884 `range' from GC.
aca7a3d2 9885
73acf815 98862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9887
9888 * coding.c (decode_coding_sjis): Check bytes more rigidly.
9889
73acf815 98902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9891
1f45f627 9892 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
9893 (Fwrite_region): Set Vlast_coding_system_used to the return value
9894 of choose_write_coding_system.
9895
73acf815 98962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9897
9898 * charset.c (Fset_charset_priority): Pay attention to duplicated
9899 arguments.
9900
9901 * coding.c (QCcategory): New variable.
9902 (syms_of_coding): Defsym it. Set all elements of
9903 Vcoding_category_table and their symbol values.
9904 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
9905 coding-category-XXX, and coding-category-list.
9906 (Fdefine_coding_system_internal): Add category in the plist.
9907
73acf815 99082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9909
9910 * callproc.c (Fcall_process): Handle carryover correctly.
9911
1f45f627 9912 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
9913 (raw_text_coding_system): Check NILP (coding_system).
9914 (coding_inherit_eol_type): Check NILP (coding_system) and
9915 NILP (parent).
9916 (consume_chars): Fix for the case of raw-text.
9917
9918 * process.c (read_process_output): Handle carryover correctly.
9919
73acf815 99202008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9921
9922 * regex.c (re_search_2): Fix last change.
9923
73acf815 99242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9925
9926 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
9927 target_multibyte. Even in a unibyte case, return a converted
9928 multibyte char.
9929 (GET_CHAR_AFTER): New macro.
9930 (PATFETCH): Translate via multibyte char.
9931 (HANDLE_UNIBYTE_RANGE): Delete this macro.
9932 (SETUP_MULTIBYTE_RANGE): New macro.
9933 (regex_compile): Setup compiled code so that its multibyteness
9934 matches that of a target. Fix the handling of "[X-YZ]" using
9935 SETUP_MULTIBYTE_RANGE.
9936 (analyse_first) <charset>: For filling fastmap for all multibyte
9937 characters, don't check by BASE_LEADING_CODE_P.
9938 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
9939 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 9940 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
9941 (TARGET_CHAR_AND_LENGTH): Delete this macro.
9942 (TRANSLATE_VIA_MULTIBYTE): New macro.
9943 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
9944 It is the same as RE_MULTIBYTE_P (bufp) now.
9945 <exactn>: Translate via multibyte.
9946 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
9947 translate it.
9948 <charset, charset_not>: Fetch a character by
9949 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
9950 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
9951 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
9952 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
9953 by GET_CHAR_AFTER.
c5ad7a3d 9954 (bcmp_translate): Likewise.
aca7a3d2
MB
9955
9956 * search.c (compile_pattern): Check the member target_multibyte,
9957 not the member multibyte of buf.
9958
9959 * lread.c (read1): While reading a string, set force_singlebyte
9960 and force_multibyte correctly.
9961
4c4475a8
GM
9962 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
9963 up of unibyte_to_multibyte_table.
aca7a3d2 9964
73acf815 99652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9966
9967 * coding.c (setup_coding_system): If coding has
9968 post-read-conversion or pre-write-conversion, set
9969 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
9970 respectively.
9971 (decode_coding_gap): Run post-read-conversion if any.
9972
9973 * fileio.c (Finsert_file_contents): Even if we read into a
9974 unibyte buffer, check if we must decode the result or not.
9975
73acf815 99762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9977
9978 * coding.c (make_conversion_work_buffer): Change the work buffer
9979 name to the same one as that of Emacs 21.
9980
73acf815 99812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9982
1f45f627 9983 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
9984 (code_conversion_restore): Don't extern it.
9985
9986 * coding.c (detected_mask): Delete unused variable.
9987 (decode_coding_iso_2022): Pay attention to the byte sequence of
9988 CTEXT extended segment, and retain those bytes as is.
9989 (decode_coding_ccl): Delete unused variable `valids'.
9990 (setup_coding_system): Delete unused variable `category'.
9991 (consume_chars): Delete unused variable `category'. Make it work
9992 for non-multibyte case.
1f45f627 9993 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
9994 (saved_coding): Delete unused variable.
9995 (code_conversion_restore): Don't check saved_coding->destination.
9996 (code_conversion_save): New function.
9997 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
9998 instead of record_unwind_protect.
1f45f627 9999 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 10000 (detect_coding_system): Delete unused variable `mask'.
10d1d0af 10001 (Fdefine_coding_system_internal): Delete unused variable id.
aca7a3d2
MB
10002
10003 * fileio.c (kill_workbuf_unwind): New function.
10004 (Finsert_file_contents): On replacing, call
10005 make_conversion_work_buffer with correct args, and call
10006 record_unwind_protect with the first arg kill_workbuf_unwind.
10007
10008 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
10009
73acf815 100102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10011
1f45f627 10012 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
10013 (fontset_add): Fix for the case that TO is less than TO1.
10014 (Ffontset_info): Don't use fallback fontset on checking the
10015 default fontset.
10016 (dump_fontset): New function for debugging.
10017
10018 * coding.c (Fdefine_coding_system_internal): Fix for the case that
10019 coding_type is Qcharset.
10020
73acf815 100212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10022
10023 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
10024 (map_char_table): Don't inherit the value from the parent on
1f45f627 10025 initializing VAL. Adjust for the above change.
aca7a3d2 10026
73acf815 100272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10028
10029 * coding.c (Qsignature, Qendian): Delete these variables.
10030 (syms_of_coding): Don't initialize them.
10031 (CATEGORY_MASK_UTF_16_AUTO): New macro.
10032 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
10033 detect_info->found.
10034 (decode_coding_utf_16): Don't detect BOM here.
10035 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
10036 is NOT utf_16_without_bom.
10037 (setup_coding_system): For a coding system of type utf-16, check
10038 if the attribute :endian is Qbig or not (not nil or not), and set
10039 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
10040 (detect_coding): If coding type is utf-16 and BOM detection is
10041 required, detect it.
10042 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 10043 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 10044
73acf815 100452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10046
10047 * coding.c (coding_set_source): Fix for the case that the current
10048 buffer is different from coding->src_object.
10049 (decode_coding_object): Don't use the conversion work buffer if
10050 DST_OBJECT is a buffer.
10051
73acf815 100522008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10053
10054 * lread.c (read_emacs_mule_char) [len==2]: Index
10055 emacs_mule_charset correctly.
10056
73acf815 100572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10058
10059 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
10060 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 10061 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
10062 treated specially.)
10063 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
10064 (detected_mask): Remove Big5 bits.
10065
73acf815 100662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10067
10068 The following changes are to make the font rescaling facility
10069 compatible with Emacs 21.
10070
1f45f627 10071 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
10072 Vface_resizing_fonts.
10073 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 10074 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
10075 (split_font_name): Set font->rescale_ratio.
10076 (better_font_p): Pay attention to font->rescale_ratio.
10077 (build_scalable_font_name): Likewise. Change RESX, and RESY
10078 fields.
1f45f627 10079 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 10080
73acf815 100812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10082
10083 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
10084 (Qutf_16_le): Remove these variables.
10085 (syms_of_coding): Don't DEFSYM them.
10086 (decode_coding_utf_16): Fix handling of BOM.
10087 (encode_coding_utf_16): Fix handling of BOM.
10088
73acf815 100892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10090
10091 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 10092 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 10093
73acf815 100942008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10095
10096 * coding.c (Fcheck_coding_systems_region): Fix type errors.
10097
73acf815 100982008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10099
10100 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
10101 and fix C types.
10102
73acf815 101032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10104
10105 * xdisp.c (SKIP_GLYPHS): New macro.
10106 (set_cursor_from_row): Pay attention to string display properties.
10107
10108 * category.c (copy_category_entry): Fix for the case that RANGE
10109 is an integer.
10110
10111 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
10112
1f45f627 10113 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 10114
73acf815 101152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10116
10117 * charset.c (Fcharset_id_internal): New function.
10118 (syms_of_charset): Defsubr it.
10119
10120 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
10121 with the last arg charset_list acquired from coding.
10122 (Fdefine_coding_system_internal): For ccl-based coding system, fix
10123 the attribute coding_attr_ccl_valids.
10124
10125 * coding.h (enum define_coding_ccl_arg_index): Set the first
10126 member coding_arg_ccl_decoder to coding_arg_max.
10127
1f45f627 10128 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
10129
10130 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
10131 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
10132 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
10133 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
10134 last arg Qnil.
aca7a3d2 10135
73acf815 101362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10137
10138 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
10139 call encode_char.
10140
1f45f627 10141 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 10142
73acf815 101432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10144
1f45f627 10145 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 10146
73acf815 101472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10148
10149 * dispextern.h (check_face_attributes, generate_ascii_font_name)
10150 (font_name_registry): Don't extern them.
1f45f627 10151 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
10152
10153 * fontset.h (Qfontset): Don't extern it.
10154 (new_fontset_from_font_name): Extern it.
10155
10156 * fontset.c: Give 8 extra slots to fontset objects.
10157 (Qfontset_info): New variable.
10158 (syms_of_fontset): Defsym it.
10159 (FONTSET_FALLBACK): New macro.
10160 (fontset_face): Try also the default fontset.
1f45f627
GM
10161 (make_fontset): Realize a fallback fontset from the default fontset.
10162 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
10163 using split_font_name_into_vector and build_font_name_from_vector.
10164 (Fset_fontset_font): Access the elements of font_spec by enum
10165 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
10166 name by using split_font_name_into_vector.
10167 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
10168 generate a proper font name from the fontset name. Update
10169 Vfontset_alias_alist.
10170 (n_auto_fontsets): New variable.
10171 (new_fontset_from_font_name): New function.
10172 (Ffont_info): Store the information about fonts generated from the
1f45f627 10173 default fontset in the first extra slot of the returned char-table.
aca7a3d2 10174
1f45f627
GM
10175 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
10176 (font_name_registry): Delete function.
aca7a3d2
MB
10177 (split_font_name_into_vector): New function.
10178 (build_font_name_from_vector): New function.
1f45f627 10179 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
10180 (choose_face_font): If we are choosing an ASCII font, and ATTRS
10181 specifies an explicit font name, return the name as is. Make a
10182 list of registy names.
10183
1f45f627 10184 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
10185 of x_new_fontset.
10186 (Fx_create_frame): Don't call x_new_fontset here. Just use
10187 x_list_fonts to check the existence of fonts.
10188
1f45f627 10189 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
10190
10191 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
10192 string. Use new_fontset_from_font_name to create a fontset from a
10193 font name.
10194
1c8658b9
GM
101952008-02-01 Kenichi Handa <handa@m17n.org>
10196
10197 * syntax.c (Vfind_word_boundary_function_table): New name for
10198 Vnext_word_boundary_function_table.
10199 (find-word-boundary-function-table): New name for
10200 next-word-boundary-function-table.
10201
73acf815 102022008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10203
10204 * Makefile.in: Fix some dependencies.
10205
10206 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
10207 set it to nil before returning.
10208
10209 * composite.c (update_compositions): Fix type error.
10210
10211 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
10212
73acf815 102132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10214
10215 * xterm.c (x_new_font): Optimize for the case that the font is
10216 already set for the frame.
10217
73acf815 102182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10219
10220 * chartab.c (char_table_ascii): Check if the char table contents
10221 is sub-char-table or not.
4c4475a8
GM
10222 (char_table_set, char_table_set_range): Fix argument to
10223 char_table_ascii.
aca7a3d2
MB
10224
10225 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
10226 (detect_coding_utf_8, detect_coding_utf_16)
10227 (detect_coding_emacs_mule, detect_coding_iso_2022)
10228 (detect_coding_sjis, detect_coding_big5)
10229 (detect_coding_ccl, detect_coding_charset): Change argument MASK
10230 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 10231 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
10232 (MAX_ANNOTATION_LENGTH): New macro.
10233 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
10234 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
10235 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 10236 (ADD_CHARSET_DATA): New macro.
1f45f627 10237 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
10238 (decode_coding_emacs_mule, decode_coding_iso_2022)
10239 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
10240 Produce charset annotation data in coding->charbuf.
10241 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
10242 to charset annotation data in coding->charbuf.
10243 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
10244 coding->common_flags if the coding system is iso-2022 based and
10245 uses designation.
1f45f627 10246 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
10247 (produce_charset): New function.
10248 (produce_annotation): Handle charset annotation.
10249 (handle_composition_annotation, handle_charset_annotation): New
10250 functions.
10251 (consume_chars): Handle charset annotation. Utilize the above two
10252 functions.
10253 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
10254 buffer, get the deleted text as a string and set
10255 coding->src_object to that string.
10256 (detect_coding, detect_coding_system): Use the new struct
10257 coding_detection_info.
10258
10259 * coding.h (struct coding_detection_info): New structure.
1f45f627 10260 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
10261 (CODING_ANNOTATE_CHARSET_MASK): New macro.
10262
73acf815 102632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10264
10265 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
10266
73acf815 102672008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10268
1f45f627 10269 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
10270 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
10271 to new local and nullify apropos_accumulate before returning.
10272 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
10273
73acf815 102742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10275
10276 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
10277 correctly.
10278
73acf815 102792008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10280
10281 * fns.c (Flanginfo): Call synchronize_system_time_locale.
10282
73acf815 102832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10284
10285 The following changes are to make character composition happen
10286 automatically on displaying.
10287
2a2e8de7 10288 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 10289
1f45f627
GM
10290 * composite.h (Qauto_composed, Vauto_composition_function)
10291 (Qauto_composition_function): Extern them.
aca7a3d2 10292
1f45f627
GM
10293 * composite.c (Vcomposition_function_table)
10294 (Qcomposition_function_table): Delete variables.
10295 (Qauto_composed, Vauto_composition_function)
10296 (Qauto_composition_function): New variables.
aca7a3d2
MB
10297 (run_composition_function): Don't call
10298 compose-chars-after-function.
10299 (update_compositions): Clear `auto-composed' text property.
10300 (compose_chars_in_text): Delete this function.
10301 (syms_of_composite): Staticpro Qauto_composed and
10302 Qauto_composition_function. Declare Vauto_composition_function as
10303 a Lisp variable.
10304
10305 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
10306
10307 * xdisp.c (it_props): Add an entry for Qauto_composed.
10308 (handle_auto_composed_prop): New function.
10309
10310 * xselect.c (selection_data_to_lisp_data): Don't call
10311 compose_chars_in_text.
10312
73acf815 103132008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10314
10315 * keyboard.c (read_char): Modify checking around use of
10316 Vkeyboard_translate_table.
10317
10318 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
10319 and fix C types.
10320
73acf815 103212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10322
4c4475a8
GM
10323 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
10324 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10325 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 10326 the case that the last byte is '\r' correctly.
1f45f627
GM
10327 (decode_coding): Flush out the unprocessed data correctly.
10328 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 10329
73acf815 103302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10331
f245f2c6
JB
10332 * xterm.c (XTread_socket): Fix changes for defined keysyms.
10333 Add XK_ISO... case.
aca7a3d2
MB
10334 (xaw_scroll_callback): Revert last change.
10335
73acf815 103362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10337
1f45f627 10338 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 10339
73acf815 103402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10341
10342 * xfaces.c (Vface_resizing_fonts): New variable.
10343 (struct font_name): New member `resizing_ratio'.
10344 (font_resizing_ratio): New function.
10345 (split_font_name): Set font->resizing_ratio.
10346 (better_font_p): Pay attention to font->resizing_ratio.
10347 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
10348 RESX, and RESY fields.
10349 (try_alternative_families): Try scalable fonts if
10350 Vscalable_fonts_allowed is not Qt.
10351 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
10352
73acf815 103532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10354
10355 * xterm.c (xaw_scroll_callback): Cast correctly.
10356
73acf815 103572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10358
10359 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
10360 (lispy_kana_keys): Comment out.
10361 (make_lispy_event) [XK_kana_A]: Comment out.
10362
10363 * xterm.c (xaw_scroll_callback): Cast call_data.
10364 (XTread_socket): Deal with ASCII keysyms.
10365 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
10366
73acf815 103672008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10368
10369 * xterm.c (Vx_keysym_table): New.
10370 (syms_of_xterm): Initialize it.
10371 (XTread_socket): Use it.
10372 From head: Eliminate incorrect optimization that tried to avoid
10373 decoding the output of X*LookupString.
10374 (x_get_font_repertory): Delete charset declaration.
10375
73acf815 103762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10377
1f45f627
GM
10378 * coding.c (detect_coding_charset): If only ASCII bytes are found,
10379 return 0.
aca7a3d2
MB
10380 (Fdefine_coding_system_internal): Setup
10381 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
10382
73acf815 103832008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10384
10385 * coding.c (Fcheck_coding_system): Doc fix.
10386
10387 * editfns.c (Finsert_byte): Return a proper value.
10388
73acf815 103892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10390
10391 * coding.c (decode_coding): Fix args to translate_chars. Pay
10392 attention to Vstandard_translation_table_for_decode.
10393 (encode_coding): Fix args to translate_chars. Pay attention to
10394 Vstandard_translation_table_for_encode.
10395
10396 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
10397 SINGLE_BYTE_CHAR_P.
10398
10399 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
10400 not by SINGLE_BYTE_CHAR_P.
10401
10402 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
10403 SINGLE_BYTE_CHAR_P.
10404
10405 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
10406 SINGLE_BYTE_CHAR_P.
10407
10408 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
10409 by SINGLE_BYTE_CHAR_P.
10410
10411 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
10412 SINGLE_BYTE_CHAR_P.
10413
73acf815 104142008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10415
10416 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
10417
73acf815 104182008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10419
10420 * fns.c (Flanginfo): Fix typo.
10421
10422 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
10423
73acf815 104242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10425
4c4475a8
GM
10426 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
10427 (detect_coding_emacs_mule, detect_coding_iso_2022)
10428 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
10429 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 10430 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 10431 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 10432 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 10433
73acf815 104342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10435
1f45f627
GM
10436 * character.c (char_string): Rename from
10437 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
10438 (string_char): Rename from string_char.
aca7a3d2 10439
4c4475a8
GM
10440 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
10441 if C is greater than MAX_3_BYTE_CHAR.
10442 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
10443 string_char instead of string_char_with_unification.
aca7a3d2 10444
73acf815 104452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10446
10447 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
10448
73acf815 104492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10450
1f45f627 10451 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
10452
10453 * regex.c (re_search_2): Fix for the case of unibyte buffer.
10454
73acf815 104552008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10456
10457 * charset.c (define_charset_internal): Rename `supprementary'.
10458
10459 * Makefile.in (lisp, shortlisp): Remove latin-N.
10460
73acf815 104612008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10462
10463 * xfns.c (x_window, x_window): Use use_xim.
10464
10465 * xterm.c (use_xim): Initialize.
10466 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
10467 (x_term_init): Maybe set use_xim.
10468
10469 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
10470
73acf815 104712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10472
10473 * search.c (search_buffer): Fix case-fold-search of multibyte
10474 characters.
10475 (boyer_moore): Rename the last argument to char_high_bits.
10476
73acf815 104772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10478
10479 * xdisp.c (display_string): Fix for the case of zero width glyph.
10480
10481 * xfns.c (x_set_font): Change the error message of the case that
10482 x_new_fontset returns Qt.
10483
10484 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
10485 (Finternal_set_lisp_face_attribute): Use signal_error for the
10486 error of invalid fontset.
10487
10488 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
10489 fontset, return Qt.
10490
73acf815 104912008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10492
aca7a3d2
MB
10493 * unexelf.c (unexec): Make .got handling not SGI-specific.
10494
10495 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
10496
10497 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
10498
10499 * keyboard.c (read_key_sequence): Fix type error.
10500
10501 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
10502 type error.
10503
10504 * fontset.c (fontset_add): Return Lisp_Object.
10505
73acf815 105062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10507
10508 * charset.h (charset_ordered_list_tick): Declare extern.
10509
73acf815 105102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10511
73acf815 10512 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
10513 for handling syntax, category, and case conversion for unibyte
10514 characters by converting them to multibyte on the fly. With these
10515 changes, we don't have to setup syntax and case tables for unibyte
10516 characters in each language environment.
10517
10518 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
10519 multibyte if necessary.
10520
10521 * bytecode.c (Fbyte_code): Likewise.
10522
10523 * character.h (LEADING_CODE_LATIN_1_MIN)
10524 (LEADING_CODE_LATIN_1_MAX): New macros.
10525 (unibyte_to_multibyte_table): Extern it.
10526 (unibyte_char_to_multibyte): New macro.
10527 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
10528 (CHAR_LEADING_CODE): New macro.
10529 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
10530
10531 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 10532 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
10533 (multibyte_char_to_unibyte): If C is an eight-bit character,
10534 convert it to the corresponding byte value.
10535
10536 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
10d1d0af 10537 not 1, signals an error. Update the elements of
aca7a3d2
MB
10538 unibyte_to_multibyte_table.
10539 (init_charset_once): Initialize unibyte_to_multibyte_table.
10540 (syms_of_charset): Define the charset `iso-8859-1'.
10541
aca7a3d2
MB
10542 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
10543 as is without converting it to unibyte. In a unibyte buffer,
10544 convert C to multibyte before checking the syntax.
10545
1f45f627 10546 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
10547
10548 * minibuf.c (Fminibuffer_complete_word): Use the macro
10549 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
10550
10551 * regex.h (struct re_pattern_buffer): New member target_multibyte.
10552
10553 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
10554 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
10555 that is zero, convert an eight-bit char to multibyte.
10556 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
10557 non-emacs case.
10558 (PATFETCH): Convert an eight-bit char to multibyte.
10559 (HANDLE_UNIBYTE_RANGE): New macro.
10560 (regex_compile): Setup the compiled pattern for multibyte chars
10561 even if the given regex string is unibyte. Use PATFETCH_RAW
10562 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 10563 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 10564 only for ASCII chars.
1f45f627 10565 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
10566 is multibyte.
10567 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
10568 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 10569 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
10570 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
10571 multibyte always 1.
10572 (re_search_2): In emacs, set the locale variable multibyte to 1,
10573 otherwise to 0. New local variable target_multibyte. Check it
10574 to decide the multibyteness of STR1 and STR2. If
10575 target_multibyte is zero, convert unibyte chars to multibyte
10576 before translating and checking fastmap.
10577 (TARGET_CHAR_AND_LENGTH): New macro.
10578 (re_match_2_internal): In emacs, set the locale variable multibyte
10579 to 1, otherwise to 0. New local variable target_multibyte. Check
10580 it to decide the multibyteness of STR1 and STR2. Use
10581 TARGET_CHAR_AND_LENGTH to fetch a character from D.
10582 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 10583 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
10584 target_multibyte, not with multibyte.
10585 <begline>: Declare the local variable C as `unsigned'.
10586 (bcmp_translate): Change the last arg name to target_multibyte.
10587
10588 * search.c (compile_pattern_1): Don't adjust the multibyteness of
10589 the regexp pattern and the matching target. Set cp->buf.multibyte
10590 to the multibyteness of the regexp pattern. Set
1f45f627 10591 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
10592 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
10593 FETCH_STRING_CHAR_ADVANCE.
10594 (Freplace_match): Convert unibyte chars to multibyte.
10595
4c4475a8
GM
10596 * syntax.c (char_quoted, back_comment, scan_words)
10597 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
10598 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 10599 unibyte chars to multibyte.
1f45f627
GM
10600 (skip_chars): Delete the arg syntaxp, and move the code for
10601 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
10602 Fix the case that the multibyteness of STRING and the current
10603 buffer doesn't match.
10604 (skip_syntaxes): New function.
10605 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
10606 SINGLE_BYTE_CHAR_P.
aca7a3d2 10607
73acf815 106082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10609
10610 * xfaces.c (QCfontset): New variable.
10611 (LFACE_FONTSET): New macro.
10612 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
10613 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
10614 (Finternal_set_lisp_face_attribute)
10615 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
10616 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
10617 check also LFACE_FONTSET_INDEX.
10618 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
10619 attrs[LFACE_FONT_INDEX].
10620 (syms_of_xfaces): Intern and staticpro QCfontset.
10621
10622 * dispextern.h (enum lface_attribute_index): New member
10623 LFACE_FONTSET_INDEX.
10624
10625 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
10626
73acf815 106272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10628
10629 * coding.c (coding_set_destination): Fix coding->destination for
10630 the case converting a region.
10631 (encode_coding_utf_8): Encode eight-bit chars as single byte.
10632 (encode_coding_object): Fix coding->dst_pos and
10633 coding->dst_pos_byte for the case converting a region.
10634
10635 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
10636
10637 * character.h (BYTE8_STRING): New macro.
10638
10639 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
10640
73acf815 106412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10642
10643 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
10644 characters by octal form.
10645
10646 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
10647
1f45f627 10648 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
10649 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
10650 _fetch_multibyte_char_len.
aca7a3d2
MB
10651 (FETCH_CHAR_AS_MULTIBYTE): New macro.
10652
1f45f627 10653 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 10654
1f45f627 10655 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 10656 the case conversion change the byte length.
1f45f627 10657 (casify_region): Likewise.
aca7a3d2 10658
1f45f627 10659 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 10660
10d1d0af 10661 * character.c (_fetch_multibyte_char_len): Delete this variable.
aca7a3d2
MB
10662 (syms_of_character): Setup Vprintable_chars.
10663
10664 * editfns.c (Fchar_equal): Fix for the unibyte case.
10665 (Finsert_byte): New function.
10666 (syms_of_editfns): Defsubr it.
10667
10668 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
10669 of direct code 0x3ffff.
10670
10671 * search.c (Freplace_match): Fix for the unibyte case.
10672
73acf815 106732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10674
10675 * lread.c (safe_to_load_p): Fix the logic.
10676
10677 * syntax.c (scan_words): Don't treat characters belonging to
10678 different scripts as constituting a word.
10679
10680 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10681
1f45f627 10682 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
10683
10684 * emacs.c (main): In the case of --unibyte, instead of aborting on
10685 finding non-empty buffer, make it unibyte.
10686
73acf815 106872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10688
10689 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
10690 to create a fontset.
10691
73acf815 106922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10693
10694 * character.c (Funibyte_char_to_multibyte): Doc fix.
10695
10696 * xfns.c [HAVE_STDLIB_H]: Fix last change.
10697
73acf815 106982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10699
10700 * fontset.c (fontset_add): Make the type `int'.
10701 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
10702
4c4475a8
GM
10703 * character.c (unibyte_char_to_multibyte)
10704 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 10705 charset_unibyte, not charset_primary.
aca7a3d2 10706
1f45f627 10707 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 10708
1f45f627
GM
10709 * charset.c (charset_unibyte): Rename from charset_primary.
10710 (Funibyte_charset): Rename from Fprimary_charset.
10711 (Fset_unibyte_charset): Rename from Fset_primary_charset.
10712 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
10713
10714 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10715 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10716 it->multibyte_p is zero.
10717
10718 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 10719 Delete extern.
aca7a3d2 10720
73acf815 107212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10722
10723 * coding.c (Fdefine_coding_system_internal): Fix category setting
10724 for a coding system of type iso-2022.
10725
73acf815 107262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10727
1f45f627 10728 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 10729
73acf815 107302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10731
10732 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
10733 (next-word-boundary-function-table): Declare it as a Lisp variable
10734 in syms_of_syntax.
aca7a3d2
MB
10735 (scan_words): Call functions in Vnext_word_boundary_function_table
10736 if any.
10737
10738 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
10739
10740 * fontset.c (fs_load_font): If fontp->charset is not negative,
10741 return fontp without setting its members.
10742
73acf815 107432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10744
aca7a3d2
MB
10745 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
10746
10747 * m/sparc.h (HAVE_ALLOCA): Delete.
10748
10749 * s/irix6-5.h: Don't include strings.h.
10750 (bcopy, bzero, bcmp): Don't undef.
10751
10752 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
10753
10754 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
10755 (TIOCSIGSEND): Don't test IRIX6.
10756 (bcopy, bzero, bcmp): Define conditionally.
10757
73acf815 107582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10759
10760 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 10761 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
10762 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
10763
10764 * callproc.c (Fcall_process): Don't call insert_1_both directly if
10765 we are inserting a process output into a multibyte buffer.
10766
10767 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
10768 multibyte_char_to_unibyte.
10769
10770 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
10771 by the primary charset, make it eight-bit char.
10772 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
10773
1f45f627
GM
10774 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
10775 (charset_8_bit__control, charset_8_bit_graphic)
10776 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
10777 (define_charset_internal): New function.
10778 (syms_of_charset): Call define_charset_internal for pre-defined
10779 charsets.
10780
10781 * charset.h (charset_8_bit): Extern it.
10782
1f45f627 10783 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
10784 of Fset_buffer_multibyte.
10785 (encode_coding_raw_text): Increment p0 in the loop.
10786
1f45f627 10787 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 10788
1f45f627 10789 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
10790 for the change of Fset_buffer_multibyte.
10791
10792 * fns.c (Fstring_to_multibyte): New function.
10793 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
10794
73acf815 107952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10796
10797 * xfns.c (x_put_x_image): Declare args.
10798
1f45f627 10799 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
10800 (try_font_list): Declare an arg.
10801
10802 * xdisp.c (message2_nolog, set_message): Declare an arg.
10803
10804 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
10805
10806 * syntax.c (scan_sexps_forward): Declare an arg.
10807
10808 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
10809 Declare an arg.
10810
10811 * lisp.h (Fnew_fontset): Declare.
10812
10813 * keymap.c (push_key_description): Call CHARACTERP correctly.
10814
1f45f627 10815 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
10816 (face_for_char): Delete unused vars.
10817 (Fset_fontset_font): Doc fix. Delete unused vars.
10818
10819 * doc.c (Fsubstitute_command_keys): Delete unused vars.
10820
10821 * composite.c (update_compositions): Declare arg.
10822
10823 * cm.c (calccost, cmgoto): Declare args.
10824
10825 * charset.c: Remove `emacs' conditional. Doc fixes.
10826 (map_char_table_for_charset): Declare.
10827
1f45f627 10828 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 10829
1f45f627 10830 * ccl.c: Remove `emacs' conditional.
aca7a3d2 10831
73acf815 108322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10833
10834 The following changes are to allow specifying multiple font
10835 patterns for a character range (specified by script or charset).
10836
10837 * Makefile.in (abbrev.o): Depend on syntax.h.
10838 (xfaces.o): Depend on charset.h.
10839
10840 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
10841 SINGLE_BYTE_CHAR_P.
10842
10843 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
10844
10845 * character.h (Vchar_script_table): Extern it.
10846
1f45f627 10847 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
10848 (Vchar_script_table, Qchar_script_table): New variable.
10849 (syms_of_character): Declare Vchar_script_table as a lisp variable
10850 and initialize it.
10851
1f45f627 10852 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
10853 have property char-table-extra-slots, make no extra slot.
10854
1f45f627 10855 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
10856 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
10857 SINGLE_BYTE_CHAR_P.
1f45f627
GM
10858 (choose_face_font, lookup_non_ascii_face, font_name_registry):
10859 Add prototypes.
10860 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
10861 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
10862
10863 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 10864 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
10865 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
10866
10867 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 10868 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
10869 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
10870 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
10871 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
10872 (fontset_ref_and_range, fontset_add, reorder_font_vector)
10873 (load_font_get_repertory): New functions.
1f45f627 10874 (fontset_set): Delete.
aca7a3d2 10875 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 10876 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
10877 (free_face_fontset): Use ASET istead of AREF (X) = Y.
10878 (face_for_char): Don't call lookup_face.
10879 (make_fontset_for_ascii_face): New arg FACE.
10880 (fs_load_font): New arg CHARSET_ID. Don't check
10881 Vfont_encoding_alist here.
10882 (find_font_encoding): New function.
10883 (list_fontsets): Use STRINGP, not ! NILP.
10884 (accumulate_script_ranges): New function.
10885 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
10886 re-written to handle new fontset structure.
10887 (Ffontset_font): Return a copy of element.
10888 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
10889 docstring of font-encoding-alist.
10890
10891 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
10892 (Fset_fotset_font): Fix arguments to 5.
10893
1f45f627 10894 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
10895
10896 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
10897 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 10898 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
10899 lookup_named_face.
10900
10901 * xfaces.c: Include charset.h.
1f45f627
GM
10902 (load_face_font): Delete argument C. Change caller.
10903 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
10904 (font_name_registry): New function.
10905 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 10906 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
10907 Lookup only ascii faces.
10908 (lookup_non_ascii_face): New function.
1f45f627
GM
10909 (lookup_named_face): Delete argument C. Change caller.
10910 (lookup_derived_face): Delete argument C. Change caller.
10911 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 10912 a string, just call font_list with it.
1f45f627
GM
10913 (choose_face_font): Delete arguments FACE and C. New arg
10914 FONT_SPEC. Change caller.
4c4475a8
GM
10915 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
10916 Change caller.
aca7a3d2
MB
10917 (realize_non_ascii_face): New function.
10918 (realize_x_face): Call load_face_font here.
1f45f627 10919 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
10920 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
10921 get a face ID.
10922 (dump_realized_face): Don't print charset of FACE.
10923
10924 * xfns.c (x_set_font): Always call x_new_fontset and
10925 store_frame_parameter.
10926 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 10927 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
10928
10929 * xterm.h (x_get_font_repertory): Extern it.
10930
10931 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10932 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10933 it->multibyte_p is zero.
10934 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10935 (x_new_fontset): If FONTSETNAME doesn't match any existing
10936 fontsets, create a new one.
10937 (x_get_font_repertory): New function.
10938
73acf815 109392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10940
10941 * coding.c (Ffind_coding_systems_region_internal): Detect an
10942 ASCII only string correctly.
10943
10944 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
10945 version is 0.
10946
73acf815 109472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10948
10949 * lread.c: Include "coding.h".
1f45f627
GM
10950 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
10951 (load_each_byte, unread_char): New variables.
10952 (readchar_backlog): Delete.
aca7a3d2
MB
10953 (readchar): Return a character unless load_each_byte is nonzero.
10954 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
10955 cons. If unread_char is not -1, simply return it.
10956 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
10957 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
10958 (read_multibyte): Delete.
aca7a3d2
MB
10959 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
10960 (read_emacs_mule_char): New functions.
10d1d0af 10961 (Fload): Even if the file doesn't have the extension ".elc", if
aca7a3d2
MB
10962 safe_to_load_p returns a positive version number, assume that the
10963 file contains bytecompiled code. If the version is less than 22,
10964 load the file while decoding multibyte sequences by emacs-mule.
10965 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
10966 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
10967 (Fread_from_string): Pay attention to the case that STREAM is a cons.
10968 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
10969 (read1): Set load_each_byte to 1 temporarily while handling
10970 #@NUMBER. Don't call read_multibyte.
10971 (read_vector): Call Fread with a cons. If readcharfun is
10972 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 10973 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
10974 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
10975 and Qload_force_doc_strings.
10976
73acf815 109772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10978
10979 * xdisp.c (face_before_or_after_it_pos): Call
10980 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
10981
73acf815 109822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10983
10984 * character.h (TRAILING_CODE_P): New macro.
1f45f627 10985 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
10986 (string_char_with_unification): Fix prototype.
10987 (Vscript_alist): Extern it.
10988
10989 * character.c (Vscript_alist): New variable.
4c4475a8
GM
10990 (string_char_with_unification, str_as_unibyte)
10991 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
10992 (syms_of_character): Declare script-alist as a Lisp variable.
10993
10994 * charset.h (Vcharset_ordered_list): Extern it.
10995 (charset_ordered_list_tick): Extern it.
10996 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
10997 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
10998 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 10999 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 11000 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
11001
11002 * charset.c (charset_ordered_list_tick): New variable.
11003 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
11004 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
11005 deunify intead of unify a charset.
11006 (string_xstring_p): Add `const' to local variables.
10d1d0af 11007 (find_charsets_in_text): Add `const' to arguments and local variables.
1f45f627 11008 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
11009 detecting of invalid code.
11010 (Fset_charset_priority): Increment charset_ordered_list_tick.
11011 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
11012 and TO_CODE.
11013
11014 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
11015 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
11016 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
11017 (decode_coding_ccl, consume_chars)
11018 (Ffind_coding_systems_region_internal)
11019 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
11020
11021 * print.c (print_object): Use octal form for printing the
11022 contents of a bool vector.
11023
73acf815 110242008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11025
11026 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
11027 <version == 20>: Refuse to load.
11028
73acf815 110292008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11030
11031 * fns.c: Move coding.h.
11032 (Qcodeset, Qdays, Qmonths): New.
10d1d0af 11033 (concat): Use CHARACTERP instead of INTEGERP.
1f45f627 11034 (Flocale_codeset): Delete.
aca7a3d2 11035 (Flanginfo): New function.
1f45f627 11036 (syms_of_fns): Change accordingly.
aca7a3d2
MB
11037
11038 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
11039
73acf815 110402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11041
11042 * casetab.c (init_casetab_once, init_casetab_once): Fix
11043 CHAR_TABLE_SET call.
11044
11045 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
11046
11047 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
11048
11049 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
11050 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
11051 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
11052
11053 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
11054
11055 * coding.c (ENCODE_DESIGNATION, decode_eol)
11056 (make_conversion_work_buffer, code_conversion_restore)
11057 (Fdefine_coding_system_internal): Convert Lisp types.
11058 (code_conversion_restore): Use EQ, not ==.
11059 (Fencode_coding_string): Fix code_convert_string call.
11060
11061 * coding.h (code_convert_region): Fix prototype.
11062
1f45f627 11063 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
11064
11065 * fontset.c (fontset_ref, fontset_set, fs_load_font)
11066 (Ffontset_info): Convert Lisp types.
11067
11068 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
11069
11070 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
11071
11072 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
11073
11074 * chartab.c: Include "...h", not <...h> in some cases.
11075
11076 * callproc.c (Fcall_process): Remove unused variables.
11077
73acf815 110782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11079
11080 * coding.c (Fset_coding_system_priority): Allow null arg list.
11081
73acf815 110822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11083
11084 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
11085 (Fself_insert_and_exit): Use CHARACTERP.
11086
11087 * callproc.c (Fcall_process): Remove unused vars.
11088
11089 * xterm.c (XTread_socket): Add extra dead keysyms.
11090
11091 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
11092
11093 * dispextern.h: Remove prototypes for redraw_frame,
11094 redraw_garbaged_frames.
11095
11096 * cmds.c (Fself_insert_command): Use CHARACTERP.
11097
11098 * chartab.c (make_sub_char_table): Remove unused var.
11099 (Fset_char_table_default, Fmap_char_table): Doc fix.
11100
11101 * keymap.c (access_keymap): Remove generic char code.
11102 (push_key_description): Use CHARACTERP.
11103
73acf815 111042008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11105
11106 * charset.c: Doc fixes.
11107 (Funify_charset): Extra checking.
11108
73acf815 111092008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11110
11111 * lread.c: Remove some unused variables.
11112 (safe_to_load_p): If safe, return the magic number version byte.
11113 (Fload): Maybe use load-with-code-conversion.
11114
73acf815 111152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11116
11117 * category.c (Fmodify_category_entry): Don't modify the contents
11118 of category_set for characters out of the range. Avoid
11119 unnecessary modification.
11120
1f45f627 11121 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
11122 Vchar_unify_table. The default value of the table is now nil.
11123
11124 * character.c (syms_of_character): Setup Vchar_width_table for
11125 eight-bit-control and raw-byte chars.
11126
11127 * charset.h (enum define_charset_arg_index): Delete
11128 charset_arg_parents and add charset_arg_subset and
11129 charset_arg_superset.
11130 (enum charset_attr_index): Delete charset_parents and add
11131 charset_subset and charset_superset.
11132 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
11133 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 11134 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
11135 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
11136 (CHARSET_SUPERSET): New macros.
11137 (charset_work): Extern it.
11138 (ENCODE_CHAR): Use charset_work.
1f45f627 11139 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
11140 (map_charset_chars): Extern it.
11141
11142 * charset.c (load_charset_map): Set the default value of encoder
11143 and deunifier char-tables to nil.
1f45f627 11144 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
11145 map_char_table_for_charset instead of map_char_table.
11146 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 11147 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
11148 `define-charset' (:parents -> :subset or :superset).
11149 (charset_work): New variable.
4c4475a8
GM
11150 (encode_char, syms_of_charset): Adjust for the change of
11151 Fdefine_charset_internal.
aca7a3d2
MB
11152 (Ffind_charset_string): Setup the vector `charsets' correctly.
11153
1f45f627 11154 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 11155 the previous change.
1f45f627 11156 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
11157 (map_sub_char_table_for_charset): New function.
11158 (map_char_table_for_charset): New function.
11159
11160 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 11161 (describe_char_table): Delete.
aca7a3d2 11162
1f45f627 11163 * lisp.h (map_charset_chars): Delete.
aca7a3d2 11164
73acf815 111652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11166
11167 * fns.c (count_combining): Comment out (unused).
11168 (Flocale_codeset): New.
11169 (syms_of_fns): Defsubr it.
11170
11171 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 11172 (size_t): Remove.
aca7a3d2 11173
73acf815 111742008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 11175
6f69e89b 11176 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 11177
73acf815 111782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11179
11180 * character.c (syms_of_character): Set the default value of
11181 Vprintable_chars to Qnil.
11182
73acf815 111832008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11184
11185 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
11186
73acf815 111872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11188
11189 * charset.c (load_charset_map): Handle the case that from < to
11190 correctly.
11191
4c4475a8
GM
11192 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
11193 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
11194 Pay attention to raw-8-bit chars.
aca7a3d2 11195
73acf815 111962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 11197
4c4475a8
GM
11198 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
11199 It is not bytecompiled now.
aca7a3d2
MB
11200
11201 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
11202 (charset_jisx0208): New variables.
11203 (Fdefine_charset_internal): Setup them if appropriate.
11204 (init_charset_once): Initialize them to -1.
11205
1f45f627
GM
11206 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
11207 (charset_jisx0208): Extern them.
aca7a3d2 11208
1f204af3 11209 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 11210 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
11211 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
11212 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
11213 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
11214 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
11215 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
11216 (encode_coding_iso_2022): Change the 1st arg to
11217 ENCODE_ISO_CHARACTER to a variable.
11218
73acf815 112192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11220
11221 * charset.h (enum define_charset_arg_index): New enums
11222 charset_arg_min_code and charset_arg_max_code.
11223 (struct charset): New member char_index_offset.
11224
4c4475a8
GM
11225 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
11226 Take charset->char_index_offset into account.
aca7a3d2
MB
11227 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
11228 args[charset_arg_max_code]. Setup charset.char_index_offset.
11229 (syms_of_charset): Fix args to Fdefine_charset_internal.
11230
73acf815 112312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11232
11233 * coding.c (decode_coding_utf_8): Reject overlong sequences.
11234
73acf815 112352008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11236
11237 * coding.c: Doc fixes.
11238 (Fcoding_system_aliases): Fix return value.
11239 (Qmac): Remove (duplicated) definition.
11240
73acf815 112412008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11242
11243 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
11244 functions.
11245
11246 * character.c (Fstring): Doc fix.
11247
11248 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
11249
11250 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
11251 ids.
11252 (font-encoding-alist): Doc fix.
11253
73acf815 112542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11255
11256 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 11257 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
11258
11259 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
11260 for K&R.
11261
11262 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
11263
11264 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 11265 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 11266
1f45f627 11267 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
11268
11269 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
11270
73acf815 112712008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11272
11273 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
11274
1f45f627 11275 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 11276
2a2e8de7 112772008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
11278
11279 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
11280
1f45f627 11281 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 11282
73acf815 112832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 11284
4c4475a8 11285 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 11286 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 11287
73acf815 112882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 11289
1f45f627 11290 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
11291 Fdefine_coding_system_internal.
11292 (Fdefine_coding_system_internal): For a coding system of
11293 `charset' type, store a list of charset IDs in
11294 `charset_attr_charset_valids' element of coding attributes.
11295
73acf815 112962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11297
11298 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
11299 (emacs_mule_char): New arg src. Delete arg `composition'. Change
11300 caller. Handle 2-byte and 3-byte charsets correctly.
11301 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
11302 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
11303 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
11304 (DECODE_EMACS_MULE_21_COMPOSITION): Call
11305 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
11306 sequence.
11307 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 11308 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
11309 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
11310 and alt&rule composition.
11311 (decode_coding_iso_2022): Handle composition correctly.
11312 (init_coding_once): Setup emacs_mule_bytes for private charsets.
11313
11314 * charset.c (Fdefine_charset_internal): Fix bug for the case of
11315 re-defining a charset. If the charset has :emacs-mule-id, setup
11316 emacs_mule_bytes.
1f45f627 11317 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 11318
73acf815 113192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 11320
4c4475a8
GM
11321 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
11322 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
11323 encoding, produce a character specified by
11324 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 11325
73acf815 113262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11327
11328 * xterm.c (XSetIMValues): Declare.
11329
11330 * process.c: Conditionally include sys/wait.h, pty.h.
11331
1f45f627 11332 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 11333
1f45f627 11334 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
11335
11336 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
11337
11338 * fontset.c (Fclear_face_cache): Declare.
1f45f627 11339 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
11340 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
11341 variables.
11342
11343 * character.h (string_escape_byte8): Declare.
11344
11345 * charset.c (load_charset_map, load_charset_map_from_file): Remove
11346 unused vars.
11347 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
11348 (Fmap_charset_chars): Doc fix.
11349
1f45f627 11350 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
11351 (Fset_coding_system_priority, Fset_coding_system_priority)
11352 (Fdefine_coding_system_internal): Doc fix.
11353
73acf815 113542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11355
11356 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
11357
73acf815 113582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11359
11360 * character.c (string_escape_byte8): Make multibyte string with
11361 correct size.
11362
11363 * charset.c (Fmake_char): Delete unnecessary code.
11364
73acf815 113652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11366
11367 * xfns.c (x_encode_text): Allocate coding.destination here, and
11368 call encode_coding_object with dst_object Qnil.
11369
11370 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
11371 multibyte form correctly.
11372
11373 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
11374 against Vfont_encoding_alist.
11375
11376 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
11377 handling of charset list.
11378 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
11379 (decode_coding_object): Move point to coding->dst_pos before
11380 calling post-read-conversion function.
11381 (encode_coding_object): Give correct arguments to
11382 pre-write-conversion. Ignore the return value of
11383 pre-write-conversion function. Pay attention to the case that
11384 pre-write-conversion changes the current buffer. If dst_object is
11385 Qt, even if coding->src_bytes is zero, allocate at least one byte
11386 to coding->destination.
11387
11388 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
11389
11390 * charset.c (Fmake_char): Make it more backward compatible.
11391 (Fmap_charset_chars): Fix docstring.
11392
73acf815 113932008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11394
11395 * coding.c: Doc fixes.
11396 (Fdefine_coding_system_alias): Use names, not symbols, in
11397 coding-system-alist.
11398
73acf815 113992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11400
11401 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
11402 of calling free_realized_face.
11403
2a2e8de7 114042008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 11405
1f45f627 11406 * charset.c (read_hex): Don't treat SPC as a comment starter.
10d1d0af 11407 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
aca7a3d2
MB
11408 (Fdecode_char): Fix typo.
11409
73acf815 114102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11411
11412 * charset.h (struct charset): New member `code_space_mask'.
11413
1f45f627 11414 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
11415 (encode_coding_charset, Fdefine_coding_system_internal):
11416 Delete the local variable charset.
aca7a3d2
MB
11417 (Fdefine_coding_system_internal): Setup
11418 attrs[coding_attr_charset_valids] correctly.
11419
11420 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
11421 member to check if CODE is valid or not.
11422 (Fdefine_charset_internal): Initialize `code_space_mask' member.
11423 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
11424 is within the range of charset->min_code and carset->max_code.
11425
73acf815 114262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
11427
11428 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
11429
11430 * dispextern.h (generate_ascii_font): Fix return type.
11431
11432 * xfaces.c (generate_ascii_font): Fix arg declaration.
11433
11434 * coding.c (coding_inherit_eol_type)
11435 (Fset_terminal_coding_system_internal)
11436 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
11437
73acf815 114382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11439
11440 * coding.c (decode_coding_charset, encode_coding_charset): Handle
11441 multiple charsets correctly.
11442
73acf815 114432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 11444
10d1d0af 11445 * search.c (boyer_moore): Fix handling of multibyte character
aca7a3d2
MB
11446 translation.
11447
11448 * xdisp.c (display_mode_element): When the variable `elt' is
11449 changed, update `this' and `lisp_string'.
11450
73acf815 114512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11452
11453 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
11454
11455 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 11456 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
11457
11458 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
11459 (load_charset_map): Rename from parse_charset_map. New args
11460 entries and n_entries. Change caller.
11461 (load_charset_map_from_file): Rename from load_charset_map.
11462 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
11463 the tail.
11464 (load_charset_map_from_vector): New function.
11465 (Fdefine_charset_internal): Setup charset.compact_codes_p.
11466 (encode_char): If the charset is compact, change a character index
11467 to a code point.
11468
11469 * coding.c (coding_alloc_by_making_gap): Check the case that the
11470 source and destination are the same correctly.
11471 (decode_coding_raw_text): Set coding->consumed_char and
11472 coding->consumed to 0.
11473 (produce_chars): If coding->chars_at_source is nonzero, update
11474 coding->consumed_char and coding->consumed before calling
11475 alloc_destination.
11476 (Fdefine_coding_system_alias): Register ALIAS in
11477 Vcoding_system_alist.
10d1d0af 11478 (syms_of_coding): Define `no-conversion' coding system at the tail.
aca7a3d2
MB
11479
11480 * fileio.c (Finsert_file_contents): Set coding_system instead of
11481 val. If the current buffer is multibyte, always call
11482 decode_coding_gap.
11483
11484 * xfaces.c (try_font_list): Give higher priority to fontset's
11485 family than face's family.
11486
73acf815 114872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11488
11489 * callproc.c (Fcall_process): Be sure to give the current buffer
11490 to decode_coding_c_string.
11491
11492 * xfaces.c (try_font_list): Give a family specified in a fontset
11493 higher priority than a family specified in a face.
11494
73acf815 114952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11496
11497 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
11498 Fix arguments to insert_from_buffer.
11499
11500 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
11501
73acf815 115022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11503
11504 * coding.c (produce_chars): Set the variable `multibytep' correctly.
11505 (decode_coding_gap): Set coding->dst_multibyte correctly.
11506
73acf815 115072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11508
11509 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 11510 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
11511 (encode_coding_utf_16): Substitute coding->default_char for
11512 non-Unicode characters.
11513 (decode_coding): Don't call record_insert here.
11514 (setup_coding_system): Initialize `surrogate' of
11515 coding->spec.utf_16 to 0.
11516 (EMIT_ONE_BYTE): Fix for multibyte case.
11517
11518 * insdel.c (insert_from_gap): Call record_insert.
11519
73acf815 115202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11521
11522 * casefiddle.c (casify_region): Fix multibyte case.
11523
11524 * character.c (c_string_width): Add return type `int'.
1f45f627 11525 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
11526
11527 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 11528 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
11529 (CHAR_STRING_ADVANCE): Make it do-while statement.
11530
1f45f627 11531 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
11532 DEPTH == 3. Add workaround code for a GCC optimization bug.
11533
11534 * charset.c (parse_charset_map): Remove an unused variable.
11535
11536 * coding.c: Delete unused variables.
11537
11538 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
11539 earlier. If inserted is zero and the coding system doesn't
11540 require flushing, don't call decode_coding_gap.
11541
11542 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
11543
73acf815 115442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
11545
11546 The following changes are for using Unicode as an internal
11547 character model, and use UTF-8 format for buffer/string
11548 representation.
11549
1f45f627 11550 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
11551 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
11552
11553 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 11554 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
11555 (*.o): For many files, change dependency on charset.h to
11556 character.h, and add dependency on character.h.
11557 (character.o, chartab.o): New targets.
11558
1f45f627
GM
11559 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
11560 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
11561 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
11562 of "charset.h".
11563
11564 * dired.c, filelock.c: Include "character.h".
11565
11566 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 11567 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
11568 (syms_of_alloc): Remove defsubr for Smake_char_table.
11569
11570 * buffer.c: Include "character.h" instead of "charset.h", don't
11571 include "coding.h".
1f45f627 11572 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
11573
11574 * buffer.h: EXFUN Fbuffer_live_p.
11575
11576 * callproc.c: Include "character.h" instead of "charset.h".
11577 (Fcall_process): Big change for the new code-conversion APIs.
11578
11579 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 11580 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
11581 map_char_table spec.
11582 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
11583 accessing the char table structure.
11584
11585 * chartab.c: New file that implements char table.
11586
11587 * category.c: Include "character.h".
11588 (copy_category_entry): New function.
11589 (copy_category_table): Call map_char_table and copy_category_entry.
183080b6 11590 (Fmake_category_table): Initialize all top-level slots.
aca7a3d2 11591 (char_category_set): New function.
1f45f627 11592 (modify_lower_category_set): Delete.
aca7a3d2
MB
11593 (Fmodify_category_entry): Call char_table_ref_and_range.
11594
11595 * category.h (CATEGORY_SET): Just call char_category_set.
11596
11597 * ccl.c: Include "character.h".
11598 (Qccl, Qcclp): New variables.
11599 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
11600 it's less than 256.
1f45f627
GM
11601 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
11602 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 11603 and DST type.
1f45f627
GM
11604 (ccl_driver): Change types of argument, adjust code accordingly.
11605 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
11606 ccl_driver.
11607 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
11608
1f45f627
GM
11609 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
11610 New members src_multibyte, dst_multibyte, consumed, and produced.
11611 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 11612 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 11613 (ccl_driver): Update prototype.
aca7a3d2
MB
11614 (Qccl, Qcclp, Fccl_program_p): Extern them.
11615 (CHECK_CCL_PROGRAM): New macro.
11616
11617 * character.c, character.h, chartab.c: New files.
11618
1f45f627
GM
11619 * charset.c: Mostly re-written. Move character and multibyte sequence
11620 handling codes to character.c.
aca7a3d2 11621
1f45f627
GM
11622 * charset.h: Mostly re-written. Move character and multibyte sequence
11623 handling codes to character.h.
aca7a3d2
MB
11624
11625 * coding.c, coding.h: Mostly re-written.
11626
11627 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
11628 (CHAR_WIDTH): Move to character.h.
11629 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 11630
1f45f627
GM
11631 * composite.h (enum composition_method): Change order of enumeration
11632 symbols.
aca7a3d2
MB
11633
11634 * data.c: Include "character.h" instead of "charset.h".
11635 (Faref): Call CHAR_TABLE_REF for a char table.
11636 (Faset): Call CHAR_TABLE_SET for a char table.
11637
1f45f627
GM
11638 * dispextern.h (free_realized_face, check_face_attribytes)
11639 (generate_ascii_font): Extern them.
11640 (free_realized_multibyte_face): Delete extern.
aca7a3d2 11641
1f45f627 11642 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
11643 table structure.
11644
11645 * editfns.c: Include "character.h" instead of "charset.h".
11646 (Fchar_to_string): Always call CHAR_STRING.
11647
11648 * emacs.c (main): Call init_charset_once, init_charset,
11649 syms_of_chartab, and syms_of_character.
11650
11651 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 11652 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 11653 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 11654 (build_annotations_2): Delete.
aca7a3d2
MB
11655 (e_write): Big change for the new code-conversion API.
11656
11657 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 11658 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
11659 (Fcopy_sequence): Call copy_char_table for a char table.
11660 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
11661 (string_char_to_byte, string_byte_to_char): Adjust for the new
11662 multibyte form.
1f45f627
GM
11663 (internal_equal): Adjust for the change of char table structure.
11664 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
11665 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
11666 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
11667 (char_table_translate, optimize_sub_char_table)
11668 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 11669 chartab.c.
1f45f627
GM
11670 (char_table_ref_and_index): Delete.
11671 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 11672 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
11673 Vcoding_category_list. Adjust for the new code-conversion API.
11674 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
11675 chartab.c.
11676
11677 * fontset.c: Mostly re-written.
11678
1f45f627 11679 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 11680 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
11681 (fontset_font_pattern, fs_load_font): Update prototype.
11682 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
11683
11684 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 11685 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
11686
11687 * insdel.c: Include "character.h" instead of "charset.h".
11688 (copy_text): Don't refer to Vnonascii_translation_table.
11689 (insert_from_gap): New function.
11690
11691 * keyboard.c: Include "character.h" instead of "charset.h".
11692 (command_loop_1): Never call direct_output_forward_char before
11693 a non-ASCII character.
11694 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 11695 translate a character.
aca7a3d2
MB
11696
11697 * keymap.c: Include "character.h".
11698 (store_in_keymap): Handle the case that IDX is a cons.
11699 (Fdefine_key): Handle the case that KEY is a cons and the car part
11700 is also a cons (range).
1f45f627 11701 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
11702 (describe_vector): Call describe_char_table for a char table.
11703 (describe_char_table): New function.
11704
11705 * keymap.h (describe_char_table): Extern it.
11706
11707 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
11708 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
11709 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
11710 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
11711 Delete.
11712 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
11713 structure.
11714 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
11715 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
11716 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 11717 (chartab_size): Extern it.
1f45f627 11718 (struct Lisp_Char_Table): Re-design.
aca7a3d2 11719 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
11720 (HASH_KEY, HASH_VALUE): Move from fns.c.
11721 (CHARACTERBITS): Define as 22.
11722 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
11723 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
11724 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
11725 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
11726 (code_convert_string_norecord): Deleted extern.
11727 (init_character_once, syms_of_character, init_charset)
11728 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
11729
11730 * lread.c: Include "character.h".
11731 (read_multibyte): New arg NBYTES.
1f45f627
GM
11732 (read_escape): Change the meaning of returned *BYTEREP.
11733 (to_multibyte): Delete.
11734 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
11735
11736 * print.c: Include "character.h" instead of "charset.h".
11737 (print_string): Convert 8-bit raw bytes to octal form by
11738 string_escape_byte8.
1f45f627 11739 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
11740 raw bytes always in octal form. Handle sub char table correctly.
11741
11742 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
11743 (read_process_output, send_process): Adjust for the new
11744 code-conversion API.
aca7a3d2 11745
1f45f627 11746 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
11747
11748 * regex.c: Include "character.h" instead of "charset.h".
11749 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
11750 (regex_compile): Accept a range whose starting and ending
11751 character have different leading bytes.
1f45f627 11752 (analyse_first): Adjust for the above change.
aca7a3d2
MB
11753
11754 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
11755 (search_buffer, boyer_moore): Adjust for the new multibyte form.
11756 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
11757
11758 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 11759 (syntax_parent_lookup): Delete.
aca7a3d2 11760 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 11761 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
11762 (init_syntax_once): Call char_table_set_range instead of directly
11763 accessing the structure of a char table.
11764
11765 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 11766 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
11767 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
11768 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
11769
11770 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
11771 (encode_terminal_code, write_glyphs): Adjust for the new
11772 code-conversion API.
aca7a3d2
MB
11773 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
11774
1f45f627 11775 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
11776
11777 * xdisp.c: Include "character.h".
1f45f627
GM
11778 (get_next_display_element): Adjust for the new multibyte form.
11779 (disp_char_vector): Adjust for the new char table structure.
11780 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 11781 coding system.
1f45f627 11782 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
11783
11784 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 11785 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
11786 FS_LOAD_FONT.
11787 (generate_ascii_font): New function.
1f45f627
GM
11788 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
11789 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 11790 (free_realized_face): Make it public.
1f45f627 11791 (free_realized_faces_for_fontset): Rename from
aca7a3d2 11792 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 11793 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
11794 fontset_font_pattern and FS_LOAD_FONT.
11795
11796 * xfns.c: Include "character.h".
1f45f627 11797 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
11798
11799 * xselect.c: Don't include "charset.h".
1f45f627 11800 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
11801
11802 * xterm.c: Include "character.h".
1f45f627 11803 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
11804 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
11805 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
11806 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
11807 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
11808 (XTread_socket): Adjust for the new code-conversion API.
11809 (x_new_font): Adjust for the change of FS_LOAD_FONT.
11810 (x_load_font): Adjust for the change of struct font.
aca7a3d2 11811
d6abfc14
SM
118122008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * xfaces.c (face_at_buffer_position): Remove unused vars.
11815
0acdaf8d
KH
118162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11817
4c4475a8
GM
11818 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
11819 Fix overflow checking.
0acdaf8d 11820
6c8a0ebf
GM
118212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11822
11823 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
11824 Cancel previous change.
11825
118262008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
11827
11828 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
11829 ccl->eight_bit_control. Fix check for buffer overflow.
11830 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
11831 (ccl_driver): Initialize extra_bytes to 0.
11832
a32aad64
KH
118332008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
11834
11835 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
11836 return it ORed with ctrl_modifier.
11837
8b329dba
MB
118382008-01-29 Miles Bader <miles@gnu.org>
11839
11840 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
11841
548667aa
JR
118422008-01-28 Jason Rumney <jasonr@gnu.org>
11843
11844 * w32.c (stat): Don't double check for networked drive.
11845
0975aa24
SM
118462008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11847
ef264c42
SM
11848 * window.c (run_window_configuration_change_hook): New function.
11849 Code extracted from set_window_buffer. Set the selected frame.
11850 (set_window_buffer): Use it.
11851 * window.h (run_window_configuration_change_hook): Declare.
11852 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
11853
0975aa24
SM
11854 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
11855
9c28b587
DN
118562008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
11857
11858 * Makefile.in: Remove references to unused macros.
11859
c617afce
EZ
118602008-01-26 Eli Zaretskii <eliz@gnu.org>
11861
11862 * w32.c (g_b_init_get_sid_sub_authority)
11863 (g_b_init_get_sid_sub_authority_count): New static variables.
11864 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
11865 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
11866 (init_user_info): Use them to retrieve uid and gid.
11867 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
11868 (fstat): Use pw_uid and pw_gid from the_passwd structure for
11869 st_uid and st_gid of the file.
c617afce 11870
302d7d54
JR
118712008-01-26 Jason Rumney <jasonr@gnu.org>
11872
11873 * w32.c (logon_network_drive): New function.
11874 (stat): Use it.
11875
3ac7a21e
CY
118762008-01-26 Chong Yidong <cyd@stupidchicken.com>
11877
11878 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
11879 invisible text covered with an ellipsis.
11880
bbb9fc1f
RS
118812008-01-25 Richard Stallman <rms@gnu.org>
11882
11883 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
11884 jump back to beginning. Move some other initializations after that.
11885 (Qwindow_text_change_functions, Vwindow_text_change_functions):
11886 New variables.
11887 (syms_of_xdisp): Init them.
11888
11889 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
11890
0975aa24
SM
11891 * buffer.c (reset_buffer_local_variables):
11892 Implement `permanent-local-hook'.
bbb9fc1f 11893 (Qpermanent_local_hook): New variable.
0975aa24 11894 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 11895
79235cbe
MA
118962008-01-25 Michael Albinus <michael.albinus@gmx.de>
11897
11898 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
11899
ccd8f7fe
TTN
119002008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
11901
11902 * fns.c (Fclrhash): Return TABLE.
11903
dfbe40f2 119042008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
11905
11906 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
11907 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
11908 is set even without positional changes.
11909 (x_scroll_bar_clear): Set bar->redraw_needed_p.
11910
11911 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
11912
dfbe40f2 119132008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 11914
d6169680
JR
11915 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
11916
602e142f
JR
11917 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
11918 the unicode range available in MULE by locale-coding-system.
c041e2d1 11919 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
11920 earlier.
11921
dfbe40f2 119222008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
11923
11924 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
11925 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 11926 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
11927 when used on child processes.
11928
8c7a4ac5
MA
119292008-01-21 Michael Albinus <michael.albinus@gmx.de>
11930
e0df1b73 11931 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 11932 Fdbus_method_return.
e0df1b73 11933 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 11934 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 11935 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 11936
8abe0f97
MR
119372008-01-20 Martin Rudalics <rudalics@gmx.at>
11938
11939 * undo.c (undo_inhibit_record_point): New variable.
11940 (syms_of_undo): Initialize it.
11941 (record_point): Don't record point when undo_inhibit_record_point
11942 is set.
11943
c3b232e4
SM
119442008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11945
e69c4cae
SM
11946 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
11947
823e0ebb
SM
11948 * xdisp.c (Qauto_hscroll_mode): New var.
11949 (syms_of_xdisp): Initialize it.
11950 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
11951 window's buffer.
11952 (hscroll_windows): Don't check automatic_hscrolling_p here.
11953
c3b232e4
SM
11954 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
11955 vscroll if we're setting window-buffer to the value it already has.
11956
76ed5e01
DN
119572008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11958
11959 * m/intel386.h: Remove references to XENIX.
11960
55e6d9b2
AS
119612008-01-17 Andreas Schwab <schwab@suse.de>
11962
11963 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
11964 instead of HAVE_X86_64_LIB64_DIR.
11965 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
11966
b16ed52d
GM
119672008-01-17 Glenn Morris <rgm@gnu.org>
11968
11969 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
11970 to HAVE_X86_64_LIB64_DIR.
11971
6bed5c4a
DN
119722008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11973
11974 * s/irix3-3.h:
11975 * s/irix4-0.h:
11976 * s/386-ix.h:
11977 * s/domain.h:
11978 * s/hpux9-x11r4.h:
11979 * s/hpux9shxr4.h: Remove files for systems no longer supported.
11980
11981 * sysdep.c: Remove code containing references to symbols defined
11982 by unsupported systems.
11983
fdecf907
GM
119842008-01-16 Glenn Morris <rgm@gnu.org>
11985
11986 * coding.c (select-safe-coding-system-function): Doc fix.
11987
9292328f
GM
119882008-01-15 Glenn Morris <rgm@gnu.org>
11989
11990 * config.in: Revert 2008-01-13 change: this is a generated file.
11991
944df511
MO
119922008-01-13 Tom Tromey <tromey@redhat.com>
11993
11994 * lisp.h: Fix typo.
11995
8111ec05
DN
119962008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11997
f40f5dc3
DN
11998 * m/sequent-ptx.h:
11999 * m/sequent.h:
12000 * s/ptx.h:
12001 * s/ptx4-2.h:
12002 * s/ptx4.h: Remove files for systems no longer supported.
12003
ce20b664 12004 * callproc.c (Fcall_process): Fix previous change.
8111ec05 12005
e39a993c
DN
120062008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
12007
052e457f 12008 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 12009
290afd83
JB
12010 * m/mips.h:
12011 * m/intel386.h:
e39a993c
DN
12012 * callproc.c:
12013 * config.in:
12014 * ecrt0.c:
12015 * emacs.c:
12016 * fileio.c:
12017 * frame.c:
12018 * getpagesize.h:
12019 * keyboard.c:
12020 * lread.c:
12021 * process.c:
12022 * puresize.h:
12023 * sysdep.c:
12024 * systty.h:
12025 * syswait.h:
12026 * unexec.c:
12027 * xdisp.c:
12028 * alloc.c: Remove code containing references to symbols defined by
12029 unsupported systems.
12030
81cd7687
KH
120312008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
12032
12033 * coding.c (detect_coding_mask): Fix previous change.
12034
218b3b76
KH
120352008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
12036
12037 * coding.c (detect_coding_iso2022): New arg
12038 latin_extra_code_state. Allow Latin extra codes only
12039 when *latin_extra_code_state is nonzero.
12040 (detect_coding_mask): If there is a NULL byte, detect the encoding
12041 as UTF-16 or binary. If Latin extra codes exist, detect the
12042 encoding as ISO-2022 only when there's no other proper encoding is
12043 found.
12044
59ce725a 120452008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 12046
59ce725a
MB
12047 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
12048 #ifdef MAC_OS.
048addec 12049
59ce725a 120502008-01-08 Richard Stallman <rms@gnu.org>
048addec 12051
59ce725a 12052 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 12053
8290574e
NR
120542008-01-06 Nick Roberts <nickrob@snap.net.nz>
12055
a0a3805c 12056 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
12057 menu bar in parentheses.
12058
f3041af1
DN
120592008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12060
12061 * m/7300.h:
12062 * m/acorn.h:
12063 * m/alliant-2800.h:
12064 * m/alliant.h:
12065 * m/alliant1.h:
12066 * m/alliant4.h:
12067 * m/altos.h:
12068 * m/amdahl.h:
12069 * m/apollo.h:
12070 * m/att3b.h:
12071 * m/aviion-intel.h:
12072 * m/aviion.h:
12073 * m/celerity.h:
12074 * m/clipper.h:
12075 * m/cnvrgnt.h:
12076 * m/convex.h:
12077 * m/cydra5.h:
12078 * m/delta88k.h:
12079 * m/dpx2.h:
12080 * m/dual.h:
12081 * m/elxsi.h:
12082 * m/f301.h:
12083 * m/gould-np1.h:
12084 * m/gould.h:
12085 * m/i860.h:
12086 * m/ibmps2-aix.h:
12087 * m/ibmrt-aix.h:
12088 * m/ibmrt.h:
12089 * m/irist.h:
12090 * m/is386.h:
12091 * m/isi-ov.h:
12092 * m/mega68.h:
12093 * m/mg1.h:
12094 * m/news-r6.h:
12095 * m/news-risc.h:
12096 * m/news.h:
12097 * m/nh3000.h:
12098 * m/nh4000.h:
12099 * m/ns16000.h:
12100 * m/ns32000.h:
12101 * m/nu.h:
12102 * m/orion.h:
12103 * m/orion105.h:
12104 * m/paragon.h:
12105 * m/pfa50.h:
12106 * m/plexus.h:
12107 * m/pyramid.h:
12108 * m/pyrmips.h:
12109 * m/sh3el.h:
12110 * m/sps7.h:
12111 * m/sr2k.h:
12112 * m/stride.h:
12113 * m/sun1.h:
12114 * m/sun2.h:
12115 * m/sun3-68881.h:
12116 * m/sun3-fpa.h:
12117 * m/sun3-soft.h:
12118 * m/sun3.h:
12119 * m/sun386.h:
12120 * m/symmetry.h:
12121 * m/tad68k.h:
12122 * m/tahoe.h:
12123 * m/targon31.h:
12124 * m/tek4300.h:
12125 * m/tekxd88.h:
12126 * m/tower32.h:
12127 * m/tower32v3.h:
12128 * m/ustation.h:
12129 * m/wicat.h:
12130 * m/xps100.h:
12131 * s/cxux.h:
12132 * s/cxux7.h:
12133 * s/dgux.h:
12134 * s/dgux4.h:
12135 * s/dgux5-4-3.h:
12136 * s/dgux5-4r2.h:
12137 * s/esix.h:
12138 * s/esix5r4.h:
12139 * s/hiuxmpp.h:
12140 * s/hiuxwe2.h:
12141 * s/iris3-5.h:
12142 * s/iris3-6.h:
12143 * s/isc2-2.h:
12144 * s/isc3-0.h:
12145 * s/isc4-0.h:
12146 * s/isc4-1.h:
12147 * s/newsos5.h:
12148 * s/newsos6.h:
12149 * s/osf1.h:
12150 * s/osf5-0.h:
12151 * s/riscix1-1.h:
12152 * s/riscix12.h:
12153 * s/sco4.h:
12154 * s/sco5.h:
12155 * s/sunos4-0.h:
12156 * s/sunos4-1.h:
12157 * s/sunos413.h:
12158 * s/sunos4shr.h:
12159 * s/umax.h:
12160 * s/unipl5-2.h:
12161 * s/xenix.h:
12162 * cxux-crt0.s:
12163 * unexapollo.c:
12164 * unexconvex.c:
12165 * unexenix.c:
12166 * unexsni.c: Remove files for systems no longer supported.
12167
12168 * m/intel386.h: Remove references to unsupported systems.
12169
12170 * w32.c (get_emacs_configuration): Remove reference to i860.
12171
12172 * sysdep.c: Remove dead code.
12173
d35e1cd7
DN
121742008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
12175
12176 * s/rtu.h:
a0a3805c 12177 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 12178
abe136ee
MA
121792008-01-04 Michael Albinus <michael.albinus@gmx.de>
12180
12181 * dbusbind.c (Fdbus_method_return): New function.
12182 (xd_read_message): Add the serial number to the event.
12183 (Fdbus_register_method): Activate the function.
12184
87df3c32
SM
121852008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * keyboard.c (read_key_sequence): Fix typo.
12188
5125905e
MA
121892008-01-03 Michael Albinus <michael.albinus@gmx.de>
12190
12191 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
12192 (xd_signature, xd_append_arg): Handle element type detection for
12193 empty arrays.
12194 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
12195 SDATA () calls; this must be solved more general.
12196 (Fdbus_register_signal): Use SBYTES instead of strlen.
12197
8bba1b5c
MH
121982008-01-03 Magnus Henoch <magnus@zemdatav>
12199
12200 * dbusbind.c (xd_append_arg): Use unsigned char instead of
12201 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 12202 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 12203
a0a3805c 122042007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
12205
12206 * dbusbind.c (xd_read_message): Use non-static input_event struct.
12207
a271e124
MH
122082007-12-31 Magnus Henoch <mange@freemail.hu>
12209
12210 * dbusbind.c (xd_signature): Signature of variant is just "v".
12211
17bc8f94
MA
122122007-12-30 Michael Albinus <michael.albinus@gmx.de>
12213
87df3c32 12214 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 12215 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
12216 (XD_ERROR, XD_DEBUG_MESSAGE)
12217 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
10d1d0af 12218 (xd_append_arg): Part for basic D-Bus types rewritten.
17bc8f94
MA
12219 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
12220 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
12221 appropriate.
12222 (xd_read_message): Return Qnil. Don't signal an error; it is not
12223 useful during event reading.
12224 (Fdbus_register_signal): Signal an error if the check for
12225 FUNCTIONP fails.
12226 (Fdbus_register_method): New function. The implementation is not
12227 complete, the call of the function signals an error therefore.
12228 (Fdbus_unregister_object): New function, renamed from
12229 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 12230 the object is not well formed.
17bc8f94 12231
dd6f2802
RS
122322007-12-30 Richard Stallman <rms@gnu.org>
12233
12234 * textprop.c (get_char_property_and_overlay):
12235 Signal error if POSITION is out of range in a buffer.
12236
1da8a031
MR
122372007-12-29 Martin Rudalics <rudalics@gmx.at>
12238
12239 * w32fns.c (Fx_create_frame): Make copy of frame parameters
12240 because the original parameters are in pure storage now.
12241
5742be86
YM
122422007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12243
12244 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
12245
b014713c
EZ
122462007-12-22 Eli Zaretskii <eliz@gnu.org>
12247
b17f53ab
MB
12248 * callint.c (syms_of_callint) <command-history>: Add reference to
12249 history-length in the doc string.
048addec 12250
b17f53ab 122512007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 12252
b17f53ab
MB
12253 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
12254 before passing as wParam.
048addec 12255
9af5078b
MA
122562007-12-22 Michael Albinus <michael.albinus@gmx.de>
12257
12258 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
12259 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
12260 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
12261 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
12262 as number.
12263 (Fdbus_call_method): Fix docstring.
12264
87cf1a39
MA
122652007-12-21 Michael Albinus <michael.albinus@gmx.de>
12266
12267 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
12268 New macros.
87df3c32 12269 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
12270 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
12271 Simplify.
87cf1a39
MA
12272 (xd_signature): New function.
12273 (xd_append_arg): Compute also signatures. Major rewrite.
12274 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
12275 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
12276 Check for signatures of arguments.
87cf1a39 12277
54371585
MA
122782007-12-19 Michael Albinus <michael.albinus@gmx.de>
12279
12280 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
12281 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
12282 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
12283 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
12284 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 12285 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
12286 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
12287 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 12288 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
12289 (xd_append_arg): New function.
12290 (Fdbus_call_method, Fdbus_send_signal): Apply it.
12291
f5306ca3
MA
122922007-12-16 Michael Albinus <michael.albinus@gmx.de>
12293
12294 * dbusbind.c (top): Include <stdio.h>.
12295 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
12296 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
12297 (Fdbus_register_signal): Rename unique_name to uname.
12298 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
12299 non-existing unique name. Fix typos in matching rule. Return an
12300 object which is useful in Fdbus_unregister_signal.
12301 (Fdbus_unregister_signal): Reimplementation, in order to remove
12302 only the corresponding entry.
12303 (Vdbus_registered_functions_table): Change the order of entries.
12304 Apply these changes in xd_read_message and Fdbus_register_signal.
12305
77a28bbf
AS
123062007-12-16 Andreas Schwab <schwab@suse.de>
12307
12308 * fileio.c (Finsert_file_contents): Fix overflow check to not
12309 depend on undefined integer overflow.
12310
2e3566d8
JR
123112007-12-14 Jason Rumney <jasonr@gnu.org>
12312
12313 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
12314 for characters above 127.
12315
bf254037
JR
123162007-12-13 Jason Rumney <jasonr@gnu.org>
12317
12318 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
12319 before dereferencing array.
12320 (lookup_vk_code): Remove zero comparison.
12321
eb7c7bf5
MA
123222007-12-14 Michael Albinus <michael.albinus@gmx.de>
12323
12324 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
12325 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
12326 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
12327 (xd_read_message, Fdbus_register_signal): Split expressions into
12328 multiple lines before operators "&&" and "||", according to the
12329 GNU Coding Standards.
12330
34fb0fc9
EZ
123312007-12-14 Eli Zaretskii <eliz@gnu.org>
12332
12333 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
12334
c7d97628
JL
123352007-12-12 Juri Linkov <juri@jurta.org>
12336
12337 * buffer.c (Frename_buffer): In interactive spec replace
12338 `read-buffer' with `read-string' that uses `buffer-name-history'
12339 as history, and the current buffer's name as default.
12340
3709505e
SM
123412007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
12344 manipulating the backtrace manually.
12345 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
12346 (struct backtrace, backtrace_list): Remove.
12347 (command_loop_1): Remove dead var `no_direct'.
12348
12349 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
12350 preserve non-built-in buffer-local variables.
12351 (Fkill_all_local_variables): Don't re-create&re-set permanent
12352 buffer-local variables.
12353
e2bec886
JL
123542007-12-09 Juri Linkov <juri@jurta.org>
12355
12356 * buffer.c (Frename_buffer): Change interactive spec from "s" to
12357 Lisp code that uses `read-buffer' with current buffer as default.
12358
a31d47c7
MA
123592007-12-08 Michael Albinus <michael.albinus@gmx.de>
12360
12361 * dbusbind.c (xd_read_message): Generate an event for every
12362 registered handler. There might be several handlers registered
12363 for the same signal.
12364 (Fdbus_register_signal): Don't overwrite a registration for the
12365 same signal. Add a new registration if handlers are different.
12366 (Vdbus_registered_functions_table): Rework doc string.
12367
52da95fa
MA
123682007-12-07 Michael Albinus <michael.albinus@gmx.de>
12369
12370 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
12371 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
12372 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
12373 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
12374 Unify argument lists.
a0a3805c 12375 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
12376 arguments and hash table keys. Use unique name for service.
12377 (Fdbus_unregister_signal): Remove checks.
12378 (Vdbus_registered_functions_table): Fix doc string.
12379
e5e76c04 123802007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
12381
12382 * process.c (make_process): Initialize pty_flag to 0.
12383
e5e76c04 123842007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
12385
12386 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
12387 specified XBMs.
12388
e5e76c04 123892007-12-05 Richard Stallman <rms@gnu.org>
048addec 12390
e5e76c04 12391 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 12392
e5e76c04 123932007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 12394
e5e76c04
MB
12395 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
12396 New variable.
12397 (mac_try_close_socket) [MAC_OSX]: New function.
12398 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
12399 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 12400
e5e76c04
MB
12401 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
12402 Use mac_try_close_socket.
048addec 12403
e5e76c04 124042007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 12405
e5e76c04
MB
12406 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
12407 reloc_base.
12408 (copy_dysymtab): Compute relocation base here.
12409 (rebase_reloc_address) [__ppc64__]: New function.
12410 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
12411 changed.
048addec 12412
e5e76c04 124132007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 12414
e5e76c04 12415 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 12416
e5e76c04 124172007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 12418
e5e76c04
MB
12419 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
12420 __objc_* sections.
12421 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 12422
96faeb40
MA
124232007-12-05 Michael Albinus <michael.albinus@gmx.de>
12424
12425 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
12426 Move check for Vdbus_registered_functions_table to
12427 xd_read_queued_messages.
12428 (xd_read_queued_messages): Protect xd_read_message calls by
12429 internal_condition_case_1.
12430
39abdd4a
MA
124312007-12-04 Michael Albinus <michael.albinus@gmx.de>
12432
87df3c32 12433 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 12434 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 12435 (Vdbus_intern_symbols): Remove.
39abdd4a 12436 (Vdbus_registered_functions_table): New hash table.
87df3c32 12437 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 12438 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 12439 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
12440 Vdbus_registered_functions_table.
12441
880820fe 124422007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
12443
12444 * xterm.c: Update URL to Window Manager Specification in comment.
12445
033b73e2
MA
124462007-12-02 Michael Albinus <michael.albinus@gmx.de>
12447
12448 * config.in (HAVE_DBUS): Add.
12449
a0a3805c 12450 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
12451 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
12452 (obj): Add $(DBUS_OBJ).
12453 (LIBES): Add $(DBUS_LIBS).
12454 (dbusbind.o): New target.
12455
12456 * dbusbind.c: New file.
12457
12458 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
12459
12460 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 12461 (Qdbus_event): New Lisp symbol.
033b73e2 12462 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 12463 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
12464 (keys_of_keyboard ): Define dbus-event.
12465
12466 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
12467
39d0bf74
RS
124682007-12-01 Richard Stallman <rms@gnu.org>
12469
12470 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
12471
f3157c65
JR
124722007-11-30 Jason Rumney <jasonr@gnu.org>
12473
12474 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
12475 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
12476 (w32_face_attributes): Don't use color indexes that are out of range.
12477 Only reverse the default colors.
f3157c65
JR
12478
12479 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
12480 WINDOWSNT.
12481
12482 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
12483
b510360c
JR
124842007-11-29 Jason Rumney <jasonr@gnu.org>
12485
12486 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
12487 (w32_face_attributes): Use Vtty_defined_color_alist to determine
12488 if the terminal colors are initialized.
12489 (unspecified_fg, unspecified_bg): Remove unused declarations.
12490
4b7ab1c4
AS
124912007-11-29 Andreas Schwab <schwab@suse.de>
12492
12493 * keyboard.c (apply_modifiers): Fix typo.
12494
4bb6c266
RS
124952007-11-29 Richard Stallman <rms@gnu.org>
12496
12497 * keymap.c (Fcurrent_local_map): Doc fix.
12498
aa44cd84
GM
124992007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
12500
12501 * s/gnu-kfreebsd.h: New file.
12502
21ec2c43
SM
125032007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12504
cc648cef
SM
12505 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
12506 Don't cast redundantly.
12507
21ec2c43
SM
12508 * keyboard.c (KEY_TO_CHAR): New macro.
12509 (parse_modifiers, apply_modifiers): Accept integer arguments.
12510 (read_key_sequence): Use them to unify the "shift->unshift" mapping
12511 for chars and symbol keys.
12512 After doing such remapping, apply function-key-map again.
12513
73e72da4
DN
125142007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12515
12516 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
12517 compiled anymore.
12518
254693ff
AS
125192007-11-26 Andreas Schwab <schwab@suse.de>
12520
12521 * process.c (list_processes_1): Fix indentation level of the
12522 command column.
12523
ff6e6ac8
AS
125242007-11-23 Andreas Schwab <schwab@suse.de>
12525
12526 * editfns.c (Fformat): Handle %c specially since it requires the
12527 argument to be of type int.
12528
f7cf8b20
SM
125292007-11-23 Markus Triska <markus.triska@gmx.at>
12530
12531 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 12532 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 12533
569c11e3
SM
125342007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12535
8787dd73
SM
12536 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
12537 (find_symbol_value): Use do_symval_forwarding.
12538
569c11e3
SM
12539 * data.c (set_internal): Set the value in the `cons-cell' (for
12540 Buffer_Local_values) not only for frame-local variables.
12541
6af1696d
AS
125422007-11-22 Andreas Schwab <schwab@suse.de>
12543
12544 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
12545 values to sprintf.
12546 * keymap.c (Fsingle_key_description): Likewise.
12547 * print.c (print_object): Likewise.
12548
880820fe 125492007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
12550
12551 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
12552 file for image is nil.
12553
7c401d15
DN
125542007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
12555
12556 * term.c: Include stdarg.h.
569c11e3 12557 (fatal): Implement using varargs.
a0a3805c 12558 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 12559
64e16c3c
SM
125602007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
12563 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
12564 Update call to buffer_slot_type_mismatch.
12565 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
12566 (buffer_slot_type_mismatch): Update.
12567 * buffer.c (buffer_local_types): Remove.
12568 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
12569 (defvar_per_buffer): Set the type in the buffer_objfwd.
12570
d4aa48db 125712007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 12572
64e16c3c
SM
12573 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
12574 CreateFileMapping returns NULL on failure.
5f42a7eb 12575
d4aa48db 125762007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 12577
d4aa48db
MB
12578 * search.c (Fset_match_data): Remove the `evaporate' feature.
12579 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 12580
bdae0540
JR
125812007-11-21 Jason Rumney <jasonr@gnu.org>
12582
12583 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
12584
12585 * w32console.c (w32con_write_glyphs): Remove unused variables.
12586
202c09a8
DN
125872007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12588
b951420f
DN
12589 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
12590
202c09a8
DN
12591 * s/darwin.h (MULTI_KBOARD): Remove.
12592
12593 * macfns.c (x_create_tip_frame, Fx_create_frame)
12594 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
12595
bae72c12
SM
125962007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12597
e7c10f83
SM
12598 * buffer.c (Fbuffer_local_value): Remove redundant test.
12599 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
12600 than in `current-buffer' to match the comment.
12601 Do the swap using swap_in_global_binding.
12602
136eb6ed
SM
12603 * data.c (store_symval_forwarding, set_internal):
12604 * eval.c (specbind): Remove dead code.
12605
bae72c12
SM
12606 * coding.c (detect_coding, Fupdate_coding_systems_internal):
12607 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
12608 Since we do not want to see internal Lisp_*fwd objects here.
12609
880820fe 126102007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 12611
3d66b985
JD
12612 * sysdep.c (init_system_name): Use getaddrinfo if available.
12613
95fbaefc
JD
12614 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
12615 (x_scroll_bar_note_movement): start, end, with, height in struct
12616 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
12617
6c1d8cb6
DN
126182007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
12619
12620 * puresize.h (BASE_PURESIZE): Increase to 1190000.
12621
30f95089
SM
126222007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12623
66b04bd4
SM
12624 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
12625 This undoes Richard's change of 14-Oct-2002.
12626
6d3f2bb2
SM
12627 * alloc.c (allocate_other_vector):
12628 * lisp.h (allocate_other_vector): Remove.
12629
b05b4e27
SM
12630 * window.c (struct save_window_data): Move non-lisp data to the end
12631 and make it `int' rather than Lisp_Object.
12632 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
12633 Done wrap/unwrap integer values.
12634 (Fset_window_configuration, compare_window_configurations):
12635 Update use of fields to their new types.
12636
056ce195
SM
12637 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
12638 Turn integer fields into `int'. Merge x_window_low and x_window_high.
12639 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
12640 (SET_SCROLL_BAR_X_WINDOW): Remove.
12641 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
12642 Access the new x_window field directly.
12643 * xterm.c (x_scroll_bar_create): Use a pseudovector.
12644 Don't wrap/unwrap integers into Lisp_Objects.
12645 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
12646 (x_scroll_bar_report_motion):
12647 Don't wrap/unwrap integers into Lisp_Objects.
12648 (x_term_init): Use SDATA.
12649 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
12650 (x_scroll_bar_set_handle, x_scroll_bar_remove)
12651 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
12652 (x_scroll_bar_report_motion, x_scroll_bar_clear):
12653 * xfns.c (x_set_background_color):
12654 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
12655 Access the new x_window field directly.
12656
30f95089
SM
12657 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
12658 (allocate_pseudovector): Make non-static.
6d3f2bb2 12659
30f95089
SM
12660 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
12661 (allocate_pseudovector): Declare.
6f69e89b 12662 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 12663
9b6112e8
AS
126642007-11-15 Andreas Schwab <schwab@suse.de>
12665
30f95089
SM
12666 * editfns.c (Fformat): Correctly format EMACS_INT values.
12667 Also take precision into account when formatting an integer.
0f860bd7 12668
9b6112e8
AS
12669 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
12670
262fcd41
SM
126712007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12672
58da34c7
SM
12673 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
12674 (syms_of_keyboard): Defsubr it.
12675
262fcd41
SM
12676 * data.c (swap_in_global_binding): Fix longstanding bug where
12677 store_symval_forwarding was not called with the right second argument,
12678 thus causing objfwd-ing from being dropped.
12679
d29a9848
JB
126802007-11-14 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
12683 (Fx_display_pixel_height, Fx_display_planes)
12684 (Fx_display_color_cells, Fx_server_max_request_size)
12685 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12686 (Fx_display_visual_class, Fx_display_save_under):
12687 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
12688 (Fx_display_pixel_height, Fx_display_planes)
12689 (Fx_display_color_cells, Fx_server_max_request_size)
12690 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12691 (Fx_display_mm_height, Fx_display_mm_width)
12692 (Fx_display_backing_store, Fx_display_visual_class)
12693 (Fw32_select_font, Fx_display_save_under):
12694 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
12695 (Fx_display_pixel_height, Fx_display_planes)
12696 (Fx_display_color_cells, Fx_server_max_request_size)
12697 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12698 (Fx_display_save_under): Fix typos in docstrings.
12699
74084731
JB
127002007-11-14 Juanma Barranquero <lekktu@gmail.com>
12701
12702 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
12703 corresponding to deleted entries; they are an implementation detail.
12704 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
12705 Remove variables.
12706 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
12707 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
12708 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
12709 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
12710 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 12711 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 12712 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
12713 Fix typos in docstrings.
12714 (Fx_server_version): Reflow docstring.
12715 (Fw32_shell_execute): Doc fixes.
74084731 12716
fb053a1f
JB
127172007-11-13 Juanma Barranquero <lekktu@gmail.com>
12718
12719 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
12720 if w32_parse_hot_key returned nil.
12721
a457417e 127222007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 12723
a457417e 12724 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 12725
4b219faa
JR
127262007-11-09 Jason Rumney <jasonr@gnu.org>
12727
12728 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
12729
12730 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
12731
12732 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
12733 Remove W32_SCROLL_BAR_CLICK_EVENT.
12734
12735 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
12736 Add MULTIMEDIA_KEY_EVENT.
12737
12738 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
12739 (lispy_multimedia_keys) [WINDOWSNT]: New array.
12740 (make_lispy_event) [WINDOWSNT]: Use it to translate
12741 MULTIMEDIA_KEY_EVENT.
12742
12743 * w32term.h (WM_APPCOMMAND): Define if not already.
12744 (GET_APPCOMMAND_LPARAM): Likewise.
12745
12746 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
12747 WM_APPCOMMAND.
12748
12749 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
12750 (syms_of_w32fns): Export and initialize it.
12751 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
12752
c12ecb0a 127532007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
12754
12755 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
12756 twice.
12757
12758 * xdisp.c (handle_face_prop): Fix last change.
12759
c12ecb0a 127602007-11-09 Richard Stallman <rms@gnu.org>
048addec 12761
c12ecb0a
MB
12762 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
12763 not just for after-strings and before-strings.
12764 Call face_for_overlay_string and pass the overlay to it.
12765 (handle_display_prop): Determine whether property came from an overlay.
12766 Pass OVERLAY arg to handle_single_display_spec.
12767 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
12768 (load_overlay_strings): Fill in it->string_overlays.
12769 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 12770
c12ecb0a
MB
12771 * xfaces.c (face_for_overlay_string): Function renamed from
12772 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 12773
c12ecb0a
MB
12774 * dispextern.h (struct it): New elt string_overlays.
12775 New elt from_overlay, also in stack.
12776 Rearrange a few elements.
12777 (face_for_overlay_string): Decl renamed from
12778 face_at_buffer_position_no_overlays, and add argument.
15fff01d 12779
c12ecb0a 127802007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 12781
c12ecb0a
MB
12782 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
12783 to get the base face for an overlay string.
0d8466cc 12784
c12ecb0a 12785 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 12786
c12ecb0a 12787 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 12788
c12ecb0a 12789 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 12790
c12ecb0a 127912007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 12792
c12ecb0a
MB
12793 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
12794 Fix conversion from Lisp object to ATSUFontID.
07025a55 12795
c12ecb0a 127962007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 12797
c12ecb0a 12798 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 12799
c12ecb0a 128002007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 12801
c12ecb0a
MB
12802 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
12803 Don't assume regions are aligned to page boundary.
12804 (print_load_command_name): Add LC_UUID if defined.
3a232704 12805
c12ecb0a 128062007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 12807
c12ecb0a 12808 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 12809
b8ddfbcc
JR
128102007-11-07 Jason Rumney <jasonr@gnu.org>
12811
12812 * s/windows95.h: Remove.
12813
880820fe 128142007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
12815
12816 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
12817 abort with a message on unhandled store_type values.
12818
880820fe 128192007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
12820
12821 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
12822 Remove HAVE_X11R5 and HAVE_X11R4.
12823
04a697fe
DN
128242007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12825
12826 * Makefile.in: Remove references to sunfns.c and sunfns.o.
12827
880820fe 128282007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
12829
12830 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 12831 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
12832 x_set_glyph_string_gc from x_draw_glyph_string.
12833
07e5c0b0
DN
128342007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12835
2a2e8de7 12836 * sunfns.c: Remove file.
07e5c0b0
DN
12837
12838 * m/sun386.h:
12839 * m/sun2.h:
12840 * m/sparc.h: Remove Sun windows code.
12841
1bc973c2
SM
128422007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
12845 (init_keyboard): Set current_kboard's window-system to nil.
12846 (tty_read_avail_input): Typo.
12847 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
12848
c22140f6
DN
128492007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12850
12851 * s/usg5-4.h:
12852 * s/usg5-3.h:
12853 * s/ptx.h:
12854 * m/is386.h:
12855 * m/ibmps2-aix.h:
2a2e8de7 12856 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
12857
12858 * dispnew.c (syms_of_display): Don't mention version 10.
12859
660a8219
JB
128602007-10-28 Juanma Barranquero <lekktu@gmail.com>
12861
12862 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
12863 ($(BLD)/abbrev.$(O)): Remove.
12864
e047f448
SM
128652007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 Rewrite abbrev.c in Elisp.
12868 * image.c (Qcount): Don't declare as extern.
12869 (syms_of_image): Initialize and staticpro `Qcount'.
12870 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
12871 * emacs.c (main): Don't call syms_of_abbrev.
12872 * Makefile.in (obj): Remove abbrev.o.
12873 (abbrev.o): Remove.
12874 * abbrev.c: Remove.
12875
67b73e3a
MR
128762007-10-26 Martin Rudalics <rudalics@gmx.at>
12877
12878 * window.c (window_min_size_2): Don't count header-line.
12879
e3d7bd83
DN
128802007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12881
12882 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 12883 field to take advantage of the available space. Group all the
e3d7bd83
DN
12884 chars together to reduce wasted space due to padding.
12885
a3547743
JB
128862007-10-26 Juanma Barranquero <lekktu@gmail.com>
12887
e298936f
JB
12888 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
12889
d3d47262
JB
12890 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
12891 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
12892 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
12893 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
12894 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
12895 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
12896 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
12897 (last_marked, mark_object_loop_halt): Make static.
12898
a3547743
JB
12899 * frame.c (syms_of_frame) <delete-frame-functions>:
12900 Fix typo in docstring.
12901
14c71d8b
JB
129022007-10-25 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * w32.c (init_environment): Fix tiny memory leak.
66199f74 12905 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 12906
70b8d0a4
SM
129072007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 Make `window-system' into a keyboard-local variable (rather than
12910 frame-local as done originally by multi-tty).
12911
12912 * keyboard.h (struct kboard): Add Vwindow_system.
12913 * keyboard.c (init_kboard): Set a default for Vwindow_system.
12914 (mark_kboards): Mark Vwindow_system.
12915
12916 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
12917 (init_display): Don't set the obsolete `window-system' frame-param.
12918
12919 * xterm.c (x_term_init):
12920 * w32term.c (w32_create_terminal):
12921 * term.c (init_tty): Set Vwindow_system.
12922 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
12923 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
12924
12925 * xfns.c (Fx_create_frame, x_create_tip_frame):
12926 * w32fns.c (Fx_create_frame, x_create_tip_frame):
12927 * macfns.c (Fx_create_frame):
12928 Don't set the obsolete `window-system' frame-param.
12929
12930 * frame.h (Qwindow_system): Remove.
12931 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
12932 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
12933
fdc90613 129342007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 12935
fdc90613
MB
12936 * frame.c (x_figure_window_size): For fullscreen case,
12937 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 12938
fdc90613 12939 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 12940
fdc90613 12941 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 12942
7357cb04
SM
129432007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12944
98228e72
SM
12945 * process.c (unwind_request_sigio): Only define if __ultrix__.
12946
1baf6db9
SM
12947 * callproc.c (child_setup): Remove spurious *.
12948
4d0ac3d7
SM
12949 * lisp.h (Fget_text_property): Declare.
12950 (have_menus_p): Declare it here rather than in sys-dep header files.
12951 * macterm.h (have_menus_p):
12952 * msdos.h (have_menus_p):
12953 * xterm.h (have_menus_p): Remove.
12954
7357cb04
SM
12955 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12956 (Fmake_variable_frame_local): Just check the variable's const-ness
12957 rather than checking nil or t.
12958
866e6dd6
JR
129592007-10-22 Jason Rumney <jasonr@gnu.org>
12960
b00afeae
JR
12961 * w32fns.c: Include math.h.
12962 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 12963
c8f7c76b
JR
12964 * s/ms-w32.h (HAVE_STDLIB_H): Define.
12965 (abort): Redefinition moved to nt/config.nt.
12966
866e6dd6
JR
12967 * m/windowsnt.h: Remove.
12968
e79beb56
JB
129692007-10-22 Juanma Barranquero <lekktu@gmail.com>
12970
12971 * emacs.c (Fdump_emacs): Fix typo in message.
12972 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
12973 <installation-directory>: Reflow docstring.
12974
fb30dfd2
JL
129752007-10-22 Juri Linkov <juri@jurta.org>
12976
12977 * minibuf.c: Allow minibuffer default to be a list of default values.
12978 With empty input use the first element of this list as returned default.
e79beb56 12979 (string_to_object)
0f7f11b7 12980 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
12981 (read_minibuf): If defalt is cons, set histstring to its car.
12982 (Fread_string): If default_value is cons, set val to its car.
12983 (Fread_buffer): If def is cons, use its car.
12984 (Fcompleting_read): If defalt is cons, set val to its car.
12985
1f163f28
MA
129862007-10-21 Michael Albinus <michael.albinus@gmx.de>
12987
12988 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
12989
db3534c3
JB
129902007-10-20 Juanma Barranquero <lekktu@gmail.com>
12991
12992 * doc.c (Fdocumentation): Check for advice in all cases.
12993
c6f18a07
CY
129942007-10-19 Chong Yidong <cyd@stupidchicken.com>
12995
12996 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
12997
2a1534d3
RS
129982007-10-19 Richard Stallman <rms@gnu.org>
12999
13000 * doc.c (Fdocumentation): Check for and handle an advised function.
13001
7b82c3b6
JB
130022007-10-19 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * process.c (Fset_process_filter): Doc fix.
13005
3278f20e
SM
130062007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
13009 which caused key-translation-map to applied repeatedly (thus breaking
13010 double-mode).
13011
99784d63
SM
130122007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * xselect.c (x_own_selection, x_handle_selection_clear)
13015 (x_clear_frame_selections):
13016 * w32menu.c (list_of_panes, list_of_items):
13017 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
13018 * textprop.c (validate_plist, interval_has_all_properties)
13019 (interval_has_some_properties, interval_has_some_properties_list)
13020 (add_properties, text_property_list):
13021 * process.c (Fget_buffer_process, list_processes_1, status_notify):
13022 * minibuf.c (Fassoc_string):
13023 * macselect.c (x_own_selection, x_clear_frame_selections)
13024 (Fx_disown_selection_internal):
13025 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
13026 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
13027
44bb704d
CY
130282007-10-17 Chong Yidong <cyd@stupidchicken.com>
13029
13030 * process.c: Link to libs for calling res_init() if available.
13031 (Fmake_network_process): Call res_init() before getaddrinfo or
13032 gethostbyname, if possible.
13033
d314756e
SM
130342007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13035
2504022a
SM
13036 * lread.c (read1): Set pvectype for char_tables.
13037
19fa82b9
SM
13038 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
13039 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
13040 Add type checks.
13041 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
13042
d314756e
SM
13043 * alloc.c (free_misc): Use XMISCTYPE.
13044 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
13045
94b9aaa2
GM
130462007-10-17 Glenn Morris <rgm@gnu.org>
13047
13048 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
13049 (syms_of_minibuf): Add Qcompletion_ignore_case.
13050 * dired.c (Qcompletion_ignore_case): Change to external.
13051 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
13052 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
13053 (Fread_file_name): Use it rather than intern'ing.
13054
13055 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
13056 (Fread_coding_system): Ignore case of user input.
13057
da6658e8
YM
130582007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13059
13060 * xdisp.c (handle_display_prop): Ignore display specs after
13061 replacing one when string text is being replaced.
13062 (handle_single_display_spec): Pretend as if characters with display
13063 property haven't been consumed only when buffer text is being replaced.
13064
11fb4bdb
SM
130652007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13066
9beb8baa
SM
13067 * xfns.c (Fx_create_frame, Fx_display_list):
13068 * window.c (window_fixed_size_p, enlarge_window)
13069 (shrink_window_lowest_first):
13070 * macterm.c (init_font_name_table):
13071 * macfns.c (Fx_create_frame, Fx_display_list):
13072 * lread.c (close_load_descs):
13073 * keyboard.c (read_char_x_menu_prompt):
13074 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
13075 * coding.c (code_convert_region_unwind): Test the type of an object
13076 rather than just !NILP before extracting data from it.
13077
d3f41ff5
SM
13078 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
13079
67ee9f6e
SM
13080 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
13081 (XMISCANY): New macro.
13082 (XMISCTYPE): Use it.
13083 (struct Lisp_Misc_Any): New type.
13084 (union Lisp_Misc): Use it.
13085 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
13086 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
13087 (find_symbol_value, set_internal, default_value, Fset_default)
13088 (Fmake_variable_buffer_local, Fmake_local_variable)
13089 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
13090 (Flocal_variable_if_set_p, Fvariable_binding_locus):
13091 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
13092 * alloc.c (allocate_buffer): Set the size and tag.
13093 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
13094 Use XMISCANY.
13095 (die): Follow the GNU convention for error messages.
13096 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
13097 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
13098 tag any more.
13099 (set_buffer_internal_1):
13100 * frame.c (store_frame_param):
13101 * eval.c (specbind):
13102 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
13103
11fb4bdb
SM
13104 * doc.c (Fsnarf_documentation): Simplify.
13105
decb374a
JB
131062007-10-14 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
13109 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
13110
b5a40ee7
SM
131112007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
13114
35277b03
JB
131152007-10-14 Juanma Barranquero <lekktu@gmail.com>
13116
13117 * eval.c (do_autoload): Don't save autoloads.
13118
13119 * data.c (Ffset): Save autoload of the function being set.
13120
35fdaa62
GM
131212007-10-07 John Paul Wallington <jpw@pobox.com>
13122
13123 * xfns.c (x_create_tip_frame): Set the `display-type' frame
13124 parameter before setting up faces.
13125
1ea40aa2
EZ
131262007-10-13 Eli Zaretskii <eliz@gnu.org>
13127
35fdaa62 13128 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
13129 * keyboard.c (append_tool_bar_item): Reformat last change.
13130
1ea40aa2
EZ
13131 * lisp.h (eabs): Rename from `abs'. All callers changed.
13132
35277b03 131332007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
13134
13135 * buffer.c (add_overlay_mod_hooklist):
13136 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
13137 * fontset.c (make_fontset):
13138 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
13139 (append_tool_bar_item):
13140 * macmenu.c (grow_menu_items):
35fdaa62 13141 * w32menu.c (grow_menu_items):
71d00ce4 13142 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 13143
bc82f120
EZ
131442007-10-13 Eli Zaretskii <eliz@gnu.org>
13145
13146 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
13147 selected frame'' on MSDOS).
13148
d57d5a78
MR
131492007-10-12 Martin Rudalics <rudalics@gmx.at>
13150
13151 * frame.c (Qexplicit_name): New variable.
13152 (x_report_frame_params): Report it in parameter alist.
13153 (syms_of_frame): Intern and staticpro it.
13154
35277b03 131552007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
13156
13157 * macfns.c (x_create_tip_frame): Set terminal for frame.
13158
c7a4b95b
SM
131592007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13160
26f9c7b7
SM
13161 * frame.c (Qenvironment): Remove.
13162 (syms_of_frame) <Qenvironment>: Don't initialize.
13163 (Fdelete_frame): Don't treat the `environment' param specially.
13164 * frame.h (Qenvironment): Don't declare.
13165 * callproc.c (set_initial_environment): Don't set unused frame param.
13166
c7a4b95b
SM
13167 * frame.c (Fframe_with_environment): Remove.
13168 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 13169
c7a4b95b
SM
13170 * lisp.h (Fframe_with_environment): Don't declare.
13171
c86f7377
JB
131722007-10-10 Juanma Barranquero <lekktu@gmail.com>
13173
13174 * indent.c (indent_tabs_mode, last_known_column)
13175 (last_known_column_modified): Make static.
13176 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
13177
d1b3a122
KY
131782007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
13179
13180 * puresize.h (BASE_PURESIZE): Increase to 1170000.
13181
d57d5a78
MR
131822007-10-09 Jason Rumney <jasonr@gnu.org>
13183
13184 * w32term.c (x_set_window_size): Disable code that attempts to tell
13185 Lisp code about a size change before it actually happens.
13186
81d3d428 131872007-10-09 Richard Stallman <rms@gnu.org>
91175673 13188
81d3d428
MB
13189 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
13190 return HANDLED_RETURN.
91175673 13191
1af74d06 131922007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 13193
1af74d06
MB
13194 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
13195 when there's an unread command event.
e0fead5d 13196
c7a4b95b 13197 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
13198 window autoselection act appropriately when leaving selected frame.
13199 (syms_of_frame): Initialize focus_follows_mouse.
13200 * frame.h (focus_follows_mouse): Extern it.
13201 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 13202 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
13203 * msdos.c (dos_rawgetc): Likewise.
13204 * w32term.c (w32_read_socket): Likewise.
13205 * xterm.c (handle_one_xevent): Likewise.
13206 * xdisp.c (syms_of_xdisp): In doc-string of
13207 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 13208
1af74d06 132092007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 13210
1af74d06
MB
13211 * macterm.c (mac_load_query_font): Fix missing return value.
13212 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
13213 Add BLOCK_INPUT.
c186cdb3 13214
1af74d06 132152007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 13216
1af74d06
MB
13217 * xdisp.c (get_window_cursor_type): Implement documented behavior
13218 for cursor-in-non-selected-windows = t.
c186cdb3 13219
1af74d06 132202007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 13221
1af74d06 13222 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 13223
1af74d06 132242007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 13225
1af74d06 13226 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 13227
1af74d06 13228 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 13229
1af74d06 132302007-10-08 Richard Stallman <rms@gnu.org>
a3c83618 13231
c7a4b95b 13232 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 13233
1af74d06 132342007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 13235
1af74d06 13236 * buffer.c (Foverlays_at): Doc fix.
036e218d 13237
1af74d06 132382007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 13239
1af74d06 13240 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 13241
1af74d06 132422007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 13243
1af74d06 13244 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 13245
1af74d06 13246 * frame.h (enum): Remove trailing comma.
90647b07 13247
8993ad2e 132482007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 13249
1af74d06 13250 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 13251
1af74d06 132522007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 13253
1af74d06 13254 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 13255
1af74d06
MB
13256 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
13257 last-repeatable-command.
13258 (init_kboard): Initialize Vlast_repeatable_command.
13259 (command_loop_1): Set it to real_this_command unless that was
13260 bound to an input event.
13261 (mark_kboards): Mark it.
9fbc32aa 13262
1af74d06 132632007-10-08 Richard Stallman <rms@gnu.org>
036e218d 13264
1af74d06 13265 * eval.c (condition-case): Doc fix.
9fbc32aa 13266
1af74d06 132672007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 13268
1af74d06
MB
13269 * xfaces.c (tty_supports_face_attributes_p): Fix code
13270 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
13271 was copied and not edited.
9fbc32aa 13272
beb9f745
SM
132732007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13274
c86f7377 13275 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
13276 escape sequences.
13277 * keyboard.h (struct kboard): Add Vinput_decode_map.
13278 Remove Vlocal_key_translation_map.
13279 * keyboard.c (read_key_sequence): Add support for input-decode-map.
13280 (init_kboard): Init input-decode-map.
13281 Replace local-key-translation-map back with key-translation-map.
13282 (syms_of_keyboard): Declare input-decode-map.
13283 Remove local-key-translation-map. Update docstrings.
13284 (mark_kboards): Mark Vinput_decode_map.
13285 Don't mark Vlocal_key_translation_map.
13286 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
13287 Replace local-key-translation-map back with key-translation-map.
13288 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
13289 Bind in input-decode-map rather than function-key-map.
13290
beb9f745
SM
13291 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
13292 This was made redundant by the previous introduction of XSETPVECTYPE.
13293
65342ae3
RS
132942007-10-09 Richard Stallman <rms@gnu.org>
13295
beb9f745 13296 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
13297
132982007-09-29 Richard Stallman <rms@gnu.org>
13299
13300 * eval.c (internal_condition_case_2, internal_condition_case_1)
13301 (internal_condition_case): Reenable abort if x_catching_errors ()
13302 to see if that really happens and why.
13303
6cff77fd
AS
133042007-10-06 Andreas Schwab <schwab@suse.de>
13305
13306 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
13307
bbe6f2aa
JB
133082007-10-04 Juanma Barranquero <lekktu@gmail.com>
13309
13310 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
13311
a390930c
SM
133122007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
13315
d6aa1876
SM
133162007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13317
d0fdb6da
SM
13318 * window.h (struct window):
13319 * window.c (struct save_window_data, struct saved_window):
13320 * termhooks.h (struct terminal):
13321 * process.h (struct Lisp_Process):
13322 * frame.h (struct frame):
13323 * buffer.h (struct buffer):
13324 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
13325 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
13326 The size field of (pseudo)vectors is now unsigned.
13327 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
13328
878f97ff
SM
13329 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
13330 Turn `count' into an integer.
d0fdb6da 13331
878f97ff
SM
13332 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
13333 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
13334 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
13335 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
13336 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
13337
d2029e5b
SM
13338 * alloc.c (allocate_pseudovector): New fun.
13339 (ALLOCATE_PSEUDOVECTOR): New macro.
13340 (allocate_window, allocate_terminal, allocate_frame)
13341 (allocate_process): Use it.
13342 (mark_vectorlike): New function.
13343 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
13344 (mark_terminals): Use it.
13345 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
13346 (Fmake_byte_code): Use XSETPVECTYPE.
13347
13348 * frame.c (Fframe_parameters): Minor simplification.
13349
13350 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
13351
13352 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
13353
13354 * buffer.c (Fget_buffer_create, init_buffer_once):
13355 * lread.c (defsubr):
13356 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
13357
13358 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
13359 defined differently in the m/*.h files.
13360 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
13361 (XSETPVECTYPE): New macro.
13362 (XSETPSEUDOVECTOR): Use it.
13363
d6aa1876
SM
13364 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
13365 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 13366
d6aa1876
SM
13367 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
13368 * lread.c (defvar_per_buffer):
13369 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
13370
13371 * window.c (candidate_window_p): Only consider as visible frames that
13372 are on the same terminal.
13373
13374 * m/ibms390x.h (MARKBIT): Remove unused macro.
13375
88852d45
JB
133762007-10-01 Juanma Barranquero <lekktu@gmail.com>
13377
13378 * lread.c (Fload): Fix typo in docstring.
13379
880820fe 133802007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
13381
13382 * floatfns.c (Fexpt): Manually check for overflows, so that a power
13383 of a non-zero value can't yield zero.
13384
ed0c79c6
SM
133852007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13386
b870aa61
SM
13387 * term.c (term_clear_mouse_face, term_mouse_highlight)
13388 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
13389
4c37a414
SM
13390 * print.c (safe_debug_print): Use XHASH.
13391
b9466edb
SM
13392 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
13393 Lisp elements such as tags.
13394 (XHASH): New macro.
13395 (EQ): Use it.
13396 (SREF, SSET, STRING_COPYIN): Use SDATA.
13397 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
13398
9c545a55
SM
13399 * alloc.c (mark_terminal): Remove left-over declaration.
13400 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
13401 (allocate_vectorlike): Remove type argument. Adjust callers.
13402 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
13403 Only handle the one remaining MEM_TYPE_VECTORLIKE.
13404
dafc79fa
SM
13405 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
13406 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
13407 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
13408 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
13409 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
13410 Use them.
13411
ed0c79c6
SM
13412 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
13413 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
13414 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
13415
3c81afd4
DN
134162007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
13417
13418 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
13419 loaded by default.
13420
6178ce5e
SM
134212007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13422
4ce5ab77
SM
13423 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
13424 on this tty.
13425 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
13426
6178ce5e
SM
13427 * term.c (mouse_face_window): Rename from Qmouse_face_window.
13428 Update all users.
13429 (handle_one_term_event): Use Gpm_DrawPointer.
13430 (Fgpm_mouse_start): Rename from Fterm_open_connection.
13431 Signal errors instead of returning nil. Always return nil.
13432 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
13433 Make it a noop if gpm-mouse was not activated.
13434 (syms_of_term): Update names.
13435
bdf5f8ef
SM
134362007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13437
75a8734b
SM
13438 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
13439 (init_sys_modes): Check that gpm_tty is the current tty.
13440
13559ee0
SM
13441 * alloc.c (allocate_terminal): Set the vector size to only count the
13442 lisp fields. Initialize those to nil.
13443 (mark_object): Don't treat terminals specially.
13444 (mark_terminal): Remove.
13445 (mark_terminals): Use mark_object instead.
13446
ff16b875
SM
13447 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
13448 the GC to the beginning.
13449
83155776
SM
13450 * indent.h:
13451 * indent.c: Use EMACS_INT for ints coming from Elisp data.
13452
bdf5f8ef
SM
13453 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
13454
ec8705b6
JR
134552007-09-25 Jason Rumney <jasonr@gnu.org>
13456
13457 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
13458
13459 * w32console.c (create_w32cons_output): Remove.
13460
13461 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
13462
13463 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
13464 (reset_sys_modes): Use reset_terminal_modes_hook.
13465
7351b242
SM
134662007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * eval.c (do_autoload): Don't output any message.
13469
16706228
JL
134702007-09-24 Juri Linkov <juri@jurta.org>
13471
13472 * emacs.c (standard_args): Change priority of "--no-splash"
13473 from 40 to 3. Add "--no-desktop" with the same priority.
13474
3ae2e3a3
RS
134752007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
13476
13477 * alloc.c (gc_sweep): Check cons cell mark bits word by word
13478 and optimize the case where they are all 1.
13479
7a58fb43
GM
134802007-09-23 Johannes Weiner <hannes@saeurebad.de>
13481
3ae2e3a3
RS
13482 * lisp.h (abs): Define if not defined.
13483 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
13484 Don't define `abs', since it's defined in lisp.h.
7a58fb43 13485
78048085
EZ
134862007-09-22 Eli Zaretskii <eliz@gnu.org>
13487
c7a4b95b 13488 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
13489 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
13490 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
13491 (init_tty): Use DEV_TTY instead of "/dev/tty".
13492 [WINDOWSNT]: No need to protect from NAME arg being null.
13493
23d4cba5
DN
134942007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13495
13496 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
13497 up the tty state.
13498
71f44e7a
SM
134992007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13500
13501 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
13502 (gpm_tty): Change its type.
13503 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
13504 (gpm_tty): Change its type and initialize it.
13505 (Fterm_open_connection): Check the frame is indeed a tty.
13506 Use the new gpm_tty.
13507 (Fterm_close_connection): Use the new gpm_tty.
13508 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
13509 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
13510
def7fa34
JB
135112007-09-21 Juanma Barranquero <lekktu@gmail.com>
13512
13513 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
13514 underline_color, to draw strike-through.
13515
d2bb6598
SM
135162007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13517
273f164c
SM
13518 * lisp.h (allocate_terminal): Declare.
13519
ca2d5566
SM
13520 * window.c (candidate_window_p): Consider frames that are being placed
13521 by the user as somewhere between visible and iconified.
13522 (window_loop): Prefer windows on the current frame.
13523 (Fselect_window): Move the use of select-frame to the beginning so we
13524 can just delegate all the work (it'll call us back anyway).
13525
6168122d
SM
13526 * frame.c (Qdisplay_environment_variable):
13527 * frame.h (Qdisplay_environment_variable): Delete.
13528
c51842ec
SM
13529 * .gdbinit (xbacktrace): Print the arg's address rather than the value
13530 of the first arg, since that value may be a union.
13531
d2bb6598
SM
13532 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
13533 parameter rather than Qdisplay_environment_variable. If all else
13534 fails, look for DISPLAY in initial-environment.
13535
6f022c19
GM
135362007-09-21 Glenn Morris <rgm@gnu.org>
13537
13538 * Makefile.in (emacstool): Remove target.
f466320b 13539 (lisp, shortlisp): Remove termdev.elc.
6f022c19 13540
ea1bf8c7
GM
135412007-09-21 Markus Triska <markus.triska@gmx.at>
13542
d2bb6598 13543 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 13544
d30a25b3
SM
135452007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13546
db699fc6
SM
13547 * callproc.c (getenv_internal_1): New function.
13548 (getenv_internal): Use it.
13549 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
13550
d2bb6598 13551 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
13552 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
13553 (Fset_terminal_parameter): Work with dead terminals as well.
13554 (Fmodify_terminal_parameters): Remove.
13555
d30a25b3
SM
13556 * terminal.c (get_terminal): Handle terminals.
13557 Make sure the terminal returned is live.
13558 (create_terminal): Use allocate_terminal.
13559 (mark_terminals): Move to alloc.c.
13560 (delete_terminal): Use terminal->name as liveness status.
13561 NULL out fields after freeing their contents.
13562 Don't deallocate the object.
13563 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
13564 rather than an int.
13565 (Fterminal_live_p): Accept non-integer arguments.
13566 (Fterminal_list): Return terminal objects rather than an ints.
13567
13568 * alloc.c (enum mem_type): New member for `terminal' objects.
13569 (allocate_terminal): New function.
d2bb6598
SM
13570 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
13571 Handle terminals.
d30a25b3
SM
13572 (mark_terminal): New fun.
13573 (mark_terminals): Move from terminal.c.
13574
13575 * term.c (get_tty_terminal): Don't treat output_initial specially.
13576 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
13577 (delete_tty): Use terminal->name as liveness status.
13578
13579 * termhooks.h (struct terminal): Make it into a pseudovector.
13580 Remove `deleted' replaced by checking `name's nullness.
13581
13582 * print.c (print_object): Handle terminals.
13583
13584 * lisp.h (enum pvec_type): New `terminal' pseudovector.
13585 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
13586
13587 * frame.c (make_terminal_frame):
13588 * keyboard.c (tty_read_avail_input):
13589 * w32term.c (x_delete_terminal):
13590 * xfns.c (Fx_create_frame, x_create_tip_frame):
13591 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
13592
eba25e7c
GM
135932007-09-20 Glenn Morris <rgm@gnu.org>
13594
13595 * process.c (Fmake_network_process): Doc fix.
13596
2a29c3c1
JR
135972007-09-19 Jason Rumney <jasonr@gnu.org>
13598
13599 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
13600
880820fe 136012007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
13602
13603 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
13604 Fix a C warning regarding variable constness.
13605
13606 * xterm.c (handle_one_xevent): Fix a C warning.
13607
334a1195
JR
136082007-09-18 Jason Rumney <jasonr@gnu.org>
13609
13610 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
13611
880820fe 136122007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
13613
13614 * gtkutil.c (gdpy_def): New variable.
13615 (xg_initialize): Initialize gdpy_def.
13616 (xg_display_close): If no other display exists, set gdpy_def to a
13617 new connection.
13618
880820fe 136192007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
13620
13621 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
13622 when we have no file name for the icon.
13623 (xg_tool_bar_expose_callback): Remove.
13624 (xg_create_tool_bar): Don't connect expose signal to
13625 xg_tool_bar_expose_callback.
13626 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
13627
4d580af2
AS
136282007-09-16 Andreas Schwab <schwab@suse.de>
13629
13630 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
13631 values instead of zapping them.
13632
aca946f3
GM
136332007-09-14 Glenn Morris <rgm@gnu.org>
13634
13635 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
13636 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
13637 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
13638 scope and rename to omfib_buffer for clarity.
13639 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
13640
25c460e5
KH
136412007-09-14 Kenichi Handa <handa@m17n.org>
13642
13643 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
13644
09b69f01
JR
136452007-09-13 Jason Rumney <jasonr@gnu.org>
13646
13647 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
13648
13649 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
13650
13651 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
13652 (mac_term_init): Call here instead, passing rif.
13653
442218db
GM
136542007-09-13 Glenn Morris <rgm@gnu.org>
13655
13656 * s/hpux.h: No longer define `static' as nothing.
13657
880820fe 136582007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
13659
13660 * callint.c (Fcall_interactively): Remove unused var `fun'.
13661
1971a872
RF
136622007-09-12 Romain Francoise <romain@orebokech.com>
13663
13664 * window.c (prefer_window_split_horizontally, display_buffer):
13665 Revert 2007-09-08 change.
13666
2d33f506
GM
136672007-09-12 Glenn Morris <rgm@gnu.org>
13668
585474ae 13669 * alloca.c: Remove file.
ca7af97a
GM
13670 * Makefile.in (alloca): Do not undef.
13671 (allocaobj, alloca.o): Remove.
13672 (otherobj): Remove allocaobj.
13673 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
13674 * regex.c (C_ALLOCA): Remove all references and code that was only
13675 used when this was defined.
13676 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
13677 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
13678 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
13679
2d33f506 13680 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
13681
13682 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
13683 (menu_grab_callback): All uses changed.
13684
13685 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
13686 (x_reply_selection_request): All uses changed.
2d33f506 13687
18a4a65e
SM
136882007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * lread.c (load_warn_old_style_backquotes): Change message to look
13691 better when it appears in the middle of byte-compiler messages.
13692
47cc8819
DN
136932007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
13694
b7ea0894
DN
13695 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
13696
47cc8819
DN
13697 * xterm.c (x_create_terminal): Add comment.
13698
13699 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
13700
5632bd0f
RS
137012007-09-10 Richard Stallman <rms@gnu.org>
13702
13703 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
13704
880820fe 137052007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 13706
4bca9161
MC
13707 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
13708 (DEFUN): Document `intspec', use it instead of `prompt'.
13709
04724b69
MC
13710 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
13711
8a6d230a
MC
13712 * data.c (Finteractive_form): If the interactive specification starts
13713 with a `(', use it as a Lisp form.
13714
09fbdf6c
MC
13715 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
13716 name and file modes.
13717
ccb5c14f
MC
13718 * callint.c (Fcall_interactively): Comment fixes.
13719
023accd6
SM
137202007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
13723 and compiled functions.
13724
f26b9544
EZ
137252007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
13726
13727 * window.c (prefer_window_split_horizontally): New variable.
13728 (display_buffer): Consider splitting window horizontally depending
13729 on prefer_window_split_horizontally.
13730
4d395425
EZ
137312007-09-08 Eli Zaretskii <eliz@gnu.org>
13732
97ddc760 13733 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 13734
08c1d235
SM
137352007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13736
179cef48
SM
13737 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
13738
08c1d235
SM
13739 * frame.c (x_set_frame_parameters): Check number is positive before
13740 using XFASTINT.
13741
13742 * window.c (freeze_window_start): Don't presume selected_window holds
13743 a window object.
92f94a12 13744 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 13745
97ddc760 137462007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
13747
13748 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
13749
90ab5c62
SM
137502007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * window.c (Vsplit_window_preferred_function): New var.
13753 (Fdisplay_buffer): Use it.
13754 (syms_of_window): Export, and initialize it.
13755
1ab2cd43
TTN
137562007-09-06 Pixel <pixel@mandriva.com> (tiny change)
13757
13758 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
13759
0b0515bc
GM
137602007-09-06 Glenn Morris <rgm@gnu.org>
13761
57fd5c55 13762 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
13763 * xselect.c (x_reply_selection_request) <cnt>: Move static
13764 variable to file scope.
13765
98594580
SM
137662007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
13769 consistent values of selected_frame and selected_window.
13770
0f4c7aef
JR
137712007-09-04 Jason Rumney <jasonr@gnu.org>
13772
13773 * w32console.c (initialize_w32_display): Zero unused hooks.
13774
e4019195
DN
137752007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13776
13777 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
13778 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
13779
bce179b5
JR
137802007-09-04 Jason Rumney <jasonr@gnu.org>
13781
a0236551
JR
13782 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
13783 in w32console.c. Set up input. Remove XXX comments that have been
13784 confirmed as correct.
13785
a4926668
JR
13786 * s/ms-w32.h (MULTI_KBOARD): Define.
13787
953bf0dc
JR
13788 * w32console.c (one_and_only_w32cons): Remove.
13789 (initialize_w32_display): Take terminal argument.
13790
13791 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
13792 initialize_w32_display.
13793 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
13794
bce179b5
JR
13795 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
13796
13797 * keyboard.c (discard_mouse_events): Discard it.
13798 (make_lispy_event): Translate it to a lisp event.
13799 (lispy_wheel_names): Add wheel-left and right events.
13800 (syms_of_keyboard): Enlarge wheel_syms.
13801
13802 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
13803 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
13804
13805 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
13806
13807 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
13808 from WM_MOUSEHWHEEL.
13809 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
13810
13811 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
13812 terminal.
13813
13814 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
13815 keyboard for the terminal.
13816
92cd6a7c
DN
138172007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13818
13819 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
13820 (Vresume_tty_hook): Rename from Vresume_tty_functions.
13821 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
13822 and resume-tty-function to resume-tty-hook.
13823 (Fsuspend_tty, Fresume_tty): Use new names.
13824
880820fe 138252007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
13826
13827 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
13828 if it starts with "n:".
13829
880820fe 138302007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
13831
13832 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
13833
6b8e474c
SM
138342007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13835
92d9c1d4
SM
13836 * frame.h:
13837 * frame.c (Qterm_environment_variable): Remove.
13838 (syms_of_frame): Don't init and staticpro it.
13839
92d9c1d4
SM
13840 * callproc.c (getenv_internal): Remove special case for $TERM.
13841
6b8e474c
SM
13842 * callproc.c (Vinitial_environment): New variable.
13843 (set_initial_environment): Initialize it.
13844 (syms_of_callproc): Declare it.
13845 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
13846 TERM under which a process runs is never related to the TERM in which
13847 Emacs is running.
13848
0f1444e1
DN
138492007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13850
13851 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
13852 * s/darwin.h: ... do it here.
13853
b8866860
SM
138542007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13855
13856 * lisp.h (set_initial_environment): Rename from set_global_environment.
13857
13858 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
13859 removed by mistake on the multi-tty branch.
13860
13861 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
13862 (Fmodify_frame_parameters): Return a value.
13863
13864 * image.c (png_load): Comment-out var only used in commented-out code.
13865
13866 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
13867 before passing it to mark_object.
13868
13869 * xfaces.c (internal_resolve_face_name): Return a value.
13870 (internal_resolve_face_name, resolve_face_name_error): Comment out.
13871
13872 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
13873 (x_icon): Comment-out var only used in commented-out code.
13874
0a42be6d
RF
138752007-08-29 Romain Francoise <romain@orebokech.com>
13876
13877 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
13878 QUIT hasn't been provided.
13879
8d9cc0b7
MB
138802007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13881
13882 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 13883 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
13884 (set_initial_environment): Initialise Vprocess_environment.
13885
13886 * config.in: Disable multi-keyboard support on a mac.
13887
13888 * frame.c (Qterm_environment_variable)
13889 (Qdisplay_environment_variable): New variables.
13890 (syms_of_frame): Intern and staticpro them.
13891 (Fmake_terminal_frame): Disable output method test.
13892
13893 * frame.h: Declare them here.
13894
13895 * macfns.c (x_set_mouse_color): Get rif from the frame.
13896 (x_set_tool_bar_lines): Don't use updating_frame.
13897 (mac_window): Add 2 new parameters for consistency with other systems.
13898 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
13899 frame parameters following what is done in X11 and w32. Don't use
13900 FRAME_MAC_DISPLAY_INFO.
13901 (Fx_open_connection, start_hourglass): Remove window-system check.
13902 (x_create_tip_frame): Get the keyboard from the terminal.
13903
13904 * macmenu.c: Reorder includes.
13905 (Fx_popup_menu): Use terminal specific mouse_position_hook.
13906
13907 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
13908 terminal parameter.
13909 (x_clear_frame): Add a frame parameter.
13910 (note_mouse_movement): Get rif from the frame.
13911 (mac_term_init): Initialize the terminal.
13912 (mac_initialize): Make static and move terminal initialization ...
13913 (mac_create_terminal): ... to this new function.
13914
13915 * macterm.h (struct mac_display_info): Add terminal.
7196c970 13916 (mac_initialize): Delete declaration.
8d9cc0b7 13917
381864b2 13918 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
13919
13920 * sysdep.c: Comment out text after #endif.
13921
13922 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
13923 is defined. Better initialize ttys in windows. Use terminal
13924 specific mouse_position_hook.
13925
13926 * termhooks.h (union display_info): Add mac_display_info.
13927
b8866860
SM
13928 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
13929 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
13930 frame parameters following what is done in X11.
13931
13932 * w32term.c (w32_initialize): Make static.
13933
13934 * xselect.c (x_handle_selection_clear): Only access
13935 terminal->kboard when MULTI_KBOARD is defined.
13936
13937 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
13938 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
13939
139402007-08-29 Jason Rumney <jasonr@gnu.org>
13941
13942 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
13943 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
13944
13945 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
13946 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
13947
13948 * keyboard.c (restore_kboard_configuration): Only define when
13949 MULTI_KBOARD defined.
13950
35277b03 13951 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
13952 (OBJ1): Add terminal.$(O)
13953
b8866860
SM
13954 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
13955 Don't define function body.
8d9cc0b7
MB
13956 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
13957
13958 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
13959
13960 * w32.c (request_sigio, unrequest_sigio): Remove.
13961
13962 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
13963 (w32con_clear_frame, w32con_clear_end_of_line)
13964 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
13965 (w32con_delete_glyphs, w32con_set_terminal_window)
13966 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
13967 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
13968 Add terminal arg.
8d9cc0b7
MB
13969 (PICK_FRAME): Remove.
13970 (w32con_write_glyphs): Use frame specific terminal coding.
13971 (one_and_only_w32cons): New global variable.
13972 (initialize_w32_display): Use it for storing hooks.
13973 (create_w32cons_output): New function.
13974
13975 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
13976 arg a frame.
13977
b8866860
SM
13978 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
13979 Set window_system.
8d9cc0b7
MB
13980 (x_set_tool_bar_lines): Don't use updating_frame.
13981 (Fx_create_frame): Set terminal and ref count.
13982 (Fx_open_connection): Remove window-system check.
13983
13984 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
13985
13986 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
13987 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
13988 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
13989 Add frame arg.
13990 (x_delete_terminal, w32_create_terminal): New functions.
13991 (w32_term_init): Create a terminal.
13992 (w32_initialize): Move terminal specific initialization to
13993 w32_create_terminal.
13994
b8866860 13995 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
13996 (w32_clear_rect, w32_clear_area): Use background from frame.
13997 (w32_display_info): Add terminal.
13998 (w32_sys_ring_bell, x_delete_display): Declare here.
13999
14000 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
14001
14002 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
14003
140042007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
14005
14006 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
14007 Fix get_named_tty calls for the controlling tty.
14008
140092007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14010
14011 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
14012
140132007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
14014
14015 * term.c (tty_insert_glyphs): Add missing first parameter.
14016
880820fe 140172007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 14018
b8866860
SM
14019 * buffer.c (Fbuffer_list, Fbury_buffer):
14020 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
14021
14022 * cm.c (current_tty): New variable, for cmputc().
14023 (cmputc): Use it.
14024 (cmcheckmagic): Add tty parameter, look up terminal streams there.
14025 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
14026 (cmgoto): Add tty parameter. Pass it on to calccost().
14027 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
14028
14029 * cm.h (emacs_tputs): New macro to set current_tty, and then call
14030 tputs().
14031 (current_tty): New variable, for cmputc().
14032 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
14033
14034 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
14035 (internal_condition_case, internal_condition_case_1)
14036 (internal_condition_case_2): Don't abort when x_catching_errors.
14037
14038 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
14039 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
14040 prevent crashes caused by bogus longjmps in read_char.
14041
14042 * keymap.h (Fset_keymap_parent): Add EXFUN.
14043
14044 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
14045 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
14046 Remove redundant definition.
14047
b8866860
SM
14048 * macfns.c (x_set_mouse_color, x_make_gc):
14049 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 14050
b8866860
SM
14051 * w32term.c (x_free_frame_resources):
14052 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
14053 (w32_initialize): Use the accessor macros for terminal characteristics.
14054
14055 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
14056 Use the accessor macros for terminal characteristics.
14057 * msdos.c (internal_terminal_init): Use the accessor macros for
14058 terminal characteristics.
b8866860
SM
14059 (ScreenVisualBell, internal_terminal_init):
14060 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
14061
14062 * termopts.h (no_redraw_on_reenter): Declare.
14063
14064 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 14065 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 14066 (Fgarbage_collect): Call them.
03f06e5c 14067 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
14068
14069 * prefix-args.c: Include stdlib.h for exit.
14070
14071 * syssignal.h: Add comment.
14072
14073 * indent.c: Include stdio.h.
14074
14075 * window.h (Vinitial_window_system): Declare.
14076 (Vwindow_system): Delete declaration.
14077
14078 * fontset.c (Finternal_char_font): Use FRAME_RIF.
14079
14080 * image.c (lookup_image): Don't initialize `c' until the xasserts
14081 have been run.
14082
14083 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
14084 FRAME_FOREGROUND_PIXEL.
14085
14086 * print.c (print_preprocess): Don't lose print_depth levels while
14087 iterating.
14088
b8866860
SM
14089 * widget.c (update_from_various_frame_slots):
14090 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
14091
14092 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
14093 frames.
14094 (window_internal_height): Remove bogus make_number call.
b8866860 14095 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
14096
14097 * fileio.c (Fread_file_name): Update comment.
14098
b8866860
SM
14099 * callint.c (Fcall_interactively):
14100 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
14101 Make sure it is correctly unwound.
14102
14103 * xsmfns.c (x_session_close): New function.
14104
03f06e5c 14105 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
14106 Delete declarations.
14107
14108 * xterm.h: Remove declaration for x_fully_uncatch_errors.
14109 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 14110 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 14111 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
14112
14113 * lread.c: Include setjmp.h. Update declaration of `read_char'.
14114 (read_filtered_event): Call `read_char' with a local
14115 `wrong_kboard_jmpbuf'.
14116
b8866860
SM
14117 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
14118 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
14119
14120 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
14121 systems.
14122
b8866860 14123 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 14124 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 14125 (Fset_quit_char): EXFUN.
03f06e5c 14126 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
14127 (init_sys_modes, reset_sys_modes): Update prototypes.
14128 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
14129
b8866860
SM
14130 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
14131 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 14132 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 14133 Delete declarations.
03f06e5c
JB
14134 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
14135 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
14136 New declarations.
14137
14138 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
14139 already does that during init_display(). Call syms_of_keymap
b8866860
SM
14140 before syms_of_keyboard. Call `syms_of_terminal'.
14141 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
14142 (shut_down_emacs): Call reset_all_sys_modes() instead of
14143 reset_sys_modes().
14144
14145 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
14146 (internal_resolve_face_name, resolve_face_name_error): New functions.
14147 (resolve_face_name): Protect against loops and errors thrown by Fget.
14148 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
14149 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
14150
14151 * scroll.c: Replace CURTTY() with local variables throughout the
14152 file (where applicable).
14153 (calculate_scrolling, calculate_direct_scrolling)
14154 (scrolling_1, scroll_cost): Use the accessor macros for terminal
14155 characteristics.
14156
14157 * keymap.c (Vfunction_key_map): Remove.
b8866860 14158 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
14159 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
14160 (Vkey_translation_map): Remove.
14161 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 14162 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
14163 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
14164 Update for terminal-local key-translation-map.
14165
14166 * Makefile.in (callproc.o): Update dependencies.
14167 (lisp, shortlisp): Add termdev.elc.
14168 (obj): Add terminal.o.
14169 (terminal.o): Add dependencies.
14170 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
14171 (data.o, fns.o): Add termhooks.h dependency.
14172 (SOME_MACHINE_LISP): Add dnd.elc.
14173 (minibuf.o): Fix typo.
14174 Update dependencies.
14175
14176 * data.c (do_symval_forwarding, store_symval_forwarding)
14177 (find_symbol_value): Use the selected frame's keyboard, not
14178 current_kboard.
14179
14180 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
14181 Vwindow_system.
14182
14183 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
14184 Fmenu_bar_open.
14185 (syms_of_xmenu): Update defsubr.
14186 (mouse_position_for_popup, Fx_popup_menu)
14187 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
14188 (set_frame_menubar, free_frame_menubar)
14189 (create_and_show_popup_menu, xmenu_show, )
14190 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
14191 an X frame.
14192
14193 * xselect.c (x_own_selection): Abort if not an X frame.
14194 (some_frame_on_display): Check if it is an X frame.
14195 (x_handle_selection_clear): Deal with MULTI_KBOARD.
14196
14197 * coding.c: Include frame.h and termhooks.h.
03f06e5c 14198 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
14199 (Fset_terminal_coding_system_internal)
14200 (Fset_keyboard_coding_system_internal)
14201 (Fkeyboard_coding_system)
03f06e5c
JB
14202 (Fterminal_coding_system): Add a terminal parameter.
14203 Get terminal_coding from the terminal.
8d9cc0b7
MB
14204 (init_coding_once): Don't call setup_coding_system here.
14205
14206 * dispextern.h (set_scroll_region, turn_off_insert)
14207 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
14208 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 14209 (delete_tty, updating_frame)
8d9cc0b7
MB
14210 (produce_special_glyphs, produce_glyphs, write_glyphs)
14211 (insert_glyphs): Remove.
14212 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 14213 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 14214 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
14215
14216 * frame.h (enum output_method): Add output_initial.
14217 (struct x_output): Delete.
b8866860
SM
14218 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
14219 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
14220 (tty_display): Delete.
14221 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 14222 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
14223 (union output_data): Add tty.
14224 (FRAME_KBOARD): Get the kboard from the terminal.
14225 (FRAME_INITIAL_P): New macro.
14226 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
14227 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
14228 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
14229 New declarations.
8d9cc0b7
MB
14230
14231 * termchar.h (tty_output, tty_display_info): New structures.
14232 (tty_list): Declare.
14233 (FRAME_TTY, CURTTY): New macros.
14234 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
14235 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
14236 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
14237 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
14238
14239 * callproc.c: Include frame.h and termhooks.h, for terminal
14240 parameters.
14241 (add_env): New function.
14242 (child_setup): Use it.
b8866860 14243 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
14244 (getenv_internal): Fix get_terminal_param call.
14245 (Fgetenv_internal, egetenv): Update doc.
14246 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 14247 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
14248 strings.
14249 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
14250 (getenv_internal): Add terminal parameter.
14251 Handle Vlocal_environment_variables.
8d9cc0b7
MB
14252 (Fgetenv_internal): Add terminal parameter.
14253 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 14254 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
14255 (set_initial_environment): Rename from set_global_environment.
14256 Store Emacs environment in initial frame parameter.
14257
14258 * xdisp.c (redisplay_internal): Update references to
14259 `previous_terminal_frame'.
14260 (display_mode_line, Fformat_mode_line): Replace calls to
14261 `push_frame_kboard' with `push_kboard'.
14262 (get_glyph_string_clip_rects): Add extra parentheses and
14263 braces to prevent compiler warnings.
14264 (calc_pixel_width_or_height): Add xassert to check that the
14265 frame is alive. Don't call `lookup_image' on a termcap frame.
14266 (message2_nolog, message3_nolog, redisplay_internal)
14267 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
14268 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
14269 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
14270 (Fx_display_pixel_width, Fx_display_pixel_height)
14271 (Fx_display_planes, Fx_display_color_cells)
14272 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
14273 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
14274 (Fx_display_backing_store, Fx_display_visual_class)
14275 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 14276 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
14277
14278 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
14279 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
14280 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
14281 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
14282 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
14283 terminal that is being deleted.
14284 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 14285 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
14286 (Fx_close_connection, Fx_synchronize): Unify argument names with
14287 the rest of the DEFUNs.
14288
14289 * dispnew.c (Fsend_string_to_terminal): Update call to
14290 `get_tty_terminal'.
14291 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 14292 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
14293 FRAME_TERMCAP_P and FRAME_TTY.
14294 (window_change_signal): Don't believe width/height values that are
14295 impossibly small.
14296 (Vinitial_window_system): Rename from Vwindow_system.
14297 (termscript, Wcm, rif): Delete.
14298
14299 * termhooks.h (struct terminal): New struct containing the
14300 previously global text display hooks and new members NAME,
14301 DELETED and PARAM_ALIST.
14302 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
14303 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
14304 (FRAME_RIF): New macros.
14305 (get_terminal_param, get_device): New declarations.
14306 (termscript): Delete declaration.
14307
14308 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
14309 (XTflash, x_free_frame_resources, x_scroll_bar_create)
14310 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
14311 FRAME_FOREGROUND_PIXEL.
14312 (x_fully_uncatch_errors): Disable definition.
14313 (x_scroll_bar_expose): Fix reference to foreground pixel.
14314 (XTread_socket): Disable loop on all X displays.
14315 (x_delete_terminal): Don't set terminal->deleted and let
14316 delete_terminal delete the frames on the terminal.
14317 (x_delete_display): Doc update to reflect changes in
14318 delete_terminal.
14319 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
14320 (deleting_tty): Remove old variable.
14321 (Fsuspend_tty): Call clear_tty_hooks.
14322 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
14323 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
14324 errors on X frames.
14325 (x_catch_errors_unwind): Abort if x_error_message is NULL.
14326 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 14327 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
14328 (XTset_terminal_modes, XTreset_terminal_modes)
14329 (XTread_socket, x_connection_closed, x_term_init)
14330 (x_term_init, x_delete_display): Add terminal parameter.
14331 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
14332 X connections.
14333
bf380f53
GM
14334 * frame.c: Include termchar.h.
14335 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
14336 (Qwindow_system, Qenvironment, Qterm_environment_variable)
14337 (Qdisplay_environment_variable): New vars.
14338 (Fframep): Deal with output_initial.
14339 (Fframe-live-p): Doc fix.
14340 (Fwindow-system): New function.
8d9cc0b7
MB
14341 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
14342 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 14343 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 14344 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
14345 (Fmake_terminal_frame): Handle NULL tty names correctly.
14346 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
14347 (Fdelete_frame): Remove unused variable `count'. Don't allow other
14348 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 14349 (Fframe_with_environment): New function.
b8866860 14350 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
14351 (get_future_frame_param): New function.
14352 (Fmake_terminal_frame): Use it.
2d33f506 14353 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
14354
14355 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
14356 * sysdep.c (reset_sys_modes): Update for renames.
14357
14358 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 14359 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
14360 (syms_of_keyboard): Defsubr them.
14361 (Fset_input_meta_mode, Fset_quit_char): New functions.
14362 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
14363 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
14364 parameter. Use it in call to `read_char'.
b8866860
SM
14365 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
14366 Set wrong_kboard_jmpbuf correctly in recursive calls.
14367 Use current_kboard to access Vkeyboard_translate_table.
14368 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
14369 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
14370 Update longjmp invocations. Remember the original current_kboard,
14371 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
14372 changes it. Comment out unnecessary calls to
14373 `record_single_kboard_state' and `any_kboard_state'.
14374 Update recursive calls.
8d9cc0b7
MB
14375 (wrong_kboard_jmpbuf): Remove global variable.
14376 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
14377 Handle deleted interrupted_kboards correctly; that is a legal
14378 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 14379 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
14380 (any_kboard_state, single_kboard_state)
14381 (push_frame_kboard): Remove function.
14382 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
14383 been deleted. Remove unused variable. Help debugging by not
14384 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
14385 kboard of the selected frame when the stored kboard object has
14386 been deleted before pop_kboard.
14387 (temporarily_switch_to_single_kboard): Change first parameter to a
14388 frame pointer. Throw an error when caller wants to change kboards
14389 while in single_kboard mode. Don't push_kboard if we weren't in
14390 single kboard state. Don't pop_kboard if we popped into any
14391 kboard state.
14392 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 14393 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
14394 up single_kboard mode.
14395 (Frecursive_edit): Switch to single_kboard mode only in nested
14396 command loops.
b8866860
SM
14397 (cmd_error, command_loop, command_loop_1, timer_check):
14398 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
14399 `record_single_kboard_state'.
14400 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 14401 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
14402 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
14403 `fatal_error_signal'.
14404 (record_single_kboard_state): Don't push_kboard if we weren't in
14405 single kboard state. Don't pop_kboard if we popped into any
14406 kboard state.
14407 (push_frame_kboard): Rename to push_kboard.
14408 (kbd_buffer_get_event): Use FRAME_TERMINAL.
14409 (read_avail_input): Read input from all terminals.
14410 (mark_kboards): Also mark Vkeyboard_translate_table.
14411 (kbd_buffer_store_event_hold): Simplify condition.
14412 (read_key_sequence): Reinitialize fkey and keytran at each replay.
14413 (Vkeyboard_translate_table): Move to struct kboard.
14414 (init_kboard): Initialize Vkeyboard_translate_table.
14415 (syms_of_keyboard): Use DEFVAR_KBOARD to define
14416 Vkeyboard_translate_table. Update doc strings. Update docs of
14417 local-function-key-map and function-key-map.
14418
14419 * terminal.c: New file.
14420
14421 * term.c: Include errno.h.
14422 (Vring_bell_function, device_list, initial_device)
14423 (next_device_id, ring_bell, update_begin, update_end)
14424 (set_terminal_window, cursor_to, raw_cursor_to)
14425 (clear_to_end, clear_frame, clear_end_of_line)
14426 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
14427 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
14428 (syms_of_term): Move their initialization to terminal.c.
14429 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
14430 (Ftty_display_color_cells)
14431 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 14432 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
14433 (init_tty, maybe_fatal): New functions.
14434 (Ftty_type): Return nil if terminal is not on a tty instead of
14435 throwing an error. Doc update.
14436 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 14437 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
14438 (delete_tty): Use terminal->deleted.
14439 (tty_set_terminal_modes): Rename from set_terminal_modes.
14440 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
14441 (set_scroll_region): Rename to `tty_set_scroll_region'.
14442 (turn_on_insert): Rename to `tty_turn_on_insert'.
14443 (turn_off_insert): Rename to `tty_turn_off_insert'.
14444 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
14445 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
14446 (toggle_highligh): Rename to `tty_toggle_highlight'.
14447 (background_highlight): Rename to `tty_background_highlight'.
14448 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
14449 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
14450 (tty_set_scroll_region, tty_background_highlight)
14451 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
14452 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
14453 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
14454 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
14455 Add static modifier.
14456 (tty_reset_terminal_modes, tty_set_terminal_window)
14457 (tty_set_scroll_region, tty_background_highlight)
14458 (tty_highlight_if_desired, tty_cursor_to)
14459 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
14460 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
14461 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
14462 renames.
14463
880820fe 144642007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
14465
14466 * keyboard.c: Qrtl is new.
14467 (parse_tool_bar_item): Handle :rtl keyword.
14468 (syms_of_keyboard): Intern :rtl keyword.
14469
14470 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
14471
14472 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
14473 so no Lisp code is executed.
14474 (file_for_image, find_rtl_image): New functions.
1f204af3 14475 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
14476 (update_frame_tool_bar): If direction is RTL, use RTL image if
14477 defined. Use Gtk stock images if defined.
14478
83cc8d35
YM
144792007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14480
14481 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
14482 for nonexistent or zero-width glyph in composition glyph.
14483
e60c4e15
SM
144842007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14485
d7e2a28f
SM
14486 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
14487
e60c4e15
SM
14488 * xdisp.c (Finvisible_p): New function.
14489 (syms_of_xdisp): defsubr it.
14490
ee163e6d
JB
144912007-08-24 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
14494 Doc fixes.
14495
90fa408d
YM
144962007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14497
35277b03 14498 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 14499
cac4219c
MR
145002007-08-24 Martin Rudalics <rudalics@gmx.at>
14501
14502 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
14503 whether decoding has modified buffer contents.
14504
5fc9fdeb
JR
145052007-08-24 Jason Rumney <jasonr@gnu.org>
14506
14507 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
14508 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
14509 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
14510 (init_svg_functions) [HAVE_NTGUI]: New function.
14511 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
14512 (svg_load_image): Use them.
14513 (svg_load_image) [HAVE_NTGUI]: Implement background.
14514
93b23406
YM
145152007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14516
14517 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
14518 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
14519 (LIBX): Remove @RSVG_LIBS@.
14520 (LIBES): Add $(RSVG_LIBS).
14521
14522 * image.c (svg_load_image): Blend with specified background if exists.
14523 Use IMAGE_BACKGROUND. Add Mac OS Support.
14524
14525 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
14526 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
14527 Remove macros.
14528 [MAC_OSX] (socket_callback): Do nothing.
14529 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
14530 ReceiveNextEvent.
14531 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
14532 socket_callback.
14533 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
14534
2467875c
GM
145352007-08-22 Glenn Morris <rgm@gnu.org>
14536
ff8da443 14537 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 14538
4ab27a43
GM
145392007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
14540
14541 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 14542
666e0eda
GM
14543 * image.c: Add support for SVG images. Some additional comments
14544 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
14545 (svg_image_p): New function to test for SVG image.
14546 (svg_load): New function to load SVG image.
14547 (svg_load_image): New function, helper for svg_load.
14548 (Qsvg): New Lisp_object.
14549 (svg_keyword_index): New enum.
14550 (svg_format): New static `image_keyword' struct.
14551 (svg_type): New static `image_type' struct.
14552 (librsvg/rsvg.h): Include it.
4ab27a43 14553
b636b4c1
SM
145542007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
14557
9ecb827b
SM
145582007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14559
1d064697
SM
14560 * lread.c (Qold_style_backquotes): New var.
14561 (syms_of_lread): Init and staticpro it.
14562 (load_warn_old_style_backquotes): New fun.
14563 (Fload): Use them to warn about old style backquotes.
14564 (end_of_file_error, Fload): Remove unused vars.
14565
5772ed4b
SM
14566 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
14567
9ecb827b 14568 * lread.c (Vold_style_backquotes): New var.
5aa273b0 14569 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
14570 (read1): Set it when we find an old-style (back)quote.
14571
32e1c7b1
JR
145722007-08-22 Jason Rumney <jasonr@gnu.org>
14573
14574 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
14575
b8fa755b
KY
145762007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * puresize.h (BASE_PURESIZE): Increase to 1140000.
14579
1283140e
RS
145802007-08-19 Richard Stallman <rms@gnu.org>
14581
14582 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
14583
2c4685ee
AS
145842007-08-19 Andreas Schwab <schwab@suse.de>
14585
14586 * alloc.c (pure): Round PURESIZE up.
14587
880820fe 145882007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
14589
14590 * xterm.c (handle_one_xevent): Remove check that mouse click is in
14591 active frame.
14592
6e33efc4
RS
145932007-08-16 Richard Stallman <rms@gnu.org>
14594
14595 * eval.c (Fcommandp): Add parens to clarify.
14596
14597 * minibuf.c (Fall_completions): Use enum for type of table.
14598
14599 * emacs.c (USAGE2): Improve text.
14600
fcf8ff2e
GM
146012007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
14602
5205ee62
GM
14603 * term.c (tty_default_color_capabilities): Declare static
14604 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 14605
880820fe 146062007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
14607
14608 * gtkutil.c (update_frame_tool_bar): Use -1 as index
14609 to gtk_toolbar_insert.
14610
4a181359
SM
146112007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14612
1bc99c9c
SM
14613 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
14614
4a181359
SM
14615 * insdel.c (reset_var_on_error): New fun.
14616 (signal_before_change, signal_after_change):
14617 Use it to reset (after|before)-change-functions to nil in case of error.
14618 Bind inhibit-modification-hooks to t.
14619 Don't bind (after|before)-change-functions to nil while they run.
14620
6c28435c
YM
146212007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14622
14623 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
14624 filling pixmap with stippled background.
14625
ad3b3e02
YM
146262007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14627
14628 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
14629 Don't use invisible frame as parent window for repositioning.
14630
a22dec27
SM
146312007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * print.c (new_backquote_output): Rename from old_backquote_output.
14634 (print): Inverse its logic (according to its name) so as to match the
14635 behavior of new_backquote_flag in lread.c.
14636
7b7d07bb
YM
146372007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14638
14639 * gmalloc.c (posix_memalign): New function.
14640
14641 * macterm.c (frame_highlight, frame_unhighlight): Don't call
14642 ActivateControl/DeactivateControl here.
14643 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
14644 frame-notice-user-settings is non-nil.
14645 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
14646 for kEventParamFMFontStyle.
14647 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
14648 mac_pass_command_to_system and mac_pass_control_to_system here.
14649 (XTread_socket): Call ActivateControl/DeactivateControl here.
14650 (XTread_socket) [TARGET_API_MAC_CARBON]:
14651 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
14652 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
14653 for window repositioning.
7b7d07bb 14654
22e9fe24
GM
146552007-08-08 Glenn Morris <rgm@gnu.org>
14656
14657 * Replace `iff' in doc-strings and comments.
14658
ae494350
CY
146592007-08-07 Chong Yidong <cyd@stupidchicken.com>
14660
14661 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
14662
6f2528d8
MR
146632007-08-07 Martin Rudalics <rudalics@gmx.at>
14664
14665 * fileio.c (Finsert_file_contents): Run format-decode and
14666 after_insert_file_functions on entire buffer when REPLACE is
14667 non-nil and inhibit modification_hooks and point_motion_hooks.
14668 For consistency, run after_insert_file_functions iff something
14669 got inserted. Move signal_after_change and update_compositions
14670 after code running after_insert_file_functions. Make sure that
6b8e474c 14671 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 14672
3ceeb306
YM
146732007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14674
14675 * emacs.c (main)
14676 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
14677 Call malloc_enable_thread on interactive startup.
14678
14679 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
14680 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
14681 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
14682 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
14683 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
14684 New functions.
14685
ca5e6fd5
CY
146862007-08-06 Chong Yidong <cyd@stupidchicken.com>
14687
32bfce5d
CY
14688 * xdisp.c (redisplay_window): When restoring original buffer
14689 position, make sure it is still valid.
14690
ca5e6fd5
CY
14691 * image.c (png_load): Ignore png-supplied background color.
14692
a5b11587
YM
146932007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14694
14695 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
14696 Use kCFAbsoluteTimeIntervalSince1970.
14697
14698 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
14699 New variable.
14700 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
14701 event loop should be quit.
14702 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
14703 Quit dialog event loop if quit_dialog_event_loop is set.
14704
14705 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
14706 (Selection): New typedef. Use instead of ScrapRef.
14707 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
14708 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
14709 (mac_clear_selection): Rename from clear_scrap.
14710 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 14711 scrap_has_target_type. All uses changed.
a5b11587
YM
14712 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14713 (mac_selection_has_target_p): New functions.
14714 (mac_put_selection_value): Rename from put_scrap_string.
14715 (mac_get_selection_value): Rename from get_scrap_string.
14716 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
14717 (put_scrap_private_timestamp, scrap_has_target_type)
14718 (get_scrap_private_timestamp): Remove functions.
14719 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
14720 (x_own_selection, x_get_local_selection):
14721 Use mac_valid_selection_value_p.
14722 (x_own_selection): Don't use put_scrap_private_timestamp.
14723 Record OWNERSHIP-INFO into Vselection_alist instead.
14724 (x_get_local_selection): Don't check type if request is local.
14725 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
14726 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
14727
880820fe 147282007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
14729
14730 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
14731 add comment explaining why.
14732
73ff9d42
RS
147332007-08-03 Richard Stallman <rms@gnu.org>
14734
14735 * fileio.c (Fvisited_file_modtime): Use make_time.
14736
54ed9a2d 147372007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
14738
14739 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
14740 build.
14741
65a9c8e2
SM
147422007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
14745
c5925799
KY
147462007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
14747
14748 * puresize.h (BASE_PURESIZE): Increase to 1130000.
14749
adef3de7
RS
147502007-07-30 Richard Stallman <rms@gnu.org>
14751
14752 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
14753
880820fe 147542007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
14755
14756 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
14757
a10421a1
NR
147582007-07-28 Nick Roberts <nickrob@snap.net.nz>
14759
14760 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
14761 remote default-directory.
14762
14763 * buffer.c (mode-line-format): Update doc string.
14764
0cb1ae20
YM
147652007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14766
14767 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
14768 scroll bar gap.
14769 (x_scroll_bar_create): Set bar->fringe_extended_p.
14770 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
14771 on frame edge. Check fringe background extension. Don't clear
14772 extended fringe background area.
14773
14774 * w32term.h (struct scroll_bar): New member fringe_extended_p.
14775 (w32_fill_area): Enclose multiple statements with do ... while (0).
14776
14777 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
14778 Extend fringe background to scroll bar gap.
14779 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
14780 Set bar->fringe_extended_p.
14781 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14782 Put leftmost/rightmost scroll bars on frame edge. Check fringe
14783 background extension. Don't clear extended fringe background area.
14784
14785 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14786 New member fringe_extended_p.
14787
cacc7b51
GM
147882007-07-25 Glenn Morris <rgm@gnu.org>
14789
14790 * Relicense all FSF files to GPLv3 or later.
14791
14792 * COPYING: Switch to GPLv3.
14793
89835619
SM
147942007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
14795
c4f46926
SM
14796 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
14797
14798 * data.c (Finteractive_form): Check for the presence of an
14799 `interactive-form' symbol property more thoroughly.
14800
14801 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
14802 present, analogous to the function-documentation property.
14803
ee04257d
JR
148042007-07-24 Jason Rumney <jasonr@gnu.org>
14805
14806 * w32fns.c (x_real_positions): Get real position from OS instead of
14807 calculating it.
14808
50624218
JR
148092007-07-23 Jason Rumney <jasonr@gnu.org>
14810
14811 * filelock.c (current_lock_owner): Allow for @ sign in username.
14812
3650f60e
NR
148132007-07-22 Nick Roberts <nickrob@snap.net.nz>
14814
14815 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
14816 remote default-directory.
14817
14818 * buffer.c (mode-line-format): Describe above case in doc string.
14819
1e899515 148202007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 14821
75be5258
EZ
14822 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
14823 Define if not defined.
14824
2b6e2f4d
JR
148252007-07-18 Jason Rumney <jasonr@gnu.org>
14826
14827 * w32proc.c (w32_executable_type): Handle 64 bit executables.
14828
23dacf80
JB
148292007-07-18 Richard Stallman <rms@gnu.org>
14830
14831 * data.c (Fsetq_default): Doc fix.
14832
14833 * eval.c (Fsetq): Doc fix.
14834
148352007-07-18 Juanma Barranquero <lekktu@gmail.com>
14836
14837 * coding.c (Ffind_operation_coding_system):
14838 * eval.c (For, Fand): Doc fixes.
880820fe 14839 Reported by Johan Bockgård.
23dacf80 14840
880820fe 148412007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 14842
23dacf80 14843 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 14844
23dacf80 14845 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
14846
14847 * xterm.c (x_ewmh_activate_frame): New function.
14848 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
14849
71ec17e6
MR
148502007-07-17 Martin Rudalics <rudalics@gmx.at>
14851
14852 * window.c (Fdisplay_buffer): If largest or LRU window is the
14853 only window, split it even if it is not eligible for splitting.
14854 This restores the original behavior broken by the 2007-07-15
14855 change.
14856
e9818042
GM
148572007-07-17 Glenn Morris <rgm@gnu.org>
14858
14859 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
14860 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
14861 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
14862 constituents. Doc fix.
14863
e6fca843
SM
148642007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14865
14866 * process.c (Fstart_process, Fmake_network_process)
14867 (read_process_output): Fix up last changes.
14868
b5d2b4ab
EZ
148692007-07-16 Eli Zaretskii <eliz@gnu.org>
14870
14871 * makefile.w32-in (clean): Don't delete *~.
14872
413a79ad
AS
148732007-07-16 Andreas Schwab <schwab@suse.de>
14874
14875 * window.c (Fdisplay_buffer): Use NILP.
14876 (Fset_window_scroll_bars): Likewise.
14877
f1de8c77
MR
148782007-07-15 Martin Rudalics <rudalics@gmx.at>
14879
14880 * window.c (window_min_size_2): New function.
14881 (window_min_size_1, size_window, Fdisplay_buffer)
14882 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
14883 windows without mode- or header-lines when window-min-height is
14884 too small.
14885 (size_window): Reset nodelete_p after testing it, following an
14886 earlier note by Kim F. Storm.
14887 (display_buffer): Do not set split_height_threshold to twice the
14888 value of window_min_height to avoid changing the value of a
14889 customizable variable. Rather explicitly check whether the
14890 height of the window that shall be splitted is at least as large
14891 as split_height_threshold.
1af74d06
MB
14892 (Fwindow_full_width_p): New defun.
14893 (syms_of_window): Defsubr it.
d31053f9 14894
1af74d06 14895 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 14896
5e1ab613
JR
148972007-07-14 Jason Rumney <jasonr@gnu.org>
14898
14899 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
14900
f01cbfdd
RS
149012007-07-14 Richard Stallman <rms@gnu.org>
14902
14903 * eval.c (maybe_call_debugger): New function.
14904 (find_handler_clause): Use maybe_call_debugger.
14905 Call it when the handler says `debug'.
14906 Eliminate DEBUGGER_VALUE_PTR.
14907 (Fsignal): Eliminate debugger_value.
14908 (Qdebug): New variable.
14909 (syms_of_eval): Initialize it.
14910
1bab435a
JB
149112007-07-14 Juanma Barranquero <lekktu@gmail.com>
14912
14913 * eval.c (Fprogn):
14914 * keyboard.c (Ftrack_mouse):
14915 * print.c (Fwith_output_to_temp_buffer):
14916 * window.c (Fsave_window_excursion): Doc fix.
14917
be436d23
SM
149182007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
14921
60f0fb11
SM
149222007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * process.h (struct Lisp_Process): Turn slots infd, outfd,
14925 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
14926 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
14927 read_output_delay, and read_output_skip from Lisp_Objects to ints.
14928 Remove unused encoding_carryover.
14929 * process.c: Adjust all functions accordingly.
14930
d8b18043
RS
149312007-07-12 Richard Stallman <rms@gnu.org>
14932
14933 * term.c: Include unistd.h only if HAVE_UNISTD_H.
14934
d5781bb6
JR
149352007-07-11 Jason Rumney <jasonr@gnu.org>
14936
14937 * makefile.w32-in (LIBS): Include OLE32.
14938
14939 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
14940 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
14941
5bb7dfee
SM
149422007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
14943
14944 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
14945 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
14946 from a Lisp_Object into a bare pointer.
14947 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14948 Adjust the code correspondingly.
14949
14950 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
14951
14952 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
14953 (term_show_mouse_face): Remove unused var `j'.
14954 (handle_one_term_event): Remove unused vars `i' and `j'.
14955 Don't cast return value of ttyname since it's not necessary.
14956
a1be1ce8
SM
149572007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
14958
5045e68e
SM
14959 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
14960 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
14961
8071c00f
SM
14962 * fns.c (map_char_table): Use an array of int for `indices' rather than
14963 an array of Lisp_Objects (which are only ever integers anyway).
14964 (Fmap_char_table): Update caller.
14965 * lisp.h: Update prototype.
14966 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
14967 * fontset.c (Ffontset_info):
14968 * casetab.c (set_case_table): Update callers.
14969
14970 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
14971
fab84e3c
SM
14972 * keymap.c (struct accessible_keymaps_data)
14973 (struct where_is_internal_data): New structures.
14974 (accessible_keymaps_1, where_is_internal_1): Use them to change
14975 interface to adhere to the one used by map_keymap.
14976 (Faccessible_keymaps, where_is_internal): Use map_keymap.
14977 (accessible_keymaps_char_table, where_is_internal_2): Remove.
14978
a1be1ce8
SM
14979 * keymap.h (map_keymap_function_t): More informative prototype.
14980
ef887810
RS
149812007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
14982
14983 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
14984 (looking_at_1): Don't change search_regs and last_thing_searched
14985 if `inhibit-changing-match-data' is non-nil.
14986 (string_match_1, search_buffer, set_search_regs): Likewise.
14987 (syms_of_search): Add Lisp level definition for
14988 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
14989 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
14990 start and end of the match, instead of using values in search_regs.
ef887810 14991
4d02fc25
SM
149922007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14993
14994 * minibuf.c (Fcompleting_read): New value `confirm-only'
14995 for `require-match'.
14996
fe45b81f
SM
149972007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
15000 part of the 2007-06-27 change to syms_of_fileio.
15001
a56dd283
YM
150022007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15003
15004 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
15005 Check WINDOWP before using XWINDOW. Consolidate return statements.
15006
0cf9f5b5
RS
150072007-06-27 Richard Stallman <rms@gnu.org>
15008
15009 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
15010
a66f285a
JB
150112007-06-27 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
15014
8d0d84d2
YM
150152007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15016
15017 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
15018 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
15019 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
15020 (_free_internal, memalign): Use them.
15021 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
15022 Initialize to PTHREAD_MUTEX_INITIALIZER.
15023 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
15024 (morecore_nolock): Rename from morecore. All uses changed.
15025 Use only nolock versions of internal allocation functions.
15026 (_malloc_internal_nolock, _realloc_internal_nolock)
15027 (_free_internal_nolock): New functions created from
15028 _malloc_internal, _realloc_internal, and _free_internal.
15029 (_malloc_internal, _realloc_internal, _free_internal): Use them.
15030 Copy hook value to automatic variable before its use.
15031 (memalign): Copy hook value to automatic variable before its use.
15032
5a0bbd9a
KH
150332007-06-26 Kenichi Handa <handa@m17n.org>
15034
15035 * coding.c (Ffind_operation_coding_system): Docstring improved.
15036 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
15037
9a51747b
DK
150382007-06-25 David Kastrup <dak@gnu.org>
15039
15040 * keymap.c (Fcurrent_active_maps): Add `position' argument.
15041 (Fwhere_is_internal): Adjust call to `current-active-maps' to
15042 cater for additional parameter.
15043
15044 * keymap.h: Adjust number of parameters to `current-active-maps'.
15045
15046 * doc.c (Fsubstitute_command_keys): Adjust call of
15047 `current-active-maps'.
15048
e4305426
DK
150492007-06-25 David Kastrup <dak@gnu.org>
15050
15051 * callint.c (Fcall_interactively): Make the parsing of interactive
15052 specs somewhat more readable.
15053
511a18d9
YM
150542007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15055
15056 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
15057 to scroll bar gap also when bitmap fills fringe. Draw only foreground
15058 if extended background has already been filled.
15059
512eb161
YM
150602007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15061
15062 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
15063 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
15064
15065 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
15066 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
15067 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
15068 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
15069 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
15070 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
15071 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
15072 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
15073 Run timers during dialog popup.
15074 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
15075
2386b1f1
JR
150762007-06-21 Jason Rumney <jasonr@gnu.org>
15077
15078 * image.c (convert_mono_to_color_image): Swap fore and background.
15079
fab8b787
JR
150802007-06-20 Jason Rumney <jasonr@gnu.org>
15081
15082 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
15083 (w32_free_bdf_font): Unmap memory not handle.
15084
15bdd7a0 150852007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
15086
15087 * gmalloc.c (__morecore): Fix the declaration to comply with the
15088 definition.
15089
1bb8a291
JB
150902007-06-20 Juanma Barranquero <lekktu@gmail.com>
15091
15092 * w32term.c (w32_delete_display): Remove leftover declaration.
15093 (w32_define_cursor, w32_initialize): Make static.
15094
15095 * w32.c (_wsa_errlist): Fix typo in error message.
15096 (init_environment): Ignore any environment variable from the
15097 registry having a null value.
15098
92648dea
GM
150992007-06-20 Glenn Morris <rgm@gnu.org>
15100
15101 * Makefile.in (LIBGIF): Default to -lgif.
15102
ff25d115
JR
151032007-06-17 Jason Rumney <jasonr@gnu.org>
15104
15105 * w32menu.c (add_menu_item): Don't use multibyte string functions on
15106 unicode strings.
15107
a1a578a5
JB
151082007-06-16 Juanma Barranquero <lekktu@gmail.com>
15109
15110 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
15111 Fix typo in docstring.
15112
af41f8a8
EZ
151132007-06-16 Eli Zaretskii <eliz@gnu.org>
15114
15115 * w32menu.c (add_menu_item): Escape `&' characters in menu items
15116 and their keybindings.
15117
8b29cab9
CY
151182007-06-15 Chong Yidong <cyd@stupidchicken.com>
15119
15120 * composite.c (update_compositions): Fix last fix.
15121
c433c134
JR
151222007-06-14 Jason Rumney <jasonr@gnu.org>
15123
15124 * w32.c (get_process_times_fn): New function pointer.
15125 (globals_of_w32): Intialize it if present in kernel32.dll.
15126 (w32_get_internal_run_time): New function.
15127
15128 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
15129
553d3164
KH
151302007-06-14 Kenichi Handa <handa@etlken.m17n.org>
15131
15132 * composite.c (update_compositions): Check the validness of
15133 compositions.
15134
446ba96f
YM
151352007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15136
15137 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
15138 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
15139
15140 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
15141 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
15142
15143 * macgui.h (USE_MAC_TOOLBAR): New define.
15144
15145 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
15146 Return immediately unless popup is activated.
15147
15148 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
15149 background to scroll bar gap.
15150 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
15151 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
15152 scroll bars on frame edge. Check fringe background extension.
15153 Don't clear extended fringe background area.
15154 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
15155 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
15156 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
15157 [USE_MAC_TOOLBAR]: New macros.
15158 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
15159 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
15160 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
15161 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
15162 [USE_MAC_TOOLBAR]: New functions.
15163 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
15164 manually if previous repositioning has failed.
15165 (mac_handle_keyboard_event): Use precomputed event kind.
15166 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
15167 as tool bar item click. Handle mouse movement over tool bar items.
15168
15169 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
15170 toolbar_win_gravity.
15171 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
15172 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
15173 Add externs.
15174
15175 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
15176 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
15177
9720173f
CY
151782007-06-14 Chong Yidong <cyd@stupidchicken.com>
15179
15180 * image.c (search_image_cache): Remove unused variable.
15181
1217dd00
CY
151822007-06-13 Chong Yidong <cyd@stupidchicken.com>
15183
15184 * xfns.c, xmenu.c: Link to xaw3d if available.
15185
c5b8e0ea
YM
151862007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15187
15188 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
15189 frame_foreground and frame_background.
15190
15191 * image.c (lookup_image): Save frame foreground and background colors.
15192 (search_image_cache): Check if saved and current frame colors match.
15193
c69b0314
SM
151942007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * regex.c (regex_compile): Remove the `regnum' counter.
15197 Use bufp->re_nsub instead. Add support for \(?N:RE\).
15198
c9612b8e
SM
151992007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * term.c: Include intervals.h to declare Fget_text_property.
15202
843d2458
JR
152032007-06-10 Jason Rumney <jasonr@gnu.org>
15204
15205 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
15206
1e0d2d60 152072007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
15208
15209 * callint.c (Fcall_interactively):
15210 * editfns.c (Fdelete_and_extract_region):
15211 * fileio.c (Fread_file_name):
15212 * fns.c (Fmapconcat):
15213 * keyboard.c (cmd_error_internal):
15214 * keymap.c (Fkey_description):
15215 * lread.c (openp):
15216 * minibuf.c (read_minibuf):
15217 * search.c (wordify):
15218 * sunfns.c (sel_read):
15219 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
15220 * xfns.c (x_default_scroll_bar_color_parameter):
15221 * xmenu.c (menu_help_callback):
15222 * xselect.c (Fx_get_atom_name):
15223 * xterm.c (x_term_init): Use empty_unibyte_string.
15224
15bdd7a0 152252007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
15226
15227 * alloc.c (init_strings): Initialize canonical empty strings.
15228 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
15229 canonical empty string when the requested size is 0.
15230
15231 * emacs.c (empty_unibyte_string): Rename from empty_string.
15232 (empty_multibyte_string): New canonical empty string.
15233 (syms_of_emacs): Don't initialize empty_string.
15234
15235 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
15236 string, if appropriate.
15237 (empty_unibyte_string, empty_multibyte_string): New externs.
15238 (empty_string): Remove extern.
15239
15240 * lread.c (syms_of_lread): Use empty_unibyte_string.
15241
42c4c67a
JR
152422007-06-07 Jason Rumney <jasonr@gnu.org>
15243
15244 * s/ms-w32.h: Don't define HAVE_TZNAME.
15245
15246 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
15247
aa8280d3
YM
152482007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15249
15250 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
15251
15252 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
15253 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
15254
15255 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
15256 Don't call next handler.
15257 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
15258 Remove argument. Install handler to application.
15259 (set_frame_menubar): Don't change deep_p.
1e0d2d60 15260 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
15261 FRAME_OUTER_TO_INNER_DIFF_Y.
15262 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15263 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15264 [HAVE_DIALOGS]: New macros.
15265 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
15266 Use them.
15267 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
15268
15269 * macselect.c [MAC_OSX] (install_service_handler): Rename from
15270 init_service_handler. All callers changed. Return OSStatus value.
15271
15272 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
15273 All callers changed so as not to call SetPortWindowPort.
15274 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
15275 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
15276 mac_draw_string_common.
15277 (mac_draw_image_string_qd): Likewise.
15278 (mac_draw_string_common): Use them. Add INLINE.
15279 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
15280 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
15281 GetGlobalMouse.
15282 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
15283 and FRAME_OUTER_TO_INNER_DIFF_Y.
15284 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
15285 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
15286 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
15287 repositioning window to mac_handle_window_event.
15288 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
15289 saving window location to mac_handle_window_event
15290 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
15291 (install_menu_target_item_handler): Remove argument in extern.
15292 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
15293 Also accept command events.
15294 (do_keystroke): New function created from XTread_socket.
15295 (init_command_handler): Remove functions.
15296 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
15297 and save window location by kEventWindowShowing and kEventWindowHiding
15298 handlers here. Don't call next handler for window state change and
15299 focus events.
15300 (mac_handle_application_event, mac_handle_keyboard_event)
15301 [TARGET_API_MAC_CARBON]: New functions.
15302 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
15303 kEventWindowShowing and kEventWindowHiding events. Move installation
15304 of mouse, font, text input and menu target item handlers to
15305 install_application_handler.
15306 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
15307 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15308 New function.
15309 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15310 Register it.
c9612b8e
SM
15311 (XTread_socket) [TARGET_API_MAC_CARBON]:
15312 Consolidate SendEventToEventTarget calls.
15313 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
15314 Move application activation handler to mac_handle_application_event.
15315 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
15316 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
15317 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
15318 init_command_handler. Call install_application_handler.
15319
15320 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
15321 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
15322
6926c954
GM
153232007-06-07 Glenn Morris <rgm@gnu.org>
15324
15325 * emacs.c (main): Use `emacs-copyright' in --version output.
15326
6fe04c89
CY
153272007-06-06 Chong Yidong <cyd@stupidchicken.com>
15328
c9612b8e 15329 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 15330
7eb0d727
YM
153312007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15332
15333 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
785ce0ac 15334
7eb0d727
YM
15335 * macgui.h: Replace WindowPtr with WindowRef.
15336
15337 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
15338 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
15339 Replace ControlHandle with ControlRef.
15340 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
15341
15342 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
15343 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
15344 Replace ControlHandle with ControlRef.
15345 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
15346 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
15347
15348 * macterm.h (struct scroll_bar): Rename member control_handle_low
15349 and control_handle_high to control_ref_low and control_ref_high.
15350 All uses changed.
15351 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
15352 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
15353 respectively. All uses changed.
15354 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
15355 (install_window_handler, remove_window_handler): Replace WindowPtr
15356 with WindowRef in externs.
15357
65fddb74
JB
153582007-06-05 Juanma Barranquero <lekktu@gmail.com>
15359
15360 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
15361
db1213a9
NR
153622007-06-03 Nick Roberts <nickrob@snap.net.nz>
15363
15364 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
15365
65fddb74 15366 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
15367 Condition on HAVE_GPM too.
15368
15369 * term.c (term_mouse_highlight): Remove unused variables.
15370 (Fterm_open_connection): Set gpm_zerobased to 1.
15371 (term_mouse_movement, term_mouse_click, handle_one_term_event):
15372 Use zero based co-ordinates.
15373 (handle_one_term_event): Report a drag as mouse movement too.
15374
15375 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
15376
d94df25b
CY
153772007-06-03 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * image.c (search_image_cache): New function. Require background
15380 color match if background color is unspecified in the image spec.
15381 (uncache_image, lookup_image): Use it.
15382
4797b6d9
JB
153832007-06-01 Juanma Barranquero <lekktu@gmail.com>
15384
15385 * window.c (Fshrink_window): Reflow docstring.
15386
1ffe7343
NR
153872007-06-02 Chong Yidong <cyd@stupidchicken.com>
15388
15389 * Version 22.1 released.
15390
153912007-06-01 Richard Stallman <rms@gnu.org>
15392
15393 * xfns.c (x_encode_text): Add GCPRO.
15394
153952007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15396
15397 * xfns.c (x_set_name_internal): Save encoded name before
15398 x_encode_text in case string data is relocated.
15399
154002007-05-31 Richard Stallman <rms@gnu.org>
15401
15402 * buffer.c (syms_of_buffer): Doc fix.
15403
154042007-05-30 Nick Roberts <nickrob@snap.net.nz>
15405
15406 * sysdep.c (init_sys_modes): Add rather than replace with
15407 O_NONBLOCK.
15408
15409 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
15410 term_mouse_moveto.
15411
15412 * termhooks.h (term_mouse_moveto): New extern.
15413
15414 * term.c (mouse_face_window): Rename...
15415 (Qmouse_face_window): ...to this.
15416 (term_show_mouse_face, term_clear_mouse_face)
15417 (term_mouse_highlight): Use Qmouse_face_window.
15418 (term_mouse_moveto): New function.
15419 (term_mouse_position): Make it work.
15420 (syms_of_term): Uncomment assignment to mouse_position_hook.
15421 Staticpro Qmouse_face_window.
15422
154232007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15424
15425 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
15426 around current_column call.
15427
154282007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
15429
15430 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
15431 * xdisp.c (next_element_from_buffer):
15432 * window.c (delete_window):
15433 * term.c (term_mouse_highlight):
15434 * msdos.c (getdefdir):
15435 * macterm.c (mac_create_bitmap_from_bitmap_data)
15436 (init_font_name_table):
15437 * fns.c (Fsxhash):
15438 * data.c (Fmake_local_variable):
15439 * ccl.c (ccl_driver): Likewise.
15440
154412007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15442
15443 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
15444 Call mac_wakeup_from_rne on window size change.
15445
154462007-05-25 Chong Yidong <cyd@stupidchicken.com>
15447
15448 * image.c (uncache_image): Fix typo.
15449
154502007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
15451
15452 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
15453
154542007-05-22 Richard Stallman <rms@gnu.org>
15455
15456 * xterm.c (x_connection_closed): Remove NO_RETURN.
15457
154582007-05-22 Martin Rudalics <rudalics@gmx.at>
15459
15460 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
15461
154622007-05-21 Chong Yidong <cyd@stupidchicken.com>
15463
15464 * image.c (uncache_image): New function.
15465 (Fimage_refresh): New function.
15466
880820fe 154672007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
15468
15469 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
15470
154712007-05-20 Nick Roberts <nickrob@snap.net.nz>
15472
15473 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
15474 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
15475
154762007-05-20 Nick Roberts <nickrob@snap.net.nz>
15477
15478 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
15479 conditional on [HAVE_GPM_H].
15480
154812007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * syntax.c (skip_chars): Update syntax-table only after we checked that
15484 the new location is valid.
15485
154862007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15487
15488 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
15489 mac_get_window_bounds.
15490
154912007-05-20 Nick Roberts <nickrob@snap.net.nz>
15492
15493 * Makefile.in (LIBGPM): Allow it to be set from configure.
15494 If set then link Emacs with it.
15495
15496 * config.in: Regenerate.
15497
15498 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
15499 New externs.
15500
15501 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
15502 Include gpm.h.
15503 (handle_one_term_event, term_gpm): New externs.
15504
15505 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
15506 and allow it to be interrupted by SIGIO.
15507
15508 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
15509 (wait_reading_process_output): Wait on gpm_fd too.
15510 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
15511 (add_gpm_wait_descriptor_called_flag): New variable.
15512 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
15513
15514 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
15515 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
15516 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
15517 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
15518 (make_lispy_event): Add case GPM_CLICK_EVENT.
15519 (read_avail_input): Handle mouse input.
15520
15521 * term.c (write_glyphs_with_face): New function.
15522 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
15523 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
15524 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
15525 (mouse_face_face_id, term_gpm, pos_x, pos_y)
15526 (last_mouse_x, last_mouse_y): New variables.
15527 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
15528 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
15529 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
15530 (Fterm_close_connection): New functions.
15531 (term_init): Initialise mouse_face_window.
15532
155332007-05-19 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * xdisp.c (redisplay_window): If first window line is a
15536 continuation line, recompute the new window start instead of
15537 recentering.
15538
155392007-05-18 Glenn Morris <rgm@gnu.org>
15540
15541 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
15542 Suggested by Alfred M. Szmidt <ams@gnu.org>.
15543
155442007-05-17 Glenn Morris <rgm@gnu.org>
15545
15546 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
15547
155482007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15549
15550 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
15551 dead key repeat and up events.
15552
155532007-05-14 Chong Yidong <cyd@stupidchicken.com>
15554
15555 * image.c (pbm_load): Check image size for monochrome pbm.
15556
155572007-05-13 Chong Yidong <cyd@stupidchicken.com>
15558
15559 * xterm.c (XTread_socket): Revert last change.
15560
155612007-05-12 Chong Yidong <cyd@stupidchicken.com>
15562
15563 * image.c (pbm_load): Correctly check image size for greyscale pbm.
15564
15565 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
15566
155672007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
15570 mixup (YAILOM).
15571
155722007-05-07 Andreas Schwab <schwab@suse.de>
15573
15574 * keymap.c (Flookup_key): Fix typo in last change.
15575
155762007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
15579 mapping for unibyte strings.
15580
155812007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15582
15583 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
15584 (Fx_popup_dialog) [MAC_OSX]: Likewise.
15585
155862007-04-29 Richard Stallman <rms@gnu.org>
15587
15588 * insdel.c (replace_range): For undo, record insertion first.
15589
155902007-04-29 Andreas Schwab <schwab@suse.de>
15591
15592 * lisp.h (VECSIZE): Use OFFSETOF.
15593
155942007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15595
15596 * xdisp.c (try_window_reusing_current_matrix): Fix number of
15597 disabled lines.
15598
155992007-04-28 Richard Stallman <rms@gnu.org>
15600
15601 * lread.c (read_escape): In a string, \s is always space.
15602
880820fe 156032007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
15604
15605 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
15606
15607 * gtkutil.c (xg_update_menubar, create_menus): Create empty
15608 submenu for menu bar items.
15609
382c648d 15610See ChangeLog.10 for earlier changes.
6922b018
KH
15611
15612;; Local Variables:
880820fe 15613;; coding: utf-8
33462dfa 15614;; add-log-time-zone-rule: t
67e8d28a 15615;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6922b018 15616;; End:
2a34a036 15617
59ce725a 15618 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
15619
15620 This file is part of GNU Emacs.
15621
5a1dde61 15622 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 15623 it under the terms of the GNU General Public License as published by
5a1dde61
GM
15624 the Free Software Foundation, either version 3 of the License, or
15625 (at your option) any later version.
7f6d64f8
GM
15626
15627 GNU Emacs is distributed in the hope that it will be useful,
15628 but WITHOUT ANY WARRANTY; without even the implied warranty of
15629 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15630 GNU General Public License for more details.
15631
15632 You should have received a copy of the GNU General Public License
5a1dde61 15633 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 15634
28f60c3d 15635;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40