(Ffont_face_attributes): Multiply pixel size before point
[bpt/emacs.git] / src / ChangeLog
CommitLineData
c3bb5465
JR
12008-06-24 Jason Rumney <jasonr@gnu.org>
2
3 * font.c (Ffont_face_attributes): Multiply pixel size before point
4 conversion to avoid multiplying rounding error.
5
0b07ad98
JR
62008-06-23 Jason Rumney <jasonr@gnu.org>
7
f245f2c6
JB
8 * w32term.c (x_draw_glyph_string_background)
9 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 10
f245f2c6 11 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 12
22459668
KH
132008-06-22 Kenichi Handa <handa@m17n.org>
14
15 * font.c (font_find_for_lface): Try the adstyle specified in
16 the property of LFACE_FONT of LFACE (if any).
17
d925a426 182008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 19 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
20
21 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
22
b4945b95
SM
232008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
26 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
27 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
28 (witness-emacs): Remove.
29 (lisp, shortlisp): Move loaddefs.el earlier.
30 (mostlyclean): Forget about witness-emacs.
31
64124279
GM
322008-06-22 Glenn Morris <rgm@gnu.org>
33
34 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 35 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 36
768efd84
SM
372008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * Makefile.in (PRECOMP): Remove.
40 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
41 (witness-emacs): Run `compile-first'.
42 (.el.elc): Use the new compile-onefile target.
43
808dd567
KH
442008-06-21 Kenichi Handa <handa@m17n.org>
45
46 * xftfont.c (xftfont_open): Handle QCembolden only when
47 FC_EMBOLDEN is defined.
48
0de59eae
AS
492008-06-21 Andreas Schwab <schwab@suse.de>
50
51 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 52 (.el.elc): Likewise.
0de59eae 53
fb38e9c9
MB
542008-06-21 Miles Bader <miles@gnu.org>
55
56 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
57 build dir, not the lisp source dir.
58
fc46d219
SM
592008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
62 (bootstrapclean): Remove.
63 (.el.elc): New rule.
64 (PRECOMP): New var.
65 (../lisp/subdirs.el): Remove.
66 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
67 (witness-emacs): New target.
68 (mostlyclean): Remove witness-emacs as well.
69 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
70 Add witness-emacs dependency.
71
eaf1f6e7
CY
722008-06-20 Chong Yidong <cyd@stupidchicken.com>
73
74 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
75 defined by the font.
76
49f6eb95
SM
772008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
80 (bootstrap-clean): New target that keeps TAGS around.
81 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
82 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
83
4c100a01
JR
842008-06-20 Jason Rumney <jasonr@gnu.org>
85
49f6eb95
SM
86 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
87 Remove obsolete font code.
db61a7f8 88
49f6eb95
SM
89 * w32font.c (font_matches_spec): Use csb bitfield from font signature
90 to determine language support.
4c100a01 91
759d3f32
SM
922008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * sysdep.c (cfsetspeed): New fun extracted from the code.
95 (cfmakeraw): Move before first use.
96
25241b4d
SM
972008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
98
99 * sysdep.c (cfmakeraw): Provide fallback implementation.
100 (serial_configure): Provide fallback implementation of cfsetspeed.
101
d7afccca
KH
1022008-06-20 Kenichi Handa <handa@m17n.org>
103
dc2226d0
KH
104 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
105 the pattern.
106
9b9cd864
KH
107 * fontset.c (fontset_from_font): Copy font_spec before changing
108 the elements.
109
d7afccca
KH
110 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
111
770e2e6e
SM
1122008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
115 for explicit `font' parameters.
116
117 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
118
22e64f7c
KH
1192008-06-19 Kenichi Handa <handa@m17n.org>
120
121 * frame.c: Include <ctype.h>.
122 (x_set_font_backend): Allow spacing characters in the X resource
123 for FontBackend.
124
27129af9
SM
1252008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * w32fns.c, xfns.c (Qfont_param): New var.
128 (syms_of_w32fns): Initialize it.
22e64f7c
KH
129 (x_default_font_parameter): Record explicit `font' into
130 `font-parameter'.
27129af9 131
d26424c5
KH
1322008-06-18 Kenichi Handa <handa@m17n.org>
133
134 * font.c (font_parse_xlfd): Fix previous change.
135 (font_parse_fcname): Don't use :fc-unknown-spec.
136 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
137 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
138 (font_add_log): Prepend the driver name to the resulting fonts.
139
140 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
141 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
142 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
143
144 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
145 (QCembolden): New variables.
146 (syms_of_xftfont): DEFSYM them.
147 (xftfont_open): Call XftFontMatch. Don't trust the result of
148 XftTextExtents8 if the pixel_size is less than 5.
149
51cf11be
AS
1502008-06-18 Andreas Schwab <schwab@suse.de>
151
f245f2c6 152 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
153 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
154
07d9ba9b
JR
1552008-06-18 Jason Rumney <jasonr@gnu.org>
156
27129af9 157 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 158
27129af9 159 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 160
0c36bc4e
CY
1612008-06-17 Chong Yidong <cyd@stupidchicken.com>
162
163 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
164 unknown-spec list. For known key symbols, intern using correct
165 symbol name.
0c36bc4e 166
70d6ecc6
KH
1672008-06-17 Kenichi Handa <handa@m17n.org>
168
169 * xfaces.c (realize_default_face): If the frame is not on window
170 system, set the fontset of face to nil.
171
821bc4db
KH
1722008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
173
f245f2c6 174 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 175
3554e566
JB
1762008-06-16 Juanma Barranquero <lekktu@gmail.com>
177
178 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
179 (build_font_name_from_vector): Delete externs.
180
181 * xfaces.c (struct font_name): Don't declare.
182
93eed26b
SM
1832008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
186
d756bcd0
CY
1872008-06-16 Chong Yidong <cyd@stupidchicken.com>
188
189 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
190
7a18a178
JB
1912008-06-16 Juanma Barranquero <lekktu@gmail.com>
192
193 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 194 (Ffont_face_attributes): Doc fix.
7a18a178 195
6f568955
AS
1962008-06-16 Andreas Schwab <schwab@suse.de>
197
198 * font.c (Ffont_face_attributes): Fix definition.
199
3ef8c1b4
JR
2002008-06-16 Jason Rumney <jasonr@gnu.org>
201
93eed26b 202 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 203
93eed26b
SM
204 * font.c (font_style_symbolic_from_value): Remove.
205 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 206
93eed26b
SM
207 * w32font.c (w32_to_fc_weight): New function.
208 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 209
5e634ec9
KH
2102008-06-16 Kenichi Handa <handa@m17n.org>
211
212 * font.c (font_check_object): Delete it.
213 (font_clear_cache): Check if a font-object is alive.
214 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
215 font-object to nil.
216 (font_close_object): Don't check FONT_CLOSE_OBJECT.
217 (font_at): Don't call font_check_object.
2babb359 218 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 219
6409a955
KY
2202008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
221
222 * puresize.h (BASE_PURESIZE): Increase to 1230000.
223
ce4eaddb
CY
2242008-06-16 Chong Yidong <cyd@stupidchicken.com>
225
226 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
227
523dbe64
CY
2282008-06-15 Chong Yidong <cyd@stupidchicken.com>
229
54b2ab27 230 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
231 (font_unparse_fcname): Handle data in family and foundry indices
232 as symbols, not strings.
233 (font_unparse_gtkname, Ffont_face_attributes): New functions.
234
54b2ab27 235 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
236
237 * font.h (font_unparse_gtkname): Add prototype.
238
9f296082
KH
2392008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
240
54b2ab27 241 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 242
3306c6dc
AS
2432008-06-15 Andreas Schwab <schwab@suse.de>
244
245 * font.c (font_update_drivers): Fix crash when no drivers match.
246
a099c27a
SM
2472008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
250 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
251
a8aa344d
SM
2522008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
255
a879ee6f
SM
2562008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * process.c (Fserial_process_configure, Fprocess_send_eof):
259 Use EQ to compare Lisp_Objects.
260
6fe9826d
JR
2612008-06-13 Jason Rumney <jasonr@gnu.org>
262
a879ee6f 263 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 264
a879ee6f
SM
265 * w32font.c (logfont_to_fcname): New function.
266 (Fx_select_font): New font dialog function compatible with
267 GTK/fontconfig version.
6fe9826d 268
a879ee6f
SM
269 * font.c (font_style_symbolic_from_value): New function.
270 (font_style_symbolic): Use it.
6fe9826d 271
a879ee6f 272 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 273
17ab8f5d
JB
2742008-06-13 Juanma Barranquero <lekktu@gmail.com>
275
276 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
277 <font-width-table>: Fix typos in docstrings.
278
d888760c
GM
2792008-06-13 Daniel Engeler <engeler@gmail.com>
280
281 These changes add serial port access.
282 * process.c: Add HAVE_SERIAL.
283 (Fdelete_process, Fprocess_status, Fset_process_buffer)
284 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
285 (list_processes_1, select_wrapper, Fstop_process)
286 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
287 (status_notify): Modify to handle serial processes.
288 [HAVE_SERIAL] (Fserial_process_configure)
289 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
290 New functions.
291 * process.h (struct Lisp_Process): Add `type'.
292 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
293 New functions.
294 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
295 serial ports.
296 (serial_open, serial_configure) New functions.
297 * w32.h: Add FILE_SERIAL.
298 (struct _child_process): Add ovl_read, ovl_write.
299
f4cc0153
KH
3002008-06-13 Kenichi Handa <handa@m17n.org>
301
302 * dispextern.h (enum lface_attribute_index): New member
303 LFACE_FOUNDRY_INDEX.
304
305 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 306 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 307 style symbols.
7a18e381 308 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
309 order of font-driver to scores.
310 (font_list_entities): Don't check alternate_familes here.
311 (font_clear_prop): Handle foundry.
312 (font_update_lface): Don't parse "foundry-family" form here.
313 Handle FONT_FOUNDRY_INDEX.
314 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 315 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 316 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 317 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
318 (free_font_driver_list): Delete it.
319 (font_update_drivers): Preserve the order of backends.
320 (syms_of_font): Setting of sort_shift_bits adjusted for the change
321 of font_score and font_sort_entites.
322 (font_update_sort_order): Likewise.
323
324 * xfaces.c (LFACE_FOUNDRY): New macro.
325 (check_lface_attrs): Check foundry.
7a18e381 326 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
327 (merge_face_vectors): Check foundry.
328 (merge_face_ref): Likewise.
329 (Finternal_set_lisp_face_attribute): Likewise.
330 (x_update_menu_appearance): Likewise.
331 (Finternal_get_lisp_face_attribute): Likewise.
332 (lface_hash): Likewise.
333 (lface_same_font_attributes_p): Likewise.
334 (x_supports_face_attributes_p): Likewise.
335 (tty_supports_face_attributes_p): Likewise.
336 (Finternal_set_alternative_font_family_alist): Intern strings.
337 (Finternal_set_alternative_font_registry_alist): Downcase strings.
338 (realize_default_face): Set LFACE_FOUNDRY (lface).
339
340 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
341 font-driver at first.
342
343 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
344
d434fef5 3452008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
346
347 * lread.c (Fload): Use xfree, not free on saved_doc_string.
348
9c5e177e
JM
3492008-06-12 Jim Meyering <meyering@redhat.com>
350
d434fef5 351 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
352 * unexmacosx.c (unexec_free): Ignore a NULL argument.
353
2afc21f5
SM
3542008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * character.h (CHAR_TO_BYTE_SAFE): New macro.
357 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
358 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
359 (WEAK_ALIAS): Simplify.
360 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
361 when searching a unibyte buffer.
362
76c0de62
CY
3632008-06-12 Chong Yidong <cyd@stupidchicken.com>
364
365 * xfns.c (Fx_select_font): Rename from x-font-dialog.
366
0500dcc9
JB
3672008-06-12 Juanma Barranquero <lekktu@gmail.com>
368
369 * w32font.c: Include ctype.h.
370
f42adef6
JR
3712008-06-11 Jason Rumney <jasonr@gnu.org>
372
2afc21f5
SM
373 * w32font.c (w32font_encode_char): Detect missing glyphs that are
374 misreported as space.
375 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
376 as aliases for registry iso10646-1.
f42adef6 377
4b7cdc0e
SM
3782008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * buffer.c (clone_per_buffer_values): Skip `name'.
381
cc02ebe1
CY
3822008-06-11 Chong Yidong <cyd@stupidchicken.com>
383
384 * font.c (font_parse_fcname): Fix last change; accept decimal
385 points in font size.
386
351ccb76
JR
3872008-06-10 Jason Rumney <jasonr@gnu.org>
388
0500dcc9
JB
389 * w32uniscribe.c (add_opentype_font_name_to_list):
390 Skip non unicode fonts.
351ccb76 391
f473ed6f
CY
3922008-06-10 Chong Yidong <cyd@stupidchicken.com>
393
394 * xfns.c (Fx_font_dialog): New function.
395
5d6333d5 396 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
397 xg_file_response_callback.
398 (pop_down_dialog): Rename from pop_down_file_dialog.
399 (xg_get_file_name): Callers changed.
400 (xg_get_font_name): New function.
401
5d6333d5 402 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 403
2a3bd2e1
SM
4042008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
407 x_underline_minimum_display_offset.
408 (syms_of_xdisp): Declare it here rather than in xterm.c.
409 * dispextern.h (underline_minimum_offset): Declare it.
410 * w32term.c (x_draw_glyph_string): Use it.
411 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
412 (syms_of_xterm): Don't declare it any more.
413 (x_draw_glyph_string): Adjust to the new name.
414
d5dc6163
SM
4152008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
416
417 * xterm.c (x_underline_minimum_display_offset): New var.
418 (x_draw_glyph_string): Use it.
419 (syms_of_xterm): Declare it.
420
0abdd197
CY
4212008-06-10 Chong Yidong <cyd@stupidchicken.com>
422
423 * font.c (font_parse_fcname): Accept GTK-style font names too.
424
a1562258
SM
4252008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
426
928b5acc
SM
427 * dired.c (file_name_completion): Don't return t if the match is exact
428 but with different capitalization.
429 * minibuf.c (Ftry_completion): Simplify.
430
a1562258
SM
431 * window.c (Vwindow_point_insertion_type): New var.
432 (set_window_buffer): Use it.
433 (syms_of_window): Init and export it to Lisp.
434
9552dbd1
KH
4352008-06-10 Kenichi Handa <handa@m17n.org>
436
437 * font.h (font_intern_prop): Prototype adjusted.
438
439 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
440 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
441 Adjust for the change of font_intern_prop.
9552dbd1 442
a1562258
SM
443 * ftfont.c (ftfont_pattern_entity):
444 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
445 (w32_registry):
446 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
447 the change of font_intern_prop.
448
8993ad2e
JB
4492008-06-09 Juanma Barranquero <lekktu@gmail.com>
450
451 * w32menu.c (digest_single_submenu): Declare extern.
452
0c2258fc
JR
4532008-06-09 Jason Rumney <jasonr@gnu.org>
454
a1562258 455 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 456
a1562258
SM
457 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
458 (parse_single_submenu): Remove.
459 (digest_single_submenu): Remove.
460 (syms_of_w32menu): Don't initialise variables that have moved
461 to menu.c.
462 (set_frame_menubar): Sync with version in xmenu.c.
463 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 464
8993ad2e
JB
465 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
466 Make static again.
0c2258fc 467
02246cb8
JR
4682008-06-09 Jason Rumney <jasonr@gnu.org>
469
8993ad2e
JB
470 Changes to w32 files related to the move of common menu code
471 to menu.c on 2008-06-08 by Chong Yidong.
472
473 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
474 defs to w32gui.h.
475 (single_keymap_panes, push_menu_item, push_menu_pane):
476 Make globally visible.
477
d434fef5
JB
478 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
479 (local_free, malloc_widget_value, free_widget_value)
480 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
481 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
482 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 483 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 484 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
485 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
486 (init_menu_items, finish_menu_items, discard_menu_items)
487 (grow_menu_items, push_submenu_start, push_submenu_end)
488 (push_left_right_boundary, push_menu_pane, push_menu_item)
489 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 490 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
491 (update_submenu_strings): Remove functions.
492 (xmalloc_widget_value): Remove and declare extern.
493
494 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
495 (OBJ1): Build it.
496
497 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
498 (local_heap, local_alloc, local_free, malloc_widget_value)
499 (free_widget_value): Define here.
02246cb8 500
9e1bb909
KH
5012008-06-09 Kenichi Handa <handa@m17n.org>
502
366664ad
KH
503 * font.h (Qascii_0): Extern it.
504
9e1bb909
KH
505 * font.c (Qascii_0): New variable.
506 (syms_of_font): DEFSYM it.
507 (font_open_by_name): If the registry "iso8859-1" fails, try also
508 "ascii-0".
509
510 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
511
b2ee479e
KH
5122008-06-08 Kenichi Handa <handa@m17n.org>
513
8f440b79 514 * .gdbinit (xfont): New command.
b2ee479e 515
01ef9d36
AS
5162008-06-08 Andreas Schwab <schwab@suse.de>
517
a4240420
AS
518 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
519 * Makefile.in (menu.o): Update dependencies.
520
0181bf66 521 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
522 * emacs.c (main): Always call syms_of_menu.
523 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
524
c07cbae6
CY
5252008-06-08 Chong Yidong <cyd@stupidchicken.com>
526
527 * Makefile.in: Compile menu.c.
528
529 * lisp.h: Declare syms_of_menu.
530
531 * emacs.c (main): Call syms_of_menu.
532
533 * keyboard.h: Relocate platform-independent menu definitions from
534 xmenu.c.
535
536 * menu.c: New file. Relocate platform-independent menu
904d8c69 537 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
538
539 * xmenu.c: Remove platform-independent menu definitions.
540 (menu_items menu_items_inuse, menu_items_allocated)
541 (menu_items_used, menu_items_n_panes)
542 (menu_items_submenu_depth): Move to keyboard.h.
543 (init_menu_items, finish_menu_items, unuse_menu_items)
544 (discard_menu_items, restore_menu_items, save_menu_items)
545 (grow_menu_items, push_submenu_start, push_submenu_end)
546 (push_left_right_boundary, push_menu_pane, push_menu_item)
547 (keymap_panes, single_keymap_panes, single_menu_item)
548 (list_of_panes, list_of_items, find_and_call_menu_selection)
549 (xmalloc_widget_value, free_menubar_widget_value_tree)
550 (parse_single_submenu, digest_single_submenu)
551 (update_submenu_strings): Move to menu.c.
552
4958ed94
SM
5532008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
556
408b8ab4
MB
5572008-06-06 Miles Bader <miles@gnu.org>
558
559 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
560 face, not frame default.
561
87478b52
SM
5622008-06-05 Martin Rudalics <rudalics@gmx.at>
563
564 * window.c (pop_up_windows, pop_up_frames)
565 (display_buffer_reuse_frames, Vpop_up_frame_function)
566 (Vdisplay_buffer_function, Veven_window_heights)
567 (Vspecial_display_buffer_names, Vspecial_display_regexps)
568 (Vspecial_display_function, Vsame_window_buffer_names)
569 (Vsame_window_regexps, split_height_threshold)
570 (Vsplit_window_preferred_function): Move those vars to window.el.
571 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
572 (Fdisplay_buffer): Move those functions to window.el.
573 (syms_of_window): Remove corresponding declarations.
574 (display_buffer): New function.
575 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
576 * dispnew.c (Flast_nonminibuf_frame): New function.
577 * buffer.c (Fpop_to_buffer): Move to window.el.
578
9e0e0d77
SM
5792008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
582
4a485df8
KH
5832008-06-05 Kenichi Handa <handa@m17n.org>
584
585 * coding.c (detect_coding): Fix previous change.
586 (detect_coding_system): Likewise.
587
8ba31f36
SM
5882008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
589
c0dc8f64
SM
590 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
591
8ba31f36
SM
592 * keymap.c (Vminibuffer_local_filename_must_match_map):
593 Rename from Vminibuffer_local_must_match_filename_map.
594 (syms_of_keymap):
595 * minibuf.c (Fcompleting_read): Adjust accordingly.
596 * commands.h: Rename declaration as well.
597
7740d2c7
KH
5982008-06-05 Kenichi Handa <handa@m17n.org>
599
e7438ece
KH
600 * font.c (Ffont_spec): Don't use font_parse_family_registry for
601 family name.
602 (Ffont_put): Likewise.
603
604 * fontset.c (fontset_find_font): Call font_open_for_lface with the
605 current font-spec.
606
7740d2c7
KH
607 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
608 is unspecified.
609
610 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
611 are the same as those of default face, realize a new fontset from
612 default->fontset.
9e0e0d77 613 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 614
c876b227
SM
6152008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
618 (move_it_in_display_line): New wrapper.
619
620 * window.c (window_scroll_pixel_based_preserve_x)
621 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
622 (window_scroll_pixel_based, window_scroll_line_based):
623 Use them to preserve column positions.
624 (syms_of_window): Initialize them.
625
626 * indent.c (Fvertical_motion): Extend first arg to allow passing an
627 (HPOS . VPOS) pair.
628
629 * dispextern.h (move_it_in_display_line): Declare.
630
927abf37
JB
6312008-06-05 Juanma Barranquero <lekktu@gmail.com>
632
633 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
634 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
635 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
636
9d14503e
JB
6372008-06-04 Juanma Barranquero <lekktu@gmail.com>
638
639 * window.c (Fset_window_parameter): Doc fix.
640 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
641
e6841c3b
JB
6422008-06-04 Joakim Verona <joakim@verona.se>
643
644 * window.h (struct window): Add new member window_parameters.
645
646 * window.c (Fwindow_parameters, Fwindow_parameter)
647 (Fset_window_parameter): New defuns.
648 (syms_of_window): Defsubr the new defuns.
649 (make_window): Initialize window_parameters to nil.
650
4ba50634
JPW
6512008-06-04 John Paul Wallington <jpw@pobox.com>
652
653 * eval.c (Fdefmacro): Doc fix.
654
c0e16b14
KH
6552008-06-04 Kenichi Handa <handa@m17n.org>
656
657 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 658 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
659 (detect_coding_system): Fix handling of coding->head_ascii.
660
0615d903
AS
6612008-06-03 Andreas Schwab <schwab@suse.de>
662
663 * font.c (font_prop_validate_spacing): Fix last change.
664
8a1816bb
KH
6652008-06-03 Kenichi Handa <handa@m17n.org>
666
eea9c5c4
KH
667 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
668 (font_parse_fcname): Fix handling of unknown key.
669
670 * xfont.c (xfont_list): Try an alias.
671
8a1816bb
KH
672 * charset.c (char_charset): Return NULL if the arg charset_list is
673 specified and C doesn't belong to any of them.
674
2f593f4c 6752008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
676
677 * font.c (font_pixel_size): Don't take cdr of an integer.
678
c2cd06e6
JM
6792008-06-02 Jim Meyering <meyering@redhat.com>
680
70fdbb46
JM
681 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
682 * alloc.c (xfree): Return right away for a NULL arg.
683 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
684 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
685 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
686 (create_apple_event_from_drag_ref, cfstring_create_normalized):
687 Likewise.
70fdbb46
JM
688 * doprnt.c (doprnt1): Likewise.
689 * frame.c (frame): Likewise.
690 * keyboard.c (wipe_kboard): Likewise.
1f204af3 691 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
692 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
693 * term.c (tty_default_color_capabilities, maybe_fatal)
694 (delete_tty): Likewise.
695 * w16select.c (string): Likewise.
696 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
697 * w32bdf.c (w32_free_bdf_font): Likewise.
698 * w32fns.c (w32_unload_font): Likewise.
699 * w32font.c (w32font_close): Likewise.
700 * window.c (size_window): Likewise.
701 * xselect.c (receive_incremental_selection): Likewise.
702 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
703 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
704 * w32.c (stat): Likewise.
705
2f593f4c 706 Remove useless if-before-free tests.
70fdbb46
JM
707 * editfns.c (Fset_time_zone_rule): Likewise.
708 * lread.c (nosuffix): Likewise.
709 * ralloc.c (get_bloc): Likewise.
710 * regex.c (reg_free): Likewise.
711 * xftfont.c (xftfont_open, xftfont_close): Likewise.
712 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
713 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 714
4fc1984a
KH
7152008-06-02 Kenichi Handa <handa@m17n.org>
716
1d1e1245
KH
717 * font.c (font_find_for_lface): Handle float font size.
718 (font_open_for_lface): Likewise.
719
4fc1984a
KH
720 * xfaces.c (x_supports_face_attributes_p): Check face->font before
721 comparing the properties.
722
aee986fd
JR
7232008-06-01 Jason Rumney <jasonr@gnu.org>
724
e6841c3b
JB
725 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
726 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
727 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
728 Don't add empty script list.
729 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 730
60a3d7ee
DN
7312008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
732
aee986fd 733 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
734 ".." has been used elsewhere in the file for a long time.
735 (LIBXT_STATIC): Remove conditional based on unused variable.
736
f2cec7a9
MB
7372008-06-01 Miles Bader <miles@gnu.org>
738
739 * xfaces.c (Vface_remapping_alist): New variable.
740 (syms_of_xfaces): Initialize it.
741 (enum named_merge_point_kind): New type.
742 (struct named_merge_point): Add `named_merge_point_kind' field.
743 (push_named_merge_point): Make cycle detection respect different
744 named-merge-point kinds.
c876b227 745 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
746 Remove face-name alias resolution.
747 (lface_from_face_name): New definition using
748 `lface_from_face_name_no_resolve'.
c876b227 749 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
750 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
751 (get_lface_attributes): New definition that layers face-remapping on
752 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
753 (lookup_basic_face): New function.
754 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
755 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
756 `get_lface_attributes'.
757 (face_at_buffer_position): Use `lookup_basic_face' to lookup
758 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
759 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
760
761 * xdisp.c (init_iterator): Pass base_face_id through
762 `lookup_basic_face' when we actually use it as a face-id.
763 (handle_single_display_prop): Use `lookup_basic_face' to lookup
764 DEFAULT_FACE_ID.
765
766 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
767 lookup the initial face-id.
768
769 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
770
518c0b83
JB
7712008-06-01 Juanma Barranquero <lekktu@gmail.com>
772
773 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
774 (Fremove_text_properties): Fix typos in docstrings.
775
719b3d63
KH
7762008-05-31 Kenichi Handa <handa@m17n.org>
777
e4c93315
KH
778 * font.c (font_list_entities): Fix the car part of data to be
779 stored in the cache.
780
719b3d63
KH
781 * ftfont.c (ftfont_font_format): Don't use strcasestr.
782
d0827857
SM
7832008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
786 Add a `test' argument so another predicate than `equal' can be used.
787 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
788 (map_char_table): Remove unused vars `c' and `i'.
789 * lisp.h (Foptimize_char_table): Adjust declaration.
790 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
791
a266686a
KH
7922008-05-30 Kenichi Handa <handa@m17n.org>
793
d0827857 794 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
795 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
796 defined.
797
fd9440c5
SM
7982008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
801 (Fmake_variable_frame_local): Disallow mixing buffer-local and
802 frame-local settings for the same variable.
803
fd2ae9b2
KH
8042008-05-30 Kenichi Handa <handa@m17n.org>
805
9e0e0d77 806 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
807 (syms_of_fontset): Delete defsubr of Sfont_info.
808
809 * font.c (font_style_to_value, font_score): Delete casting of the
810 args to xstcasecmp.
811 (register_font_driver): Increment num_font_drivers only when
812 registering the driver globally.
9e0e0d77 813 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
814 (syms_of_font): Defsubr Sfont_info.
815
eaf11618
KH
8162008-05-29 Kenichi Handa <handa@m17n.org>
817
818 * coding.h (enum define_coding_utf8_arg_index): New enum.
819 (enum coding_attr_index): Change coding_attr_utf_16_bom to
820 coding_attr_utf_bom.
fd9440c5
SM
821 (enum utf_bom_type): Rename from utf_16_bom_type.
822 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
823 (struct coding_system): Add utf_8_bom in `spec' union.
824
825 * coding.c (CODING_UTF_8_BOM): New macro.
826 (enum coding_category): Delete coding_category_utf_8, add
827 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
828 coding_category_utf_8_sig.
829 (CATEGORY_MASK_UTF_8): Delete it.
830 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
831 (CATEGORY_MASK_UTF_8_SIG): New macros.
832 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
833 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
834 CATEGORY_MASK_UTF_8_SIG.
835 (CATEGORY_MASK_UTF_8): New macro.
836 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
837 (detect_coding_utf_8): Check BOM.
838 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 839 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
840 (encode_coding_utf_16): Likewise.
841 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
842 (detect_coding, detect_coding_system): Handle utf-8-auto.
843 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
844 (syms_of_coding): Fix setting up of Vcoding_category_table.
845
891bd142
SM
8462008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * process.c (Faccept_process_output): If `millisec' is non-nil,
849 `seconds' default to 0.
850 (wait_reading_process_output): Also return non-nil if we read output
851 from a non-running process.
852
1519d52e
JR
8532008-05-29 Jason Rumney <jasonr@gnu.org>
854
fd9440c5
SM
855 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
856 `raster' specified.
857 (add_font_entity_to_list): Allow non-opentype truetype fonts back
858 in the uniscribe backend, but disallow any font that has no
859 unicode subrange support.
1519d52e 860
d5ab09cd
JB
8612008-05-29 Juanma Barranquero <lekktu@gmail.com>
862
863 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
864 Fix typos in docstrings.
865
a4eec626
KH
8662008-05-29 Kenichi Handa <handa@m17n.org>
867
868 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 869 (Fx_family_fonts): Set frame correctly.
a4eec626 870
a6e0b7e5
JR
8712008-05-28 Jason Rumney <jasonr@gnu.org>
872
d5ab09cd 873 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 874
6b3d752c
SM
8752008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
878 calling build_annotations.
879
c3f9fba8
JB
8802008-05-28 Juanma Barranquero <lekktu@gmail.com>
881
882 * coding.c (Fdecode_coding_region, Fencode_coding_region)
883 (Fencode_coding_string):
884 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
885 <latin-extra-code-table>: Fix typos in docstrings.
886 (syms_of_coding) <coding-system-alist>: Doc fix.
887 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
888
00c670e1
KH
8892008-05-28 Kenichi Handa <handa@m17n.org>
890
b75d7f28
KH
891 * fontset.c (Ffont_info): Don't call font_close_object.
892
893 * font.c (font_parse_family_registry): Use Ffont_put to validate
894 foundry and family.
895 (font_delete_unmatched): Don't check spacing.
896 (font_list_entities): Add spacing to the spec to list fonts.
897
898 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 899 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 900
00c670e1
KH
901 * coding.c (encode_coding_raw_text): Fix previous change.
902 (encode_coding_object): When the dst_object is a buffer and is
903 different from src_object, move gap to PT.
904
45feca91
CY
9052008-05-27 Chong Yidong <cyd@stupidchicken.com>
906
c3f9fba8 907 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 908
5dd5d9eb
SM
9092008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
910
01d45367
SM
911 * coding.c (encode_coding_raw_text): Set coding->produced_char for
912 all branches. Compute it differently.
913
5dd5d9eb
SM
914 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
915
9c623c85
JB
9162008-05-27 Juanma Barranquero <lekktu@gmail.com>
917
918 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
919 into "else if () ... else ...".
920
943f2093
JR
9212008-05-27 Jason Rumney <jasonr@gnu.org>
922
5dd5d9eb
SM
923 * w32font.c (w32font_open_internal): Determine if glyph indices
924 are likely to work here.
943f2093 925
7385fe74
CY
9262008-05-27 Chong Yidong <cyd@stupidchicken.com>
927
928 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
929 draw overlap glyphs with appropriate highlighting.
930
4f64a164
KH
9312008-05-27 Kenichi Handa <handa@m17n.org>
932
933 * xfont.c (xfont_open): Fix calculation of font->average_width.
934
1fb5aad7
SM
9352008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * casefiddle.c (casify_object): Try to guess better whether the
938 argument is a byte or a char.
939
f8eb1603
AS
9402008-05-26 Andreas Schwab <schwab@suse.de>
941
1fb5aad7
SM
942 * xselect.c (x_reply_selection_request): Properly handle format == 32.
943 Always send multiples of format size.
5a9c35e5 944
f8eb1603
AS
945 * xterm.c (x_set_frame_alpha): Fix type mismatch.
946
ba93d684
JR
9472008-05-26 Jason Rumney <jasonr@gnu.org>
948
1fb5aad7
SM
949 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
950 (compute_metrics): Don't set failure if we just cleared the cache.
951 (w32_weight_table): Remove unused variable.
952 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
953 backwards compatibility.
ba93d684 954
505ecc49
KH
9552008-05-25 Kenichi Handa <handa@m17n.org>
956
1fb5aad7
SM
957 * w32term.c (x_draw_glyph_string):
958 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
959
960 * xfaces.c: Delete unused function prototypes.
961 (xstrlwr, font_frame): Delete them.
962 (clear_face_cache): Delete unused variable.
963
1fb5aad7
SM
964 * xftfont.c (xftfont_open): Delete unused variable.
965 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
966
967 * ftxfont.c (ftxfont_open): Delete unused variable.
968
969 * fontset.c (face_for_char): Optimize for the case of no charset
970 property.
971
972 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
973 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
974 (otf_open, font_otf_capability, generate_otf_features)
975 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 976 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
977 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
978 (syms_of_font): Codes for accessing above commented out.
979
f481eb31
EZ
9802008-05-24 Eli Zaretskii <eliz@gnu.org>
981
982 * w32proc.c: Include dispextern.h.
983
984 * w32.c: Include dispextern.h.
985
20746fe4
JB
9862008-05-23 Juanma Barranquero <lekktu@gmail.com>
987
988 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
989 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
990 Fix typos in docstrings.
991
e7150846
JR
9922008-05-23 Jason Rumney <jasonr@gnu.org>
993
20746fe4 994 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 995
dbf46ba6
KH
9962008-05-23 Kenichi Handa <handa@m17n.org>
997
6c652beb
KH
998 * charset.c (Qemacs, charset_emacs): New variables.
999 (char_charset): Fix for non-Unicode characters.
1000 (syms_of_charset): Define charset_emacs.
1001
baf4d3b3 1002 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
1003 s->underline_thickness and s->underline_position. Be sure to draw
1004 underline within the current line area.
baf4d3b3
KH
1005
1006 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 1007 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 1008 underline within the current line area.
baf4d3b3 1009
dbf46ba6
KH
1010 * fontset.c: Delete unused variables and add casting for char *
1011 throughout the file.
1012 (fontset_font): Try the fallback fonts of the current fontset
1013 before consulting the default fontset.
1014
1015 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
1016
9e0e0d77 1017 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 1018
3b780338
JR
10192008-05-22 Jason Rumney <jasonr@gnu.org>
1020
20746fe4 1021 * font.c: Don't include strings.h.
577eba22 1022
9e0e0d77 1023 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 1024
20746fe4
JB
1025 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
1026 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
1027 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
1028 to call xstrcasecmp.
05131107 1029
b1722a46 1030 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 1031
b1722a46 1032 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 1033
b1722a46 1034 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 1035
b1722a46 1036 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 1037
a30e1957
KH
10382008-05-22 Kenichi Handa <handa@m17n.org>
1039
20746fe4 1040 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 1041
20746fe4 1042 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
1043 change of font_style_table.
1044
a30e1957
KH
1045 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
1046 two args.
1047
1048 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
1049 two args.
1050
631248e5
SM
10512008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * minibuf.c (keys_of_minibuf): Delete.
1054 * lisp.h (keys_of_minibuf): Delete.
1055 * emacs.c (main): Don't call keys_of_minibuf.
1056
318548be
KH
10572008-05-22 Kenichi Handa <handa@m17n.org>
1058
631248e5 1059 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
1060 ftfont_list_generic_family. Return a single family for each
1061 generic family.
1062 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
1063 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
1064 Call font_add_log.
318548be
KH
1065 (ftfont_match): Call font_add_log.
1066
1067 * font.h (Ffont_xlfd_name): EXFUN adjusted.
1068 (FONT_DEBUG): Define it.
1069 (font_add_log): Extern it.
631248e5 1070 (font_assert): Rename from xassert.
318548be
KH
1071
1072 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
1073 (xfont_list_family): Call font_add_log.
1074 (xfont_match): Likewise.
631248e5 1075 (memq_no_quit): Delete.
318548be
KH
1076
1077 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
1078 call of Ffont_xlfd_name.
1079
1080 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 1081 (swidth_table): Move to font.c.
318548be
KH
1082
1083 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 1084 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
1085 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
1086 New variables.
631248e5
SM
1087 (struct table_entry): Move from xfaces.c and modified.
1088 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 1089 contents adjusted for the change of struct table_entry.
20746fe4 1090 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 1091 format change of font_style_table.
318548be
KH
1092 (font_parse_family_registry): Don't overwrite existing foundry and
1093 family of font_spec.
1094 (font_score): Fix calculation of diff for sizes.
1095 (font_sort_entites): Call font_add_log.
1096 (font_delete_unmatched): Return a newly created list.
1097 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
1098 (font_matching_entity, font_open_entity, font_close_entity):
1099 Call font_add_log.
318548be 1100 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 1101 (Finternal_set_font_style_table): Delete.
318548be
KH
1102 (BUILD_STYLE_TABLE): New macro.
1103 (build_style_table): New function.
1104 (Vfont_log, font_log_env_checked): New variables.
1105 (font_add_log): New function.
1106 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
1107 Declare Lisp variables "font-weight-table", "font-slant-table",
1108 "font-width-table", and "font-log". Initialize font_style_table.
1109
6aac1c03
DN
11102008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
1111
bcc850aa 1112 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 1113
7950790f
GM
11142008-05-21 Seiji Zenitani <zenitani@mac.com>
1115 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 1116
7950790f 1117 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 1118 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 1119 (x_set_alpha): New function.
a2979e8e 1120
7950790f 1121 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 1122
7950790f
GM
1123 * xfns.c (x-create-frame, Qalpha):
1124 Initialize the frame parameter `alpha'.
b9fb2c45
GM
1125 * xterm.c (OPAQUE, OPACITY): New.
1126 (x_set_frame_alpha): New function.
1127 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 1128
7950790f
GM
1129 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
1130 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 1131
5c2a72d9
JR
11322008-05-20 Jason Rumney <jasonr@gnu.org>
1133
20746fe4
JB
1134 * w32font.c (add_font_entity_to_list): Don't add non-opentype
1135 truetype fonts to opentype list.
5c2a72d9 1136
eb152aa9
JB
11372008-05-20 Juanma Barranquero <lekktu@gmail.com>
1138
1139 * fontset.c (Ffontset_info): Doc fix.
1140 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
1141 <ignore-relative-composition>: Fix typos in docstrings.
1142
1143 * font.c (syms-of-font) <font-encoding-alist>:
1144 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
1145 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
1146 (Ffont_otf_alternates): Doc fixes.
1147
ad00e1a3
KH
11482008-05-20 Kenichi Handa <handa@m17n.org>
1149
1150 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
1151 font.h through out the file.
9e0e0d77 1152 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 1153 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
1154 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
1155
1156 * emacs.c (main): Call syms_of_font unconditionally.
1157
1158 * font.h (find_font_encoding): Extern it.
1159
9e0e0d77 1160 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
1161 fontset.c.
1162 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
1163 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
1164 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
1165 only when HAVE_WINDOW_SYSTEM is defined.
1166 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
1167 when HAVE_WINDOW_SYSTEM is defined.
1168
9e0e0d77
SM
1169 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
1170 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
1171
1172 * xfaces.c: Include font.h unconditionally.
1173 (merge_face_ref, merge_face_vectors)
1174 (Finternal_set_lisp_face_attribute): Cancel the previous change.
1175
40a69fac
SM
11762008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
1179 indirect_variable.
1180 * eval.c (lisp_indirect_variable): New fun.
1181 (Fuser_variable_p): Use it.
1182
8c2dccbf
SM
11832008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1184
ad97b375
SM
1185 * lisp.h (indirect_variable):
1186 * data.c (indirect_variable, let_shadows_buffer_binding_p):
1187 Use Lisp_Symbol pointers rather than Lisp_Object.
1188 Adjust callers.
1189 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
1190 To this end, change calling-convention.
1191
8c2dccbf
SM
1192 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
1193 if some non-hidden buffers are selected by string&pred.
1194
ad97b375
SM
11952008-05-19 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * process.c (wait_reading_process_output): Always check status
1198 when in batch mode.
1199
25b81df4
KH
12002008-05-19 Kenichi Handa <handa@m17n.org>
1201
1202 * font.c (font_list_entities): Fix handling of cache.
1203 (font_matching_entity): Likewise.
1204
8c2dccbf 1205 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 1206 (ft_face_cache): New variable.
1f204af3 1207 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 1208 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
1209 (fc_charset_table): New variable.
1210 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
1211 . FC_CHARSET_IDX) as :font-entity property in the font entity.
1212 Callers changed.
dde8403f 1213 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
1214 (ftfont_spec_pattern): New argument fc_charset_idx.
1215 Check registry more rigidly. Change callers.
a2979e8e 1216 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
1217 change of :font-entity property of the font.
1218
a2979e8e 1219 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
1220 property of the font.
1221
d4a1d553
JB
12222008-05-18 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * coding.c (Fcoding_system_p): Rename argument to match docstring.
1225 (Funencodable_char_position, Fcheck_coding_systems_region)
1226 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
1227 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
1228 (Ffind_operation_coding_system, Fset_coding_system_priority)
1229 (Fcoding_system_eol_type): Doc fixes.
1230
07cfc4e7
GM
12312008-05-17 Glenn Morris <rgm@gnu.org>
1232
1233 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
1234
1cab27d2
EZ
12352008-05-16 Eli Zaretskii <eliz@gnu.org>
1236
1237 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
1238 and st_gid.
1239
dde8403f 1240 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
1241 HAVE_WINDOW_SYSTEM is not defined.
1242
1243 * xfaces.c (merge_face_ref, merge_face_vectors)
1244 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
1245 HAVE_WINDOW_SYSTEM is defined.
1246 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
1247
86b89713
SM
12482008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
1251
6750bd93
YM
12522008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1253
62867b11 1254 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 1255
79f105c9
KH
12562008-05-15 Kenichi Handa <handa@m17n.org>
1257
1258 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
1259 preference.
1260
6b33da9f
GM
12612008-05-15 Glenn Morris <rgm@gnu.org>
1262
1263 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
1264
d0e4433b
CY
12652008-05-15 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * fns.c (init_fns): Don't initialize weak_hash_tables here.
1268 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
1269
1270 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
1271
5f2d79e0
KH
12722008-05-15 Kenichi Handa <handa@m17n.org>
1273
fd8a1cae
KH
1274 * ftfont.c (ftfont_list): Downcase family name to check generic
1275 families.
1276
1277 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
1278 font-spec for QCfont value.
1279
5f2d79e0
KH
1280 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
1281 buffer. Check the return value of it.
1282
e5e29349
JR
12832008-05-14 Jason Rumney <jasonr@gnu.org>
1284
1285 * w32term.c (w32_get_glyph_overhangs): Remove.
1286 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
1287
1f09f444
KH
12882008-05-14 Kenichi Handa <handa@m17n.org>
1289
1290 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
1291 (font_clear_cache): Check if the cached vector of entities is nil
1292 or not.
1f09f444 1293
ecae6af9 12942008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
1295
1296 * emacs.c (main_thread): Conditionalize on
1297 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
1298 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
1299
1300 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
1301 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
1302 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
1303
c6b278e7
KH
13042008-05-14 Kenichi Handa <handa@m17n.org>
1305
1306 * coding.c (detect_coding_iso_2022): Ignore a coding category that
1307 has no corresponding coding system.
1308
13092008-05-14 Jason Rumney <jasonr@gnu.org>
1310
1311 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
1312
1313 * w32font.h (w32font_open_internal): Update declaration.
1314
1315 * w32font.c (w32font_open_internal): Change last argument from
1316 w32font_info struct to font object. Fill in font object from
1317 font_entity. Get Outline metrics if possible. Use them to
1318 calculate underline position and thickness. Use xlfd name as name
1319 property. Don't set codepage.
1320 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 1321 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
1322 (w32font_draw): Use s->font.
1323 (clear_cached_metrics): Don't clear non-existent blocks.
1324
1325 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
1326 font was not found.
a879ee6f 1327 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
1328
1329 * w32uniscribe.c (uniscribe_open): Pass font_object to
1330 w32font_open_internal.
1331
13322008-05-14 Kenichi Handa <handa@m17n.org>
1333
1334 These changes are to delete all legacy font-handling codes, and
1335 make Emacs use only font-backends.
1336
1337 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
1338 (frame.o, image.o, print.o): Depend on $(FONTSRC).
1339
1340 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
1341
1342 * charset.h (Vcharset_non_preferred_head)
1343 (Vcurrent_iso639_language): Extern them.
1344
1345 * charset.c (Vcharset_non_preferred_head): New variable.
1346 (Vcurrent_iso639_language): New variable.
1347 (syms_of_charset): Declare it as a Lisp variable.
1348 (char_charset): Don't check non preferred charsets. As a last
1349 resort, return charset_unicode.
1350 (Fset_charset_priority): Update Vcharset_non_preferred_head.
1351
1352 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
1353 conditionals. Don't check enable_font_backend. Delete all codes
1354 used only when USE_FONT_BACKEND is not defined.
1355
1356 * dispextern.h (struct glyph_string): Change type of `font' to
1357 `struct font *'.
1358 (struct glyph_string): New member underline_position and
1359 underline_thickness.
1360 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
1361 (struct face): Change type of `font' to `struct font *'. Remove
1362 members `font_name', `font_info_id'.
1363 (per_char_metric, encode_char): Delete externs.
1364 (calc_pixel_width_or_height): Adjust the prototype.
1365
1366 * emacs.c (enable_font_backend): Delete extern.
1367 (main): Don't set enable_font_backend. Don't check the command
1368 line argument "-disable-font-backend".
1369
1370 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
1371 (enum font_property_index): New members FONT_DPI_INDEX,
1372 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
1373 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
1374 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
1375 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
1376 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
1377 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
1378 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
1379 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
1380 (struct font_spec, struct font_entity): New structs.
1381 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
1382 (struct font): Many members from old "struct font_info" moved to
1383 here. Members font and entity deleted.
1384 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
1385 the new font-related objects.
1386 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
1387 (CHECK_FONT_GET_OBJECT): Likewise.
1388 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
1389 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
1390 (struct font_driver): New members case_sensitive anc check. Type
1391 of the member list and open changed.
1392 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
1393 (font_symbolic_width, font_find_object, font_get_spec)
1394 (font_set_lface_from_name): Delete extern.
20746fe4 1395 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
1396
1397 * font.c: Include <strings.h>.
1398 (enable_font_backend): Delete it.
1399 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
1400 (CHECK_VALIDATE_FONT_SPEC): Delete it.
1401 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
1402 (null_string): Delete it.
1403 (null_vector): Make it static.
1404 (font_family_alist): Delete it.
1405 (Qnormal): Extern it.
1406 (QCextra, QClanguage): Delete it.
1f204af3 1407 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
1408 (font_make_spec, font_make_entity, font_make_object)
1409 (font_intern_prop): Renamed from intern_downcase. Don't downcase
1410 the string. Callers changed.
1411 (font_pixel_size): Adjusted for the format change of font-related
1412 objects.
1413 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
1414 (font_style_to_value, font_style_symbolic): New function.
1415 (build_font_family_alist): Delete it.
1416 (font_registry_charsets): Use Fassoc_string instead of
1417 assq_no_quit.
1418 (font_prop_validate_symbol): Don't return null_string.
1419 (font_prop_validate_style): Adjusted for the change of
1420 style-related values in a font vector.
20746fe4 1421 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
1422 QCantialias, add entries for QCavgwidth.
1423 (get_font_prop_index): Delete the 2nd argument FROM.
1424 (font_prop_validate): Arguments changed.
1425 (font_put_extra): Adjusted for the change of font-related objects.
1426 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
1427 (font_parse_fcname, font_unparse_fcname)
1428 (font_prepare_composition): Likewise.
1429 (font_parse_family_registry): Renamed from font_merge_old_spec.
1430 (otf_open): Delete the 1st arg entity.
1431 (font_otf_capability): Adjusted for the above change.
1432 (font_score): New arg alternate_families. Adjusted for the change
1433 of font-related objects.
1434 (font_sort_entites): New arg best_only.
1435 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
1436 Delete them.
1437 (font_match_p): Check alternate families.
1438 (font_find_object): Delete it.
1439 (font_check_object): New function.
c3f9fba8 1440 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
1441 (font_delete_unmatched): New arg.
1442 (font_list_entities): Call font_driver->list with a spec that
1443 doesn't specify style-related properties.
1444 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 1445 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
1446 (font_close_object, font_has_char, font_encode_char)
1447 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
1448 (font_spec_from_name, font_clear_prop, font_update_lface):
1449 New functions.
1450 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
1451 (font_prepare_for_face, font_done_for_face, font_open_by_name)
1452 (font_at): Adjusted for the change of font-related objects.
1453 (font_range): New function.
1454 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 1455 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
1456 (Fcopy_font_spec, Fmerge_font_spec): New function.
1457 (Ffont_family_list): Renamed from list-families.
1458 (Finternal_set_font_style_table): Arguments changed.
1459 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
1460 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
1461 change of font-related objects.
c3f9fba8 1462 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 1463
3554e566 1464 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
1465 struct font.
1466 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
1467 (enum FONT_SPEC_INDEX): Delete it.
1468 (font_info, list_fonts_func, load_font_func, query_font_func)
1469 (set_frame_fontset_func, find_ccl_program_func)
1470 (get_font_repertory_func, new_fontset_from_font_name): Delete
1471 externs.
1472 (fontset_from_font_name): Extern it.
1473 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
1474 (FONT_INFO_FROM_FACE): Deleted.
1475 (face_for_font): Adjust prototype.
1476
1477 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
1478 conditionals. Don't check enable_font_backend. Delete all codes
1479 used only when USE_FONT_BACKEND is not defined.
1480 (get_font_info_func, list_font_func, load_font_func)
1481 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
1482 (get_font_repertory_func): Delete them.
1483 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
1484 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
1485 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
1486 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
1487 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
1488 (fontset_compare_rfontdef): New function.
1489 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
1490 ront-defs by qsort. Adjusted for the change of font-group vector.
1491 (load_font_get_repertory): Deleted.
1492 (fontset_find_font): Use new macros to ref/set elements of
1493 font-def and rfont-def.
1494 (fontset_font): Fix the timing of remembering that no font for C.
1495 (free_face_fontset): Do nothing if the face has no fontset.
1496 (face_suitable_for_char_p): Use new macros to ref/set elements of
1497 rfont-def.
1498 (face_for_char): Likewise. Call face_for_char with font_object.
1499 (fs_load_font): Delete. Delete #pragma surrounding it.
1500 (fs_query_fontset): Use strcasecmp instead of strcmp.
1501 (generate_ascii_font_name): Adjusted for the format change of
1502 font-spec.
1503 (Fset_fontset_font): Likewise. Use new macros to set elements of
1504 font-def.
1505 (Fnew_fontset): Use font_unparse_xlfd to generate
1506 FONTSET_ASCII (fontset).
1507 (new_fontset_from_font_name): Deleted.
1508 (fontset_from_font): Renamed from new_fontset_from_font. Check if
1509 a fontset is already created for the font. FIx updating of
1510 Vfontset_alias_alist.
1511 (fontset_ascii_font): Deleted.
1512 (Ffont_info): Adjusted for the format change of font-spec.
1513 (Finternal_char_font): Likewise.
1514 (Ffontset_info): Likewise.
1515 (syms_of_fontset): Don't check load_font_func.
1516
1517 * fns.c (internal_equal): Handle PREV_FONT.
1518
1519 * frame.h: Delete USE_FONT_BACKEND conditional.
1520
1521 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
1522 conditionals. Don't check enable_font_backend. Delete all codes
1523 used only when USE_FONT_BACKEND is not defined.
1524 (x_set_font): Call x_new_font, not x_new_fontset2.
1525 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
1526 already set for the frame.
1527
1528 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
1529 a font-entity by font_make_entity. Use font_intern_prop instead
1530 of intern_downcase. Use FONT_SET_STYLE to set a style-related
1531 font property. If a font is scalable, set avgwidth property to 0.
1532 Set font-entity property by font_put_extra.
1533 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
1534 (ffont_driver): Adjusted for the change of struct font_driver.
1535 (ftfont_spec_pattern): New function.
1536 (ftfont_list): Return a list, not vector.
1537 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
1538 (ftfont_list_family): Don't downcase names.
1539 (ftfont_free_entity): Deleted.
1540 (ftfont_open): Return a font-ojbect. Adjusted for the change of
1541 struct font. Get underline_thickness and underline_position from
1542 font property. Don't update dpyinfo->smallest_font_height and
1543 dpyinfo->smallest_char_width.
1544 (ftfont_close): Don't free `struct font'.
1545 (ftfont_has_char): Adjusted for the format change of font-entity.
1546 (ftfont_encode_char, ftfont_text_extents): Likewise.
1547
1548 * ftxfont.c (ftxfont_list): Return a list, not vector.
1549 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
1550 struct font. Get underline_thickness and underline_position from
1551 font property. Don't update dpyinfo->smallest_font_height and
1552 dpyinfo->smallest_char_width.
1553 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
1554 (ftxfont_draw): Adjusted for the change of struct font.
1555
1556 * image.c (image_ascent): Don't include "charset.h". Include
1557 "character.h" and "font.h".
1558
1559 * lisp.h (enum pvec_type): New member PREV_FONT.
1560 (Fassoc_string): EXFUN it.
1561
1562 * print.c: Include font.h.
1563 (print_object): Handle font-related objects.
1564
1565 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
1566 conditionals. Don't check enable_font_backend. Delete all codes
1567 used only when USE_FONT_BACKEND is not defined.
1568 (handle_auto_composed_prop): Do nothing if it->f is not on a
1569 window system. Check how many following characters can be
1570 displayed by the same font.
1571 (calc_pixel_width_or_height): Type of the 4th arg is changed to
1572 'struct font *'.
1573 (get_char_face_and_encoding): Assign the whole encoding task to
1574 the `encode-char' method of a font driver.
1575 (fill_composite_glyph_string): Adjusted for the change of `struct
1576 face' and `struct glyph_string'.
1577 (fill_glyph_string): Likewise.
1578 (get_per_char_metric): Arguments changed.
1579 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
1580 and `struct glyph_string'.
1581 (produce_stretch_glyph, calc_line_height_property)
1582 (x_produce_glyphs): Likewise.
1583
1584 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
1585 conditionals. Don't check enable_font_backend. Delete all codes
1586 used only when USE_FONT_BACKEND is not defined. Use
1587 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
1588 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
1589 (Qp): Extern them.
1590 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
1591 Deleted.
1592 (struct font_name): Deleted.
1593 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
1594 (compare_fonts_by_sort_order): New function.
1595 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
1596 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
1597 Deleted.
1598 (Fx_family_fonts): Use font_list_entities, and sort fonts by
1599 compare_fonts_by_sort_order.
1600 (Fx_font_family_list): Call Ffont_family_list.
1601 (face_numeric_value, face_numeric_weight, face_numeric_slant)
1602 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
1603 (face_symbolic_slant, face_symbolic_swidth)
1604 (split_font_name_into_vector, build_font_name_from_vector)
1605 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
1606 (font_rescale_ratio, split_font_name, build_font_name)
1607 (free_font_names, sort_fonts, x_face_list_fonts)
1608 (face_font_available_p, sorted_font_list, cmp_font_names)
1609 (font_list_1, concat_font_list, font_list, remove_duplicates):
1610 Deleted.
1611 (Fx_list_fonts): Use Ffont_list.
1612 (LFACE_AVGWIDTH): Deleted.
1613 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
1614 by FONTP.
1615 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
1616 (set_lface_from_font_name): Delete it.
1617 (set_lface_from_font): Renamed from
1618 set_lface_from_font_and_fontset. Caller changed. Don't set
1619 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
1620 for face.
c3f9fba8
JB
1621 (merge_face_vectors): Copy font-spec if necessary.
1622 Clear properties of the font-spec if necessary.
c6b278e7
KH
1623 (merge_face_ref): Clear properties of the font-spec if necessary.
1624 (Finternal_set_lisp_face_attribute): Likewise.
1625 (set_font_frame_param): Use font_load_for_lface to load a
1626 font-object, and call Fmodify_frame_parameters with it.
1627 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
1628 font name by Ffont_xlfd_name.
1629 (Finternal_lisp_face_attribute_values): Don't check QCweight,
1630 QCslant, and QCwidth.
1631 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
1632 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
1633 Compare fonts by EQ.
1634 (lookup_non_ascii_face): Deleted.
1635 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
1636 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
1637 Check atomic font properties by case insensitive.
c6b278e7
KH
1638 (realize_non_ascii_face): Set face->overstrike correctly.
1639 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
1640 (dump_realized_face): Get font name from
1641 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
1642
1643 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
1644 conditionals. Don't check enable_font_backend. Delete all codes
1645 used only when USE_FONT_BACKEND is not defined.
1646 (xic_create_xfontset): Original code deleted and renamed from
1647 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
1648 (x_make_gc): Don't set GCFont in GCs.
1649 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
1650 opened by "fixed".
1651 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
1652 find_ccl_program_func, query_font_func, set_frame_fontset_func,
1653 get_font_repertory_func.
1654
1655 * xfont.c: Include <stdlib.h> and "ccl.h".
1656 (struct xfont_info): New structure.
1657 (xfont_query_font): Deleted.
1658 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
1659 moved from xterm.c.
1660 (xfont_driver): Adjusted for the change of struct font_driver.
1661 (compare_font_names): New function.
1662 (xfont_list_pattern): Sort font names case insensitively. Make
1663 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
1664 (xfont_list): Return a list, not vector.
1665 (xfont_match): If the font doesn't have QCname property, generate
1666 a name from the other font properties.
1667 (xfont_open): Return a font-ojbect. Adjusted for the change of
1668 struct font. Get underline_thickness and underline_position from
1669 font property. Don't update dpyinfo->smallest_font_height and
1670 dpyinfo->smallest_char_width.
1671 (xfont_close): Don't free struct font.
1672 (xfont_prepare_face): Adjusted for the change of struct font.
1673 (xfont_done_face): Deleted.
1674 (xfont_has_char): Adjusted for the change of struct font.
1675 (xfont_encode_char, xfont_draw): Likewise.
1676 (xfont_check): New function.
1677
1678 * xftfont.c (xftfont_list): Adjusted for the change of `list'
1679 callback function.
1680 (xftfont_match): Adjusted for the fontmat change of font-entity.
1681 (xftfont_open): Adjusted for the format change of font-entity and
1682 font-object. Adjusted for the change of struct font. Return a
1683 font-object. Don't update dpyinfo->smallest_font_height and
1684 dpyinfo->smallest_char_width.
1685 (xftfont_close): Block input while calling XftFontClose.
1686 (xftfont_prepare_face): Don't block input while calling
1687 xftfont_get_colors. Adjusted for the change of struct font.
1688 (xftfont_shape): Return value of error case fixed.
1689
1690 * xrdb.c (x_load_resources): Don't setup a fontset resource.
1691
1692 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
1693 conditionals.
1694 (FONT_WIDTH): Return (f)->max_width.
1695 (struct x_display_info): Delete member `font'.
1696 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
1697 (x_find_ccl_program, x_get_font_repertory): Delete externs.
1698 (struct x_output): Change type of `font' to `struct font *'.
1699
1700 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
1701 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 1702 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
1703 (x_per_char_metric, x_encode_char): Deleted.
1704 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
1705 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 1706 `struct face'.
c6b278e7
KH
1707 (x_draw_glyph_string_foreground)
1708 (x_draw_composite_glyph_string_foreground): Likewise.
1709 (x_draw_glyph_string): Likewise. Use font->underline_position and
1710 font->underline_thickness.
1711 (x_new_font): Renamed from x_new_fontset2.
1712 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
1713 (x_check_font): Call `check' method of a font driver.
1714 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
1715 (x_query_font, x_get_font_repertory): Deleted.
1716 (x_find_ccl_program): Renamed and moved to xfont.c.
1717 (x_redisplay_interface): Adjusted for the change of `struct
1718 redisplay_interface'.
1719
1720 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
1721 conditionals. Don't check enable_font_backend. Delete all codes
1722 used only when USE_FONT_BACKEND is not defined. Surround non-used
1723 code by "#ifdef OLD_FONT" and "endif".
1724 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
1725
1726 * w32font.h (struct w32font_info): New member.
1727 (FONT_COMPAT): New macro.
1728 (w32font_open_internal): Prototype adjusted.
1729
1730 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
1731 OLD_FONT" and "endif".
1732
1733 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
1734 conditionals. Don't check enable_font_backend. Delete all codes
1735 used only when USE_FONT_BACKEND is not defined.
1736 (w32font_open): Return a font-object. Make a font-object by
1737 font_make_object. Adjusted for the change of struct w32font_info.
1738 (w32font_close): Don't free struct font. Adjusted for the change
1739 of struct w32font_info.
1740 (w32font_encode_char, w32font_text_extents, w32font_draw):
1741 Adjusted for the change of struct w32font_info.
1742 (w32font_draw): Likewise.
1743 (w32font_list_internal): Return a list, not vector.
1744 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 1745 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
1746 (add_font_name_to_list): Don't downcase names.
1747 (w32_enumfont_pattern_entity): Make a font-entity by
1748 font_make_entity. Adjusted for the format change of font-entity.
1749 Use FONT_SET_STYLE to set a style-related font property. If a
1750 font is scalable, set avgwidth property to 0. Set font-entity
1751 property by font_put_extra.
c3f9fba8 1752 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
1753 (w32_weight_table, w32_decode_weight): New variables.
1754 (w32_encode_weight): New function.
1755 (fill_in_logfont): Adjusted for the format change of font-spec.
1756 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
1757 weight value.
1758 (w32font_driver): Adjusted for the change of struct font_driver.
1759
1760 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 1761 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
1762 code by "#ifdef OLD_FONT" and "endif".
1763 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
1764 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
1765
1766 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
1767 conditionals. Don't check enable_font_backend. Delete all codes
1768 used only when USE_FONT_BACKEND is not defined. Surround non-used
1769 code by "#ifdef OLD_FONT" and "endif".
1770
1771 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
1772 (uniscribe_open): Return value changed to font-object.
1773 Adjusted for the format change of font-object.
1774 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
1775 (add_opentype_font_name_to_list): Don't downcase names.
1776 (uniscribe_font_driver): Adjusted for the change of struct
1777 font_driver.
1778
f9d4c199
CY
17792008-05-13 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * dispnew.c (update_frame_1): Check if tty output is still valid
1782 before flushing it.
1783
44f249c0
JD
17842008-05-13 Jan Djärv <jan.h.d@swipnet.se>
1785
1786 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
1787 to Gtk+ menus.
1788
01bb4018
SM
17892008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1790
3271a8f5
SM
1791 * dired.c (file_name_completion): Tweak the code so as to always do it
1792 in a single pass. Tighten the scope of some variables.
1793
01bb4018
SM
1794 * dired.c (Qdefault_directory): New var.
1795 (file_name_completion): Use it instead of Fexpand_file_name.
1796 (syms_of_dired): Initialize it.
1797
728bb8e0
SM
17982008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * fileio.c (double_dollars): Remove dead code.
1801
ed4c17bb
EZ
18022008-05-10 Eli Zaretskii <eliz@gnu.org>
1803
6c5665e9
EZ
1804 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
1805 Mention w32-get-true-file-attributes in doc string.
1806
ed4c17bb
EZ
1807 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
1808
71e1f69d
GM
18092008-05-09 Glenn Morris <rgm@gnu.org>
1810
1811 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
1812 2008-04-23.
1813
ee7a2e7a
EZ
18142008-05-09 Eli Zaretskii <eliz@gnu.org>
1815
8aaaec6b
EZ
1816 Support for reporting owner and group of each file on MS-Windows:
1817 * dired.c (stat_uname, stat_gname): New functions, with special
1818 implementation for w32.
1819 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
1820
ee7a2e7a
EZ
1821 * w32.c: Rename the_passwd_* to dflt_passwd_*.
1822 (dflt_group_name): New static variable.
728bb8e0 1823 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
1824 (init_user_info): Init dflt_group fields. Get user's group name
1825 from LookupAccountSid.
8aaaec6b
EZ
1826 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
1827 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
1828 New initialization states.
1829 (globals_of_w32): Initialize them to zero. Initialize the default
1830 group name to "None".
1831 (GetFileSecurity_Name): New global var, the name of the function
1832 to call for GetFileSecurity.
1833 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
1834 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
1835 (get_file_security, get_security_descriptor_owner)
1836 (get_security_descriptor_group, is_valid_sid)
1837 (get_file_security_desc, get_rid, get_name_and_id)
1838 (get_file_owner_and_group): New functions.
1839 (stat): Use get_file_security_desc and get_file_owner_and_group to
1840 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
1841 high 32 bits of file's size, now that st_size is 64-bit wide.
1842 Fix test when to get true file attributes.
8aaaec6b
EZ
1843 (init_user_info): Use get_rid instead of equivalent inline code.
1844 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 1845
b199c436
CY
18462008-05-09 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * image.c (png_load): Use correct bit-depth for setting background
1849 color.
1850
86914123
EZ
18512008-05-08 Eli Zaretskii <eliz@gnu.org>
1852
1853 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
1854 epa-hook.elc.
1855
67b5d7de
JB
18562008-05-08 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * font.c (Ffont_match_p): Don't use `iff' in docstring.
1859
1a111394
DN
18602008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1861
1862 * macfns.c (Fx_create_frame): Make a copy of frame parameters
1863 because the original parameters are in pure storage now.
1864 (mac_window): Remove unused params. Update callers.
1865
6d77fa95
SM
18662008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1867
7a3d90dc
SM
1868 * lread.c (substitute_object_recurse): Use lower-level primitives.
1869 Don't signal errors when traversing sub-char-tables.
1870 Don't loop over all the possible characters when traversing char-tables.
1871
6d77fa95
SM
1872 * print.c (print_preprocess): Add sub-char-tables to the print-table,
1873 just like we do in print.c.
1874
140eb764
SM
18752008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * minibuf.c (Ftry_completion): Remove code left over from when we used
1878 scmp instead of Fcompare_strings.
1879
e9184ccb
JB
18802008-05-04 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
1883
0e9378b3
YM
18842008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1885
1886 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
1887 Create bitmap context in native byte order.
1888
f67e15be
MB
1889 * macterm.c (XDrawLine)
1890 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
1891 context in native byte order.
064032d0 1892
f67e15be 18932008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
1894
1895 * config.in: Regenerate.
1896
1897 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
1898 New definitions for Image I/O support.
1899 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
1900 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
1901 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1902 (mac_data_provider_release_data, image_load_image_io)
1903 [USE_MAC_IMAGE_IO]: New functions.
1904 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
1905 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
1906 (init_image_func_pointer) [MAC_OSX]: Remove function.
1907 (image_load_quartz2d) [MAC_OSX]: Check availability of
1908 CGImageCreateWithPNGDataProvider at compile time.
1909 Use lowercase `false' for boolean constant.
1910 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
1911 Use image_load_image_io.
1912 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
1913 Don't check MyCGImageCreateWithPNGDataProvider.
1914 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
1915 Don't call init_image_func_pointer.
1916
1917 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
1918
1919 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
1920 Make variable non-static.
1921 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
1922 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1923
1924 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
1925 (RED_FROM_ULONG): Mask off higher bits.
1926 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
1927
1928 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
1929 Include AvailabilityMacros.h.
1930 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
1931 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
1932
c6bff69e
SM
19332008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * chartab.c (Fset_char_table_range): If range is t, really set all
1936 chars to that value.
1937
7412d429
EZ
19382008-05-03 Eli Zaretskii <eliz@gnu.org>
1939
1940 * dired.c (Ffile_attributes): Don't allow the device number become
1941 negative.
1942
f83bbfac
DU
19432008-05-02 Daiki Ueno <ueno@unixuser.org>
1944
5a81d3d7 1945 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 1946
2e3148e2
JL
19472008-05-02 Juri Linkov <juri@jurta.org>
1948
1949 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
1950 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
1951 DEFAULT argument as a list of default values in docstrings.
2e3148e2 1952
923fb88c
CY
19532008-05-01 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * puresize.h (BASE_PURESIZE): Increase to 1210000.
1956
047aaeb9
MR
19572008-05-01 Martin Rudalics <rudalics@gmx.at>
1958
1959 * dispnew.c (change_frame_size_1): Preserve small windows when
1960 shrinking frames by calling set_window_height|width with third
1961 arg 2.
1962
1963 * window.h (struct window): Replace field too_small_ok by field
1964 resize_proportionally.
1965
1966 * window.c (make_window): Initialize resize_proportionally.
1967 (enlarge_window): Temporarily set resize_proportionally to make
1968 sure that shrink_windows does scale the window proportionally.
1969 (shrink_windows): When window has resize_proportionally set try
1970 to shrink it proportionally by stealing from other windows.
1971 (struct saved_window, Fset_window_configuration)
1972 (compare_window_configurations): Handle resize_proportionally.
1973 (WINDOW_TOTAL_SIZE): New macro.
1974 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 1975 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
1976 window-min-height|width are handled by window_min_size_2 now.
1977 (size_window, Fsplit_window, enlarge_window)
1978 (adjust_window_trailing_edge, grow_mini_window): Don't call
1979 check_min_window_sizes.
c6bff69e
SM
1980 (window_min_size_2, window_min_size_1, window_min_size):
1981 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 1982 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
1983 (adjust_window_trailing_edge, grow_mini_window):
1984 Adjust arguments of window_min_size... functions.
047aaeb9
MR
1985 (shrink_windows): Argument min_size removed. New argument
1986 safe_p allows shrinking windows to their safe minimum sizes.
1987 Calculate minimum size and decide whether a window shall be
1988 deleted for each window individually.
1989 (size_window): When nodelete_p equals 2, tell shrink_windows to
1990 delete windows only if their new minimum size is no more safe.
1991 (shrink_window_lowest_first): Call window_min_size_1 to make
1992 sure to preserve modeline of bottom-most window when resizing
1993 the minibuffer.
1994 (Fset_window_configuration, Fcurrent_window_configuration)
1995 (compare_window_configurations): Do not handle
1996 window-min-height|width any more.
1997 (syms_of_window): Clarify window-min-height|width doc-strings.
1998
2a54a229
SM
19992008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * dired.c (file_name_completion): Fix up the encoding/decoding issue
2002 some more. Copy some of the code from Ftry_completions.
2003 Remove special case code that dates back to initial revision when the
2004 slash was only added when necessary and that can't trigger nowadays.
2005
384bc634
KH
20062008-04-27 Kenichi Handa <handa@m17n.org>
2007
2008 * font.c (font_prop_validate): Signal `error' instead of `font'.
2009
2c2279c6
JR
20102008-04-29 Jason Rumney <jasonr@gnu.org>
2011
2012 * w32fns.c (Fw32_battery_status): New defun.
2013 (syms_of_w32fns): Defsubr it.
2014
fb4a622a
AS
20152008-04-28 Andreas Schwab <schwab@suse.de>
2016
2017 * dired.c (file_name_completion): Fix another mixing of encoded
2018 and decoded names.
2019
23f250f4
JB
20202008-04-28 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
2023
d8d30dff
JB
20242008-04-27 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
2027
ea6104a8
AS
20282008-04-27 Andreas Schwab <schwab@suse.de>
2029
9c691c00
AS
2030 * dired.c (file_name_completion): Fix inappropriate mixing of
2031 encoded and decoded names.
2032
ec1bf773
AS
2033 * xterm.c (XTread_socket): Fix use of uninitialized variable.
2034
ea6104a8
AS
2035 * puresize.h (BASE_PURESIZE): Increase to 1200000.
2036
01388a3d
EZ
20372008-04-26 Eli Zaretskii <eliz@gnu.org>
2038
2039 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
2040 2008-03-31, it's not needed anymore with `struct stat' definition
2041 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
2042 for the same reasons.
2043
175aea10 20442008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
2045
2046 * m/sparc.h: Additional redefinitions for GNU/Linux.
2047
1289aeb8
YM
20482008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2049
2050 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
2051 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
2052 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
2053 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
2054 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
2055 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
2056 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2057 Likewise.
2058
2059 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 2060 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
2061 (mac_ax_number_of_characters): Add externs.
2062 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
2063 [USE_MAC_TSM]: Likewise.
2064 (mac_handle_text_input_event) [MAC_OSX]:
2065 Handle kEventTextInputOffsetToPos for no active input area case.
2066 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
2067 (mac_handle_document_access_event)
2068 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
2069 (install_application_handler) [MAC_OSX]: Register handlers for
2070 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
2071 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2072 Register mac_handle_document_access_event.
2073
2074 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
2075 Make functions non-static.
2076
dbd50d4b
SM
20772008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
2080 (read_file_name_completion_ignore_case, insert_default_directory)
2081 (Qdefault_directory): Move to minibuffer.el.
2082 (Fread_file_name): Call the new `read-file-name' instead.
2083
9ea37b9d 20842008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
2085
2086 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
2087 Make function non-static.
2088 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
2089 Remove function.
2090 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
2091 Move to mactoolbox.c.
2092 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
2093
2094 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
2095 (mac_rect_make): New macro.
2096
2097 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
2098 instead of float.
2099 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
2100 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
2101 (XSetBackground) [USE_CG_DRAWING]: Likewise.
2102 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
2103 CGRectMake.
2104 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
2105 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
2106 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
2107 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
2108 instead of WindowRef in argument type.
2109 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
2110 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
2111 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
2112 instead of DISPLAY. All uses changed.
2113 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
2114 (x_calc_absolute_position): Simplify so as not to use
2115 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
2116
2117 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
2118 instead of WindowRef in argument type.
2119 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
2120 [TARGET_API_MAC_CARBON]: Remove externs.
2121 (create_apple_event, mac_event_parameters_to_lisp)
2122 [TARGET_API_MAC_CARBON]: Add externs.
2123
d8d30dff 2124 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
2125 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
2126 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
2127 is clicked.
2128 (x_activate_menubar): Remove extern for saved_menu_event_location.
2129 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
2130 Move from mac.c.
2131
9ea37b9d 21322008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
2133
2134 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
2135 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
2136
9ea37b9d 21372008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
2138
2139 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
2140 attributes only for local files.
2141
2142 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 2143 default to Qlocal.
bd735631 2144
88970542
JL
21452008-04-22 Juri Linkov <juri@jurta.org>
2146
2147 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
2148 read-buffer-to-switch instead of using the letter "B".
2149
92ec67e3
SM
21502008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * fileio.c (Qdefault_directory): New variable.
2153 (Fread_file_name): Use it to pass `dir' to the completion functions.
2154
a32b2382
CY
21552008-04-20 Chong Yidong <cyd@stupidchicken.com>
2156
2a2e8de7 2157 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 2158
6c8b4f07
SM
21592008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2160
ece5f847
SM
2161 * keyboard.c (Vpre_help_message): Remove.
2162 (show_help_echo): Remove default C code.
2163
6c8b4f07
SM
2164 * dired.c (directory_files_internal, file_name_completion):
2165 Only call ENCODE_FILE if the string is indeed decoded.
2166
73d798d5
SM
21672008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * Makefile.in (TOOLKIT_DEFINES): Remove.
2170 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
2171
d8d30dff 21722008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
2173
2174 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
2175 (mactoolbox.o): New target.
2176
2177 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
2178 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
2179
2180 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
2181 Use mac_set_frame_window_background instead of XSetWindowBackground.
2182 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
2183 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
2184 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
2185 instead of SetWindowTitleWithCFString.
2186 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
2187 Move function to mactoolbox.c.
2188 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
2189 Use mac_set_window_modified instead of SetWindowModified.
2190 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
2191 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
2192 (Fx_focus_frame): Use mac_front_non_floating_window instead of
2193 FrontNonFloatingWindow. Use mac_activate_window instead of
2194 ActivateWindow. Use mac_active_non_floating_window instead of
2195 ActiveNonFloatingWindow.
2196 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
2197 Use mac_show_hourglass and mac_hide_hourglass.
2198 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
2199 instead of GetGlobalMouse.
2200 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
2201 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
2202 Use mac_bring_window_to_front instead of BringToFront.
2203 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
2204 mactoolbox.c.
2205 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
2206 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
2207 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
2208 mactoolbox.c.
2209
2210 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
2211 (XtPointer): Move typedef from macmenu.c.
2212 (enum button_type): Move enum from macmenu.c.
2213 (widget_value): Move typedef from macmenu.c.
2214 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
2215 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
2216 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
2217 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
2218 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
2219 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
2220 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
2221 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
2222 (Selection): Move typedef from macselect.c.
2223 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
2224 macterm.c.
2225 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
2226 (mac_is_window_collapsed, mac_bring_window_to_front)
2227 (mac_send_window_behind, mac_hide_window, mac_show_window)
2228 (mac_collapse_window, mac_front_non_floating_window)
2229 (mac_active_non_floating_window, mac_activate_window)
2230 (mac_move_window_structure, mac_move_window, mac_size_window)
2231 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
2232
2233 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
2234 (enum mac_menu_kind): Move enum to mactoolbox.c.
2235 (min_menu_id): Move variable to mactoolbox.c.
2236 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
2237 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
2238 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
2239 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
2240 [TARGET_API_MAC_CARBON]: Likewise.
2241 (XtPointer): Move typedef to macgui.h.
2242 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
2243 (widget_value): Move typedef to macgui.h.
2244 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
2245 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
2246 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
2247 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
2248 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
2249 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
2250 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
2251 (popup_activated_flag): Make variable non-static.
2252 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
2253 (add_menu_item, fill_menu, dispose_menus):
2254 Move functions to mactoolbox.c.
2255 (restore_show_help_function, menu_target_item_handler)
2256 (install_menu_target_item_handler, mac_handle_dialog_event)
2257 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
2258 [TARGET_API_MAC_CARBON]: Likewise.
2259 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
2260 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
2261 (find_and_call_menu_selection, name_is_separator): Make function
2262 non-static.
2263 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
2264 to mactoolbox.c.
2265 (set_frame_menubar): Don't call install_menu_quit_handler.
2266 (menu_item_selection): New variable.
2267 (mac_menu_show): Use create_and_show_popup_menu.
2268 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
2269 selection but set variable menu_item_selection. All uses changed.
2270 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
2271 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 2272
d02fe47d
MB
2273 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
2274 (Selection): Move typedef to macgui.h.
2275 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
2276 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
2277 Make variables non-static.
2278 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
2279 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
2280 Make functions non-static.
2281 (Vmac_service_selection) [MAC_OSX]: Likewise.
2282 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
2283 (mac_valid_selection_target_p, mac_clear_selection)
2284 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
2285 (mac_put_selection_value, mac_selection_has_target_p)
2286 (mac_get_selection_value, mac_get_selection_target_list)
2287 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
2288 Move functions to mactoolbox.c.
2289 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
2290 Likewise.
2291 (copy_scrap_flavor_data, mac_handle_service_event)
2292 (install_service_handler) [MAC_OSX]: Likewise.
2293 (syms_of_macselect) <Vmac_dnd_known_types>:
2294 Use mac_dnd_default_known_types.
463f55ee 2295
d02fe47d
MB
2296 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
2297 Move to mactoolbox.c.
2298 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
2299 (Fx_selection_owner_p): Add EXFUN.
2300 (install_window_handler, remove_window_handler, XSetWindowBackground):
2301 Remove externs.
2302 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
2303 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
2304 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
2305 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
2306 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
2307 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
2308 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
2309 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
2310 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
2311 (create_and_show_popup_menu, mac_get_selection_from_symbol)
2312 (mac_valid_selection_target_p, mac_clear_selection)
2313 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
2314 (mac_put_selection_value, mac_selection_has_target_p)
2315 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
2316 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
2317 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
2318 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
2319 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
2320 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
2321 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
2322 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
2323 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 2324
d02fe47d 2325 * mactoolbox.c: New file.
af253914 2326
d8d30dff 23272008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 2328
d02fe47d 2329 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 2330
8ee085a4
SM
23312008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2332
73d798d5
SM
2333 * character.c (Fmultibyte_char_to_unibyte):
2334 Return latin1 chars unchanged.
5556875b 2335
8ee085a4
SM
2336 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
2337 relocated if it points to `name'.
2338
5dff5999
KH
23392008-04-17 Kenichi Handa <handa@m17n.org>
2340
2341 * data.c (Faset): Allow setting a multibyte character in an
2342 ASCII-only unibyte string.
2343
2344 * lisp.h (STRING_SET_MULTIBYTE): New macro.
2345
a51f4969
SM
23462008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
2349 done in config.h.
2350
add553ac
JB
23512008-04-16 Juanma Barranquero <lekktu@gmail.com>
2352
2353 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
2354 (Fchar_direction): Add usage in the docstring.
2355
8ad7b280
CY
23562008-04-15 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * keyboard.c (read_key_sequence): Remove always-true checks.
2359
e157d7ba
JR
23602008-04-14 Jason Rumney <jasonr@gnu.org>
2361
2362 * w32font.c (w32font_open_internal): Set max_bounds.descent in
2363 compatibility struct, for better underline positioning.
2364
9ec3aaef 23652008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
2366
2367 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
2368 string.
2369
36c08864
DN
23702008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2371
2372 * m/hp800.h (XUINT, XSET): Remove.
2373
f5acc071
JB
23742008-04-12 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
2377 previous change.
2378
5b5a2ea1
SM
23792008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
2382 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
2383
492d9fd6
SM
23842008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * keymap.h (map_keymap_canonical): Declare.
2387 * xmenu.c (single_keymap_panes): Use it.
2388
dd60787c
GM
23892008-04-11 Glenn Morris <rgm@gnu.org>
2390
2391 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
2392 set the target's value to that of the alias.
2393
c23b5410
SM
23942008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * term.c (set_tty_color_mode): Left over typo.
2397
e89b536d
MA
23982008-04-10 Michael Albinus <michael.albinus@gmx.de>
2399
2400 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 2401 only after check for file name handler functions. Signal, when
e89b536d
MA
2402 native functionality is not supported.
2403 (syms_of_fileio): Declare it unconditionally.
2404
40a339c8
JR
24052008-04-10 Jason Rumney <jasonr@gnu.org>
2406
31403b24
JR
2407 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
2408 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
2409
40a339c8
JR
2410 * w32.c (logon_network_drive): Also logon to remote drives that
2411 are mapped to drive letters.
2412
96a7394f
GM
24132008-04-10 Glenn Morris <rgm@gnu.org>
2414
2415 * xdisp.c (truncate-partial-width-windows): Doc fix.
2416
34b67b0f
SM
24172008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
2420 Move functions to minibuffer.el.
2421 (syms_of_fileio): Don't declare them.
2422
c025fb0a
SM
24232008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2424
ba5ff07b
SM
2425 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
2426 (syms_of_minibuf): Remove its initialization.
2427
c025fb0a
SM
2428 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
2429
7a6a86ad
JB
24302008-04-09 Juanma Barranquero <lekktu@gmail.com>
2431
2432 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
2433
cf907d69
JR
24342008-04-09 Jason Rumney <jasonr@gnu.org>
2435
3dc94c30
JR
2436 * makefile.w32-in (distclean): Delete makefile too.
2437 (maintainer-clean): New target.
2438
8d28646b
JR
2439 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
2440
cf907d69
JR
2441 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
2442 for new font backend and composite cases.
2443
ef5eb925
JD
24442008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2445
2446 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
2447 Most of the code moved to run_timers.
2448 (do_pending_atimers): Call run_timers.
2449 (run_timers): New function.
2450
cf907d69
JR
2451 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
2452 run atimers.
ef5eb925
JD
2453
2454 * process.c (wait_reading_process_output): The same as above.
2455
9b2cd403
SM
24562008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2457
32bae13c
SM
2458 * minibuf.c (last_exact_completion): Remove variable.
2459 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
2460 (complete_and_exit_1, complete_and_exit_2)
2461 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
2462 (Fdisplay_completion_list, display_completion_list_1)
2463 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
2464 (Fexit_minibuffer, Fminibuffer_message): Move functions to
2465 minibuffer.el.
32bae13c
SM
2466 (syms_of_minibuf): Remove corresponding initializations.
2467
5c4cc82a
SM
2468 * keyboard.c (Qdeactivate_mark): New var.
2469 (command_loop_1): Use it to call `deactivate-mark'.
2470 (syms_of_keyboard): Initialize it.
2471
9b2cd403
SM
2472 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
2473 to another frame.
2474 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
2475 Don't call set_tty_color_mode.
2476 (store_frame_param): Reset previous_frame rather than call
2477 set_tty_color_mode.
2478 * term.c (set_tty_color_mode): Rewrite.
2479 * dispextern.h (set_tty_color_mode): New type.
2480 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
2481
84cb7b45
SM
24822008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
2485 for generic chars, which do not exist any more in emacs-unicode.
2486
3ed051d4
MA
24872008-04-08 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * coding.c (detect_coding_emacs_mule)
2490 (Ffind_operation_coding_system): Fix typo.
2491
58c3ea42
JR
24922008-04-08 Jason Rumney <jasonr@gnu.org>
2493
3bf8d230
JR
2494 * w32uniscribe.c (SNAME): Extract only symbol name.
2495
56a70cca
JR
2496 * w32font.h (struct w32_metric_cache): New struct.
2497 (w32font_info): Use it.
2498 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
2499 (CACHE_BLOCKSIZE): New constants.
3ed051d4 2500
58c3ea42
JR
2501 * w32font.c (Qja, Qko, Qzh): New symbols.
2502 (syms_of_w32font): Initialise them.
2503 (font_matches_spec): Use them to filter by language.
2504 (recompute_cached_metrics): Remove function.
2505 (compute_metrics, clear_cached_metrics): New functions.
2506 (w32font_encode_char): Use them to manage metric cache.
2507 (w32font_text_extents): Cache metrics for all glyphs on demand.
2508 Delay converting glyph indices to WORD until needed.
2509 (w32font_open_internal): Initialize metric cache to empty.
2510 (registry_to_w32_charset): Charset should always be a symbol.
2511 (fill_in_logfont, list_all_matching_fonts): Family should
2512 always be a symbol.
2513
0ce24b2d
JR
25142008-04-06 Jason Rumney <jasonr@gnu.org>
2515
2516 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
2517 Give up if glyph indices not supported. Use uniscribe obtained
2518 ABC widths for individual metrics. Map glyph clusters back to
2519 characters using fClusterStart flag. Return number of glyphs
2520 produced, not chars processed.
b7655e0c 2521 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 2522
5bc6ddff 25232008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 2524
fbf57abb
JB
2525 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
2526 Use SetMenuItemHierarchicalMenu.
56613f06 2527
5bc6ddff 25282008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 2529
5bc6ddff
MB
2530 * image.c (pbm_load): Allow color values up to 65535.
2531 Throw an error if max_color_idx is outside the supported range.
2532 Report an error when image size is invalid.
2533 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 2534
5bc6ddff 25352008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 2536
5bc6ddff
MB
2537 * w32.c (readdir): If FindFirstFile/FindNextFile return in
2538 cFileName a file name that includes `?' characters, use the 8+3
2539 alias in cAlternateFileName instead.
5ed6ba5b 2540
5bc6ddff 25412008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 2542
5bc6ddff
MB
2543 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
2544 append "CCL: Quitted" when the CCL program is quitted.
2545 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 2546
5bc6ddff 2547 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 2548
c36e15db
CY
25492008-04-05 Chong Yidong <cyd@stupidchicken.com>
2550
9605d567
CY
2551 * search.c (compile_pattern_1): Treat non-nil and non-string of
2552 search-spaces-regexp as nil.
2553
c36e15db
CY
2554 * minibuf.c (Fassoc_string): Tweak docstring.
2555
40beb147
EZ
25562008-04-05 Eli Zaretskii <eliz@gnu.org>
2557
2558 * dired.c (Ffile_attributes): Support inode numbers wider than 32
2559 bits. Remove ugly WINDOWSNT-specific kludge introduced on
2560 2008-03-14 to force inode be positive.
2561
2562 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
2563 _S_* ones, since we now use our own sys/stat.h.
2564 (stat, fstat): Don't mangle the inode number.
aa08d1ff 2565 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 2566
4591d6cb
SM
25672008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2568
d4417eb0
SM
2569 * frame.h (struct frame): Give one more bit to `visible' since we use
2570 values larger than 1 to indicate obscured frames on ttys.
2571
00f7c5ed
SM
2572 * keymap.c (Qkeymap_canonicalize): New var.
2573 (Fmap_keymap_internal): New fun.
2574 (describe_map): Use keymap-canonicalize.
2575
4591d6cb
SM
2576 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
2577 (Fundo_boundary): Set them.
2578 (syms_of_undo): Initialize them.
2579 (record_point): Use them instead of last_point_position*.
2580 (last_undo_buffer): Change type.
2581
3187540e
JR
25822008-04-04 Jason Rumney <jasonr@gnu.org>
2583
0ce24b2d
JR
2584 * w32font.c (w32font_text_extents): Use font's ascent and descent.
2585 (recompute_cached_metrics): Don't set ascent and descent per char.
2586
3187540e 2587 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 2588 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 2589 Rearrange loop for counting features.
3187540e 2590
f1a6b216
SM
25912008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
2594 buffer with byte-size of source buffer.
2595
1d8dcf63
CY
25962008-04-03 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * callint.c (Fcall_interactively): Handle temporary region even
2599 when shift-select-mode is off.
2600
6b8aa22a
JR
26012008-04-03 Jason Rumney <jasonr@gnu.org>
2602
2603 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
2604
2f3cbb32
KH
26052008-04-03 Kenichi Handa <handa@m17n.org>
2606
2607 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
2608 (CATEGORY_MASK_UTF_16): Likewise.
2609 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
2610 binary file.
2611 (detect_coding): Add null-byte detection for a binary file.
2612 (detect_coding_system): Likewise.
2613
43f4f91c
JR
26142008-04-03 Jason Rumney <jasonr@gnu.org>
2615
0c1b4ae2
JR
2616 * w32uniscribe.c: New file.
2617
2618 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2619
2620 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
2621
2622 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
2623 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
2624 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
2625 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
2626 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
2627 (Qphonetic): New symbols.
2628 (syms_of_w32font): Initialize them.
2629 (font_supported_scripts): Use them.
2630 (w32font_list_family): List all charsets.
2631 (w32font_text_extents, recompute_cached_metrics): Fix metric
2632 calculations.
2633 (w32_enumfont_pattern_entity): Make full_type a DWORD.
2634 Give opentype fonts their own format.
2635 (font_matches_spec): New arguments backend and logfont.
2636 Handle :otf spec for uniscribe backend.
2637 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
2638 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 2639
0c1b4ae2
JR
2640 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
2641 font backend.
2642 (globals_of_w32fns): Initialize uniscribe font backend.
2643
fbf57abb 2644 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
2645 dependencies.
2646 (w32uniscribe.$(O)): New file to build.
2647 (FONT_OBJ): Include w32uniscribe.$(O).
2648 (LIBS): Add uniscribe libraries.
2649
43f4f91c
JR
2650 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
2651
75043a7d
CY
26522008-04-02 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * callint.c (Vshift_select_mode): New var.
2655 (Finteractive): Document new ^ spec.
2656 (Fcall_interactively): Call handle-shift-selection if the ^ spec
2657 is present.
2658
2659 * keyboard.c (Vthis_command_keys_shift_translated): New var.
2660 (command_loop_1): Avoid running the direct display versions of
2661 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
2662 (read_key_sequence): Set Vthis_command_keys_shift_translated if
2663 shift-translation takes place.
2664
2665 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
2666 avoid clobbering by define-minor-mode.
2667
2668 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
2669 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
2670
2671 * syntax.c (Fforward_word): Add ^ interactive spec.
2672
2673 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
2674 (Fscroll_right): Add ^ interactive spec.
2675
b2b7f29e
SM
26762008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2677
a432c0a6
SM
2678 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
2679
994b75e0
SM
2680 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
2681
b2b7f29e
SM
2682 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
2683
e99c7806
JL
26842008-03-31 Juri Linkov <juri@jurta.org>
2685
2686 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
2687
1c9c1270
JD
26882008-03-30 Jan Djärv <jan.h.d@swipnet.se>
2689
2690 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 2691 (xg_resize_outer_widget): Remove.
1c9c1270
JD
2692 (x_wm_size_hint_off): Fix indentation.
2693 (xg_frame_set_char_size): Call flush_and_sync after
2694 gtk_window_resize.
2695 (x_wm_set_size_hint): Pass NULL as geometry window to
2696 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
2697 Add menu bar and tool bar height to base height.
2698 (xg_update_frame_menubar, free_frame_menubar)
2699 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
2700 (update_frame_tool_bar, free_frame_tool_bar):
2701 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 2702
90b3fc84
MA
27032008-03-30 Michael Albinus <michael.albinus@gmx.de>
2704
2705 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
2706 (Fdbus_call_method): New parameter TIMEOUT.
2707 (dbus-send-signal): Optimize UNGCPRO call.
2708
7ae6d1d1
JL
27092008-03-29 Juri Linkov <juri@jurta.org>
2710
2711 * window.c (Fdisplay_buffer): Move call to
2712 Vsplit_window_preferred_function out of conditions that check
2713 if window is eligible for vertical splitting.
2714 When Vsplit_window_preferred_function is non-nil, call it and use
2715 its non-nil return value as window. Otherwise, continue doing
2716 vertical splitting using Fsplit_window with arg horflag=nil.
2717 (syms_of_window) <Vsplit_window_preferred_function>: Change the
2718 default value from `split-window' to nil.
2719
f03f8f2c
JL
27202008-03-29 Juri Linkov <juri@jurta.org>
2721
2722 * callint.c (Fcall_interactively): Revert 2008-03-16 change
2723 for interactive code letters 'b' and 'B'.
2724
6d557778
EZ
27252008-03-29 Eli Zaretskii <eliz@gnu.org>
2726
2727 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
2728 multibyte string.
2729
58555d81
SM
27302008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * keyboard.c (pending_funcalls): New var.
2733 (timer_check): Run it.
2734 (syms_of_keyboard): Initialize it.
2735 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
2736 (Vdelete_terminal_functions): New vars.
2737 (syms_of_terminal): Initialize them.
2738 (Fdelete_terminal): Run delete-terminal-functions.
2739 * xdisp.c (safe_eval): Rewrite.
2740 (safe_call2): New fun.
2741 * frame.c (Qdelete_frame_functions): New var.
2742 (syms_of_frame): Initialize it.
2743 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
2744 * lisp.h (safe_call2, pending_funcalls): Declare.
2745
4c92f429
AS
27462008-03-28 Andreas Schwab <schwab@suse.de>
2747
2748 * indent.c (Fmove_to_column): Move declaration before statements.
2749
a1567c45
SM
27502008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2806a183
SM
2752 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
2753 (struct frame): Use bit fields for boolean vars.
2754
eef60308
SM
2755 * process.c (server_accept_connection): Simplify naming.
2756 (emacs_get_tty_pgrp): Use SDATA.
2757
a1567c45
SM
2758 * coding.c (decode_coding_object): Fix last change.
2759
30076589
JR
27602008-03-27 Jason Rumney <jasonr@gnu.org>
2761
2762 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
2763
880820fe
KH
27642008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2765
2766 * charset.c (Fdefine_charset_internal): Change the way of
2767 registering charsets in Vcharset_order_list.
2768 (syms_of_charset): Make the charset `eight-bit' supplementary.
2769
3cf8cdfb
CY
27702008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
2771
2772 * regex.c (EXTEND_BUFFER): Change order of pointer addition
2773 operations, to avoid having the difference between pointers
2774 overflow.
2775
ef6f5c0e
SM
27762008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2777
80e3db56
SM
2778 * indent.c (check_display_width): New fun.
2779 (scan_for_column): Use it.
2780
c397dc7a
SM
2781 * data.c (syms_of_data): Mark most-positive-fixnum and
2782 most-negative-fixnum as constants.
2783
bf6b4d58
SM
2784 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
2785
ef6f5c0e
SM
2786 * indent.c (scan_for_column): Extract from current_column_1.
2787 Merge with the same code from Fmove_to_column.
2788 (current_column_1, Fmove_to_column): Use it.
2789
72d5003d
SM
27902008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2791
12270607
SM
2792 * keymap.c (map_keymap_internal): New fun.
2793 (map_keymap): Use it.
2794 (Fmap_keymap_internal): New fun.
2795 (Fmap_keymap): Remove left-out test from before make_save_value.
2796
a10cca6c
SM
2797 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
2798
d7b10f4c
SM
2799 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
2800 Use XCAR/XCDR.
2801
5431bd6a
SM
2802 * process.h (struct Lisp_Process): Remove filter_multibyte.
2803 * process.c (QCfilter_multibyte): Remove.
2804 (setup_process_coding_systems): Don't use filter_multibyte.
2805 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
2806 (read_process_output): Don't adjust multibyteness to filter_multibyte.
2807 (Fset_process_filter_multibyte): Change the coding-system to
2808 approximate the previous behavior.
2809 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
2810 coding-system.
2811
72d5003d
SM
2812 * coding.c (decode_coding_object): When not decoding into a buffer,
2813 obey the coding system's preference of (uni|multi)byte.
2814
438eba3c
SM
28152008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
2818 every char is changed and has a different byte-length.
2819 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
2820 Fix int -> EMACS_INT.
2821
9ec3aaef 28222008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 2823
438eba3c 2824 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
2825 strings. Check for NULL `interface' or `member'.
2826
b07103dc
EZ
28272008-03-22 Eli Zaretskii <eliz@gnu.org>
2828
2829 * w32.c (readdir): If FindFirstFile/FindNextFile return in
2830 cFileName a file name that includes `?' characters, use the 8+3
2831 alias in cAlternateFileName instead.
2832
5371d722
SM
28332008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
2836
6ba7f443
SM
28372008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2840 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
2841 work on current_buffer only instead (that was already the case
2842 for some of the code anyway).
2843 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
2844 (temp_set_point, temp_set_point_both): Use EMACS_INT.
2845 (SET_PT, SET_PT_BOTH): Adjust.
2846 * intervals.h (set_point, temp_set_point, set_point_both)
2847 (temp_set_point_both): Remove redundant declarations.
2848
bf1c0f27
SM
28492008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * fileio.c (Finsert_file_contents):
2852 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
2853 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
2854 when buffer != current_buffer anyway.
2855
acab783e
AS
28562008-03-20 Andreas Schwab <schwab@suse.de>
2857
2858 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
2859 as default.
2860
d148e14d
JR
28612008-03-19 Jason Rumney <jasonr@gnu.org>
2862
2863 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2864 (syms_of_w32fns): Initialize them.
2865 (HOURGLASS_ID): New constant.
2866 (x_window_to_frame): Don't check hourglass_window.
2867 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
2868 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
2869 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
2870 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
2871 Only change the cursor if hourglass is not active.
2872 (Fx_create_frame): Initialize frame's current_cursor.
2873 (hourglass_atimer): Remove.
2874 (hourglass_started): New function.
2875 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
2876 (show_hourglass): Adapt to w32, changing argument to frame.
2877
2878 * w32term.h (struct w32_output): Remove hourglass_window.
2879 Add current_cursor.
2880
2881 * eval.c (call_debugger, Fsignal):
2882 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
2883 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
2884 (Fexecute_extended_command, cancel_hourglass_unwind):
2885 * minibuf.c (read_minibuf):
2886 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 2887
a5c54077
JB
28882008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * window.c (run_funs): New fun.
2891 (run_window_configuration_change_hook): Use it to run the buffer-local
2892 and the global part of the hook.
2893
2894 * xdisp.c (format_mode_line_unwind_data): Add window argument.
2895 (unwind_format_mode_line): Restore selected window.
2896 (x_consider_frame_title, Fformat_mode_line): Set selected window.
2897
f9f3238f
SM
28982008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2899
253c3c82
SM
2900 * editfns.c (Fchar_equal): Check they are valid characters.
2901
f9f3238f
SM
2902 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
2903
065a118d
AS
29042008-03-17 Andreas Schwab <schwab@suse.de>
2905
0b8be006
AS
2906 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
2907 against a charset.
2908
065a118d
AS
2909 * lisp.h (Fbuffer_list): Declare.
2910
880820fe 29112008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
2912
2913 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
2914 handlebox_widget is != 0.
2915
6206d6c2
JL
29162008-03-16 Juri Linkov <juri@jurta.org>
2917
2918 * callint.c (Fcall_interactively): For interactive code letters
2919 'b' and 'B' put the buffer list into the list of default "future"
2920 values of the minibuffer.
2921
f5020181
AS
29222008-03-16 Andreas Schwab <schwab@suse.de>
2923
a864f6d6
AS
2924 * keyboard.c (read_key_sequence): Fix downcasing of letters with
2925 modifiers.
2926
f5020181
AS
2927 * regex.c (re_match_2_internal): Correct matching of a charset
2928 against latin-1 characters.
2929
03f244e2
KH
29302008-03-16 Kenichi Handa <handa@m17n.org>
2931
2932 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
2933 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
2934 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
2935 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
2936 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
2937 CHAR_STRING_ADVANCE.
2938 (produce_chars): Fix for the case that the source and the
2939 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
2940 instead of CHAR_STRING_ADVANCE.
2941 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
2942 STRING_CHAR_ADVANCE.
2943
0e2501ed
AS
29442008-03-15 Andreas Schwab <schwab@suse.de>
2945
2946 * regex.c (re_match_2_internal): Correct matching of eight bit
2947 characters in unibyte strings.
2948
7723e095
MR
29492008-03-15 Martin Rudalics <rudalics@gmx.at>
2950
2951 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
2952 at end of range when it coincides with the end of the buffer.
2953
f507f365
EZ
29542008-03-14 Eli Zaretskii <eliz@gnu.org>
2955
294f1153
EZ
2956 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2957
f507f365
EZ
2958 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
2959
64f0809d
JR
29602008-03-14 Jason Rumney <jasonr@gnu.org>
2961
956ae531
JR
2962 * editfns.c (initial_tz): New variable.
2963 (syms_of_editfns): Initialize it.
2964 (Fset_time_zone_rule): Set it when first called.
2965 Use it when TZSTRING is nil.
2966
64f0809d
JR
2967 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
2968 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
2969 (monitor_from_point_fn, get_monitor_info_fn): New globals.
2970 (globals_of_w32fns): Initialize them.
2971 (compute_tip_xy): Use them to position tooltips.
2972
21a4ff8e
GM
29732008-03-14 Glenn Morris <rgm@gnu.org>
2974
2975 * emacs.c (main): Revert previous change.
2976 (standard_args): Revert -internal-script back to -scriptload,
2977 and remove the long-option form.
2978
a09a5b5b
GM
29792008-03-13 Glenn Morris <rgm@gnu.org>
2980
2981 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
2982 Remove option -enable-font-backend.
2983
1c55ebd1
SM
29842008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
2987
880820fe 29882008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
2989
2990 * xterm.c (x_connection_closed): For GTK: If this is the last
2991 terminal just exit without closing the display.
2992
7145be81
JR
29932008-03-11 Jason Rumney <jasonr@gnu.org>
2994
2995 * w32font.c (w32font_full_name): Use floor to round.
2996
e6201af3 29972008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
2998
2999 * sound.c (alsa_configure): Declare vol at beginning of block.
3000
e6201af3 3001 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 3002
390b81fa 30032008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 3004
56388398
MB
3005 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
3006 size of resulting string.
af0ad939 3007
390b81fa 30082008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 3009
56388398 3010 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 3011
390b81fa 30122008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 3013
56388398
MB
3014 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
3015 Don't pretend as if characters with display property haven't been
3016 consumed for string-replacing-string case.
acd37560 3017
223ed6db
KS
30182008-03-08 Kim F. Storm <storm@cua.dk>
3019
3020 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
3021 (get_next_display_element, next_element_from_string)
3022 (next_element_from_ellipsis, next_element_from_buffer): Use it.
3023
28545f7c
AS
30242008-03-08 Andreas Schwab <schwab@suse.de>
3025
3026 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
3027
c960bff8
JR
30282008-03-06 Jason Rumney <jasonr@gnu.org>
3029
290afd83
JB
3030 * w32font.c (w32_registry): Take font_type argument. Use ANSI
3031 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
3032 font_type is truetype.
3033 (w32font_coverage_ok): New function.
3034 (add_font_entity_to_list): Use it to filter unsuitable fonts.
3035
87b8ce92
KH
30362008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
3037
3038 * lread.c (Fread_char): Resolve modifiers.
3039 (Fread_char_exclusive): Likewise.
3040
3041 * character.c (char_resolve_modifier_mask): New function.
3042 (char_string): Use char_resolve_modifier_mask.
3043 (Fchar_resolve_modifiers): New function.
3044 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
3045 function.
3046
cefd56f6
JR
30472008-03-04 Jason Rumney <jasonr@gnu.org>
3048
3049 * makefile.w32-in: Always include w32font.c in the build.
3050 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
3051
03bd3c1f
AS
30522008-03-04 Andreas Schwab <schwab@suse.de>
3053
3054 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
3055 (versionclean): Likewise.
3056
6f69e89b
JB
30572008-03-04 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * .cvsignore: Add oo.
3060
f4a3cc44
AS
30612008-03-03 Andreas Schwab <schwab@suse.de>
3062
3063 * coding.c (decode_coding_object): Inhibit gap shrinking while
3064 decoding in place.
3065
73f838ad
DN
30662008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
3067
3068 * w32term.c: Remove unused include "gnu.h".
6f69e89b 3069 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
3070
3071 * gnu.h: Rename to ...
3072 * emacs-icon.h: ... this.
3073 * xterm.c: Use emacs-icon.h instead of gnu.h.
3074 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
3075
ce9c1f06
JB
30762008-03-03 Juanma Barranquero <lekktu@gmail.com>
3077
3078 * w32font.c: Include math.h.
3079
34fd2d28
JR
30802008-03-03 Jason Rumney <jasonr@gnu.org>
3081
54efdcd1
JR
3082 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
3083 Compute options separately.
3084 (w32font_open_internal): Set glyph_idx before caching metrics.
3085
ce9c1f06
JB
3086 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
3087 Define if system headers don't.
3088 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
3089 (w32font_encode_char): Don't declare here.
3090
3091 * w32font.c (Quniscribe, QCformat): New symbols.
3092 (syms_of_w32font): Define them.
3093 (w32font_has_char): Indicate uncertainty.
ce9c1f06 3094 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 3095 (recompute_cached_metrics): New function.
ce9c1f06
JB
3096 (w32font_open_internal): Use it. Set font to use glyph points
3097 initially. Set format based on type of font.
34fd2d28 3098 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
3099 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
3100 on it. Set format based on information available here.
34fd2d28
JR
3101 (add_font_entity_to_list): Identify backend based on opentype_only.
3102
14daee73
AS
31032008-03-02 Andreas Schwab <schwab@suse.de>
3104
f907fb2e
AS
3105 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
3106
ce9c1f06
JB
3107 * coding.c (decode_coding_big5, produce_chars):
3108 Fix typos in last change.
14daee73 3109
c9cc6462
DN
31102008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
3111
3112 * gnu.h: New icon.
3113
119852e7
KH
31142008-03-02 Kenichi Handa <handa@m17n.org>
3115
3116 * coding.c (decode_coding_utf_8): When eol-type of CODING is
3117 `dos', don't decode '\r' if that is the last in the source.
3118 (decode_coding_utf_16, decode_coding_emacs_mule)
3119 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3120 (decode_coding_raw_text, decode_coding_charset): Likewise.
3121 (produce_chars): Don't decode EOL here. Use EMACS_INT.
3122
a823468b
JR
31232008-03-01 Jason Rumney <jasonr@gnu.org>
3124
3125 * w32font.c (w32font_full_name): Report point size for scalable fonts.
3126
4ddc7e30
KS
31272008-03-01 Kim F. Storm <storm@cua.dk>
3128
3129 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
3130
67997c79
JR
31312008-03-01 Jason Rumney <jasonr@gnu.org>
3132
3133 * w32font.c (w32font_full_name): New function.
3134 (w32font_open_internal): Use it.
3135
3f4e9c35
KS
31362008-03-01 Kim F. Storm <storm@cua.dk>
3137
3138 * dispnew.c (line_draw_cost): Fix invalid glyph check.
3139
f3b9e479
JR
31402008-03-01 Jason Rumney <jasonr@gnu.org>
3141
3142 * font.c (font_unparse_fcname): Increase len when style is a symbol.
3143
880820fe 31442008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
3145
3146 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
3147 xg_frame_resized when the event is for the edit widget.
3148
3149 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
3150
3151 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
3152 set_char_size.
3153 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
3154 operations on widgets here. Just set frame size if needed.
3155 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
3156 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
3157 (x_wm_set_size_hint): Set size hints on the edit widget only, not
3158 the whole frame.
3159 (xg_create_tool_bar): Move attachement of the tool bar to
3160 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
3161 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
3162
6c8acaa1
JR
31632008-03-01 Jason Rumney <jasonr@gnu.org>
3164
3165 * w32fns.c (w32_msg_pump): Disable debug code.
3166
51fb064b 31672008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 3168
51fb064b 3169 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 3170
60221a33
CY
31712008-02-29 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * xdisp.c (next_overlay_string): Don't set
3174 overlay_strings_at_end_processed_p if we're currently reading from
3175 a display string.
3176
10cbc34f
SM
31772008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * xdisp.c (get_overlay_strings_1): Fix typo.
3180
73c0054e
CY
31812008-02-29 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * xdisp.c (get_overlay_strings_1): Add missing argument type.
3184
ec1c4354
KH
31852008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
3186
55082642
KH
3187 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
3188
ec1c4354
KH
3189 * xdisp.c (display_mode_element): Cancel the previous change.
3190 (decode_mode_spec): Likewise.
ee548a94
KH
3191 (handle_auto_composed_prop): Don't make composition if it->string
3192 is a string.
ec1c4354 3193
b6d898a2
KS
31942008-02-27 Kim F. Storm <storm@cua.dk>
3195
3196 * lisp.h (GLYPH): Change type from int to struct with separate char
3197 and face_id members.
3198 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
3199 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
3200 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
3201 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
3202 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
3203 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
3204 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
3205 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
3206 handle new Lisp glyph code encoding, either an integer or a cons.
3207
3208 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
3209 (GLYPH_ALIAS): Delete.
3210 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
3211 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
3212 (GLYPH_FROM_CHAR): Replace macro by ...
3213 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
3214
3215 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
3216 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
3217 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
3218 (GLYPH_INVALID_P): New macro.
3219 (spec_glyph_lookup_face): Update prototype.
3220
3221 * dispnew.c (line_draw_cost): Adapt to new glyph type.
3222 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
3223 new glyph code encoding.
3224 (spec_glyph_lookup_face): No return value; update passed glyph instead.
3225 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
3226
3227 * xdisp.c (get_next_display_element, next_element_from_display_vector):
3228 Adapt to new glyph type and new glyph code encoding.
3229
3230 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
3231
3232 * indent.c (current_column, current_column_1, Fmove_to_column)
3233 (compute_motion): Adapt to new glyph code encoding.
3234
3235 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
3236
af2080a2
CY
32372008-02-27 Chong Yidong <cyd@stupidchicken.com>
3238
3239 * process.c (wait_reading_process_output): Check for window
3240 changes caused by timers.
880820fe 3241 Suggested by Johan Bockgård.
af2080a2 3242
253ed25e
GM
32432008-02-27 Glenn Morris <rgm@gnu.org>
3244
3245 * emacs.c (USAGE1): Add `--disable-font-backend'.
3246
18a9f8d9
SM
32472008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
3250 is made to the buffer.
3251
0f8b27ea
SM
32522008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
3255 (face_at_string_position):
3256 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
3257 (face_at_string_position):
3258 * xdisp.c (display_string, next_overlay_change):
3259 * buffer.h (overlays_at):
3260 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
3261 Update callers.
3262
4e7c53ca
CY
32632008-02-26 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * editfns.c (Fformat): Doc fix.
3266
51c01100
JB
32672008-02-26 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
3270 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
3271 (Ffont_otf_alternates, Fquery_font): Doc fixes.
3272
13cda5f9
SM
32732008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * buffer.c (Fbuffer_swap_text): New function.
3276 (syms_of_buffer): Defsubr it.
3277
8018d430
CY
32782008-02-25 Chong Yidong <cyd@stupidchicken.com>
3279
3280 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
3281
9bde1a21
JR
32822008-02-25 Jason Rumney <jasonr@gnu.org>
3283
3284 * w32font.c (w32font_draw): Draw one character at a time when padding.
3285
eeca6f6f
SM
32862008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
3289 Handle a nil arg. Use run_window_configuration_change_hook.
3290 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
3291 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
3292 Use run_window_configuration_change_hook.
3293
ec1c4354
KH
32942008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
3295
3296 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
3297 1-pixel width.
3298
ae185452
KH
32992008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
3300
3301 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
3302 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
3303 if the glyph in the font is zero pixel with.
3304
3305 * dispextern.h (struct glyph_string): New member padding_p.
3306
3307 * w32font.c (w32font_draw): Pay attention to s->padding_p.
3308
3309 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
3310
3311 * xfont.c (xfont_draw): Pay attention to s->padding_p.
3312
3313 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
3314
eeca6f6f 3315 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 3316
ffe832ea 33172008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 3318
ffe832ea 3319 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 3320
06045130
SM
33212008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 Allow fine-grained image-cache flushing.
3324 * dispextern.h (struct image): Add `dependencies' field.
3325 (clear_image_caches): Change arg to Lisp_Object.
3326 * image.c (make_image): Initialize `dependencies' field.
3327 (clear_image_cache): Change arg to allow fine-grained flushing.
3328 Perform the flush even if image-cache-eviction-delay is nil.
3329 (clear_image_caches): Change arg to Lisp_Object.
3330 (Fclear_image_cache): Expand meaning of the argument.
3331 (mark_image): Mark `dependencies' field.
3332 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
3333 (lface_hash): Use XHASH rather than XFASTINT.
3334 (face_at_buffer_position): Fix int -> EMACS_INT position.
3335 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
3336 (select_frame_for_redisplay): Remove code duplication.
3337 (redisplay_internal): Adapt arg to call to clear_image_caches.
3338
9d2818d6
DN
33392008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3340
3341 * s/vms4-0.h:
3342 * s/vms4-2.h:
3343 * s/vms4-4.h:
3344 * s/vms5-5.h: Remove, unused.
3345
3346 * s/irix5-2.h:
3347 * s/irix6-0.h:
3348 * s/riscos5.h:
3349 * s/mach-bsd4-3.h:
2a2e8de7 3350 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
3351
3352 * Makefile.in:
3353 * filelock.c:
3354 * unexmips.c:
3355 * m/hp9000s300.h:
3356 * m/iris4d.h:
3357 * s/aix3-1.h:
3358 * s/hpux.h:
3359 * s/msdos.h:
3360 * s/usg5-0.h:
3361 * s/usg5-2-2.h:
3362 * s/usg5-2.h:
3363 * s/usg5-3.h: Remove references to obsolete variables.
3364
3365 * s/irix5-0.h: Remove, move all the contents ...
3366 * s/irix6-5.h: ... here. Simplify.
3367 * config.in: Regenerate.
3368
2a36efcf
JR
33692008-02-24 Jason Rumney <jasonr@gnu.org>
3370
c5ad7a3d 3371 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
3372 manually when cleartype is in use.
3373 (x_draw_glyph_string_foreground): Draw text transparently when
3374 cleartype is in use.
3375
2a36efcf
JR
3376 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
3377 a font into it unless we have to.
3378
b03f96dc 33792008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 3380
b03f96dc
MB
3381 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
3382 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 3383
b03f96dc 33842008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 3385
b03f96dc 3386 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 3387
b03f96dc 33882008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 3389
b03f96dc 3390 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 3391
b03f96dc 33922008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 3393
b03f96dc 3394 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 3395
d5958163
CY
33962008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
3397
3398 * xterm.c (x_set_offset): Don't change the gravity if
3399 CHANGE_GRAVITY is -1.
3400
9997701e
CY
34012008-02-23 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * fileio.c (auto_save_error_occurred): New var.
3404 (auto_save_error): Set it.
3405 (Fdo_auto_save): Don't overwrite the error message if an auto-save
3406 error occurred.
3407
9d95a291
EZ
34082008-02-23 Eli Zaretskii <eliz@gnu.org>
3409
3410 * w32.c (globals_of_w32): Add initializations for
3411 g_b_init_get_sid_sub_authority and
3412 g_b_init_get_sid_sub_authority_count.
3413
43d1af23
SM
34142008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3415
43a1d19b
SM
3416 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
3417 (font_parse_xlfd): Use them for sanity check.
608c3307 3418 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 3419
354884c4
SM
3420 Consolidate the image_cache to the terminal struct.
3421 * termhooks.h (P_): Remove redundant def.
3422 (struct terminal): New field `image_cache'.
3423 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
3424 of FRAME_X_IMAGE_CACHE.
3425 * xterm.h (struct x_display_info): Remove image_cache field.
3426 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
3427 * w32term.h (struct w32_display_info): Remove image_cache field.
3428 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
3429 * macterm.h (struct mac_display_info): Remove image_cache field.
3430 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
3431 * xterm.c (x_term_init):
3432 * w32term.c (w32_term_init):
3433 * macterm.c (mac_term_init): Set the image_cache in the terminal.
3434 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
3435 Remove declarations.
3436 (clear_image_caches, mark_image_cache): New declarations.
3437 * xfaces.c (clear_face_cache):
3438 * xdisp.c (redisplay_internal): Use clear_image_caches.
3439 * image.c (clear_image_cache): Don't check that a frame is on
3440 a window-system before checking if it shares the same cache.
3441 (clear_image_caches): New function.
3442 (Fclear_image_cache): Use it.
3443 (mark_image): Move from allo.c.
3444 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
3445 * alloc.c (mark_image, mark_image_cache): Move to image.c.
3446 (mark_object): Don't call mark_image_cache for frames.
3447 (mark_terminals): Call mark_image_cache.
3448
c2e42690
SM
3449 * lisp.h (Fdelete_terminal): Declare.
3450
43d1af23
SM
3451 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
3452 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
3453 wrong_type_argument.
3454
cc8d1311
KH
34552008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
3456
3457 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 3458 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 3459
6bd92640
SM
34602008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * xterm.c (x_connection_closed): Consolidate identical tests.
3463 (x_delete_terminal): Don't crash if called via x_connection_closed.
3464
a73b5627
KH
34652008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
3466
3467 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 3468 (display_mode_element): Adjust for the above change.
a73b5627 3469
1b511542
SM
34702008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * callint.c (Fcall_interactively): Use AREF.
3473
81aefea4
SM
34742008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
3477
880820fe 34782008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
3479
3480 * xfns.c (Fx_show_tip): Set string to " " if empty.
3481
a2b84f35
DN
34822008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
3483
3484 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
3485 with Qt.
3486
43c0454d
KH
34872008-02-17 Kenichi Handa <handa@m17n.org>
3488
3489 * ftfont.c (ftfont_shape): Return Lispy number.
3490
3491 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
3492 for GCs.
3493 (Finternal_set_font_selection_order): Call font_update_sort_order
3494 only when enable_font_backend is set.
3495 (realize_x_face): Set face->font_info to that of default face only
3496 when enable_font_backend is set.
3497
3498 * xdisp.c (handle_composition_prop): Set it->c to the fist
3499 characte of the composed region.
3500 (fill_composite_glyph_string): Set base_face->font_info to
3501 s->font_info. Get a face for ascii from base_face->ascii_face.
3502 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
3503 with a face already decided.
3504 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
3505 non-negative.
978bef9a
JB
3506 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
3507 call font_prepare_composition unconditionally.
43c0454d 3508
978bef9a 3509 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
3510
3511 * xterm.h (struct x_display_info): New member font.
3512
3513 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
3514 (x_set_mouse_face_gc, x_new_font): Likewise.
3515 (x_term_init): Setup display_info->font.
3516 (x_delete_terminal): Free display_info->font.
3517
3518 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
3519
3520 * ftxfont.c (ftxfont_default_fid): Delete it.
3521 (ftxfont_open): Set xfont->fid to 0.
978bef9a 3522 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
3523 font-driver.
3524
3525 * xftfont.c (xftfont_default_fid): Delete it.
3526 (xftfont_open): Set xfont->fid to 0.
3527
3528 * fontset.c (FONTSET_OBJLIST): New macro.
3529 (fontset_find_font): Update font-object list of the fontset.
3530 (free_realized_fontset): New function.
3531 (free_face_fontset): Call free_realized_fontset.
3532 (Ffont_info): Call font_close_object only when enable_font_backend
3533 is set.
3534
3535 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
3536 [HAVE_NTGUI]: Include w32term.h.
3537 [MAC_OS]: Include macterm.ch.
3538 (font_otf_ValueRecord): Use make_number.
3539 (font_finish_cache): Fix handling of reference count.
3540 (font_clear_cache): Update num_fonts.
3541 (font_open_entity): Update smallest_char_width and
3542 smallest_font_height of the frame.
3543 (font_close_object): Update num_fonts.
3544 (Fclear_font_cache): Fix finding the target cache data.
3545
be617367
GM
35462008-02-16 Glenn Morris <rgm@gnu.org>
3547
3548 * fontset.c (Finternal_char_font): Fix compilation warning.
3549
2930d117
EZ
35502008-02-16 Eli Zaretskii <eliz@gnu.org>
3551
634d3003
EZ
3552 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
3553 instead of char arrays. Enlarge the size of array passed to
3554 get_token_information.
3555
2930d117
EZ
3556 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
3557 warnings.
3558
79214046
DN
35592008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * .gdbinit: Don't set `args', it breaks gdb --args.
3562
7f5d2c72
SM
35632008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
3566 within a narrowed buffer.
3567
6edacc43
KH
35682008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
3569
b270d6af
JB
3570 * coding.c (decode_coding_object, encode_coding_object):
3571 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 3572
174105f7
SM
35732008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3574
b270d6af
JB
3575 * coding.c (coding_set_destination): Use BEG_BYTE rather than
3576 hardcoding 1.
13818c30
SM
3577 (detect_coding_system):
3578 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
3579 (string_char_to_byte, string_byte_to_char, insert_from_gap):
3580 * insdel.c (insert_from_gap):
3581 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
3582 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
3583 (string_to_multibyte):
3584 * character.c (chars_in_text, multibyte_chars_in_text):
3585 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
3586
f1c99628
SM
3587 * character.h (FETCH_STRING_CHAR_ADVANCE)
3588 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
3589 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
3590 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
3591
7927d8e3
SM
3592 * casefiddle.c (casify_region): Only call after-change and composition
3593 functions on the part of the region that was changed.
3594
adf6a429 3595 * keyboard.c (read_avail_input):
174105f7
SM
3596 * frame.c (Fdelete_frame): Call Fdelete_terminal.
3597
3ee24aec
SM
35982008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
3601 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
3602
4ed4b975
JB
36032008-02-11 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * w32menu.c (push_submenu_start, push_submenu_end)
3606 (push_left_right_boundary, push_menu_pane, push_menu_item):
3607 * keyboard.c (read_key_sequence): Don't pass args with side effects
3608 to AREF, it fails when compiling with -DENABLE_CHECKING.
3609
79e3bfb8
KH
36102008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
3611
4ed4b975
JB
3612 * Makefile.in (${lispsource}international/charprop.el):
3613 Delete this target.
6e76043f 3614
79e3bfb8
KH
3615 * search.c (boyer_moore): Fix incorrect synching of the trunk and
3616 emacs-unicode-2.
3617
5b8de9c5
SM
36182008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * terminal.c (Fdelete_terminal): Clean up the `force' path.
3621
eac1939a
SM
36222008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3623
c53956fe
SM
3624 * frame.c (Qnoelisp): New symbol.
3625 (syms_of_frame): Initialize it.
3626 (Fdelete_frame): Use it to distinguish a mere `force' passed from
3627 someharmles Elisp code, from a strong `force' from x_connection_closed.
3628 * frame.h (Qnoelisp): Declare.
3629 * xterm.c (x_connection_closed): Pass `noelisp'.
3630
eac1939a
SM
3631 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
3632 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
3633 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
3634 rather than `int' for the type of `type'.
3635
13f6772b
DN
36362008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3637
3638 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
3639
3640 * Makefile.in (GNUC): Remove support for gcc-1.x.
3641
e8455367
RS
36422008-02-10 Richard Stallman <rms@gnu.org>
3643
3644 * lisp.h (ASET): Use AREF, not ASLOT.
3645
4b75ffab
SM
36462008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * lisp.h (ASET): Check bounds.
3649
d224e8c2
GM
36502008-02-10 Glenn Morris <rgm@gnu.org>
3651
3652 * buffer.c (mode-name): Doc fix.
3653
4624371d
DN
36542008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3655
290afd83
JB
3656 * Makefile.in:
3657 * emacs.c:
3658 * gmalloc.c:
3659 * keyboard.c:
3660 * lisp.h:
3661 * m/ibm370aix.h:
3662 * process.c:
3663 * regex.c:
3664 * s/hpux.h:
3665 * sysdep.c:
3666 * sysselect.h:
3667 * systty.h:
3668 * unexec.c:
3669 * w32term.c:
3670 * xsmfns.c:
3671 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
3672
3673 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
3674
3675 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
3676 nothing else needs it anymore.
3677
274ec34b
EZ
36782008-02-09 Eli Zaretskii <eliz@gnu.org>
3679
3680 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
3681 instead of unibyte_char_to_multibyte.
3682
deeaffe1
DN
36832008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3684
3685 * s/gnu-linux.h: Remove commented out code.
3686
4ed4b975 3687 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
3688
3689 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 3690 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 3691 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
3692 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
3693 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
3694
68b587a6
SM
36952008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3696
9141ca5e
SM
3697 * keymap.c (Fkey_description): Move side effect outside of macro call.
3698
dfae5f9a 3699 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
3700 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
3701
ff7a2223
SM
3702 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
3703 (syms_of_fontset): Use ASET.
3704
68b587a6
SM
3705 * fns.c (concat): Move side effect outside of macro call.
3706 (hash_clear): Use ASET.
3707
a31787b1
RS
37082008-02-08 Richard Stallman <rms@gnu.org>
3709
3710 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
3711 If FORCE, and frame has a surrogate minibuffer for another frame,
3712 delete the other frame first.
3713
987be29b 37142008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
3715
3716 * xterm.c (x_detect_focus_change): Handle embed client message.
3717 (handle_one_xevent): Ditto.
3718 (handle_one_xevent): If embedded and we get a button press/release,
3719 request focus.
3720 (xembed_set_info, xembed_send_message): New functions.
3721 (x_make_frame_visible): Call xembed_set_info if embedded.
3722 (x_make_frame_invisible): Call xembed_set_info if embedded.
3723 (x_term_init): Initialize Xatom_XEMBED.
3724 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
3725 (x_iconify_frame): Ditto.
3726
3727 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
3728 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
3729 (enum xembed_modifier, enum xembed_accelerator): New.
3730 (xembed_set_info, xembed_send_message): Declare.
3731 (FRAME_X_EMBEDDED_P): New.
3732
3733 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
3734 gtk_plug_new.
3735
3736 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
3737 window ID of a frame.
3738 (x_window): Reparent frame if embedded.
3739 (Fx_create_frame): Don't set border width if embedded.
3740
1f204af3 3741 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
3742 (standard_args): Ditto.
3743
880820fe 37442008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
3745
3746 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
3747
92413ef3
JD
37482008-02-07 Jim Meyering <meyering@redhat.com>
3749
6f69e89b 3750 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
3751 The latter provokes a warning from gcc about the empty else, when
3752 followed by ";". Also, without that trailing semicolon, it would
3753 silently swallow up any following statement.
c3f9fba8 3754 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
3755 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
3756 * buffer.h (DECODE_POSITION): Likewise.
3757 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
3758 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
3759 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
3760 (FETCH_CHAR_ADVANCE): Likewise.
3761 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 3762
03fa5713
GM
37632008-02-07 Jim Meyering <meyering@redhat.com>
3764
3765 * lread.c [lint]: Don't include <sys/inode.h>.
3766
3ae565b3
SM
37672008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * xselect.c (x_handle_dnd_message):
3770 * xmenu.c (digest_single_submenu, xmenu_show):
3771 * xdisp.c (with_echo_area_buffer_unwind_data)
3772 (format_mode_line_unwind_data, unwind_format_mode_line)
3773 (display_menu_bar):
3774 * eval.c (Ffetch_bytecode):
3775 * doc.c (store_function_docstring):
3776 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
3777 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
3778 * buffer.c (add_overlay_mod_hooklist): Use ASET.
3779
146b6e55
KH
37802008-02-07 Kenichi Handa <handa@m17n.org>
3781
3782 * ftxfont.c (ftxfont_open): Don't set
3783 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
3784
3785 * ftfont.c (ftfont_open): Fix previous change.
3786
46a923ac
JR
37872008-02-06 Jason Rumney <jasonr@gnu.org>
3788
3789 * w32font.c (w32font_text_extents): Fill in lbearing metric.
3790 Use cached metrics for ASCII characters.
3ae565b3
SM
3791 (w32font_open_internal): Don't set font's owning_frame.
3792 Cache metrics for ASCII characters.
46a923ac
JR
3793
3794 * w32font.h (struct w32font_info): Add ascii_metrics.
3795 Remove owning_frame.
3796
da7d7c21
KH
37972008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
3798
3799 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
3800 to negative value.
3801
3802 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
3803
3ae565b3 3804 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
3805
3806 * charset.c (syms_of_charset): Set QCtest and Qeq.
3807
c62c8ddb
SM
38082008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3809
ca319910
SM
3810 * process.c (Fstart_process):
3811 * callproc.c (Fcall_process): Handle the case where
3812 Funhandled_file_name_directory returns nil.
3813
76860cbb
SM
3814 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
3815 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
3816 * font.c (check_gstring): Use them and AREF to access the vector before
3817 we know it's really a gstring.
3818 (Ffont_shape_text): Fix typo.
3819 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 3820
15139d67
SM
3821 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
3822 Declare.
3823
c62c8ddb
SM
3824 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
3825
04b65d2b
JR
38262008-02-05 Jason Rumney <jasonr@gnu.org>
3827
3828 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
3829 Set smallest_font_height and smallest_char_width in display info.
3830
fccaebfd
KH
38312008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3832
3833 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
3834
e7d7fd8c
MB
38352008-02-05 Miles Bader <miles@gnu.org>
3836
3837 * xfaces.c (get_lface_attributes, merge_named_face)
3838 (lookup_named_face, lookup_derived_face, realize_named_face):
3839 Revert 2008-02-01 change by cyd@stupidchicken.com.
3840
3d4448a8
KH
38412008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
3842
3843 * fontset.c (Ffontset_info): Handle the case of inhibitting the
3844 fallback fonts.
15139d67 3845 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 3846
5ace1ec1
JR
38472008-02-04 Jason Rumney <jasonr@gnu.org>
3848
3849 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
3850 set full_name.
e3a77b22 3851 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 3852
ffe42183
JR
38532008-02-03 Jason Rumney <jasonr@gnu.org>
3854
3855 * makefile.w32-in (OBJ1): Include font.o here.
3856 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
3857
526dc3b3
JR
38582008-02-02 Jason Rumney <jasonr@gnu.org>
3859
a0fece35 3860 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 3861
af805c82
JR
38622008-02-01 Jason Rumney <jasonr@gnu.org>
3863
3864 * s/cygwin.h: Define VIRT_ADDR_VARIES.
3865
3866 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
3867
7f6519c5
AS
38682008-02-01 Andreas Schwab <schwab@suse.de>
3869
1f45f627 3870 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 3871 ../lisp/language/myanmar.el.
7f6519c5 3872
26f8aa27
CY
38732008-02-01 Chong Yidong <cyd@stupidchicken.com>
3874
1f45f627 3875 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
3876 (merge_named_face, lookup_named_face, lookup_derived_face)
3877 (realize_named_face): Call lface_from_face_name directly, and use
3878 the fact that merge_face_vectors does not alter its FROM argument.
3879
73acf815 38802008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3881
3882 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 3883 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 3884
73acf815 38852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3886
3887 * fontset.c (reorder_font_vector): Exclude nil elements from the
3888 font group. Don't try multiple fonts.
15139d67 3889 (fontset_font): Adjust for the above change.
aca7a3d2
MB
3890 (Finternal_char_font): Return nil if the found font doesn't
3891 contain the character ch.
3892
4c4475a8 3893 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 3894
73acf815 38952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3896
3897 * font.h (FONTP): Make it return 1 also for a font-object.
3898
3899 * .gdbinit (xfontset): New function.
3900
3901 * font.c (font_find_for_lface): Check if the character C is
3902 supported or not only for the first font.
3903
3904 * fontset.c (reorder_font_vector): Fix typo.
3905 (fontset_find_font): Don't add a font-spec specifying a script.
3906 Use 0 (not Qt) for the indication of empty font-group. Change the
3907 format of RFONT-DEF. Return Qt if no font in the font-group
3908 support the character.
15139d67 3909 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 3910 found the character, remember that.
15139d67 3911 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
3912 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
3913 no font for the target.
15139d67 3914 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 3915
73acf815 39162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3917
3918 * font.c (font_load_for_face): Handle the case that the font in
3919 face->lface is a string.
3920
73acf815 39212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3922
1f45f627 3923 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 3924
73acf815 39252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3926
3927 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
3928 Fix previous change. If the frame is not on a window system,
3929 signal an error.
3930
73acf815 39312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3932
4c4475a8
GM
3933 * coding.c (decode_coding_object, encode_coding_object): Adjust
3934 marker positions after conversion.
aca7a3d2
MB
3935
3936 * lisp.h (struct Lisp_Marker): New member need_adjustment.
3937
73acf815 39382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3939
3940 * font.c (font_find_for_lface): Fix the handling of the return
3941 value of font_has_char.
3942 (Ffont_shape_text): Fix previous change.
3943
3944 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
3945 (fontset_ref_and_range): Delete it.
3946 (fontset_find_font): Call char_table_ref_and_range instead of
3947 FONTSET_REF_AND_RANGE.
3948 (make_fontset): Don't setup font groups of Latin here.
3949 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
3950 (new_fontset_from_font): Make the specified font the default for
3951 all Latin characters.
3952
73acf815 39532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3954
3955 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
3956 is on a window system before accessing the fontset of the frame.
3957
73acf815 39582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3959
1f45f627 3960 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
3961
3962 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
3963 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
3964
3965 * font.c (Ffont_shape_text): If the font driver doesn't have a
3966 shaper function, make zero-width glyphs to have at least one-pixel
3967 width. Fix setting of `to' field of glyphs.
3968
73acf815 39692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3970
3971 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
3972 glyphs.
3973
1f45f627 3974 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 3975
73acf815 39762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3977
3978 * composite.c (syms_of_composite): Fix docstring of
3979 auto-composition-function.
3980
3981 * font.h (LGLYPH_SIZE): New macro.
3982
3983 * font.c (Ffont_fill_gstring): Stop filling when a character not
3984 supported by the font is found.
3985 (Ffont_shape_text): When a shape callback function returns nil,
3986 try at most two more times with larger gstring.
15139d67 3987 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
3988
3989 * xdisp.c (handle_auto_composed_prop): Change the argument to
3990 auto-composition-function.
3991
3992 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
3993 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
3994 Lispy glyph and store it in the lgstring.
3995
3996 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
3997
3998 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
3999
73acf815 40002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4001
4002 * font.c (Ffont_shape_text): Avoid unnecessary composition.
4003
4004 * fontset.c (Vfont_encoding_charset_alist): New variable.
4005 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
4006 (reorder_font_vector, fontset_find_font): Optimize for the case of
4007 no need of reordering.
aca7a3d2
MB
4008 (face_for_char): Map the charset property by
4009 Vfont_encoding_charset_alist.
4010
73acf815 40112008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4012
4013 * w32font.c (logfonts_match): Don't check adstyle here.
4014 (font_matches_spec): Check here against physical font instead.
4015 (add_font_entity_to_list): Avoid some substitutions.
4016
4017 * font.c (font_parse_fcname): Default weight and slant to normal.
4018 (font_score): Prefer normal fonts if weight or slant unspecified.
4019 (font_score) [WINDOWSNT]: Scale weight difference down to closer
4020 match freetype scores.
4021
73acf815 40222008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4023
4024 * w32font.c (w32font_text_extents): Don't use the frame stored in the
4025 font, as it may have been deleted.
4026 (w32_enumfont_pattern_entity): Map generic family to adstyle using
4027 most common hyphenless variation.
4028 (logfonts_match): Check generic family.
4029 (font_matches_spec): Don't check generic family here.
4030 (fill_in_logfont): Set generic family based on adstyle.
4031
4032 * w32font.h (w32font_get_cache): Update declaration.
4033
73acf815 40342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4035
4036 * ftfont.c (ftfont_get_cache): Adjust the argument type.
4037
15139d67 4038 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 4039 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
4040 with the old drivers.
4041
4042 * w32font.c (w32font_get_cache): Adjust the argument type.
4043
4044 * xfont.c (xfont_get_cache): Adjust the argument type.
4045
4046 * font.h (struct font_driver): Change argument type of get_cache.
4047
4048 * xftfont.c (xftfont_start_for_frame): Delete prototype.
4049
4050 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 4051 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 4052 (font_clear_cache): New function.
4c4475a8 4053 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 4054 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
4055
4056 * fontset.c (fontset_find_font): Fix previous change.
4057
73acf815 40582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4059
4060 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
4061 dpyinfo->font_table.
4062 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 4063 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
4064
4065 * font.c (font_at): Handle the case that the arg C is negative.
4066 Handle the unibyte case.
4067 (Ffont_at): Call font_at with the arg C -1.
4068
4069 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
4070 the position here, and call font_at with the arg C -1.
4071 Don't check the range of the existing composition at the point.
aca7a3d2 4072
73acf815 40732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4074
15139d67 4075 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 4076 Change caller.
4c4475a8
GM
4077 (load_font_get_repertory, fontset_find_font): Assume that
4078 font_spec is always a font-spec object.
aca7a3d2
MB
4079 (Fset_fontset_font): Always store a font-spec object in a fontset.
4080
4081 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
4082 instead of get_property_and_range.
4083
73acf815 40842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4085
4086 * xftfont.c (struct xftfont_info): Delete the member ft_face.
4087 (xftfont_open): Don't keep locking face.
4088 (xftfont_close): Don't unlock face.
4c4475a8 4089 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
4090
4091 * fontset.c (fontset_find_font): Don't prefer a font of
4092 supplementary charset.
4093
73acf815 40942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4095
1f45f627
GM
4096 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
4097 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
4098 (OTF_TAG_STR): Terminate by '\0'.
4099 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
4100 listing to the script specified in that property. Fix arg to
4101 OTF_check_features.
4102
73acf815 41032008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4104
4105 * w32font.h: New file.
4106
4107 * w32font.c: Include it.
4108 (struct w32font_info): Add owning_frame field. Move to w32font.h.
4109 (w32font_open): Set owning_frame.
4110 (w32font_text_extents): Use owning_frame.
4111 (struct font_callback_data): Add opentype_only field.
4112 (add_font_entity_to_list): Use it to filter fonts.
4113 Don't check against full name.
4114 (w32font_list_internal): New function.
4115 (w32font_list): Use it.
4116 (w32font_match_internal): New function.
4117 (w32font_match): Use it.
4118 (w32font_open_internal): New function.
4119 (w32font_open): Use it.
4120 (w32font_get_cache, w32font_close, w32font_has_char)
4121 (w32font_encode_char, w32font_text_extents, w32font_draw):
4122 Make non-static.
4123
4124 * makefile.w32-in (w32font.o): Depend on w32font.h.
4125
73acf815 41262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4127
4128 * charset.c (Fdefine_charset_internal): Record a supplementary
4129 charset at the tail of Vcharset_order_list.
4130
4131 * font.c (Ffont_shape_text): Fix the return value.
4132
4133 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
4134
4135 * xdisp.c (handle_auto_composed_prop): Fix previous change.
4136
73acf815 41372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4138
4139 * ftfont.c (struct OpenTypeSpec): New struct.
4140 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
4141 (ftfont_get_open_type_spec): New function.
4142 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
4143
15139d67 4144 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 4145
73acf815 41462008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4147
4148 * w32font.c (add_font_entity_to_list): Compare only the beginning
4149 of full name.
4150
73acf815 41512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4152
15139d67
SM
4153 * xdisp.c (handle_auto_composed_prop): Simplify the code.
4154 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 4155
73acf815 41562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4157
4158 * font.c (font_gstring_produce): Delete it.
4159
15139d67
SM
4160 * composite.h (COMPOSITION_METHOD):
4161 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 4162
73acf815 41632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4164
15139d67 4165 * xfont.c (Qx): Delete.
aca7a3d2
MB
4166 (syms_of_xfont): Don't initialize Qx.
4167
15139d67
SM
4168 * composite.h (enum composition_method):
4169 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 4170
73acf815 41712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4172
4173 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
4174 (choose_face_font): Accept new form of font-spec.
4175
4176 * frame.h (font_driver_list): Declare it unconditionally.
4177 (struct frame): Define members font_driver_list and font_data_list
4178 unconditionally.
4179
4180 * fontset.c: Include "font.h" unconditionally.
15139d67 4181 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
4182 (Fset_fontset_font): Accept a font-spec object.
4183
4184 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
4185 PIXEL_SIZE part a wild card.
4186
4187 * dispextern.h (struct glyph_string): Define members clip and
4188 num_clips unconditionally.
4189 (struct face): Define members font_info and extra unconditionally.
4190
4191 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
4192 ftfont_info only when HAVE_LIBOTF is defined.
4193
73acf815 41942008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
4195
4196 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
4197 and end.
4198
73acf815 41992008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4200
4201 * w32font.c (w32font_driver): Add new fields.
4202
73acf815 42032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4204
aca7a3d2
MB
4205 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
4206 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
4207 (LIBES): Add @M17N_FLT_CFLAGS@.
4208
4209 * composite.c (compose_text): Don't treat the new style
4210 composition specially.
4211
4212 * emacs.c (main): Call syms_of_font unconditionally.
4213
4214 * font.h (FONT_ENTITY_NOT_LOADABLE)
4215 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 4216 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 4217 (struct font_driver): New member shape.
1f45f627 4218 (font_registry_charsets): Extern it.
4c4475a8 4219 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
4220 (font_otf_capability, font_drive_otf): Delete their externs.
4221
4222 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
4223 (font_charset_alist, font_registry_charsets): Move from xfont.c
4224 and rename.
aca7a3d2
MB
4225 (font_prop_validate_otf): New function.
4226 (font_property_table): Register it for QCotf.
4227 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 4228 (font_drive_otf): Delete.
1f45f627 4229 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
4230 lispy gstring.
4231 (font_find_for_lface): New arg C.
15139d67 4232 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
4233 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
4234 lispy gstring.
aca7a3d2
MB
4235 (Ffont_shape_text): New function.
4236 (Fopen_font): If the font size is not given, use 12-pixel.
4237 (Ffont_at): New arg STRING.
15139d67
SM
4238 (syms_of_font): Initalize font_charset_alist.
4239 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
4240 conditionally.
4241
4242 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
4243 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
4244 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
4245 Adjust for the change of RFONT-DEF.
15139d67 4246 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
4247
4248 * ftfont.h: New file.
4249
4250 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
4251 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
4252 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
4253 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
4254 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 4255 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
4256 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
4257 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
4258 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 4259 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
4260 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
4261 (otf_gstring, gstring, m17n_flt_initialized): New variables.
4262
15139d67
SM
4263 * w32term.c (x_draw_composite_glyph_string_foreground):
4264 Adjust for the change of lispy gstring.
aca7a3d2 4265
15139d67 4266 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 4267 lispy gstring. Call a function for auto-composition with the
15139d67
SM
4268 third arg it->window.
4269 (fill_composite_glyph_string): Adjust for the change of lispy string.
4270 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 4271
15139d67 4272 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
4273 font_find_for_lface.
4274
1f45f627
GM
4275 * xfont.c (x_font_charset_alist): Move to font.c and rename.
4276 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
4277 (syms_of_xfont): Don't handle x_font_charset_alist.
4278
4279 * xftfont.c: Include "ftfont.h".
15139d67 4280 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
4281 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
4282 (xftfont_close) [HAVE_LIBOTF]: Close otf.
4283 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
4284 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
4285 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 4286
15139d67 4287 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
4288 the change of lispy gstring.
4289
73acf815 42902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4291
4292 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
4293
73acf815 42942008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4295
4296 * w32font.c (w32font_draw): Fill background manually.
4297
73acf815 42982008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4299
4300 * font.c (Qfontp): Remove unused symbol.
4301 (QCantialias): New symbol.
4302 (syms_of_font): Define it.
4303 (font_property_table): Set a validator for QCantialias.
4304
15139d67
SM
4305 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
4306 Define if not already.
aca7a3d2
MB
4307 (QCfamily): Share with xfaces.c.
4308 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 4309 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
4310 (w32_antialias_type, lispy_antialias_type): New functions.
4311 (w32_enumfont_pattern_entity): New arg requested_font.
4312 Set antialias parameter if non-default was requested.
4313 (fill_in_logfont): Fill in lfQuality if :antialias specified.
4314
73acf815 43152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4316
4317 * lread.c (read1): Undo the previous change.
4318
73acf815 43192008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
4320
4321 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 4322 USE_FONT_BACKEND is defined.
aca7a3d2 4323
73acf815 43242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4325
4326 * font.h (struct font_bitmap): New member bits_per_pixel.
4327 (struct font_driver): New members start_for_frame and end_for_frame.
4328 (struct font_data_list): New struct.
4329 (font_put_frame_data, font_get_frame_data): Extern them.
4330
4331 * frame.h (struct frame): New member font_data_list.
4332
4333 * font.c (font_update_drivers): Call driver->start_for_frame and
4334 driver->end_for_frame at proper timings.
4335 (font_put_frame_data, font_get_frame_data): New functions.
4336 (Ffont_spec): Add usage in the docstring.
4337
4338 * frame.c (make_frame): Initialize f->font_data_list to NULL.
4339 (Fdelete_frame): Call font_update_drivers.
4340
4341 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 4342 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
4343 (xftfont_get_xft_draw): New function.
4344 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
4345 (xftfont_end_for_frame): New function.
4346 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
4347
15139d67 4348 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 4349 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
4350 (struct ftxfont_frame_data): New struct.
4351 (ftxfont_draw_bitmap): New arg gc_fore and flush.
4352 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 4353 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
4354 (ftxfont_end_for_frame): New function.
4355 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
4356
4357 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
4358
73acf815 43592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4360
4361 * xselect.c (Vselection_coding_system)
4362 (Vnext_selection_coding_system): Delete them.
4363 (syms_of_xselect): Don't declare selection-coding-system and
4364 next-selection-coding-system. They are declared in select.el.
4365
73acf815 43662008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4367
4368 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
4369
4370 * w32fns.c: Include imm.h.
4371 (get_composition_string_fn, get_ime_context_fn): New optional
4372 system functions.
4373 (globals_of_w32fns): Load them from imm32.dll.
4374 (ignore_ime_char): New flag.
4375 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
4376 WM_IME_ENDCOMPOSITION messages.
4377
4378 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
4379 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
4380
73acf815 43812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4382
4383 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
4384 (READCHAR_REPORT_MULTIBYTE): New macro.
4385 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
4386 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
4387 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
4388 source.
4389
73acf815 43902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4391
4392 * xfaces.c (face_for_overlay_string): Call lookup_face with
4393 correct arguments (fix of synching with the trunk).
4394
73acf815 43952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4396
4c4475a8
GM
4397 * font.c (font_prop_validate_symbol, font_prop_validate_style)
4398 (font_prop_validate_non_neg, font_prop_validate_spacing):
4399 Delete argument prop_index.
15139d67
SM
4400 (font_property_table): Change arguments to validater. Change Callers.
4401 (font_lispy_object): Delete.
aca7a3d2
MB
4402 (font_at): Use font_find_object instead fo font_lispy_object.
4403
73acf815 44042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4405
4406 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
4407 and file names.
4408
73acf815 44092008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4410
4411 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
4412 (font_matches_spec): Remove debug output.
4413 (add_font_entity_to_list): Avoid using substituted fonts.
4414
73acf815 44152008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4416
4417 * doc.c (Fsnarf_documentation):
4418 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
4419
73acf815 44202008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 4421
290afd83 4422 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
4423 HAVE_WINDOW_SYSTEM is defined.
4424
73acf815 44252008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
4426
4427 Fix up multi-tty merge.
4428
4429 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
4430 and indentation.
4431
4432 * xfaces.c (free_realized_face, clear_face_gcs):
4433 Include font_done_for_face in the input_blocked section, just in case.
4434
4435 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
4436 (get_char_face_and_encoding): Undo last change and remove the *other*
4437 duplicate definition (i.e. keep the one that's better scoped and that
4438 includes code for the font-backend).
4439
4440 * terminal.c (create_terminal): Default keyboard_coding to
4441 `no-conversion' and terminal_coding to `undecided'.
4442
4443 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
4444
4445 * fontset.c (free_realized_fontsets): Check that the table entry does
4446 contain a fontset before trying to compare it to `base'.
4447
4448 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
4449 syms_of_charset, and syms_of_coding earlier because init_window_once
4450 now needs Vcoding_system_hash_table to be setup.
4451
4452 * coding.h (default_buffer_file_coding): Remove.
4453
4454 * coding.c (default_buffer_file_coding): Remove.
4455 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
4456 than ->symbol, and use the terminal-local coding system.
4457 (syms_of_coding): Don't setup the coding-systems that are not
4458 terminal-local.
4459 (Fdefine_coding_system_internal): Use XCAR/XCDR.
4460
4461 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
4462 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
4463
4464 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
4465 in chartab.c and were re-added here by mistake.
4466 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
4467
4468 * doc.c (Fsnarf_documentation):
4469 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
4470 src to etc.
4471
4472 * ChangeLog.10: Add mistakenly removed entry.
4473
73acf815 44742008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
4475
4476 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
4477
73acf815 44782008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4479
4480 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
4481 Add extra args to FACE_FOR_CHAR.
4482
73acf815 44832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4484
4485 * keymap.c (where_is_internal_1): If key is a cons, store the copy
4486 in sequence.
4487
4c4475a8
GM
4488 * chartab.c (map_sub_char_table, map_char_table): If the range
4489 contains just one character, call the function with that character
4490 even if the depth is not 3.
aca7a3d2 4491
73acf815 44922008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4493
4494 * w32font.c (w32font_text_extents): Calculate metrics for the
4495 whole string.
4496
73acf815 44972008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4498
4499 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
4500
73acf815 45012008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4502
4503 * w32term.c (x_set_glyph_string_clipping): Use
4504 get_glyph_string_clip_rects.
4c4475a8
GM
4505 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
4506 Adjust for the change of struct glyph_string.
aca7a3d2
MB
4507
4508 * w32font.c (w32font_draw): Do clipping here.
4509
73acf815 45102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4511
1f45f627 4512 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
4513 glyph_string.
4514
4515 * xterm.c (x_set_glyph_string_clipping): Use
4516 get_glyph_string_clip_rects.
4c4475a8
GM
4517 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
4518 Adjust for the change of struct glyph_string.
aca7a3d2
MB
4519
4520 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
4521 the resulting clip(s}.
1f45f627 4522 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
4523 row->clip temporarily.
4524 (expose_window): Redraw rows overlapping the exposed area.
4525
4526 * dispextern.h (struct glyph_row): New member clip.
4527 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
4528 clip_height, new member clip, and num_clips.
4529
73acf815 45302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4531
4532 * data.c (Fchar_or_string_p): Fix docstring.
4533
73acf815 45342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4535
4536 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
4537 create a temporal XftDraw object.
4538
73acf815 45392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4540
4541 * font.c (Ffontp): Fix docstring.
4542
4543 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
4544 strong evidence of ISO-2022.
4545
73acf815 45462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4547
4548 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
4549 SYNTAX_ENTRY_FOLLOW_PARENT.
4550
73acf815 45512008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
4552
4553 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
4554 its type.
4555 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
4556 Update to the new type of weak_hash_tables and next_weak.
4557
4558 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
4559 a plain C pointer to Lisp_Hash_Table.
4560
4561 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
4562 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
4563 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
4564 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
4565 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
4566 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
4567 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
4568 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
4569 (GC_EQ): Remove since they've been identical to their non-GC_
4570 alter-egos ever since the markbit was eradicated.
4571
290afd83
JB
4572 * alloc.c:
4573 * buffer.c:
4574 * buffer.h:
4575 * data.c:
4576 * fileio.c:
4577 * filelock.c:
4578 * fns.c:
4579 * frame.h:
4580 * lisp.h:
4581 * macterm.c:
4582 * print.c:
4583 * process.c:
4584 * w32fns.c:
4585 * w32menu.c:
4586 * w32term.c:
4587 * xfns.c:
4588 * xmenu.c:
4589 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 4590
73acf815 45912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4592
4593 * chartab.c (map_sub_char_table): Make it work for the top-level
4594 char-table. Fix handling of parent char-table.
c5ad7a3d 4595 (map_char_table): Adjust for the above change.
aca7a3d2 4596
73acf815 45972008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4598
4599 * w32font.c (Qgdi): Rename from Qw32.
4600
73acf815 46012008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4602
4603 * w32bdf.c (get_quoted_string): Make function static.
4604
73acf815 46052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4606
4607 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
4608 bigger ascent and descent than those of the font, use them as
4609 font's ascent and descent.
4610
73acf815 46112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4612
4613 * Makefile.in (${lispsource}international/charprop.el): Move this
4614 target within "#ifdef HAVE_UNIDATA" and "#endif".
4615
73acf815 46162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4617
4618 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
4619 (shortlisp): Add ../lisp/language/tai-viet.el.
4620
1f45f627 46212008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
4622
4623 * Makefile.in (${lispsource}international/charprop.el): Depend on
4624 temacs${EXEEXT}.
4625
73acf815 46262008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4627
4628 * w32font.c (w32font_close): Delete the GDI font object.
4629
6f69e89b 4630 * w32menu.c: Include character.h.
aca7a3d2
MB
4631
4632 * w32proc.c: Likewise.
4633
4634 * w32select.c: Likewise.
4635
6f69e89b 4636 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 4637
73acf815 46382008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4639
4640 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
4641
4642 * w32menu.c (syms_of_w32menu): Likewise.
4643
4644 * w32proc.c (syms_of_ntproc): Likewise.
4645
4646 * w32select.c (syms_of_w32select): Likewise.
4647
4648 * w32term.c (syms_of_w32term): Likewise.
4649
73acf815 46502008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4651
4652 * w32font.c (w32font_draw): Delete brush after using it.
4653
73acf815 46542008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4655
4656 * w32font.c (w32font_open): Don't set font_idx.
4657 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
4658 to font settings.
4659 (w32font_draw): Fill background explicitly.
4660
73acf815 46612008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4662
4663 * w32term.c (w32_initialize): Don't call w32font_initialize.
4664
4665 * w32font.c (w32font_info): Remove subranges.
4666 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
4667 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
4668 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
4669 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
4670 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
4671 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
4672 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
4673 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
4674 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
4675 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
4676 New symbols.
4677 (font_callback_data): New struct.
4678 (w32font_list, w32font_match): Use it.
4679 (w32font_open): Don't populate subranges.
4680 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
4681 (w32font_encode_char): Always return unicode code-point as-is.
4682 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
4683 GetGlyphOutline. Never look up by glyph index. Avoid looping
4684 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 4685 glyph index version.
1f204af3 4686 (set_fonts_frame): Remove.
aca7a3d2 4687 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
4688 set frame parameter. Use backward compatible fake foundries.
4689 Save generic family in extra slot under QCfamily. Make width slot
4690 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
4691 binary subranges.
4692 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 4693 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
4694 unwanted fonts.
4695 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
4696 (w32_registry): Default to iso10646_1.
4697 (fill_in_logfont): Use dpi from extra slot. Don't bother with
4698 string font registries. Don't fill in font name if it is a generic
4699 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
4700 extra info to fill pitch, family and charset fields.
4701 (list_all_matching_fonts): Use font_callback_data struct.
4702 (unicode_range_for_char): Remove.
4703 (font_supported_scripts): New function.
4704 (w32font_initialize): Remove.
4705 (syms_of_w32font): Update which symbols are defined.
4706
73acf815 47072008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4708
4709 * font.c (font_pixel_size): Reverse assq_no_quit args.
4710
4711 * w32term.h (FONT_WIDTH): Report max width, not average.
4712 (FONT_MAX_WIDTH): Remove.
4713 (FONT_AVG_WIDTH): New macro.
4714
4715 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
4716 redefinition of FONT_WIDTH.
4717
4718 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
4719 (w32_cache_char_metrics): Use FONT_WIDTH.
4720
4721 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
4722
73acf815 47232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4724
4725 * w32font.c (w32font_open): Make lfHeight negative.
4726
4727 * w32fns.c (x_default_font_parameter): Use new style font name.
4728 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
4729
73acf815 47302008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4731
4732 * w32font.c (QCsubranges): New symbol.
4733 (w32font_open, w32font_has_char): Get subranges from subproperty
4734 of extra.
4735 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
4736 (syms_of_w32font): Define :subranges symbol.
4737
4738 * font.c (font_put_extra): Expose externally.
4739
1f45f627 4740 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
4741
4742 * font.c (Ffont_get): Use font driver to determine otf capability.
4743 (adjust_anchor): Check if driver defines anchor_point before using.
4744
4745 * w32font.c (w32font_open): Handle size, height and pixel_size better.
4746 (w32font_draw): Use options.
4747 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
4748 Fix detection of truetype fonts.
4749 (registry_to_w32_charset): Handle charsets other than iso8859-1
4750 expressed as lisp symbols.
4751 (w32_registry): Express charset as lisp symbol.
4752 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 4753 Don't set width here. Set quality to default.
aca7a3d2
MB
4754
4755 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
4756 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
4757
4758 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4759 Remove redundant loop and allocation.
4760
4761 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 4762 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
4763 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
4764
4765 * xdisp.c (fill_composite_glyph_string): Make the first arg to
4766 STORE_XCHARB a valid l-value.
4767
4768 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
4769 calculations for non-Truetype fonts.
4770 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
4771 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4772 Remove redundant code.
aca7a3d2
MB
4773 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
4774
4775 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
4776 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
4777
4778 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
4779 (x_to_w32_charset, w32_to_x_charset): Expose externally.
4780
4781 * w32font.c: New file for w32 font backend.
4782
73acf815 47832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4784
4785 * term.c: Don't include "buffer.h" twice.
4786
73acf815 47872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4788
4789 * character.c (Funibyte_string): New function.
4790 (syms_of_character): Defsubr it.
4791
73acf815 47922008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4793
4794 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
4795 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
4796 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
4797 (x_draw_glyph_string, x_draw_glyph_string_foreground)
4798 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
4799 (x_free_frame_resources): Sync with xterm.c.
4800
73acf815 48012008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
4802
4803 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
4804 char-table size.
4805
73acf815 48062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4807
c3f9fba8 4808 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 4809
73acf815 48102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4811
4812 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
4813 font_otf_gpos, add font_drive_otf.
4814
4815 * fontset.c (fontset_find_font): Pay attention to font size
4816 specified for a font.
4817 (reorder_font_vector): Check contents of font_def.
4818
4819 * font.c (struct otf_list): Delete it.
6f69e89b 4820 (otf_list): Make it a lisp variable.
aca7a3d2 4821 (otf_open): Use lispy otf_list.
1f45f627 4822 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 4823 (check_otf_features): New function.
c3f9fba8
JB
4824 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
4825 New functions.
aca7a3d2
MB
4826 (font_drive_otf): New function merging font_otf_gsub and
4827 font_otf_gpos.
4828 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 4829 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
4830 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
4831 Ffont_otf_gpos.
4832 (syms_of_font): Staticpro otf_list. Delete defsubr of
4833 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
4834
1f45f627 4835 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
4836 font_open_for_lface.
4837
4838 * font.h (font_open_for_lface): Adjust prototype.
4839 (struct font_driver): Delete members otf_gsub and otf_gpos, add
4840 member otf_drive.
4841 (font_otf_gsub, font_otf_gpos): Delete externs.
4842 (font_drive_otf): Extern it.
4843
73acf815 48442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4845
4846 * font.c (font_at): If the window W is not on a window system,
4847 return Qnil.
4848
4c4475a8
GM
4849 * coding.c (produce_chars, encode_coding): Don't call
4850 insert_from_gap if no characters to produce.
aca7a3d2 4851
73acf815 48522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4853
4854 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
4855 Fclear_face_cache.
4856
4857 * xfaces.c (face_for_font): Check also face->font==font->font.font.
4858
73acf815 48592008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4860
4861 * emacs.c (main): Change default value of `enable_font_backend' to 1.
4862 Parse "--disable-font-backend" option.
4863 (standard_args): Add "--disable-font-backend" option.
4864
73acf815 48652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4866
4867 * fontset.c (fontset_find_font): New function.
4868 (fontset_font): Use fontset_find_font.
4869 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
4870 Register the specified font for all Latin characters.
4871 (new_fontset_from_font): Register the specified font for all Latin
4872 characters.
4873 (dump_fontset): For a realized fontset, include the base fontset
4874 name in the returned vector.
4875
73acf815 48762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4877
4878 * character.h (CHAR_STRING): Cast C to unsigned on calling
4879 char_string.
4880
4881 * character.c (char_string): Type of arg C changed to unsigned.
4882 Signal an error if C is an invalid character code.
4883
4c4475a8
GM
4884 * editfns.c (general_insert_function, Fchar_to_string):
4885 Use CHARACTERP, not INTEGERP.
aca7a3d2 4886
73acf815 48872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4888
4889 * character.h (MIN_MULTIBYTE_LEADING_CODE)
4890 (MAX_MULTIBYTE_LEADING_CODE): New macros.
4891
4892 * regex.c (analyse_first): Fix for multibyte characters in "case
4893 charset:" and "case categoryspec:".
4894
73acf815 48952008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
4896
4897 * Makefile.in (LIBES): Move standard libraries to the end.
4898
73acf815 48992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4900
4901 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
4902 nonzero, don't shrink the buffer nextb.
4903
4904 * buffer.h (struct buffer_text): New member inhibit_shrinking.
4905
4906 * coding.c (coding_alloc_by_making_gap): New arg offset.
4907 (alloc_destination): Call coding_alloc_by_making_gap with the arg
4908 offset.
4909 (decode_coding_iso_2022): Update coding->safe_charsets.
4910 (decode_coding_gap): Temporarily set
4911 current_buffer->text->inhibit_shrinking to 1.
4912
73acf815 49132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4914
4915 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
4916 indexing into elements of s->cmp and s->char2b.
4917
73acf815 49182008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
4919
4920 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
4921
73acf815 49222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4923
4924 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
4925 target_multibyte instead of multibyte.
4926 (re_match_2_internal): Call bcmp_translate with target_multibyte.
4927 (bcmp_translate): Change the argument name from multibyte to
4928 target_multibyte.
4929
73acf815 49302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4931
4932 These changes are to compile a regexp into a pattern that can be
4933 used both for multibyte and unibyte targets.
4934
4935 * Makefile.in (search.o): Depend on charset.h.
4936
4937 * character.c (multibyte_char_to_unibyte_safe): New function.
4938
4939 * search.c: Include "charset.h".
4940 (compile_pattern_1): Delete argument multibyte. Don't set
4941 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
4942 (compile_pattern): Don't compare cp->buf.target_multibyte.
4943 Compare cp->buf.charset_unibyte.
4944 (compile_pattern): Set cp->buf.target_multibyte.
4945
4946 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
4947
4948 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
4949
4950 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 4951 multibyte. Change callers.
aca7a3d2 4952 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
4953 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
4954 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
4955 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
4956 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
4957 (regex_compile): Make the compiled pattern usable both for
4958 multibyte and unibyte targets.
4959 (analyse_first): Make the fastmap usable both for multibyte and
4960 unibyte targets.
1f45f627 4961 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
4962 (re_match_2_internal): Pay attention to the case that the
4963 multibyteness of bufp and target may be different.
4964
73acf815 49652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4966
4967 * xdisp.c (x_produce_glyphs): When a font is not found, make the
4968 empty box occupy at least one column width.
4969
73acf815 49702008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4971
4972 * Makefile.in: Remove redundant HAVE_XFT clause.
4973
73acf815 49742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4975
4976 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
4977
73acf815 49782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4979
4980 * fontset.c (Finternal_char_font): Fix for the case of POSITION
4981 being nil.
4982
73acf815 49832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4984
4985 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
4986
73acf815 49872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4988
4989 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
4990
73acf815 49912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4992
4993 * search.c (simple_search): Fix previous change.
4994
73acf815 49952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4996
4997 * xftfont.c (ftfont_font_format): Extern declaration.
4998
4999 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
5000
5001 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
5002 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
5003
5004 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
5005 (ftfont_font_format): Fix previous change.
5006
5007 * font.h (Ffont_xlfd_name): EXFUN it.
5008
5009 * font.c (font_parse_xlfd): Fix the array size of `f'.
5010 (register_font_driver): Use EQ to compare driver->type.
5011
5012 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
5013 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
5014 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
5015
73acf815 50162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5017
4c4475a8
GM
5018 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
5019 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 5020
73acf815 50212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5022
5023 * xfont.c (xfont_open): Set font->format.
5024
5025 * xftfont.c (xftfont_open): Set font->format.
5026
5027 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
5028 (ftfont_list): Include FC_FONTFORMAT in FcObject.
5029 (ftfont_open): Set font->format.
5030 (ftfont_font_format): New function.
5031
5032 * font.h (struct font): New memeber format.
5033
5034 * font.c (Qopentype): New variable.
5035 (syms_of_font): Defsym it.
5036 (Fquery_font): Change the format of the last element of the return
5037 value.
5038
73acf815 50392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5040
5041 * xfns.c (xic_create_xfontset): Try the default fontset name as a
5042 last resort.
5043
73acf815 50442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5045
5046 * coding.c (detect_coding_charset): Fix detection of multi-byte
5047 charset.
5048
73acf815 50492008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
5050
5051 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
5052
73acf815 50532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5054
5055 * xdisp.c (get_next_display_element): Set it->face_id for the
5056 first component of a composition.
1f45f627 5057 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 5058
73acf815 50592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5060
5061 * fontset.c (Qlatin): New variable.
5062 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 5063 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 5064
73acf815 50652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5066
5067 * font.c (font_unparse_fcname): Pay attention to the case that
5068 some of font property is a null string.
5069
73acf815 50702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5071
5072 * term.c: Include "composite.h".
5073 (encode_terminal_code): Output all components of composition.
5074 Check the size of encode_terminal_src.
424c157f 5075 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
5076 (append_composite_glyph, produce_composite_glyph): New functions.
5077
5078 * xdisp.c (x_produce_glyphs): In handling composition, if a font
5079 is not found, get font_info from the current ascii face.
5080
73acf815 50812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5082
5083 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
5084 buffer-file-name to Qnil before calling insert_from_buffer.
5085
5086 * font.c (font_unparse_fcname): Pay attention to the case that
5087 foundry is a null string.
5088
73acf815 50892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5090
5091 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
5092
5093 * font.c (Qunicode_sip): New variable.
5094 (syms_of_font): Declare it as a Lisp symbol.
5095
5096 * font.h (Qunicode_sip): Extern it.
5097
73acf815 50982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5099
1f45f627 5100 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
5101
5102 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 5103 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
5104 the first elememnt of allocated memory.
5105
1f45f627 5106 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
5107
5108 * xdisp.c (handle_composition_prop): Set it->c to the first
5109 non-TAB component.
1f45f627
GM
5110 (fill_composite_glyph_string): Change argument.
5111 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
5112 (x_produce_glyphs): Fix handling of left/right padding.
5113
73acf815 51142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5115
5116 * coding.c (detect_coding_system): Fix for handling off
5117 inhibit_iso_escape_detection. Fix for the case that no coding
5118 system is defined for a specific coding category.
5119
73acf815 51202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5121
1f45f627 5122 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
5123
5124 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
5125 opening a font.
5126
5127 * fileio.c (Finsert_file_contents): On recovering a file, assume
5128 Unix-like eol.
5129 (choose_write_coding_system): On auto-saving a file, force
5130 Unix-like eol.
5131
5132 * coding.c (setup_coding_system): Fix setting of
5133 coding->common_flags based on eol_type.
5134 (coding_inherit_eol_type): If PARENT is not nil, be sure to
5135 inherit from it.
5136
73acf815 51372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5138
1f45f627 5139 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 5140
73acf815 51412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5142
1f45f627 5143 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
5144 (ftfont_list): Don't check :name property.
5145 (ftfont_match): New function.
5146 (ftfont_pattern_entity): If the pattern doesn't contain
5147 FC_SPACING, don't assuce FC_MONO.
5148
5149 * font.h (struct font_driver): New member `match'.
1f45f627 5150 (font_update_drivers): Adjust prototype.
aca7a3d2 5151
4c4475a8
GM
5152 * font.c (font_parse_fcname, font_parse_name): Don't change :name
5153 property of FONT.
aca7a3d2
MB
5154 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
5155 them unconditionally.
5156 (font_matching_entity): New function.
5157 (font_open_by_name): Try font_matching_entity if exact match is
5158 not found.
5159 (font_update_drivers): Delete the arg FONT. Return a list of
5160 actually used backends. Don't free faces, font caches here.
5161 Don't store data in frame parameters. Don't call x_set_font.
5162 (Ffont_spec): Store :name property as is.
5163 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
5164 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
5165 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
5166 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
5167 Call font->driver->otf_gsub instead of font_otf_gsub.
5168
5169 * frame.c (x_set_font_backend): Do more works that were done in
5170 font_update_drivers before.
5171
5172 * xfont.c (xfont_match): New function.
5173 (xfont_driver): Set xfont_driver.match to xfont_match.
5174 (xfont_draw): Set font in GC if necessary.
5175
5176 * ftxfont.c (ftxfont_match): New function.
5177 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
5178
5179 * xftfont.c (xftfont_match): New function.
5180 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
5181
73acf815 51822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5183
5184 * font.h (struct font): New member scalable.
5185 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 5186 (font_otf_gsub): Adjust prototype.
aca7a3d2 5187
1f45f627
GM
5188 * font.c (font_otf_capability): Fix handling of the default langsys.
5189 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
5190 Check the contents of SPEC.
5191 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
5192 (check_gstring): New function.
5193 (REPLACEMENT_CHARACTER): New macro.
5194 (font_otf_gsub): New arg alternate_subst. Be sure to set all
5195 glyph codes of GSTRING.
5196 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
5197 (font_prepare_composition): Set cmp->glyph_len.
5198 (font_open_entity): Set font->scalable.
5199 (Ffont_get): Handle :otf property.
5200 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
5201 functions.
5202 (Fquery_font): Use font->font.full_name.
5203 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
5204 Sfont_otf_alternates.
5205
5206 * ftfont.c (ftfont_open): Set font->font.full_name and
5207 font->font.name properly. Fix calculation of font->font.height
5208 and font->min_width.
5209
5210 * ftxfont.c (ftxfont_create_gcs): New function.
5211 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
5212 (ftxfont_draw_backgrond): Fix filling region.
5213 (ftxfont_default_fid): New function.
5214 (ftxfont_open): Set xfotn->fid to the return value of
5215 ftxfont_default_fid.
5216 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
5217 (ftxfont_done_face): Free only GCs that are created by
5218 ftxfont_create_gcs.
5219 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
5220
5221 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
5222 Clip to src->width, etc (not src->clip_XXX).
5223
5224 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
5225 FontBackend frame parameter.
5226
73acf815 52272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5228
5229 * font.h (struct font_driver_list): New member `on'.
5230 (Fclear_font_cache): EXFUN it.
5231 (font_update_drivers): Extern it.
5232
5233 * font.c (font_unparse_fcname): Fix typo (swidth->width).
5234 (font_list_entities): Check driver_list->on.
5235 (register_font_driver): Initalize `on' member to 0.
5236 (font_update_drivers): New function.
5237 (Fclear_font_cache): Check driver_list->on.
5238
5239 * frame.h (Qfont_backend): Extern it.
5240 (x_set_font_backend): Extern it.
5241
5242 * frame.c (Qfont_backend): New variable.
5243 (frame_parms): New element for font-backend.
5244 (x_set_font_backend): New function.
5245
5246 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
5247 FontBackend frame parameter.
5248 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
5249 x_set_font_backend.
5250
5251 * xfont.c (xfont_list): Don't try listing by :name property if the
5252 name is not for XLFD.
5253
73acf815 52542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5255
5256 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
5257 (LGLYPH_SET_TO): New macros.
5258 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
5259 element of G is vector or not.
5260 (font_at): Extern it.
5261
5262 * font.c: Include window.h.
5263 (font_lispy_object): New function.
5264 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
5265 end of valid glyph.
5266 (font_close_object): Fix getting (struct font *).
5267 (font_at): New function.
5268 (Ffont_get): If FONT is a font-object, get entity from it.
5269 (Ffont_make_gstring): Initialize elements of glyphs with nil.
5270 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
5271 range check.
5272 (Ffont_at): New function.
5273 (syms_of_font): Defsubr Sfont_at.
5274
5275 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 5276 before the entry for Qcomposition.
1f45f627 5277 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
5278 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
5279 the font in gstring.
5280 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
5281 LGLYPH_FORM (g) to detect the end of valid glyph.
5282 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
5283 we are composing with gstring.
5284
5285 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
5286 Check if adjustment is vector or not.
5287
5288 * Makefile.in (font.o): Make it depends on window.h.
5289
73acf815 52902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5291
5292 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
5293 adjustment is vector or not.
5294
73acf815 52952008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5296
5297 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
5298
73acf815 52992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5300
5301 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
5302 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
5303 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
5304
1f45f627 5305 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 5306 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
5307 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
5308 LGLYPH format.
aca7a3d2 5309
1f45f627 5310 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
5311 the change of LGLYPH format.
5312
73acf815 53132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5314
5315 * ftfont.c (ftfont_list): Fix typo.
1f45f627 5316 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 5317
880820fe 53182008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
5319
5320 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
5321
5322 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
5323 xftface_info is non-NULL.
5324
880820fe 53252008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 5326
1f45f627 5327 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 5328
73acf815 53292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5330
5331 * ftfont.c (ftfont_list): Pay attention to the case that
5332 FC_CAPABILITY is not defined.
5333
73acf815 53342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5335
5336 * xftfont.c (xftfont_open): Set charset related members to -1.
5337
1f45f627
GM
5338 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
5339 QCname.
aca7a3d2
MB
5340 (ftfont_open): Set charset related members to -1.
5341
5342 * fontset.c (Votf_script_alist): New variable.
5343 (syms_of_fontset): Initialize it.
5344 (fontset_font): Delete unused variable.
5345
5346 * fontset.h (Votf_script_alist): Extern it.
5347
1f45f627 5348 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
5349
5350 * font.h (font_close_object, font_merge_old_spec): Extern them.
5351
73acf815 53522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5353
5354 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
5355 (syms_of_font): Initialize them.
5356 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
5357 (font_prop_validate_type): Delete.
5358 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
5359 Change caller.
5360 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
5361 (font_prop_validate_extra): Delete.
aca7a3d2
MB
5362 (font_prop_validate_spacing): New function.
5363 (font_property_table): Add elements for all known properties.
1f45f627
GM
5364 (get_font_prop_index): Rename from check_font_prop_name. New
5365 argument FROM. Change caller.
aca7a3d2 5366 (font_prop_validate): Validate all known properties.
1f45f627 5367 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
5368 (font_expand_wildcards): Make it static. Fix the way of shrinking
5369 the possible range.
1f45f627 5370 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 5371 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 5372 Change caller.
aca7a3d2 5373 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
5374 (font_parse_fcname): Delete argument merge. Fix parsing of point
5375 size. Don't validate properties values here. Change caller.
5376 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
5377 (font_open_by_name): Delete unused variable.
5378 (Ffont_spec): Likewise. Validate property values.
5379 (Ffont_match_p): New function.
5380
5381 * font.h (QCscalable): Extern it.
1f45f627 5382 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 5383
1f45f627 5384 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 5385
1f45f627 5386 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
5387 (xfont_list_pattern): New function.
5388 (xfont_list): Use xfont_list_pattern.
5389
73acf815 53902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5391
5392 * font.h (Flist_fonts): EXFUN it.
5393
73acf815 53942008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5395
5396 * w32term.c (w32_initialize): Add back smoothing_type and
5397 smoothing_enabled definitions.
5398
73acf815 53992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5400
5401 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
5402 s->face->font on determining underline position.
5403
73acf815 54042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5405
5406 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
5407 (font_has_char): Accept font-object too.
5408 (font_find_for_lface): Try at first with a size specified in face.
5409
73acf815 54102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5411
5412 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
5413 font_open_by_name.
5414
73acf815 54152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5416
5417 * font.h (QCspacing, QCdpi): Extern them.
5418 (enum font_spacing): New enum.
5419 (FONT_PIXEL_SIZE_QUANTUM): New macro.
5420
5421 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
5422 (QCspacing, QCdpi): New variables.
5423 (syms_of_font): Initialize them.
5424 (font_pixel_size): New function.
5425 (font_put_extra): New function.
5426 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
5427 in FONT_EXTRA.
e9184ccb
JB
5428 (font_parse_fcname): Handle enumenrated values (e.g. bold).
5429 Fix handling font size. Add QCname property that contains only
aca7a3d2 5430 unknown properties.
1f45f627 5431 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 5432 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
5433 (font_sort_entites, font_list_entities, font_find_for_lface)
5434 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 5435 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
5436
5437 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
5438 include weight in listing pattern, instead check weight of each
5439 listed font. Don't include scalable in pattern. Pay attention to
5440 FONT_PIXEL_SIZE_QUANTUM.
5441
73acf815 54422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5443
aca7a3d2 5444 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 5445 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
5446 (font_list_entities): Handle float size correctly.
5447 (font_open_by_name): Prefer `normal' property values if the name
5448 doesn't specify them.
5449
5450 * fontset.c (Finternal_char_font): Use font_get_name, not
5451 Ffont_xlfd_name.
5452
5453 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
5454 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
5455 pattern. Don't force scalable.
5456
5457 * xftfont.c (xftfont_open): For generating a name, start from
5458 96-byte buffer.
5459
880820fe 54602008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
5461
5462 * frame.h (x_new_fontset2): Fix prototype.
5463
73acf815 54642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5465
1f45f627 5466 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
5467 (font_match_p, font_get_spec, font_parse_fcname)
5468 (font_unparse_fcname): Extern them.
1f45f627 5469 (font_get_name): Adjust prototype.
aca7a3d2
MB
5470
5471 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
5472 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
5473 (font_expand_wildcards): Fix handling ENCODING field. Avoid
5474 unnecessary checks for weight, slant, and swidth.
5475 (font_parse_fcname): New function.
5476 (font_unparse_fcname): New function.
5477 (font_parse_name): New function.
5478 (font_match_p): New function.
1f45f627 5479 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
5480 (font_get_spec): New function.
5481 (Qunspecified, Qignore_defface): Don't extern them.
5482 (font_find_for_lface): Assume that LFACE is fully specified.
5483 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
5484 object, use it for FACE.
5485 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
5486 driver->parse_name.
5487 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
5488
1f45f627
GM
5489 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
5490 prototype.
aca7a3d2 5491
1f45f627
GM
5492 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
5493 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
5494 make_fontset.
5495
1f45f627 5496 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 5497
1f45f627 5498 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
5499 of x_new_fontset2.
5500
5501 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
5502 (Qsans__serif): New variables.
5503 (ftfont_generic_family_list): New variable.
5504 (syms_of_ftfont): Initialize the above variables.
1f45f627 5505 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
5506 (ftfont_list_generic_family): New function.
5507 (ftfont_parse_name): Delete this function.
1f45f627 5508 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
5509 (ftfont_list_family): Fix args to FcObjectSetBuild.
5510
5511 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
5512 object in attrs[LFACE_FONT_INDEX].
5513 (set_lface_from_font_name): Cancel all changes for font-backend.
5514 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
5515 function.
5516 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
5517 font object in QCfont attribute.
5518 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
5519 (realize_default_face) [USE_FONT_BACKEND]: Call
5520 set_lface_from_font_and_fontset.
5521
5522 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
5523 "fixed", and signal error here if no suitable font was found.
5524
5525 * xfont.c (xfont_parse_name): Delete this function.
5526
5527 * xftfont.c (xftfont_open): Change coding style of error
5528 handling. Generate fontconfig's fontname pattern.
5529
5530 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
5531 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
5532
5533 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
5534 Both args FONTSET and FONT_OBJECT must be existing ones.
5535
73acf815 55362008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5537
5538 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
5539
73acf815 55402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5541
5542 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
5543
5544 * font.h (struct font): Fix typo.
5545
5546 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
5547 XLFD_XXX_INDEX.
5548 (enum xlfd_field_mask): New enum.
1f45f627 5549 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
5550 are followed by non-digits, return a symbol.
5551 (font_expand_wildcards): New function.
5552 (font_parse_xlfd): Fix wildcard handling.
5553 (Ffont_spec): If :name is specified, reflect the info in the other
5554 properties.
5555
5556 * ftfont.c (ftfont_pattern_entity): Fix typo.
5557 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
5558 locale.
5559
73acf815 55602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5561
5562 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
5563
1f45f627 5564 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
5565 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
5566 registry doesn't specify encoding part.
5567 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
5568 (font_open_by_name): At first try parsing the name.
5569 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
5570 as Lisp symbols.
5571
5572 * fontset.c (reorder_font_vector): Pay attention to the case that
5573 the 3rd element of font_def is nil.
5574 (fontset_font): For the default fontset, append one more fontset
5575 elements for a script-based font specification. Don't add script
5576 attribute on finding a font.
5577 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
5578 font name.
5579 (fontset_ascii_font): If a font can't be opened, return nil.
5580
1f45f627 5581 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
5582 (ftfont_pattern_entity): New function.
5583 (ftfont_get_cache): Assume that freetype_font_cache is already
5584 initialized.
5585 (ftfont_list): Handle the case that a file is specified in font
5586 name. Use ftfont_pattern_entity to generate entities.
5587 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
5588 (syms_of_ftfont): Initialize freetype_font_cache.
5589
5590 * xftfont.c (xftfont_open): Make the font name fontconfig's
5591 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
5592 (xftfont_close): Free font->font.name if not NULL.
5593
5594 * xfont.c (xfont_list): If script is specified for a font, return
5595 null_vector.
5596 (xfont_list_family): Declare argument type.
5597
5598 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
5599 name, set LFACE_FONT (lface) to nil.
5600
5601 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
5602 return Qnil.
5603
73acf815 56042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5605
1f45f627 5606 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
5607 (standard_args): Add "-enable-font-backend".
5608
73acf815 56092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5610
5611 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
5612 (struct xftdraw_list, xftdraw_list): Delete them.
5613 (register_xftdraw, check_xftdraw): Delete them.
5614 (xftfont_prepare_face): Don't call register_xftdraw.
5615 (xftfont_done_face): Don't call check_xftdraw.
5616 (xftfont_draw): Get backroudn color only when with_background is
5617 nonzero.
5618
5619 * xfont.c (xfont_encode_char): Fix calculation of char2b.
5620
73acf815 56212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5622
5623 These changes are for the new font handling codes.
5624
5625 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
5626 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
5627 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
5628 (FONTSRC, FONTOBJ): New variables.
5629 (obj): Add $(FONTOBJ).
5630 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
5631 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
5632 @LIBOTF_LIBS@.
5633 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 5634 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 5635
1f45f627 5636 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
5637
5638 * character.h (Vscript_representative_chars): Extern it.
5639
5640 * character.c (Vscript_representative_chars): New variable.
5641 (syms_of_character): Declare it as a Lisp variable.
5642
5643 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
5644 enable_font_backend is nonzero, accept the composition method
5645 COMPOSITION_WITH_GLYPH_STRING.
5646
5647 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
5648 enumeration COMPOSITION_WITH_GLYPH_STRING.
5649
aca7a3d2
MB
5650 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
5651 members clip_x, clip_y, clip_width, and clip_height.
5652 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
5653
5654 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
5655 --enable-font-backend. Call syms_of_font.
5656
5657 * fns.c (assoc_no_quit): New function.
5658
5659 * fontset.h (FONT_INFO_FROM_FACE): New macro.
5660 (face_for_font, new_fontset_from_font)
5661 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
5662
5663 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
5664 (fontset_font, fontset_ascii, face_for_char)
5665 (make_fontset_for_ascii_face, Ffont_info)
5666 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
5667 is nonzero, use font-backend mechanism.
5668 (find_font_encoding): Make it non-static.
5669 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
5670 New functions.
5671
5672 * frame.h (struct frame): New members resx and resy.
5673 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
5674 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
5675
5676 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 5677 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
5678
5679 * lisp.h (assoc_no_quit): Extern it.
5680
5681 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
5682 Through out the file, use FONT_INFO_FROM_FACE instead of
5683 FONT_INFO_FROM_ID, use get_per_char_metric instead of
5684 rif->per_char_metric.
5685 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
5686 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
5687 (get_glyph_face_and_encoding, fill_composite_glyph_string)
5688 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
5689 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
5690 nonzero, use font-backend mechanism.
5691 (get_per_char_metric): New function.
5692
5693 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
5694 (set_lface_from_font_name)
5695 (set_font_frame_param, free_realized_face)
5696 (prepare_face_for_display, clear_face_gcs)
5697 (Finternal_set_font_selection_order, realize_x_face)
5698 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
5699 font-backend mechanism.
1f45f627 5700 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
5701 (load_face_font) [USE_FONT_BACKEND]: Abort.
5702 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 5703 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
5704
5705 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
5706 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
5707 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
5708 nonzero, register all available font drivers. Call
5709 x_default_font_parameter for deciding a font.
5710 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
5711
5712 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
5713 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
5714 (x_set_glyph_string_clipping_exactly)
5715 (x_compute_glyph_string_overhangs)
5716 (x_draw_glyph_string_foreground)
5717 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
5718 (x_free_frame_resources) [USE_FONT_BACKEND]: If
5719 enable_font_backend is nonzero, use font-backend mechanism.
5720 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
5721
73acf815 57222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5723
fcb314b2 5724 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
5725 system_eol_type.
5726 (syms_of_coding): Initialize system_eol_type.
5727
fcb314b2
GM
5728 * process.c (Fset_process_coding_system): Inherit system's eol
5729 format if necessary.
aca7a3d2 5730
73acf815 57312008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5732
5733 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
5734
73acf815 57352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5736
5737 * coding.c (decode_eol): Pay attention to buffer relocation in
5738 del_range_2.
5739 (decode_coding): Call decode_eol before restoring undo_list.
5740
73acf815 57412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5742
5743 * charset.c (Fdefine_charset_internal): Fix setting of
5744 emacs_mule_bytes.
5745
73acf815 57462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5747
5748 * keyboard.c (read_char): Check if C is a character or not before
5749 looking up Vkeyboard_translate_table.
5750
73acf815 57512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5752
5753 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
5754 condition to terminate the loop.
5755
73acf815 57562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5757
5758 * coding.c (produce_composition): Compare charbuf[i] instead of
5759 args[i] against 0.
5760 (Fterminal_coding_system): Use EQ to compare Lisp objects.
5761
73acf815 57622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5763
5764 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
5765 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
5766 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
5767 detect_coding.
5768 (emacs_mule_char): Handle old style (Emacs 20) component character
5769 of a composition.
4c4475a8
GM
5770 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
5771 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
5772 composition rule.
aca7a3d2
MB
5773 (decode_coding_emacs_mule): Handle invalid bytes correctly.
5774
73acf815 57752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5776
5777 * coding.c (encode_coding_ccl): Allocate destination dynamically
5778 when necessary.
5779
73acf815 57802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5781
5782 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
5783 the loop. When quitted, show a proper error message.
5784
73acf815 57852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5786
aca7a3d2
MB
5787 * xterm.c (x_set_glyph_string_clipping_exactly): Set
5788 src->clip_head and src->clip_tail temporarily instead of src->hl.
5789
5790 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
5791 character sequence.
5792 (Fccl_execute_on_string): Use ASET, not XSET.
5793
73acf815 57942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5795
1f45f627 5796 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 5797
73acf815 57982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5799
5800 * coding.c (decode_coding): Fix the condition of terminating the
5801 decoding loop.
5802
73acf815 58032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5804
5805 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 5806 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 5807
73acf815 58082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5809
5810 * charset.c (map_charset_chars): Fix for ascii-compatible charset
5811 made by a mapping table.
5812
73acf815 58132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5814
5815 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
5816 not.
5817 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
5818 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
5819
5820 * xterm.c (x_draw_composite_glyph_string_foreground): Check
5821 s->face is NULL or not.
5822
73acf815 58232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5824
5825 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
5826 (x_draw_glyph_string): Fix drawing of right_overhang and
5827 left_overhang around/on cursor.
5828
1f45f627 5829 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 5830
73acf815 58312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5832
5833 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
5834
73acf815 58352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5836
4c4475a8
GM
5837 * coding.c (Fdefine_coding_system_internal)
5838 (Fdefine_coding_system_alias): Avoid a duplicated element in
5839 Vcoding_system_alist.
aca7a3d2 5840
73acf815 58412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5842
5843 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
5844
fcb314b2 5845 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
5846 (syms_of_coding): Intern and staticpro it.
5847 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 5848 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
5849
5850 * coding.h (CODING_SYSTEM_P): If ID is not available, call
5851 Fcoding_system_p.
5852 (CHECK_CODING_SYSTEM): If ID is not available, call
5853 Fcheck_coding_system.
4c4475a8
GM
5854 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
5855 Try also Fcheck_coding_system.
aca7a3d2 5856
73acf815 58572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5858
aca7a3d2
MB
5859 * coding.c (code_conversion_restore): GCPRO arg.
5860
73acf815 58612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5862
5863 * character.c (lisp_string_width): Check multibyteness of STRING.
5864
73acf815 58652008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5866
5867 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
5868 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
5869 (decode_mac_font_name): Use decode_coding_c_string instead of
5870 decode_coding.
5871 (x_load_font): Initialize fontp->fontset to -1. Set
5872 fontp->encoding_type.
5873
73acf815 58742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5875
5876 * search.c (search_buffer): Give up BM search on case-fold-search
5877 if one of a target character has a case-equivalence of different
5878 byte length even if that target charcter is an ASCII.
1f45f627
GM
5879 (simple_search): Fix calculation of byte length of matched text.
5880 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 5881
73acf815 58822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5883
5884 * coding.c (decode_coding): Fix handling of invalid bytes.
5885
73acf815 58862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5887
5888 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
5889 Unicode characters.
5890
73acf815 58912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5892
5893 * coding.c (encode_coding_object): If a pre-write-conversion
5894 function makes a new buffer, kill it.
5895
73acf815 58962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5897
5898 * coding.c (QCascii_compatible_p): New variable.
5899 (syms_of_coding): Initialize it.
4c4475a8
GM
5900 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
5901 calling string_char.
aca7a3d2
MB
5902 (record_conversion_result): Add `default:' case.
5903 (coding_charset_list): Delete unused variable `coding_type'.
5904 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
5905 property in the plist of the coding system.
5906 (Fcoding_system_put): Check QCascii_compatible_p.
5907
73acf815 59082008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5909
5910 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
5911 removed calculation of frame `f', as it's now used.
5912
73acf815 59132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5914
1f45f627 5915 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
5916 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
5917 (UNIDATA): New variable.
5918 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
5919 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
5920 $(RUN_TEMACS) unconditionally.
5921
73acf815 59222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5923
1f45f627 5924 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
5925 (admindir): New variable.
5926 ($(lispsource)international/charprop.el): New target.
5927
73acf815 59282008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 5929
1f45f627 5930 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
5931 (syms_of_character): Remove its initialization.
5932
73acf815 59332008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
5934
5935 * w32select.c (validate_coding_system)
5936 (setup_windows_coding_system): New functions.
5937 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
5938 setup_windows_coding_system.
5939 (setup_config, Fw32_get_clipboard_data): Use
5940 validate_coding_system.
5941 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 5942 where signals are allowed.
aca7a3d2
MB
5943
5944 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
5945 (Fcheck_coding_system): Add declarations.
5946
73acf815 59472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5948
1f45f627 5949 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 5950
73acf815 59512008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5952
5953 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
5954 string as the second argument for x_new_fontset.
5955
73acf815 59562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5957
5958 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
5959 (encode_coding_object): Use safe_call instead of call2.
5960
73acf815 59612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5962
1f45f627 5963 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
5964
5965 * Makefile.in (lisp): Include charprop.el.
5966
73acf815 59672008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5968
5969 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
5970 Not sure if it's unnecessary.
5971
73acf815 59722008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
5973
5974 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
5975 some possibly unnecessary fontset checking code that crashed
1f45f627 5976 when creating a new frame.
aca7a3d2 5977
73acf815 59782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5979
5980 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
5981 lookup_face.
5982
5983 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
5984
1f45f627 5985 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 5986
73acf815 59872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5988
73acf815 5989 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
5990 (coding_charset_list): New function.
5991
5992 * coding.h (coding_charset_list): Extern it.
5993
73acf815 59942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5995
5996 * fontset.c (Fset_fontset_font): Call find_font_encoding with
5997 concatenation of family and registry.
5998
73acf815 59992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6000
6001 * character.h (BYTE8_STRING): Fix typo.
6002
6003 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
6004 string to multibyte (sync to HEAD).
6005
6006 * casefiddle.c (casify_region): Handle changes in byte-length
6007 using replace_range_2 (sync to HEAD).
6008
73acf815 60092008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6010
6011 * chartab.c (map_char_table): GCPRO table and arg.
6012
73acf815 60132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6014
6015 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
6016 already at limit.
6017
73acf815 60182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6019
6020 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
6021 instead of fast_c_string_match_ignore_case.
1f45f627 6022 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 6023 fast_string_match_ignore_case instead of
1f45f627 6024 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 6025
73acf815 60262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6027
6028 * xdisp.c (get_next_display_element): In unibyte case, decide to
6029 display in octal form by checking a chacter by
6030 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
6031
1f45f627 6032 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
6033
6034 * character.c (unibyte_has_multibyte_table): New variable.
6035
6036 * character.h (unibyte_has_multibyte_table): Extern it.
6037 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
6038
73acf815 60392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6040
6041 * coding.c (encode_coding_iso_2022): Fix handling of charset
6042 annotation.
6043
73acf815 60442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6045
6046 * coding.c (setup_coding_system): If coding_system is nil, use
6047 Qundecided.
6048 (Fterminal_coding_system): Return nil if terminal coding system is
6049 `undecided'.
6050 (syms_of_coding): Define coding-system `undecided' here. Setup
6051 terminal_coding as `undecided'.
6052
73acf815 60532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6054
6055 * xdisp.c (message_dolog, set_message_1): Call
6056 unibyte_char_to_multibyte with arg type int.
6057
aca7a3d2
MB
6058 * lread.c (read1): Fix reading of a char-table.
6059
6060 * print.c (print_object): Include sub char-table in cicularities
6061 detection.
6062
73acf815 60632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6064
6065 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 6066 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 6067
73acf815 60682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6069
6070 * fileio.c (report_file_error): Make a unibyte string from
6071 strerror (errorno).
6072 (Fsubstitute_in_file_name): Fix the arg to
6073 unibyte_char_to_multibyte. It is evaluated twice.
6074
73acf815 60752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6076
6077 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
6078
73acf815 60792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6080
6081 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
6082 BOM is not found.
4c4475a8
GM
6083 (detect_coding, detect_coding_system): Optimization for ISO-2022
6084 when no 8-bit data is found.
aca7a3d2 6085
73acf815 60862008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6087
6088 * w32fns.c (x_to_w32_font): Update to use new coding struct.
6089
73acf815 60902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6091
4c4475a8
GM
6092 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
6093 CHARS.
aca7a3d2 6094
73acf815 60952008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
6096
6097 * macterm.c (mac_encode_char): Add charset argument and update
6098 to use encoding_type.
2a2e8de7 6099 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
6100 switch to pure fontset.
6101 (decode_mac_font_name): Temporarily remove decoding.
6102 (x_font_name_to_mac_font_name): Temporarily remove encoding.
6103 (x_load_font): Temporarily remove encoding.
aca7a3d2 6104
73acf815 61052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6106
6107 * xfaces.c (Fface_font): If frame is not on a window system,
6108 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
6109 refer to face->font.
6110 (split_font_name_into_vector, build_font_name_from_vector)
6111 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
6112 whne HAVE_WINDOW_SYSTEM is defined.
6113
73acf815 61142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6115
6116 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
6117 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 6118 cmp->glyph_len is zero.
aca7a3d2 6119
1f45f627 6120 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
6121 (Ffontset_info): Make it backward compatible. New arg ALL.
6122
73acf815 61232008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
6124
6125 * process.c (read_process_output): Grow decoding_buf when needed;
6126 this could cause a crash in allocate_string and compact_small_strings.
6127
73acf815 61282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6129
1f45f627 6130 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 6131
73acf815 61322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6133
6134 * coding.c (setup_coding_system): Set coding->common_flags
6135 correctly for raw-text.
6136 (consume_chars): On encoding unibyte text by raw-text, don't check
6137 multibyte form.
1f45f627 6138 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
6139
6140 * fileio.c (e_write): Short cut for the case of no encoding.
6141
73acf815 61422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6143
4c4475a8
GM
6144 * coding.c (detect_coding, detect_coding_system): Delete unused
6145 variables.
aca7a3d2 6146
73acf815 61472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6148
6149 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
6150 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
6151
73acf815 61522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6153
6154 * coding.c (Ffind_coding_systems_region_internal): Include
6155 raw-text and no-conversion in the result.
6156
73acf815 61572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6158
1f45f627 6159 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
6160 (load_font_get_repertory): Delete unnecessary check of ENCODING of
6161 FONT_DEF.
6162 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 6163 (set_fontset_font): Change argument.
aca7a3d2
MB
6164 (Fset_fontset_font): Fix for the case that TARGET is a script
6165 name and charset name.
6166 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
6167
73acf815 61682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6169
1f45f627
GM
6170 * fontset.c (fontset_font): Rename from fontset_face. Change return
6171 value.
4c4475a8
GM
6172 (face_suitable_for_char_p, face_for_char): Adjust for the change
6173 of fontset_font.
aca7a3d2
MB
6174 (make_fontset_for_ascii_face): Fix setting of the fontset element
6175 for ASCII.
6176 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
6177 to get a font name.
1f45f627 6178 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 6179
fcb314b2 6180 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
6181
6182 * character.h (LEADING_CODE_LATIN_1_MIN)
6183 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
6184
73acf815 61852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6186
fcb314b2 6187 * editfns.c (check_translation): New function.
aca7a3d2
MB
6188 (Ftranslate_region_internal): Handle M:N mapping.
6189
73acf815 61902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6191
6192 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
6193
73acf815 61942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6195
6196 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
6197 goto invalid_code.
6198 (decode_coding_iso_2022): Fix handling of invalid designation.
6199
6200 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
6201 after calling code_conversion_save.
6202
73acf815 62032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6204
6205 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
6206
6207 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
6208
6209 * fontset.c: Include "intervals.h".
6210 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
6211 (free_face_fontset, new_fontset_from_font_name): Fix
6212 Lisp_Object/int mixup.
aca7a3d2
MB
6213
6214 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
6215
6216 * coding.c: Add many prototypes for static functions.
6217 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 6218 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
6219 (Funencodable_char_position, Fcheck_coding_systems_region): Call
6220 get_translation_table with max_lookup NULL.
aca7a3d2 6221
73acf815 62222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6223
6224 * coding.c (get_translation_table): Declare it as Lisp_Object.
6225 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
6226 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
6227 instead of CHAR_TABLE_REF.
aca7a3d2 6228
73acf815 62292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6230
1f45f627 6231 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
6232 annotation data format.
6233 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 6234 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 6235 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 6236 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
6237 (decode_coding_ccl, decode_coding_charset): Pay attention to
6238 coding->charbuf_used.
aca7a3d2
MB
6239 (get_translation): New function.
6240 (produce_chars): New arguments translation_table and last_block.
6241 Translate characters here. Return number of carryover chars.
1f45f627
GM
6242 Change caller.
6243 (produce_composition): New argument pos. Change caller.
6244 Adjust for the change of annotation data format.
aca7a3d2
MB
6245 (produce_charset, produce_annotation): Likewise.
6246 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
6247 (consume_chars): New arg translation_table. Change caller.
6248 (translate_chars): Delete.
6249 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 6250
73acf815 62512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6252
6253 * search.c (simple_search): Fix setting this_pos_byte in backward
6254 search.
6255
6256 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
6257 byte sequence.
6258 (detect_coding_ccl): Fix setting of the variable valids.
6259
73acf815 62602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6261
6262 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
6263
6264 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
6265
1f45f627 6266 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
6267 Ftranslate_region. Accept a char-table in TABLE.
6268 (syms_of_editfns): Defsubr Stranslate_region_internal.
6269
6270 * xfaces.c (set_lface_from_font_name): If a font is specified for
6271 a frame, generate a fontset from the font.
6272 (build_scalable_font_name): If the scalable font is requested for
6273 a specific size, don't change that size.
6274 (try_font_list): Try a scalable font also in the case that a
1f45f627 6275 pattern string is specified.
aca7a3d2 6276
73acf815 62772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6278
6279 * xfaces.c (Fface_font): New optional arg CHARACTER.
6280
73acf815 62812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6282
6283 * charset.h (CHARSET_OFFSET): New macro.
6284
73acf815 62852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6286
6287 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
6288
6289 * fontset.c (fontset_face): Handle the case that repertory is a
6290 char-table.
6291 (find_font_encoding): Return nil for unknown encoding.
6292 (Fset_fontset_font): Ignore a font of unknown encoding.
6293
73acf815 62942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6295
1f45f627 6296 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
6297
6298 * fontset.c (fontset_face): Handle fallback fonts correctly.
6299 (Ffontset_info): Return infomation about fallback fonts.
6300
73acf815 63012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6302
6303 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 6304 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
6305 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
6306 the case that it is nil.
6307 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 6308 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
6309
6310 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
6311 subset or superset.
6312
73acf815 63132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6314
6315 * emacs.c (main): Call init_charset after syms_of_XXX.
6316
1f45f627 6317 * charset.c (Vcharset_map_directory): Delete.
1f204af3 6318 (Vcharset_map_path): New variable.
aca7a3d2
MB
6319 (load_charset_map_from_file): Use Vcharset_map_path instead.
6320 (init_charset): Initialize Vcharset_map_path.
6321 (syms_of_charset): Delete declaration of "charset-map-directory",
6322 add declaration of "charset-map-path".
6323
73acf815 63242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6325
4c4475a8
GM
6326 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
6327 ASCII only string.
aca7a3d2
MB
6328
6329 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
6330
6331 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 6332 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 6333
73acf815 63342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6335
6336 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
6337
6338 * coding.c (QCmnemonic, QCdefalut_char)
6339 (QCdecode_translation_table, QCencode_translation_table)
6340 (QCpost_read_conversion, QCpre_write_conversion): New variables.
6341 (get_translation_table): Return a list of translation tables if
6342 necessary.
6343 (decode_coding): Call get_translation_table with ENCODEP 0.
6344 (char_encodable_p): If translation_table is non-nil, always call
6345 translate_char.
6346 (Fdefine_coding_system_internal): Accept list of translation
6347 tables as :encode-translation-table and :decode-translation-table.
6348 (Fcoding_system_put): New function.
6349 (syms_of_coding): Declare new symbols. Defsubr
6350 Scoding_system_put.
4c4475a8
GM
6351 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
6352 typically JISX0212.
aca7a3d2
MB
6353
6354 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
6355 when the charset is superset type.
6356
6357 * character.c (translate_char): Accept list of translation tables.
6358
73acf815 63592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6360
1f45f627 6361 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
6362 (CODING_ATTR_TRANS_TBL): New macro.
6363
6364 * coding.c (get_translation_table): New function.
6365 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
6366 (decode_coding, encode_coding): Utilize get_translation_table.
6367 (char_encodable_p, Funencodable_char_position): Translate char if
6368 necessary.
6369 (Ffind_coding_systems_region_internal)
6370 (Fcheck_coding_systems_region): Setup translation table for encode
6371 in a coding system attribute vector in advance.
aca7a3d2
MB
6372 (Fdefine_coding_system_internal): Allow a symbol as translation
6373 table. For shift-jis type coding system, allow 4th charset.
6374
73acf815 63752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6376
6377 * coding.c (decode_coding_sjis): Check the first byte rigidly.
6378
6379 * xdisp.c (get_next_display_element): Pass -1 as POS to
6380 FACE_FOR_CHAR if displaying a C-string.
6381
73acf815 63822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6383
6384 * composite.c (get_composition_id): Handle xoff and yoff in a
6385 composition rule.
6386
6387 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
6388 (struct composition): New member lbearing and rbearing.
6389
6390 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
6391 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 6392 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
6393
6394 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
6395 composition glyph.
6396
73acf815 63972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6398
6399 * print.c: Include charset.h.
6400 (Vprint_charset_text_property): New variable.
6401 (Qdefault): Extern it.
6402 (PRINT_STRING_NON_CHARSET_FOUND)
6403 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
6404 (print_check_string_result): New variable.
6405 (print_check_string_charset_prop): New function.
6406 (print_prune_charset_plist): New variable.
6407 (print_prune_string_charset): New function.
6408 (print_object): Call print_prune_string_charset if
6409 Vprint_charset_text_property is not t.
6410 (print_interval): Print nothing if itnerval->plist is nil.
6411 (syms_of_print): Declare Vprint_charset_text_property as a lisp
6412 variable. Init and staticpro print_prune_charset_plist.
6413
73acf815 64142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6415
6416 * fontset.c (new_fontset_from_font_name): Use the specified font
6417 for all characters in the new fontset.
6418
6419 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
6420 OBJECT args.
6421
6422 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
6423 OBJECT args for composition too.
6424
6425 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
6426 OBJECT args.
6427
73acf815 64282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6429
6430 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
6431
1f45f627 6432 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 6433 FONT_DEF format.
1f45f627 6434 (fontset_face): New arg id. Change caller.
aca7a3d2 6435 (face_for_char): New args pos and object.
1f204af3 6436 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
6437 (fs_query_fontset): Check NAME by Fassoc too.
6438 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 6439 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 6440
1f45f627 6441 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 6442
4c4475a8
GM
6443 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
6444 (append_space, extend_face_to_end_of_line)
6445 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
6446 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
6447
6448 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
6449 POS and OBJECT args.
6450
6451 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
6452 POS and OBJECT args.
6453
73acf815 64542008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6455
6456 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
6457 of GlobalAlloc'ed memory.
6458
73acf815 64592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6460
6461 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
6462
6463 * charset.h (charset_table_used): Delete extern.
6464
6465 * charset.c (charset_table_used): Make it static.
6466 (map_charset_chars): Fix args to c_function with.
6467
6468 * chartab.c (map_sub_char_table_for_charset): Fix args to
6469 c_function with.
6470
6471 * coding.h (enum coding_result_code): Delete
6472 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
6473
6474 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 6475 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
6476 (Vlast_code_conversion_error): New variables.
6477 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
6478 (ONE_MORE_BYTE): Record error if any instead of signaling an
6479 error. If non-ASCII multibyte char is found, return the negative
6480 value of the code. All callers changed to check it.
6481 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
6482 (record_conversion_result): New function. Change all codes setting
6483 coding->result to call this function.
4c4475a8
GM
6484 (detect_coding_utf_8, decode_coding_utf_8)
6485 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
6486 Don't use the local variable incomplete.
aca7a3d2 6487 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
6488 (decode_coding): Fix of flushing out unprocessed data.
6489 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 6490 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
6491
6492 * fontset.c (set_fontset_font): Fix args.
6493
6494 * lisp.h (CHARACTERBITS): Define as 22.
6495
6496 * process.c (send_process): Be sure to set coding->src_multibyte.
6497
6498 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
6499
73acf815 65002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6501
6502 * xdisp.c (handle_auto_composed_prop): Give limit to
6503 Fnext_single_char_property_change.
6504
73acf815 65052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6506
424c157f 6507 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 6508 table weak.
aca7a3d2
MB
6509
6510 * fontset.c (Fset_fontset_font): Fix docstring.
6511
6512 * lisp.h (detect_coding_system): Adjust prototype.
6513
6514 * fileio.c (kill_workbuf_unwind): Delete this function.
6515 (Finsert_file_contents): Adjust the call of detect_coding_system.
6516 Get conversion_buffer by code_conversion_save. Use the macor
6517 CODING_MAY_REQUIRE_DECODING. After decoding, update
6518 coding_system.
6519
6520 * coding.h (make_conversion_work_buffer): Delete extern.
6521 (code_conversion_save): Extern it.
6522
6523 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 6524 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
6525 (decode_coding_utf_8): Don't do eol converion.
6526 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 6527 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
6528 (decode_coding_emacs_mule, decode_coding_iso_2022)
6529 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
6530 Don't do eol converion.
aca7a3d2
MB
6531 (adjust_coding_eol_type): Return a new coding system.
6532 (detect_coding): Don't detect eol. Fix for utf-16 detection.
6533 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
6534 each change.
6535 (decode_coding): Pay attention to undo_list. Do eol convesion for
6536 all types of coding-systems (if necessary).
6537 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 6538 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
6539 Vcode_conversion_reused_work_buf.
6540 (Vcode_conversion_workbuf_name): New variable.
6541 (reused_workbuf_in_use): New variable.
6542 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 6543 (code_conversion_restore): Change argument to cons.
1f45f627
GM
6544 (code_conversion_save): Delete the argument BUFFER. Change callers.
6545 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
6546 Fix for utf-16 detection.
6547 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 6548 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
6549 reused_workbuf_in_use.
6550
73acf815 65512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6552
6553 * keymap.c (store_in_keymap): Pay attention to the case that idx
6554 is a cons specifying a character range.
6555
73acf815 65562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6557
6558 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
6559 HANDLED_RECOMPUTE_PROPS.
6560
6561 * coding.c (Fdefine_coding_system_internal): Fix checking of
6562 ascii compatibility.
6563
73acf815 65642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6565
1f45f627 6566 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
6567 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
6568
6569 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
6570 Resync charset_list to Vemacs_mule_charset_list.
6571
6572 * keymap.c (store_in_keymap): Pay attention to the case that idx
6573 is a cons specifying a character range.
6574
73acf815 65752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6576
6577 * composite.c (update_compositions): Bind inhibit-read-only, etc
6578 to t before calling remove-list-of-text-properties.
6579
6580 * print.c (print_object): Always print ASCII chars as is.
6581
73acf815 65822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6583
1f45f627 6584 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 6585
4c4475a8
GM
6586 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
6587 is a char table.
aca7a3d2 6588
73acf815 65892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6590
1f45f627 6591 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 6592
73acf815 65932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6594
6595 * xfaces.c (set_lface_from_font_name): Fix for the case that
6596 FONTNAME is not fontset name.
6597
73acf815 65982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6599
6600 * fns.c (base64_encode_1): Fix previous change.
6601
73acf815 66022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6603
6604 * fontset.c (set_fontset_font): New function.
6605 (Fset_fontset_font): If a font is specified for a charset, use
6606 map_charset_chars to store the font spec in a fontset.
6607
73acf815 66082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6609
1f204af3 6610 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
6611 (make_fontset): Don't create a fallback fontset here.
6612 (free_face_fontset): Free a fallback fontset (if any) too.
6613 (n_auto_fontsets): Delete this variable.
6614 (auto_fontset_alist): New variable.
6615 (new_fontset_from_font_name): Check auto_fontset_alist.
6616 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
6617 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
6618 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
6619 Defsubr Sfontset_list_all.
6620
73acf815 66212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6622
6623 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
6624
73acf815 66252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6626
6627 * fontset.c (Fnew_fontset): Check NAME more rigidly.
6628
73acf815 66292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6630
6631 * editfns.c (Fgoto_char): Fix docstring.
6632
73acf815 66332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6634
6635 * insdel.c (insert_from_gap): Adjust intervals correctly.
6636
73acf815 66372008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6638
6639 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
6640 (pfnGetFontUnicodeRanges): New dynamically loaded function.
6641 (w32_initialize): Try to load it.
6642 (x_get_font_repertory): Use it if available.
6643 (w32_encode_char): Add shortcut for unicode output.
6644
6645 * w32fns.c (w32_load_system_font): Default charset to -1.
6646 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 6647 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
6648 or wildcard charsets.
6649 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
6650 (w32_codepage_for_font): Return CP_UNICODE for unicode.
6651 (w32_to_x_font): Match charset to real charset.
6652 (enum_font_cb2): Always list unicode versions.
6653
6654 * makefile.w32-in (temacs): Increase EMHEAP.
6655
73acf815 66562008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6657
6658 * w32term.c (w32_encode_char): New charset parameter.
6659 font_info.encoding becomes encoding_type.
1f45f627 6660 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
6661 (x_new_font): Return quickly if font already set.
6662 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
6663 Use new fs_query_fontset. Try new_fontset_from_font_name.
6664 Use fontset_name for return value.
aca7a3d2
MB
6665
6666 * w32term.h: Declare x_get_font_repertory.
6667
6668 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 6669 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
6670 of encode_coding.
6671 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
6672 decode_coding.
6673
6674 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
6675 of x_new_fontset.
6676 (w32_load_system_font): Initialize charset as unicode.
6677 font_info.encoding becomes encoding_type.
1f45f627
GM
6678 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
6679 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
6680 (syms_of_w32fns): Set get_font_repertory_func.
6681
1f45f627 6682 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 6683 from term.c.
1f45f627 6684 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
6685 encode_coding_object in place of encode_coding.
6686
6687 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
6688 encoding becomes encoding_type.
6689
6690 * term.c (terminal_encode_buffer): Make externally visible.
6691
6692 * makefile.w32-in: Add character.h dependancies.
6693 (character.o, chartab.o): New targets.
6694
73acf815 66952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6696
6697 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 6698 CODING_ID_EOL_TYPE.
aca7a3d2 6699
73acf815 67002008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6701
6702 * coding.c (produce_chars): Revert last change.
6703
73acf815 67042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6705
6706 * charset.h (charset_unicode): Extern it.
6707
6708 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 6709 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 6710 arg MULTIBYTE.
1f45f627 6711 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
6712 change of find_charsets_in_text.
6713 (Fsplit_char): Fix doc. Never return unknown.
6714
6715 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
6716
6717 * coding.c (Fdefine_coding_system_alias): Update
6718 Vcoding_system_list.
6719
6720 * fontset.c (load_font_get_repertory): Pay attention to the case
6721 that ENCODING of a font is specified by a char-table.
6722
6723 * xterm.c (x_get_font_repertory): Handle the case that the
6724 encoding of font is other than Unicode.
6725
73acf815 67262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6727
6728 * term.c (encode_terminal_code): Don't handle glyph-table. Check
6729 if a character is encodable by the terminal coding system. If
6730 not, produces proper number of `?'s. Update
6731 terminal_encode_buffer and terminal_encode_buf_size if necessary.
6732 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
6733
73acf815 67342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6735
6736 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
6737 variables.
1f45f627 6738 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
6739 characters at once. Store the result of encoding in
6740 terminal_encode_buffer.
4c4475a8
GM
6741 (write_glyphs, insert_glyphs): Adjust for the change of
6742 encode_terminal_code.
aca7a3d2
MB
6743 (term_init): Initialize terminal_encode_buffer and
6744 terminal_encode_buf_size.
6745
6746 * coding.c (consume_chars): If coding->src_object is nil, don't
6747 check annotation.
6748
73acf815 67492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6750
6751 * character.c (char_string): Use ASCII_CHAR_P instead of
6752 SINGLE_BYTE_CHAR_P.
6753
73acf815 67542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6755
6756 * xdisp.c (handle_auto_composed_prop): Check if the last
6757 characters of auto-composed region is newly composed with the
6758 following characters.
6759 (handle_composition_prop): Fix checking of point being inside
6760 composition.
6761
73acf815 67622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6763
6764 * fns.c (concat): Don't change multibyteness of the result by
6765 concatenating an 8-bit character.
6766
6767 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
6768 multibyteness of the result when newelt is an 8-bit character.
6769
73acf815 67702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6771
6772 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
6773 EMACS_INT.
6774
6775 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
6776
6777 * xfaces.c (face_numeric_value): Declare dim size_t.
6778 (Finternal_lisp_face_equal_p): Remove unused f.
6779
6780 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
6781 (MATRIX_ROW): Remove unused vars.
6782 (draw_glyphs, x_insert_glyphs, fast_find_position)
6783 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
6784 byte/char counts.
6785
6786 * regex.c (regex_compile): Remove unused var.
6787
6788 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
6789
6790 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
6791 (Faccessible_keymaps, where_is_internal): Remove unused vars.
6792
6793 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
6794
6795 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
6796
6797 * fileio.c (Fwrite_region): Remove unused var.
6798
6799 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
6800 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
6801
6802 * composite.c (Fremove_list_of_text_properties): Declare.
6803
1f45f627
GM
6804 * coding.c (inhibit_pre_post_conversion): Remove (unused).
6805 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
6806 (coding_inherit_eol_type): Remove unused attrs.
6807 (detect_coding): Cast arg of detect_eol.
6808
6809 * charset.c (syms_of_charset): Remove unused var p.
6810 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
6811 byte/char counts.
6812
6813 * casetab.c (set_case_table): Remove unused var.
6814
6815 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 6816 unused vars.
aca7a3d2 6817
73acf815 68182008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6819
6820 * xterm.c (x_bitmap_mask): Declare.
6821
73acf815 68222008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6823
6824 * xterm.c (x_term_init): Fix type error.
6825
6826 * lisp.h: Add Funibyte_char_to_multibyte.
6827
6828 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
6829 (Fset_coding_system_priority): Doc fix.
6830
aca7a3d2
MB
6831 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
6832
6833 * indent.c (check_composition): Make start and end EMACS_INT.
6834
6835 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
6836
6837 * xdisp.c (handle_composition_prop, check_point_in_composition):
6838 Make buffer positions EMACS_INT.
6839
6840 * composite.c (find_composition, run_composition_function)
6841 (update_compositions, Ffind_composition_internal): Make buffer
6842 positions EMACS_INT.
6843
6844 * composite.h (find_composition, update_compositions): Make
6845 position args EMACS_INT.
6846
1f45f627 6847 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
6848
6849 * intervals.c (get_property_and_range):
6850 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
6851
6852 * unexalpha.c: Don't include varargs.h.
6853
73acf815 68542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6855
6856 * coding.h (ENCODE_UTF_8): New.
6857
6858 * Makefile.in (gtkutil.o): Depend on coding.h.
6859
6860 * coding.c (Fset_coding_system_priority): Doc fix.
6861
73acf815 68622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6863
6864 * fileio.c (Finsert_file_contents): Call setup_coding_system in
6865 the case of auto saving.
6866
73acf815 68672008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 6868
4c4475a8
GM
6869 * chartab.c (map_char_table, map_char_table_for_charset): Protect
6870 `range' from GC.
aca7a3d2 6871
73acf815 68722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6873
6874 * coding.c (decode_coding_sjis): Check bytes more rigidly.
6875
73acf815 68762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6877
1f45f627 6878 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
6879 (Fwrite_region): Set Vlast_coding_system_used to the return value
6880 of choose_write_coding_system.
6881
73acf815 68822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6883
6884 * charset.c (Fset_charset_priority): Pay attention to duplicated
6885 arguments.
6886
6887 * coding.c (QCcategory): New variable.
6888 (syms_of_coding): Defsym it. Set all elements of
6889 Vcoding_category_table and their symbol values.
6890 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
6891 coding-category-XXX, and coding-category-list.
6892 (Fdefine_coding_system_internal): Add category in the plist.
6893
73acf815 68942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6895
6896 * callproc.c (Fcall_process): Handle carryover correctly.
6897
1f45f627 6898 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
6899 (raw_text_coding_system): Check NILP (coding_system).
6900 (coding_inherit_eol_type): Check NILP (coding_system) and
6901 NILP (parent).
6902 (consume_chars): Fix for the case of raw-text.
6903
6904 * process.c (read_process_output): Handle carryover correctly.
6905
73acf815 69062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6907
6908 * regex.c (re_search_2): Fix last change.
6909
73acf815 69102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6911
6912 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
6913 target_multibyte. Even in a unibyte case, return a converted
6914 multibyte char.
6915 (GET_CHAR_AFTER): New macro.
6916 (PATFETCH): Translate via multibyte char.
6917 (HANDLE_UNIBYTE_RANGE): Delete this macro.
6918 (SETUP_MULTIBYTE_RANGE): New macro.
6919 (regex_compile): Setup compiled code so that its multibyteness
6920 matches that of a target. Fix the handling of "[X-YZ]" using
6921 SETUP_MULTIBYTE_RANGE.
6922 (analyse_first) <charset>: For filling fastmap for all multibyte
6923 characters, don't check by BASE_LEADING_CODE_P.
6924 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
6925 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 6926 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
6927 (TARGET_CHAR_AND_LENGTH): Delete this macro.
6928 (TRANSLATE_VIA_MULTIBYTE): New macro.
6929 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
6930 It is the same as RE_MULTIBYTE_P (bufp) now.
6931 <exactn>: Translate via multibyte.
6932 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
6933 translate it.
6934 <charset, charset_not>: Fetch a character by
6935 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
6936 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
6937 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
6938 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
6939 by GET_CHAR_AFTER.
c5ad7a3d 6940 (bcmp_translate): Likewise.
aca7a3d2
MB
6941
6942 * search.c (compile_pattern): Check the member target_multibyte,
6943 not the member multibyte of buf.
6944
6945 * lread.c (read1): While reading a string, set force_singlebyte
6946 and force_multibyte correctly.
6947
4c4475a8
GM
6948 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
6949 up of unibyte_to_multibyte_table.
aca7a3d2 6950
73acf815 69512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6952
6953 * coding.c (setup_coding_system): If coding has
6954 post-read-conversion or pre-write-conversion, set
6955 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
6956 respectively.
6957 (decode_coding_gap): Run post-read-conversion if any.
6958
6959 * fileio.c (Finsert_file_contents): Even if we read into a
6960 unibyte buffer, check if we must decode the result or not.
6961
73acf815 69622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6963
6964 * coding.c (make_conversion_work_buffer): Change the work buffer
6965 name to the same one as that of Emacs 21.
6966
73acf815 69672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6968
1f45f627 6969 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
6970 (code_conversion_restore): Don't extern it.
6971
6972 * coding.c (detected_mask): Delete unused variable.
6973 (decode_coding_iso_2022): Pay attention to the byte sequence of
6974 CTEXT extended segment, and retain those bytes as is.
6975 (decode_coding_ccl): Delete unused variable `valids'.
6976 (setup_coding_system): Delete unused variable `category'.
6977 (consume_chars): Delete unused variable `category'. Make it work
6978 for non-multibyte case.
1f45f627 6979 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
6980 (saved_coding): Delete unused variable.
6981 (code_conversion_restore): Don't check saved_coding->destination.
6982 (code_conversion_save): New function.
6983 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
6984 instead of record_unwind_protect.
1f45f627 6985 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 6986 (detect_coding_system): Delete unused variable `mask'.
1f45f627 6987 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
6988
6989 * fileio.c (kill_workbuf_unwind): New function.
6990 (Finsert_file_contents): On replacing, call
6991 make_conversion_work_buffer with correct args, and call
6992 record_unwind_protect with the first arg kill_workbuf_unwind.
6993
6994 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
6995
73acf815 69962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6997
1f45f627 6998 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
6999 (fontset_add): Fix for the case that TO is less than TO1.
7000 (Ffontset_info): Don't use fallback fontset on checking the
7001 default fontset.
7002 (dump_fontset): New function for debugging.
7003
7004 * coding.c (Fdefine_coding_system_internal): Fix for the case that
7005 coding_type is Qcharset.
7006
73acf815 70072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7008
7009 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
7010 (map_char_table): Don't inherit the value from the parent on
1f45f627 7011 initializing VAL. Adjust for the above change.
aca7a3d2 7012
73acf815 70132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7014
7015 * coding.c (Qsignature, Qendian): Delete these variables.
7016 (syms_of_coding): Don't initialize them.
7017 (CATEGORY_MASK_UTF_16_AUTO): New macro.
7018 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
7019 detect_info->found.
7020 (decode_coding_utf_16): Don't detect BOM here.
7021 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
7022 is NOT utf_16_without_bom.
7023 (setup_coding_system): For a coding system of type utf-16, check
7024 if the attribute :endian is Qbig or not (not nil or not), and set
7025 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
7026 (detect_coding): If coding type is utf-16 and BOM detection is
7027 required, detect it.
7028 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 7029 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 7030
73acf815 70312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7032
7033 * coding.c (coding_set_source): Fix for the case that the current
7034 buffer is different from coding->src_object.
7035 (decode_coding_object): Don't use the conversion work buffer if
7036 DST_OBJECT is a buffer.
7037
73acf815 70382008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7039
7040 * lread.c (read_emacs_mule_char) [len==2]: Index
7041 emacs_mule_charset correctly.
7042
73acf815 70432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7044
7045 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
7046 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 7047 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
7048 treated specially.)
7049 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
7050 (detected_mask): Remove Big5 bits.
7051
73acf815 70522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7053
7054 The following changes are to make the font rescaling facility
7055 compatible with Emacs 21.
7056
1f45f627 7057 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
7058 Vface_resizing_fonts.
7059 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 7060 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
7061 (split_font_name): Set font->rescale_ratio.
7062 (better_font_p): Pay attention to font->rescale_ratio.
7063 (build_scalable_font_name): Likewise. Change RESX, and RESY
7064 fields.
1f45f627 7065 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 7066
73acf815 70672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7068
7069 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
7070 (Qutf_16_le): Remove these variables.
7071 (syms_of_coding): Don't DEFSYM them.
7072 (decode_coding_utf_16): Fix handling of BOM.
7073 (encode_coding_utf_16): Fix handling of BOM.
7074
73acf815 70752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7076
7077 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 7078 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 7079
73acf815 70802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7081
7082 * coding.c (Fcheck_coding_systems_region): Fix type errors.
7083
73acf815 70842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7085
7086 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
7087 and fix C types.
7088
73acf815 70892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7090
7091 * xdisp.c (SKIP_GLYPHS): New macro.
7092 (set_cursor_from_row): Pay attention to string display properties.
7093
7094 * category.c (copy_category_entry): Fix for the case that RANGE
7095 is an integer.
7096
7097 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
7098
1f45f627 7099 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 7100
73acf815 71012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7102
7103 * charset.c (Fcharset_id_internal): New function.
7104 (syms_of_charset): Defsubr it.
7105
7106 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
7107 with the last arg charset_list acquired from coding.
7108 (Fdefine_coding_system_internal): For ccl-based coding system, fix
7109 the attribute coding_attr_ccl_valids.
7110
7111 * coding.h (enum define_coding_ccl_arg_index): Set the first
7112 member coding_arg_ccl_decoder to coding_arg_max.
7113
1f45f627 7114 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
7115
7116 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
7117 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
7118 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
7119 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
7120 last arg Qnil.
aca7a3d2 7121
73acf815 71222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7123
7124 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
7125 call encode_char.
7126
1f45f627 7127 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 7128
73acf815 71292008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7130
1f45f627 7131 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 7132
73acf815 71332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7134
7135 * dispextern.h (check_face_attributes, generate_ascii_font_name)
7136 (font_name_registry): Don't extern them.
1f45f627 7137 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
7138
7139 * fontset.h (Qfontset): Don't extern it.
7140 (new_fontset_from_font_name): Extern it.
7141
7142 * fontset.c: Give 8 extra slots to fontset objects.
7143 (Qfontset_info): New variable.
7144 (syms_of_fontset): Defsym it.
7145 (FONTSET_FALLBACK): New macro.
7146 (fontset_face): Try also the default fontset.
1f45f627
GM
7147 (make_fontset): Realize a fallback fontset from the default fontset.
7148 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
7149 using split_font_name_into_vector and build_font_name_from_vector.
7150 (Fset_fontset_font): Access the elements of font_spec by enum
7151 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
7152 name by using split_font_name_into_vector.
7153 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
7154 generate a proper font name from the fontset name. Update
7155 Vfontset_alias_alist.
7156 (n_auto_fontsets): New variable.
7157 (new_fontset_from_font_name): New function.
7158 (Ffont_info): Store the information about fonts generated from the
1f45f627 7159 default fontset in the first extra slot of the returned char-table.
aca7a3d2 7160
1f45f627
GM
7161 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
7162 (font_name_registry): Delete function.
aca7a3d2
MB
7163 (split_font_name_into_vector): New function.
7164 (build_font_name_from_vector): New function.
1f45f627 7165 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
7166 (choose_face_font): If we are choosing an ASCII font, and ATTRS
7167 specifies an explicit font name, return the name as is. Make a
7168 list of registy names.
7169
1f45f627 7170 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
7171 of x_new_fontset.
7172 (Fx_create_frame): Don't call x_new_fontset here. Just use
7173 x_list_fonts to check the existence of fonts.
7174
1f45f627 7175 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
7176
7177 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
7178 string. Use new_fontset_from_font_name to create a fontset from a
7179 font name.
7180
1c8658b9
GM
71812008-02-01 Kenichi Handa <handa@m17n.org>
7182
7183 * syntax.c (Vfind_word_boundary_function_table): New name for
7184 Vnext_word_boundary_function_table.
7185 (find-word-boundary-function-table): New name for
7186 next-word-boundary-function-table.
7187
73acf815 71882008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7189
7190 * Makefile.in: Fix some dependencies.
7191
7192 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
7193 set it to nil before returning.
7194
7195 * composite.c (update_compositions): Fix type error.
7196
7197 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
7198
73acf815 71992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7200
7201 * xterm.c (x_new_font): Optimize for the case that the font is
7202 already set for the frame.
7203
73acf815 72042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7205
7206 * chartab.c (char_table_ascii): Check if the char table contents
7207 is sub-char-table or not.
4c4475a8
GM
7208 (char_table_set, char_table_set_range): Fix argument to
7209 char_table_ascii.
aca7a3d2
MB
7210
7211 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
7212 (detect_coding_utf_8, detect_coding_utf_16)
7213 (detect_coding_emacs_mule, detect_coding_iso_2022)
7214 (detect_coding_sjis, detect_coding_big5)
7215 (detect_coding_ccl, detect_coding_charset): Change argument MASK
7216 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 7217 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
7218 (MAX_ANNOTATION_LENGTH): New macro.
7219 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
7220 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
7221 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 7222 (ADD_CHARSET_DATA): New macro.
1f45f627 7223 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
7224 (decode_coding_emacs_mule, decode_coding_iso_2022)
7225 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
7226 Produce charset annotation data in coding->charbuf.
7227 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
7228 to charset annotation data in coding->charbuf.
7229 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
7230 coding->common_flags if the coding system is iso-2022 based and
7231 uses designation.
1f45f627 7232 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
7233 (produce_charset): New function.
7234 (produce_annotation): Handle charset annotation.
7235 (handle_composition_annotation, handle_charset_annotation): New
7236 functions.
7237 (consume_chars): Handle charset annotation. Utilize the above two
7238 functions.
7239 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
7240 buffer, get the deleted text as a string and set
7241 coding->src_object to that string.
7242 (detect_coding, detect_coding_system): Use the new struct
7243 coding_detection_info.
7244
7245 * coding.h (struct coding_detection_info): New structure.
1f45f627 7246 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
7247 (CODING_ANNOTATE_CHARSET_MASK): New macro.
7248
73acf815 72492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7250
7251 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
7252
73acf815 72532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7254
1f45f627 7255 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
7256 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
7257 to new local and nullify apropos_accumulate before returning.
7258 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
7259
73acf815 72602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7261
7262 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
7263 correctly.
7264
73acf815 72652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7266
7267 * fns.c (Flanginfo): Call synchronize_system_time_locale.
7268
73acf815 72692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7270
7271 The following changes are to make character composition happen
7272 automatically on displaying.
7273
2a2e8de7 7274 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 7275
1f45f627
GM
7276 * composite.h (Qauto_composed, Vauto_composition_function)
7277 (Qauto_composition_function): Extern them.
aca7a3d2 7278
1f45f627
GM
7279 * composite.c (Vcomposition_function_table)
7280 (Qcomposition_function_table): Delete variables.
7281 (Qauto_composed, Vauto_composition_function)
7282 (Qauto_composition_function): New variables.
aca7a3d2
MB
7283 (run_composition_function): Don't call
7284 compose-chars-after-function.
7285 (update_compositions): Clear `auto-composed' text property.
7286 (compose_chars_in_text): Delete this function.
7287 (syms_of_composite): Staticpro Qauto_composed and
7288 Qauto_composition_function. Declare Vauto_composition_function as
7289 a Lisp variable.
7290
7291 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
7292
7293 * xdisp.c (it_props): Add an entry for Qauto_composed.
7294 (handle_auto_composed_prop): New function.
7295
7296 * xselect.c (selection_data_to_lisp_data): Don't call
7297 compose_chars_in_text.
7298
73acf815 72992008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7300
7301 * keyboard.c (read_char): Modify checking around use of
7302 Vkeyboard_translate_table.
7303
7304 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
7305 and fix C types.
7306
73acf815 73072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7308
4c4475a8
GM
7309 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
7310 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7311 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 7312 the case that the last byte is '\r' correctly.
1f45f627
GM
7313 (decode_coding): Flush out the unprocessed data correctly.
7314 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 7315
73acf815 73162008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7317
f245f2c6
JB
7318 * xterm.c (XTread_socket): Fix changes for defined keysyms.
7319 Add XK_ISO... case.
aca7a3d2
MB
7320 (xaw_scroll_callback): Revert last change.
7321
73acf815 73222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7323
1f45f627 7324 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 7325
73acf815 73262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7327
7328 * xfaces.c (Vface_resizing_fonts): New variable.
7329 (struct font_name): New member `resizing_ratio'.
7330 (font_resizing_ratio): New function.
7331 (split_font_name): Set font->resizing_ratio.
7332 (better_font_p): Pay attention to font->resizing_ratio.
7333 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
7334 RESX, and RESY fields.
7335 (try_alternative_families): Try scalable fonts if
7336 Vscalable_fonts_allowed is not Qt.
7337 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
7338
73acf815 73392008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7340
7341 * xterm.c (xaw_scroll_callback): Cast correctly.
7342
73acf815 73432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7344
7345 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
7346 (lispy_kana_keys): Comment out.
7347 (make_lispy_event) [XK_kana_A]: Comment out.
7348
7349 * xterm.c (xaw_scroll_callback): Cast call_data.
7350 (XTread_socket): Deal with ASCII keysyms.
7351 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
7352
73acf815 73532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7354
7355 * xterm.c (Vx_keysym_table): New.
7356 (syms_of_xterm): Initialize it.
7357 (XTread_socket): Use it.
7358 From head: Eliminate incorrect optimization that tried to avoid
7359 decoding the output of X*LookupString.
7360 (x_get_font_repertory): Delete charset declaration.
7361
73acf815 73622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7363
1f45f627
GM
7364 * coding.c (detect_coding_charset): If only ASCII bytes are found,
7365 return 0.
aca7a3d2
MB
7366 (Fdefine_coding_system_internal): Setup
7367 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
7368
73acf815 73692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7370
7371 * coding.c (Fcheck_coding_system): Doc fix.
7372
7373 * editfns.c (Finsert_byte): Return a proper value.
7374
73acf815 73752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7376
7377 * coding.c (decode_coding): Fix args to translate_chars. Pay
7378 attention to Vstandard_translation_table_for_decode.
7379 (encode_coding): Fix args to translate_chars. Pay attention to
7380 Vstandard_translation_table_for_encode.
7381
7382 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
7383 SINGLE_BYTE_CHAR_P.
7384
7385 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
7386 not by SINGLE_BYTE_CHAR_P.
7387
7388 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
7389 SINGLE_BYTE_CHAR_P.
7390
7391 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
7392 SINGLE_BYTE_CHAR_P.
7393
7394 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
7395 by SINGLE_BYTE_CHAR_P.
7396
7397 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
7398 SINGLE_BYTE_CHAR_P.
7399
73acf815 74002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7401
7402 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
7403
73acf815 74042008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7405
7406 * fns.c (Flanginfo): Fix typo.
7407
7408 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
7409
73acf815 74102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7411
4c4475a8
GM
7412 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
7413 (detect_coding_emacs_mule, detect_coding_iso_2022)
7414 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
7415 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 7416 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 7417 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 7418 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 7419
73acf815 74202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7421
1f45f627
GM
7422 * character.c (char_string): Rename from
7423 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
7424 (string_char): Rename from string_char.
aca7a3d2 7425
4c4475a8
GM
7426 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
7427 if C is greater than MAX_3_BYTE_CHAR.
7428 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
7429 string_char instead of string_char_with_unification.
aca7a3d2 7430
73acf815 74312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7432
7433 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
7434
73acf815 74352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7436
1f45f627 7437 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
7438
7439 * regex.c (re_search_2): Fix for the case of unibyte buffer.
7440
73acf815 74412008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7442
7443 * charset.c (define_charset_internal): Rename `supprementary'.
7444
7445 * Makefile.in (lisp, shortlisp): Remove latin-N.
7446
73acf815 74472008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7448
7449 * xfns.c (x_window, x_window): Use use_xim.
7450
7451 * xterm.c (use_xim): Initialize.
7452 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
7453 (x_term_init): Maybe set use_xim.
7454
7455 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
7456
73acf815 74572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7458
7459 * search.c (search_buffer): Fix case-fold-search of multibyte
7460 characters.
7461 (boyer_moore): Rename the last argument to char_high_bits.
7462
73acf815 74632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7464
7465 * xdisp.c (display_string): Fix for the case of zero width glyph.
7466
7467 * xfns.c (x_set_font): Change the error message of the case that
7468 x_new_fontset returns Qt.
7469
7470 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
7471 (Finternal_set_lisp_face_attribute): Use signal_error for the
7472 error of invalid fontset.
7473
7474 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
7475 fontset, return Qt.
7476
73acf815 74772008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7478
aca7a3d2
MB
7479 * unexelf.c (unexec): Make .got handling not SGI-specific.
7480
7481 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
7482
7483 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
7484
7485 * keyboard.c (read_key_sequence): Fix type error.
7486
7487 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
7488 type error.
7489
7490 * fontset.c (fontset_add): Return Lisp_Object.
7491
73acf815 74922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7493
7494 * charset.h (charset_ordered_list_tick): Declare extern.
7495
73acf815 74962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7497
73acf815 7498 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
7499 for handling syntax, category, and case conversion for unibyte
7500 characters by converting them to multibyte on the fly. With these
7501 changes, we don't have to setup syntax and case tables for unibyte
7502 characters in each language environment.
7503
7504 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
7505 multibyte if necessary.
7506
7507 * bytecode.c (Fbyte_code): Likewise.
7508
7509 * character.h (LEADING_CODE_LATIN_1_MIN)
7510 (LEADING_CODE_LATIN_1_MAX): New macros.
7511 (unibyte_to_multibyte_table): Extern it.
7512 (unibyte_char_to_multibyte): New macro.
7513 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
7514 (CHAR_LEADING_CODE): New macro.
7515 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
7516
7517 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 7518 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
7519 (multibyte_char_to_unibyte): If C is an eight-bit character,
7520 convert it to the corresponding byte value.
7521
7522 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
7523 not 1, singals an error. Update the elements of
7524 unibyte_to_multibyte_table.
7525 (init_charset_once): Initialize unibyte_to_multibyte_table.
7526 (syms_of_charset): Define the charset `iso-8859-1'.
7527
aca7a3d2
MB
7528 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
7529 as is without converting it to unibyte. In a unibyte buffer,
7530 convert C to multibyte before checking the syntax.
7531
1f45f627 7532 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
7533
7534 * minibuf.c (Fminibuffer_complete_word): Use the macro
7535 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
7536
7537 * regex.h (struct re_pattern_buffer): New member target_multibyte.
7538
7539 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
7540 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
7541 that is zero, convert an eight-bit char to multibyte.
7542 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
7543 non-emacs case.
7544 (PATFETCH): Convert an eight-bit char to multibyte.
7545 (HANDLE_UNIBYTE_RANGE): New macro.
7546 (regex_compile): Setup the compiled pattern for multibyte chars
7547 even if the given regex string is unibyte. Use PATFETCH_RAW
7548 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 7549 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 7550 only for ASCII chars.
1f45f627 7551 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
7552 is multibyte.
7553 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
7554 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 7555 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
7556 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
7557 multibyte always 1.
7558 (re_search_2): In emacs, set the locale variable multibyte to 1,
7559 otherwise to 0. New local variable target_multibyte. Check it
7560 to decide the multibyteness of STR1 and STR2. If
7561 target_multibyte is zero, convert unibyte chars to multibyte
7562 before translating and checking fastmap.
7563 (TARGET_CHAR_AND_LENGTH): New macro.
7564 (re_match_2_internal): In emacs, set the locale variable multibyte
7565 to 1, otherwise to 0. New local variable target_multibyte. Check
7566 it to decide the multibyteness of STR1 and STR2. Use
7567 TARGET_CHAR_AND_LENGTH to fetch a character from D.
7568 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 7569 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
7570 target_multibyte, not with multibyte.
7571 <begline>: Declare the local variable C as `unsigned'.
7572 (bcmp_translate): Change the last arg name to target_multibyte.
7573
7574 * search.c (compile_pattern_1): Don't adjust the multibyteness of
7575 the regexp pattern and the matching target. Set cp->buf.multibyte
7576 to the multibyteness of the regexp pattern. Set
1f45f627 7577 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
7578 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
7579 FETCH_STRING_CHAR_ADVANCE.
7580 (Freplace_match): Convert unibyte chars to multibyte.
7581
4c4475a8
GM
7582 * syntax.c (char_quoted, back_comment, scan_words)
7583 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
7584 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 7585 unibyte chars to multibyte.
1f45f627
GM
7586 (skip_chars): Delete the arg syntaxp, and move the code for
7587 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
7588 Fix the case that the multibyteness of STRING and the current
7589 buffer doesn't match.
7590 (skip_syntaxes): New function.
7591 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
7592 SINGLE_BYTE_CHAR_P.
aca7a3d2 7593
73acf815 75942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7595
7596 * xfaces.c (QCfontset): New variable.
7597 (LFACE_FONTSET): New macro.
7598 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
7599 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
7600 (Finternal_set_lisp_face_attribute)
7601 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
7602 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
7603 check also LFACE_FONTSET_INDEX.
7604 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
7605 attrs[LFACE_FONT_INDEX].
7606 (syms_of_xfaces): Intern and staticpro QCfontset.
7607
7608 * dispextern.h (enum lface_attribute_index): New member
7609 LFACE_FONTSET_INDEX.
7610
7611 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
7612
73acf815 76132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7614
7615 * coding.c (coding_set_destination): Fix coding->destination for
7616 the case converting a region.
7617 (encode_coding_utf_8): Encode eight-bit chars as single byte.
7618 (encode_coding_object): Fix coding->dst_pos and
7619 coding->dst_pos_byte for the case converting a region.
7620
7621 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
7622
7623 * character.h (BYTE8_STRING): New macro.
7624
7625 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
7626
73acf815 76272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7628
7629 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
7630 characters by octal form.
7631
7632 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
7633
1f45f627 7634 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
7635 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
7636 _fetch_multibyte_char_len.
aca7a3d2
MB
7637 (FETCH_CHAR_AS_MULTIBYTE): New macro.
7638
1f45f627 7639 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 7640
1f45f627 7641 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 7642 the case conversion change the byte length.
1f45f627 7643 (casify_region): Likewise.
aca7a3d2 7644
1f45f627 7645 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 7646
1f45f627 7647 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
7648 (syms_of_character): Setup Vprintable_chars.
7649
7650 * editfns.c (Fchar_equal): Fix for the unibyte case.
7651 (Finsert_byte): New function.
7652 (syms_of_editfns): Defsubr it.
7653
7654 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
7655 of direct code 0x3ffff.
7656
7657 * search.c (Freplace_match): Fix for the unibyte case.
7658
73acf815 76592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7660
7661 * lread.c (safe_to_load_p): Fix the logic.
7662
7663 * syntax.c (scan_words): Don't treat characters belonging to
7664 different scripts as constituting a word.
7665
7666 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7667
1f45f627 7668 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
7669
7670 * emacs.c (main): In the case of --unibyte, instead of aborting on
7671 finding non-empty buffer, make it unibyte.
7672
73acf815 76732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7674
7675 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
7676 to create a fontset.
7677
73acf815 76782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7679
7680 * character.c (Funibyte_char_to_multibyte): Doc fix.
7681
7682 * xfns.c [HAVE_STDLIB_H]: Fix last change.
7683
73acf815 76842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7685
7686 * fontset.c (fontset_add): Make the type `int'.
7687 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
7688
4c4475a8
GM
7689 * character.c (unibyte_char_to_multibyte)
7690 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 7691 charset_unibyte, not charset_primary.
aca7a3d2 7692
1f45f627 7693 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 7694
1f45f627
GM
7695 * charset.c (charset_unibyte): Rename from charset_primary.
7696 (Funibyte_charset): Rename from Fprimary_charset.
7697 (Fset_unibyte_charset): Rename from Fset_primary_charset.
7698 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
7699
7700 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7701 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
7702 it->multibyte_p is zero.
7703
7704 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 7705 Delete extern.
aca7a3d2 7706
73acf815 77072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7708
7709 * coding.c (Fdefine_coding_system_internal): Fix category setting
7710 for a coding system of type iso-2022.
7711
73acf815 77122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7713
1f45f627 7714 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 7715
73acf815 77162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7717
7718 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
7719 (next-word-boundary-function-table): Declare it as a Lisp variable
7720 in syms_of_syntax.
aca7a3d2
MB
7721 (scan_words): Call functions in Vnext_word_boundary_function_table
7722 if any.
7723
7724 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
7725
7726 * fontset.c (fs_load_font): If fontp->charset is not negative,
7727 return fontp without setting its members.
7728
73acf815 77292008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7730
aca7a3d2
MB
7731 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
7732
7733 * m/sparc.h (HAVE_ALLOCA): Delete.
7734
7735 * s/irix6-5.h: Don't include strings.h.
7736 (bcopy, bzero, bcmp): Don't undef.
7737
7738 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
7739
7740 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
7741 (TIOCSIGSEND): Don't test IRIX6.
7742 (bcopy, bzero, bcmp): Define conditionally.
7743
73acf815 77442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7745
7746 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 7747 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
7748 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
7749
7750 * callproc.c (Fcall_process): Don't call insert_1_both directly if
7751 we are inserting a process output into a multibyte buffer.
7752
7753 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
7754 multibyte_char_to_unibyte.
7755
7756 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
7757 by the primary charset, make it eight-bit char.
7758 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
7759
1f45f627
GM
7760 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
7761 (charset_8_bit__control, charset_8_bit_graphic)
7762 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
7763 (define_charset_internal): New function.
7764 (syms_of_charset): Call define_charset_internal for pre-defined
7765 charsets.
7766
7767 * charset.h (charset_8_bit): Extern it.
7768
1f45f627 7769 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
7770 of Fset_buffer_multibyte.
7771 (encode_coding_raw_text): Increment p0 in the loop.
7772
1f45f627 7773 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 7774
1f45f627 7775 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
7776 for the change of Fset_buffer_multibyte.
7777
7778 * fns.c (Fstring_to_multibyte): New function.
7779 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
7780
73acf815 77812008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7782
7783 * xfns.c (x_put_x_image): Declare args.
7784
1f45f627 7785 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
7786 (try_font_list): Declare an arg.
7787
7788 * xdisp.c (message2_nolog, set_message): Declare an arg.
7789
7790 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
7791
7792 * syntax.c (scan_sexps_forward): Declare an arg.
7793
7794 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
7795 Declare an arg.
7796
7797 * lisp.h (Fnew_fontset): Declare.
7798
7799 * keymap.c (push_key_description): Call CHARACTERP correctly.
7800
1f45f627 7801 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
7802 (face_for_char): Delete unused vars.
7803 (Fset_fontset_font): Doc fix. Delete unused vars.
7804
7805 * doc.c (Fsubstitute_command_keys): Delete unused vars.
7806
7807 * composite.c (update_compositions): Declare arg.
7808
7809 * cm.c (calccost, cmgoto): Declare args.
7810
7811 * charset.c: Remove `emacs' conditional. Doc fixes.
7812 (map_char_table_for_charset): Declare.
7813
1f45f627 7814 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 7815
1f45f627 7816 * ccl.c: Remove `emacs' conditional.
aca7a3d2 7817
73acf815 78182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7819
7820 The following changes are to allow specifying multiple font
7821 patterns for a character range (specified by script or charset).
7822
7823 * Makefile.in (abbrev.o): Depend on syntax.h.
7824 (xfaces.o): Depend on charset.h.
7825
7826 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
7827 SINGLE_BYTE_CHAR_P.
7828
7829 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
7830
7831 * character.h (Vchar_script_table): Extern it.
7832
1f45f627 7833 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
7834 (Vchar_script_table, Qchar_script_table): New variable.
7835 (syms_of_character): Declare Vchar_script_table as a lisp variable
7836 and initialize it.
7837
1f45f627 7838 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
7839 have property char-table-extra-slots, make no extra slot.
7840
1f45f627 7841 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
7842 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
7843 SINGLE_BYTE_CHAR_P.
1f45f627
GM
7844 (choose_face_font, lookup_non_ascii_face, font_name_registry):
7845 Add prototypes.
7846 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
7847 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
7848
7849 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 7850 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
7851 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
7852
7853 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 7854 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
7855 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
7856 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
7857 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
7858 (fontset_ref_and_range, fontset_add, reorder_font_vector)
7859 (load_font_get_repertory): New functions.
1f45f627 7860 (fontset_set): Delete.
aca7a3d2 7861 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 7862 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
7863 (free_face_fontset): Use ASET istead of AREF (X) = Y.
7864 (face_for_char): Don't call lookup_face.
7865 (make_fontset_for_ascii_face): New arg FACE.
7866 (fs_load_font): New arg CHARSET_ID. Don't check
7867 Vfont_encoding_alist here.
7868 (find_font_encoding): New function.
7869 (list_fontsets): Use STRINGP, not ! NILP.
7870 (accumulate_script_ranges): New function.
7871 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
7872 re-written to handle new fontset structure.
7873 (Ffontset_font): Return a copy of element.
7874 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
7875 docstring of font-encoding-alist.
7876
7877 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
7878 (Fset_fotset_font): Fix arguments to 5.
7879
1f45f627 7880 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
7881
7882 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
7883 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 7884 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
7885 lookup_named_face.
7886
7887 * xfaces.c: Include charset.h.
1f45f627
GM
7888 (load_face_font): Delete argument C. Change caller.
7889 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
7890 (font_name_registry): New function.
7891 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 7892 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
7893 Lookup only ascii faces.
7894 (lookup_non_ascii_face): New function.
1f45f627
GM
7895 (lookup_named_face): Delete argument C. Change caller.
7896 (lookup_derived_face): Delete argument C. Change caller.
7897 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 7898 a string, just call font_list with it.
1f45f627
GM
7899 (choose_face_font): Delete arguments FACE and C. New arg
7900 FONT_SPEC. Change caller.
4c4475a8
GM
7901 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
7902 Change caller.
aca7a3d2
MB
7903 (realize_non_ascii_face): New function.
7904 (realize_x_face): Call load_face_font here.
1f45f627 7905 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
7906 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
7907 get a face ID.
7908 (dump_realized_face): Don't print charset of FACE.
7909
7910 * xfns.c (x_set_font): Always call x_new_fontset and
7911 store_frame_parameter.
7912 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 7913 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
7914
7915 * xterm.h (x_get_font_repertory): Extern it.
7916
7917 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7918 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
7919 it->multibyte_p is zero.
7920 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7921 (x_new_fontset): If FONTSETNAME doesn't match any existing
7922 fontsets, create a new one.
7923 (x_get_font_repertory): New function.
7924
73acf815 79252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7926
7927 * coding.c (Ffind_coding_systems_region_internal): Detect an
7928 ASCII only string correctly.
7929
7930 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
7931 version is 0.
7932
73acf815 79332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7934
7935 * lread.c: Include "coding.h".
1f45f627
GM
7936 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
7937 (load_each_byte, unread_char): New variables.
7938 (readchar_backlog): Delete.
aca7a3d2
MB
7939 (readchar): Return a character unless load_each_byte is nonzero.
7940 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
7941 cons. If unread_char is not -1, simply return it.
7942 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
7943 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
7944 (read_multibyte): Delete.
aca7a3d2
MB
7945 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
7946 (read_emacs_mule_char): New functions.
7947 (Fload): Even if the file doesn't have the extention ".elc", if
7948 safe_to_load_p returns a positive version number, assume that the
7949 file contains bytecompiled code. If the version is less than 22,
7950 load the file while decoding multibyte sequences by emacs-mule.
7951 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
7952 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
7953 (Fread_from_string): Pay attention to the case that STREAM is a cons.
7954 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
7955 (read1): Set load_each_byte to 1 temporarily while handling
7956 #@NUMBER. Don't call read_multibyte.
7957 (read_vector): Call Fread with a cons. If readcharfun is
7958 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 7959 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
7960 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
7961 and Qload_force_doc_strings.
7962
73acf815 79632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7964
7965 * xdisp.c (face_before_or_after_it_pos): Call
7966 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
7967
73acf815 79682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7969
7970 * character.h (TRAILING_CODE_P): New macro.
1f45f627 7971 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
7972 (string_char_with_unification): Fix prototype.
7973 (Vscript_alist): Extern it.
7974
7975 * character.c (Vscript_alist): New variable.
4c4475a8
GM
7976 (string_char_with_unification, str_as_unibyte)
7977 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
7978 (syms_of_character): Declare script-alist as a Lisp variable.
7979
7980 * charset.h (Vcharset_ordered_list): Extern it.
7981 (charset_ordered_list_tick): Extern it.
7982 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
7983 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
7984 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 7985 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 7986 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
7987
7988 * charset.c (charset_ordered_list_tick): New variable.
7989 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
7990 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
7991 deunify intead of unify a charset.
7992 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
7993 (find_charsets_in_text): Add `const' to arguemnts and local variables.
7994 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
7995 detecting of invalid code.
7996 (Fset_charset_priority): Increment charset_ordered_list_tick.
7997 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
7998 and TO_CODE.
7999
8000 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
8001 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
8002 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
8003 (decode_coding_ccl, consume_chars)
8004 (Ffind_coding_systems_region_internal)
8005 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
8006
8007 * print.c (print_object): Use octal form for printing the
8008 contents of a bool vector.
8009
73acf815 80102008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8011
8012 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
8013 <version == 20>: Refuse to load.
8014
73acf815 80152008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8016
8017 * fns.c: Move coding.h.
8018 (Qcodeset, Qdays, Qmonths): New.
8019 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 8020 (Flocale_codeset): Delete.
aca7a3d2 8021 (Flanginfo): New function.
1f45f627 8022 (syms_of_fns): Change accordingly.
aca7a3d2
MB
8023
8024 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
8025
73acf815 80262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8027
8028 * casetab.c (init_casetab_once, init_casetab_once): Fix
8029 CHAR_TABLE_SET call.
8030
8031 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
8032
8033 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
8034
8035 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
8036 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
8037 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
8038
8039 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
8040
8041 * coding.c (ENCODE_DESIGNATION, decode_eol)
8042 (make_conversion_work_buffer, code_conversion_restore)
8043 (Fdefine_coding_system_internal): Convert Lisp types.
8044 (code_conversion_restore): Use EQ, not ==.
8045 (Fencode_coding_string): Fix code_convert_string call.
8046
8047 * coding.h (code_convert_region): Fix prototype.
8048
1f45f627 8049 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
8050
8051 * fontset.c (fontset_ref, fontset_set, fs_load_font)
8052 (Ffontset_info): Convert Lisp types.
8053
8054 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
8055
8056 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
8057
8058 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
8059
8060 * chartab.c: Include "...h", not <...h> in some cases.
8061
8062 * callproc.c (Fcall_process): Remove unused variables.
8063
73acf815 80642008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8065
8066 * coding.c (Fset_coding_system_priority): Allow null arg list.
8067
73acf815 80682008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8069
8070 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
8071 (Fself_insert_and_exit): Use CHARACTERP.
8072
8073 * callproc.c (Fcall_process): Remove unused vars.
8074
8075 * xterm.c (XTread_socket): Add extra dead keysyms.
8076
8077 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
8078
8079 * dispextern.h: Remove prototypes for redraw_frame,
8080 redraw_garbaged_frames.
8081
8082 * cmds.c (Fself_insert_command): Use CHARACTERP.
8083
8084 * chartab.c (make_sub_char_table): Remove unused var.
8085 (Fset_char_table_default, Fmap_char_table): Doc fix.
8086
8087 * keymap.c (access_keymap): Remove generic char code.
8088 (push_key_description): Use CHARACTERP.
8089
73acf815 80902008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8091
8092 * charset.c: Doc fixes.
8093 (Funify_charset): Extra checking.
8094
73acf815 80952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8096
8097 * lread.c: Remove some unused variables.
8098 (safe_to_load_p): If safe, return the magic number version byte.
8099 (Fload): Maybe use load-with-code-conversion.
8100
73acf815 81012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8102
8103 * category.c (Fmodify_category_entry): Don't modify the contents
8104 of category_set for characters out of the range. Avoid
8105 unnecessary modification.
8106
1f45f627 8107 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
8108 Vchar_unify_table. The default value of the table is now nil.
8109
8110 * character.c (syms_of_character): Setup Vchar_width_table for
8111 eight-bit-control and raw-byte chars.
8112
8113 * charset.h (enum define_charset_arg_index): Delete
8114 charset_arg_parents and add charset_arg_subset and
8115 charset_arg_superset.
8116 (enum charset_attr_index): Delete charset_parents and add
8117 charset_subset and charset_superset.
8118 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
8119 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 8120 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
8121 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
8122 (CHARSET_SUPERSET): New macros.
8123 (charset_work): Extern it.
8124 (ENCODE_CHAR): Use charset_work.
1f45f627 8125 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
8126 (map_charset_chars): Extern it.
8127
8128 * charset.c (load_charset_map): Set the default value of encoder
8129 and deunifier char-tables to nil.
1f45f627 8130 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
8131 map_char_table_for_charset instead of map_char_table.
8132 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 8133 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
8134 `define-charset' (:parents -> :subset or :superset).
8135 (charset_work): New variable.
4c4475a8
GM
8136 (encode_char, syms_of_charset): Adjust for the change of
8137 Fdefine_charset_internal.
aca7a3d2
MB
8138 (Ffind_charset_string): Setup the vector `charsets' correctly.
8139
1f45f627 8140 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 8141 the previous change.
1f45f627 8142 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
8143 (map_sub_char_table_for_charset): New function.
8144 (map_char_table_for_charset): New function.
8145
8146 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 8147 (describe_char_table): Delete.
aca7a3d2 8148
1f45f627 8149 * lisp.h (map_charset_chars): Delete.
aca7a3d2 8150
73acf815 81512008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8152
8153 * fns.c (count_combining): Comment out (unused).
8154 (Flocale_codeset): New.
8155 (syms_of_fns): Defsubr it.
8156
8157 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 8158 (size_t): Remove.
aca7a3d2 8159
73acf815 81602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8161
6f69e89b 8162 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 8163
73acf815 81642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8165
8166 * character.c (syms_of_character): Set the default value of
8167 Vprintable_chars to Qnil.
8168
73acf815 81692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8170
8171 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
8172
73acf815 81732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8174
8175 * charset.c (load_charset_map): Handle the case that from < to
8176 correctly.
8177
4c4475a8
GM
8178 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
8179 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
8180 Pay attention to raw-8-bit chars.
aca7a3d2 8181
73acf815 81822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8183
4c4475a8
GM
8184 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
8185 It is not bytecompiled now.
aca7a3d2
MB
8186
8187 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
8188 (charset_jisx0208): New variables.
8189 (Fdefine_charset_internal): Setup them if appropriate.
8190 (init_charset_once): Initialize them to -1.
8191
1f45f627
GM
8192 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
8193 (charset_jisx0208): Extern them.
aca7a3d2 8194
1f204af3 8195 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 8196 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
8197 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
8198 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
8199 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
8200 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
8201 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
8202 (encode_coding_iso_2022): Change the 1st arg to
8203 ENCODE_ISO_CHARACTER to a variable.
8204
73acf815 82052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8206
8207 * charset.h (enum define_charset_arg_index): New enums
8208 charset_arg_min_code and charset_arg_max_code.
8209 (struct charset): New member char_index_offset.
8210
4c4475a8
GM
8211 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
8212 Take charset->char_index_offset into account.
aca7a3d2
MB
8213 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
8214 args[charset_arg_max_code]. Setup charset.char_index_offset.
8215 (syms_of_charset): Fix args to Fdefine_charset_internal.
8216
73acf815 82172008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8218
8219 * coding.c (decode_coding_utf_8): Reject overlong sequences.
8220
73acf815 82212008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8222
8223 * coding.c: Doc fixes.
8224 (Fcoding_system_aliases): Fix return value.
8225 (Qmac): Remove (duplicated) definition.
8226
73acf815 82272008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8228
8229 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
8230 functions.
8231
8232 * character.c (Fstring): Doc fix.
8233
8234 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
8235
8236 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
8237 ids.
8238 (font-encoding-alist): Doc fix.
8239
73acf815 82402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8241
8242 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 8243 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
8244
8245 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
8246 for K&R.
8247
8248 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
8249
8250 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 8251 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 8252
1f45f627 8253 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
8254
8255 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
8256
73acf815 82572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8258
8259 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
8260
1f45f627 8261 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 8262
2a2e8de7 82632008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
8264
8265 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
8266
1f45f627 8267 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 8268
73acf815 82692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8270
4c4475a8 8271 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 8272 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 8273
73acf815 82742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8275
1f45f627 8276 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
8277 Fdefine_coding_system_internal.
8278 (Fdefine_coding_system_internal): For a coding system of
8279 `charset' type, store a list of charset IDs in
8280 `charset_attr_charset_valids' element of coding attributes.
8281
73acf815 82822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8283
8284 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
8285 (emacs_mule_char): New arg src. Delete arg `composition'. Change
8286 caller. Handle 2-byte and 3-byte charsets correctly.
8287 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
8288 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
8289 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
8290 (DECODE_EMACS_MULE_21_COMPOSITION): Call
8291 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
8292 sequence.
8293 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 8294 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
8295 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
8296 and alt&rule composition.
8297 (decode_coding_iso_2022): Handle composition correctly.
8298 (init_coding_once): Setup emacs_mule_bytes for private charsets.
8299
8300 * charset.c (Fdefine_charset_internal): Fix bug for the case of
8301 re-defining a charset. If the charset has :emacs-mule-id, setup
8302 emacs_mule_bytes.
1f45f627 8303 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 8304
73acf815 83052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8306
4c4475a8
GM
8307 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
8308 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
8309 encoding, produce a character specified by
8310 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 8311
73acf815 83122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8313
8314 * xterm.c (XSetIMValues): Declare.
8315
8316 * process.c: Conditionally include sys/wait.h, pty.h.
8317
1f45f627 8318 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 8319
1f45f627 8320 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
8321
8322 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
8323
8324 * fontset.c (Fclear_face_cache): Declare.
1f45f627 8325 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
8326 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
8327 variables.
8328
8329 * character.h (string_escape_byte8): Declare.
8330
8331 * charset.c (load_charset_map, load_charset_map_from_file): Remove
8332 unused vars.
8333 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
8334 (Fmap_charset_chars): Doc fix.
8335
1f45f627 8336 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
8337 (Fset_coding_system_priority, Fset_coding_system_priority)
8338 (Fdefine_coding_system_internal): Doc fix.
8339
73acf815 83402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8341
8342 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
8343
73acf815 83442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8345
8346 * character.c (string_escape_byte8): Make multibyte string with
8347 correct size.
8348
8349 * charset.c (Fmake_char): Delete unnecessary code.
8350
73acf815 83512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8352
8353 * xfns.c (x_encode_text): Allocate coding.destination here, and
8354 call encode_coding_object with dst_object Qnil.
8355
8356 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
8357 multibyte form correctly.
8358
8359 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
8360 against Vfont_encoding_alist.
8361
8362 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
8363 handling of charset list.
8364 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
8365 (decode_coding_object): Move point to coding->dst_pos before
8366 calling post-read-conversion function.
8367 (encode_coding_object): Give correct arguments to
8368 pre-write-conversion. Ignore the return value of
8369 pre-write-conversion function. Pay attention to the case that
8370 pre-write-conversion changes the current buffer. If dst_object is
8371 Qt, even if coding->src_bytes is zero, allocate at least one byte
8372 to coding->destination.
8373
8374 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
8375
8376 * charset.c (Fmake_char): Make it more backward compatible.
8377 (Fmap_charset_chars): Fix docstring.
8378
73acf815 83792008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8380
8381 * coding.c: Doc fixes.
8382 (Fdefine_coding_system_alias): Use names, not symbols, in
8383 coding-system-alist.
8384
73acf815 83852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8386
8387 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
8388 of calling free_realized_face.
8389
2a2e8de7 83902008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 8391
1f45f627
GM
8392 * charset.c (read_hex): Don't treat SPC as a comment starter.
8393 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
8394 (Fdecode_char): Fix typo.
8395
73acf815 83962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8397
8398 * charset.h (struct charset): New member `code_space_mask'.
8399
1f45f627 8400 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
8401 (encode_coding_charset, Fdefine_coding_system_internal):
8402 Delete the local variable charset.
aca7a3d2
MB
8403 (Fdefine_coding_system_internal): Setup
8404 attrs[coding_attr_charset_valids] correctly.
8405
8406 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
8407 member to check if CODE is valid or not.
8408 (Fdefine_charset_internal): Initialize `code_space_mask' member.
8409 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
8410 is within the range of charset->min_code and carset->max_code.
8411
73acf815 84122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8413
8414 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
8415
8416 * dispextern.h (generate_ascii_font): Fix return type.
8417
8418 * xfaces.c (generate_ascii_font): Fix arg declaration.
8419
8420 * coding.c (coding_inherit_eol_type)
8421 (Fset_terminal_coding_system_internal)
8422 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
8423
73acf815 84242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8425
8426 * coding.c (decode_coding_charset, encode_coding_charset): Handle
8427 multiple charsets correctly.
8428
73acf815 84292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8430
8431 * search.c (boyer_moore): Fix handling of mulitbyte character
8432 translation.
8433
8434 * xdisp.c (display_mode_element): When the variable `elt' is
8435 changed, update `this' and `lisp_string'.
8436
73acf815 84372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8438
8439 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
8440
8441 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 8442 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
8443
8444 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
8445 (load_charset_map): Rename from parse_charset_map. New args
8446 entries and n_entries. Change caller.
8447 (load_charset_map_from_file): Rename from load_charset_map.
8448 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
8449 the tail.
8450 (load_charset_map_from_vector): New function.
8451 (Fdefine_charset_internal): Setup charset.compact_codes_p.
8452 (encode_char): If the charset is compact, change a character index
8453 to a code point.
8454
8455 * coding.c (coding_alloc_by_making_gap): Check the case that the
8456 source and destination are the same correctly.
8457 (decode_coding_raw_text): Set coding->consumed_char and
8458 coding->consumed to 0.
8459 (produce_chars): If coding->chars_at_source is nonzero, update
8460 coding->consumed_char and coding->consumed before calling
8461 alloc_destination.
8462 (Fdefine_coding_system_alias): Register ALIAS in
8463 Vcoding_system_alist.
8464 (syms_of_coding): Define `no-convesion' coding system at the tail.
8465
8466 * fileio.c (Finsert_file_contents): Set coding_system instead of
8467 val. If the current buffer is multibyte, always call
8468 decode_coding_gap.
8469
8470 * xfaces.c (try_font_list): Give higher priority to fontset's
8471 family than face's family.
8472
73acf815 84732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8474
8475 * callproc.c (Fcall_process): Be sure to give the current buffer
8476 to decode_coding_c_string.
8477
8478 * xfaces.c (try_font_list): Give a family specified in a fontset
8479 higher priority than a family specified in a face.
8480
73acf815 84812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8482
8483 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
8484 Fix arguments to insert_from_buffer.
8485
8486 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
8487
73acf815 84882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8489
8490 * coding.c (produce_chars): Set the variable `multibytep' correctly.
8491 (decode_coding_gap): Set coding->dst_multibyte correctly.
8492
73acf815 84932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8494
8495 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 8496 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
8497 (encode_coding_utf_16): Substitute coding->default_char for
8498 non-Unicode characters.
8499 (decode_coding): Don't call record_insert here.
8500 (setup_coding_system): Initialize `surrogate' of
8501 coding->spec.utf_16 to 0.
8502 (EMIT_ONE_BYTE): Fix for multibyte case.
8503
8504 * insdel.c (insert_from_gap): Call record_insert.
8505
73acf815 85062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8507
8508 * casefiddle.c (casify_region): Fix multibyte case.
8509
8510 * character.c (c_string_width): Add return type `int'.
1f45f627 8511 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
8512
8513 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 8514 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
8515 (CHAR_STRING_ADVANCE): Make it do-while statement.
8516
1f45f627 8517 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
8518 DEPTH == 3. Add workaround code for a GCC optimization bug.
8519
8520 * charset.c (parse_charset_map): Remove an unused variable.
8521
8522 * coding.c: Delete unused variables.
8523
8524 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
8525 earlier. If inserted is zero and the coding system doesn't
8526 require flushing, don't call decode_coding_gap.
8527
8528 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
8529
73acf815 85302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8531
8532 The following changes are for using Unicode as an internal
8533 character model, and use UTF-8 format for buffer/string
8534 representation.
8535
1f45f627 8536 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
8537 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
8538
8539 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 8540 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
8541 (*.o): For many files, change dependency on charset.h to
8542 character.h, and add dependency on character.h.
8543 (character.o, chartab.o): New targets.
8544
1f45f627
GM
8545 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
8546 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
8547 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
8548 of "charset.h".
8549
8550 * dired.c, filelock.c: Include "character.h".
8551
8552 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 8553 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
8554 (syms_of_alloc): Remove defsubr for Smake_char_table.
8555
8556 * buffer.c: Include "character.h" instead of "charset.h", don't
8557 include "coding.h".
1f45f627 8558 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
8559
8560 * buffer.h: EXFUN Fbuffer_live_p.
8561
8562 * callproc.c: Include "character.h" instead of "charset.h".
8563 (Fcall_process): Big change for the new code-conversion APIs.
8564
8565 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 8566 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
8567 map_char_table spec.
8568 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
8569 accessing the char table structure.
8570
8571 * chartab.c: New file that implements char table.
8572
8573 * category.c: Include "character.h".
8574 (copy_category_entry): New function.
8575 (copy_category_table): Call map_char_table and copy_category_entry.
8576 (Fmake_category_table): Initialize all top-vel slots.
8577 (char_category_set): New function.
1f45f627 8578 (modify_lower_category_set): Delete.
aca7a3d2
MB
8579 (Fmodify_category_entry): Call char_table_ref_and_range.
8580
8581 * category.h (CATEGORY_SET): Just call char_category_set.
8582
8583 * ccl.c: Include "character.h".
8584 (Qccl, Qcclp): New variables.
8585 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
8586 it's less than 256.
1f45f627
GM
8587 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
8588 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 8589 and DST type.
1f45f627
GM
8590 (ccl_driver): Change types of argument, adjust code accordingly.
8591 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
8592 ccl_driver.
8593 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
8594
1f45f627
GM
8595 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
8596 New members src_multibyte, dst_multibyte, consumed, and produced.
8597 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 8598 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 8599 (ccl_driver): Update prototype.
aca7a3d2
MB
8600 (Qccl, Qcclp, Fccl_program_p): Extern them.
8601 (CHECK_CCL_PROGRAM): New macro.
8602
8603 * character.c, character.h, chartab.c: New files.
8604
1f45f627
GM
8605 * charset.c: Mostly re-written. Move character and multibyte sequence
8606 handling codes to character.c.
aca7a3d2 8607
1f45f627
GM
8608 * charset.h: Mostly re-written. Move character and multibyte sequence
8609 handling codes to character.h.
aca7a3d2
MB
8610
8611 * coding.c, coding.h: Mostly re-written.
8612
8613 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
8614 (CHAR_WIDTH): Move to character.h.
8615 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 8616
1f45f627
GM
8617 * composite.h (enum composition_method): Change order of enumeration
8618 symbols.
aca7a3d2
MB
8619
8620 * data.c: Include "character.h" instead of "charset.h".
8621 (Faref): Call CHAR_TABLE_REF for a char table.
8622 (Faset): Call CHAR_TABLE_SET for a char table.
8623
1f45f627
GM
8624 * dispextern.h (free_realized_face, check_face_attribytes)
8625 (generate_ascii_font): Extern them.
8626 (free_realized_multibyte_face): Delete extern.
aca7a3d2 8627
1f45f627 8628 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
8629 table structure.
8630
8631 * editfns.c: Include "character.h" instead of "charset.h".
8632 (Fchar_to_string): Always call CHAR_STRING.
8633
8634 * emacs.c (main): Call init_charset_once, init_charset,
8635 syms_of_chartab, and syms_of_character.
8636
8637 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 8638 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 8639 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 8640 (build_annotations_2): Delete.
aca7a3d2
MB
8641 (e_write): Big change for the new code-conversion API.
8642
8643 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 8644 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
8645 (Fcopy_sequence): Call copy_char_table for a char table.
8646 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
8647 (string_char_to_byte, string_byte_to_char): Adjust for the new
8648 multibyte form.
1f45f627
GM
8649 (internal_equal): Adjust for the change of char table structure.
8650 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
8651 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
8652 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
8653 (char_table_translate, optimize_sub_char_table)
8654 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 8655 chartab.c.
1f45f627
GM
8656 (char_table_ref_and_index): Delete.
8657 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 8658 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
8659 Vcoding_category_list. Adjust for the new code-conversion API.
8660 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
8661 chartab.c.
8662
8663 * fontset.c: Mostly re-written.
8664
1f45f627 8665 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 8666 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
8667 (fontset_font_pattern, fs_load_font): Update prototype.
8668 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
8669
8670 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 8671 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
8672
8673 * insdel.c: Include "character.h" instead of "charset.h".
8674 (copy_text): Don't refer to Vnonascii_translation_table.
8675 (insert_from_gap): New function.
8676
8677 * keyboard.c: Include "character.h" instead of "charset.h".
8678 (command_loop_1): Never call direct_output_forward_char before
8679 a non-ASCII character.
8680 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 8681 translate a character.
aca7a3d2
MB
8682
8683 * keymap.c: Include "character.h".
8684 (store_in_keymap): Handle the case that IDX is a cons.
8685 (Fdefine_key): Handle the case that KEY is a cons and the car part
8686 is also a cons (range).
1f45f627 8687 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
8688 (describe_vector): Call describe_char_table for a char table.
8689 (describe_char_table): New function.
8690
8691 * keymap.h (describe_char_table): Extern it.
8692
8693 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
8694 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
8695 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
8696 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
8697 Delete.
8698 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
8699 structure.
8700 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
8701 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
8702 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 8703 (chartab_size): Extern it.
1f45f627 8704 (struct Lisp_Char_Table): Re-design.
aca7a3d2 8705 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
8706 (HASH_KEY, HASH_VALUE): Move from fns.c.
8707 (CHARACTERBITS): Define as 22.
8708 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
8709 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
8710 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
8711 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
8712 (code_convert_string_norecord): Deleted extern.
8713 (init_character_once, syms_of_character, init_charset)
8714 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
8715
8716 * lread.c: Include "character.h".
8717 (read_multibyte): New arg NBYTES.
1f45f627
GM
8718 (read_escape): Change the meaning of returned *BYTEREP.
8719 (to_multibyte): Delete.
8720 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
8721
8722 * print.c: Include "character.h" instead of "charset.h".
8723 (print_string): Convert 8-bit raw bytes to octal form by
8724 string_escape_byte8.
1f45f627 8725 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
8726 raw bytes always in octal form. Handle sub char table correctly.
8727
8728 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
8729 (read_process_output, send_process): Adjust for the new
8730 code-conversion API.
aca7a3d2 8731
1f45f627 8732 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
8733
8734 * regex.c: Include "character.h" instead of "charset.h".
8735 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
8736 (regex_compile): Accept a range whose starting and ending
8737 character have different leading bytes.
1f45f627 8738 (analyse_first): Adjust for the above change.
aca7a3d2
MB
8739
8740 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
8741 (search_buffer, boyer_moore): Adjust for the new multibyte form.
8742 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
8743
8744 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 8745 (syntax_parent_lookup): Delete.
aca7a3d2 8746 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 8747 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
8748 (init_syntax_once): Call char_table_set_range instead of directly
8749 accessing the structure of a char table.
8750
8751 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 8752 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
8753 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
8754 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
8755
8756 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
8757 (encode_terminal_code, write_glyphs): Adjust for the new
8758 code-conversion API.
aca7a3d2
MB
8759 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
8760
1f45f627 8761 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
8762
8763 * xdisp.c: Include "character.h".
1f45f627
GM
8764 (get_next_display_element): Adjust for the new multibyte form.
8765 (disp_char_vector): Adjust for the new char table structure.
8766 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 8767 coding system.
1f45f627 8768 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
8769
8770 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 8771 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
8772 FS_LOAD_FONT.
8773 (generate_ascii_font): New function.
1f45f627
GM
8774 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
8775 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 8776 (free_realized_face): Make it public.
1f45f627 8777 (free_realized_faces_for_fontset): Rename from
aca7a3d2 8778 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 8779 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
8780 fontset_font_pattern and FS_LOAD_FONT.
8781
8782 * xfns.c: Include "character.h".
1f45f627 8783 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
8784
8785 * xselect.c: Don't include "charset.h".
1f45f627 8786 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
8787
8788 * xterm.c: Include "character.h".
1f45f627 8789 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
8790 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
8791 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
8792 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
8793 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
8794 (XTread_socket): Adjust for the new code-conversion API.
8795 (x_new_font): Adjust for the change of FS_LOAD_FONT.
8796 (x_load_font): Adjust for the change of struct font.
aca7a3d2 8797
d6abfc14
SM
87982008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * xfaces.c (face_at_buffer_position): Remove unused vars.
8801
0acdaf8d
KH
88022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8803
4c4475a8
GM
8804 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
8805 Fix overflow checking.
0acdaf8d 8806
6c8a0ebf
GM
88072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8808
8809 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
8810 Cancel previous change.
8811
88122008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
8813
8814 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
8815 ccl->eight_bit_control. Fix check for buffer overflow.
8816 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
8817 (ccl_driver): Initialize extra_bytes to 0.
8818
a32aad64
KH
88192008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
8820
8821 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
8822 return it ORed with ctrl_modifier.
8823
8b329dba
MB
88242008-01-29 Miles Bader <miles@gnu.org>
8825
8826 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
8827
548667aa
JR
88282008-01-28 Jason Rumney <jasonr@gnu.org>
8829
8830 * w32.c (stat): Don't double check for networked drive.
8831
0975aa24
SM
88322008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8833
ef264c42
SM
8834 * window.c (run_window_configuration_change_hook): New function.
8835 Code extracted from set_window_buffer. Set the selected frame.
8836 (set_window_buffer): Use it.
8837 * window.h (run_window_configuration_change_hook): Declare.
8838 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
8839
0975aa24
SM
8840 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
8841
9c28b587
DN
88422008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8843
8844 * Makefile.in: Remove references to unused macros.
8845
c617afce
EZ
88462008-01-26 Eli Zaretskii <eliz@gnu.org>
8847
8848 * w32.c (g_b_init_get_sid_sub_authority)
8849 (g_b_init_get_sid_sub_authority_count): New static variables.
8850 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
8851 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
8852 (init_user_info): Use them to retrieve uid and gid.
8853 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
8854 (fstat): Use pw_uid and pw_gid from the_passwd structure for
8855 st_uid and st_gid of the file.
c617afce 8856
302d7d54
JR
88572008-01-26 Jason Rumney <jasonr@gnu.org>
8858
8859 * w32.c (logon_network_drive): New function.
8860 (stat): Use it.
8861
3ac7a21e
CY
88622008-01-26 Chong Yidong <cyd@stupidchicken.com>
8863
8864 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
8865 invisible text covered with an ellipsis.
8866
bbb9fc1f
RS
88672008-01-25 Richard Stallman <rms@gnu.org>
8868
8869 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
8870 jump back to beginning. Move some other initializations after that.
8871 (Qwindow_text_change_functions, Vwindow_text_change_functions):
8872 New variables.
8873 (syms_of_xdisp): Init them.
8874
8875 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
8876
0975aa24
SM
8877 * buffer.c (reset_buffer_local_variables):
8878 Implement `permanent-local-hook'.
bbb9fc1f 8879 (Qpermanent_local_hook): New variable.
0975aa24 8880 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 8881
79235cbe
MA
88822008-01-25 Michael Albinus <michael.albinus@gmx.de>
8883
8884 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
8885
ccd8f7fe
TTN
88862008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
8887
8888 * fns.c (Fclrhash): Return TABLE.
8889
dfbe40f2 88902008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
8891
8892 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
8893 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
8894 is set even without positional changes.
8895 (x_scroll_bar_clear): Set bar->redraw_needed_p.
8896
8897 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
8898
dfbe40f2 88992008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 8900
d6169680
JR
8901 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
8902
602e142f
JR
8903 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
8904 the unicode range available in MULE by locale-coding-system.
c041e2d1 8905 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
8906 earlier.
8907
dfbe40f2 89082008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
8909
8910 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
8911 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 8912 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
8913 when used on child processes.
8914
8c7a4ac5
MA
89152008-01-21 Michael Albinus <michael.albinus@gmx.de>
8916
e0df1b73 8917 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 8918 Fdbus_method_return.
e0df1b73 8919 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 8920 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 8921 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 8922
8abe0f97
MR
89232008-01-20 Martin Rudalics <rudalics@gmx.at>
8924
8925 * undo.c (undo_inhibit_record_point): New variable.
8926 (syms_of_undo): Initialize it.
8927 (record_point): Don't record point when undo_inhibit_record_point
8928 is set.
8929
c3b232e4
SM
89302008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8931
e69c4cae
SM
8932 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
8933
823e0ebb
SM
8934 * xdisp.c (Qauto_hscroll_mode): New var.
8935 (syms_of_xdisp): Initialize it.
8936 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
8937 window's buffer.
8938 (hscroll_windows): Don't check automatic_hscrolling_p here.
8939
c3b232e4
SM
8940 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
8941 vscroll if we're setting window-buffer to the value it already has.
8942
76ed5e01
DN
89432008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * m/intel386.h: Remove references to XENIX.
8946
55e6d9b2
AS
89472008-01-17 Andreas Schwab <schwab@suse.de>
8948
8949 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
8950 instead of HAVE_X86_64_LIB64_DIR.
8951 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
8952
b16ed52d
GM
89532008-01-17 Glenn Morris <rgm@gnu.org>
8954
8955 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
8956 to HAVE_X86_64_LIB64_DIR.
8957
6bed5c4a
DN
89582008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
8959
8960 * s/irix3-3.h:
8961 * s/irix4-0.h:
8962 * s/386-ix.h:
8963 * s/domain.h:
8964 * s/hpux9-x11r4.h:
8965 * s/hpux9shxr4.h: Remove files for systems no longer supported.
8966
8967 * sysdep.c: Remove code containing references to symbols defined
8968 by unsupported systems.
8969
fdecf907
GM
89702008-01-16 Glenn Morris <rgm@gnu.org>
8971
8972 * coding.c (select-safe-coding-system-function): Doc fix.
8973
9292328f
GM
89742008-01-15 Glenn Morris <rgm@gnu.org>
8975
8976 * config.in: Revert 2008-01-13 change: this is a generated file.
8977
944df511
MO
89782008-01-13 Tom Tromey <tromey@redhat.com>
8979
8980 * lisp.h: Fix typo.
8981
8111ec05
DN
89822008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8983
f40f5dc3
DN
8984 * m/sequent-ptx.h:
8985 * m/sequent.h:
8986 * s/ptx.h:
8987 * s/ptx4-2.h:
8988 * s/ptx4.h: Remove files for systems no longer supported.
8989
ce20b664 8990 * callproc.c (Fcall_process): Fix previous change.
8111ec05 8991
e39a993c
DN
89922008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8993
052e457f 8994 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 8995
290afd83
JB
8996 * m/mips.h:
8997 * m/intel386.h:
e39a993c
DN
8998 * callproc.c:
8999 * config.in:
9000 * ecrt0.c:
9001 * emacs.c:
9002 * fileio.c:
9003 * frame.c:
9004 * getpagesize.h:
9005 * keyboard.c:
9006 * lread.c:
9007 * process.c:
9008 * puresize.h:
9009 * sysdep.c:
9010 * systty.h:
9011 * syswait.h:
9012 * unexec.c:
9013 * xdisp.c:
9014 * alloc.c: Remove code containing references to symbols defined by
9015 unsupported systems.
9016
81cd7687
KH
90172008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
9018
9019 * coding.c (detect_coding_mask): Fix previous change.
9020
218b3b76
KH
90212008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
9022
9023 * coding.c (detect_coding_iso2022): New arg
9024 latin_extra_code_state. Allow Latin extra codes only
9025 when *latin_extra_code_state is nonzero.
9026 (detect_coding_mask): If there is a NULL byte, detect the encoding
9027 as UTF-16 or binary. If Latin extra codes exist, detect the
9028 encoding as ISO-2022 only when there's no other proper encoding is
9029 found.
9030
59ce725a 90312008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 9032
59ce725a
MB
9033 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
9034 #ifdef MAC_OS.
048addec 9035
59ce725a 90362008-01-08 Richard Stallman <rms@gnu.org>
048addec 9037
59ce725a 9038 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 9039
8290574e
NR
90402008-01-06 Nick Roberts <nickrob@snap.net.nz>
9041
a0a3805c 9042 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
9043 menu bar in parentheses.
9044
f3041af1
DN
90452008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9046
9047 * m/7300.h:
9048 * m/acorn.h:
9049 * m/alliant-2800.h:
9050 * m/alliant.h:
9051 * m/alliant1.h:
9052 * m/alliant4.h:
9053 * m/altos.h:
9054 * m/amdahl.h:
9055 * m/apollo.h:
9056 * m/att3b.h:
9057 * m/aviion-intel.h:
9058 * m/aviion.h:
9059 * m/celerity.h:
9060 * m/clipper.h:
9061 * m/cnvrgnt.h:
9062 * m/convex.h:
9063 * m/cydra5.h:
9064 * m/delta88k.h:
9065 * m/dpx2.h:
9066 * m/dual.h:
9067 * m/elxsi.h:
9068 * m/f301.h:
9069 * m/gould-np1.h:
9070 * m/gould.h:
9071 * m/i860.h:
9072 * m/ibmps2-aix.h:
9073 * m/ibmrt-aix.h:
9074 * m/ibmrt.h:
9075 * m/irist.h:
9076 * m/is386.h:
9077 * m/isi-ov.h:
9078 * m/mega68.h:
9079 * m/mg1.h:
9080 * m/news-r6.h:
9081 * m/news-risc.h:
9082 * m/news.h:
9083 * m/nh3000.h:
9084 * m/nh4000.h:
9085 * m/ns16000.h:
9086 * m/ns32000.h:
9087 * m/nu.h:
9088 * m/orion.h:
9089 * m/orion105.h:
9090 * m/paragon.h:
9091 * m/pfa50.h:
9092 * m/plexus.h:
9093 * m/pyramid.h:
9094 * m/pyrmips.h:
9095 * m/sh3el.h:
9096 * m/sps7.h:
9097 * m/sr2k.h:
9098 * m/stride.h:
9099 * m/sun1.h:
9100 * m/sun2.h:
9101 * m/sun3-68881.h:
9102 * m/sun3-fpa.h:
9103 * m/sun3-soft.h:
9104 * m/sun3.h:
9105 * m/sun386.h:
9106 * m/symmetry.h:
9107 * m/tad68k.h:
9108 * m/tahoe.h:
9109 * m/targon31.h:
9110 * m/tek4300.h:
9111 * m/tekxd88.h:
9112 * m/tower32.h:
9113 * m/tower32v3.h:
9114 * m/ustation.h:
9115 * m/wicat.h:
9116 * m/xps100.h:
9117 * s/cxux.h:
9118 * s/cxux7.h:
9119 * s/dgux.h:
9120 * s/dgux4.h:
9121 * s/dgux5-4-3.h:
9122 * s/dgux5-4r2.h:
9123 * s/esix.h:
9124 * s/esix5r4.h:
9125 * s/hiuxmpp.h:
9126 * s/hiuxwe2.h:
9127 * s/iris3-5.h:
9128 * s/iris3-6.h:
9129 * s/isc2-2.h:
9130 * s/isc3-0.h:
9131 * s/isc4-0.h:
9132 * s/isc4-1.h:
9133 * s/newsos5.h:
9134 * s/newsos6.h:
9135 * s/osf1.h:
9136 * s/osf5-0.h:
9137 * s/riscix1-1.h:
9138 * s/riscix12.h:
9139 * s/sco4.h:
9140 * s/sco5.h:
9141 * s/sunos4-0.h:
9142 * s/sunos4-1.h:
9143 * s/sunos413.h:
9144 * s/sunos4shr.h:
9145 * s/umax.h:
9146 * s/unipl5-2.h:
9147 * s/xenix.h:
9148 * cxux-crt0.s:
9149 * unexapollo.c:
9150 * unexconvex.c:
9151 * unexenix.c:
9152 * unexsni.c: Remove files for systems no longer supported.
9153
9154 * m/intel386.h: Remove references to unsupported systems.
9155
9156 * w32.c (get_emacs_configuration): Remove reference to i860.
9157
9158 * sysdep.c: Remove dead code.
9159
d35e1cd7
DN
91602008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9161
9162 * s/rtu.h:
a0a3805c 9163 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 9164
abe136ee
MA
91652008-01-04 Michael Albinus <michael.albinus@gmx.de>
9166
9167 * dbusbind.c (Fdbus_method_return): New function.
9168 (xd_read_message): Add the serial number to the event.
9169 (Fdbus_register_method): Activate the function.
9170
87df3c32
SM
91712008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * keyboard.c (read_key_sequence): Fix typo.
9174
5125905e
MA
91752008-01-03 Michael Albinus <michael.albinus@gmx.de>
9176
9177 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
9178 (xd_signature, xd_append_arg): Handle element type detection for
9179 empty arrays.
9180 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
9181 SDATA () calls; this must be solved more general.
9182 (Fdbus_register_signal): Use SBYTES instead of strlen.
9183
8bba1b5c
MH
91842008-01-03 Magnus Henoch <magnus@zemdatav>
9185
9186 * dbusbind.c (xd_append_arg): Use unsigned char instead of
9187 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 9188 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 9189
a0a3805c 91902007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
9191
9192 * dbusbind.c (xd_read_message): Use non-static input_event struct.
9193
a271e124
MH
91942007-12-31 Magnus Henoch <mange@freemail.hu>
9195
9196 * dbusbind.c (xd_signature): Signature of variant is just "v".
9197
17bc8f94
MA
91982007-12-30 Michael Albinus <michael.albinus@gmx.de>
9199
87df3c32 9200 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 9201 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
9202 (XD_ERROR, XD_DEBUG_MESSAGE)
9203 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
9204 (xd_append_arg): Part for basic D-Bus types rewitten.
9205 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
9206 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
9207 appropriate.
9208 (xd_read_message): Return Qnil. Don't signal an error; it is not
9209 useful during event reading.
9210 (Fdbus_register_signal): Signal an error if the check for
9211 FUNCTIONP fails.
9212 (Fdbus_register_method): New function. The implementation is not
9213 complete, the call of the function signals an error therefore.
9214 (Fdbus_unregister_object): New function, renamed from
9215 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 9216 the object is not well formed.
17bc8f94 9217
dd6f2802
RS
92182007-12-30 Richard Stallman <rms@gnu.org>
9219
9220 * textprop.c (get_char_property_and_overlay):
9221 Signal error if POSITION is out of range in a buffer.
9222
1da8a031
MR
92232007-12-29 Martin Rudalics <rudalics@gmx.at>
9224
9225 * w32fns.c (Fx_create_frame): Make copy of frame parameters
9226 because the original parameters are in pure storage now.
9227
5742be86
YM
92282007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9229
9230 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
9231
b014713c
EZ
92322007-12-22 Eli Zaretskii <eliz@gnu.org>
9233
b17f53ab
MB
9234 * callint.c (syms_of_callint) <command-history>: Add reference to
9235 history-length in the doc string.
048addec 9236
b17f53ab 92372007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 9238
b17f53ab
MB
9239 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
9240 before passing as wParam.
048addec 9241
9af5078b
MA
92422007-12-22 Michael Albinus <michael.albinus@gmx.de>
9243
9244 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
9245 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
9246 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
9247 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
9248 as number.
9249 (Fdbus_call_method): Fix docstring.
9250
87cf1a39
MA
92512007-12-21 Michael Albinus <michael.albinus@gmx.de>
9252
9253 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
9254 New macros.
87df3c32 9255 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
9256 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
9257 Simplify.
87cf1a39
MA
9258 (xd_signature): New function.
9259 (xd_append_arg): Compute also signatures. Major rewrite.
9260 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
9261 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
9262 Check for signatures of arguments.
87cf1a39 9263
54371585
MA
92642007-12-19 Michael Albinus <michael.albinus@gmx.de>
9265
9266 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
9267 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
9268 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
9269 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
9270 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 9271 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
9272 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
9273 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 9274 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
9275 (xd_append_arg): New function.
9276 (Fdbus_call_method, Fdbus_send_signal): Apply it.
9277
f5306ca3
MA
92782007-12-16 Michael Albinus <michael.albinus@gmx.de>
9279
9280 * dbusbind.c (top): Include <stdio.h>.
9281 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
9282 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
9283 (Fdbus_register_signal): Rename unique_name to uname.
9284 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
9285 non-existing unique name. Fix typos in matching rule. Return an
9286 object which is useful in Fdbus_unregister_signal.
9287 (Fdbus_unregister_signal): Reimplementation, in order to remove
9288 only the corresponding entry.
9289 (Vdbus_registered_functions_table): Change the order of entries.
9290 Apply these changes in xd_read_message and Fdbus_register_signal.
9291
77a28bbf
AS
92922007-12-16 Andreas Schwab <schwab@suse.de>
9293
9294 * fileio.c (Finsert_file_contents): Fix overflow check to not
9295 depend on undefined integer overflow.
9296
2e3566d8
JR
92972007-12-14 Jason Rumney <jasonr@gnu.org>
9298
9299 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
9300 for characters above 127.
9301
bf254037
JR
93022007-12-13 Jason Rumney <jasonr@gnu.org>
9303
9304 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
9305 before dereferencing array.
9306 (lookup_vk_code): Remove zero comparison.
9307
eb7c7bf5
MA
93082007-12-14 Michael Albinus <michael.albinus@gmx.de>
9309
9310 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
9311 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
9312 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
9313 (xd_read_message, Fdbus_register_signal): Split expressions into
9314 multiple lines before operators "&&" and "||", according to the
9315 GNU Coding Standards.
9316
34fb0fc9
EZ
93172007-12-14 Eli Zaretskii <eliz@gnu.org>
9318
9319 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
9320
c7d97628
JL
93212007-12-12 Juri Linkov <juri@jurta.org>
9322
9323 * buffer.c (Frename_buffer): In interactive spec replace
9324 `read-buffer' with `read-string' that uses `buffer-name-history'
9325 as history, and the current buffer's name as default.
9326
3709505e
SM
93272007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
9330 manipulating the backtrace manually.
9331 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
9332 (struct backtrace, backtrace_list): Remove.
9333 (command_loop_1): Remove dead var `no_direct'.
9334
9335 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
9336 preserve non-built-in buffer-local variables.
9337 (Fkill_all_local_variables): Don't re-create&re-set permanent
9338 buffer-local variables.
9339
e2bec886
JL
93402007-12-09 Juri Linkov <juri@jurta.org>
9341
9342 * buffer.c (Frename_buffer): Change interactive spec from "s" to
9343 Lisp code that uses `read-buffer' with current buffer as default.
9344
a31d47c7
MA
93452007-12-08 Michael Albinus <michael.albinus@gmx.de>
9346
9347 * dbusbind.c (xd_read_message): Generate an event for every
9348 registered handler. There might be several handlers registered
9349 for the same signal.
9350 (Fdbus_register_signal): Don't overwrite a registration for the
9351 same signal. Add a new registration if handlers are different.
9352 (Vdbus_registered_functions_table): Rework doc string.
9353
52da95fa
MA
93542007-12-07 Michael Albinus <michael.albinus@gmx.de>
9355
9356 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
9357 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
9358 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
9359 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
9360 Unify argument lists.
a0a3805c 9361 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
9362 arguments and hash table keys. Use unique name for service.
9363 (Fdbus_unregister_signal): Remove checks.
9364 (Vdbus_registered_functions_table): Fix doc string.
9365
e5e76c04 93662007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
9367
9368 * process.c (make_process): Initialize pty_flag to 0.
9369
e5e76c04 93702007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
9371
9372 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
9373 specified XBMs.
9374
e5e76c04 93752007-12-05 Richard Stallman <rms@gnu.org>
048addec 9376
e5e76c04 9377 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 9378
e5e76c04 93792007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 9380
e5e76c04
MB
9381 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
9382 New variable.
9383 (mac_try_close_socket) [MAC_OSX]: New function.
9384 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
9385 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 9386
e5e76c04
MB
9387 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
9388 Use mac_try_close_socket.
048addec 9389
e5e76c04 93902007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 9391
e5e76c04
MB
9392 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
9393 reloc_base.
9394 (copy_dysymtab): Compute relocation base here.
9395 (rebase_reloc_address) [__ppc64__]: New function.
9396 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
9397 changed.
048addec 9398
e5e76c04 93992007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 9400
e5e76c04 9401 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 9402
e5e76c04 94032007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 9404
e5e76c04
MB
9405 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
9406 __objc_* sections.
9407 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 9408
96faeb40
MA
94092007-12-05 Michael Albinus <michael.albinus@gmx.de>
9410
9411 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
9412 Move check for Vdbus_registered_functions_table to
9413 xd_read_queued_messages.
9414 (xd_read_queued_messages): Protect xd_read_message calls by
9415 internal_condition_case_1.
9416
39abdd4a
MA
94172007-12-04 Michael Albinus <michael.albinus@gmx.de>
9418
87df3c32 9419 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 9420 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 9421 (Vdbus_intern_symbols): Remove.
39abdd4a 9422 (Vdbus_registered_functions_table): New hash table.
87df3c32 9423 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 9424 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 9425 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
9426 Vdbus_registered_functions_table.
9427
880820fe 94282007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
9429
9430 * xterm.c: Update URL to Window Manager Specification in comment.
9431
033b73e2
MA
94322007-12-02 Michael Albinus <michael.albinus@gmx.de>
9433
9434 * config.in (HAVE_DBUS): Add.
9435
a0a3805c 9436 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
9437 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
9438 (obj): Add $(DBUS_OBJ).
9439 (LIBES): Add $(DBUS_LIBS).
9440 (dbusbind.o): New target.
9441
9442 * dbusbind.c: New file.
9443
9444 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
9445
9446 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 9447 (Qdbus_event): New Lisp symbol.
033b73e2 9448 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 9449 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
9450 (keys_of_keyboard ): Define dbus-event.
9451
9452 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
9453
39d0bf74
RS
94542007-12-01 Richard Stallman <rms@gnu.org>
9455
9456 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
9457
f3157c65
JR
94582007-11-30 Jason Rumney <jasonr@gnu.org>
9459
9460 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
9461 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
9462 (w32_face_attributes): Don't use color indexes that are out of range.
9463 Only reverse the default colors.
f3157c65
JR
9464
9465 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
9466 WINDOWSNT.
9467
9468 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
9469
b510360c
JR
94702007-11-29 Jason Rumney <jasonr@gnu.org>
9471
9472 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
9473 (w32_face_attributes): Use Vtty_defined_color_alist to determine
9474 if the terminal colors are initialized.
9475 (unspecified_fg, unspecified_bg): Remove unused declarations.
9476
4b7ab1c4
AS
94772007-11-29 Andreas Schwab <schwab@suse.de>
9478
9479 * keyboard.c (apply_modifiers): Fix typo.
9480
4bb6c266
RS
94812007-11-29 Richard Stallman <rms@gnu.org>
9482
9483 * keymap.c (Fcurrent_local_map): Doc fix.
9484
aa44cd84
GM
94852007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
9486
9487 * s/gnu-kfreebsd.h: New file.
9488
21ec2c43
SM
94892007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9490
cc648cef
SM
9491 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
9492 Don't cast redundantly.
9493
21ec2c43
SM
9494 * keyboard.c (KEY_TO_CHAR): New macro.
9495 (parse_modifiers, apply_modifiers): Accept integer arguments.
9496 (read_key_sequence): Use them to unify the "shift->unshift" mapping
9497 for chars and symbol keys.
9498 After doing such remapping, apply function-key-map again.
9499
73e72da4
DN
95002007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
9501
9502 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
9503 compiled anymore.
9504
254693ff
AS
95052007-11-26 Andreas Schwab <schwab@suse.de>
9506
9507 * process.c (list_processes_1): Fix indentation level of the
9508 command column.
9509
ff6e6ac8
AS
95102007-11-23 Andreas Schwab <schwab@suse.de>
9511
9512 * editfns.c (Fformat): Handle %c specially since it requires the
9513 argument to be of type int.
9514
f7cf8b20
SM
95152007-11-23 Markus Triska <markus.triska@gmx.at>
9516
9517 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 9518 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 9519
569c11e3
SM
95202007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9521
8787dd73
SM
9522 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
9523 (find_symbol_value): Use do_symval_forwarding.
9524
569c11e3
SM
9525 * data.c (set_internal): Set the value in the `cons-cell' (for
9526 Buffer_Local_values) not only for frame-local variables.
9527
6af1696d
AS
95282007-11-22 Andreas Schwab <schwab@suse.de>
9529
9530 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
9531 values to sprintf.
9532 * keymap.c (Fsingle_key_description): Likewise.
9533 * print.c (print_object): Likewise.
9534
880820fe 95352007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
9536
9537 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
9538 file for image is nil.
9539
7c401d15
DN
95402007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
9541
9542 * term.c: Include stdarg.h.
569c11e3 9543 (fatal): Implement using varargs.
a0a3805c 9544 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 9545
64e16c3c
SM
95462007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
9549 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
9550 Update call to buffer_slot_type_mismatch.
9551 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
9552 (buffer_slot_type_mismatch): Update.
9553 * buffer.c (buffer_local_types): Remove.
9554 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
9555 (defvar_per_buffer): Set the type in the buffer_objfwd.
9556
d4aa48db 95572007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 9558
64e16c3c
SM
9559 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
9560 CreateFileMapping returns NULL on failure.
5f42a7eb 9561
d4aa48db 95622007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 9563
d4aa48db
MB
9564 * search.c (Fset_match_data): Remove the `evaporate' feature.
9565 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 9566
bdae0540
JR
95672007-11-21 Jason Rumney <jasonr@gnu.org>
9568
9569 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
9570
9571 * w32console.c (w32con_write_glyphs): Remove unused variables.
9572
202c09a8
DN
95732007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9574
b951420f
DN
9575 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
9576
202c09a8
DN
9577 * s/darwin.h (MULTI_KBOARD): Remove.
9578
9579 * macfns.c (x_create_tip_frame, Fx_create_frame)
9580 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
9581
bae72c12
SM
95822007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9583
e7c10f83
SM
9584 * buffer.c (Fbuffer_local_value): Remove redundant test.
9585 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
9586 than in `current-buffer' to match the comment.
9587 Do the swap using swap_in_global_binding.
9588
136eb6ed
SM
9589 * data.c (store_symval_forwarding, set_internal):
9590 * eval.c (specbind): Remove dead code.
9591
bae72c12
SM
9592 * coding.c (detect_coding, Fupdate_coding_systems_internal):
9593 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
9594 Since we do not want to see internal Lisp_*fwd objects here.
9595
880820fe 95962007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 9597
3d66b985
JD
9598 * sysdep.c (init_system_name): Use getaddrinfo if available.
9599
95fbaefc
JD
9600 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
9601 (x_scroll_bar_note_movement): start, end, with, height in struct
9602 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
9603
6c1d8cb6
DN
96042007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
9605
9606 * puresize.h (BASE_PURESIZE): Increase to 1190000.
9607
30f95089
SM
96082007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9609
66b04bd4
SM
9610 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
9611 This undoes Richard's change of 14-Oct-2002.
9612
6d3f2bb2
SM
9613 * alloc.c (allocate_other_vector):
9614 * lisp.h (allocate_other_vector): Remove.
9615
b05b4e27
SM
9616 * window.c (struct save_window_data): Move non-lisp data to the end
9617 and make it `int' rather than Lisp_Object.
9618 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
9619 Done wrap/unwrap integer values.
9620 (Fset_window_configuration, compare_window_configurations):
9621 Update use of fields to their new types.
9622
056ce195
SM
9623 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
9624 Turn integer fields into `int'. Merge x_window_low and x_window_high.
9625 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
9626 (SET_SCROLL_BAR_X_WINDOW): Remove.
9627 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
9628 Access the new x_window field directly.
9629 * xterm.c (x_scroll_bar_create): Use a pseudovector.
9630 Don't wrap/unwrap integers into Lisp_Objects.
9631 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
9632 (x_scroll_bar_report_motion):
9633 Don't wrap/unwrap integers into Lisp_Objects.
9634 (x_term_init): Use SDATA.
9635 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
9636 (x_scroll_bar_set_handle, x_scroll_bar_remove)
9637 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
9638 (x_scroll_bar_report_motion, x_scroll_bar_clear):
9639 * xfns.c (x_set_background_color):
9640 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
9641 Access the new x_window field directly.
9642
30f95089
SM
9643 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
9644 (allocate_pseudovector): Make non-static.
6d3f2bb2 9645
30f95089
SM
9646 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
9647 (allocate_pseudovector): Declare.
6f69e89b 9648 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 9649
9b6112e8
AS
96502007-11-15 Andreas Schwab <schwab@suse.de>
9651
30f95089
SM
9652 * editfns.c (Fformat): Correctly format EMACS_INT values.
9653 Also take precision into account when formatting an integer.
0f860bd7 9654
9b6112e8
AS
9655 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
9656
262fcd41
SM
96572007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9658
58da34c7
SM
9659 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
9660 (syms_of_keyboard): Defsubr it.
9661
262fcd41
SM
9662 * data.c (swap_in_global_binding): Fix longstanding bug where
9663 store_symval_forwarding was not called with the right second argument,
9664 thus causing objfwd-ing from being dropped.
9665
d29a9848
JB
96662007-11-14 Juanma Barranquero <lekktu@gmail.com>
9667
9668 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
9669 (Fx_display_pixel_height, Fx_display_planes)
9670 (Fx_display_color_cells, Fx_server_max_request_size)
9671 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
9672 (Fx_display_visual_class, Fx_display_save_under):
9673 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
9674 (Fx_display_pixel_height, Fx_display_planes)
9675 (Fx_display_color_cells, Fx_server_max_request_size)
9676 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9677 (Fx_display_mm_height, Fx_display_mm_width)
9678 (Fx_display_backing_store, Fx_display_visual_class)
9679 (Fw32_select_font, Fx_display_save_under):
9680 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
9681 (Fx_display_pixel_height, Fx_display_planes)
9682 (Fx_display_color_cells, Fx_server_max_request_size)
9683 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
9684 (Fx_display_save_under): Fix typos in docstrings.
9685
74084731
JB
96862007-11-14 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
9689 corresponding to deleted entries; they are an implementation detail.
9690 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
9691 Remove variables.
9692 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
9693 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
9694 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
9695 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
9696 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 9697 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 9698 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
9699 Fix typos in docstrings.
9700 (Fx_server_version): Reflow docstring.
9701 (Fw32_shell_execute): Doc fixes.
74084731 9702
fb053a1f
JB
97032007-11-13 Juanma Barranquero <lekktu@gmail.com>
9704
9705 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
9706 if w32_parse_hot_key returned nil.
9707
a457417e 97082007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 9709
a457417e 9710 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 9711
4b219faa
JR
97122007-11-09 Jason Rumney <jasonr@gnu.org>
9713
9714 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
9715
9716 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
9717
9718 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
9719 Remove W32_SCROLL_BAR_CLICK_EVENT.
9720
9721 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
9722 Add MULTIMEDIA_KEY_EVENT.
9723
9724 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
9725 (lispy_multimedia_keys) [WINDOWSNT]: New array.
9726 (make_lispy_event) [WINDOWSNT]: Use it to translate
9727 MULTIMEDIA_KEY_EVENT.
9728
9729 * w32term.h (WM_APPCOMMAND): Define if not already.
9730 (GET_APPCOMMAND_LPARAM): Likewise.
9731
9732 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
9733 WM_APPCOMMAND.
9734
9735 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
9736 (syms_of_w32fns): Export and initialize it.
9737 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
9738
c12ecb0a 97392007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
9740
9741 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
9742 twice.
9743
9744 * xdisp.c (handle_face_prop): Fix last change.
9745
c12ecb0a 97462007-11-09 Richard Stallman <rms@gnu.org>
048addec 9747
c12ecb0a
MB
9748 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
9749 not just for after-strings and before-strings.
9750 Call face_for_overlay_string and pass the overlay to it.
9751 (handle_display_prop): Determine whether property came from an overlay.
9752 Pass OVERLAY arg to handle_single_display_spec.
9753 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
9754 (load_overlay_strings): Fill in it->string_overlays.
9755 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 9756
c12ecb0a
MB
9757 * xfaces.c (face_for_overlay_string): Function renamed from
9758 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 9759
c12ecb0a
MB
9760 * dispextern.h (struct it): New elt string_overlays.
9761 New elt from_overlay, also in stack.
9762 Rearrange a few elements.
9763 (face_for_overlay_string): Decl renamed from
9764 face_at_buffer_position_no_overlays, and add argument.
15fff01d 9765
c12ecb0a 97662007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 9767
c12ecb0a
MB
9768 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
9769 to get the base face for an overlay string.
0d8466cc 9770
c12ecb0a 9771 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 9772
c12ecb0a 9773 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 9774
c12ecb0a 9775 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 9776
c12ecb0a 97772007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 9778
c12ecb0a
MB
9779 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
9780 Fix conversion from Lisp object to ATSUFontID.
07025a55 9781
c12ecb0a 97822007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 9783
c12ecb0a 9784 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 9785
c12ecb0a 97862007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 9787
c12ecb0a
MB
9788 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
9789 Don't assume regions are aligned to page boundary.
9790 (print_load_command_name): Add LC_UUID if defined.
3a232704 9791
c12ecb0a 97922007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 9793
c12ecb0a 9794 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 9795
b8ddfbcc
JR
97962007-11-07 Jason Rumney <jasonr@gnu.org>
9797
9798 * s/windows95.h: Remove.
9799
880820fe 98002007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
9801
9802 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
9803 abort with a message on unhandled store_type values.
9804
880820fe 98052007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
9806
9807 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
9808 Remove HAVE_X11R5 and HAVE_X11R4.
9809
04a697fe
DN
98102007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9811
9812 * Makefile.in: Remove references to sunfns.c and sunfns.o.
9813
880820fe 98142007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
9815
9816 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 9817 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
9818 x_set_glyph_string_gc from x_draw_glyph_string.
9819
07e5c0b0
DN
98202007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9821
2a2e8de7 9822 * sunfns.c: Remove file.
07e5c0b0
DN
9823
9824 * m/sun386.h:
9825 * m/sun2.h:
9826 * m/sparc.h: Remove Sun windows code.
9827
1bc973c2
SM
98282007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
9831 (init_keyboard): Set current_kboard's window-system to nil.
9832 (tty_read_avail_input): Typo.
9833 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
9834
c22140f6
DN
98352007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9836
9837 * s/usg5-4.h:
9838 * s/usg5-3.h:
9839 * s/ptx.h:
9840 * m/is386.h:
9841 * m/ibmps2-aix.h:
2a2e8de7 9842 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
9843
9844 * dispnew.c (syms_of_display): Don't mention version 10.
9845
660a8219
JB
98462007-10-28 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
9849 ($(BLD)/abbrev.$(O)): Remove.
9850
e047f448
SM
98512007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 Rewrite abbrev.c in Elisp.
9854 * image.c (Qcount): Don't declare as extern.
9855 (syms_of_image): Initialize and staticpro `Qcount'.
9856 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
9857 * emacs.c (main): Don't call syms_of_abbrev.
9858 * Makefile.in (obj): Remove abbrev.o.
9859 (abbrev.o): Remove.
9860 * abbrev.c: Remove.
9861
67b73e3a
MR
98622007-10-26 Martin Rudalics <rudalics@gmx.at>
9863
9864 * window.c (window_min_size_2): Don't count header-line.
9865
e3d7bd83
DN
98662007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9867
9868 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 9869 field to take advantage of the available space. Group all the
e3d7bd83
DN
9870 chars together to reduce wasted space due to padding.
9871
a3547743
JB
98722007-10-26 Juanma Barranquero <lekktu@gmail.com>
9873
e298936f
JB
9874 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
9875
d3d47262
JB
9876 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
9877 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
9878 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
9879 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
9880 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
9881 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
9882 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
9883 (last_marked, mark_object_loop_halt): Make static.
9884
a3547743
JB
9885 * frame.c (syms_of_frame) <delete-frame-functions>:
9886 Fix typo in docstring.
9887
14c71d8b
JB
98882007-10-25 Juanma Barranquero <lekktu@gmail.com>
9889
9890 * w32.c (init_environment): Fix tiny memory leak.
66199f74 9891 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 9892
70b8d0a4
SM
98932007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 Make `window-system' into a keyboard-local variable (rather than
9896 frame-local as done originally by multi-tty).
9897
9898 * keyboard.h (struct kboard): Add Vwindow_system.
9899 * keyboard.c (init_kboard): Set a default for Vwindow_system.
9900 (mark_kboards): Mark Vwindow_system.
9901
9902 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
9903 (init_display): Don't set the obsolete `window-system' frame-param.
9904
9905 * xterm.c (x_term_init):
9906 * w32term.c (w32_create_terminal):
9907 * term.c (init_tty): Set Vwindow_system.
9908 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
9909 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
9910
9911 * xfns.c (Fx_create_frame, x_create_tip_frame):
9912 * w32fns.c (Fx_create_frame, x_create_tip_frame):
9913 * macfns.c (Fx_create_frame):
9914 Don't set the obsolete `window-system' frame-param.
9915
9916 * frame.h (Qwindow_system): Remove.
9917 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
9918 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
9919
fdc90613 99202007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 9921
fdc90613
MB
9922 * frame.c (x_figure_window_size): For fullscreen case,
9923 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 9924
fdc90613 9925 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 9926
fdc90613 9927 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 9928
7357cb04
SM
99292007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9930
98228e72
SM
9931 * process.c (unwind_request_sigio): Only define if __ultrix__.
9932
1baf6db9
SM
9933 * callproc.c (child_setup): Remove spurious *.
9934
4d0ac3d7
SM
9935 * lisp.h (Fget_text_property): Declare.
9936 (have_menus_p): Declare it here rather than in sys-dep header files.
9937 * macterm.h (have_menus_p):
9938 * msdos.h (have_menus_p):
9939 * xterm.h (have_menus_p): Remove.
9940
7357cb04
SM
9941 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9942 (Fmake_variable_frame_local): Just check the variable's const-ness
9943 rather than checking nil or t.
9944
866e6dd6
JR
99452007-10-22 Jason Rumney <jasonr@gnu.org>
9946
b00afeae
JR
9947 * w32fns.c: Include math.h.
9948 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 9949
c8f7c76b
JR
9950 * s/ms-w32.h (HAVE_STDLIB_H): Define.
9951 (abort): Redefinition moved to nt/config.nt.
9952
866e6dd6
JR
9953 * m/windowsnt.h: Remove.
9954
e79beb56
JB
99552007-10-22 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * emacs.c (Fdump_emacs): Fix typo in message.
9958 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
9959 <installation-directory>: Reflow docstring.
9960
fb30dfd2
JL
99612007-10-22 Juri Linkov <juri@jurta.org>
9962
9963 * minibuf.c: Allow minibuffer default to be a list of default values.
9964 With empty input use the first element of this list as returned default.
e79beb56 9965 (string_to_object)
0f7f11b7 9966 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
9967 (read_minibuf): If defalt is cons, set histstring to its car.
9968 (Fread_string): If default_value is cons, set val to its car.
9969 (Fread_buffer): If def is cons, use its car.
9970 (Fcompleting_read): If defalt is cons, set val to its car.
9971
1f163f28
MA
99722007-10-21 Michael Albinus <michael.albinus@gmx.de>
9973
9974 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
9975
db3534c3
JB
99762007-10-20 Juanma Barranquero <lekktu@gmail.com>
9977
9978 * doc.c (Fdocumentation): Check for advice in all cases.
9979
c6f18a07
CY
99802007-10-19 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
9983
2a1534d3
RS
99842007-10-19 Richard Stallman <rms@gnu.org>
9985
9986 * doc.c (Fdocumentation): Check for and handle an advised function.
9987
7b82c3b6
JB
99882007-10-19 Juanma Barranquero <lekktu@gmail.com>
9989
9990 * process.c (Fset_process_filter): Doc fix.
9991
3278f20e
SM
99922007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
9995 which caused key-translation-map to applied repeatedly (thus breaking
9996 double-mode).
9997
99784d63
SM
99982007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * xselect.c (x_own_selection, x_handle_selection_clear)
10001 (x_clear_frame_selections):
10002 * w32menu.c (list_of_panes, list_of_items):
10003 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
10004 * textprop.c (validate_plist, interval_has_all_properties)
10005 (interval_has_some_properties, interval_has_some_properties_list)
10006 (add_properties, text_property_list):
10007 * process.c (Fget_buffer_process, list_processes_1, status_notify):
10008 * minibuf.c (Fassoc_string):
10009 * macselect.c (x_own_selection, x_clear_frame_selections)
10010 (Fx_disown_selection_internal):
10011 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
10012 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
10013
44bb704d
CY
100142007-10-17 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * process.c: Link to libs for calling res_init() if available.
10017 (Fmake_network_process): Call res_init() before getaddrinfo or
10018 gethostbyname, if possible.
10019
d314756e
SM
100202007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10021
2504022a
SM
10022 * lread.c (read1): Set pvectype for char_tables.
10023
19fa82b9
SM
10024 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
10025 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
10026 Add type checks.
10027 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
10028
d314756e
SM
10029 * alloc.c (free_misc): Use XMISCTYPE.
10030 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
10031
94b9aaa2
GM
100322007-10-17 Glenn Morris <rgm@gnu.org>
10033
10034 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
10035 (syms_of_minibuf): Add Qcompletion_ignore_case.
10036 * dired.c (Qcompletion_ignore_case): Change to external.
10037 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
10038 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
10039 (Fread_file_name): Use it rather than intern'ing.
10040
10041 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
10042 (Fread_coding_system): Ignore case of user input.
10043
da6658e8
YM
100442007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10045
10046 * xdisp.c (handle_display_prop): Ignore display specs after
10047 replacing one when string text is being replaced.
10048 (handle_single_display_spec): Pretend as if characters with display
10049 property haven't been consumed only when buffer text is being replaced.
10050
11fb4bdb
SM
100512007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10052
9beb8baa
SM
10053 * xfns.c (Fx_create_frame, Fx_display_list):
10054 * window.c (window_fixed_size_p, enlarge_window)
10055 (shrink_window_lowest_first):
10056 * macterm.c (init_font_name_table):
10057 * macfns.c (Fx_create_frame, Fx_display_list):
10058 * lread.c (close_load_descs):
10059 * keyboard.c (read_char_x_menu_prompt):
10060 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
10061 * coding.c (code_convert_region_unwind): Test the type of an object
10062 rather than just !NILP before extracting data from it.
10063
d3f41ff5
SM
10064 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
10065
67ee9f6e
SM
10066 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
10067 (XMISCANY): New macro.
10068 (XMISCTYPE): Use it.
10069 (struct Lisp_Misc_Any): New type.
10070 (union Lisp_Misc): Use it.
10071 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
10072 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
10073 (find_symbol_value, set_internal, default_value, Fset_default)
10074 (Fmake_variable_buffer_local, Fmake_local_variable)
10075 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
10076 (Flocal_variable_if_set_p, Fvariable_binding_locus):
10077 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
10078 * alloc.c (allocate_buffer): Set the size and tag.
10079 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
10080 Use XMISCANY.
10081 (die): Follow the GNU convention for error messages.
10082 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
10083 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
10084 tag any more.
10085 (set_buffer_internal_1):
10086 * frame.c (store_frame_param):
10087 * eval.c (specbind):
10088 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
10089
11fb4bdb
SM
10090 * doc.c (Fsnarf_documentation): Simplify.
10091
decb374a
JB
100922007-10-14 Juanma Barranquero <lekktu@gmail.com>
10093
10094 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
10095 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
10096
b5a40ee7
SM
100972007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
10100
35277b03
JB
101012007-10-14 Juanma Barranquero <lekktu@gmail.com>
10102
10103 * eval.c (do_autoload): Don't save autoloads.
10104
10105 * data.c (Ffset): Save autoload of the function being set.
10106
35fdaa62
GM
101072007-10-07 John Paul Wallington <jpw@pobox.com>
10108
10109 * xfns.c (x_create_tip_frame): Set the `display-type' frame
10110 parameter before setting up faces.
10111
1ea40aa2
EZ
101122007-10-13 Eli Zaretskii <eliz@gnu.org>
10113
35fdaa62 10114 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
10115 * keyboard.c (append_tool_bar_item): Reformat last change.
10116
1ea40aa2
EZ
10117 * lisp.h (eabs): Rename from `abs'. All callers changed.
10118
35277b03 101192007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
10120
10121 * buffer.c (add_overlay_mod_hooklist):
10122 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
10123 * fontset.c (make_fontset):
10124 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
10125 (append_tool_bar_item):
10126 * macmenu.c (grow_menu_items):
35fdaa62 10127 * w32menu.c (grow_menu_items):
71d00ce4 10128 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 10129
bc82f120
EZ
101302007-10-13 Eli Zaretskii <eliz@gnu.org>
10131
10132 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
10133 selected frame'' on MSDOS).
10134
d57d5a78
MR
101352007-10-12 Martin Rudalics <rudalics@gmx.at>
10136
10137 * frame.c (Qexplicit_name): New variable.
10138 (x_report_frame_params): Report it in parameter alist.
10139 (syms_of_frame): Intern and staticpro it.
10140
35277b03 101412007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
10142
10143 * macfns.c (x_create_tip_frame): Set terminal for frame.
10144
c7a4b95b
SM
101452007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10146
26f9c7b7
SM
10147 * frame.c (Qenvironment): Remove.
10148 (syms_of_frame) <Qenvironment>: Don't initialize.
10149 (Fdelete_frame): Don't treat the `environment' param specially.
10150 * frame.h (Qenvironment): Don't declare.
10151 * callproc.c (set_initial_environment): Don't set unused frame param.
10152
c7a4b95b
SM
10153 * frame.c (Fframe_with_environment): Remove.
10154 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 10155
c7a4b95b
SM
10156 * lisp.h (Fframe_with_environment): Don't declare.
10157
c86f7377
JB
101582007-10-10 Juanma Barranquero <lekktu@gmail.com>
10159
10160 * indent.c (indent_tabs_mode, last_known_column)
10161 (last_known_column_modified): Make static.
10162 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
10163
d1b3a122
KY
101642007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
10165
10166 * puresize.h (BASE_PURESIZE): Increase to 1170000.
10167
d57d5a78
MR
101682007-10-09 Jason Rumney <jasonr@gnu.org>
10169
10170 * w32term.c (x_set_window_size): Disable code that attempts to tell
10171 Lisp code about a size change before it actually happens.
10172
81d3d428 101732007-10-09 Richard Stallman <rms@gnu.org>
91175673 10174
81d3d428
MB
10175 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
10176 return HANDLED_RETURN.
91175673 10177
1af74d06 101782007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 10179
1af74d06
MB
10180 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
10181 when there's an unread command event.
e0fead5d 10182
c7a4b95b 10183 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
10184 window autoselection act appropriately when leaving selected frame.
10185 (syms_of_frame): Initialize focus_follows_mouse.
10186 * frame.h (focus_follows_mouse): Extern it.
10187 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 10188 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
10189 * msdos.c (dos_rawgetc): Likewise.
10190 * w32term.c (w32_read_socket): Likewise.
10191 * xterm.c (handle_one_xevent): Likewise.
10192 * xdisp.c (syms_of_xdisp): In doc-string of
10193 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 10194
1af74d06 101952007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 10196
1af74d06
MB
10197 * macterm.c (mac_load_query_font): Fix missing return value.
10198 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
10199 Add BLOCK_INPUT.
c186cdb3 10200
1af74d06 102012007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 10202
1af74d06
MB
10203 * xdisp.c (get_window_cursor_type): Implement documented behavior
10204 for cursor-in-non-selected-windows = t.
c186cdb3 10205
1af74d06 102062007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 10207
1af74d06 10208 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 10209
1af74d06 102102007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 10211
1af74d06 10212 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 10213
1af74d06 10214 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 10215
1af74d06 102162007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 10217
c7a4b95b 10218 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 10219
1af74d06 102202007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 10221
1af74d06 10222 * buffer.c (Foverlays_at): Doc fix.
036e218d 10223
1af74d06 102242007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 10225
1af74d06 10226 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 10227
1af74d06 102282007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 10229
1af74d06 10230 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 10231
1af74d06 10232 * frame.h (enum): Remove trailing comma.
90647b07 10233
8993ad2e 102342007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 10235
1af74d06 10236 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 10237
1af74d06 102382007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 10239
1af74d06 10240 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 10241
1af74d06
MB
10242 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
10243 last-repeatable-command.
10244 (init_kboard): Initialize Vlast_repeatable_command.
10245 (command_loop_1): Set it to real_this_command unless that was
10246 bound to an input event.
10247 (mark_kboards): Mark it.
9fbc32aa 10248
1af74d06 102492007-10-08 Richard Stallman <rms@gnu.org>
036e218d 10250
1af74d06 10251 * eval.c (condition-case): Doc fix.
9fbc32aa 10252
1af74d06 102532007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 10254
1af74d06
MB
10255 * xfaces.c (tty_supports_face_attributes_p): Fix code
10256 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
10257 was copied and not edited.
9fbc32aa 10258
beb9f745
SM
102592007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10260
c86f7377 10261 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
10262 escape sequences.
10263 * keyboard.h (struct kboard): Add Vinput_decode_map.
10264 Remove Vlocal_key_translation_map.
10265 * keyboard.c (read_key_sequence): Add support for input-decode-map.
10266 (init_kboard): Init input-decode-map.
10267 Replace local-key-translation-map back with key-translation-map.
10268 (syms_of_keyboard): Declare input-decode-map.
10269 Remove local-key-translation-map. Update docstrings.
10270 (mark_kboards): Mark Vinput_decode_map.
10271 Don't mark Vlocal_key_translation_map.
10272 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
10273 Replace local-key-translation-map back with key-translation-map.
10274 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
10275 Bind in input-decode-map rather than function-key-map.
10276
beb9f745
SM
10277 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
10278 This was made redundant by the previous introduction of XSETPVECTYPE.
10279
65342ae3
RS
102802007-10-09 Richard Stallman <rms@gnu.org>
10281
beb9f745 10282 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
10283
102842007-09-29 Richard Stallman <rms@gnu.org>
10285
10286 * eval.c (internal_condition_case_2, internal_condition_case_1)
10287 (internal_condition_case): Reenable abort if x_catching_errors ()
10288 to see if that really happens and why.
10289
6cff77fd
AS
102902007-10-06 Andreas Schwab <schwab@suse.de>
10291
10292 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
10293
bbe6f2aa
JB
102942007-10-04 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
10297
a390930c
SM
102982007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
10301
d6aa1876
SM
103022007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10303
d0fdb6da
SM
10304 * window.h (struct window):
10305 * window.c (struct save_window_data, struct saved_window):
10306 * termhooks.h (struct terminal):
10307 * process.h (struct Lisp_Process):
10308 * frame.h (struct frame):
10309 * buffer.h (struct buffer):
10310 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
10311 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
10312 The size field of (pseudo)vectors is now unsigned.
10313 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
10314
878f97ff
SM
10315 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
10316 Turn `count' into an integer.
d0fdb6da 10317
878f97ff
SM
10318 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
10319 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
10320 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
10321 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
10322 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
10323
d2029e5b
SM
10324 * alloc.c (allocate_pseudovector): New fun.
10325 (ALLOCATE_PSEUDOVECTOR): New macro.
10326 (allocate_window, allocate_terminal, allocate_frame)
10327 (allocate_process): Use it.
10328 (mark_vectorlike): New function.
10329 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
10330 (mark_terminals): Use it.
10331 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
10332 (Fmake_byte_code): Use XSETPVECTYPE.
10333
10334 * frame.c (Fframe_parameters): Minor simplification.
10335
10336 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
10337
10338 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
10339
10340 * buffer.c (Fget_buffer_create, init_buffer_once):
10341 * lread.c (defsubr):
10342 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
10343
10344 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
10345 defined differently in the m/*.h files.
10346 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
10347 (XSETPVECTYPE): New macro.
10348 (XSETPSEUDOVECTOR): Use it.
10349
d6aa1876
SM
10350 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
10351 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 10352
d6aa1876
SM
10353 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
10354 * lread.c (defvar_per_buffer):
10355 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
10356
10357 * window.c (candidate_window_p): Only consider as visible frames that
10358 are on the same terminal.
10359
10360 * m/ibms390x.h (MARKBIT): Remove unused macro.
10361
88852d45
JB
103622007-10-01 Juanma Barranquero <lekktu@gmail.com>
10363
10364 * lread.c (Fload): Fix typo in docstring.
10365
880820fe 103662007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
10367
10368 * floatfns.c (Fexpt): Manually check for overflows, so that a power
10369 of a non-zero value can't yield zero.
10370
ed0c79c6
SM
103712007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10372
b870aa61
SM
10373 * term.c (term_clear_mouse_face, term_mouse_highlight)
10374 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
10375
4c37a414
SM
10376 * print.c (safe_debug_print): Use XHASH.
10377
b9466edb
SM
10378 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
10379 Lisp elements such as tags.
10380 (XHASH): New macro.
10381 (EQ): Use it.
10382 (SREF, SSET, STRING_COPYIN): Use SDATA.
10383 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
10384
9c545a55
SM
10385 * alloc.c (mark_terminal): Remove left-over declaration.
10386 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
10387 (allocate_vectorlike): Remove type argument. Adjust callers.
10388 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
10389 Only handle the one remaining MEM_TYPE_VECTORLIKE.
10390
dafc79fa
SM
10391 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
10392 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
10393 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
10394 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
10395 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
10396 Use them.
10397
ed0c79c6
SM
10398 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
10399 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
10400 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
10401
3c81afd4
DN
104022007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
10403
10404 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
10405 loaded by default.
10406
6178ce5e
SM
104072007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10408
4ce5ab77
SM
10409 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
10410 on this tty.
10411 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
10412
6178ce5e
SM
10413 * term.c (mouse_face_window): Rename from Qmouse_face_window.
10414 Update all users.
10415 (handle_one_term_event): Use Gpm_DrawPointer.
10416 (Fgpm_mouse_start): Rename from Fterm_open_connection.
10417 Signal errors instead of returning nil. Always return nil.
10418 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
10419 Make it a noop if gpm-mouse was not activated.
10420 (syms_of_term): Update names.
10421
bdf5f8ef
SM
104222007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10423
75a8734b
SM
10424 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
10425 (init_sys_modes): Check that gpm_tty is the current tty.
10426
13559ee0
SM
10427 * alloc.c (allocate_terminal): Set the vector size to only count the
10428 lisp fields. Initialize those to nil.
10429 (mark_object): Don't treat terminals specially.
10430 (mark_terminal): Remove.
10431 (mark_terminals): Use mark_object instead.
10432
ff16b875
SM
10433 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
10434 the GC to the beginning.
10435
83155776
SM
10436 * indent.h:
10437 * indent.c: Use EMACS_INT for ints coming from Elisp data.
10438
bdf5f8ef
SM
10439 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
10440
ec8705b6
JR
104412007-09-25 Jason Rumney <jasonr@gnu.org>
10442
10443 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
10444
10445 * w32console.c (create_w32cons_output): Remove.
10446
10447 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
10448
10449 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
10450 (reset_sys_modes): Use reset_terminal_modes_hook.
10451
7351b242
SM
104522007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * eval.c (do_autoload): Don't output any message.
10455
16706228
JL
104562007-09-24 Juri Linkov <juri@jurta.org>
10457
10458 * emacs.c (standard_args): Change priority of "--no-splash"
10459 from 40 to 3. Add "--no-desktop" with the same priority.
10460
3ae2e3a3
RS
104612007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
10462
10463 * alloc.c (gc_sweep): Check cons cell mark bits word by word
10464 and optimize the case where they are all 1.
10465
7a58fb43
GM
104662007-09-23 Johannes Weiner <hannes@saeurebad.de>
10467
3ae2e3a3
RS
10468 * lisp.h (abs): Define if not defined.
10469 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
10470 Don't define `abs', since it's defined in lisp.h.
7a58fb43 10471
78048085
EZ
104722007-09-22 Eli Zaretskii <eliz@gnu.org>
10473
c7a4b95b 10474 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
10475 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
10476 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
10477 (init_tty): Use DEV_TTY instead of "/dev/tty".
10478 [WINDOWSNT]: No need to protect from NAME arg being null.
10479
23d4cba5
DN
104802007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10481
10482 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
10483 up the tty state.
10484
71f44e7a
SM
104852007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
10488 (gpm_tty): Change its type.
10489 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
10490 (gpm_tty): Change its type and initialize it.
10491 (Fterm_open_connection): Check the frame is indeed a tty.
10492 Use the new gpm_tty.
10493 (Fterm_close_connection): Use the new gpm_tty.
10494 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
10495 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
10496
def7fa34
JB
104972007-09-21 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
10500 underline_color, to draw strike-through.
10501
d2bb6598
SM
105022007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10503
273f164c
SM
10504 * lisp.h (allocate_terminal): Declare.
10505
ca2d5566
SM
10506 * window.c (candidate_window_p): Consider frames that are being placed
10507 by the user as somewhere between visible and iconified.
10508 (window_loop): Prefer windows on the current frame.
10509 (Fselect_window): Move the use of select-frame to the beginning so we
10510 can just delegate all the work (it'll call us back anyway).
10511
6168122d
SM
10512 * frame.c (Qdisplay_environment_variable):
10513 * frame.h (Qdisplay_environment_variable): Delete.
10514
c51842ec
SM
10515 * .gdbinit (xbacktrace): Print the arg's address rather than the value
10516 of the first arg, since that value may be a union.
10517
d2bb6598
SM
10518 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
10519 parameter rather than Qdisplay_environment_variable. If all else
10520 fails, look for DISPLAY in initial-environment.
10521
6f022c19
GM
105222007-09-21 Glenn Morris <rgm@gnu.org>
10523
10524 * Makefile.in (emacstool): Remove target.
f466320b 10525 (lisp, shortlisp): Remove termdev.elc.
6f022c19 10526
ea1bf8c7
GM
105272007-09-21 Markus Triska <markus.triska@gmx.at>
10528
d2bb6598 10529 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 10530
d30a25b3
SM
105312007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10532
db699fc6
SM
10533 * callproc.c (getenv_internal_1): New function.
10534 (getenv_internal): Use it.
10535 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
10536
d2bb6598 10537 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
10538 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
10539 (Fset_terminal_parameter): Work with dead terminals as well.
10540 (Fmodify_terminal_parameters): Remove.
10541
d30a25b3
SM
10542 * terminal.c (get_terminal): Handle terminals.
10543 Make sure the terminal returned is live.
10544 (create_terminal): Use allocate_terminal.
10545 (mark_terminals): Move to alloc.c.
10546 (delete_terminal): Use terminal->name as liveness status.
10547 NULL out fields after freeing their contents.
10548 Don't deallocate the object.
10549 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
10550 rather than an int.
10551 (Fterminal_live_p): Accept non-integer arguments.
10552 (Fterminal_list): Return terminal objects rather than an ints.
10553
10554 * alloc.c (enum mem_type): New member for `terminal' objects.
10555 (allocate_terminal): New function.
d2bb6598
SM
10556 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
10557 Handle terminals.
d30a25b3
SM
10558 (mark_terminal): New fun.
10559 (mark_terminals): Move from terminal.c.
10560
10561 * term.c (get_tty_terminal): Don't treat output_initial specially.
10562 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
10563 (delete_tty): Use terminal->name as liveness status.
10564
10565 * termhooks.h (struct terminal): Make it into a pseudovector.
10566 Remove `deleted' replaced by checking `name's nullness.
10567
10568 * print.c (print_object): Handle terminals.
10569
10570 * lisp.h (enum pvec_type): New `terminal' pseudovector.
10571 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
10572
10573 * frame.c (make_terminal_frame):
10574 * keyboard.c (tty_read_avail_input):
10575 * w32term.c (x_delete_terminal):
10576 * xfns.c (Fx_create_frame, x_create_tip_frame):
10577 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
10578
eba25e7c
GM
105792007-09-20 Glenn Morris <rgm@gnu.org>
10580
10581 * process.c (Fmake_network_process): Doc fix.
10582
2a29c3c1
JR
105832007-09-19 Jason Rumney <jasonr@gnu.org>
10584
10585 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
10586
880820fe 105872007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
10588
10589 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
10590 Fix a C warning regarding variable constness.
10591
10592 * xterm.c (handle_one_xevent): Fix a C warning.
10593
334a1195
JR
105942007-09-18 Jason Rumney <jasonr@gnu.org>
10595
10596 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
10597
880820fe 105982007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
10599
10600 * gtkutil.c (gdpy_def): New variable.
10601 (xg_initialize): Initialize gdpy_def.
10602 (xg_display_close): If no other display exists, set gdpy_def to a
10603 new connection.
10604
880820fe 106052007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
10606
10607 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
10608 when we have no file name for the icon.
10609 (xg_tool_bar_expose_callback): Remove.
10610 (xg_create_tool_bar): Don't connect expose signal to
10611 xg_tool_bar_expose_callback.
10612 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
10613
4d580af2
AS
106142007-09-16 Andreas Schwab <schwab@suse.de>
10615
10616 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
10617 values instead of zapping them.
10618
aca946f3
GM
106192007-09-14 Glenn Morris <rgm@gnu.org>
10620
10621 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
10622 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
10623 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
10624 scope and rename to omfib_buffer for clarity.
10625 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
10626
25c460e5
KH
106272007-09-14 Kenichi Handa <handa@m17n.org>
10628
10629 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
10630
09b69f01
JR
106312007-09-13 Jason Rumney <jasonr@gnu.org>
10632
10633 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
10634
10635 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
10636
10637 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
10638 (mac_term_init): Call here instead, passing rif.
10639
442218db
GM
106402007-09-13 Glenn Morris <rgm@gnu.org>
10641
10642 * s/hpux.h: No longer define `static' as nothing.
10643
880820fe 106442007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
10645
10646 * callint.c (Fcall_interactively): Remove unused var `fun'.
10647
1971a872
RF
106482007-09-12 Romain Francoise <romain@orebokech.com>
10649
10650 * window.c (prefer_window_split_horizontally, display_buffer):
10651 Revert 2007-09-08 change.
10652
2d33f506
GM
106532007-09-12 Glenn Morris <rgm@gnu.org>
10654
585474ae 10655 * alloca.c: Remove file.
ca7af97a
GM
10656 * Makefile.in (alloca): Do not undef.
10657 (allocaobj, alloca.o): Remove.
10658 (otherobj): Remove allocaobj.
10659 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
10660 * regex.c (C_ALLOCA): Remove all references and code that was only
10661 used when this was defined.
10662 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
10663 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
10664 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
10665
2d33f506 10666 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
10667
10668 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
10669 (menu_grab_callback): All uses changed.
10670
10671 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
10672 (x_reply_selection_request): All uses changed.
2d33f506 10673
18a4a65e
SM
106742007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * lread.c (load_warn_old_style_backquotes): Change message to look
10677 better when it appears in the middle of byte-compiler messages.
10678
47cc8819
DN
106792007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
10680
b7ea0894
DN
10681 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
10682
47cc8819
DN
10683 * xterm.c (x_create_terminal): Add comment.
10684
10685 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
10686
5632bd0f
RS
106872007-09-10 Richard Stallman <rms@gnu.org>
10688
10689 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
10690
880820fe 106912007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 10692
4bca9161
MC
10693 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
10694 (DEFUN): Document `intspec', use it instead of `prompt'.
10695
04724b69
MC
10696 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
10697
8a6d230a
MC
10698 * data.c (Finteractive_form): If the interactive specification starts
10699 with a `(', use it as a Lisp form.
10700
09fbdf6c
MC
10701 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
10702 name and file modes.
10703
ccb5c14f
MC
10704 * callint.c (Fcall_interactively): Comment fixes.
10705
023accd6
SM
107062007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
10709 and compiled functions.
10710
f26b9544
EZ
107112007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
10712
10713 * window.c (prefer_window_split_horizontally): New variable.
10714 (display_buffer): Consider splitting window horizontally depending
10715 on prefer_window_split_horizontally.
10716
4d395425
EZ
107172007-09-08 Eli Zaretskii <eliz@gnu.org>
10718
97ddc760 10719 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 10720
08c1d235
SM
107212007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10722
179cef48
SM
10723 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
10724
08c1d235
SM
10725 * frame.c (x_set_frame_parameters): Check number is positive before
10726 using XFASTINT.
10727
10728 * window.c (freeze_window_start): Don't presume selected_window holds
10729 a window object.
92f94a12 10730 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 10731
97ddc760 107322007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
10733
10734 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
10735
90ab5c62
SM
107362007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * window.c (Vsplit_window_preferred_function): New var.
10739 (Fdisplay_buffer): Use it.
10740 (syms_of_window): Export, and initialize it.
10741
1ab2cd43
TTN
107422007-09-06 Pixel <pixel@mandriva.com> (tiny change)
10743
10744 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
10745
0b0515bc
GM
107462007-09-06 Glenn Morris <rgm@gnu.org>
10747
57fd5c55 10748 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
10749 * xselect.c (x_reply_selection_request) <cnt>: Move static
10750 variable to file scope.
10751
98594580
SM
107522007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
10755 consistent values of selected_frame and selected_window.
10756
0f4c7aef
JR
107572007-09-04 Jason Rumney <jasonr@gnu.org>
10758
10759 * w32console.c (initialize_w32_display): Zero unused hooks.
10760
e4019195
DN
107612007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10762
10763 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
10764 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
10765
bce179b5
JR
107662007-09-04 Jason Rumney <jasonr@gnu.org>
10767
a0236551
JR
10768 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
10769 in w32console.c. Set up input. Remove XXX comments that have been
10770 confirmed as correct.
10771
a4926668
JR
10772 * s/ms-w32.h (MULTI_KBOARD): Define.
10773
953bf0dc
JR
10774 * w32console.c (one_and_only_w32cons): Remove.
10775 (initialize_w32_display): Take terminal argument.
10776
10777 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
10778 initialize_w32_display.
10779 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
10780
bce179b5
JR
10781 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
10782
10783 * keyboard.c (discard_mouse_events): Discard it.
10784 (make_lispy_event): Translate it to a lisp event.
10785 (lispy_wheel_names): Add wheel-left and right events.
10786 (syms_of_keyboard): Enlarge wheel_syms.
10787
10788 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
10789 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
10790
10791 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
10792
10793 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
10794 from WM_MOUSEHWHEEL.
10795 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
10796
10797 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
10798 terminal.
10799
10800 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
10801 keyboard for the terminal.
10802
92cd6a7c
DN
108032007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10804
10805 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
10806 (Vresume_tty_hook): Rename from Vresume_tty_functions.
10807 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
10808 and resume-tty-function to resume-tty-hook.
10809 (Fsuspend_tty, Fresume_tty): Use new names.
10810
880820fe 108112007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
10812
10813 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
10814 if it starts with "n:".
10815
880820fe 108162007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
10817
10818 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
10819
6b8e474c
SM
108202007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10821
92d9c1d4
SM
10822 * frame.h:
10823 * frame.c (Qterm_environment_variable): Remove.
10824 (syms_of_frame): Don't init and staticpro it.
10825
92d9c1d4
SM
10826 * callproc.c (getenv_internal): Remove special case for $TERM.
10827
6b8e474c
SM
10828 * callproc.c (Vinitial_environment): New variable.
10829 (set_initial_environment): Initialize it.
10830 (syms_of_callproc): Declare it.
10831 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
10832 TERM under which a process runs is never related to the TERM in which
10833 Emacs is running.
10834
0f1444e1
DN
108352007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10836
10837 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
10838 * s/darwin.h: ... do it here.
10839
b8866860
SM
108402007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * lisp.h (set_initial_environment): Rename from set_global_environment.
10843
10844 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
10845 removed by mistake on the multi-tty branch.
10846
10847 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
10848 (Fmodify_frame_parameters): Return a value.
10849
10850 * image.c (png_load): Comment-out var only used in commented-out code.
10851
10852 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
10853 before passing it to mark_object.
10854
10855 * xfaces.c (internal_resolve_face_name): Return a value.
10856 (internal_resolve_face_name, resolve_face_name_error): Comment out.
10857
10858 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
10859 (x_icon): Comment-out var only used in commented-out code.
10860
0a42be6d
RF
108612007-08-29 Romain Francoise <romain@orebokech.com>
10862
10863 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
10864 QUIT hasn't been provided.
10865
8d9cc0b7
MB
108662007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10867
10868 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 10869 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
10870 (set_initial_environment): Initialise Vprocess_environment.
10871
10872 * config.in: Disable multi-keyboard support on a mac.
10873
10874 * frame.c (Qterm_environment_variable)
10875 (Qdisplay_environment_variable): New variables.
10876 (syms_of_frame): Intern and staticpro them.
10877 (Fmake_terminal_frame): Disable output method test.
10878
10879 * frame.h: Declare them here.
10880
10881 * macfns.c (x_set_mouse_color): Get rif from the frame.
10882 (x_set_tool_bar_lines): Don't use updating_frame.
10883 (mac_window): Add 2 new parameters for consistency with other systems.
10884 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
10885 frame parameters following what is done in X11 and w32. Don't use
10886 FRAME_MAC_DISPLAY_INFO.
10887 (Fx_open_connection, start_hourglass): Remove window-system check.
10888 (x_create_tip_frame): Get the keyboard from the terminal.
10889
10890 * macmenu.c: Reorder includes.
10891 (Fx_popup_menu): Use terminal specific mouse_position_hook.
10892
10893 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
10894 terminal parameter.
10895 (x_clear_frame): Add a frame parameter.
10896 (note_mouse_movement): Get rif from the frame.
10897 (mac_term_init): Initialize the terminal.
10898 (mac_initialize): Make static and move terminal initialization ...
10899 (mac_create_terminal): ... to this new function.
10900
10901 * macterm.h (struct mac_display_info): Add terminal.
7196c970 10902 (mac_initialize): Delete declaration.
8d9cc0b7 10903
381864b2 10904 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
10905
10906 * sysdep.c: Comment out text after #endif.
10907
10908 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
10909 is defined. Better initialize ttys in windows. Use terminal
10910 specific mouse_position_hook.
10911
10912 * termhooks.h (union display_info): Add mac_display_info.
10913
b8866860
SM
10914 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
10915 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
10916 frame parameters following what is done in X11.
10917
10918 * w32term.c (w32_initialize): Make static.
10919
10920 * xselect.c (x_handle_selection_clear): Only access
10921 terminal->kboard when MULTI_KBOARD is defined.
10922
10923 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
10924 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
10925
109262007-08-29 Jason Rumney <jasonr@gnu.org>
10927
10928 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
10929 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
10930
10931 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
10932 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
10933
10934 * keyboard.c (restore_kboard_configuration): Only define when
10935 MULTI_KBOARD defined.
10936
35277b03 10937 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
10938 (OBJ1): Add terminal.$(O)
10939
b8866860
SM
10940 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
10941 Don't define function body.
8d9cc0b7
MB
10942 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
10943
10944 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
10945
10946 * w32.c (request_sigio, unrequest_sigio): Remove.
10947
10948 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
10949 (w32con_clear_frame, w32con_clear_end_of_line)
10950 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
10951 (w32con_delete_glyphs, w32con_set_terminal_window)
10952 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
10953 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
10954 Add terminal arg.
8d9cc0b7
MB
10955 (PICK_FRAME): Remove.
10956 (w32con_write_glyphs): Use frame specific terminal coding.
10957 (one_and_only_w32cons): New global variable.
10958 (initialize_w32_display): Use it for storing hooks.
10959 (create_w32cons_output): New function.
10960
10961 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
10962 arg a frame.
10963
b8866860
SM
10964 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
10965 Set window_system.
8d9cc0b7
MB
10966 (x_set_tool_bar_lines): Don't use updating_frame.
10967 (Fx_create_frame): Set terminal and ref count.
10968 (Fx_open_connection): Remove window-system check.
10969
10970 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
10971
10972 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
10973 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
10974 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
10975 Add frame arg.
10976 (x_delete_terminal, w32_create_terminal): New functions.
10977 (w32_term_init): Create a terminal.
10978 (w32_initialize): Move terminal specific initialization to
10979 w32_create_terminal.
10980
b8866860 10981 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
10982 (w32_clear_rect, w32_clear_area): Use background from frame.
10983 (w32_display_info): Add terminal.
10984 (w32_sys_ring_bell, x_delete_display): Declare here.
10985
10986 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
10987
10988 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
10989
109902007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
10991
10992 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
10993 Fix get_named_tty calls for the controlling tty.
10994
109952007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10996
10997 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
10998
109992007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
11000
11001 * term.c (tty_insert_glyphs): Add missing first parameter.
11002
880820fe 110032007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 11004
b8866860
SM
11005 * buffer.c (Fbuffer_list, Fbury_buffer):
11006 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
11007
11008 * cm.c (current_tty): New variable, for cmputc().
11009 (cmputc): Use it.
11010 (cmcheckmagic): Add tty parameter, look up terminal streams there.
11011 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
11012 (cmgoto): Add tty parameter. Pass it on to calccost().
11013 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
11014
11015 * cm.h (emacs_tputs): New macro to set current_tty, and then call
11016 tputs().
11017 (current_tty): New variable, for cmputc().
11018 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
11019
11020 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
11021 (internal_condition_case, internal_condition_case_1)
11022 (internal_condition_case_2): Don't abort when x_catching_errors.
11023
11024 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
11025 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
11026 prevent crashes caused by bogus longjmps in read_char.
11027
11028 * keymap.h (Fset_keymap_parent): Add EXFUN.
11029
11030 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
11031 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
11032 Remove redundant definition.
11033
b8866860
SM
11034 * macfns.c (x_set_mouse_color, x_make_gc):
11035 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 11036
b8866860
SM
11037 * w32term.c (x_free_frame_resources):
11038 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
11039 (w32_initialize): Use the accessor macros for terminal characteristics.
11040
11041 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
11042 Use the accessor macros for terminal characteristics.
11043 * msdos.c (internal_terminal_init): Use the accessor macros for
11044 terminal characteristics.
b8866860
SM
11045 (ScreenVisualBell, internal_terminal_init):
11046 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
11047
11048 * termopts.h (no_redraw_on_reenter): Declare.
11049
11050 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 11051 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 11052 (Fgarbage_collect): Call them.
03f06e5c 11053 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
11054
11055 * prefix-args.c: Include stdlib.h for exit.
11056
11057 * syssignal.h: Add comment.
11058
11059 * indent.c: Include stdio.h.
11060
11061 * window.h (Vinitial_window_system): Declare.
11062 (Vwindow_system): Delete declaration.
11063
11064 * fontset.c (Finternal_char_font): Use FRAME_RIF.
11065
11066 * image.c (lookup_image): Don't initialize `c' until the xasserts
11067 have been run.
11068
11069 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
11070 FRAME_FOREGROUND_PIXEL.
11071
11072 * print.c (print_preprocess): Don't lose print_depth levels while
11073 iterating.
11074
b8866860
SM
11075 * widget.c (update_from_various_frame_slots):
11076 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
11077
11078 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
11079 frames.
11080 (window_internal_height): Remove bogus make_number call.
b8866860 11081 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
11082
11083 * fileio.c (Fread_file_name): Update comment.
11084
b8866860
SM
11085 * callint.c (Fcall_interactively):
11086 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
11087 Make sure it is correctly unwound.
11088
11089 * xsmfns.c (x_session_close): New function.
11090
03f06e5c 11091 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
11092 Delete declarations.
11093
11094 * xterm.h: Remove declaration for x_fully_uncatch_errors.
11095 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 11096 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 11097 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
11098
11099 * lread.c: Include setjmp.h. Update declaration of `read_char'.
11100 (read_filtered_event): Call `read_char' with a local
11101 `wrong_kboard_jmpbuf'.
11102
b8866860
SM
11103 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
11104 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
11105
11106 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
11107 systems.
11108
b8866860 11109 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 11110 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 11111 (Fset_quit_char): EXFUN.
03f06e5c 11112 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
11113 (init_sys_modes, reset_sys_modes): Update prototypes.
11114 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
11115
b8866860
SM
11116 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
11117 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 11118 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 11119 Delete declarations.
03f06e5c
JB
11120 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
11121 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
11122 New declarations.
11123
11124 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
11125 already does that during init_display(). Call syms_of_keymap
b8866860
SM
11126 before syms_of_keyboard. Call `syms_of_terminal'.
11127 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
11128 (shut_down_emacs): Call reset_all_sys_modes() instead of
11129 reset_sys_modes().
11130
11131 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
11132 (internal_resolve_face_name, resolve_face_name_error): New functions.
11133 (resolve_face_name): Protect against loops and errors thrown by Fget.
11134 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
11135 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
11136
11137 * scroll.c: Replace CURTTY() with local variables throughout the
11138 file (where applicable).
11139 (calculate_scrolling, calculate_direct_scrolling)
11140 (scrolling_1, scroll_cost): Use the accessor macros for terminal
11141 characteristics.
11142
11143 * keymap.c (Vfunction_key_map): Remove.
b8866860 11144 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
11145 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
11146 (Vkey_translation_map): Remove.
11147 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 11148 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
11149 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
11150 Update for terminal-local key-translation-map.
11151
11152 * Makefile.in (callproc.o): Update dependencies.
11153 (lisp, shortlisp): Add termdev.elc.
11154 (obj): Add terminal.o.
11155 (terminal.o): Add dependencies.
11156 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
11157 (data.o, fns.o): Add termhooks.h dependency.
11158 (SOME_MACHINE_LISP): Add dnd.elc.
11159 (minibuf.o): Fix typo.
11160 Update dependencies.
11161
11162 * data.c (do_symval_forwarding, store_symval_forwarding)
11163 (find_symbol_value): Use the selected frame's keyboard, not
11164 current_kboard.
11165
11166 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
11167 Vwindow_system.
11168
11169 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
11170 Fmenu_bar_open.
11171 (syms_of_xmenu): Update defsubr.
11172 (mouse_position_for_popup, Fx_popup_menu)
11173 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
11174 (set_frame_menubar, free_frame_menubar)
11175 (create_and_show_popup_menu, xmenu_show, )
11176 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
11177 an X frame.
11178
11179 * xselect.c (x_own_selection): Abort if not an X frame.
11180 (some_frame_on_display): Check if it is an X frame.
11181 (x_handle_selection_clear): Deal with MULTI_KBOARD.
11182
11183 * coding.c: Include frame.h and termhooks.h.
03f06e5c 11184 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
11185 (Fset_terminal_coding_system_internal)
11186 (Fset_keyboard_coding_system_internal)
11187 (Fkeyboard_coding_system)
03f06e5c
JB
11188 (Fterminal_coding_system): Add a terminal parameter.
11189 Get terminal_coding from the terminal.
8d9cc0b7
MB
11190 (init_coding_once): Don't call setup_coding_system here.
11191
11192 * dispextern.h (set_scroll_region, turn_off_insert)
11193 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
11194 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 11195 (delete_tty, updating_frame)
8d9cc0b7
MB
11196 (produce_special_glyphs, produce_glyphs, write_glyphs)
11197 (insert_glyphs): Remove.
11198 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 11199 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 11200 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
11201
11202 * frame.h (enum output_method): Add output_initial.
11203 (struct x_output): Delete.
b8866860
SM
11204 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
11205 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
11206 (tty_display): Delete.
11207 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 11208 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
11209 (union output_data): Add tty.
11210 (FRAME_KBOARD): Get the kboard from the terminal.
11211 (FRAME_INITIAL_P): New macro.
11212 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
11213 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
11214 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
11215 New declarations.
8d9cc0b7
MB
11216
11217 * termchar.h (tty_output, tty_display_info): New structures.
11218 (tty_list): Declare.
11219 (FRAME_TTY, CURTTY): New macros.
11220 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
11221 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
11222 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
11223 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
11224
11225 * callproc.c: Include frame.h and termhooks.h, for terminal
11226 parameters.
11227 (add_env): New function.
11228 (child_setup): Use it.
b8866860 11229 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
11230 (getenv_internal): Fix get_terminal_param call.
11231 (Fgetenv_internal, egetenv): Update doc.
11232 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 11233 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
11234 strings.
11235 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
11236 (getenv_internal): Add terminal parameter.
11237 Handle Vlocal_environment_variables.
8d9cc0b7
MB
11238 (Fgetenv_internal): Add terminal parameter.
11239 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 11240 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
11241 (set_initial_environment): Rename from set_global_environment.
11242 Store Emacs environment in initial frame parameter.
11243
11244 * xdisp.c (redisplay_internal): Update references to
11245 `previous_terminal_frame'.
11246 (display_mode_line, Fformat_mode_line): Replace calls to
11247 `push_frame_kboard' with `push_kboard'.
11248 (get_glyph_string_clip_rects): Add extra parentheses and
11249 braces to prevent compiler warnings.
11250 (calc_pixel_width_or_height): Add xassert to check that the
11251 frame is alive. Don't call `lookup_image' on a termcap frame.
11252 (message2_nolog, message3_nolog, redisplay_internal)
11253 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
11254 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
11255 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
11256 (Fx_display_pixel_width, Fx_display_pixel_height)
11257 (Fx_display_planes, Fx_display_color_cells)
11258 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
11259 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
11260 (Fx_display_backing_store, Fx_display_visual_class)
11261 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 11262 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
11263
11264 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
11265 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
11266 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
11267 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
11268 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
11269 terminal that is being deleted.
11270 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 11271 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
11272 (Fx_close_connection, Fx_synchronize): Unify argument names with
11273 the rest of the DEFUNs.
11274
11275 * dispnew.c (Fsend_string_to_terminal): Update call to
11276 `get_tty_terminal'.
11277 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 11278 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
11279 FRAME_TERMCAP_P and FRAME_TTY.
11280 (window_change_signal): Don't believe width/height values that are
11281 impossibly small.
11282 (Vinitial_window_system): Rename from Vwindow_system.
11283 (termscript, Wcm, rif): Delete.
11284
11285 * termhooks.h (struct terminal): New struct containing the
11286 previously global text display hooks and new members NAME,
11287 DELETED and PARAM_ALIST.
11288 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
11289 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
11290 (FRAME_RIF): New macros.
11291 (get_terminal_param, get_device): New declarations.
11292 (termscript): Delete declaration.
11293
11294 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
11295 (XTflash, x_free_frame_resources, x_scroll_bar_create)
11296 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
11297 FRAME_FOREGROUND_PIXEL.
11298 (x_fully_uncatch_errors): Disable definition.
11299 (x_scroll_bar_expose): Fix reference to foreground pixel.
11300 (XTread_socket): Disable loop on all X displays.
11301 (x_delete_terminal): Don't set terminal->deleted and let
11302 delete_terminal delete the frames on the terminal.
11303 (x_delete_display): Doc update to reflect changes in
11304 delete_terminal.
11305 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
11306 (deleting_tty): Remove old variable.
11307 (Fsuspend_tty): Call clear_tty_hooks.
11308 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
11309 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
11310 errors on X frames.
11311 (x_catch_errors_unwind): Abort if x_error_message is NULL.
11312 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 11313 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
11314 (XTset_terminal_modes, XTreset_terminal_modes)
11315 (XTread_socket, x_connection_closed, x_term_init)
11316 (x_term_init, x_delete_display): Add terminal parameter.
11317 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
11318 X connections.
11319
bf380f53
GM
11320 * frame.c: Include termchar.h.
11321 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
11322 (Qwindow_system, Qenvironment, Qterm_environment_variable)
11323 (Qdisplay_environment_variable): New vars.
11324 (Fframep): Deal with output_initial.
11325 (Fframe-live-p): Doc fix.
11326 (Fwindow-system): New function.
8d9cc0b7
MB
11327 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
11328 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 11329 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 11330 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
11331 (Fmake_terminal_frame): Handle NULL tty names correctly.
11332 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
11333 (Fdelete_frame): Remove unused variable `count'. Don't allow other
11334 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 11335 (Fframe_with_environment): New function.
b8866860 11336 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
11337 (get_future_frame_param): New function.
11338 (Fmake_terminal_frame): Use it.
2d33f506 11339 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
11340
11341 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
11342 * sysdep.c (reset_sys_modes): Update for renames.
11343
11344 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 11345 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
11346 (syms_of_keyboard): Defsubr them.
11347 (Fset_input_meta_mode, Fset_quit_char): New functions.
11348 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
11349 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
11350 parameter. Use it in call to `read_char'.
b8866860
SM
11351 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
11352 Set wrong_kboard_jmpbuf correctly in recursive calls.
11353 Use current_kboard to access Vkeyboard_translate_table.
11354 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
11355 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
11356 Update longjmp invocations. Remember the original current_kboard,
11357 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
11358 changes it. Comment out unnecessary calls to
11359 `record_single_kboard_state' and `any_kboard_state'.
11360 Update recursive calls.
8d9cc0b7
MB
11361 (wrong_kboard_jmpbuf): Remove global variable.
11362 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
11363 Handle deleted interrupted_kboards correctly; that is a legal
11364 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 11365 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
11366 (any_kboard_state, single_kboard_state)
11367 (push_frame_kboard): Remove function.
11368 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
11369 been deleted. Remove unused variable. Help debugging by not
11370 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
11371 kboard of the selected frame when the stored kboard object has
11372 been deleted before pop_kboard.
11373 (temporarily_switch_to_single_kboard): Change first parameter to a
11374 frame pointer. Throw an error when caller wants to change kboards
11375 while in single_kboard mode. Don't push_kboard if we weren't in
11376 single kboard state. Don't pop_kboard if we popped into any
11377 kboard state.
11378 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 11379 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
11380 up single_kboard mode.
11381 (Frecursive_edit): Switch to single_kboard mode only in nested
11382 command loops.
b8866860
SM
11383 (cmd_error, command_loop, command_loop_1, timer_check):
11384 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
11385 `record_single_kboard_state'.
11386 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 11387 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
11388 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
11389 `fatal_error_signal'.
11390 (record_single_kboard_state): Don't push_kboard if we weren't in
11391 single kboard state. Don't pop_kboard if we popped into any
11392 kboard state.
11393 (push_frame_kboard): Rename to push_kboard.
11394 (kbd_buffer_get_event): Use FRAME_TERMINAL.
11395 (read_avail_input): Read input from all terminals.
11396 (mark_kboards): Also mark Vkeyboard_translate_table.
11397 (kbd_buffer_store_event_hold): Simplify condition.
11398 (read_key_sequence): Reinitialize fkey and keytran at each replay.
11399 (Vkeyboard_translate_table): Move to struct kboard.
11400 (init_kboard): Initialize Vkeyboard_translate_table.
11401 (syms_of_keyboard): Use DEFVAR_KBOARD to define
11402 Vkeyboard_translate_table. Update doc strings. Update docs of
11403 local-function-key-map and function-key-map.
11404
11405 * terminal.c: New file.
11406
11407 * term.c: Include errno.h.
11408 (Vring_bell_function, device_list, initial_device)
11409 (next_device_id, ring_bell, update_begin, update_end)
11410 (set_terminal_window, cursor_to, raw_cursor_to)
11411 (clear_to_end, clear_frame, clear_end_of_line)
11412 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
11413 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
11414 (syms_of_term): Move their initialization to terminal.c.
11415 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
11416 (Ftty_display_color_cells)
11417 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 11418 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
11419 (init_tty, maybe_fatal): New functions.
11420 (Ftty_type): Return nil if terminal is not on a tty instead of
11421 throwing an error. Doc update.
11422 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 11423 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
11424 (delete_tty): Use terminal->deleted.
11425 (tty_set_terminal_modes): Rename from set_terminal_modes.
11426 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
11427 (set_scroll_region): Rename to `tty_set_scroll_region'.
11428 (turn_on_insert): Rename to `tty_turn_on_insert'.
11429 (turn_off_insert): Rename to `tty_turn_off_insert'.
11430 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
11431 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
11432 (toggle_highligh): Rename to `tty_toggle_highlight'.
11433 (background_highlight): Rename to `tty_background_highlight'.
11434 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
11435 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
11436 (tty_set_scroll_region, tty_background_highlight)
11437 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
11438 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
11439 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
11440 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
11441 Add static modifier.
11442 (tty_reset_terminal_modes, tty_set_terminal_window)
11443 (tty_set_scroll_region, tty_background_highlight)
11444 (tty_highlight_if_desired, tty_cursor_to)
11445 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
11446 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
11447 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
11448 renames.
11449
880820fe 114502007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
11451
11452 * keyboard.c: Qrtl is new.
11453 (parse_tool_bar_item): Handle :rtl keyword.
11454 (syms_of_keyboard): Intern :rtl keyword.
11455
11456 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
11457
11458 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
11459 so no Lisp code is executed.
11460 (file_for_image, find_rtl_image): New functions.
1f204af3 11461 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
11462 (update_frame_tool_bar): If direction is RTL, use RTL image if
11463 defined. Use Gtk stock images if defined.
11464
83cc8d35
YM
114652007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11466
11467 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
11468 for nonexistent or zero-width glyph in composition glyph.
11469
e60c4e15
SM
114702007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11471
d7e2a28f
SM
11472 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
11473
e60c4e15
SM
11474 * xdisp.c (Finvisible_p): New function.
11475 (syms_of_xdisp): defsubr it.
11476
ee163e6d
JB
114772007-08-24 Juanma Barranquero <lekktu@gmail.com>
11478
11479 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
11480 Doc fixes.
11481
90fa408d
YM
114822007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11483
35277b03 11484 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 11485
cac4219c
MR
114862007-08-24 Martin Rudalics <rudalics@gmx.at>
11487
11488 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
11489 whether decoding has modified buffer contents.
11490
5fc9fdeb
JR
114912007-08-24 Jason Rumney <jasonr@gnu.org>
11492
11493 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
11494 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
11495 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
11496 (init_svg_functions) [HAVE_NTGUI]: New function.
11497 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
11498 (svg_load_image): Use them.
11499 (svg_load_image) [HAVE_NTGUI]: Implement background.
11500
93b23406
YM
115012007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11502
11503 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
11504 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
11505 (LIBX): Remove @RSVG_LIBS@.
11506 (LIBES): Add $(RSVG_LIBS).
11507
11508 * image.c (svg_load_image): Blend with specified background if exists.
11509 Use IMAGE_BACKGROUND. Add Mac OS Support.
11510
11511 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
11512 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
11513 Remove macros.
11514 [MAC_OSX] (socket_callback): Do nothing.
11515 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
11516 ReceiveNextEvent.
11517 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
11518 socket_callback.
11519 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
11520
2467875c
GM
115212007-08-22 Glenn Morris <rgm@gnu.org>
11522
ff8da443 11523 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 11524
4ab27a43
GM
115252007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
11526
11527 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 11528
666e0eda
GM
11529 * image.c: Add support for SVG images. Some additional comments
11530 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
11531 (svg_image_p): New function to test for SVG image.
11532 (svg_load): New function to load SVG image.
11533 (svg_load_image): New function, helper for svg_load.
11534 (Qsvg): New Lisp_object.
11535 (svg_keyword_index): New enum.
11536 (svg_format): New static `image_keyword' struct.
11537 (svg_type): New static `image_type' struct.
11538 (librsvg/rsvg.h): Include it.
4ab27a43 11539
b636b4c1
SM
115402007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
11543
9ecb827b
SM
115442007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11545
1d064697
SM
11546 * lread.c (Qold_style_backquotes): New var.
11547 (syms_of_lread): Init and staticpro it.
11548 (load_warn_old_style_backquotes): New fun.
11549 (Fload): Use them to warn about old style backquotes.
11550 (end_of_file_error, Fload): Remove unused vars.
11551
5772ed4b
SM
11552 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
11553
9ecb827b 11554 * lread.c (Vold_style_backquotes): New var.
5aa273b0 11555 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
11556 (read1): Set it when we find an old-style (back)quote.
11557
32e1c7b1
JR
115582007-08-22 Jason Rumney <jasonr@gnu.org>
11559
11560 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
11561
b8fa755b
KY
115622007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
11563
11564 * puresize.h (BASE_PURESIZE): Increase to 1140000.
11565
1283140e
RS
115662007-08-19 Richard Stallman <rms@gnu.org>
11567
11568 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
11569
2c4685ee
AS
115702007-08-19 Andreas Schwab <schwab@suse.de>
11571
11572 * alloc.c (pure): Round PURESIZE up.
11573
880820fe 115742007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
11575
11576 * xterm.c (handle_one_xevent): Remove check that mouse click is in
11577 active frame.
11578
6e33efc4
RS
115792007-08-16 Richard Stallman <rms@gnu.org>
11580
11581 * eval.c (Fcommandp): Add parens to clarify.
11582
11583 * minibuf.c (Fall_completions): Use enum for type of table.
11584
11585 * emacs.c (USAGE2): Improve text.
11586
fcf8ff2e
GM
115872007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
11588
5205ee62
GM
11589 * term.c (tty_default_color_capabilities): Declare static
11590 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 11591
880820fe 115922007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
11593
11594 * gtkutil.c (update_frame_tool_bar): Use -1 as index
11595 to gtk_toolbar_insert.
11596
4a181359
SM
115972007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11598
1bc99c9c
SM
11599 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
11600
4a181359
SM
11601 * insdel.c (reset_var_on_error): New fun.
11602 (signal_before_change, signal_after_change):
11603 Use it to reset (after|before)-change-functions to nil in case of error.
11604 Bind inhibit-modification-hooks to t.
11605 Don't bind (after|before)-change-functions to nil while they run.
11606
6c28435c
YM
116072007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11608
11609 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
11610 filling pixmap with stippled background.
11611
ad3b3e02
YM
116122007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11613
11614 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
11615 Don't use invisible frame as parent window for repositioning.
11616
a22dec27
SM
116172007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * print.c (new_backquote_output): Rename from old_backquote_output.
11620 (print): Inverse its logic (according to its name) so as to match the
11621 behavior of new_backquote_flag in lread.c.
11622
7b7d07bb
YM
116232007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11624
11625 * gmalloc.c (posix_memalign): New function.
11626
11627 * macterm.c (frame_highlight, frame_unhighlight): Don't call
11628 ActivateControl/DeactivateControl here.
11629 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
11630 frame-notice-user-settings is non-nil.
11631 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
11632 for kEventParamFMFontStyle.
11633 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
11634 mac_pass_command_to_system and mac_pass_control_to_system here.
11635 (XTread_socket): Call ActivateControl/DeactivateControl here.
11636 (XTread_socket) [TARGET_API_MAC_CARBON]:
11637 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
11638 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
11639 for window repositioning.
7b7d07bb 11640
22e9fe24
GM
116412007-08-08 Glenn Morris <rgm@gnu.org>
11642
11643 * Replace `iff' in doc-strings and comments.
11644
ae494350
CY
116452007-08-07 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
11648
6f2528d8
MR
116492007-08-07 Martin Rudalics <rudalics@gmx.at>
11650
11651 * fileio.c (Finsert_file_contents): Run format-decode and
11652 after_insert_file_functions on entire buffer when REPLACE is
11653 non-nil and inhibit modification_hooks and point_motion_hooks.
11654 For consistency, run after_insert_file_functions iff something
11655 got inserted. Move signal_after_change and update_compositions
11656 after code running after_insert_file_functions. Make sure that
6b8e474c 11657 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 11658
3ceeb306
YM
116592007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11660
11661 * emacs.c (main)
11662 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
11663 Call malloc_enable_thread on interactive startup.
11664
11665 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
11666 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
11667 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
11668 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
11669 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
11670 New functions.
11671
ca5e6fd5
CY
116722007-08-06 Chong Yidong <cyd@stupidchicken.com>
11673
32bfce5d
CY
11674 * xdisp.c (redisplay_window): When restoring original buffer
11675 position, make sure it is still valid.
11676
ca5e6fd5
CY
11677 * image.c (png_load): Ignore png-supplied background color.
11678
a5b11587
YM
116792007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11680
11681 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
11682 Use kCFAbsoluteTimeIntervalSince1970.
11683
11684 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
11685 New variable.
11686 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
11687 event loop should be quit.
11688 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
11689 Quit dialog event loop if quit_dialog_event_loop is set.
11690
11691 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
11692 (Selection): New typedef. Use instead of ScrapRef.
11693 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
11694 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
11695 (mac_clear_selection): Rename from clear_scrap.
11696 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 11697 scrap_has_target_type. All uses changed.
a5b11587
YM
11698 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11699 (mac_selection_has_target_p): New functions.
11700 (mac_put_selection_value): Rename from put_scrap_string.
11701 (mac_get_selection_value): Rename from get_scrap_string.
11702 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
11703 (put_scrap_private_timestamp, scrap_has_target_type)
11704 (get_scrap_private_timestamp): Remove functions.
11705 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
11706 (x_own_selection, x_get_local_selection):
11707 Use mac_valid_selection_value_p.
11708 (x_own_selection): Don't use put_scrap_private_timestamp.
11709 Record OWNERSHIP-INFO into Vselection_alist instead.
11710 (x_get_local_selection): Don't check type if request is local.
11711 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
11712 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
11713
880820fe 117142007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
11715
11716 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
11717 add comment explaining why.
11718
73ff9d42
RS
117192007-08-03 Richard Stallman <rms@gnu.org>
11720
11721 * fileio.c (Fvisited_file_modtime): Use make_time.
11722
54ed9a2d 117232007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
11724
11725 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
11726 build.
11727
65a9c8e2
SM
117282007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
11731
c5925799
KY
117322007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11733
11734 * puresize.h (BASE_PURESIZE): Increase to 1130000.
11735
adef3de7
RS
117362007-07-30 Richard Stallman <rms@gnu.org>
11737
11738 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
11739
880820fe 117402007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
11741
11742 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
11743
a10421a1
NR
117442007-07-28 Nick Roberts <nickrob@snap.net.nz>
11745
11746 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
11747 remote default-directory.
11748
11749 * buffer.c (mode-line-format): Update doc string.
11750
0cb1ae20
YM
117512007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11752
11753 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
11754 scroll bar gap.
11755 (x_scroll_bar_create): Set bar->fringe_extended_p.
11756 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
11757 on frame edge. Check fringe background extension. Don't clear
11758 extended fringe background area.
11759
11760 * w32term.h (struct scroll_bar): New member fringe_extended_p.
11761 (w32_fill_area): Enclose multiple statements with do ... while (0).
11762
11763 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
11764 Extend fringe background to scroll bar gap.
11765 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
11766 Set bar->fringe_extended_p.
11767 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
11768 Put leftmost/rightmost scroll bars on frame edge. Check fringe
11769 background extension. Don't clear extended fringe background area.
11770
11771 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
11772 New member fringe_extended_p.
11773
cacc7b51
GM
117742007-07-25 Glenn Morris <rgm@gnu.org>
11775
11776 * Relicense all FSF files to GPLv3 or later.
11777
11778 * COPYING: Switch to GPLv3.
11779
89835619
SM
117802007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11781
c4f46926
SM
11782 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
11783
11784 * data.c (Finteractive_form): Check for the presence of an
11785 `interactive-form' symbol property more thoroughly.
11786
11787 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
11788 present, analogous to the function-documentation property.
11789
ee04257d
JR
117902007-07-24 Jason Rumney <jasonr@gnu.org>
11791
11792 * w32fns.c (x_real_positions): Get real position from OS instead of
11793 calculating it.
11794
50624218
JR
117952007-07-23 Jason Rumney <jasonr@gnu.org>
11796
11797 * filelock.c (current_lock_owner): Allow for @ sign in username.
11798
3650f60e
NR
117992007-07-22 Nick Roberts <nickrob@snap.net.nz>
11800
11801 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
11802 remote default-directory.
11803
11804 * buffer.c (mode-line-format): Describe above case in doc string.
11805
1e899515 118062007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 11807
75be5258
EZ
11808 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
11809 Define if not defined.
11810
2b6e2f4d
JR
118112007-07-18 Jason Rumney <jasonr@gnu.org>
11812
11813 * w32proc.c (w32_executable_type): Handle 64 bit executables.
11814
23dacf80
JB
118152007-07-18 Richard Stallman <rms@gnu.org>
11816
11817 * data.c (Fsetq_default): Doc fix.
11818
11819 * eval.c (Fsetq): Doc fix.
11820
118212007-07-18 Juanma Barranquero <lekktu@gmail.com>
11822
11823 * coding.c (Ffind_operation_coding_system):
11824 * eval.c (For, Fand): Doc fixes.
880820fe 11825 Reported by Johan Bockgård.
23dacf80 11826
880820fe 118272007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 11828
23dacf80 11829 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 11830
23dacf80 11831 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
11832
11833 * xterm.c (x_ewmh_activate_frame): New function.
11834 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
11835
71ec17e6
MR
118362007-07-17 Martin Rudalics <rudalics@gmx.at>
11837
11838 * window.c (Fdisplay_buffer): If largest or LRU window is the
11839 only window, split it even if it is not eligible for splitting.
11840 This restores the original behavior broken by the 2007-07-15
11841 change.
11842
e9818042
GM
118432007-07-17 Glenn Morris <rgm@gnu.org>
11844
11845 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
11846 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
11847 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
11848 constituents. Doc fix.
11849
e6fca843
SM
118502007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * process.c (Fstart_process, Fmake_network_process)
11853 (read_process_output): Fix up last changes.
11854
b5d2b4ab
EZ
118552007-07-16 Eli Zaretskii <eliz@gnu.org>
11856
11857 * makefile.w32-in (clean): Don't delete *~.
11858
413a79ad
AS
118592007-07-16 Andreas Schwab <schwab@suse.de>
11860
11861 * window.c (Fdisplay_buffer): Use NILP.
11862 (Fset_window_scroll_bars): Likewise.
11863
f1de8c77
MR
118642007-07-15 Martin Rudalics <rudalics@gmx.at>
11865
11866 * window.c (window_min_size_2): New function.
11867 (window_min_size_1, size_window, Fdisplay_buffer)
11868 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
11869 windows without mode- or header-lines when window-min-height is
11870 too small.
11871 (size_window): Reset nodelete_p after testing it, following an
11872 earlier note by Kim F. Storm.
11873 (display_buffer): Do not set split_height_threshold to twice the
11874 value of window_min_height to avoid changing the value of a
11875 customizable variable. Rather explicitly check whether the
11876 height of the window that shall be splitted is at least as large
11877 as split_height_threshold.
1af74d06
MB
11878 (Fwindow_full_width_p): New defun.
11879 (syms_of_window): Defsubr it.
d31053f9 11880
1af74d06 11881 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 11882
5e1ab613
JR
118832007-07-14 Jason Rumney <jasonr@gnu.org>
11884
11885 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
11886
f01cbfdd
RS
118872007-07-14 Richard Stallman <rms@gnu.org>
11888
11889 * eval.c (maybe_call_debugger): New function.
11890 (find_handler_clause): Use maybe_call_debugger.
11891 Call it when the handler says `debug'.
11892 Eliminate DEBUGGER_VALUE_PTR.
11893 (Fsignal): Eliminate debugger_value.
11894 (Qdebug): New variable.
11895 (syms_of_eval): Initialize it.
11896
1bab435a
JB
118972007-07-14 Juanma Barranquero <lekktu@gmail.com>
11898
11899 * eval.c (Fprogn):
11900 * keyboard.c (Ftrack_mouse):
11901 * print.c (Fwith_output_to_temp_buffer):
11902 * window.c (Fsave_window_excursion): Doc fix.
11903
be436d23
SM
119042007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
11907
60f0fb11
SM
119082007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * process.h (struct Lisp_Process): Turn slots infd, outfd,
11911 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
11912 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
11913 read_output_delay, and read_output_skip from Lisp_Objects to ints.
11914 Remove unused encoding_carryover.
11915 * process.c: Adjust all functions accordingly.
11916
d8b18043
RS
119172007-07-12 Richard Stallman <rms@gnu.org>
11918
11919 * term.c: Include unistd.h only if HAVE_UNISTD_H.
11920
d5781bb6
JR
119212007-07-11 Jason Rumney <jasonr@gnu.org>
11922
11923 * makefile.w32-in (LIBS): Include OLE32.
11924
11925 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
11926 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
11927
5bb7dfee
SM
119282007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
11931 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
11932 from a Lisp_Object into a bare pointer.
11933 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11934 Adjust the code correspondingly.
11935
11936 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
11937
11938 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
11939 (term_show_mouse_face): Remove unused var `j'.
11940 (handle_one_term_event): Remove unused vars `i' and `j'.
11941 Don't cast return value of ttyname since it's not necessary.
11942
a1be1ce8
SM
119432007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11944
5045e68e
SM
11945 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
11946 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
11947
8071c00f
SM
11948 * fns.c (map_char_table): Use an array of int for `indices' rather than
11949 an array of Lisp_Objects (which are only ever integers anyway).
11950 (Fmap_char_table): Update caller.
11951 * lisp.h: Update prototype.
11952 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
11953 * fontset.c (Ffontset_info):
11954 * casetab.c (set_case_table): Update callers.
11955
11956 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
11957
fab84e3c
SM
11958 * keymap.c (struct accessible_keymaps_data)
11959 (struct where_is_internal_data): New structures.
11960 (accessible_keymaps_1, where_is_internal_1): Use them to change
11961 interface to adhere to the one used by map_keymap.
11962 (Faccessible_keymaps, where_is_internal): Use map_keymap.
11963 (accessible_keymaps_char_table, where_is_internal_2): Remove.
11964
a1be1ce8
SM
11965 * keymap.h (map_keymap_function_t): More informative prototype.
11966
ef887810
RS
119672007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11968
11969 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
11970 (looking_at_1): Don't change search_regs and last_thing_searched
11971 if `inhibit-changing-match-data' is non-nil.
11972 (string_match_1, search_buffer, set_search_regs): Likewise.
11973 (syms_of_search): Add Lisp level definition for
11974 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
11975 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
11976 start and end of the match, instead of using values in search_regs.
ef887810 11977
4d02fc25
SM
119782007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * minibuf.c (Fcompleting_read): New value `confirm-only'
11981 for `require-match'.
11982
fe45b81f
SM
119832007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
11986 part of the 2007-06-27 change to syms_of_fileio.
11987
a56dd283
YM
119882007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11989
11990 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
11991 Check WINDOWP before using XWINDOW. Consolidate return statements.
11992
0cf9f5b5
RS
119932007-06-27 Richard Stallman <rms@gnu.org>
11994
11995 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
11996
a66f285a
JB
119972007-06-27 Juanma Barranquero <lekktu@gmail.com>
11998
11999 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
12000
8d0d84d2
YM
120012007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12002
12003 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
12004 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
12005 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
12006 (_free_internal, memalign): Use them.
12007 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
12008 Initialize to PTHREAD_MUTEX_INITIALIZER.
12009 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
12010 (morecore_nolock): Rename from morecore. All uses changed.
12011 Use only nolock versions of internal allocation functions.
12012 (_malloc_internal_nolock, _realloc_internal_nolock)
12013 (_free_internal_nolock): New functions created from
12014 _malloc_internal, _realloc_internal, and _free_internal.
12015 (_malloc_internal, _realloc_internal, _free_internal): Use them.
12016 Copy hook value to automatic variable before its use.
12017 (memalign): Copy hook value to automatic variable before its use.
12018
5a0bbd9a
KH
120192007-06-26 Kenichi Handa <handa@m17n.org>
12020
12021 * coding.c (Ffind_operation_coding_system): Docstring improved.
12022 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
12023
9a51747b
DK
120242007-06-25 David Kastrup <dak@gnu.org>
12025
12026 * keymap.c (Fcurrent_active_maps): Add `position' argument.
12027 (Fwhere_is_internal): Adjust call to `current-active-maps' to
12028 cater for additional parameter.
12029
12030 * keymap.h: Adjust number of parameters to `current-active-maps'.
12031
12032 * doc.c (Fsubstitute_command_keys): Adjust call of
12033 `current-active-maps'.
12034
e4305426
DK
120352007-06-25 David Kastrup <dak@gnu.org>
12036
12037 * callint.c (Fcall_interactively): Make the parsing of interactive
12038 specs somewhat more readable.
12039
511a18d9
YM
120402007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12041
12042 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
12043 to scroll bar gap also when bitmap fills fringe. Draw only foreground
12044 if extended background has already been filled.
12045
512eb161
YM
120462007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12047
12048 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
12049 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
12050
12051 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
12052 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
12053 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
12054 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
12055 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
12056 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
12057 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
12058 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
12059 Run timers during dialog popup.
12060 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
12061
2386b1f1
JR
120622007-06-21 Jason Rumney <jasonr@gnu.org>
12063
12064 * image.c (convert_mono_to_color_image): Swap fore and background.
12065
fab8b787
JR
120662007-06-20 Jason Rumney <jasonr@gnu.org>
12067
12068 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
12069 (w32_free_bdf_font): Unmap memory not handle.
12070
15bdd7a0 120712007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
12072
12073 * gmalloc.c (__morecore): Fix the declaration to comply with the
12074 definition.
12075
1bb8a291
JB
120762007-06-20 Juanma Barranquero <lekktu@gmail.com>
12077
12078 * w32term.c (w32_delete_display): Remove leftover declaration.
12079 (w32_define_cursor, w32_initialize): Make static.
12080
12081 * w32.c (_wsa_errlist): Fix typo in error message.
12082 (init_environment): Ignore any environment variable from the
12083 registry having a null value.
12084
92648dea
GM
120852007-06-20 Glenn Morris <rgm@gnu.org>
12086
12087 * Makefile.in (LIBGIF): Default to -lgif.
12088
ff25d115
JR
120892007-06-17 Jason Rumney <jasonr@gnu.org>
12090
12091 * w32menu.c (add_menu_item): Don't use multibyte string functions on
12092 unicode strings.
12093
a1a578a5
JB
120942007-06-16 Juanma Barranquero <lekktu@gmail.com>
12095
12096 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
12097 Fix typo in docstring.
12098
af41f8a8
EZ
120992007-06-16 Eli Zaretskii <eliz@gnu.org>
12100
12101 * w32menu.c (add_menu_item): Escape `&' characters in menu items
12102 and their keybindings.
12103
8b29cab9
CY
121042007-06-15 Chong Yidong <cyd@stupidchicken.com>
12105
12106 * composite.c (update_compositions): Fix last fix.
12107
c433c134
JR
121082007-06-14 Jason Rumney <jasonr@gnu.org>
12109
12110 * w32.c (get_process_times_fn): New function pointer.
12111 (globals_of_w32): Intialize it if present in kernel32.dll.
12112 (w32_get_internal_run_time): New function.
12113
12114 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
12115
553d3164
KH
121162007-06-14 Kenichi Handa <handa@etlken.m17n.org>
12117
12118 * composite.c (update_compositions): Check the validness of
12119 compositions.
12120
446ba96f
YM
121212007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12122
12123 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
12124 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
12125
12126 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
12127 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
12128
12129 * macgui.h (USE_MAC_TOOLBAR): New define.
12130
12131 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
12132 Return immediately unless popup is activated.
12133
12134 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
12135 background to scroll bar gap.
12136 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
12137 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
12138 scroll bars on frame edge. Check fringe background extension.
12139 Don't clear extended fringe background area.
12140 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
12141 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
12142 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
12143 [USE_MAC_TOOLBAR]: New macros.
12144 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
12145 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
12146 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
12147 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
12148 [USE_MAC_TOOLBAR]: New functions.
12149 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
12150 manually if previous repositioning has failed.
12151 (mac_handle_keyboard_event): Use precomputed event kind.
12152 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
12153 as tool bar item click. Handle mouse movement over tool bar items.
12154
12155 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
12156 toolbar_win_gravity.
12157 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
12158 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
12159 Add externs.
12160
12161 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
12162 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
12163
9720173f
CY
121642007-06-14 Chong Yidong <cyd@stupidchicken.com>
12165
12166 * image.c (search_image_cache): Remove unused variable.
12167
1217dd00
CY
121682007-06-13 Chong Yidong <cyd@stupidchicken.com>
12169
12170 * xfns.c, xmenu.c: Link to xaw3d if available.
12171
c5b8e0ea
YM
121722007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12173
12174 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
12175 frame_foreground and frame_background.
12176
12177 * image.c (lookup_image): Save frame foreground and background colors.
12178 (search_image_cache): Check if saved and current frame colors match.
12179
c69b0314
SM
121802007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12181
12182 * regex.c (regex_compile): Remove the `regnum' counter.
12183 Use bufp->re_nsub instead. Add support for \(?N:RE\).
12184
c9612b8e
SM
121852007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * term.c: Include intervals.h to declare Fget_text_property.
12188
843d2458
JR
121892007-06-10 Jason Rumney <jasonr@gnu.org>
12190
12191 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
12192
1e0d2d60 121932007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
12194
12195 * callint.c (Fcall_interactively):
12196 * editfns.c (Fdelete_and_extract_region):
12197 * fileio.c (Fread_file_name):
12198 * fns.c (Fmapconcat):
12199 * keyboard.c (cmd_error_internal):
12200 * keymap.c (Fkey_description):
12201 * lread.c (openp):
12202 * minibuf.c (read_minibuf):
12203 * search.c (wordify):
12204 * sunfns.c (sel_read):
12205 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
12206 * xfns.c (x_default_scroll_bar_color_parameter):
12207 * xmenu.c (menu_help_callback):
12208 * xselect.c (Fx_get_atom_name):
12209 * xterm.c (x_term_init): Use empty_unibyte_string.
12210
15bdd7a0 122112007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
12212
12213 * alloc.c (init_strings): Initialize canonical empty strings.
12214 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
12215 canonical empty string when the requested size is 0.
12216
12217 * emacs.c (empty_unibyte_string): Rename from empty_string.
12218 (empty_multibyte_string): New canonical empty string.
12219 (syms_of_emacs): Don't initialize empty_string.
12220
12221 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
12222 string, if appropriate.
12223 (empty_unibyte_string, empty_multibyte_string): New externs.
12224 (empty_string): Remove extern.
12225
12226 * lread.c (syms_of_lread): Use empty_unibyte_string.
12227
42c4c67a
JR
122282007-06-07 Jason Rumney <jasonr@gnu.org>
12229
12230 * s/ms-w32.h: Don't define HAVE_TZNAME.
12231
12232 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
12233
aa8280d3
YM
122342007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12235
12236 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
12237
12238 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
12239 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
12240
12241 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
12242 Don't call next handler.
12243 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
12244 Remove argument. Install handler to application.
12245 (set_frame_menubar): Don't change deep_p.
1e0d2d60 12246 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
12247 FRAME_OUTER_TO_INNER_DIFF_Y.
12248 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12249 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12250 [HAVE_DIALOGS]: New macros.
12251 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
12252 Use them.
12253 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
12254
12255 * macselect.c [MAC_OSX] (install_service_handler): Rename from
12256 init_service_handler. All callers changed. Return OSStatus value.
12257
12258 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
12259 All callers changed so as not to call SetPortWindowPort.
12260 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
12261 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
12262 mac_draw_string_common.
12263 (mac_draw_image_string_qd): Likewise.
12264 (mac_draw_string_common): Use them. Add INLINE.
12265 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
12266 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
12267 GetGlobalMouse.
12268 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
12269 and FRAME_OUTER_TO_INNER_DIFF_Y.
12270 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
12271 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
12272 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
12273 repositioning window to mac_handle_window_event.
12274 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
12275 saving window location to mac_handle_window_event
12276 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
12277 (install_menu_target_item_handler): Remove argument in extern.
12278 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
12279 Also accept command events.
12280 (do_keystroke): New function created from XTread_socket.
12281 (init_command_handler): Remove functions.
12282 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
12283 and save window location by kEventWindowShowing and kEventWindowHiding
12284 handlers here. Don't call next handler for window state change and
12285 focus events.
12286 (mac_handle_application_event, mac_handle_keyboard_event)
12287 [TARGET_API_MAC_CARBON]: New functions.
12288 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
12289 kEventWindowShowing and kEventWindowHiding events. Move installation
12290 of mouse, font, text input and menu target item handlers to
12291 install_application_handler.
12292 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
12293 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12294 New function.
12295 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12296 Register it.
c9612b8e
SM
12297 (XTread_socket) [TARGET_API_MAC_CARBON]:
12298 Consolidate SendEventToEventTarget calls.
12299 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
12300 Move application activation handler to mac_handle_application_event.
12301 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
12302 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
12303 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
12304 init_command_handler. Call install_application_handler.
12305
12306 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
12307 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
12308
6926c954
GM
123092007-06-07 Glenn Morris <rgm@gnu.org>
12310
12311 * emacs.c (main): Use `emacs-copyright' in --version output.
12312
6fe04c89
CY
123132007-06-06 Chong Yidong <cyd@stupidchicken.com>
12314
c9612b8e 12315 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 12316
7eb0d727
YM
123172007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12318
12319 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
12320
12321 * macgui.h: Replace WindowPtr with WindowRef.
12322
12323 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
12324 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
12325 Replace ControlHandle with ControlRef.
12326 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
12327
12328 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
12329 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
12330 Replace ControlHandle with ControlRef.
12331 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
12332 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
12333
12334 * macterm.h (struct scroll_bar): Rename member control_handle_low
12335 and control_handle_high to control_ref_low and control_ref_high.
12336 All uses changed.
12337 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
12338 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
12339 respectively. All uses changed.
12340 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
12341 (install_window_handler, remove_window_handler): Replace WindowPtr
12342 with WindowRef in externs.
12343
65fddb74
JB
123442007-06-05 Juanma Barranquero <lekktu@gmail.com>
12345
12346 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
12347
db1213a9
NR
123482007-06-03 Nick Roberts <nickrob@snap.net.nz>
12349
12350 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
12351
65fddb74 12352 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
12353 Condition on HAVE_GPM too.
12354
12355 * term.c (term_mouse_highlight): Remove unused variables.
12356 (Fterm_open_connection): Set gpm_zerobased to 1.
12357 (term_mouse_movement, term_mouse_click, handle_one_term_event):
12358 Use zero based co-ordinates.
12359 (handle_one_term_event): Report a drag as mouse movement too.
12360
12361 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
12362
d94df25b
CY
123632007-06-03 Chong Yidong <cyd@stupidchicken.com>
12364
12365 * image.c (search_image_cache): New function. Require background
12366 color match if background color is unspecified in the image spec.
12367 (uncache_image, lookup_image): Use it.
12368
4797b6d9
JB
123692007-06-01 Juanma Barranquero <lekktu@gmail.com>
12370
12371 * window.c (Fshrink_window): Reflow docstring.
12372
1ffe7343
NR
123732007-06-02 Chong Yidong <cyd@stupidchicken.com>
12374
12375 * Version 22.1 released.
12376
123772007-06-01 Richard Stallman <rms@gnu.org>
12378
12379 * xfns.c (x_encode_text): Add GCPRO.
12380
123812007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12382
12383 * xfns.c (x_set_name_internal): Save encoded name before
12384 x_encode_text in case string data is relocated.
12385
123862007-05-31 Richard Stallman <rms@gnu.org>
12387
12388 * buffer.c (syms_of_buffer): Doc fix.
12389
123902007-05-30 Nick Roberts <nickrob@snap.net.nz>
12391
12392 * sysdep.c (init_sys_modes): Add rather than replace with
12393 O_NONBLOCK.
12394
12395 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
12396 term_mouse_moveto.
12397
12398 * termhooks.h (term_mouse_moveto): New extern.
12399
12400 * term.c (mouse_face_window): Rename...
12401 (Qmouse_face_window): ...to this.
12402 (term_show_mouse_face, term_clear_mouse_face)
12403 (term_mouse_highlight): Use Qmouse_face_window.
12404 (term_mouse_moveto): New function.
12405 (term_mouse_position): Make it work.
12406 (syms_of_term): Uncomment assignment to mouse_position_hook.
12407 Staticpro Qmouse_face_window.
12408
124092007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12410
12411 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
12412 around current_column call.
12413
124142007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
12415
12416 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
12417 * xdisp.c (next_element_from_buffer):
12418 * window.c (delete_window):
12419 * term.c (term_mouse_highlight):
12420 * msdos.c (getdefdir):
12421 * macterm.c (mac_create_bitmap_from_bitmap_data)
12422 (init_font_name_table):
12423 * fns.c (Fsxhash):
12424 * data.c (Fmake_local_variable):
12425 * ccl.c (ccl_driver): Likewise.
12426
124272007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12428
12429 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
12430 Call mac_wakeup_from_rne on window size change.
12431
124322007-05-25 Chong Yidong <cyd@stupidchicken.com>
12433
12434 * image.c (uncache_image): Fix typo.
12435
124362007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
12437
12438 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
12439
124402007-05-22 Richard Stallman <rms@gnu.org>
12441
12442 * xterm.c (x_connection_closed): Remove NO_RETURN.
12443
124442007-05-22 Martin Rudalics <rudalics@gmx.at>
12445
12446 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
12447
124482007-05-21 Chong Yidong <cyd@stupidchicken.com>
12449
12450 * image.c (uncache_image): New function.
12451 (Fimage_refresh): New function.
12452
880820fe 124532007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
12454
12455 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
12456
124572007-05-20 Nick Roberts <nickrob@snap.net.nz>
12458
12459 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
12460 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
12461
124622007-05-20 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
12465 conditional on [HAVE_GPM_H].
12466
124672007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * syntax.c (skip_chars): Update syntax-table only after we checked that
12470 the new location is valid.
12471
124722007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12473
12474 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
12475 mac_get_window_bounds.
12476
124772007-05-20 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * Makefile.in (LIBGPM): Allow it to be set from configure.
12480 If set then link Emacs with it.
12481
12482 * config.in: Regenerate.
12483
12484 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
12485 New externs.
12486
12487 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
12488 Include gpm.h.
12489 (handle_one_term_event, term_gpm): New externs.
12490
12491 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
12492 and allow it to be interrupted by SIGIO.
12493
12494 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
12495 (wait_reading_process_output): Wait on gpm_fd too.
12496 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
12497 (add_gpm_wait_descriptor_called_flag): New variable.
12498 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
12499
12500 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
12501 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
12502 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
12503 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
12504 (make_lispy_event): Add case GPM_CLICK_EVENT.
12505 (read_avail_input): Handle mouse input.
12506
12507 * term.c (write_glyphs_with_face): New function.
12508 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
12509 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
12510 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
12511 (mouse_face_face_id, term_gpm, pos_x, pos_y)
12512 (last_mouse_x, last_mouse_y): New variables.
12513 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
12514 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
12515 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
12516 (Fterm_close_connection): New functions.
12517 (term_init): Initialise mouse_face_window.
12518
125192007-05-19 Chong Yidong <cyd@stupidchicken.com>
12520
12521 * xdisp.c (redisplay_window): If first window line is a
12522 continuation line, recompute the new window start instead of
12523 recentering.
12524
125252007-05-18 Glenn Morris <rgm@gnu.org>
12526
12527 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
12528 Suggested by Alfred M. Szmidt <ams@gnu.org>.
12529
125302007-05-17 Glenn Morris <rgm@gnu.org>
12531
12532 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
12533
125342007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12535
12536 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
12537 dead key repeat and up events.
12538
125392007-05-14 Chong Yidong <cyd@stupidchicken.com>
12540
12541 * image.c (pbm_load): Check image size for monochrome pbm.
12542
125432007-05-13 Chong Yidong <cyd@stupidchicken.com>
12544
12545 * xterm.c (XTread_socket): Revert last change.
12546
125472007-05-12 Chong Yidong <cyd@stupidchicken.com>
12548
12549 * image.c (pbm_load): Correctly check image size for greyscale pbm.
12550
12551 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
12552
125532007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
12556 mixup (YAILOM).
12557
125582007-05-07 Andreas Schwab <schwab@suse.de>
12559
12560 * keymap.c (Flookup_key): Fix typo in last change.
12561
125622007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
12565 mapping for unibyte strings.
12566
125672007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12568
12569 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
12570 (Fx_popup_dialog) [MAC_OSX]: Likewise.
12571
125722007-04-29 Richard Stallman <rms@gnu.org>
12573
12574 * insdel.c (replace_range): For undo, record insertion first.
12575
125762007-04-29 Andreas Schwab <schwab@suse.de>
12577
12578 * lisp.h (VECSIZE): Use OFFSETOF.
12579
125802007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12581
12582 * xdisp.c (try_window_reusing_current_matrix): Fix number of
12583 disabled lines.
12584
125852007-04-28 Richard Stallman <rms@gnu.org>
12586
12587 * lread.c (read_escape): In a string, \s is always space.
12588
880820fe 125892007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
12590
12591 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
12592
12593 * gtkutil.c (xg_update_menubar, create_menus): Create empty
12594 submenu for menu bar items.
12595
382c648d 12596See ChangeLog.10 for earlier changes.
6922b018
KH
12597
12598;; Local Variables:
880820fe 12599;; coding: utf-8
33462dfa 12600;; add-log-time-zone-rule: t
6922b018 12601;; End:
2a34a036 12602
59ce725a 12603 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
12604
12605 This file is part of GNU Emacs.
12606
5a1dde61 12607 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 12608 it under the terms of the GNU General Public License as published by
5a1dde61
GM
12609 the Free Software Foundation, either version 3 of the License, or
12610 (at your option) any later version.
7f6d64f8
GM
12611
12612 GNU Emacs is distributed in the hope that it will be useful,
12613 but WITHOUT ANY WARRANTY; without even the implied warranty of
12614 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12615 GNU General Public License for more details.
12616
12617 You should have received a copy of the GNU General Public License
5a1dde61 12618 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 12619
28f60c3d 12620;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40